@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{box-sizing: border-box;padding: 0;margin: 0;font-family:'Pretendard-Regular';word-break: keep-all;}
#nt_body{overflow-x: hidden;}
.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a{text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0}
p{padding:0;margin:0;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
#theme-controller .fixed-top{z-index: 999999;}
.modal{z-index: 999999;}
.nt-container{max-width: unset !important;width: 100%;}


:root {
    --max-width:1600px;
    --max-width1:1400px;
    --max-width2:1200px;
    --point-font:'JalnanGothic' !important;
    --main-color:#2F479C;
    --sky-blue:#3586FF;
    --white-blue:#EAF4FF;
    --font-90:90px;
    --lh-90:100px;
    --font-72:72px;
    --font-60:60px;
    --lh-60:70px;
    --font-44:44px;
    --font-30:30px;
    --font-28:28px;
    --font-24:24px;
    --font-20:20px;
    --font-17:17px;
    --font-15:15px;
}
@media screen and (max-width:1200px){
    :root {
        --font-90:70px;
        --lh-90:80px;
        --font-72:62px;
        --font-60:50px;
        --lh-60:60px;
        --font-44:35px;
        --font-30:25px;
        --font-28:24px;
        --font-24:22px;
    }
}
@media screen and (max-width:900px){
    :root {
        --font-90:50px;
        --lh-90:60px;
        --font-72:52px;
        --font-60:40px;
        --lh-60:50px;
        --font-44:30px;
        --font-30:23px;
        --font-28:22px;
        --font-24:20px;
        --font-20:17px;
        --font-15:13px;
        --font-17:15px;
    }
}
@media screen and (max-width:800px){
    :root {
        --font-72:42px;
    }
}

@media screen and (max-width:650px){
    :root {
        --font-90:40px;
        --lh-90:45px;
        --font-72:35px;
        --font-60:30px;
        --lh-60:40px;
        --font-30:20px;
        --font-28:19px;
        --font-24:18px;
        --font-20:16px;
    }
}
@media screen and (max-width:550px){
    :root {
        --font-90:30px;
        --lh-90:35px;
        --font-72:30px;
        --font-60:25px;
        --lh-60:35px;
        --font-30:18px;
        --font-28:17px;
        --font-24:16px;
        --font-20:15px;
    }
}


/* head 시작 */
#head{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
#head>a{padding: 35px 0; display: block;}
#head>a img{height: 61px;}
#head>p{font-size: var(--font-44); color: var(--sky-blue); font-weight: bold; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: var(--sky-blue); letter-spacing: 1.5px;}
@media screen and (max-width:900px){
    #head>a img{height: 40px;}
    #head>a{padding: 20px 0;}
}
@media screen and (max-width:700px){
    #head>a img{height: 30px;}
    #head>p{display: none;}
}
/* head 끝 */




/* footer 시작 */
#nt_footer{background: #0B0B12;margin-top: 135px;}
#nt_footer .wrap{width: calc(100% - 40px);max-width: var(--max-width1);margin: 0 auto;padding: 50px 0 175px;}
#nt_footer .wrap>p{color: #fff; font-size: var(--font-90); font-weight: 600; line-height: var(--lh-90);border-bottom: 2px solid #fff; word-break: keep-all;}
#nt_footer .wrap>p span{color: var(--sky-blue); display: block;}
#nt_footer .wrap>div{display: flex;justify-content: space-between;align-items: center; margin-bottom: 30px;}
#nt_footer .wrap>div span{color: #fff;font-size: var(--font-15); font-weight: 500;}
#nt_footer .wrap>div span i{}
#nt_footer .wrap>div span.privacy_btn{margin-left: 20px;cursor: pointer;}
#nt_footer .wrap>div p{color: #fff;display: flex;justify-content: space-between;align-items: center;font-size: var(--font-15); line-height: 50px;width: fit-content;cursor: pointer;}
#nt_footer .wrap>div p img{height: 12px; margin-left: 10px;}
#nt_footer .wrap>ul {flex-flow: row wrap;max-width: 550px;}
#nt_footer .wrap>ul li{position: relative;top: 0;left: 0;padding-right: 15px;margin-right: 15px;}
#nt_footer .wrap>ul li:nth-child(4),
#nt_footer .wrap>ul li:nth-child(5),
#nt_footer .wrap>ul li:last-child{width: 100%;}
#nt_footer .wrap>ul li:nth-child(3)::before,
#nt_footer .wrap>ul li:nth-child(4)::before,
#nt_footer .wrap>ul li:nth-child(5)::before,
#nt_footer .wrap>ul li:nth-child(6)::before,
#nt_footer .wrap>ul li:last-child::before{display: none;}
#nt_footer .wrap>ul li::before{content:"";width: 1px;height: 50%;background: #818181; position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
#nt_footer .wrap>ul li p{color: #818181;}
#nt_footer .wrap>ul li p b{}
.privacy_con{ display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); max-width: 1200px; height: calc(100% - 40px); max-height: 600px; z-index: 999999;background: #fff;}
.privacy_con .top{height: 70px; width: 100%; background: var(--sky-blue); text-align: center;position: relative;top: 0;left: 0;}
.privacy_con .top p{line-height: 70px;color: #fff;font-size: var(--font-20); font-weight: bold;}
.privacy_con .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
.privacy_con .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
.privacy_con .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
.privacy_con #privacy{border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px;}
.privacy_con #privacy>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size: var(--font-17); color: #000000;}
.privacy_con #privacy>.list{}
.privacy_con #privacy>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
.privacy_con #privacy>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size: var(--font-17);}
.privacy_con #privacy>.list li p{display: block;word-break: keep-all; color: #666666;font-size: var(--font-17);}
.privacy_con #privacy>.list_con{margin-top: 100px;}
.privacy_con #privacy>.list_con li{margin-bottom: 50px;}
.privacy_con #privacy>.list_con li:last-child{margin-bottom:0px;}
.privacy_con #privacy>.list_con li>b{word-break: keep-all;display: flex; align-items: flex-start; line-height: 22px; margin-bottom: 10px;font-size: var(--font-20);}
.privacy_con #privacy>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
.privacy_con #privacy>.list_con li p{display: block; word-break: keep-all; color: #000; font-weight: 500; font-size: var(--font-17);margin-bottom: 10px;line-height: 20px;}
.privacy_con #privacy>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size: var(--font-15);margin-bottom: 10px;}
.privacy_con #privacy .date_wrap{margin-top: 100px;}
.privacy_con #privacy .date_wrap p{display: block;word-break: keep-all;font-size: var(--font-15);font-weight: 500;color: #000;}

@media screen and (max-width:1200px){
    #nt_footer .wrap>div{margin-bottom: 20px;}
    .privacy_con #privacy{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media screen and (max-width:900px){
    #nt_footer .wrap{padding: 50px 0;}
    #nt_footer .wrap>p {padding-bottom: 10px;}
    .privacy_con .top{height: 50px;}
    .privacy_con .top p{line-height: 50px;}
}
@media screen and (max-width:600px){
    #nt_footer .wrap>ul {max-width: unset;}
    #nt_footer .wrap>ul li{width: 100%;padding-right: 0; margin-right: 0;margin-bottom: 10px;}
    #nt_footer .wrap>ul li:nth-child(1)::before,
    #nt_footer .wrap>ul li:nth-child(2)::before,
    #nt_footer .wrap>ul li:nth-child(5)::before,
    #nt_footer .wrap>ul li:nth-child(7)::before{display: none;}
    #nt_footer .wrap>ul li:last-child{padding-right: 0; margin-right: 0; width: 100%; text-align: center; margin-top: 50px;}
    #nt_footer .wrap>ul li:last-child::before{display: none;}
    #nt_footer .wrap>ul li p{line-height: 20px;word-break: keep-all;}
    #nt_footer .wrap>div{margin-top: 10px;align-items: flex-start;}
    #nt_footer .wrap>div>div{display: flex; flex-flow: column; justify-content: flex-start;}
    #nt_footer .wrap>div span{line-height: 30px;}
    #nt_footer .wrap>div span.privacy_btn{margin-left: 0;}
    .privacy_con #privacy{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}
/* footer 끝 */




/* 컨텐츠 공통css 시작 */
/* 컨텐츠 공통css 끝 */





/* 배너 시작 */
/* 배너시작 */
#main{}
#main .bn{position: relative;top: 0;left: 0;}
#main .bn .bn_wrap{margin: 0 auto;position: relative;top: 0;left: 0;}
#main .bn .bn_wrap .pc_bn{width: 100%;}
#main .bn .bn_wrap .mo_bn{display: none;width: 100%;}
#main .bn .text_wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; width: calc(100% - 40px); text-align: center;z-index: 2;}
#main .bn .text_wrap>b{font-size: var(--font-72);line-height: var(--lh-90);font-family: var(--point-font);display: block;text-align: center;font-weight: normal;margin-bottom: 20px;}
#main .bn .text_wrap>p{font-size: var(--font-60);line-height: var(--lh-60); margin-bottom: 60px; padding-bottom: 60px;position: relative;top: 0;left: 0;}
#main .bn .text_wrap>p::after{content: ""; height: 50px; width: 2px; background: #ffffff9c; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%);}
#main .bn .text_wrap>span{font-size: var(--font-24);display: block;text-align: center;}
#main .bn .bn_wrap .icon_wrap{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
#main .bn .bn_wrap .icon_wrap img{position: absolute;}
#main .bn .bn_wrap .icon_wrap img.bn_icon1{height: fit-content; width: 20%; top: 8%; left: 16%;animation: floatTube1 3s linear infinite;}
#main .bn .bn_wrap .icon_wrap img.bn_icon2{height: fit-content; width: 15%; left: 1%; top: 8%;animation: floatTube1 4s linear infinite;}
#main .bn .bn_wrap .icon_wrap img.bn_icon3{height: fit-content; width: 15%; right: 1%; top: 50%;transform: translateY(-50%); animation: floatTube2 4s linear infinite;}
#main .bn .bn_wrap .icon_wrap img.bn_icon4{width: 30%; bottom: 5%; left: 37%; transform: translateX(-50%);animation: floatTube3 5s linear infinite;}
#main .bn .bn_wrap .icon_wrap img.bn_icon5{width: 10%; top: 5%; right: 10%;animation: floating_rotating 15s linear infinite;}
@keyframes floatTube1 {
    0% {
        top: 8%;
    }
    50% {
        top: 12%;
    }
    100% {
        top: 8%;
    }
}
@keyframes floatTube2 {
    0% {
        top: 50%;
    }
    50% {
        top: 54%;
    }
    100% {
        top: 50%;
    }
}
@keyframes floatTube3 {
    0% {
        bottom: 5%
    }
    50% {
        bottom: 8%
    }
    100% {
        bottom: 5%
    }
}
@keyframes floatTube4 {
    0% {
        top: 8%;
    }
    50% {
        top: 12%;
    }
    100% {
        top: 8%;
    }
}
@keyframes floating_rotating {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#main .bn>div>div>div>.carousel-inner>.carousel-item>.img-wrap{padding-bottom: 48% !important;}
#main .bn>div>div>div>.carousel-inner>.carousel-item>.img-wrap .img-item a img{position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); width: 101%; height: 101%; overflow: hidden;}
#main .bn .bn_wrap .carousel-control-prev,
#main .bn .bn_wrap .carousel-control-next{display: none;}

.btn-wset{position: relative;z-index: 99;}
@keyframes bn_icon1 {
    from {
        top:0;
        opacity: 1;
    }
    to {
        top:30%;
        opacity: 0;
    }
}
@keyframes bn_icon2 {
    /* from {
        opacity: 1;
    } */
    50% {
        opacity: 0;
    }
}
@keyframes bn_icon3 {
    from {
        transform: rotate3d(1, 1, 1, 360deg);
    }
    to {
        transform: rotate3d(1, 1, 1, 0deg);
    }
}
@media screen and (max-width:1400px){
    #main .bn>div>div>div>.carousel-inner>.carousel-item>.img-wrap{padding-bottom: 800px !important;}
}
@media screen and (max-width:700px){
    #main .bn>div>div>div>.carousel-inner>.carousel-item>.img-wrap{padding-bottom: 129% !important;}
    #main .bn .bn_wrap .icon_wrap img.bn_icon1{top: unset; left: unset; right: 16%;animation: floatTube3 3s linear infinite;}
    #main .bn .bn_wrap .pc_bn{display: none;}
    #main .bn .bn_wrap .mo_bn{display: block;}
    #main .bn .text_wrap.mo{display: none;}
    #main .bn .text_wrap.pc{display: block;}
}

@media screen and (max-width:500px){
    #main .bn>div>div>div>.carousel-inner>.carousel-item>.img-wrap .img-item a img{transform: translate(-50%, -50%) rotate(90deg); width: 132%; height: 100%;}
    #main .bn .text_wrap>b{font-size: 25px !important;}
    #main .bn .text_wrap>p{font-size: 20px !important; margin-bottom: 30px; padding-bottom: 30px;}
    #main .bn .text_wrap>p::after{height: 30px; bottom: -11px;}
    #main .bn .text_wrap.mo{display: block;}
    #main .bn .text_wrap.pc{display: none;}
}
/* 배너 끝 */




/* 브랜드 시작 */
#main .brand{padding: 110px 0;position: relative;top: 0;left: 0;overflow: hidden;}
#main .brand::after{content: ""; position: absolute; top: 17%; right: 0; height:auto; width: 20%;max-width: 423px; aspect-ratio: auto 1 / 1; background-image: url(../../../img/brand_bg2.png); background-repeat: no-repeat; background-position: center; background-size: auto 100%;}
#main .brand::before{content: ""; position: absolute; bottom: 5%; left: 2%;  height:auto; width: 20%;max-width: 380px; aspect-ratio: auto 1 / 1; background-image: url(../../../img/brand_bg1.png); background-repeat: no-repeat; background-position: center; background-size: 100% auto;}
#main .brand .content_title{width: calc(100% - 40px);max-width: var(--max-width2);margin: 0 auto;}
#main .brand .content_title.mo{display: none;}
#main .brand .content_title>b{display: flex;align-items: center;font-size: var(--font-44);color: #000;}
#main .brand .content_title>b img{height: 60px; margin: 0 15px 0 5px; display: block;}
#main .brand .content_title span{display: block;font-size: var(--font-30);margin-top: 50px;}
#main .brand .content_title span b{}
#main .brand .content_title span.mo{display: none;}
#main .brand .brand_marquee{width: 100%;margin: 120px 0 40px;overflow: hidden;z-index: 2;position: relative;}
#main .brand .brand_marquee ul{display: flex; flex-wrap: nowrap; overflow: visible; width:150%;animation: marquee-top1 15s linear infinite;}
#main .brand .brand_marquee ul li{margin:0 25px; aspect-ratio: auto 1 / 1.5; align-items: center; display: inline-flex;overflow: hidden;border: 1px solid #eee;}
#main .brand .brand_marquee ul li img{display: block; width: 100%; height: 100%; object-fit: cover;}
@-webkit-keyframes marquee-top1 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-35%, 0, 0);
    }
}
#main .brand >p{font-size: var(--font-30);display: block;width: calc(100% - 40px);max-width: var(--max-width2);margin: 0 auto;text-align: center; word-break: keep-all;}
@media screen and (max-width:1400px){
    #main .brand::after{top: 33%;}
}

@media screen and (max-width:1200px){
    #main .brand .brand_marquee{margin: 50px 0 30px;overflow: hidden;}
    #main .brand .brand_marquee ul{width:200%;animation: marquee-top1 20s linear infinite;}
    @-webkit-keyframes marquee-top1 {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-50%, 0, 0);
        }
    }
}
@media screen and (max-width:1000px){
    #main .brand .content_title.pc{display: none;}
    #main .brand .content_title.mo{display: block;}
    #main .brand .content_title>b img{height: 40px; margin: 0 10px 0 5px;}
    #main .brand::after { top: 5%; right: 5%; transform: rotate(-13deg); min-width: 200px; }
    #main .brand::before{bottom: -4%;transform: rotate(45deg);min-width: 180px;}
}
@media screen and (max-width:800px){
    #main .brand .brand_marquee ul{width:250%;animation: marquee-top1 25s linear infinite;}
    @-webkit-keyframes marquee-top1 {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-63%, 0, 0);
        }
    }
    #main .brand .brand_marquee ul li{margin: 0 10px;}
    #main .brand::after { top:-4%; right:-4%;}
    #main .brand::before{bottom: -7%; left: -8%;}
}
@media screen and (max-width:550px){
    #main .brand .content_title>b{font-size: 20px; margin-bottom: 0; flex-flow: row wrap; line-height: 38px;}
    #main .brand .content_title>b img{height: 30px;}
    #main .brand .content_title span.pc{display: none;}
    #main .brand .content_title span.mo{display: block;}
}
@media screen and (max-width:500px){
    #main .brand .brand_marquee ul{width:300%;width:250%;animation: marquee-top1 20s linear infinite;}
    @-webkit-keyframes marquee-top1 {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-70%, 0, 0);
        }
    }
}
@media screen and (max-width:400px){
    #main .brand::after {top: -12%;right: -6%;}
}
/* 브랜드 끝 */



