#hd{position:fixed;top:0;left:50%;z-index:999;translate:-50% 0;width:100%;max-width:2000px;font-size:16px}#hd .hd__wrapper{width:95%;height:100px;max-width:1900px;margin:0 auto;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 .hd__logo{display:block;width:274px;aspect-ratio:171/32;background:url(/img/logo/logo.svg) left center/100% auto no-repeat;-webkit-transition:.6s;transition:.6s}#hd .hd__menu{height:2.5em;line-height:1;color:var(--theme-color);white-space:nowrap;-webkit-transition:opacity .4s;transition:opacity .4s}#hd .hd__menu .menu__gnb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#hd .hd__menu .gnb__item{position:relative;padding:0 40px}#hd .hd__menu .gnb__item .gnb__link{font-size:20px;font-family:var(--Seasons);height:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#hd .hd__menu .snb__list{position:absolute;top:90%;left:50%;min-width:8em;opacity:0;translate:-50% 1em;pointer-events:none;-webkit-transition:.4s;transition:.4s}#hd .hd__menu .snb__list .snb__item a,#hd .hd__menu .snb__list .lnb__item a{height:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;transition:.3s}#hd .hd__menu .snb__list .snb__item a:hover,#hd .hd__menu .snb__list .lnb__item a:hover{color:var(--c-yellow)}#hd .hd__menu .gnb__item:hover .snb__list{opacity:1;translate:-50% 0;pointer-events:auto}#hd .hd__menu .snb__list,#hd .hd__menu .lnb__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em 0;border-radius:1.5em;background:rgba(var(--theme-color-rgb), 1);color:#fff;-webkit-transition:.4s;transition:.4s}#hd .hd__menu .snb__list[data-menu=lifting-tightening],#hd .hd__menu .snb__list[data-menu=brightening-solution],#hd .hd__menu .snb__list[data-menu=acne-solution]{border-radius:1.5em 1.5em 0 1.5em}#hd .hd__menu .snb__list[data-menu=skin-booster]{border-radius:1.5em 0 0 1.5em}#hd .hd__menu .snb__list[data-menu=face-contour-petit]{border-radius:1.5em 1.5em 0 1.5em}#hd .hd__menu .snb__item{position:relative;width:100%;padding:0 2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#hd .hd__menu .snb__item .lnb__list{position:absolute;top:-1em;left:100%;border-radius:0 1.5em 1.5em 1.5em;overflow:hidden;padding:1em 0;max-width:0;opacity:0;-webkit-transition:.6s;transition:.6s}#hd .hd__menu .snb__item[data-snb=acne-solution] .lnb__list,#hd .hd__menu .snb__item[data-snb=brightening-solution] .lnb__list{border-radius:0 1.5em 1.5em 0}#hd .hd__menu .snb__item .lnb__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;opacity:0;-webkit-transition:.4s;transition:.4s}#hd .hd__menu .snb__item:hover .snb__link{color:var(--c-yellow)}#hd .hd__menu .snb__item:hover .lnb__list{padding:1em 2em;max-width:15em;opacity:1}#hd .hd__menu .snb__item:hover .lnb__list .lnb__item{opacity:1}#hd .hd__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;font-size:20px;font-family:var(--Seasons);color:var(--theme-color);-webkit-transition:color .5s;transition:color .5s}#hd .hd__buttons #btn__menu{all:unset;cursor:pointer;position:relative;width:4em;height:2em;color:rgba(0,0,0,0);-webkit-transition:.4s;transition:.4s}#hd .hd__buttons #btn__menu::before,#hd .hd__buttons #btn__menu::after{content:"";width:4em;height:3px;background:var(--theme-color);position:absolute;top:50%;left:50%;-webkit-transition:.4s;transition:.4s}#hd .hd__buttons #btn__menu::before{translate:-50% -0.6em;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}#hd .hd__buttons #btn__menu::after{translate:-50% .6em;-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}#hd .hd__buttons #btn__menu:hover::before{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}#hd .hd__buttons #btn__menu:hover::after{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}#hd .hd__member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#hd .hd__member .member__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1280px){#hd{font-size:14px}#hd .hd__menu .gnb__item{padding:0 20px}#hd .hd__menu .gnb__item .gnb__link{font-size:18px}#hd .hd__buttons{font-size:12px}#hd .hd__buttons .hd__lang{font-size:16px}}@media(max-width: 1024px){#hd .hd__menu{opacity:0;pointer-events:none}#hd .hd__buttons .hd__lang{font-size:18px}}@media(max-width: 1020px){#hd .hd__menu{display:none}}@media(max-width: 640px){#hd .hd__wrapper{height:60px}#hd .hd__logo{width:200px}#hd .hd__buttons{font-size:10px}#hd .hd__buttons .hd__lang{font-size:16px}}@media(max-height: 640px)and (orientation: landscape){#hd .hd__wrapper{height:60px}}@media(max-height: 700px){#hd .hd__wrapper{height:60px}#hd .hd__buttons{font-size:10px}}/*# sourceMappingURL=hd.min.css.map */