@charset "utf-8";
.header{position:fixed;left:0;top:0;width:100%;height:92px;z-index:50;color:#fff;transition:.25s}
.header:before{content:"";position:absolute;left:0;top:92px;width:100%;height:0;background:#fff;border-top:1px solid transparent;transition:.25s}
.header:hover:before{height:218px;border-color:#eee}
.header.is-scroll,.header:hover{background:#fff;color:#111;border-bottom:1px solid #eee}
.header__inner{position:relative;z-index:2;height:92px;padding:0 72px;display:flex;align-items:center;justify-content:space-between}
.logo a{display:block;font-size:27px;font-weight:900;letter-spacing:-1px}
.gnb>ul{display:flex;gap:58px}
.gnb>ul>li{height:92px;display:flex;align-items:center;position:relative}
.gnb>ul>li>a{font-size:17px;font-weight:800}
.depth{display:none;position:absolute;top:92px;left:50%;transform:translateX(-50%);width:170px;padding:24px 0;text-align:center;color:#333}
.header:hover .depth{display:block}
.depth a{display:block;padding:8px 4px;font-size:15px;line-height:1.35}
.depth a:hover{font-weight:800}
.header__util{display:flex;align-items:center;gap:24px}
.header__util>a{font-size:13px;font-weight:900}
.hamburger{width:34px;height:25px;display:flex;flex-direction:column;justify-content:space-between}
.hamburger span{height:3px;background:currentColor}
.mobile-menu{position:fixed;right:0;top:0;width:100%;height:100%;z-index:100;background:#fff;color:#111;transform:translateX(100%);transition:.35s;overflow:auto}
.mobile-menu.is-open{transform:translateX(0)}
.mobile-menu__head{height:78px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}
.mobile-menu__head strong{font-size:23px;font-weight:900}
.close-menu{width:30px;height:30px;position:relative}
.close-menu:before,.close-menu:after{content:"";position:absolute;left:0;top:14px;width:30px;height:2px;background:#111}
.close-menu:before{transform:rotate(45deg)}.close-menu:after{transform:rotate(-45deg)}
.mobile-menu__list{padding:16px 24px 60px}
.mobile-item{border-bottom:1px solid #e6e6e6}
.mobile-item>button{width:100%;height:64px;text-align:left;font-size:22px;font-weight:900}
.mobile-item>div{display:none;padding:0 0 16px}
.mobile-item.is-open>div{display:block}
.mobile-item a{display:block;padding:9px 0;font-size:15px;color:#555}
.footer{background:#111;color:#aaa;padding:56px 72px 70px}
.footer__inner{max-width:1480px;margin:0 auto}
.footer__top{display:flex;flex-wrap:wrap;gap:18px 34px;padding-bottom:34px;border-bottom:1px solid #333;color:#fff;font-size:15px}
.footer__bottom{display:flex;justify-content:space-between;gap:40px;padding-top:32px}
.footer h2{color:#fff;margin:0 0 18px;font-size:28px}
.footer p{margin:7px 0}
.family{width:250px;position:relative}
.family button{width:100%;height:48px;border:1px solid #555;color:#fff;text-align:left;padding:0 18px}
.family div{display:none;position:absolute;left:0;bottom:48px;width:100%;background:#222;border:1px solid #555}
.family.is-open div{display:block}
.family a{display:block;padding:12px 18px}

@media(max-width:1439px){
.header__inner{padding:0 44px}.gnb>ul{gap:38px}.gnb>ul>li>a{font-size:16px}.footer{padding-left:44px;padding-right:44px}
}
@media(max-width:1279px){
.header,.header__inner{height:76px}.header:before{display:none}.gnb{display:none}.header__inner{padding:0 30px}.logo a{font-size:24px}.footer{padding:48px 30px}.footer__bottom{display:block}.family{margin-top:28px}
}
@media(max-width:767px){
.header,.header__inner{height:64px}.header__inner{padding:0 18px}.logo a{font-size:20px}.header__util>a{display:none}.hamburger{width:30px;height:22px}.footer{padding:42px 20px 54px}.footer__top{font-size:13px;gap:14px 20px}.footer__bottom{font-size:13px}.family{width:100%}
}
@media(max-width:320px){
.header__inner{padding:0 14px}.mobile-menu__head,.mobile-menu__list{padding-left:18px;padding-right:18px}
}
