html,body {
    height: 100%;
}
.brand_color {
    color:#274AAF;
}


.sub_section {
    padding:50px 10px!important;
}
.loca_wrap {
    max-width: 1280px;
    width: 100%;
    margin:60px auto 0 ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0 10px;
}
.loca_wrap > h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.loca_wrap > .loca_info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.loca_wrap > .loca_info > span {
    font-size: 14px;
    color:#666;
}
.loca_wrap > .loca_info > p {
    font-size: 14px;
    color:#666;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 80px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.inner4 {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}

.tit {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
    word-break: keep-all;
}

.tit2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color:#E22F00;
}

.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 24px;
    word-break: keep-all;
}

.s_tit {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 16px;
    word-break: keep-all;
}

.s_tit2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.s_tit2:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:5px solid #E22F00;
}
.s_tit3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.s_tit3:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border:5px solid #E22F00;
}
.s_tit_desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#666;
    margin-top: 12px;
    word-break: keep-all;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;
    animation : s-up 3s .2s both!important;
    border-bottom:1px solid #eee;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
    padding:0 20px;
}

.sub_banner_tit > h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
    color:#fff;
}

.sub_banner_tit > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    line-height: 24px;
    color:#fff;
    animation : text 1s .4s both!important;
}

.sub_tit {
    margin-top: 100px;
}

.sub_tit > h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.sub_tit > p {
    font-size: 16px;
    line-height: 24px;
    color:#666;
    margin-top: 16px;
    text-align: center;
    padding:0 20px;
    word-break: keep-all;
}



.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu_wrap {
    margin-top: 0px;
}
.smenu_wrap > .inner {

}
.smenu_wrap {
    height: 60px;
    border-bottom:1px solid #ddd;
}
.smenu_wrap > .inner {
    max-width: 1280px;
    width: 100%;
    height: 60px;

}
.smenu {
    display: flex;
    justify-content: center;
    gap: 0px;
    height: 60px;
}
.smenu > li {
    width: 100%;
    height: 60px;    
}

.smenu > li:last-child {
}
.smenu > li.active {
    border-bottom:2px solid #E22F00;
}
.smenu > li.active a {
    font-weight: 700;
    color:#E22F00;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color:#333;
}



.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#E22F00;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}

#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.sns_wrap {
    display: flex;
    align-items: center;
}

/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}
.header > .bg {
    display: none;
    
    
}

.logo {
    width: 90px;
    height:55px;
    background:url('../img/logo0.png') left center no-repeat;
    background-size:contain;
    transition: all .4s;
    z-index: 1;
}

.header.active .logo {
     width: 90px;
    height:55px;
    background:url('../img/logo.png') left center no-repeat;
    background-size:contain;
}

.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}

.btn_contact {
    display: none;
    border:1px solid rgba(255,255,255,0.4);
}
.btn_contact > a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 15px 50px;
}



/* 메인배너 */
.main_banner {
    height: 100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.main_bg {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.9)
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}


.mySwiper .swiper-slide > .txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color:#fff;
    transform: translate(-50%, -50%);
    text-align: center;
    
}
.mySwiper .swiper-slide > .txt_wrap > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 15px;
    word-break: keep-all;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px;
    word-break: keep-all;
}

.mySwiper .swiper-slide-active .txt_wrap > h3{
    animation : text 1s 1s both;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s 1.2s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s 1.4s both;
}


.btn_wrap {
    width: 660px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.btn_wrap > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #fff;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#fff;
}