/* 스페셜 시작 */
#main .special{position: relative;top: 0;left: 0;position: relative;overflow: hidden;z-index: 1;padding: 150px 0;}
#main .special::after{content:"";position: absolute;top: 50%;left: 50%; background-image: url(../../../img/special_bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;transform: translate(-50%, -50%);width: 100%;height: 100%;z-index: -1;}
#main .special .content_title{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;}
#main .special .content_title p{text-align: center;color: #fff;font-family: 'Ubuntu', sans-serif;font-size: var(--font-30);font-weight: bold;}
#main .special .content_title b{margin: 20px 0 80px; font-family: var(--point-font);font-size: var(--font-60);line-height: var(--lh-60);color: #fff;display: block;text-align: center;font-weight: normal;}
#main .special ul.mo{display: none;}
#main .special ul.pc{width: calc(100% - 40px);max-width: var(--max-width);height: auto; margin: 0 auto;position: relative;top: 0;left: 0;aspect-ratio: auto 1 / 0.55;}
#main .special ul.pc li{width: calc(20% - 20px);position: absolute;display: flex;align-items: center;flex-flow: column;}
#main .special ul.pc li:nth-child(1){left: 0;top: 200px;}
#main .special ul.pc li:nth-child(2){left: calc(20% + 5px);top: 100px}
#main .special ul.pc li:nth-child(3){left: 50%;transform: translateX(-50%);top: 0;}
#main .special ul.pc li:nth-child(4){left: calc(60% + 15px);top: 100px}
#main .special ul.pc li:nth-child(5){right: 0;top: 200px;}
#main .special ul li div{border-radius: 10px;width: 100%;height: auto;aspect-ratio: auto 1 / 1.05;padding: 50px 20px;cursor: grab;}
#main .special ul li div:hover{background: #24273759 !important;}
#main .special ul li div:nth-child(2){margin-top: 20px;}
#main .special ul li div p{font-size: var(--font-24);color: #fff;display: block;text-align: center;}
#main .special ul li div p b{}
#main .special ul li div img{width: 35%;display: block;margin: 20px auto 0;max-width: 200px;position: relative;}
#main .special ul.pc li:nth-child(1) div img{animation: floatTube1 2s 0.5s linear infinite;}
#main .special ul.pc li:nth-child(2) div img{animation: floatTube1 2s 0.3s linear infinite;}
#main .special ul.pc li:nth-child(3) div img{animation: floatTube1 2s 1s linear infinite;}
#main .special ul.pc li:nth-child(4) div img{animation: floatTube1 2s 0.2s linear infinite;}
#main .special ul.pc li:nth-child(5) div img{animation: floatTube1 2s 0.8s linear infinite;}
@media screen and (max-width:1600px){
    #main .special ul.pc{display: none;}
    #main .special ul.mo{display: flex;justify-content: space-between;align-items: center;flex-flow: row wrap;width: calc(100% - 40px);margin: 0 auto;}
    #main .special ul.mo li{width: calc(25% - 20px);margin-bottom: 20px;}
    #main .special ul.mo li:nth-child(2n) div img{animation: floatTube1 2s 0.5s linear infinite;}
    #main .special ul.mo li:nth-child(2n - 1) div img{animation: floatTube1 2s 1s linear infinite;}
    #main .special ul.mo li:nth-child(1) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(2) div{background: #242737;}
    #main .special ul.mo li:nth-child(3) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(4) div{background: #242737;}
    #main .special ul.mo li:nth-child(5) div{background: #242737;}
    #main .special ul.mo li:nth-child(6) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(7) div{background: #242737;}
    #main .special ul.mo li:nth-child(8) div{background: #2E2D32;}
    #main .special ul li div{aspect-ratio: unset;height: 360px;}
    #main .special ul li div img{width:  fit-content;height: 100px;}
}
@media screen and (max-width:1200px){
    #main .special{padding: 100px 0;}
    #main .special .content_title b{margin: 20px 0 50px;}
    #main .special ul.mo li{width: calc(50% - 10px)}
    #main .special ul.mo li:nth-child(1) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(2) div{background: #242737;}
    #main .special ul.mo li:nth-child(3) div{background: #242737;}
    #main .special ul.mo li:nth-child(4) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(5) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(6) div{background: #242737;}
    #main .special ul.mo li:nth-child(7) div{background: #242737;}
    #main .special ul.mo li:nth-child(8) div{background: #2E2D32;}
    #main .special ul li div{pointer-events: none;}
}
@media screen and (max-width:800px){
    #main .special ul li div{height: 320px;}
    #main .special ul li div img{height: 80px;}
}
@media screen and (max-width:500px){
    #main .special {display: none;}
    #main .special ul.mo li{width: 100%}
    #main .special ul.mo li:nth-child(2n) div{background: #2E2D32;}
    #main .special ul.mo li:nth-child(2n - 1) div{background: #242737;}
    #main .special ul li div{ display: flex; justify-content:space-between; align-items: center; height: fit-content;padding: 40px 30px;}
    #main .special ul li div p{text-align: left;}
    #main .special ul li div img{height: 80px;margin: 0;}
}
/* 스페셜 끝 */




