@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; */

.pc_br {
    display: block;
}

.m_br {
    display: none;
}

#s1_video .call_btn_pc {
    display: none;
}

#s1_video .call_btn_m {
    display: block;
}

.s_text {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.s_text h2 {
    font-size: 38px;
    font-weight: 800;
    padding-left: 10px;
    line-height: 51px;
}

.s_text p {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 700;
}

.app_text {
    text-align: center;
    padding: 0;
}

.c_fff {
    color: #fff;
}

#s1 {
    padding-top: 66px;
}

.s1_h2 {
    font-size: 60px;
    color: #0063a7;
    position: absolute;
    z-index: 1;
    text-align: center;
    transform: translate(-50%,-10%);
    top: 10%;
    left: 50%;
    font-weight: bolder;
}

#main_text {
    transform: translateX(-50%);
    /* left: 20%; */
    /* left: calc(clamp(225px, 225px + 0.47047619 * (100vw - 1500px), 422.4px) + 10%); */
    left: calc(clamp(225px, 47.047619vw - 480.714285px, 422.4px) + 0%);
    width: initial;
    font-weight: bold;
}

#text_h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
}

#text_p {
    font-size: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 164%;
}

#main_text div {
    display: flex;
    grid-gap: 10px;
    margin-top: 25px;
}

#text_a,
.text_a {
    color: #fff;
    text-align: left;
    display: inline-block;
    border-radius: 50px;
    padding: 18.5px 63px;
    box-sizing: border-box;
    background-color: #F47D20;
    /* border: 1px solid #00477b4d; */
    font-size: 21px;
    transition: ease-in-out 0.3s all;
    line-height: 1;
}

#text_a:hover,
.text_a:hover {
    background-color: #F47D20b3;
}

/* .mainVisual img {
    filter: brightness(0.8);
} */

.s1_video {
    position: relative;
}

.s1v_div {
    position: relative;
    padding-top:66px;
}

.s1v_top {
    padding-top: 48px;
}

.s1v_top h2 {
    font-family: 'NanumSquareExtraBold';
    font-size: 68px;
    color: #0063a7;
    text-align: center;
    font-weight: 800;
    line-height: 77px;
}

.s1v_top {
    position: relative;
    z-index: 2;
}
.s1v_bottom {
    position: relative;
    margin-top: -100px;
	z-index: 1;
}

.s1v_bottom_div {
    position: absolute;
    width: 72%;
    transform: translate(-50%,-59%);
    left: 50%;
    top: 59%;
    display: flex;
    justify-content: space-between;
}
/* 바로 호출 버튼 시작 */
.call_btn_wrap {
    position: absolute;
    transform: translateX(-3%);
    bottom: -55%;
    left: 97%;
    z-index: 999;
    pointer-events: auto;
    white-space: nowrap;
}
.call_btn {
    border: 2px solid #0063A7;
    color: #0063A7;
    text-align: left;
    display: inline-block;
    border-radius: 35px;
    padding: 16.5px 63px;
    box-sizing: border-box;
    /* border: 1px solid #00477b4d; */
    font-size: 21px;
    transition: ease-in-out 0.3s all;
    background-color: #fff;
    font-weight: 700;
    line-height: 1;
}
.call_icon {
    height: 70px;
    width: auto;
    position: absolute;
    right: -30px;
    top: 20%;
    transform: translateY(-50%);
    pointer-events: none;
}
/* 바로 호출 버튼 끝 */

.s_div {
    padding: 70px 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.s_bottom {
    max-width: 1440px;
    margin: 0 auto;
}

.s2_div {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    /* background: #4b4c62; */
    background: #000;
}

.s2_track {
    display: flex;
    animation: s2_slide 20s linear infinite;
}

/* .s2_div:hover .s2_track {
    animation-play-state: paused;
} */

.s2_ul {
    width: 100vw;
    flex-shrink: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.s2_ul li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.s2_ul li span {
    display: inline-block;
    font-size: 12px;
    background-color: #94c5e3;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 8px;
    margin-right: 15px;
}

@keyframes s2_slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#s3 {
    position: relative;
}

/* #s3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    opacity: 1;
    z-index: 1;
} */

.s3_div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    grid-gap: 26px;
}

