:root{--hd-height: 90px}#hd{position:fixed;top:0;left:0;z-index:999;width:100%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}#hd .hd__container{width:96%;max-width:1400px;margin:0 auto}#hd .hd__member{border-bottom:1px solid #e9e9e9;max-height:40px;overflow:hidden;-webkit-transition:.5s;transition:.5s}#hd .hd__member .hd__container{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#949494}#hd .hd__member .hd__container li+li{margin-left:3em}#hd .hd__menu{border-bottom:1px solid #e9e9e9}#hd .hd__menu .hd__container{height:var(--hd-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#hd h1 a{display:block;width:224px;height:57px;background:url(/img/logo/logo-v2.svg) left center/auto 100% no-repeat;-webkit-transition:.5s;transition:.5s}#gnb{display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--hd-height);font-size:18px;font-weight:500;line-height:1;color:#111;text-align:center;white-space:nowrap;position:relative;z-index:10}#gnb::before{content:"";position:fixed;top:125px;left:0;width:100%;height:250px;background:#fff;max-height:0;-webkit-transition:max-height .8s,top .5s;transition:max-height .8s,top .5s}#gnb dl+dl{margin-left:40px}#gnb dl{position:relative;-webkit-transition:.8s;transition:.8s}#gnb dt{height:var(--hd-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#gnb dl[data-menu=voc] dt a{padding:.5em 1em;background:var(--c-orange);color:#fff;border-radius:10em}#gnb dd{font-size:16px;position:absolute;top:100%;left:0%;width:100%}#gnb dd ul{position:absolute;top:0;left:50%;translate:-50% 0;font-weight:normal;overflow:hidden;max-height:0;opacity:0;-webkit-transition:.8s;transition:.8s}#gnb dd ul li+li{margin-top:.8em}#gnb dd ul a:hover{font-weight:500;color:var(--theme-color)}#gnb__toggle{width:22px;height:18px;background:none;outline:none;border:0;font-size:0;position:relative;margin-left:15px;display:none}#gnb__toggle span,#gnb__toggle::before,#gnb__toggle::after{width:22px;height:2px;background:var(--theme-color);display:block;-webkit-transition:.2s;transition:.2s}#gnb__toggle::before,#gnb__toggle::after{content:"";position:absolute;top:calc(50% - 1px);left:calc(50% - 11px);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:margin .2s .2s,-webkit-transform .2s 0s;transition:margin .2s .2s,-webkit-transform .2s 0s;transition:margin .2s .2s,transform .2s 0s;transition:margin .2s .2s,transform .2s 0s,-webkit-transform .2s 0s}#gnb__toggle::before{margin-top:-8px}#gnb__toggle::after{margin-top:8px}#hd.--menu-active #gnb::before{max-height:22em}#hd.--menu-active #gnb dl+dl{margin-left:60px}#hd.--menu-active #gnb dl:nth-child(2){margin-left:80px}#hd.--menu-active #gnb dd ul{max-height:20em;opacity:1}#hd.--menu-active #gnb__toggle span{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}#hd.--menu-active #gnb__toggle::before,#hd.--menu-active #gnb__toggle::after{-webkit-transition:margin .2s 0s,-webkit-transform .2s .2s;transition:margin .2s 0s,-webkit-transform .2s .2s;transition:margin .2s 0s,transform .2s .2s;transition:margin .2s 0s,transform .2s .2s,-webkit-transform .2s .2s}#hd.--menu-active #gnb__toggle::before{margin-top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#hd.--menu-active #gnb__toggle::after{margin-top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width: 1400px){#hd.--menu-active h1 a{width:160px;height:40px}}@media screen and (max-width: 1280px){#hd h1 a{width:160px;height:40px}#gnb{font-size:16px}#gnb dd{font-size:14px}#gnb dl+dl{margin-left:30px}#hd.--menu-active h1 a{width:140px;height:30px}#hd.--menu-active #gnb dl+dl{margin-left:40px}#hd.--menu-active #gnb dl:nth-child(2){margin-left:50px}}@media screen and (max-width: 1100px){#gnb__toggle{display:block}#gnb{position:fixed;top:128px;left:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100vw;height:calc(100vh - 128px);max-height:0;overflow:hidden;background:#fff;-webkit-transition:.5s;transition:.5s}#gnb dl{width:33.3%;margin-left:0 !important;opacity:0}#gnb dt{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:1.5em}#gnb dd{top:auto;left:auto}#gnb dd ul{position:relative;opacity:1;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;overflow:visible}#hd.--menu-active #gnb{max-height:100vh}#hd.--menu-active #gnb dl{opacity:1}}body.hd-fixed #hd .hd__member{max-height:0}body.hd-fixed #gnb::before{top:90px}#sitemap{display:none}/*# sourceMappingURL=hd.min.css.map */