/* 프로세스 시작 */
#main .process{position: relative;top: 0;left: 0;position: relative;overflow: hidden;z-index: 1;padding: 150px 0;background-image: url(../../../img/process_bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
#main .process::after{content: ""; z-index: -1; position: absolute; top: -10%; left: -4%; height:auto; width: 20%;max-width: 423px;min-width: 150px; aspect-ratio: auto 1 / 0.9; background-image: url(../../../img/process_bg1.png); background-repeat: no-repeat; background-position: center; background-size: auto 100%;}
#main .process::before{content: ""; z-index: -1; position: absolute; bottom: -10%; right: -4%;  height:auto; width: 20%;max-width: 380px;min-width: 150px; aspect-ratio: auto 1 / 1; background-image: url(../../../img/process_bg2.png); background-repeat: no-repeat; background-position: center; background-size: 100% auto;}
#main .process .wrap{width: calc(100% - 40px);max-width: var(--max-width1);margin: 0 auto;}
#main .process .content_title{}
#main .process .content_title p{text-align: center;color: var(--sky-blue);font-family: 'Ubuntu', sans-serif;font-size: var(--font-30);font-weight: bold;}
#main .process .content_title b{font-family: var(--point-font);font-size: var(--font-60);line-height: var(--lh-60);color: #000;display: block;text-align: center;font-weight: normal;margin: 20px 0 80px;}
#main .process .ul_wrap{display: flex;justify-content: space-between;align-items: center;}
#main .process .ul_wrap ul{display: flex;flex-flow: column;width: 49%;}
#main .process .ul_wrap ul li{display: flex;align-items: center;margin-bottom: 30px;}
#main .process .ul_wrap ul li img{height: auto; width: 20%; aspect-ratio: auto 1 / 1;min-width: 100px;}
#main .process .ul_wrap ul li .text{}
#main .process .ul_wrap ul li .text b{font-size: var(--font-24); margin-bottom: 10px; display: block;}
#main .process .ul_wrap ul li .text p{font-size: var(--font-20);color: #676767;word-break: keep-all;}
@media screen and (max-width:1200px){
    #main .process{padding: 100px 0;}
    #main .process::after{top: -2%; left: -6%;}
    #main .process::before{bottom: -5%; right: -6%;}
    #main .process .content_title b{margin: 20px 0 50px;}
    #main .process .ul_wrap{flex-flow: row wrap;}
    #main .process .ul_wrap ul{width: 100%;}
    #main .process .ul_wrap ul li:nth-child(2n){flex-flow: row-reverse;}
    #main .process .ul_wrap ul li:nth-child(2n) .text{text-align: right;}
}
@media screen and (max-width:800px){
    #main .process::before{bottom: -2%;}
    #main .process .ul_wrap ul li{flex-flow: column !important; align-items: center;}
    #main .process .ul_wrap ul li .text{text-align: center !important;}
}
@media screen and (max-width:500px){
    #main .process {display: none;}
    #main .process::after{left: -15%;}
    #main .process::before{right: -15%;}
}


