html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#01B3CD;
}
.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
    margin-top:100px;
}
.color_black {
    color:#000!important;
}
.fz20 {
    font-size: 20px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt60 {
    margin-top: 60px!important;
}
.btn_more {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background:#01B3CD;
    margin:40px auto 0;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}
.btn_more > a:hover  p {
    
    margin-right: 10px;
}
.btn_more > a > p {
    font-size: 16px;
    margin-right: 20px;
    transition: all .4s;
}
.btn_more > a > span {
    font-weight: 100!important;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    
    background:#7A7A7A;
}
.bar2 {
    width: 60px;
    height: 4px;
    background:#01B3CD;
    margin:26px auto 0;
}
.tit {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    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: 40px;
    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: 20px;
    line-height: 26px;
    animation : text 1s .4s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.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_wrap {
    border-bottom:1px solid #ddd;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    position: relative;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    border-bottom:2px solid #01B3CD;
}
.smenu > li.active a {
    color:#01B3CD;
    font-weight: 700;
}
.smenu > li > a {
    font-size: 18px;
    color:#666;
    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 {
    margin-top: 80px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.section {
    padding: 140px 0;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#01B3CD;
    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:#01B3CD;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    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;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}

.logo {
    width: 217px;
    height: 60px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 217px;
    height: 60px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
}

.logo.sub {

}
.logo > a {
    font-family: 'SCoreDream'!important;
    font-size: 30px;
    font-weight: 700;
    color:#fff;

    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;
}

.nav > li > a:hover {
    color:#01B3CD;
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li.active:after {
    content:"";
    width: 6px;
    height: 6px;    
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background:#01B3CD;
}

.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: 16px;
    font-weight: 300;
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.main_img > img {
    width: 80%;
    transition: all .4s;
}
.main_img > img:hover {
    transform: scale(.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_banner02.jpg') center no-repeat;
    background-size:cover;
}
.main_img {
    max-width: 577px;
    width: 100%;
    aspect-ratio: 1/0.9289428076256499;
    
    background-size:contain;

}

.mySwiper .swiper-slide-active .main_img {
    animation : text 1s .2s both;
}

/* 메인배너 --*/

/* msec_01 */
.why_cont_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why_cont {
    width: 50%;
    background:url('../img/why_bg.png') center no-repeat;
    
}
.why_cont > h4 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.why_cont > h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
}
.why_cont > h5 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 50px;
}
.why_cont > h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    font-weight: 300;
    padding-left: 10px;
}
.why_cont > span {
    font-size: 20px;
}
.why_cont > p {
    padding-left: 10px;
    margin-top: 50px;
}
.why_img {
    width: 50%;
    aspect-ratio: 1/0.7838709677419355;
    background:url('../img/why_img.png') center no-repeat;
    background-size:contain;
}
.stanley_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.stanley_wrap > .cont01 {
    width: 30%;
} 
.stanley_wrap > .cont01 > .logo3 {
    width: 326px;
    height: 90px;
    background:url('../img/logo3.png') center no-repeat;
    background-size:contain;
}
.stanley_wrap > .cont01 > .sign_img {
    width: 349px;
    height: 102px;
    background:url('../img/sign_img.png') center no-repeat;
    background-size:contain;
    margin-top: 36px;
}
.stanley_wrap > .cont01 > h2 {
    margin-top: 30px;
}
.stanley_wrap h2 {
    font-size: 30px;
    font-weight: 700;
    color:#01B3CD;
}
.stanley_wrap h3 {
    font-size: 20px;
    margin-top: 8px;
}
.stanley_wrap p {
    margin-top: 30px;
    
}
.stanley_wrap > .cont02 {
    width: 15%;
    display: flex;
    align-items: center;
} 
.arrow_img {
    width: 336px;
    height: 273px;
    background:url('../img/arrow_img.png') center no-repeat;
    background-size:contain;
}
.stanley_wrap > .cont03 {
    width: 40%;
} 
.stanley_wrap > .cont03 > h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 20px;
}
.stanley_wrap > .cont03 > h5 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
}

/* msec_01 */

/* msec_02 */
.msec_02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
}
.msec_02 h4 {display: none;}

.msec_02 .tit {
    color:#fff;
}
.msec_02 .bar2 {
    background:#fff;
}
.msec_02 > .inner > h3 {
    font-size: 40px;
    line-height: 50px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-top: 60px;
}
.msec_02 > .inner > p {
    font-size: 18px;
    line-height: 30px;
    color:#fff;
    font-weight: 300;
    margin-top: 22px;
    text-align: center;
}
.we_do {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.we_do > li {
    width: calc(33.33% - 20px);
    transition:all .4s;
    transform: scale(1.1);
}
.round_img {
    max-width: 240px;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
    background:#ddd;
    transition: all .4s;
}
.round_img > .txt_wrap {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.round_img > .txt_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: all .4s;
}
.round_img > .txt_wrap > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    color:#fff;
    text-align: center;

}
.we_do > li:hover h2 {
    margin-top: -50px;
}
.we_do > li:hover {
    transform: scale(1.3);
}
.we_do > li:hover .round_img.img01 {background:url('../img/round_img01_ov.png') center no-repeat;background-size:cover;}
.we_do > li:hover .round_img.img02 {background:url('../img/round_img02_ov.png') center no-repeat;background-size:cover;}
.we_do > li:hover .round_img.img03 {background:url('../img/round_img03_ov.png') center no-repeat;background-size:cover;}
.we_do > li:hover h2 {color:#fff;}
.round_img.img01 {background:url('../img/round_img01.png') center no-repeat;background-size:cover;}
.round_img.img02 {background:url('../img/round_img02.png') center no-repeat;background-size:cover;}
.round_img.img03 {background:url('../img/round_img03.png') center no-repeat;background-size:cover;}
.round_img > h2 {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 2px 2px 10px rgba(255,255,255,.5);
    transition: all .4s;
}
.we_do > li > h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    color:#01B3CD;
    text-align: center;
}
.we_do > li > p {
    text-align: center;
    color:#fff;
    margin-top: 14px;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    
    background-size:cover;
}
.info_data > .txt_wrap > h6 > a {
    color:#A2A2A2;
}
.his_wrap {
    display: flex;
    justify-content: space-between;
    
    margin-top: 60px;
}
.his_tit {
    width: calc(50% - 20px);
}
.his_tit > h3 {
    font-size: 45px;
    font-weight: 900;
    color:#01B3CD;
    line-height: 63px;
    
}
.his_tit > h2,
.his_cont > h2 {
    /* background:rgb(7, 43, 116); */
    background:#000;
    padding:14px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color:#79ddec;
    text-align: center;
}
.his_tit > p {
    margin-top: 40px;
    color:#000;
}
.his_cont {
    width: calc(50% - 20px);
}
.his_detail_wrap {
    width: 85%;
    margin:40px auto 0;
}
.his_detail_wrap > li {
    border-bottom:1px solid #ddd;
    padding:30px 0;
    display: flex;
    align-items: center;
}
.his_detail_wrap > li > h2 {
    font-size: 30px;    
    font-weight: 700;
    margin-right: 20px;
}
.his_detail_wrap > li > h3 {
    display: none;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-right: 40px!important;
}
.his_detail_wrap > li > p {
    font-size: 18px;
}
/* msec_03 */
.msec_03 .tit_desc {
    text-align: center;
}
.org_img {
    width: 90%;
    aspect-ratio: 1/0.8259259259259259;
    background:url('../img/org_img3.png') center no-repeat;
    background-size:contain;
    margin:50px auto 0;
    
}
/* msec_04 */
.msec_04 {}
.msec_04 .tit_desc {
    text-align: center;
}
.career_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.career_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
}
.img_career {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
    border-radius: 10px;
    transition: all .4s;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.img_career:hover {

}

.img_career > .txt_wrap {
    height: 0px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
    z-index: 9999;
    transition: all .4s;

}
.img_career:hover .txt_wrap {
    height: 110px;
}
.img_career:hover .txt_wrap.type2 {
    height: 140px;
}
.img_career > .txt_wrap > h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.img_career > .txt_wrap > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 26px;
}
.img_career.img01 {background:url('../img/img_career01.png') center no-repeat;background-size:contain;}
.img_career.img02 {background:url('../img/img_career02.png') center no-repeat;background-size:contain;}
.img_career.img03 {background:url('../img/img_career03.png') center no-repeat;background-size:contain;}
.img_career.img04 {background:url('../img/img_career04.png') center no-repeat;background-size:contain;}
.img_career.img05 {background:url('../img/img_career05.png') center no-repeat;background-size:contain;}
.img_career.img06 {background:url('../img/img_career06.png') center no-repeat;background-size:contain;}
.img_career.img07 {background:url('../img/img_career07.png') center no-repeat;background-size:contain;}
.img_career.img08 {background:url('../img/img_career08.png') center no-repeat;background-size:contain;}
.img_career.img09 {background:url('../img/img_career09.png') center no-repeat;background-size:contain;}
.img_career.img10 {background:url('../img/img_career10.png') center no-repeat;background-size:contain;}
.img_career.img11 {background:url('../img/img_career11.png') center no-repeat;background-size:contain;}
.img_career.img12 {background:url('../img/img_career12.png') center no-repeat;background-size:contain;}
.img_career.img13 {background:url('../img/img_career13.png') center no-repeat;background-size:contain;}
.img_career.img14 {background:url('../img/img_career14.png') center no-repeat;background-size:contain;}
.img_career.img15 {background:url('../img/img_career15.png') center no-repeat;background-size:contain;}
.img_career.img16 {background:url('../img/img_career16.png') center no-repeat;background-size:contain;}
.img_career.img01:hover {background:url('../img/img_career01_ov.png') center no-repeat;background-size:contain;}
.img_career.img02:hover {background:url('../img/img_career02_ov.png') center no-repeat;background-size:contain;}
.img_career.img03:hover {background:url('../img/img_career03_ov.png') center no-repeat;background-size:contain;}
.img_career.img04:hover {background:url('../img/img_career04_ov.png') center no-repeat;background-size:contain;}
.img_career.img05:hover {background:url('../img/img_career05_ov.png') center no-repeat;background-size:contain;}
.img_career.img06:hover {background:url('../img/img_career06_ov.png') center no-repeat;background-size:contain;}
.img_career.img07:hover {background:url('../img/img_career07_ov.png') center no-repeat;background-size:contain;}
.img_career.img08:hover {background:url('../img/img_career08_ov.png') center no-repeat;background-size:contain;}
.img_career.img09:hover {background:url('../img/img_career09_ov.png') center no-repeat;background-size:contain;}
.img_career.img10:hover {background:url('../img/img_career10_ov.png') center no-repeat;background-size:contain;}
.img_career.img11:hover {background:url('../img/img_career11_ov.png') center no-repeat;background-size:contain;}
.img_career.img12:hover {background:url('../img/img_career12_ov.png') center no-repeat;background-size:contain;}
.img_career.img13:hover {background:url('../img/img_career13_ov.png') center no-repeat;background-size:contain;}
.img_career.img14:hover {background:url('../img/img_career14_ov.png') center no-repeat;background-size:contain;}
.img_career.img15:hover {background:url('../img/img_career15_ov.png') center no-repeat;background-size:contain;}
.img_career.img16:hover {background:url('../img/img_career16_ov.png') center no-repeat;background-size:contain;}
.career_wrap > li > h2 {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;

}
/* msec_04 */