.s3_div > div {
    width: 100%;
}

.s3_right {
    padding: 13px 0;
    box-sizing: border-box;
 }

.s3_right ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
    width: 100%;
}

.s3_right li {
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    /* box-shadow: #52A6FF3d 0.301094px 0.602187px 1.75049px -1.16667px,
    #52A6FF36 1.14427px 2.28853px 6.65251px -2.33333px,
    #52A6FF1c 5px 10px 29.0689px -3.5px; */
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #C7EAFF99;
    overflow: hidden;
}

.s3_right li > div:first-child {
    background-color: #C7EAFF99;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
}

.s3_right img {
    width: 100%;
    max-height: 200px;
}

.s3_right h2 {
    color: #151515;
    font-size: 24px;
    font-weight: 800;
}

.s3_right p {
    /* color: #58595b; */
    color: #151515;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 800;
}

.s4_div {
    padding: 0;
}

.s4_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.s4_right {
    width: 100%;
}

.s4_right > div {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
}

.s4_right_div1 {
    padding: 6px 0;
    box-sizing: border-box;
}

.s4_right_div1 ul {
    display: flex;
    grid-gap: 26px;
    width: 100%;
    margin: 0 auto;
}

.s4_right_div1 li {
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    color: #6EBBFFB2;
    border-bottom: 3px solid #6EBBFFB2;
    padding: 31.5px 0;
}

.s4_right_div1 h2 {
    font-size: 28px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 800;
    line-height: 32px;
}

.s4_n {
    border-bottom: 3px solid #0063a7!important;
    color: #0063A7!important;
}

.s4_right_div2 {
    box-sizing: border-box;
    padding-bottom: 35px;
}

.s4_m {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 41px;
    display: none;
}

.s4_mc {
    display: grid;
}

.s4_m > div {
    display: grid;
    grid-template-columns: repeat(2,auto);
    background-color: #F4F4F5;
    padding: 30px 22px;
    border-radius: 10px;
    justify-items: center;
}

.s4_m h2 {
    font-size: 24px;
    font-weight: 800;
}

.s4_m p {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

.s4_m h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
}

.s4_right_div2 img {
    max-width: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.s4_m > div > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 40px;
}


.s4_m > div > div:last-child {
    max-width: 100%;
    display: grid;
    align-items: end;
    justify-items: center;
}

#s5 {
    position: relative;
}

#s5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 1;
    z-index: 1;
}


.s5_div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 150px;
}

.s5_bottom {
    color: #fff;
}

.s5_bottom ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5%;
}

.s5_bottom li {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    border-radius: 20px;
    background: linear-gradient(180deg,var(--token-5daa61f3-fe0c-43d1-a23f-99c2c6b45fbe,
    rgba(255, 255, 255, .1)) 10.329897768862613%,
    rgba(0,0,0,0) 76.7712842236768%,
    rgba(255,255,255,.11) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 5%;
}

.s5_bottom li > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s5_bottom h2 {
    font-size: 20px;
}

.s5_bottom p {
    font-size: 16px;
}

.s5_bottom img {
    width: 100%;
    max-width: 60px;
}

/* #s6 {
    background-color: #000;
} */

.s6_div {
    display: flex;
    flex-direction: column;
    grid-gap: 38px;
    padding: 40px 0 70px 0;
}

.s6_bottom {
    color: #000;
    max-width: 1430px;
}

.s6_bottom .slick-track {
    display: flex;
}

.s6_bottom .slick-slide {
    padding: 0 15px;
}

/* .s6_bottom li {
    padding: 10% 5%;
    background: linear-gradient(180deg,var(--token-5daa61f3-fe0c-43d1-a23f-99c2c6b45fbe,
    rgba(255, 255, 255, .1)) 10.329897768862613%,
    rgba(0,0,0,0) 76.7712842236768%,
    rgba(255,255,255,.11) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 20px;
    display: flex!important;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-between;
} */

/* .s6_bottom .slick-track > div > div {
    position: relative;
}

.s6_bottom .slick-track > div > div::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 0 0 0 50px;
} */

.s6_bottom li {
    padding: 22px 20px;
    box-sizing: border-box;
    display: flex!important;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-between;
    position: relative;
    padding-right: 0;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.s6_bottom .slick-track > div:nth-child(even) li {
    /* background-color: #c7eaff4d; */
    background-image: url(../images/s6_bg_1.png);
}

.s6_bottom .slick-track > div:nth-child(odd) li {
    /* background-color: #fabe904d; */
    background-image: url(../images/s6_bg_2.png);
}

.s6_bottom li > div:last-child {
    position: absolute;
    right: 2%;
    top: 0;
}

@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');
/*font-family: 'Nanum Pen Script';*/

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.s6_bottom p {
    font-size: 24px;
    font-family: 'NanumSquareRound';
    line-height: 42px;
    font-weight: 700;
}

.s6_bottom h3 {
    font-size: 18px;
}

.s6_bottom h2 {
    font-size: 18px;
    font-weight: 300;
}

.s6_bottom img {
    width: 100%;
    max-width: 70px;
}

#s6 .slick-prev,
#s6 .slick-next {
    width: 40px;
    height: 40px;
}

#s6 .slick-prev {
    left: -40px;
    transform: translate(0, -50%) rotate(225deg);
    z-index: 1;
}