/* 프로세스 끝 */


/* 리뷰 시작 */
#main .review{background:linear-gradient(45deg, #4794F8 ,#2E4DE8);padding: 150px 0;}
#main .review .content{width: calc(100% - 40px);max-width: var(--max-width);margin: 0 auto;display: flex;justify-content: space-between;align-items: flex-start;}
#main .review .content .content_title{width: calc(100% - 860px);}
#main .review .content .content_title>p{font-family: 'Ubuntu', sans-serif;color: #fff;font-size: var(--font-30);}
#main .review .content .content_title>b{font-family: var(--point-font);color: #fff;font-size: var(--font-60);font-weight: normal;line-height: var(--lh-60); margin: 20px 0 80px; display: block;}
#main .review .content .content_title>div.pc{}
#main .review .content .content_title>div.mo{display: none;}
#main .review .content .content_title>div p{display: block;font-size: var(--font-72);opacity: 0.2;font-weight: bold;color: #fff;}
#main .review .content .wrap{width: 810px;height: 100vh;overflow: hidden;/*position: relative;top: 0;left: 0;*/}
/* #main .review .content .wrap::before{content:""; position: absolute;top: 0;left: 0;width: 100%;height: 100px;background: linear-gradient(to top, #ffffff00, var(--white-blue));
    z-index: 1;}
#main .review .content .wrap::after{content:""; position: absolute;bottom: 0;left: 0;width: 100%;height: 100px;background: linear-gradient(to top, var(--white-blue), #ffffff00);
    z-index: 1;} */