/* msec_05 */
.msec_05 {
    background:url('../img/msec05_bg.png') center no-repeat;
    background-size:cover;
}
.msec_05 .tit {
    color:#fff;
}
.msec_05 .bar2 {
    background:#fff;
}
.msec_05 .tit_desc {
    color:#fff;
    text-align: center;
}
.mannual_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.mannual_wrap.type2 {
    display: none;
}
.mannual_wrap > li {
    width: calc(33.33% - 20px);
    
    color:#fff;
    
}
.mannual_wrap > li > .box_wrap {
    background:#222222;
    border-radius: 10px;
    padding:20px 40px;
    margin-top: 20px;
}
.mannual_wrap > li  h2 {
    font-size: 36px;
    font-weight: 700;
}
.mannual_wrap > li  h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.mannual_wrap > li  p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 24px;
}
/* msec_05 */



/* 푸터 */


.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:#01B3CD;
}
.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: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.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;
}
.header.active .login_wrap > li > a {
    color:#000;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}

footer {
    padding:40px 0px;
    background:#252726;
}

footer > .inner {
    position: relative;
    display: flex;
    align-items: baseline;
}
.footer_info {
    margin-right: 60px;
}
.footer_info > h2 {
    font-size: 20px;
    color:#fff;
}
.t_logo {
    width: 217px;
    height: 46px;
    background:url('../img/t_logo.png') center no-repeat;
    background-size:contain;
    margin-top: 10px;
}


.t_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
}