.btn_wrap.type2 > .btn_more {
    width: 220px;
    height: 80px;
    background:none;
    border:1px solid #ddd;
    margin-right: 10px;
    border-radius: 5px;
    margin:40px auto 0;
    margin-right: 10px;
}
.btn_wrap.type2 > .btn_more:last-child {
    margin-right: 0;
}
.btn_wrap.type2 > .btn_more > a {
    line-height: 80px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
}
.btn_wrap.type2 > .btn_more > a:hover {
    color:#fff;
}
.btn_wrap.type2 > .btn_more:hover {
    background:#274AAF;
}
.btn_wrap > .btn_more:hover {
    background:rgba(255,255,255,0.3);
}
/* 메인배너 --*/
.btn_wrap2 {
    display: flex;
    justify-content: center;
    gap: 10px;
        margin-top: 40px;
}
.btn_more2 {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    border:1px solid #ddd;
}
.btn_more2:hover {
    background:#E22F00;
    border:#E22F00;
}
.btn_more2 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    border-radius: 30px;;
}
.btn_more2 > a:hover {
    color:#fff;
}
.btn_more2 > a > p {
    margin-right: 20px;
    transition: all .4s;
}
.btn_more2 > a:hover p {
    margin-right: 10px;
}




/* msec_01 */
.saca_con_wrap {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.saca_con_wrap > li  {
    width: 100%;
    margin-bottom: 20px;
}
.saca_con_wrap > li > a {
    
    display: flex;
    align-items: center;
    gap: 18px;
    background:#F4F6F8;
    padding:30px 20px;
    border-radius: 10px;
    transition: all .4s;
}
.saca_con_wrap > li > a:hover {
    background-color: #E22F00;
    color:#fff;
    margin-top: -10px;
}
.saca_con_wrap > li > a:hover p {
    color:#fff!important;
}
.ico_saca_con {
    width: 80px;
    aspect-ratio: 1/1;
    background:#ddd;
    border-radius: 50%;
}
.ico_saca_con.img01 {background:url('../img/ico_saca_con01.png') center no-repeat;background-size:contain;}
.ico_saca_con.img02 {background:url('../img/ico_saca_con02.png') center no-repeat;background-size:contain;}
.ico_saca_con.img03 {background:url('../img/ico_saca_con03.png') center no-repeat;background-size:contain;}
.ico_saca_con.img04 {background:url('../img/ico_saca_con04.png') center no-repeat;background-size:contain;}
.saca_con_wrap > li > a > .txt_wrap {}
.saca_con_wrap > li > a >.txt_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
}
.saca_con_wrap > li > a >.txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
    word-break: keep-all;
}
/* msec_01 */


/* msec_02 */
.board_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    gap: 40px;
}
.news_wrap {
    width: 100%!important;
    background:#F9F9F9;
    border-radius: 10px;
    position: relative;
    padding:50px 20px;
    
}
.news_wrap > h2 {
    position: absolute;
    top: -20px;
    left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.news_wrap > h3 {
    width: 100px;
    height: 30px;
    background:#E22F00;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color:#fff;

}
.news_wrap > h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;

}
.news_wrap > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 18px;
}
.press_wrap {
    width: 100%!important;
}
.line {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:50px 0;

}
/* msec_02 */


/* msec_03 */
.banner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
}
.banner_wrap > .banner {
    width: 100%;
    padding:40px 20px;
    border-radius: 10px;
    background:#F3E0C2;
    position: relative;
}
.banner_wrap > .banner.type2 {
    background:#FFF8F0;
}
.banner_wrap > .banner > h2 {
    font-size: 20px;
    font-weight: 700;
}
.banner_wrap > .banner > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    margin-top: 16px;
}
.banner_wrap > .banner > .btn_more {
    width: 185px;
    height: 40px;
    background:#fff;
    border-radius: 10px;
}
.banner_wrap > .banner > .btn_more > a {
    color:#666;
}
.banner_wrap > .banner > .btn_more > a > p {}
.banner_wrap > .banner > .btn_more > a > span {}
.ico_banner {
    display: none;
    width: 140px;
    height: 106px;
    position: absolute;
    background:#ddd;
    bottom: 0;
    right: 10px;
}
.ico_banner.img01 {background:url('../img/ico_banner01.png') center no-repeat;background-size:contain;}
.ico_banner.img02 {background:url('../img/ico_banner02.png') center no-repeat;background-size:contain;}
/* msec_03 */