#s6 .slick-next {
    right: -40px;
    transform: translate(0, -50%) rotate(135deg);
    z-index: 1;
}

#s6 .slick-prev:before {
    content: '┓';
    font-size: 30px;
}

#s6 .slick-next:before {
    content: '┏';
    font-size: 30px;
}




#app {
    background-color: #D4E8F866;
}
.app_div {
    padding: 110px 0 120px 0;
}

.app_bottom {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.app_bottom > div {
    display: flex;
    align-items: center;
    grid-gap: 100px;
    flex-direction: column;
}

.app_b_top {
    padding-bottom: 6px;
}

.app_b_botoom {
    width: 100%;
    max-width: 1440px;
    /* background-color: #FFDA0033; */
    background-color: #fff;
    border-radius: 50px;
    padding: 76px 0 56px 0;
}

.app_b_botoom .text {
    text-align: center;
    color: #111111;
    margin-bottom: 72px;
}

.app_b_botoom .text h2 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 51px;
}

.app_b_botoom .text p {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}

.app_b_botoom > ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 110px;
    box-sizing: border-box;
}

.app_b_botoom ul h2 {
    text-align: center;
    background-color: #AEAEB2;
    padding: 17px 28px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 45px;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 47px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.app_b_botoom img {
    max-width: 100%;
}

.app {
    display: flex;
    grid-gap: 5px;
    margin: 0 auto;
}

.app img {
    max-width: 100%;
}

/* .app img {
    width: 100%;
    border-radius: 50px;
    box-shadow: 0 .6021873017743928px .6021873017743928px -1.25px #0000002e,
    0 2.288533303243457px 2.288533303243457px -2.5px #00000029,
    0 10px 10px -3.75px #0000000f;
    transition: ease-in-out all 0.5s;
}

.app img:hover {
    background-color: #4b4c62;
} */

.app_b_center {
    position: relative;
    left: 15px;
}






#driver {
    background: #F4F4F5;
    margin-top: 100px;
}

#driver .driver_div {
    padding: 70px 0;
}

.driver_bottom {
    margin-top: 26px;
}

.driver_bottom ul {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
}

.driver_bottom li {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    max-width: 460px;
}

.driver_bottom li img {
    width: 100%;
}

.driver_bottom li > div {
    padding: 38px 0 0 44px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.driver_bottom li h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0063A7;
    line-height: 48px;
    margin-bottom: 6px;
}

.driver_bottom li h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 48px;
    display: flex;
    align-items: center;
    grid-gap: 13px;
}

.driver_bottom li span {
    color: #F30606;
}

.driver_bottom li p {
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
}

.driver_bottom li a {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 69px;
    box-sizing: border-box;
    background-color: #F47D20;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 44px;
    bottom: 42px;
    line-height: 1;
}


@media all and (max-width:1500px) {}


@media all and (max-width:1100px) {}


