/* 폰트 */
@font-face {
    font-family: 'GangwonEduHyeonokT_OTFMediumA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduHyeonokT_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.bg_gray {
    background:#f9f9f9;
}

html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}
.color_white {
    color:#fff!important;
}
.b_tit {
    text-align: center;
    margin-top: 12px;
}
.mt0 {
    margin-top: 0px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mt160 {
    margin-top: 160px!important;
}
.pb160 {
    padding-bottom: 160px;
}

.pd60 {
    padding: 60px 0;;
    border-bottom:1px solid #ddd;
}
.color_black {
    color:#000;
}
.brand_color {
    color:#003617;
}
.point_color {
    color:#FBFF94;
}
.dn {
    display: none!important;
}
.tac {
    text-align: center!important;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    

    background:#7A7A7A;
}
.tit2 {
    font-size: 18px;
    font-weight: 700;
    color:#003617;
    text-align: center;
}
.tit {
    font-size: 28px;
    font-weight: 700;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 500px;   
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 18px;
    line-height: 24px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
}
.sub_tit3 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
}
.sub_tit4 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: flex;
    width: 100%;
}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#0B1F3A;
}

.smenu > li.active {
    background:#fff;
    border:0;
}
.smenu > li.active a {
    color:#000;
}
.smenu > li > a {
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.sub02_cate > li {
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    margin-right: 10px;
}
.sub02_cate > li.active {
    background:#0B1F3A;
}
.sub02_cate > li.active > a {
    color:#fff;
}
.sub02_cate > li:last-child {
    margin-right: 0;
}
.sub02_cate > li > a {
    display: block;
    text-align: center;
    line-height: 60px;
}
.sub_section {
    padding-top: 160px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    padding:120px 0;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.inner2 {
    max-width: 1520px;
    width: 100%;
    margin:0 auto;
}
.img_sub > h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.section {
    padding: 100px 0;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#003617;
    text-transform: uppercase;
}
.brand_tit {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.brand_desc {
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    line-height: 26px;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}

.b_color {
    color:#003617;
}
.b_color2 {
    color:#F7FF15;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.small_tit {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color:#003617;
    text-align: left;
    position: absolute;
    top: -20px;
    right: 0;
}

.tit_wrap {
    width:auto;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 40px;
}
.tit_wrap:before {
    content:"";
    width: 34px;
    height: 42px;
    background:url('../img/ico_logo.png') center no-repeat;
    background-size:contain;
    margin-right: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ico_logo {
    
}
.large_tit {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}
/* 헤더 */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    height: 100px;
    
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.active {
    background:#fff;
    height: 100px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}


.logo {
    width: 241px;
    height: 70px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 241px;
    height: 70px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.nav > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;
    color:#fff;
}

.nav.sub > li > a {
    color:#000;
}
.header.active .nav > li > a {
    color:#000;

}

.header.active .nav > li > a:hover {
    color:#003617;

}

.nav > li > a:hover {
    color:#003617;
    position: relative;
}
.nav > li.active {
    position: relative;
}




.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}


.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#666;
    font-size: 14px;
    font-weight: 300;
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    overflow: hidden;
}
.mySwiper.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper .swiper-slide.img01 {
    background:#003617;
}
.mySwiper .swiper-slide.img02{
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}

.mySwiper .swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}

.mySwiper .swiper-slide > .txt_wrap {
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 50px;
    font-weight: 700;
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    font-weight: 900;
    margin-top: 30px;
    font-style: italic;
    color:#F7FF15;
}
.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 14;
}
.mySwiper .swiper_btn_wrap {
    width: 1280px;
    height: 50px;
    margin:0 auto;
    z-index: 9999;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.mySwiper .swiper_btn {
    width: 104px;
    height: 50px;
    z-index: 9999;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
}
.mySwiper .swiper_btn > .swiper-button-next {
    position: absolute;
    top: 0!important;
    right: 0!important;
    margin-top: 0;
    width: 50px;
    height: 50px;
    background:url('../img/btn_next.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-prev {
    position: absolute;
    top: 0!important;
    left: 0!important;
    margin-top: 0;

    width: 50px;
    height: 50px;
    background:url('../img/btn_prev.png') center no-repeat;
    background-size:contain;
}
.mySwiper .swiper_btn > .swiper-button-next:after,
.mySwiper .swiper_btn > .swiper-button-prev:after {
    display: none;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .2s both;
}
.mySwiper .swiper-slide-active .txt_wrap > h3 {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .4s both;
}
/* 메인배너 --*/


/* msec_01 */
.msec_01 {
    background-size:cover;
    padding:100px 0;
    text-align: center;
}
.msec_01 .tit {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 700;
}
.msec_01 .tit2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
}
.msec_01 .tit_desc {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 30px;
    word-break: keep-all;
}


/* msec_01== */

/* msec_02 */
.msec_02 {
    
    background:#f9f9f9;
}
.marketing_count {
    max-width: 1020px;
    width: 100%;
    margin:60px auto 0;
    display: flex;
    justify-content: space-between;
}
.marketing_count > li {
    width: 33%;
    text-align: center;
    position: relative;
}
.marketing_count > li:after {
    content:"";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background:#ddd;
}
.marketing_count > li:last-child:after {
    display: none;
}

.marketing_count > li > p {
    font-size: 18px;
    color:#666;
}
.marketing_count > li .count_wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.marketing_count > li  h2,
.marketing_count > li  span {
    font-size: 40px;
    font-weight: 700;
}
.marketing_count > li  h2 {
    margin-right: 0px;
}
.marketing_count > li  span {
    display: none;
}

/* msec_02-- */

/* msec_03 */
.service_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.service_wrap > li {
    width: calc(33.33% - 20px);
    text-align: center;
}
.img_service {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
}
.img_service.img01 {background:url('../img/img_service01.png') center no-repeat;background-size:cover;}
.img_service.img02 {background:url('../img/img_service02.png') center no-repeat;background-size:cover;}
.img_service.img03 {background:url('../img/img_service03.png') center no-repeat;background-size:cover;}
.service_wrap > li > h2 {
    font-size: 20px;
    margin-top: 18px;
    font-weight: 700;
}
.service_wrap > li > p {
    margin-top: 14px;
}
/* msec_03-- */

/* msec_04 */
.msec_04 {
    padding-top: 60px;
}
.news_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 0 0 15%;
}
.news_tit_wrap {
    width: calc(25% - 20px);
}
.news_tit_wrap > h2 {
    font-size: 40px;
    font-weight: 700;
}
.news_tit_wrap > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
}
.news_tit_wrap > .btn_more {
    margin:40px 0 0 0;
}
.news_tit_wrap > .btn_more > a {}
.news_cont_wrap {
    width: calc(75% - 20px);

}
.btn_more {
    width: 200px;
    height: 50px;
    background:#fff;
    border:1px solid #ddd;
    margin:40px auto 0;
    border-radius:60px;
    padding:0 30px;
    transition: all .4s;
}
.btn_more:hover {
    background:radial-gradient(#003617,#29B9C4);
    border:0;
    padding:0 40px;
}
.btn_more:hover p,
.btn_more:hover span {
    color:#fff;
}
.btn_more > a {
    height: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.btn_more > a > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
}
.btn_more > a > span {
    font-size: 18px;
    color:#666;
}
.msec01_slide {
    margin-top: 60px;
}
.msec01_slide .swiper-slide {
    aspect-ratio: 1/1.468965517241379;;
    background:#ddd;
}
.msec01_slide .swiper-slide.img01 {background:url('../img/img_vehicle01.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img02 {background:url('../img/img_vehicle02.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img03 {background:url('../img/img_vehicle03.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img04 {background:url('../img/img_vehicle04.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img05 {background:url('../img/img_vehicle05.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img06 {background:url('../img/img_vehicle06.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img07 {background:url('../img/img_vehicle07.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img08 {background:url('../img/img_vehicle08.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img09 {background:url('../img/img_vehicle09.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img10 {background:url('../img/img_vehicle10.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img11 {background:url('../img/img_vehicle11.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img12 {background:url('../img/img_vehicle12.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img13 {background:url('../img/img_vehicle13.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img14 {background:url('../img/img_vehicle14.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img15 {background:url('../img/img_vehicle15.png')center no-repeat;background-size:contain;}
.msec01_slide .swiper-slide.img16 {background:url('../img/img_vehicle16.png')center no-repeat;background-size:contain;}
/* msec_04-- */



/* sub1_1 */
.logo2 {
    max-width: 550px;
    width: 100%;
    aspect-ratio: 1/0.1109090909090909;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}

.sub_section.sub1_1 > .inner {
}
.sub_section.sub1_1 .about_tit {
    font-size: 36px;
    font-weight: 300;
    color:#000;
    text-align: center;
    line-height: 46px;
    margin-top: 80px;
}
.name {
    display: block;
    font-weight: 700;
    color:#000;
    text-align: right;
}
.name2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 30px;
}
.sub_section.sub1_1 .about_desc {
    font-size: 20px;
    color:#333;
    margin-top: 20px;
    line-height: 28px;
    text-align: left;
    word-break: keep-all;
}
.about_merit {
    max-width: 1220px;
    margin:90px auto 0;
    display: flex;
    justify-content: space-between;
}
.about_merit > li {
    width: calc(33.33% - 20px);
    text-align: center;    
}
.img_merit.img01 {
    background:url('../img/about_merit01.png') center no-repeat;
    background-size:cover;
}
.img_merit.img02 {
    background:url('../img/about_merit02.png') center no-repeat;
    background-size:cover;
}
.img_merit.img03 {
    background:url('../img/about_merit03.png') center no-repeat;
    background-size:cover;
}
.about_merit > li:nth-child(2) {
    margin-top: 100px;
}
.img_merit {
    width: 100%;
    height: 550px;
    background:#000;
    border-radius: 20px;
    position: relative;
}
.about_merit > li > h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
    color:#003617;
}
.about_merit > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 12px;
}
.sub_section.feature {
    padding:0 100px;
}
.about_info {
    margin-top: 80px;
}
.about_info > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about_info > li.reverse {
    flex-direction: row-reverse;
    text-align: right;
}
.about_info > li.reverse .bar2 {
    
}
.about_info_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.559375;
    background:#ddd;
}
.about_info_img.img01 {
    background:url('../img/about_info_img01.png') center no-repeat;
    background-size:cover;
}
.about_info_img.img02 {
    background:url('../img/about_info_img02.png') center no-repeat;
    background-size:cover;
}
.about_info_img.img03 {
    background:url('../img/about_info_img03.png') center no-repeat;
    background-size:cover;
}
.about_info_txt {
    width: calc(50% - 20px);
}
.about_info_txt > h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.about_info_txt > h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.bar2 {
    width: 80px;
    height: 4px;
    background:#003617;
    margin:30px 0;
}
.bar5 {
    width: 80px;
    height: 4px;
    background:#003617;
    margin-top: 30px;
}
.about_info_txt > p {
    font-size: 18px;
    line-height: 30px;
    color:#666;
    margin-top: 40px;
}
.about_desc2 {
    font-size:18px;
    color:#666;
    margin-top: 40px;
    line-height: 26px;
    text-align: center;
}

/* sub1_1-- */


/* sub2_1 */
.vehicle_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.vehicle_wrap > li {
    width: calc(25% - 20px);
    aspect-ratio: 1/1.468965517241379;
    background:#ddd;
    margin-bottom: 40px;
}
.vehicle_wrap > li.img01 {background:url('../img/img_vehicle01.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img02 {background:url('../img/img_vehicle02.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img03 {background:url('../img/img_vehicle03.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img04 {background:url('../img/img_vehicle04.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img05 {background:url('../img/img_vehicle05.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img06 {background:url('../img/img_vehicle06.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img07 {background:url('../img/img_vehicle07.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img08 {background:url('../img/img_vehicle08.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img09 {background:url('../img/img_vehicle09.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img10 {background:url('../img/img_vehicle10.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img11 {background:url('../img/img_vehicle11.png')center no-repeat;background-size:contain;}
.vehicle_wrap > li.img12 {background:url('../img/img_vehicle12.png')center no-repeat;background-size:contain;}


/* sub2_1--*/

/* sub3_1 */
.about_img {
    width: 100%;
    aspect-ratio: 1/.3;
    background:url('../img/about_img.png') top center no-repeat;
    background-size:cover;
    margin-top: 40px;
}
.map {
    margin-top: 60px;
}
.map_info_wrap {
    max-width: 1280px;
    width: 100%;
    margin:40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.info02 > h2 {
    font-size: 22px;
    font-weight: 600;
}
.info02 > p {
    text-align: left;
}
.map_info_wrap > h2 {
    width: calc(40% - 20px);
    font-size: 30px;
    font-weight: 700;
}
.map_info {
    width: calc(60% - 20px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.map_info > li {
    width: calc(50% - 20px);
    text-align: left;
    display: flex;
    padding-bottom: 40px;
    border-bottom:1px solid #ddd;
    margin-bottom: 40px;
}
.map_info > li > h2 {
    font-size: 18px;
    color:#003617;
    font-weight: 700;
    margin-right: 30px;
}
.map_info > li > .map_cont {}
.map_info > li > .map_cont > h2 {
    font-size: 18px;
    font-weight: 700;
}
.map_info > li > .map_cont > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 14px;
}
/* sub3_1-- */

/* sub5_1 */
.global_wrap > h2 {
    font-family: 'roboto',sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
}
.global_wrap > h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 26px;
    text-align: center;
}
.global_wrap > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 18px;
    text-align: center;
}
.monitor {
    max-width: 1184px;
    width: 100%;
    aspect-ratio: 1/.5912;
    background:url('../img/monitor2.png') center no-repeat;
    margin:60px auto;
}
.partner_tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}
.partner_tit2 {
    font-size: 18px;
    font-weight: 300;
    color:#333;
    margin-top: 14px;
    text-align: center;
    line-height: 26px;
}
.partner_tit3 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    display: block;
    color:#666;
}
.partner_list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
.partner_list > li {
    width: calc(16.66% - 10px);
    aspect-ratio: 1/0.9876543209876543;
    background:#000;
    margin-bottom: 40px;
    margin-right: 10px;
}

.partner_list.list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: center;
    margin:80px auto 0;
}
.partner_list.list2 > li {
    width: calc(25% - 10px);
    aspect-ratio: 1/0.9876543209876543;
    background:#000;
    margin-bottom: 40px;
    margin-right: 10px;
}

.partner_list > li:nth-child(6n) {
    margin-right: 0;
}

/* sub5_1-- */

/* sub6_1 */
.map_info {
    width: 100%;
    margin-top: 40px;
    text-align: right;

}
.map_info > h2 {
    font-size: 18px;
    font-weight: 700;
}
.map_info > p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
}
.map_info > .info {
    display: flex;
    margin-top: 20px;
    float: right;
}
.map_info > .info > li {
    display: flex;
    margin-right: 20px;
    position: relative;
}
.map_info > .info > li > h2 {
    font-weight: 700;
    margin-right: 10px;
}
.map_info > .info > li > h3 {
    
}
.map_info > .info > li:last-child {
    margin-right: 0;
}
.map_info > .info > li:after {
    content:"";
    width: 1px;
    height: 10px;
    background:#666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.map_info > .info > li:last-child:after {
    display: none;
}

/* sub6_1-- */
.price_table {
    width: 100%;
    border-top:2px solid #000;
    margin: 40px 0 0px 0;
}
.price_table th {
    background:#FFFBE6;
    height: 70px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border:1px solid #ddd;
}
.price_table th span {
    font-weight: 400;
}
.price_table td {
    padding:26px 0;
    text-align: center;
    border:1px solid #ddd;
}
.table_point {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 40px;
    color:#666;
    padding-bottom: 100px;
}
/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:#6E0E10;
}
.qmenu02 {
    background:#003617;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    background:#000000;
}
.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 0px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_kakao.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qr.png') center no-repeat;
    background-size:contain;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_qmenu04.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}


.login_wrap {
    display: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}

.qmenu_wrap {
    display: flex;
}
.qmenu_wrap > div {
    width: 50%;
    aspect-ratio: 1/0.1041666666666667;
    background:#ddd;
}
.qmenu_wrap > .img01 {background:url('../img/q_menu01.png') center no-repeat;background-size:contain;}
.qmenu_wrap > .img02 {background:url('../img/q_menu02.png') center no-repeat;background-size:contain;}

footer {
    padding:60px 0px;
    background:#00170a;
}

footer > .inner {
    position: relative;
}
.f_logo {
    max-width: 290px;
    width: 100%;
    aspect-ratio: 1/0.3413793103448276;
    background:url('../img/img_call.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.f_logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.t_logo {
    width: 241px;
    height: 70px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}


.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
}

.footer_info {
    margin-top: 40px;
}
.footer_info > h4 {
    font-size: 16px;
    color:#fff;
    margin-right: 10px;
    display: inline-block;
}
.footer_info > h6 {
    font-size: 16px;
    color:#A2A2A2;
    display: inline-block;
}
.bar3 {
    width: 1px;
    height: 10px;
    background:#515151;
    margin:0 12px;
    display: inline-block;
}
footer a {
    color:#A2A2A2;
}
.footer_info > h5 {
    margin-top: 20px;
    font-size: 16px;
    color:#A2A2A2;
}.btn_up {
    width: 90px;
    height: 90px;
    background:url('../img/btn_up.png') center no-repeat;
    background-size:contain;
    cursor: pointer;
}






/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 25%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input,
.fr-con > select {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
    color:#666;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 100%;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #003617 !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}