/* msec_04 */
.msec_04 {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin:0 auto;
}

.inner2 {
    width: calc(75% - 20px);
}
.inner3 {
    width: calc(25% - 20px);
}
/* msec_04 */


/* msec_05 */
.partner_wrap {
    padding:50px 0;
}
.partner-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.partner-track {
    display: flex;
    width: max-content;
    animation: partner-marquee 40s linear infinite;
}

/* 마우스 올리면 멈추게 */
.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

.partner-group {
    display: flex;
}

.partner-item {
    flex: 0 0 auto;
    padding: 0 40px; /* 로고 사이 간격 */
}

.partner-item img {
    height: 40px;      /* 로고 기본 높이 */
    width: auto;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: 0.3s;
}

.partner-item img:hover {
    opacity: 1;
    filter: none;
}

/* 흐르는 애니메이션 */
@keyframes partner-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 반응형 - 모바일에서 로고 크기 줄이기 */
@media (max-width: 768px) {
    .partner-item {
        padding: 0 20px;
    }
    .partner-item img {
        height: 30px;
    }
}
/* msec_05 */


/* sub1_1 */
.greeting_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
}
.img_greeting {
    max-width: 70%;
    width: 100%;
    aspect-ratio: 1/1.399509803921569;
    background:url('../img/img_ceo.png') top center no-repeat;
    background-size:contain;
    border-radius: 10px;
    overflow: hidden;
    margin:0 auto;
}
.greeting_cont {
    width: 100%;
    margin-top: 40px;
}
.greeting_cont > h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    word-break: keep-all;

}
.greeting_cont > p {
    font-size: 16px;
    line-height: 24px;
    color:#666;
    word-break: keep-all;
    margin-top: 40px;
}
.greeting_cont > h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}
.vision_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.vision_wrap > li {
    width: 100%;
    aspect-ratio: 1/1.1275;
    margin-bottom: 20px;
}
.vision_wrap > li.img01 {background:url('../img/img_vision01.png') center no-repeat;background-size:contain}
.vision_wrap > li.img02 {background:url('../img/img_vision02.png') center no-repeat;background-size:contain}
.vision_wrap > li.img03 {background:url('../img/img_vision03.png') center no-repeat;background-size:contain}
.img_org {
    margin-top: 50px;
}
/* sub1_1 */

/*sub1_2 */
.his_inner {
    display:flex;
    flex-wrap: wrap;
    align-items:flex-start;  /* 중요 */
    margin-top: 50px;
    
}
.his_total {
    width: 100%;
    position: sticky;
    top:200px;
    align-self:flex-start;   /* flex에서 안정화 */
}
.his_total > ul{
  position: relative; /* sticky 제거 */
  display: flex;
  gap: 20px;
}
.his_total > ul > li {
    font-size: 18px;
    padding:10px 0;
    font-weight: 400;
    color:#666;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  transform: scale(1);
  transform-origin: left center;   /* ← 핵심 */
    cursor: pointer;
}
.his_total > ul > li.active {
    font-weight: 700;
    color:#E22F00;
    transform: scale(1.08); /* 점점 커짐 */
}
.his_total li.leaving{ transform: scale(0.95); }
.his_total_wrap {
    width: 100%;
    margin-top: 30px;
}
.his_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.his_wrap.type1 {
    margin-top: 0px;
}
.his_wrap.type2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.histoty_wrap{
    display:none;
}
.histoty_wrap.active{
  display:block;
  animation: tabFade .35s ease both;
}
@keyframes tabFade{
  from{ opacity:0; transform:translateY(12px); }
  to  { opacity:1; transform:translateY(0); }
}
.img_his {
    width: 80%;
    margin:10px auto 0 ;
}
.his_cont {
    width: 100%;
    margin-top: 20px;
}
.his_cont > h2 {
    width: 100%;
    font-size: 40px;
    color:#E22F00;
    font-weight: 700;
    
}
.his_cont > ul {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 40px;
    
}
.his_cont > ul > li {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    margin-bottom: 30px;
    padding-left: 10px;
}