/* 자동완성 시 배경색 제거 (흰색으로 덮어쓰기) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	box-shadow: 0 0 0px 1000px #fff inset !important;
    /* 텍스트 색상도 변경이 필요하면 아래 코드 사용 */
    -webkit-text-fill-color: #000 !important; 
}

@media all and (max-width:767px) {
    .pc_br {
        display: none;
    } 
    .m_br {
        display: block;
    }
    main#contents {
        padding-top: 80px;
    }
    #daeri button {
        display: block;
    }
    #time button {
        display: block;
    }
    #main_video {
        width: 120%!important;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        z-index: 1;
    }
    .tab_btn_m {
        background-color: #0063a7;
        color: #fff;
    }
    .s1v_div {
        padding-top: 0;
    }
    .s1v_top h2 {
        font-size: 28px;
        padding-top: 20px;
    }
    .s_text h2 {
        font-size: 16px;
        text-align: center;
    }
    .s1v_bottom {
        margin-top: 0;
    }
    .s1v_bottom_div {
        z-index: 2;
        width: 100%;
        display: block;
    }
    .s1v_bottom_div #text_p {
        text-align: center;
    }
    #s1_video .call_btn_pc {
        display: inline-block;
    }
    #s1_video .call_btn_m {
        display: none;
    }
    #text_p {
        font-size: 16px;
    }
    #text_a, .text_a, .call_btn {
        padding: 5px 20px;
        font-size: 14px;
    }
    .s3_right ul {
        grid-template-columns: repeat(1,1fr);
    }
    .s3_right h2 {
        font-size: 22px;
    }
    .s3_right p {
        font-size: 14px;
    }
    #s3 .slick-initialized .slick-slide {
        padding: 0 1.7%;
    }
    .s4_right_div1 ul {
        grid-gap: 10px;
    }
    .s4_right_div1 li {
        padding: 0;
    }
    .s4_right_div1 h2 {
        font-size: 18px;
    }
    .s4_m {
        grid-template-columns: repeat(1,1fr);
    }
    .s6_bottom .slick-track {
        grid-gap: 0;
    }
    #s6 .slick-initialized .slick-slide {
        padding: 0 10px;
    }
    .s6_bottom p {
        font-size: 18px;
    }
    .s6_bottom li > div:last-child {
        top: 4%;
    }
    .s6_bottom img {
        max-width: 60px;
    }
    .app img {
        max-width: 100%;
    }
    .app_b_botoom .text h2 {
        font-size: 19px;
    }
    .app_b_botoom .text p {
        font-size: 14px;
        max-width: 300px;
        margin: 0 auto;
    }
    .app_b_botoom ul h2 {
        font-size: 14px;
        padding: 5px;
        width: 90%;
    }
    #partner .s_text h2{
        max-width: 300px;
        margin: 0 auto;
    }
    .faq_tab_menu ul {
        grid-gap: 10px;
    }
    .faq_tab_menu h2 {
        font-size: 18px;
    }
    .faq_tab_menu li {
        padding: 0;
    }
    .faq_b_a {
        padding: 0 0 20px 25px;
        font-size: 14px;
    }
    .faq_b_q {
        grid-gap: 10px;
        padding: 10px 0;
        font-size: 16px;
    }
    .faq_arrow img {
        min-width: 19px;
    }
    .support_bottom {
        grid-gap: 10px!important;
        flex-direction: column-reverse;
    }
    .service_center li {
        font-size: 18px;
    }
    .tab_btn {
        font-size: 18px;
    }
    #driver {
        margin-top: 0;
    }
    .driver_bottom ul {
        grid-gap: 10px;
        flex-direction: column;
    }
    .driver_bottom li:first-child {
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .driver_bottom li:first-child img {
        position: absolute;
        left: 0;
        bottom: -10%;
    }
    .driver_bottom li h3 {
        font-size: 18px;
    }
    .driver_bottom li p {
        font-size: 18px;
    }
    .driver_bottom li a {
        font-size: 14px;
        position: relative;
        left: 0;
        bottom: 0;
        display: inline-block;
        padding: 5px 20px;
        margin-top: 20px;
    }
}