@charset "utf-8";

/*header 기본*/

    /*기본 레이아웃*/
    .header { width: 100%; height: 120px; position: fixed; z-index: 100; }
    .header .header-wrap { width: calc(100% - 80px); height: 120px; padding: 0 72px 0 80px; box-sizing: border-box; transition: all .3s ease-in-out; }
    .header .header-wrap.on { overflow: initial; }
    .header .header-wrap::before { content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #c1c1c1; transition: all .2s ease-in-out; opacity: 0; }
    .header .header-wrap.add-line::before { opacity: 1; }
    .h-inner { width: 100%; height: 100%; padding-top: 40px; padding-bottom: 28px; position: relative; margin: 0 auto; } 

    /* logo */
    .header .header-wrap .logo { width: 300px; float: left; }
    .header .header-wrap .logo img { width: 100%; }
    .header .header-wrap .logo img.logo_b { display: none; }

    /* 헤더 호버 시 배경색이 바뀌는 경우의 로고(기본) */ 
    /* .header .header-wrap .logo.on img.logo_b { display: block; }
    .header .header-wrap .logo.on img.logo_w { display: none; } */
 
    /* 헤더 호버 시 배경색이 바뀌지 않을 경우의 로고 (주석 풀어서 사용) */
    .header .header-wrap .logo.on img.logo_b { display: none; }
    .header .header-wrap .logo.on img.logo_w { display: block; }
    
    /* ---------------------------------------------------------------------------------------------------------------------------------------------- */

    /* 유틸 아이콘 옵션 s*/
    .opt-menu { padding-top: 17px; float: right; }
    .act-vs { display: block !important; } /*필요없는 버튼에서 act-vs 클래스 삭제*/

    /*언어*/
    .opt-menu .lang { display: none; margin-right: 20px; float: left; }
    .opt-menu .lang a { display: block; padding: 8px 17px; font-weight: 300; color: #fff; font-size: 14px; border: 1px solid #fff; border-radius: 50px; }
    .opt-menu .lang a:hover,
    .opt-menu .lang.on a { border-color: var(--key-color); background-color: var(--key-color); }


    /* sns세트 */
    .opt-menu .sns-set { display: none; float: left; } /*통채로 필요없으면 여기 act-vs 클래스 삭제 / sns 개별사용시 해당하는 아이콘만 남기고 act-vs 클래스 삭제*/
    .opt-menu .sns a { display: none; width: 32px; height: 32px; border-radius: 50%; overflow: hidden; text-indent: -99999px; margin-right: 5px; }
    
    .sns-set .sns a.ytb { background: url('/resources/img/common/sns_icon_ytb_w.png') no-repeat center/100%; }
    .sns-set .sns a.blog { background: url('/resources/img/common/sns_icon_blog_w.png') no-repeat center/100%; }
    .sns-set .sns a.insta { background: url('/resources/img/common/sns_icon_insta_w.png') no-repeat center/100%; }
    .sns-set .sns a.twt { background: url('/resources/img/common/sns_icon_twt_w.png') no-repeat center/100%; }
    .sns-set .sns a.fcbk { background: url('/resources/img/common/sns_icon_fcbk_w.png') no-repeat center/100%; }
    .sns-set .sns a.kkt { background: url('/resources/img/common/sns_icon_kkt_w.png') no-repeat center/100%; }

    .sns-set .sns a.ytb:hover,
    .sns-set.color-set .sns a.ytb { background: url('/resources/img/common/sns_icon_ytb.png') no-repeat center/100%; }
    .sns-set .sns a.blog:hover,
    .sns-set.color-set .sns a.blog { background: url('/resources/img/common/sns_icon_blog.png') no-repeat center/100%; }
    .sns-set .sns a.insta:hover,
    .sns-set.color-set .sns a.insta { background: url('/resources/img/common/sns_icon_insta.png') no-repeat center/100%; }
    .sns-set .sns a.twt:hover,
    .sns-set.color-set .sns a.twt { background: url('/resources/img/common/sns_icon_twt.png') no-repeat center/100%; }
    .sns-set .sns a.fcbk:hover,
    .sns-set.color-set .sns a.fcbk { background: url('/resources/img/common/sns_icon_fcbk.png') no-repeat center/100%; }
    .sns-set .sns a.kkt:hover,
    .sns-set.color-set .sns a.kkt { background: url('/resources/img/common/sns_icon_kkt.png') no-repeat center/100%; }


    /* 로그인 회원가입 세트*/
    .head-icons { display: none; float: right; }
    .head-icons.act-vs { display: flex !important; gap: 24px; }
    .head-icons a { display: inline-block; font: 500 15px/16px var(--font-family); letter-spacing: -0.3px; padding-left: 20px; box-sizing: border-box; transition: all .2s ease; }
    
    /* 로그인 */
    .head-icons a.login_btn { background: url("/resources/img/common/hd_ico_login.png") no-repeat left center/16px 16px; }

    /* 회원가입 */
    .head-icons a.join_btn { background: url("/resources/img/common/main_mypage.png") no-repeat center/23px; }
    .header-wrap .head-icons.on a.join_btn { background: url("/resources/img/common/main_mypage_active.png") no-repeat center/23px; }
    .head-icons a.join_btn:hover,
    .header-wrap .head-icons.on a.join_btn:hover { background: url("/resources/img/common/main_mypage_hover.png") no-repeat center/23px; }

    /* 로그아웃 */
    .head-icons a.logout_btn { background: url("/resources/img/common/hd_ico_logout.png") no-repeat left center/16px 16px; }
    
    /* 마이페이지 */
    .head-icons a.mypage_btn { background: url("/resources/img/common/hd_ico_mypage.png") no-repeat left center/16px 16px; }
    /* 유틸 아이콘 옵션 e */

/*header 기본 e*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */

/* gnb s*/ 
    /* 기본 레이아웃 */
    .gnb_wrap { width: auto; float: left; text-align: center; margin-left: 200px; }
    .gnb_wrap > .gnb > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; -webkit-box-lines: single; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .gnb_wrap > .gnb > ul > li { display: inline-block; position: relative; vertical-align: top; }
    .gnb_wrap > .gnb > ul > li:nth-child(5) { padding-right: 8px; }
    .gnb_wrap > .gnb > ul > li:nth-child(6) { padding-left: 8px; }
    .gnb_wrap > .gnb > ul > li:nth-child(6)::before { content: ''; width: 1px; height: 16px; background-color: var(--gray-deep); position: absolute; left: 0; top: calc(50% - 9px); }
    .gnb_wrap > .gnb > ul > li > a { display: inline-block; text-align: center; font: var(--gnb); padding: 17px 4px 18px; margin: 0 20px;  }
        
    .gnb_wrap > .gnb > ul > li:hover > a,
    .gnb_wrap > .gnb > ul > li:focus > a { color: var(--key-color); position: relative; }
    .gnb_wrap > .gnb > ul > li:hover > a::before,
    .gnb_wrap > .gnb > ul > li:focus > a::before { opacity: 1; }

    .gnb_wrap .img_wrap { display: none; }
    .gnb_wrap > .gnb > ul ul > li > a { transition:.3s ease; font-size: 16px; color:var(--sub-black); font-weight: 300; }
    .gnb_wrap > .gnb > ul ul > li:hover a { font-weight: 400; color:var(--key-color); }

    
    /*onedrop horizontal s--------------------------*/
    .header:hover .gnb_wrap.onedrop_hor > .gnb > ul > li > a,
    .header:focus .gnb_wrap.onedrop_hor > .gnb> ul > li > a { color: var(--color-black); }
    .gnb_wrap.onedrop_hor > .gnb > ul .dep2 { height: 0; overflow: hidden; position: absolute; left: 50%; transform: translateX(-50%); transition: all 0.32s ease; }
    .gnb_wrap.onedrop_hor > .gnb > ul ul.two_depth:has(.dep2-li) { display: flex; gap: 32px; width: max-content; padding: 0 30px; margin-top: 4px; border-radius: 40px; background-color: #fff; box-shadow: 2px 3px 8px rgba(0,0,0,0.1); position: relative; }
    .gnb_wrap.onedrop_hor > .gnb > ul ul.two_depth:has(.dep2-li)::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: var(--point-color); position: absolute; left: calc(50% - 4px); top: -4px; }
    .gnb_wrap.onedrop_hor > .gnb > ul ul > li > a { display: block; padding: 16px 0; font: 600 15px/100% var(--font-family); letter-spacing: -0.3px; transition: all .3s ease; }

    .gnb_wrap.onedrop_hor > .gnb > ul > li:hover .dep2 { height: 56px; }
    /*onedrop horizontal : e--------------------------*/

/* gnb e*/ 

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */

/* 스크롤 탑이 메인 비주얼 지나면 헤더 변경 s */
    .header.scroll { }
    .header.scroll .gnb_wrap > .gnb > ul > li > a { color: var(--color-black); }

    /* 스크롤 시 배경색이 바뀌지 않을 경우의 로고
    .scroll .header-wrap .logo img.logo_b { display: block; }
    .scroll .header-wrap .logo img.logo_w { display: none; } */

    /* 스크롤 시 배경색이 바뀌지 않을 경우의 로고 (주석 풀어서 사용) */
    .header .header-wrap .logo img.logo_b { display: none; }
    .header .header-wrap .logo img.logo_w { display: block; }

    /* 옵션 아이콘  */
    .scroll .header-wrap .lang a { border-color: var(--key-color); background-color: var(--key-color); }

    .scroll .header-wrap .opt-menu .sns a.ytb { background: url('/resources/img/common/sns_icon_ytb.png') no-repeat center/100%; }
    .scroll .header-wrap .opt-menu .sns a.blog { background: url('/resources/img/common/sns_icon_blog.png') no-repeat center/100%; }
    .scroll .header-wrap .opt-menu .sns a.insta { background: url('/resources/img/common/sns_icon_insta.png') no-repeat center/100%; }
    .scroll .header-wrap .opt-menu .sns a.twt { background: url('/resources/img/common/sns_icon_twt.png') no-repeat center/100%; }
    .scroll .header-wrap .opt-menu .sns a.fcbk { background: url('/resources/img/common/sns_icon_fcbk.png') no-repeat center/100%; }
    .scroll .header-wrap .opt-menu .sns a.kkt { background: url('/resources/img/common/sns_icon_kkt.png') no-repeat center/100%; }

/*스크롤 탑이 메인 비주얼 지나면 헤더 변경 e*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */

/* 햄버튼 스타일 s */
    /* ham-btn */
    .ham-btn { width: 80px; height: 432px; padding: 54px 0 120px; background-color: var(--sub-key-color); position: absolute; top: 0; left: 0; transition: all .3s ease-in-out; z-index: 200; cursor: pointer; box-sizing: border-box; opacity: 1; }
    .ham-btn .mob-btn { width: 21px; height: 21px; margin: 0 auto; position: relative; box-sizing: border-box; }
    .ham-btn .mob-btn span { transition: all .3s ease-in-out; position: absolute; background-color: #fff; }
    .ham-btn .ham-tel span { display: block; width: 24px; height: 24px; margin: 60px auto -4px; }
    .ham-btn .ham-tel a { display: block; width: max-content; font: 700 20px/100% var(--font-family); letter-spacing: -0.4px; color: #fff; transform-origin: left bottom; transform: rotate(90deg) translateY(-28px); }
    .ham-btn .ham-kkt { width: 100%; height: 80px; background-color: var(--point-color); padding: 22px; position: absolute; left: 0; bottom: 0; }
    .ham-btn .ham-kkt a { display: block; width: 100%; height: 100%; font-size: 0; text-indent: -9999px; background: url('/resources/img/common/mob_ico_kkt.png') no-repeat center/contain; }
   
    /* 도시락 */
    /* .ham-btn.ham-bento { height: 30px; } */
    .ham-btn.ham-bento > .mob-btn > span { display: block; width: 9px; height: 9px; border-radius: 2px; }
    .ham-btn.ham-bento span.hb01 { top: 0; left: 0; }
    .ham-btn.ham-bento span.hb02 { top: 0; right: 0; }
    .ham-btn.ham-bento span.hb03 { bottom: 0; left: 0; }
    .ham-btn.ham-bento span.hb04 { bottom: 0; right: 0; }


    @media screen and (max-width:1300px){
        /* .ham-btn { top: 34px; } */
    }
    @media screen and (max-width:768px){
        /* .ham-btn { top: 32px; } */
    }
/* 햄버튼 스타일 e */


/* 모바일메뉴 S */
.mob-wrap { width: 100%; max-width: 720px; height: 100vh; position: fixed; top: 0; right: -640px; box-sizing: border-box; overflow: hidden; background-color: transparent; z-index: 150; }
.mob-wrap::after { content: ''; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.7); position: fixed; left: 0; top: 0; display: none; }
.mob-wrap.on::after { display: block; }
.mob-wrap .mobile-menu-wrap { width: calc(100% - 80px); max-width: 640px; height: 100%; background: #fff url('/resources/img/common/mob_menu_bg.jpg') no-repeat right bottom/480px; margin-left: 80px; padding: 56px 60px; position: relative; z-index: 200; }
.mob-wrap .mobile-menu-wrap .top_box { display: flex; justify-content: space-between; padding-right: 53px; margin-bottom: 48px; position: relative; }
.mob-wrap .mobile-menu-wrap .top_box .user_name { font: 500 20px/100% var(--font-family); letter-spacing: -0.4px; }
.mob-wrap .mobile-menu-wrap .top_box .user_name .name { display: inline-block; font-weight: 700; margin-right: 2px; }
.mob-wrap .mobile-menu-wrap .top_box .cls-btn { width: 21px; height: 21px; position: absolute; right: 0; top: -3px; cursor: pointer; }
.mob-wrap .mobile-menu-wrap .top_box .cls-btn > span { display: block; width: 100%; height: 2px; background-color: var(--key-color); position: absolute; left: 0; top: calc(50% - 1px); }
.mob-wrap .mobile-menu-wrap .top_box .cls-btn > span:nth-child(1) { transform: rotate(45deg); }
.mob-wrap .mobile-menu-wrap .top_box .cls-btn > span:nth-child(2) { transform: rotate(-45deg); }

.mob-wrap .mobile-menu-wrap .quick-menu { width: 100%; margin-bottom: 52px; }
.mob-wrap .mobile-menu-wrap .quick-menu > ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mob-wrap .mobile-menu-wrap .quick-menu .quick-box { display: block; width: 100%; height: 160px; border-radius: 20px; background-color: #f6f7f9; padding: 24px; position: relative; }
.mob-wrap .mobile-menu-wrap .quick-menu .menu { display: inline-block; font: 700 20px/100% var(--font-family); letter-spacing: -0.4px; color: var(--key-color); margin-bottom: 20px; }
.mob-wrap .mobile-menu-wrap .quick-menu .ico-box { display: block; margin-right: 0; margin-left: auto; }
.mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(1) .ico-box { width: 66px; }
.mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(2) .ico-box { width: 77px; }
.mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(3) .ico-box { width: 60px; }

.mob-wrap .mobile-menu-wrap .mo-wrap { height: calc(100% - 280px); overflow-y: auto; }
.mob-wrap .mobile-menu-wrap .gnb > ul { display: flex; flex-direction: column; gap: 40px; }
.mob-wrap .mobile-menu-wrap .gnb > ul > li > a { font: 700 22px/100% var(--font-family); letter-spacing: -0.48px; position: relative; transition: all 0.25s ease-in; }
.mob-wrap .mobile-menu-wrap .gnb > ul > li:hover > a,
.mob-wrap .mobile-menu-wrap .gnb > ul > li.on > a { padding-left: 16px; }
.mob-wrap .mobile-menu-wrap .gnb > ul > li > a::before { content: ''; display: block; width: 4px; height: 0; background-color: var(--key-color); position: absolute; left: 0; top: 0; transition: all 0.25s ease-in; }
.mob-wrap .mobile-menu-wrap .gnb > ul > li:hover > a::before,
.mob-wrap .mobile-menu-wrap .gnb > ul > li.on > a::before { height: 100%; }

.mob-wrap .mobile-menu-wrap .gnb > ul > li > div { display: none; }
.mob-wrap .mobile-menu-wrap .gnb .dep2 { display: flex; flex-direction: column; gap: 24px; padding-left: 40px; padding-top: 32px; }
.mob-wrap .mobile-menu-wrap .gnb .dep2 a { display: block; font: 600 19px/100% var(--font-family); letter-spacing: -0.38px; padding-left: 16px; position: relative; }
.mob-wrap .mobile-menu-wrap .gnb .dep2 a::before { content: ''; display: block; width: 8px; height: 2px; border-radius: 2px; background-color: var(--gray-lite); position: absolute; left: 0; top: calc(50% - 1px); }
.mob-wrap .mobile-menu-wrap .gnb .dep2 a:hover::before,
.mob-wrap .mobile-menu-wrap .gnb .dep2 a.on::before { background-color: var(--point-color); }

/* 모바일메뉴 E */









/* 반응형 */
@media screen and (max-width:1760px){
    .header .header-wrap { padding: 0 2% 0 3%; }
    .gnb_wrap { margin-left: 110px; }
}
@media screen and (max-width:1600px){
    .header .header-wrap .logo { width: 270px; }
    .gnb_wrap { margin-left: 80px; }
    .gnb_wrap > .gnb > ul > li > a { margin: 0 14px; font-size: 16px; }
}
@media screen and (max-width:1440px){
    .header { height: auto; }
    .header .header-wrap { height: auto; }
    .h-inner { padding-top: 32px; padding-bottom: 24px; }
    .h-inner::after { content: ''; display: block; clear: both; height: 0; }
    .header .header-wrap .logo { width: 230px; }
    .gnb_wrap { margin-left: 40px; }
    .gnb_wrap > .gnb > ul > li > a { margin: 0 10px; padding: 12px 4px; }
    .opt-menu { padding-top: 12px; }
}
@media screen and (max-width:1280px){
    .header .header-wrap { width: calc(100% - 60px); }
    .h-inner { padding-top: 24px; padding-bottom: 20px; }
    .gnb_wrap { display: none; }
    .mob-wrap { max-width: 700px; }
    .ham-btn { width: 60px; height: 336px; padding: 32px 0; }
    .ham-btn .ham-tel span { width: 22px; height: 22px; margin: 32px auto -4px; }
    .ham-btn .ham-tel a { font-size: 18px; letter-spacing: -0.2px; transform: rotate(90deg) translateY(-21px); }
    .ham-btn .ham-kkt { height: 60px; padding: 16px }
    .mob-wrap .mobile-menu-wrap { width: calc(100% - 60px); margin-left: 60px; padding: 52px 52px 48px 56px; }
}
@media screen and (max-width:1024px){
    .header .header-wrap { padding: 0 3%; }
    .header .header-wrap .h-inner { padding: 20px 0; }

    .head-icons.act-vs { gap: 16px; }

    .ham-btn { height: 264px; padding: 28px 0; }
    .ham-btn .ham-tel a { font: 500 17px / 100% var(--font-family); letter-spacing: -0.14px; }
    .ham-btn .ham-kkt { display: none; }
}
@media screen and (max-width:768px){

}
@media screen and (max-width:700px){
    .mob-wrap { width: 100%; right: auto; left: calc(100% - 60px); }
    .mob-wrap .mobile-menu-wrap { max-width: unset; }
} 
@media screen and (max-width:640px){
    .header .header-wrap .h-inner { padding: 16px 0; }
    .header .header-wrap .logo { width: 210px; }
    .head-icons.act-vs { gap: 10px; }
    .head-icons a { font-size: 14px; }

    .mob-wrap { width: calc(100% + 60px); }
    .mob-wrap .mobile-menu-wrap { padding: 48px 40px; }
    .mob-wrap .mobile-menu-wrap .top_box { padding-right: 32px; margin-bottom: 32px; }
    .mob-wrap .mobile-menu-wrap .quick-menu { margin-bottom: 40px; }
    .mob-wrap .mobile-menu-wrap .quick-menu > ul { gap: 8px; }
    .mob-wrap .mobile-menu-wrap .quick-menu .menu { font-size: 18px; }
    .mob-wrap .mobile-menu-wrap .quick-menu .quick-box { height: 152px; }
    .mob-wrap .mobile-menu-wrap .mo-wrap { height: calc(100% - 244px); }
    .mob-wrap .mobile-menu-wrap .gnb > ul { gap: 32px; }
    .mob-wrap .mobile-menu-wrap .gnb > ul > li > a { font-size: 20px; }
    .mob-wrap .mobile-menu-wrap .gnb .dep2 { gap: 20px; padding-left: 20px; padding-top: 24px; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(1) .ico-box { width: 60px; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(2) .ico-box { width: 72px; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(3) .ico-box { width: 54px; }
}
@media screen and (max-width:480px){
    .header .header-wrap { width: calc(100% - 50px); height: 50px; }
    .header .header-wrap .h-inner { padding: 11px 0; }
    .header .header-wrap .logo { width: 180px; }
    .opt-menu { display: none; }

    .ham-btn { width: 50px; height: 50px; padding: 16px;  }
    .ham-btn .mob-btn { width: 19px; height: 19px; }
    .ham-btn.ham-bento > .mob-btn > span { width: 8px; height: 8px; }
    .ham-btn .ham-tel { display: none; }
    .mob-wrap { width: calc(100% + 50px); left: calc(100% - 50px); }
    
    .mob-wrap .mobile-menu-wrap { width: calc(100% - 50px); margin-left: 50px; }
    .mob-wrap .mobile-menu-wrap { padding: 40px 36px; }
    .mob-wrap .mobile-menu-wrap .top_box { flex-direction: column; gap: 12px; }
    .mob-wrap .mobile-menu-wrap .quick-menu { margin-bottom: 32px; }
    .mob-wrap .mobile-menu-wrap .quick-menu > ul { grid-template-columns: auto; }
    .mob-wrap .mobile-menu-wrap .quick-menu .quick-box { display: flex; align-items: center; height: 72px; }
    .mob-wrap .mobile-menu-wrap .quick-menu .menu { margin-bottom: 0; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(1) .ico-box { width: 42px; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(2) .ico-box { width: 57px; }
    .mob-wrap .mobile-menu-wrap .quick-menu li:nth-child(3) .ico-box { width: 39px; } 
    .mob-wrap .mobile-menu-wrap .mo-wrap { height: calc(100% - 344px); }
}