/* ------------------------------------------------------------- */
/* ------------------- 공통으로 들어가는 부분  ------------------- */
/* ------------------------------------------------------------- */
html{
font-size:16px; scroll-behavior:smooth; height: 100%; margin: 0;overflow-x: hidden;
}

body{
position: relative;
height: 100%;
font-weight: 500;
color:#333;
width:100%;
letter-spacing: 0px;
line-height: 1.4;
font-size: 16px;
font-family:'pretendard';
}

button, input, select{font-family: 'Pretendard';}

/* 폰트 */

@font-face {
font-family: 'Pretendard-Regular';
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

.sub_font{font-family: 'SCoreDream'; font-weight: 400;}
.sub_font02{font-family: 'GmarketSans'; font-weight: 400;}

.bg-gray{background-color: #F9F9F9;}

/*header*/
.header{ width: 100%; z-index: 999; position: fixed; height: 90px; display: flex; transition: all .2s; border-bottom: 1px solid #fff;}
.header > div{ display: flex; justify-content: space-between; align-items:center; width: 100%; max-width: 1528px; margin: 0 auto; position: relative;}
/* .header .inner{margin-left: 160px; padding-right: 60px;} */
 
.nav-up {transform: translateY(-100%);}
.nav-down{transform: translateY(0);}

/* 메인로고 */
.main_logo{width: 200px;color: #fff; font-family:'GangwonEduPowerExtraBoldA';}
.main_logo > a {width: 100%; height: auto; display: block; }

.header.h_on h1 a img{content:url(../img/main/logo.png)}
/* .header.h_on{ border-bottom:1px solid rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.8);} */
.header.h_on{ border-bottom:1px solid rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px);}
.header.h_on .nav_wrap .depth01>li > a,
.header.h_on .right_item > a,
.header.h_on .nav_wrap .depth01>li > em{color: #333; font-weight: 500;}
.header.h_on .ham-btn span {background: #5f5f5f;}
.header .right_item>a {font-size:16px;padding: 20px 0;}

.header.h_on .nav_wrap .depth01>li > a:hover,
.header.h_on .nav_wrap .depth01>li > em:hover{color: var(--main-color);}

.nav_wrap, .nav_wrap nav, .nav_wrap nav > ul {height: 100%;}


.login_page .header h1 a img{content:url(../img/main/logo.png)}
.login_page .ham-btn span {background: #5f5f5f !important;}
.login_page .header{ border-bottom:1px solid rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(5px);}
.login_page .header .nav_wrap .depth01>li > a,
.login_page .header .right_item > a,
.login_page .header .nav_wrap .depth01>li > em{color: #444; font-weight: 500; }

/* 메뉴영역 */


.header .inner {display:flex;width:100%; align-items: center;justify-content: space-between;}
/* .nav_wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} */
.nav_wrap .depth01{display: flex; font-weight: 600; align-items: center;}
.nav_wrap .depth01>li{text-align: center; font-size: 20px; cursor: pointer; color: #FFF; position: relative; padding: 0 10px; display: flex; align-items: center; height: 100%;}
.nav_wrap .depth01>li > a{transition: all .15s; padding:20px;}
.nav_wrap .depth01>li:hover > em,
.nav_wrap .depth01>li:hover > a{color: skyblue; }
.nav_wrap .depth01>li.mypage_h{font-size: 14px;border:1px solid #ddd; padding:10px 0; border-radius: 20px; height: fit-content; width: 120px; justify-content: center;}
/* .nav_wrap .depth01>li + li{margin-left: 60px;} */
.nav_wrap .depth02{position: absolute; left:50%;transform: translateX(-50%); width: max-content; background:#00225eda;padding: 15px 8px; font-size: 18px; font-weight: 200;    top: 100%;visibility: hidden;opacity:0; border-radius: 10px;transition:0.1s;}
.nav_wrap .depth02 li{width: 100%;}
/* .nav_wrap .depth02 li:hover{background-color: #FFF; border-radius: 5px;} */
.nav_wrap .depth02 li a {display:inline-block;padding:12px 25px;}
.nav_wrap .depth02 li:hover a {font-weight: 500; color: #4388ff;}
.nav_wrap .depth01>.li_on:hover>ul {visibility: visible;opacity:1;transition:0.1s;}



/* 로그인 / 회원가입 */
/* .right_item{position: absolute; right: 0; top: 50%; transform: translateY(-50%);} */
.right_item > a {display: block; color: #fff; font-weight: 400; font-size: 20px;}


/* 햄버거 버튼 */
.btn_burger{display: none;}
.mo_nav{display: none;}

/* 탭메뉴 */
.burger_menu_on_wrap{display: none;}

/* 서브페이지 상단고정 헤더 */
.sub_header {width: 100%; height: 980px; position: relative; display: flex; flex-direction: column; justify-content: center;}
.ssub_header {width: 100%; background-color: #fff;}
.sub_hd_wrap{position: relative; width: 100%; display: flex;}
.sub_hd_wrap h3 , .sub_hd_wrap p {color: #111; text-align: center;}
.sub_hd_wrap h3{font-size: clamp(32px, 6vw, 55px); font-weight: 700; line-height: 1.2; margin-bottom: 50px;}
.sub_hd_wrap h3 b{font-size: 0.5em; font-weight: 500;}
.sub_hd_wrap h3 b .main-o{font-weight: inherit !important;}
.sub_hd_wrap p{font-size: clamp(15px, 4vw, 24px); font-weight: bold; color: #0E45A4;}

.sub_hd_wrap > div,
.ssub_hd_wrap > div{display: none;}

.ssub_header > div.ssub_hd_wrap ul {display: flex; gap: 16px;flex-wrap: wrap;}
.ssub_header > div.ssub_hd_wrap ul > li {cursor: pointer; border: 1px solid #ddd; border-radius: 30px; font-size: clamp(12px, 2vw, 20px); color: #555; font-weight: 500;}
.ssub_header > div.ssub_hd_wrap ul > li:hover {border: 1px solid #0E45A4; color: #0E45A4}
.sub_header {position: relative;}

.ssub_header > div.ssub_hd_wrap ul > li > a {display:inline-block; padding: 12px 35px; }
.ssub_header .recruit_s_tit li {padding:12px 35px;}










/* tab */
.sub_nav{font-size: 20px; padding-top: 5px;}
.sub_nav span{display: inline-block;}
.sub_nav .home{position: relative; top: 1px;}
.sub_nav i{display: inline-block; padding: 0 10px; position: relative; top: -2px;}
.sub_title{/* padding-bottom: 40px; padding-top: 80px; */ text-align: center;}
.sub_title span{text-align: center; font-size: 18px; font-weight: bold; display: inline-block; color: #e30613; border-bottom: 1px solid #e30613; display: none;}
.sub_title h1{text-align: center; font-size: 50px; font-weight: 500; display: none;}
.sub_tab{width: 100%; text-align: center; margin: 0 auto; margin-bottom: 96px;}
.sub_tab li{display: inline-block; width: 250px; border: 1px solid #ddd; font-size: 18px; padding: 14px 10px; margin: 0 4px; cursor: pointer;}
.sub_tab li.on{background: #e30613; color: #fff;}

.tab01_tit{display: none;}


.sub_tab_wrap{width: 100%; position: absolute; bottom: 0; border-top: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(0, 0, 0, 0.1);;}
.sub_tab_menu{position: relative; z-index: 150; color: #fff;}
.sub_tab_menu>li{height: 55px; float: left; border-right: 1px solid rgba(255, 255, 255, 0.4); box-sizing: border-box; line-height: 55px; cursor: pointer;}
.sub_tab_home{border-left: 1px solid rgba(255, 255, 255, 0.4);}
.sub_tab_title_box{width: 230px; position: relative; }

.tab_select_menu{line-height: 55px; background-color: rgba(255,255,255,.9); border: 1px solid #e7e7e7; border-top: 0; width: 100%; color: #333; display: none; position: relative; z-index: 500; padding: 5px 0;}
.tab_select_menu>li{padding: 0 20px; cursor: pointer;}
.tab_select_menu>li:last-child{border: 0;}
.sub_tab_title_box>span{padding: 0 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase;height: 100%; font-weight: 400;}
.sub_tab_title_box>span:after{content: ''; height: 8px; width: 8px; border-top: 1px solid #fff; border-left: 1px solid #fff; display: block; position: absolute; top: 48%; transform: translateY(-50%) rotate(225deg); right:20px;}
.sub_tab_title_box>.tab_plus_btn{width: 14px; height: 14px;display: inline-block; padding: 0; position: absolute; top: 16px; right: 25px;}
.tab_select_menu>li>a{width: 100%; height: 100%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; font-weight: 400;}

.tab_in_menu{display: none;}
.sel_tit{display: none;}


.common_title{width: 100%; height: 350px; color: #fff;}
.common_title.company_title{background: url(../img/sub/company_bg.jpg)no-repeat; background-size: cover; background-position: center;}
/* .common_title01.product_title{background: url(../img/sub/product_bg.jpg)no-repeat; background-size: cover; background-position: center;} */
.common_title01.inquiry_title{background: url(../img/sub/inquiry_bg.jpg)no-repeat; background-size: cover; background-position: center;}
.common_title01 .inner{padding-top: 118px; text-align: center;}
.common_title01 .inner h1{font-size: 48px;}
.common_title02{background: linear-gradient( 45deg, #1e305f, #2142a1); color: #fff; padding: 10px 0;  margin-bottom: 130px;}
.common_title h1{text-align: center; line-height: 350px; font-size: 40px;}


/* 사이드버튼 */
.top_btn {position: fixed; bottom: 50px; right: 50px; width: 70px; height: 70px; border-radius: 100%; background-color: var(--main-color);cursor: pointer; z-index: 99999; display: none;}
.top_btn > div {width: 100%; height: 100%;  display: flex; align-items: center; justify-content: center; flex-direction: column;  }
.top_btn i {display: inline-block; width: 27px;}
.top_btn p {color: #fff;}


/* 공통 첫번째 헤더배너 */
/* .system_page .system_title,
.cus_page .tab .cus_tabs,
.cus_page .cus_title,
.membership_page .tab .membership_tabs,
.membership_page .membership_title, 
.analyze_page .analyze_title,
.my_page .tab .my_tabs,
.my_page .my_title{display: block;}

.mypage .my,
.mypage .mem_elem {display: block;} */




/* last_banner (customer call_page) */
.sec06{width: 100vw; height: 100vh;padding: 200px 200px 200px 200px; background: url(../img/main/last.jpg) center no-repeat; background-size: cover; }
.last_bg_content{width: 100%; display: flex; justify-content: space-between;}
.deco{position: absolute; top: 0; left: 0; transform: translate(-30%, 70%);}
.deco_txt{font-size: 24px; font-weight: 800; padding-bottom: 30px; background: linear-gradient(0deg, #d19824, #dfa32c , #e0b867,#F9F295); clip-path: inset(1px); color: transparent; -webkit-background-clip : text;}
.left_bg_con{font-size: 142px; color: rgba(255, 255, 255, 0.5); font-family: 'GangwonEduPowerExtraBoldA'; position: absolute; transform: translate(180px, 30px); }
.left_bg_tittle{font-size: 55px; color: #fff; font-family: 'GangwonEduPowerExtraBoldA'; line-height: 1.2;}
.call_wrap{margin-top: 100px;}
.call_wrap > p {font-size: 30px; font-weight: 500; color: #fff;}
form{display: flex; gap: 10px;}
form > p{width: 25px; color: #fff; text-align: center; font-size: 30px; margin-left: 10px; margin-right: 10px; padding-top: 5px;}
input{border-radius: 4px; background-color: #fff; border: none;}
form>input:first-child{width: 165px; padding: 5px 10px 5px 10px;}
.input_tel{width: 250px; padding: 5px 10px 5px 10px;}
.end_num{width: 220px; padding: 5px 10px 5px 10px;}


/* 개인정보처리방침동의 */
.chk_box { margin-top: 20px; display: block; position: relative; padding-left: 35px; margin-bottom: 10px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 300; color: #fff; }
.chk_box button{color: #fff; font-family: inherit;font-size: 16px;  margin-left: 5px; position: relative;top:-1px}
/* 기본 체크박스 숨기기 */
.chk_box input[type="checkbox"] { display: none; }
/* 선택되지 않은 체크박스 스타일 꾸미기 */
.chk_on{ width: 22px; height: 22px; background: #ddd; position: absolute; top: 0; left: 0; border-radius: 2px;}
/* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .chk_on { background: #FFB015; }
.chk_on::after { content: ""; position: absolute; display: none; }
.chk_box input[type="checkbox"]:checked + .chk_on:after { display: block; }
.chk_on::after { width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 9px; top: 5px; }
form>input:last-child{width:140px; background-color: red; border: none; color: #fff; cursor: pointer;}
.call_but{font-size: 20px; font-weight: 800;}
.right_con{padding-right: 10%;}
.call_num{font-size: 45px; font-weight: 900; margin-top: -20px; color: #fff;}
.center_con > ul > li > ul {display: flex;}
.center_con > ul > li > ul > li {color: #fff; font-size: 26px; font-weight: 600; padding-top: 10px;}
.center_con > ul > li > ul > li:first-child{padding-right: 20px; color: rgba(255, 255, 255, 0.6); font-weight: 400;}

.deposit_con{padding-top: 110px;}
.deposit_num{font-size: 45px; font-weight: 900; margin-top: -20px; color: #fff;}
.deposit_con > ul > li > ul {display: flex;}
.deposit_con > ul > li > ul > li  {color: #fff; font-size: 26px; font-weight: 600; padding-top: 10px;}
.deposit_con > ul > li > ul > li:first-child{padding-right: 20px; color: rgba(255, 255, 255, 0.6); font-weight: 400;}

/* 로그인상태에서의 배너 */


/*footer*/

footer .bold{font-weight: 500;}
footer{width: 100%; background: #222; font-size: 16px; font-weight: 500; color: #fff; padding: 60px 0; z-index: 99; position: relative; }
.footer_wrap{display: flex; flex-direction: column;}
.top_footer_wrap > div{display: flex; flex-direction: column; gap: 12px;}

.top_footer_wrap h2{width:394px; margin-bottom: 10px;}
.top_footer_nav > ul{display: flex; }
.top_footer_nav > ul > li{font-size: 15px; cursor: pointer;} 
.top_footer_nav > ul > li + li:before{content:''; display: inline-block; height: 9px; width: 1px; background: #ddd; position: relative; margin: 0 12px;}
.top_footer_nav > ul > li a{opacity: 0.8; }
.top_footer_nav > ul > li a.bold{opacity: 1;}
.top_footer_nav > ul > li a.adm{opacity: .3;}

.bot_footer_wrap .top_footer_nav > ul{display: flex; margin-bottom: 30px;}
.bot_top_footer {margin-bottom: 20px;}
.bot_footer_wrap .top_footer_nav > ul > li{font-size: 15px; cursor: pointer;} 
.bot_footer_wrap .top_footer_nav > ul > li + li:before{content:''; display: inline-block; height: 9px; width: 1px; background: #666666; position: relative; margin: 0 12px;}
.bot_footer_wrap .top_footer_nav > ul > li a{opacity: 0.8; color: #fff; }
.bot_footer_wrap .top_footer_nav > ul > li a.bold{opacity: 1; color: #fff; font-weight: bold;}
.bot_footer_wrap .top_footer_nav > ul > li a.adm{opacity: .3;}

.bot_footer_wrap {margin-top: 50px;}
.bot_footer_wrap > div{display: flex; justify-content: space-between; align-items: flex-end;}

.bot_top_footer > p > span::after{content:''; display: inline-block; height: 9px; width: 1px; background: #666; position: relative; margin: 0 10px;}
.bot_top_footer > p > span:last-child:after {content: none;}
.bot_footer_wrap:before
.bot_footer_wrap > div{display: flex; align-items: flex-end;justify-content: space-between;} 
.footer_logo_wrap{padding-bottom: 10px;}
.footer_logo_wrap > a{font-family: 'GangwonEduPowerExtraBoldA'; font-size: 22px;}
.bot_top_footer > p{ font-size: 16px; line-height: 1.8; color: #919191; display: flex; flex-wrap: wrap; gap: 5px;}

.bot_bot_footer{display: flex; justify-content: space-between; align-items: flex-end; text-align: right;}
.bot_bot_footer > p{font-size: 16px; color: #777777aa;}

.bot_bot_footer ul{display: flex; flex-direction: column; align-items: flex-end; gap: 20px;}

.ham-btn {display: none;}
.ham-box {display: none !important;}


.close-btn {display: block; position: relative; width: 40px; height: 40px;}
.close-btn span {position: absolute; display: block; width: 26px; height: 2px; background: #212227; top: 22px; left: 16px; right: 0; bottom: 0; margin: 0;}
.close-btn span:first-child {transform: rotate(45deg);}
.close-btn span:last-child {transform: rotate(-45deg);}

/* ********************************************* *
* 1630px
* ********************************************* */
@media screen and (max-width: 1630px){

/*header*/
.header > div{padding: 0 16px;}
.bound{padding: 0 200px;}
/* 메인로고 */
/* .main_logo{width: 280px; color: #fff; font-size: 35px; font-family:'GangwonEduPowerExtraBoldA';} */
/* 메뉴영역 */
.nav_wrap ul{font-weight: 300;}
.nav_wrap ul>li{ text-align: center; font-size: 18px; cursor: pointer; color: #fff;}

}


/* ********************************************* *
* 1500px
* ********************************************* */
@media screen and (max-width: 1500px){
    


/* 개인정보처리방침동의 */
.chk_box { margin-top: 20px; display: block; position: relative; padding-left: 35px; margin-bottom: 10px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 300; color: #fff; }
/* 기본 체크박스 숨기기 */
.chk_box input[type="checkbox"] { display: none; }
/* 선택되지 않은 체크박스 스타일 꾸미기 */
.chk_on{ width: 24px; height: 24px; background: #ddd; position: absolute; top: 0; left: 0; }
/* 선택된 체크박스 스타일 꾸미기 */
.chk_box input[type="checkbox"]:checked + .chk_on { background: #FFB015; }
.chk_on::after { content: ""; position: absolute; display: none; }
.chk_box input[type="checkbox"]:checked + .chk_on:after { display: block; }
.chk_on::after { width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 9px; top: 5px; }
.right_con{padding-right: 0;}  
.call_num{font-size: 40px; font-weight: 900; margin-top: -20px; color: #fff;}
.center_con > ul > li > ul {display: flex;}
.center_con > ul > li > ul > li {color: #fff; font-size: 22px; font-weight: 600; padding-top: 10px;}
.center_con > ul > li > ul > li:first-child{padding-right: 20px; color: rgba(255, 255, 255, 0.6); font-weight: 400;}
.deposit_con{padding-top: 110px;}
.deposit_num{font-size: 40px; font-weight: 900; margin-top: -20px; color: #fff;}
.deposit_con > ul > li > ul {display: flex;}
.deposit_con > ul > li > ul > li  {color: #fff; font-size: 22px; font-weight: 600; padding-top: 10px;}
.deposit_con > ul > li > ul > li:first-child{padding-right: 20px; color: rgba(255, 255, 255, 0.6); font-weight: 400;}

.sub_hd_img_wrap > .sub_hd_img_box {border-radius:0px !important;}

}


/* ********************************************* *
* 1420px
* ********************************************* */
@media screen and (max-width: 1420px){

    /* .main_logo {width: 260px;} */
    .nav_wrap .depth01>li {font-size: 18px; padding: 0 10px;}
    .nav_wrap ul>li {font-size: 16px;}

}


/* ********************************************* *
* 1400px
* ********************************************* */
@media screen and (max-width: 1400px){

    .header > div {max-width: 1200px;}
    
}

/* ********************************************* *
* 1240px
* ********************************************* */
@media screen and (max-width: 1240px){

    .header > div {padding: 0 30px;}
    /* .main_logo {width: 230px;} */
    .nav_wrap .depth01>li {padding: 0 10px; font-size: 17px;}
    .nav_wrap .depth01>li.mypage_h {width: 108px;}
    .sub .nav_wrap .depth01>li > a {font-size:18px;}
    .nav_wrap ul>li {font-size: 18px;}
    .nav_wrap .depth02 li {padding: 8px 10px;}

    .slide .right_but li {padding: 0 55px !important;}
    .slide .right_but li span {font-size: 54px !important;}

}



/* ********************************************* *
* 1024px (햄버거 메뉴 추가영역)
* ********************************************* */

@media screen and (max-width: 1024px){

    .right_item > a,
    .nav_wrap {display: none;}
    .header > div {position: relative;}
    .ham-btn {position: absolute; top: 50%; right: 50px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 7px; align-items: flex-end; right: 30px;height: 50px; justify-content: center;}
    .ham-btn span {display: block;}
    /* .ham-btn span {background: ;} */
    .ham-btn span:nth-child(1) {width: 32px; height: 2px; background: #fff;}
    .ham-btn span:nth-child(2) {width: 20px; height: 2px; background: #fff;}
    .sub .ham-btn span:nth-child(1) {width: 32px; height: 2px; background: #5f5f5f;}
    .sub .ham-btn span:nth-child(2) {width: 20px; height: 2px; background: #5f5f5f;}
    .ham-box {display: block !important; position: absolute !important; top: 0; right: -100%; width: 100% !important; height: 100vh; padding: 20px 30px !important; background-color: #fff; transition: all 0.3s;}
    .ham-box .ham-head {display: flex; align-items: center; justify-content: space-between;}
    .ham-box .ham-head .ham-logo {width: 170px;}
    .ham-box .ham-head i {display: block; width: 23px;}

    .ham-menu {margin-top: 50px;}
    .ham-menu > ul {display: flex; flex-direction: column; gap: 10px;}
    .ham-menu ul > li > a {padding: 10px 0; display: block; font-size: 26px; font-weight: 700;}
    .ham-menu ul > li ul {padding: 0 0 20px 20px; display: none;}
    .ham-menu ul > li ul li a {font-size: 18px; font-weight: 500;}

    .ham-menu.on {color: var(--main-color);}

    .ham-main > a {position: relative; }
    .ham-main > a::after {content: ""; display: block; background: url(../img/main/menu-angle.png) no-repeat center/cover; width: 20px; height: 20px; position: absolute; top: 30%; right: 0px; transform:rotate(0); transition: all 0.2s;}
    .ham-box > span {display: inline-block; margin-top: 30px; padding: 9px 23px; background-color: #000; color: #fff; border-radius: 20px;}
    .ham-main > a.on {color: var(--main-color);}
    .ham-main > a.on::after {background: url(../img/main/menu-angle-on.png) no-repeat center/cover; transform: rotate(90deg);  width: 20px; height: 20px;}

    .slide .txtbox em {font-size: 46px !important;}
    .slide .txtbox p {font-size: 20px;}

    .bot_footer_wrap > div {flex-direction: column; align-items: flex-start;}

    .bot_bot_footer {display: none;}

    .top_footer_wrap h2 {width: 320px;}

    .ssub_header > div.ssub_hd_wrap ul > li {font-size:16px;}

}


/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (max-width: 960px){
    .top_footer_nav > ul > li + li {margin-left: 10px;}
    .header {height: 90px;}

    .top_btn {bottom: 30px; right: 30px;}
}

/* ********************************************* *
* 663px
* ********************************************* */
@media screen and (max-width:690px){

.mytab { padding: 20px 18px;}
.bot_top_footer > p {font-size: 12px; margin-bottom: 2px;}
.bot_bot_footer > p {font-size: 12px;}
.top_footer_nav > ul > li {font-size: 14px;}
.top_footer_nav > ul > li:last-child {display: none;}

.top_footer_wrap h2 {width: 200px;}
    
}

/* ********************************************* *
* 640px
* ********************************************* */
@media screen and (max-width: 640px){
    .bot_top_footer > p {flex-direction: column; gap: 2px;}
    .bot_top_footer > p > span::after {content: none;}
    .header {height: 80px;}
    .header > div {padding: 0 20px;}
    .ham-btn {right: 20px;}
    .sub_hd_wrap {margin-top:80px;}


    .top_btn {width: 65px; height: 65px;}
    .ham-menu ul > li > a {font-size: 23px;}
    .ham-menu ul > li ul li a {font-size: 16px;}
    .ham-menu ul > li ul {padding: 0 0 0 20px;}


    .sub_header {height:870px;}
    .sub_hd_img_wrap {height:300px !important;}
    
}

/* ********************************************* *
* 593px
* ********************************************* */
@media screen and (max-width:593px){

.mytab { padding: 20px 18px;}
.mytab > a{ font-size: 16px;}
        
}

/* ********************************************* *
* 593px
* ********************************************* */
@media screen and (max-width:552px){

.mytab { padding: 20px 10px;}
            
}

/* ********************************************* *
* 530px
* ********************************************* */
@media screen and (max-width: 530px){

.right_con{display: block;}
.right_con > div{width: 100%;;}
.right_con > div + div{margin-top: 40px;}

.top_footer_wrap > div {flex-direction: column; gap: 15px; align-items: flex-start;}

.main_logo {width: 150px; }

}

/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){
/* .header {top: 15px;} */

.sub_hd_wrap h3 {font-size: 30px;}
.sub_hd_wrap p {font-size: 18px;}   

.left_bg_tittle {font-size: 30px; display: block; line-height: 1.4; }
.deco_txt {font-size: 16px; padding-bottom: 20px; }
.deco { top:-5px;}
.deco>img {border: 0;max-width: 100%;width: 55%;}
.call_wrap {margin-top: 15px;}
.call_wrap > p {font-size: 15px;}
.deposit_con > ul,
.center_con > ul {margin-top: 5px;}
.deposit_con > ul > li > ul > li,
.center_con > ul > li > ul > li { font-size: 16px; padding-top: 3px;}
.call_num,
.deposit_num{margin:0;}
.deco_txt{padding-bottom:8px;}
form>input:last-child {font-size: 16px;}
.footer_logo_wrap > a {font-family: 'GangwonEduPowerExtraBoldA';font-size: 22px;font-weight: 100}

.li_tab > a {font-size: 16px;}

.sub_header {height: unset;}

.ssub_header > div.ssub_hd_wrap ul {justify-content:center;}
/* .ssub_header > div.ssub_hd_wrap ul li { width:calc(100% / 3); } */
.ssub_header > div.ssub_hd_wrap .guide_s_tit ul li { width:calc(100% / 2); }
.ssub_header > div.ssub_hd_wrap ul li a {text-align: center;width:100%;padding: 8px 20px;}

.ssub_header .recruit_s_tit ul {width:100%;}
.ssub_header .recruit_s_tit li {text-align: center;padding: 8px 15px;}
/* .ssub_header .recruit_s_tit li { width:calc(100% / 4) !important;text-align: center;padding: 8px 15px;} */

.sub_hd_wrap p {margin-top:30px;}
.sub_hd_img_wrap {height:30vh !important;}
.sub_hd_img_wrap {margin-top:50px !important;margin-bottom:50px;}

}

/* ********************************************* *
* 472px
* ********************************************* */
@media screen and (max-width:472px){

    .mytab { padding: 20px 5px;}
    .mytab > a{ font-size: 16px;}
    .ham-btn span:nth-child(1) {width: 27px;}
            
    .top_btn {bottom: 18px; right: 18px; }
    .top_btn > div {gap: 3px;}
    .top_btn p {font-size: 14px;}
    .top_btn i {width: 22px;}

    .ham-box {padding: 20px !important;}
    .ham-box .ham-head .ham-logo {margin-left: -10px;}

    
    .ham-main > a::after {width: 13px; height: 18px;}
    .ham-main > a.on::after {width: 13px; height: 18px;}

    .header {height: 60px;}
    .main_logo {width: 140px;}
}

/* ********************************************* *
* 422px
* ********************************************* */
@media screen and (max-width:422px){

.mytab > a{ font-size: 14px;}
        
}

/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px){

/* .sub_hd_wrap {padding-top: 100px;}     */
.sub_header {height: 550px;}
.sub_hd_wrap h3 {font-size: 32px;}
.sub_hd_wrap p {font-size: 14px;}
.left_bg_tittle {font-size: 26px; font-weight: 100;}
.call_wrap > p {font-size: 16px;}
form>input:first-child {width: 30%;}
.tabs li { display: inline-block; vertical-align: middle; font-weight: 300 }

.mytab {padding: 20px 5px;}
.li_tab{padding: 20px 20px;}   
.cus_tabs > li > em {font-size: 16px;}

/* 탭 메뉴 on */
.mo_nav .depth01{width: 280px; height: 100%; position: fixed; z-index: 9; top: 0; right: -65px; opacity: 0.9; transition: all 0.3s;}
.mo_nav .depth01 > li >a {font-size: 16px; color: #fff;}
.mo_nav .depth01 > li >em {font-size: 16px; color: #fff;}

.main_logo {width: 130px;}
.ham-btn {gap: 5px;}

}

/* ********************************************* *
* 382px
* ********************************************* */
@media screen and (max-width:382px){

.mytab > a{ font-size: 12px;}
            
}

/* ********************************************* *
* 350px
* ********************************************* */
@media screen and (max-width: 350px){

form{flex-wrap: wrap; justify-content: space-between;}
form>input:first-child{width: 30%;}
.end_num{width: calc(63% - 15px);}
form>input:last-child{width: 100%; margin-left: 0;padding:12px;}
form > p{padding-top: 0; margin: 0;}

/* 탭 메뉴 on */
.mo_nav .depth01{width: 250px; height: 100%; position: fixed; z-index: 9; top: 0; right: -65px; padding: 75px 20px; opacity: 0.9; transition: all 0.3s;}
.mo_nav .depth01 > li >a {font-size: 16px; color: #fff;}
.mo_nav .depth01 > li >em {font-size: 16px; color: #fff;}

.mytab > a{ font-size: 11px;}

}

/* ********************************************* *
* 328px
* ********************************************* */

@media screen and (max-width: 328px){

.li_tab{padding: 15px 15px;}

}

/* ********************************************* *
* 320px
* ********************************************* */
@media screen and (max-width:320px){

.mytab{padding: 20px 3px;}
                
}


/* ********************************************* *
* 310px
* ********************************************* */

@media screen and (max-device-width: 310px){

.burger_menu_on_wrap > ul > li{font-size: 13px;}
.top_footer_nav > ul > li {font-size: 13px;}

}

/* ********************************************* *
* 300px
* ********************************************* */

@media screen and (max-device-width: 310px){

.mytab {padding: 15px 3px;}
.mytab > a{ font-size: 10px;}
    
}

/* ********************************************* *
* 290px
* ********************************************* */

@media screen and (max-device-width: 290px){

.burger_menu_on_wrap > ul > li{font-size: 13px;}


}

/* ********************************************* *
* 280px
* ********************************************* */

@media screen and (max-device-width: 300px){

/*footer*/
footer{padding: 30px 0 30px 0;}

}