.his_cont > ul > li > h4 {
    width: 120px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.his_cont > ul > li > p {
    width: 100%;
    font-size: 16px;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}

/* sub1_2 */

/* sub1_3 */
.ci_wrap {
    
    background:url('../img/ci_bg.png') repeat;
    border:1px solid #ddd;
    padding:50px 0;
    border-radius: 10px;
    margin-top: 50px;
}
.ci_logo {
    max-width: 425px;
    width: 80%;
    height: 218px;
    background:url('../img/logo3.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.ci_detail {
    background:#f9f9f9;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    padding:50px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#666;
    word-break: keep-all;
}
.ci_wrap > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    color:#666;
}
.ci_color {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    border:1px solid #ddd;
    background:#fff;
    border-radius: 10px;
}
.ci_color > li {
    width: 100%;
    border-radius: 10px;
    padding:40px 20px;
}

.color_detail {
    display: inline-block;
    margin-bottom: 20px;
}
.color_bg {
    height:50px;
    background:#E22F00;
    border-radius: 10px;;
    margin-bottom: 40px;
    line-height: 50px;
    color:#fff!important;
    font-size: 20px!important;
    padding-left: 30px;
}
.color_bg.type2 {
    background:#572A06;
}
.ci_color > li > div {
    font-size: 16px;
    font-weight: 300;
    color:#666;
}
.color_tit {
    display: inline-block;
    width: 100px;
}
/* sub1_3 */


/* sub1_4 */
.map_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.map_wrap > div {
    width: 100%;
    border-radius: 10px;;
    overflow: hidden;
}

.map_wrap > div > h2 {
    font-size: 20px;
    font-weight: 700;
}

.map_info_wrap {
    background:#f9f9f9;
    padding:30px 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.map_info_wrap > h2 {
    margin-right: 40px;
}
.map_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}
.map_info > li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;

}
.map_info > li > .ico_map {
    width: 30px;
    height: 30px;
    background:#ddd;
}
.map_info > li > .ico_map.img01 {background:url('../img/ico_map01.png') center no-repeat;background-size:contain;}
.map_info > li > .ico_map.img02 {background:url('../img/ico_map02.png') center no-repeat;background-size:contain;}
.map_info > li > .ico_map.img03 {background:url('../img/ico_map03.png') center no-repeat;background-size:contain;}
.map_info > li > .txt_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.map_info > li > .txt_wrap > h2 {
    font-size: 18px;
    font-weight: 600;
}
.map_info > li > .txt_wrap > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.map_how {
    margin-top: 50px;
}
.map_how > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:40px 0;
}
.map_how > li > div:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ico_bmw {
    width: 60px;
    height: 60px;
    background:#ddd;
}
.ico_bmw.img01 {background:url('../img/ico_bmw01.png') center no-repeat;background-size:contain;}
.ico_bmw.img02 {background:url('../img/ico_bmw02.png') center no-repeat;background-size:contain;}
.ico_bmw.img03 {background:url('../img/ico_bmw03.png') center no-repeat;background-size:contain;}
.map_how > li > div:first-child > h2 {
    font-size: 20px;
    font-weight: 700;
}
.map_how_info {
    width: 100%;
    margin-top: 20px;
}
.how_tit {
    display: flex;
    align-items: center;
}
.how_tit.type2 {
    margin-top: 30px;
}
.map_how_info > .how_tit > h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.map_how_info > .how_tit > span {
    display: inline-block;
    width: 30px!important;
    height: 30px;
    background:#996CAC;
    border-radius: 50%;
    color:#fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}
.map_how_info > .how_tit > span.type2 {
    background: rgba(135, 199, 0);
}
.map_how_info > .how_tit > span.type3 {
    background: rgb(69, 43, 243);
}
.map_how_info > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    word-break: keep-all;
    margin-top: 14px;
    color:#666;
}
/* sub1_4 */


