/* ------------------------------------------------------------- */
/* ------------------- 공통으로 들어가는 부분  ------------------- */
/* ------------------------------------------------------------- */
html{
font-size:16px; scroll-behavior:smooth; height: 100%; margin: 0; 
}

::-webkit-scrollbar{width: 12px; margin:2px; }
::-webkit-scrollbar-track{background-color: #eee;}
::-webkit-scrollbar-thumb{background-color: #444; border-radius: 20px;}


body{
position: relative;
height: 100%;
font-weight: 500;
color:#333;
width:100%;
letter-spacing: 0px;
line-height: 1.4;
letter-spacing: -0.02em;
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;
}

/* ::selection{background-color: var(--main-color);} */


.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; background: linear-gradient(to bottom, #00000020, transparent); top: 0;}
.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: 130px;color: #fff; max-width: 100%;}
.main_logo > a {width: 100%; height: auto; display: block; }
.main_logo > a img{filter: brightness(1000000%);}
.header.h_on .main_logo > a img{filter: brightness(100%);}

/* .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 #eee; background: #fff; backdrop-filter: blur(5px);}
.header.h_on .nav_wrap .depth01>li > a,
.header.h_on .nav_wrap .depth01>li > em{color: #333; font-weight: 500; text-shadow: none;}
.header.h_on .ham-btn span {background: #5f5f5f;}
.header.h_on .main_logo > a img{filter: brightness(100%);}

.header.h_on .nav_wrap .depth01>li > a:hover,
.header.h_on .nav_wrap .depth01>li > em:hover{color: var(--main-color);  font-weight: 700;}


.header .ham-btn i img{filter: brightness(10000000%);}
.header.h_on .ham-btn i img{filter: brightness(100%);}

.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 .nav_wrap .depth01>li > em{color: #444; font-weight: 500; }

/* 메뉴영역 */
.nav_wrap{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.nav_wrap .depth01{display: flex; font-weight: 500; align-items: center;}
.nav_wrap .depth01>li{text-align: center; font-size: 19px; color: #fff;position: relative; padding: 0 20px; display: flex; align-items: center; height: 100%;}
.nav_wrap .depth01>li > a{transition: all .15s; text-shadow: 0 0 12px rgba(0,0,0,.2);}
.nav_wrap .depth01>li > em:hover,
.nav_wrap .depth01>li > a:hover{color: var(--main-color);  font-weight: 700;}
.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: rgba(0, 0, 0, 0.7);padding: 15px 8px; font-size: 18px; font-weight: 200;    top: 100%;display: none; border-radius: 10px;}
.nav_wrap .depth02 li{padding: 12px 25px; width: 100%;}
/* .nav_wrap .depth02 li:hover{background-color: #FFF; border-radius: 5px;} */
.nav_wrap .depth02 li:hover a {font-weight: 500; color: var(--main-color);}

/* 로그인 / 회원가입 */
.right_item > ul{display: flex;}
.right_item>ul>li{width: 70px; text-align: center; color: #fff; font-size: 16px; font-weight: 300;}


/* 햄버거 버튼 */
.btn_burger{display: none;}
.mo_nav{display: none;}

/* 탭메뉴 */
.burger_menu_on_wrap{display: none;}

/* 서브페이지 상단고정 헤더 */
.sub_header {width: 100%; height: 608px; background: url(../img/sub/hd_top_img.png) bottom no-repeat; background-size: cover; position: relative;}
.sub_hd_wrap{position: relative; width: 100%; height: 100%;}
.sub_hd_wrap > div{position: absolute; bottom: 100px; }
.sub_hd_wrap h3, .sub_hd_wrap p {color: #fff;}
.sub_hd_wrap h3{font-size: 50px; font-weight: 700; line-height: 1.3;}
.sub_hd_wrap b{display: block; line-height: 1.5; font-size: 24px; color: #fff; font-weight: 500; margin-top: 30px;}
.sub_hd_wrap b .main-o{font-weight: inherit !important;}
.sub_hd_wrap p{font-size: 28px; font-weight: 500; margin-bottom: 12px;}
.sub_hd_wrap b em{font-weight: 600;}
.sub_hd_wrap b i{font-weight: 700;}
.sub_hd_wrap > div{display: none;}
.sub_header {position: relative;}

/* 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: 16px; right: 16px; width: 44px; height: 44px;  background-color: var(--main-color);cursor: pointer; z-index: 999; }
.top_btn > div {width: 100%; height: 100%;  display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; overflow: hidden;}
.top_btn i {display: inline-block; width: 11px; height: 18px; position: relative; transition: all .3s; background: url(../img/sub/top-btn.svg) no-repeat center / cover; }
.top_btn > div::after{content: ''; position: absolute; display: block; width: 100%; height: 100%; top: 100%; pointer-events: none; background: url(../img/sub/top-btn.svg) no-repeat center / cover ; transition: all .3s;}
.top_btn p {color: #fff;} 
.top_btn:hover > i{top: -100%;}
.top_btn:hover > div::after{top: 0;}

  
  .top_btn i {
    display: inline-block;
    width: 11px;
    height: 18px; /* 슬라이딩 박스 높이 */
    overflow: hidden;
    position: relative; /* 꼭 있어야 ::after의 기준이 됨 */
  }


  .top_btn i,
  .top_btn > div::after {
    position: absolute;
    width: 11px;
    height: 18px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* transform: translate(-50%, -50%); */
    transition: all 0.3s ease;
  }
  
  .top_btn > div::after {
    content: '';
    background: url(../img/sub/top-btn.svg) no-repeat center / cover;
    top: 100%; /* 아래에서 시작 */
    pointer-events: none;
    z-index: 3;
  }
  .top_btn i{top: 50%;  transform: translate(-50%, -50%);
  }
  
  .top_btn:hover i {
    top: -100%;
    transform: translateX(-50%);
  }
  

  .top_btn:hover > div::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  



  
/* 공통 첫번째 헤더배너 */
.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); position: absolute; transform: translate(180px, 30px); }
.left_bg_tittle{font-size: 55px; color: #fff; 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: #fff; border-top: 1px solid #eee; font-size: 16px; font-weight: 500; color: #333; padding: 25px 0 20px;    z-index: 99; position: relative; }
.footer_wrap{display: flex; flex-direction: column;}
.top_footer_wrap {border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.top_footer_wrap > div{display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px;}

.top_footer_wrap h2{width:110px; margin-bottom: 10px;}
.top_footer_nav > ul{display: flex; }
.top_footer_nav > ul > li{font-size: 14px; 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;}

.orpum .top_footer_wrap h2 {width: 55px;}
.harimholdings .top_footer_wrap h2 {width: 150px;}

.bot_footer_wrap{padding-top: 20px;}
.bot_footer_wrap > div{display: flex; align-items: center;justify-content: center; flex-direction: column;}
.bot_bot_footer, .bot_top_footer{display: flex; align-items: center; justify-content: center; }  
.bot_bot_footer > p{ padding-top: 10px; margin-top: 10px; border-top: 1px solid #eeeeeeaa; width: 100%; text-align: left; text-align: center;}


.bot_bot_footer .harim_insta {position:relative;}
.bot_bot_footer .harim_insta_pop {position:absolute;top:-60px;left:50%;transform:translateX(-50%);opacity: 0;border:#ddd 1px solid;background:#ffffff;padding:8px 12px 4px;border-radius:6px;transition:all 0.15s;}
.bot_bot_footer .harim_insta_pop:after {position:absolute;display:block;content:"";width:6px;height:6px;background:#ffffff;border-right:#ddd 1px solid;border-bottom:#ddd 1px solid;bottom:-5px;left:50%;transform:translateX(-50%) rotate(45deg);}
.bot_bot_footer .harim_insta_pop a {font-size:14px;color:#666;}
.bot_bot_footer .harim_insta:hover .harim_insta_pop {opacity:100;transition:all 0.15s;}

.bot_bot_footer .harim_insta_pop_m {position:absolute;top:-60px;left:50%;transform:translateX(-50%);display:none;border:#ddd 1px solid;background:#ffffff;padding:8px 12px 4px;border-radius:6px;transition:all 0.15s;}
.bot_bot_footer .harim_insta_pop_m a {font-size:14px;color:#666;}


.footer_logo_wrap{padding-bottom: 10px;}
.footer_logo_wrap > a{ font-size: 22px;}
.bot_top_footer > p{font-size: 14px; line-height: 1.8; color:#333; opacity: .8; display: flex; gap: 20px; justify-content: center;}
.hangangfood .bot_top_footer > p{font-size: 14px; line-height: 1.6; color:#333; opacity: .8; display: flex; flex-direction:column;align-items: center; gap:0;}

.bot_bot_footer{display: flex; justify-content: center; align-items: center; text-align: right;}
.bot_bot_footer > p{font-size: 14px; color: #777777aa;}

.bot_bot_footer ul{display: flex; align-items: center; gap: 20px;}

.ham-btn {display: none;}
.ham-box {display: none !important;}


.close-btn {display: block; position: relative; width: 40px; height: 40px; top: -10px;}
.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);}


br.none-br{display: none;}


/* 2025-03-26 수정 */
.sub_header{height: 400px; margin-top: 90px;}
.sub_hd_wrap b{margin-top: 15px;}
.sub_hd_wrap h3{font-size: 44px;}
.sub_hd_wrap > div{bottom: 80px;}

/* 2025-03-31 수정 */
.sub_hd_wrap > div{bottom: auto; top: 150px;}
.sub_header{background-position: top 35% left 50%;}

/* ********************************************* *
* 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:;} */
/* 메뉴영역 */
.nav_wrap ul{display: flex; font-weight: 300;}
.nav_wrap ul>li{ text-align: center; font-size: 20px; cursor: pointer; color: #fff;}


.sub_hd_wrap > div{bottom: 80px; padding-right: 16px;}
.sub_hd_wrap h3{font-size: 40px;}
.sub_hd_wrap p{font-size: 24px;}
.sub_hd_wrap b{font-size: 22px; margin-top: 20px; }

/* 2025-03-31 수정 */
.sub_hd_wrap > div{bottom: auto; top: 130px;}

}


/* ********************************************* *
* 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;}




}


/* ********************************************* *
* 1420px
* ********************************************* */
@media screen and (max-width: 1420px){

    /* .main_logo {width: 260px;} */
    .nav_wrap .depth01>li {font-size: 18px; width: max-content;}
    .nav_wrap ul>li {font-size: 16px;}
    



}

/* ********************************************* *
* 1240px
* ********************************************* */
@media screen and (max-width: 1240px){

    .header > div {padding: 0 16px;}
    /* .main_logo {width: 230px;} */
    .nav_wrap .depth01>li { font-size: 17px;}
    .nav_wrap .depth01>li.mypage_h {width: 108px;}
    .nav_wrap ul>li {font-size: 15px;}
    .nav_wrap .depth02 li {padding: 12px 17px;}

    /* .slide .txtbox em {font-size: 55px !important;} */
    .slide .right_but li {padding: 0 55px !important;}
    .slide .right_but li span {font-size: 54px !important;}



    .sub_header{height: 300px;}
    .sub_hd_wrap > div{bottom: 60px;}
    .sub_hd_wrap h3{font-size: 36px;}
    .sub_hd_wrap p{font-size: 22px; margin-bottom: 8px;}
    .sub_hd_wrap b{font-size: 20px; margin-top: 16px; }
    
    /* 2025-03-31 수정 */
    .sub_hd_wrap > div{bottom: auto; top: 120px;}
    .sub_hd_wrap b{margin-top: 10px;}

}



/* ********************************************* *
* 1024px (햄버거 메뉴 추가영역)
* ********************************************* */

@media screen and (max-width: 1024px){


    .nav_wrap {display: none;}
    .header > div {position: relative;}
    .ham-btn {position: absolute; top: 50%; right: 50px; transform: translate(10px,-50%); display: flex; flex-direction: column; gap: 7px; align-items: flex-end; right: 20px; padding: 10px; }
    .ham-btn i img{width: 30px;}
    .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;}
    

    .ham-box {display: block !important; position: fixed !important; top: 0; right: -100%; width: 100% !important; height: 100vh; padding: 20px 30px !important; background-color: #fff; transition: all 0.3s; z-index: 1000;} 
    .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: 16px;}
    .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;}



    .bot_bot_footer .harim_insta {position:relative;}
    .bot_bot_footer .harim_insta_pop {position:absolute;top:-60px;left:50%;transform:translateX(-50%);opacity:0;border:#ddd 1px solid;background:#ffffff;padding:8px 12px 4px;border-radius:6px;}
    .bot_bot_footer .harim_insta_pop:after {display:none;}
    .bot_bot_footer .harim_insta_pop a {font-size:14px;color:#666;}
    .bot_bot_footer .harim_insta:hover:hover .harim_insta_pop {opacity:0;}
    .bot_bot_footer .harim_insta_pop.on {opacity:100;}
    
    .bot_bot_footer .harim_insta_pop_m.on {display:block;}




    /* .slide .txtbox em {font-size: 46px !important;} */
    .slide .txtbox p {font-size: 20px;}

    /* .bot_footer_wrap > div {flex-direction: column; align-items: flex-start;} */
}


/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (max-width: 960px){
    .header {height: 80px;}
    .sub_header{height: 280px; margin-top: 80px;}
    .sub_hd_wrap > div{bottom: 50px;}
    .sub_hd_wrap h3{font-size: 32px;}
    .sub_hd_wrap p{font-size: 20px; margin-bottom: 6px;}
    .sub_hd_wrap b{font-size: 18px; margin-top: 14px; }


    /* 2025-03-31 수정 */
    .sub_hd_wrap > div{bottom: auto; top: 110px;}


    /* .top_btn {bottom: 30px; right: 30px;} */


}

/* ********************************************* *
* 690px
* ********************************************* */
@media screen and (max-width:690px){

.mytab { padding: 20px 18px;}
.bot_top_footer > p {font-size: 12px; margin-bottom: 2px; align-items: center;}
.bot_bot_footer > p {font-size: 12px;}
.top_footer_nav > ul > li {font-size: 14px;}
    

    /* .sub_header{height: 400px;} */
    .sub_hd_wrap > div{bottom: 40px;}
    .sub_hd_wrap h3{font-size: 30px;}
    .sub_hd_wrap p{font-size: 18px; margin-bottom: 6px;}
    .sub_hd_wrap b{font-size: 17px; margin-top: 14px; }
    br.none-br{display: block;}


    /* 2025-03-31 수정 */
    .sub_hd_wrap > div{bottom: auto; top: 90px;}


}

/* ********************************************* *
* 640px
* ********************************************* */
@media screen and (max-width: 640px){
    .bot_top_footer > p {flex-direction: column; gap: 2px;}
    .top_footer_nav > ul {gap: 16px; flex-wrap: wrap;}
    .top_footer_nav > ul > li + li:before{display: none;}


    .header {height: 70px;}
    .ham-btn {right: 16px;}
    .ham-btn i img{width: 28px;}

    .top_btn {width: 40px; height: 40px;}
    .top_btn i{width: 10px;}

    .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;}
    .ham-menu > ul {gap: 10px;}

    .sub_header{margin-top: 70px;}
}



/* ********************************************* *
* 593px
* ********************************************* */
@media screen and (max-width:593px){

.mytab { padding: 20px 18px;}
.mytab > a{ font-size: 16px;}
        
}

/* ********************************************* *
* 552px
* ********************************************* */
@media screen and (max-width:552px){

.mytab { padding: 20px 10px;}
            
/* .top_footer_nav > ul{flex-direction: column;} */
.top_footer_nav > ul{gap: 8px 16px; }
}

/* ********************************************* *
* 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{padding-bottom: 0;}
.top_footer_wrap > div {flex-direction: column; gap: 15px; align-items: flex-start;}
.bot_top_footer > p{align-items: flex-start;}
/* .top_footer_wrap h2 {margin-left: -11px;} */
.bot_footer_wrap > div{justify-content: flex-start; align-items: flex-start; }
.bot_bot_footer{justify-content: flex-start;}
.bot_bot_footer > p {text-align: left;}


.bot_bot_footer{width: 100%;}


.main_logo {margin-left: 0px;}

.ham-btn i img{width: 24px;}
.ham-box .ham-head .ham-logo{width: 150px;}
.close-btn span{width: 22px;}
.close-btn{top: -10px;}

.sub_header{height: 300px; margin-top: 70px;}
.sub_hd_wrap > div{bottom: 40px;}
.sub_hd_wrap h3{font-size: 26px;}
.sub_hd_wrap p{font-size: 16px; }
.sub_hd_wrap b{font-size: 16px; }
br.none-br{display: block;}

/* 2025-03-31 수정 */
.sub_hd_wrap > div{bottom: auto; top: 90px;}


}

/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){
/* .header {top: 15px;} */


.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-size: 22px;font-weight: 100}

.li_tab > a {font-size: 16px;}


}

/* ********************************************* *
* 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: 0px; right: 0px; }
    /* .top_btn > div {gap: 3px;}
    .top_btn p {font-size: 14px;}
    .top_btn i {width: 22px;} */

    .ham-box {padding: 16px !important;}
    /* .ham-box .ham-head .ham-logo {margin-left: -4px;} */
    .close-btn{top: -8px; right: -5px;}
    
    .ham-main > a::after {width: 13px; height: 18px;}
    .ham-main > a.on::after {width: 13px; height: 18px;}

    .main_logo{width: 100px; margin-left: 0;}
    .header {height: 60px;}
    .sub_header{margin-top: 60px;}


    /* .main_logo {width: 170px;} */


    /* .sub_header{height: 330px;} */
    .sub_hd_wrap > div{bottom: 34px;}
    .sub_hd_wrap h3{font-size: 22px; line-height: 1.4;}
    .sub_hd_wrap p{font-size: 15px; }
    .sub_hd_wrap b{font-size: 15px; }


    /* 2025-03-31 수정 */
    .sub_hd_wrap > div{bottom: auto; top: 80px;}


}

/* ********************************************* *
* 422px
* ********************************************* */
@media screen and (max-width:422px){

.mytab > a{ font-size: 14px;}
        

.sub_header{height: 280px;}


.ham-menu ul > li > a{padding: 10px 6px;}


.ham-box .ham-head .ham-logo{width: 130px; padding-left: 6px;}
}

/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px){

/* .sub_hd_wrap {padding-top: 100px;}     */
.left_bg_tittle {font-size: 26px;}
.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: 170px;} */
.ham-btn {gap: 5px;}



/* .sub_header{height: 310px;} */
.sub_hd_wrap > div{bottom: 34px;}
/* .sub_hd_wrap h3{font-size: 20px;} */

/* 2025-03-31 수정 */
.sub_hd_wrap > div{bottom: auto; top: 85px;}

}

/* ********************************************* *
* 382px
* ********************************************* */
@media screen and (max-width:382px){

.mytab > a{ font-size: 12px;}

.ham-menu ul > li > a{font-size: 20px;}


            
}

/* ********************************************* *
* 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;}

}