#main .review .content .wrap ul{position: relative;left: 0;animation: review_down 10s linear infinite;}
@keyframes review_down {
    from { top: 0px; }
    to { top:-40% }
}
#main .review .content .wrap ul li{display: flex;position: relative;top: 0;left: 0;}
#main .review .content .wrap ul li:nth-child(2n){margin-right: 0;justify-content: end;}
#main .review .content .wrap ul li:nth-child(1)::after{content:"";position: absolute;bottom:30px;right: 0;background-image: url(../../../img/review_icon1.png); background-repeat: no-repeat; background-position: center;background-size: 100% auto; width: 162px; height: 64%;}
#main .review .content .wrap ul li:nth-child(2)::after{content:"";position: absolute;bottom:30px;left: 0;background-image: url(../../../img/review_icon2.png); background-repeat: no-repeat; background-position: center;background-size: 100% auto; width: 162px; height: 64%;}
#main .review .content .wrap ul li:nth-child(3)::after{content:"";position: absolute;bottom:30px;right: 0;background-image: url(../../../img/review_icon3.png); background-repeat: no-repeat; background-position: center;background-size: 100% auto; width: 162px; height: 64%;}
#main .review .content .wrap ul li:nth-child(4)::after{content:"";position: absolute;bottom:30px;left: 0;background-image: url(../../../img/review_icon2.png); background-repeat: no-repeat; background-position: center;background-size: 100% auto; width: 162px; height: 64%;}
#main .review .content .wrap ul li>div{background: #fff;border-radius: 30px;padding: 40px 40px 40px 40px;margin-bottom: 80px;width: calc(100% - 120px);}
#main .review .content .wrap ul li:nth-child(2n)>div{padding: 40px 40px 40px 60px;}
#main .review .content .wrap ul li div.top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
#main .review .content .wrap ul li div.top b{font-size: var(--font-30);color: #000;}
#main .review .content .wrap ul li div.top img{height: 20px}
#main .review .content .wrap ul li p{font-size: var(--font-20);color: #808080; word-break: keep-all;}
#main .review .content .wrap ul li p.mo{display: none;}
@media screen and (max-width:1400px){
    #main .review .content .content_title{width: 40%;}
    #main .review .content .wrap{width: 57%;}
}
@media screen and (max-width:1200px){
    #main .review{padding: 100px 0;}
    #main .review .content{flex-flow: row wrap;}
    #main .review .content .content_title{width: 100%;text-align: center;}
    #main .review .content .content_title>b{margin: 20px 0 20px;}
    #main .review .content .content_title>div.pc{display: none;}
    #main .review .content .content_title>div.mo{display: flex;align-items: center; height: 50px; text-align: center; line-height: 50px;width: fit-content;margin: 0 auto 80px;}
    #main .review .content .content_title>div.mo>p{font-size: var(--font-44);color: #fff;opacity: 0.2;}
    #main .review .content .content_title>div.mo .review_swiper{display: block; text-align: left;height: 100%;width: 100%;padding-left: 20px;}
    #main .review .content .content_title>div.mo .review_swiper .swiper-slide{font-size: var(--font-44);color: #fff;opacity: 0.2;margin: 0 auto;font-weight: bold;}
    #main .review .content .wrap{width: 100%;height: 500px;}
    #main .review .content .wrap ul li>div{width: calc(100% - 100px);margin-bottom: 50px;}
    #main .review .content .wrap ul li:nth-child(1)::after{width: 140px;bottom: 15px;}
    #main .review .content .wrap ul li:nth-child(2)::after{width: 140px;bottom: 15px;}
    #main .review .content .wrap ul li:nth-child(3)::after{width: 140px;bottom: 15px;}
    #main .review .content .wrap ul li:nth-child(4)::after{width: 140px;bottom: 15px;}
    @keyframes review_down {
        from { top: 0px; }
        to { top:-130% }
    }
}
@media screen and (max-width:800px){
    #main .review .content .content_title>div.mo .review_swiper{padding-left: 10px;}
    #main .review .content .wrap ul li>div{width: calc(100% - 60px);padding: 30px 30px 30px 30px;}
    #main .review .content .wrap ul li div.top img{height: 15px;}
    #main .review .content .wrap ul li:nth-child(2n)>div{padding: 30px 30px 30px 40px;}
    #main .review .content .wrap ul li:nth-child(1)::after{width: 100px;bottom: 0px;}
    #main .review .content .wrap ul li:nth-child(2)::after{width: 100px;bottom: 0px;}
    #main .review .content .wrap ul li:nth-child(3)::after{width: 100px;bottom: 0px;}
    #main .review .content .wrap ul li:nth-child(4)::after{width: 100px;bottom: 0px;}
    @keyframes review_down {
        from { top: 0px; }
        to { top:-90% }
    }
}
@media screen and (max-width:500px){
    #main .review .content .wrap ul li p.pc{display: none;}
    #main .review .content .wrap ul li p.mo{display: block;}
    #main .review .content .wrap ul li div.top{flex-flow: row wrap;}
    #main .review .content .wrap ul li div.top b{display: block;width: 100%;}
    #main .review .content .wrap ul li div.top b{display: block;width: 100%;}
    #main .review .content .content_title>div.mo {border: 1px solid #ffffff29;padding: 0px 20px;}
    #main .review .content .content_title>div.mo .review_swiper .swiper-slide{font-weight: normal;}
    #main .review .content .content_title>div.mo>p{font-weight: normal;}
}
/* 리뷰 끝 */