.footer_info,
.footer_info2 {
}

.footer_info2  h4,
.footer_info  h4 {
    font-size: 16px;
    color:#fff;
    margin-right: 10px;
    display: inline-block;
}
.footer_info  h4 {
    font-size: 16px;
    color:#fff;
    margin-right: 10px;
    display: inline-block;
}
.footer_info h6 {
    display: inline-block;
    font-size: 16px;
    color:#A2A2A2;
    line-height: 24px;
}
.info_data {
    display: flex;
    align-items: center;
    margin-top: 20px;

}
.info_data > .txt_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 20px;
}
.footer_info2  h6 {
    font-size: 16px;
    color:#A2A2A2;
    line-height: 24px;
}
.info_data > h6 {
    margin-right: 20px;
}
.footer_info2 span {
    margin-right: 10px;
    color:#fff;
    font-size: 30px;
}
.footer_info2 > h5 {
    font-size: 16px;
    color:#fff;
    margin-top: 20px;
}
.bar3 {
    max-width: 1280px;
    width: 100%;
    height: 11px;
    border-top:1px dotted #ddd;
    margin:100px auto;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px dotted #707070;
    margin:14px 0;

}
.bar5 {
    display: inline-block;
    width: 1px;
    height: 10px;
    background:#ddd;
    margin:0 10px;
}
.bar6 {
    display: inline-block;
    width: 1px;
    height: 10px;
    background:#6c6c6c;
    margin:0 10px;
}
.bar7 {
    display: inline-block;
    width: 90%;
    height: 1px;
    background:#fff;
    margin:0 10px;
    opacity: .5;
}
.footer_info > h5 {
    margin-top: 20px;
    font-size: 16px;
    color:#A2A2A2;
}








/* 입단 및 무료체험문의 */

.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: 26%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    display: inline-block;
    position: relative;
}
.inquiry_01 > h2:after {
    content:"";
    width: 6px;
    height: 6px;
    background:url('../img/star_ico.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 10px;
    right: -10px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    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_con2 {
    height: 500px!important;
}
.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:40px;
}

.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 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
}

.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: #01B3CD !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}



.brand_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand_site > li {
    width: calc(10% - 20px);
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-bottom: 20px;
}

.familysite {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    float: right;
    height: 40px;
    width: 240px;
}
.familysite select {
    float: right;
    width: 240px;
    height: 40px;
    BACKGROUND:#C8C0A2;
    font-size: 14px;
    color:#5B512B;
    border-radius: 5px;
    padding-left: 10px;
    border:1px solid #C8C0A2;
}
option {padding:5px 0;}
.familysite select option {
    height: 100px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
}