/* sub2_2 */
.school_loca{
        gap:35px;
        flex-wrap: wrap;
    }

    .school_map{
        max-width:320px;
    }

    .school_box{
        font-size:12px;
    }

    .school_box > a{
        padding:5px 8px;
    }

    .school_box.type01{ top:75px; left:75px; }
    .school_box.type02{ top:60px; left:105px; }
    .school_box.type03{ top:75px; left:20px; }
    .school_box.type04{ top:150px; left:135px; }
    .school_box.type05{ top:188px; left:60px; }
    .school_box.type06{ bottom:135px; right:60px; }
    .school_box.type066{ bottom:210px; right:60px; }
    .school_box.type07{ top:255px; left:90px; }
    .school_box.type077{ top:315px; left:90px; }
    .school_box.type08{ bottom:15px; left:75px; }
    .school_box.type09{ bottom:180px; right:0; }
    .school_box.type10{ top:210px; left:120px; }
    .school_box.type11{ top:68px; right:75px; }
.school_loca_info {
    width: 100%;
}
    .school_loca_info > ul{
        display:block;
    }

    .school_loca_info > ul > li{
        width:100%;
        padding:16px 18px;
        margin-bottom:12px;
    }

    .school_loca_info > ul > li > h2{
        font-size:16px;
    }

    .school_loca_info > ul > li > ul{
        flex-wrap:wrap;
    }

    .school_loca_info > ul > li > ul > li{
        font-size:13px;
        padding:5px 8px;
    }

    .school_info01{
        width:100%;
        overflow:hidden;
    }

    .table_wrap{
        margin-top:40px;
    }

    .table_wrap > h2{
        font-size:17px;
    }

    .table_wrap{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .local_table{
        min-width:320px;
    }

    .local_table th{
        padding:14px 8px;
        font-size:14px;
    }

    .local_table td{
        padding:11px 8px;
        font-size:14px;
        line-height:1.45;
    }

    .local_link{
        padding-top:90px;
        margin-top:-90px;
    }/* sub2_2 */



footer {
    background:#000123;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    position: relative;
    display: flex;
    flex-direction: column;
}

footer > .inner >  .logo {
    width: 100px;
    height: 55px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
footer > .inner > .footer_info {
    margin-top: 30px;
}
footer > .inner > .footer_info > p {
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 22px;

}
.footer_info >  .copy {
    font-size: 12px;
    font-weight: 300;
    color:#AAAAAA;
    line-height: 26px;
    word-break: keep-all;
}

.sns_wrap {
    position: static;
    top: unset;
    right: 0;
    transform: unset;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.sns_wrap > li  {
    width: calc(33.33% - 2px);
    border:1px solid #999;
    color:#fff;
    
}
.sns_wrap > li > a {
    color:#999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    padding:6px 8px;
}
.ico_sns {
    width: 20px!important;
    height: 20px!important;
    background:#ddd;
    border-radius: 50%;
    overflow: hidden;
}

.ico_sns.img01 {background:url('../img/ico_sns011.png') center no-repeat;background-size:contain;}
.ico_sns.img02 {background:url('../img/ico_sns022.png') center no-repeat;background-size:contain;}
.ico_sns.img03 {background:url('../img/ico_sns033.png') center no-repeat;background-size:contain;}

.q_link {
    display: flex;
    justify-content: center;
}
.q_link > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
}
.q_link > li:last-child {
    margin-right: 0;
}
.q_link > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.q_link > li.img01 {background:url('../img/q_link01.png') center no-repeat; background-size:contain;}
.q_link > li.img02 {background:url('../img/q_link02.png') center no-repeat; background-size:contain;}



.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 40px;
    height: 40px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.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: 14px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.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;
    padding:10px;
}

.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%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #F1054D !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn2.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

.dRSlBL {
    display: none!important;
    border:10px solid red;
}