/* 문의하기 시작 */
#main .inquiry{margin-top: 100px;overflow: hidden;}
#main .inquiry .content_title{width: calc(100% - 40px);max-width: var(--max-width2);margin: 0 auto;}
#main .inquiry .content_title img{width: 200px;display: block;text-align: center;margin: 0 auto 30px;}
#main .inquiry .content_title p{font-size: var(--font-60);line-height: var(--lh-60);margin-bottom: 40px; text-align: center;}
#main .inquiry .content_title span{display: block;text-align: center;font-size: var(--font-24);}
#main .inquiry .content_title span b{}
#main .inquiry form{width: calc(100% - 40px);max-width: var(--max-width1);margin: 60px auto 0;padding: 80px 0;background: #FAFAFA;border-radius: 20px;}
#main .inquiry form ul{display: flex; justify-content: space-between; align-items: center; flex-flow: row wrap; width: calc(100% - 40px); max-width: 1000px; margin: 0 auto 60px;}
#main .inquiry form ul li{width: calc(50% - 50px);display: flex;justify-content: space-between;align-items: center;}
#main .inquiry form ul li:nth-child(3),
#main .inquiry form ul li:nth-child(4){margin-top: 20px;}
#main .inquiry form ul li label{width: 115px;font-size: var(--font-24);display: flex;align-items: center;font-weight: 600;}
#main .inquiry form ul li label span{color: var(--sky-blue);padding: 10px 10px 4px 10px;}
#main .inquiry form ul li input{width: calc(100% - 115PX);height: 50px;line-height: 48px;border: 1px solid #d9d9d9;padding: 0 20px;font-size: var(--font-20);color: #000;border-radius: 5px;transition: 0.3s;}
#main .inquiry form ul li input[type='number']::-webkit-inner-spin-button { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
#main .inquiry form ul li input::placeholder{color: #787878;}
#main .inquiry form ul li input:active,
#main .inquiry form ul li input:valid,
#main .inquiry form ul li input:focus{outline: none;background: var(--white-blue);}
#main .inquiry form>p{text-align: center; font-size: var(--font-24);margin-bottom: 30px;font-weight: 600;}
#main .inquiry form .radio_wrap{display: flex; justify-content: space-between; align-items: center; flex-flow: row wrap; width: calc(100% - 40px); max-width: 1000px; margin: 0 auto 20px;}
#main .inquiry form .radio_wrap label{width: calc(33.333333% - 15px);display: block;border: 1px solid #D9D9D9;border-radius: 10px;background: #fff;color: var(--sky-blue);font-size: var(--font-24);font-weight: bold;text-align: center;padding:50px 20px;position: relative;top: 0;left: 0;line-height: 30px;cursor: pointer;transition: 0.3s;}
#main .inquiry form .radio_wrap label.atv{box-shadow: 0px 0px 0 5px var(--sky-blue) inset !important;}
#main .inquiry form .radio_wrap label input{position: absolute;bottom: 0;left: 0;opacity: 0;}
#main .inquiry form .radio_wrap label span{font-size: var(--font-20); font-weight: 100; display: block; color: #6D6D6D; margin-top: 20px; line-height: 25px;}
#main .inquiry form .agreeBox{display: flex;justify-content: center;align-items: center;}
#main .inquiry form .agreeBox input{}
#main .inquiry form .agreeBox label{color: #A0A0A0;font-size: var(--font-17);margin: 0 10px 0 10px;}
#main .inquiry form .agreeBox p{color: var(--sky-blue);cursor: pointer;font-size: var(--font-17);}
#main .inquiry form>button{width: calc(100% - 40px); max-width: 1000px; margin: 0 auto;display: block;padding: 0;height: 72px;line-height: 70px;font-size: var(--font-28);color: #fff;margin-top: 50px;border-radius: 10px;}
@media screen and (max-width:1200px){
    #main .inquiry form{padding: 50px 0;margin: 50px auto 0;}
    #main .inquiry form ul{margin: 0 auto 50px;}
    #main .inquiry form ul li{width: 100%;}
    #main .inquiry form ul li:nth-child(2){margin-top: 20px;}
}
@media screen and (max-width:1000px){
    #main .inquiry form>p{margin-bottom: 10px;}
    #main .inquiry form .radio_wrap{justify-content: center;}
    #main .inquiry form .radio_wrap label{width: 100%;}
}
@media screen and (max-width:800px){
}
@media screen and (max-width:500px){
    #main .inquiry form ul li{flex-flow: row wrap;}
    #main .inquiry form ul li:nth-child(4){display: none;}
    #main .inquiry form ul li label{width: 100%;height: 20px;}
    #main .inquiry form ul li input{width: 100%;padding: 0 10px;}
    #main .inquiry form .radio_wrap label{line-height: 22px;padding: 30px 20px;}
    #main .inquiry form .radio_wrap label span{line-height: 20px;margin-top: 10px;}
    #main .inquiry form .radio_wrap label:nth-child(1) {display: none;}
}
/* 문의하기 끝 */
