:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{height:100%}body{background:#fff;color:#222;font-size:14px;-webkit-text-size-adjust:none;font-weight:400;word-break:keep-all;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,strong{font-family:Spoqa Han Sans,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif}strong{font-weight:700}a,blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,strong,td,textarea,th,ul{margin:0;padding:0;word-break:keep-all}h1,h2,h3,h4,h5,h6{color:#222;word-break:keep-all;font-weight:700}article,footer,header,main,nav,section{display:block}table{width:100%;border-spacing:0}table th{font-weight:400}fieldset,form,img{border:0}li,ol,ul{list-style:none outside}a{text-decoration:none;color:#222}address,em,i{font-style:normal}button{cursor:pointer;border-radius:0;border:none;box-sizing:border-box;-webkit-appearance:none;font-size:14px;font-family:Spoqa Han Sans,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif;background:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}caption,legend{overflow:hidden;display:inline-block;font-size:1px;line-height:0;text-indent:-9999px;text-align:left;position:absolute}hr{display:none}input[type=date],input[type=number],input[type=password],input[type=search],input[type=text]{width:100%;height:48px;padding:0 15px;background-color:#fff;color:#292f4c;font-family:Spoqa Han Sans,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif;font-size:16px;font-weight:700;outline:0 none;border-radius:6px;border:1px solid #e9e9e9;box-sizing:border-box;appearance:none;letter-spacing:-.83px;text-indent:1px}@media(min-width:769px){input[type=date],input[type=number],input[type=password],input[type=search],input[type=text]{height:54px;font-weight:400}}input[type=date]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus{border:2px solid #22d3d6;text-indent:0}::placeholder{color:#c9c9c9}:-ms-input-placeholder{color:#c9c9c9!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}textarea{width:100%;border:1px solid #e0e0e0;border-radius:0;box-sizing:border-box;font-family:Spoqa Han Sans,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif;font-size:14px}input[type=checkbox]{position:absolute;opacity:0}input[type=checkbox]:checked+label:after{content:"";display:block;position:absolute;top:4px;left:7px;width:5px;height:8px;border-color:#000;border-style:solid;border-width:2px 0 0 2px;border-radius:3px;box-sizing:border-box;transform:rotate(-135deg)}input[type=checkbox]+label{display:inline-block;position:relative;padding:0 0 0 30px;cursor:pointer;color:#222;font-size:14px;line-height:18px}input[type=checkbox]+label:before{content:"";display:block;position:absolute;top:0;left:0;width:18px;height:18px;border:1px solid #d9d9d9;box-sizing:border-box;background:#fff;border-radius:3px}input[type=radio]+label{display:inline-block;position:relative;padding:0 0 0 30px;cursor:pointer;color:#222;font-size:16px;font-family:Spoqa Han Sans,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif}input[type=radio]+label>span{font-size:12px}input[type=radio]+label:before{content:"";display:block;position:absolute;top:calc(50% - 9px);left:0;width:18px;height:18px;border-radius:50%;border:1px solid #d9d9d9;box-sizing:border-box}input[type=radio]{position:absolute;opacity:0}input[type=radio]:checked+label:after{content:"";display:block;position:absolute;top:calc(50% - 5px);left:4px;width:10px;height:10px;background:#22d3d6;border-radius:50%}input[type=radio]:checked+label:before{border-color:#22d3d6}select{height:48px;padding:0 50px 0 15px;background:#fff url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/select_arrow.png) no-repeat 100% 50%;background-size:auto 16px;border-radius:6px;appearance:none;color:#c9c9c9;font-size:16px;font-weight:700;vertical-align:top;box-sizing:border-box;border:1px solid #e9e9e9;letter-spacing:-.83px;outline:none}select.selt{color:#222}select:focus{border-color:#55bdc1;box-shadow:0 0 2px 0 rgba(33,150,243,.56)}@media(min-width:769px){select{height:54px}}select::-ms-expand{display:none}input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-wrap{margin:12px 0 18px}.file-wrap label{display:inline-block;min-width:120px;height:54px;padding:0 18px;border-radius:6px;background-color:rgba(34,211,214,.9);color:#fff;font-size:15px;line-height:54px;white-space:nowrap;box-sizing:border-box;text-align:center;cursor:pointer}.file-wrap span{padding-left:12px;color:#666;letter-spacing:-1px}.file-wrap span.in-file{color:#6593de;text-decoration:underline}.file-wrap input[type=text]{border:none;font-size:15px}.file-wrap input[type=text]:disabled{background:#fff;color:#313131}video::-webkit-media-controls,video::-webkit-media-controls-start-playback-button{display:none!important}.blind{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden}html.lenis{height:auto;overflow-x:hidden}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.footer{background:#f4f8f8;padding:60px 20px 50px;color:#212529;font-size:13px;letter-spacing:-.72px}.footer .footer-logo{width:180px;height:23px}.footer .footer-address{margin-top:20px}.footer .footer-address-desc{margin-top:7px}.footer .footer-address-txt{padding-right:9px;color:#727777}.footer .footer-contents-list{display:flex;align-items:center;padding-top:7px}.footer .footer-contents-list:last-child{padding-top:20px}.footer .footer-contents-list:last-child .footer-contents-item{font-weight:400}.footer .footer-contents-item{display:flex;align-items:center}.footer .footer-contents-item .footer-info-txt{padding-right:9px;color:#727777}.footer .footer-contents-item:not(:last-child):after{content:"";display:inline-block;width:1px;height:10px;margin:0 20px;background:#c9cccc}.footer .footer-contents-txt{padding-right:9px;color:#727777}.footer .footer-privacy-link{display:inline-block;margin-top:7px;color:#212529}.footer .footer-privacy-desc{padding-top:20px}@media(min-width:769px){.footer{padding:75px 20px;letter-spacing:-.83px}.footer .footer-inner{position:relative;max-width:1070px;margin:0 auto;font-size:15px}.footer .footer-address{display:flex;margin-top:27px}.footer .footer-address-desc{margin-top:0}.footer .footer-address-desc:before{content:"";display:inline-block;width:1px;height:10px;margin:0 20px;background:#c9cccc}.footer .footer-contents{display:flex;padding-top:7px}.footer .footer-contents-list{padding-top:0!important}.footer .footer-contents-list:last-child{padding-top:47px}.footer .footer-contents-list:last-child:before{content:"";display:inline-block;width:1px;height:10px;margin:0 20px;background:#c9cccc}.footer .footer-contents-item{font-weight:400}.footer .footer-privacy{padding-top:20px}.footer .footer-privacy-desc{padding-top:8px}}.header .header-inner{transform:translateX(0);height:100%}.header .header-inner .layer-dimmed{position:fixed;top:64px;left:0;width:100%;height:calc(100vh - 64px);background:rgba(0,0,0,.3)}.header .header-blog{display:none}.header .header-wrap{transform:translateZ(0);background-color:#fff;position:absolute;top:0;right:0;bottom:0;left:0}.header{position:fixed;z-index:500;width:100%;height:64px;box-sizing:border-box;opacity:1}@media(min-width:769px){.header{height:80px}.header--has-bg{background:#fff}}.header-title{position:relative;z-index:5}@media(min-width:769px){.header-title{position:absolute;left:0;margin:0;padding:0}}.header--has-bg .header-title{background-color:#fff}.header-title-link{display:flex;align-items:center;padding:18px 24px}.header-title-link>svg{padding-left:3px}.header-title-link>svg>path{fill:#fff}@media(min-width:769px){.header-title-link{padding:18px}}.header--has-bg .header-title-link>svg>path{fill:#000}.header-nav{padding-bottom:0;transition:transform .5s;transform:translate3d(0,-411px,0)}@media(min-width:769px){.header-nav{padding-bottom:12px}}.header-menu--opened .header-nav{transform:translateZ(0)}@media(min-width:769px){.header-menu--opened .header-nav,.header-menu:not(.header-menu--opened) .header-nav{transform:none}}.header-menu--drawer .header-nav{background:#fff}@media(min-width:769px){.header-nav-item{padding:0 10px}.header-nav-item.selected .header-nav-item__link-text:after,.header-nav-item:hover .header-nav-item__link-text:after{content:"";position:absolute;bottom:-5px;left:-2px;right:-2px;height:2px;background-color:#fff}.header--has-bg .header-nav-item.selected .header-nav-item__link-text:after,.header--has-bg .header-nav-item:hover .header-nav-item__link-text:after{background-color:#22d3d6}}@media(min-width:1020px){.header-nav-item{padding:0 22px}}.header-nav-item__link{display:block;padding:13px 30px;font-size:15px;color:#212529}@media(min-width:769px){.header-nav-item__link{display:block;padding:24px 8px}}.header--has-bg .header-nav-item.selected .header-nav-item__link-text,.header--has-bg .header-nav-item:hover .header-nav-item__link-text{color:#22d3d6;font-weight:700}.header-nav-item__link-text{line-height:22px}@media(min-width:769px){.header-nav-item__link-text{position:relative;color:#fff;font-size:18px;line-height:20px;letter-spacing:-1px}.header--has-bg .header-nav-item__link-text{color:#222}}.header-menu{display:block;position:relative;pointer-events:none;z-index:9999}@media(min-width:769px){.header-menu{pointer-events:all;position:static;width:auto;height:auto;background:none}}.header-menu--hidden{display:none}.header-menu--opened{content:"";pointer-events:all}.header-menu:not(.header-menu--opened):before{content:none}@media(min-width:769px){.header-menu:not(.header-menu--opened){display:block}}.header-btn{box-sizing:initial;position:absolute;top:0;right:0;z-index:10;width:24px;height:24px;padding:20px 16px}.header-btn--open svg>path{fill:#fff}.header--has-bg .header-btn--open svg>path{fill:#222}@media(min-width:769px){.header .header-inner{display:flex;justify-content:flex-end;max-width:1070px;margin:0 auto;height:100%}.header .header-nav-list{display:flex;text-align:center}.header .header-blog{display:block;margin-top:3px}}.top-contents{overflow:hidden;position:relative;background:#51ced3}.top-contents .top-contents-desc,.top-contents .top-contents-title{position:relative;z-index:2}.top-contents .top-contents-scroll{display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;left:0;width:100%;height:72px}.top-contents .top-contents-scroll .scroll-btn{width:40px;height:40px;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/icon_down.png) no-repeat 50% 50%;background-size:30px auto}.top-contents .top-contents-scroll .scroll-txt{overflow:hidden;display:inline-block;font-size:1px;line-height:0;text-indent:-9999px;text-align:left}.top-contents .top-contents-video-container{height:100%}.top-contents .top-contents-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.top-contents .top-contents-video-inner{overflow:hidden;display:block;position:absolute;z-index:-99;top:0;height:0;width:100vw;height:100vh;background:#51ced3}.top-contents .top-contents-inner{position:fixed;z-index:1;top:0;left:0;width:100%;height:100vh}.top-contents video{position:absolute;top:-1px;left:50%;min-width:calc(100% + 2px);min-height:calc(100% + 2px);transform:translate(-50%)}.top-contents .top-contents-video-container>div{overflow:hidden;display:block;position:absolute;z-index:-99;top:0;height:0;width:100vw;height:100vh;background:#51ced3}@media(min-width:769px){.top-contents .top-contents-scroll{display:none}}@media(min-aspect-ratio:16/9){.top-contents .top-contents-video-container>div{height:300vh;top:-100vh}}@media(max-aspect-ratio:16/9){.top-contents .top-contents-video-container>div{width:400vw;left:-150vw}}@media(min-width:480px){.top-contents .top-contents-scroll{height:88px}.top-contents .top-contents-scroll .scroll-btn{background-size:40px auto}}.pagination-controller{position:relative;margin-top:55px;text-align:center}.pagination-controller .pagination-index,.pagination-controller .pagination-indicator{display:flex;align-items:center;justify-content:center;line-height:30px;font-family:Montserrat,Roboto,Droid Sans,Malgun Gothic,Helvetica,Apple-Gothic,애플고딕,Tahoma,dotum,돋움,gulim,굴림,sans-serif;font-size:15px}.pagination-controller .pagination-indicator-item{width:7px;height:7px;margin:0 5px;background:#c8c8c8;border-radius:50%}.pagination-controller .pagination-indicator-item[aria-current=true]{width:9px;height:9px;background-color:#22d3d6}.pagination-controller .pagination-controller-btn{position:absolute;top:0;width:30px;height:30px;border-radius:50%;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/icon_arrow.png) no-repeat 0 0;background-size:cover;cursor:pointer}.pagination-controller .pagination-controller-btn:disabled{opacity:.3;cursor:default}.pagination-controller .pagination-controller-btn.btn-prev{left:0}.pagination-controller .pagination-controller-btn.btn-next{right:0;transform:rotate(180deg)}.pagination-controller .pagination-controller-btn:focus{outline:none}@media(min-width:769px){.pagination-controller .pagination-indicator-item{width:10px;height:10px}.pagination-controller .pagination-indicator-item[aria-current=true]{width:12px;height:12px}.pagination-controller .pagination-controller-btn{width:40px;height:40px}}.dimmed-layer{display:none;position:fixed;flex-direction:column;align-items:center;justify-content:center;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);box-sizing:border-box}.dimmed-layer.selected{display:flex}.dimmed-layer .dimmed-mission-inner{position:relative}.dimmed-layer .dimmed-mission-inner .dimmed-btn-close{display:block;position:absolute;top:30px;right:25px;width:24px;height:24px}.dimmed-layer .dimmed-mission-inner .dimmed-btn-close:after,.dimmed-layer .dimmed-mission-inner .dimmed-btn-close:before{content:"";display:block;position:absolute;top:2px;left:calc(50% - 1px);width:2px;height:17px;background:#000}.dimmed-layer .dimmed-mission-inner .dimmed-btn-close:before{transform:rotate(-45deg)}.dimmed-layer .dimmed-mission-inner .dimmed-btn-close:after{transform:rotate(45deg)}.dimmed-layer .dimmed-mission-inner .pop-missing{width:100vw;height:100vh;padding:80px 20px 0;background:#f3fbfb;box-sizing:border-box;color:#212529;overflow:hidden}.dimmed-layer .dimmed-mission-inner .viewport{overflow:auto;display:flex;height:calc(100% - 90px)}.dimmed-layer .dimmed-mission-inner .in-cnts{display:inline-block}.dimmed-layer .dimmed-mission-inner .dimmed-title{width:90%;font-size:30px;line-height:42px;letter-spacing:-1px}.dimmed-layer .dimmed-mission-inner .dimmed-subtitle{display:block;margin-top:25px;font-size:17px;font-weight:400;letter-spacing:-.5px;width:80%}.dimmed-layer .dimmed-mission-inner .dimmed-txt{display:block;margin-top:55px;font-size:18px;font-family:Montserrat;font-weight:600}.dimmed-layer .dimmed-mission-inner .dimmed-desc{width:80%;padding:0 8px 0 2px;margin-top:11px;font-size:15px;letter-spacing:-1px;line-height:24px}.dimmed-layer .dimmed-mission-inner .pagination-controller{position:absolute;left:calc(50% - 110px);bottom:45px;width:220px;box-sizing:border-box}.dimmed-layer .dimmed-mission-inner .pagination-controller>span{line-height:20px}.dimmed-layer .dimmed-mission-inner .pagination-controller button{width:20px;height:20px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.dimmed-layer .pop-missing{padding:80px 40px 0}}@media(min-width:769px){.dimmed-layer .dimmed-mission-inner .pop-missing{max-width:768px;max-height:500px;padding:70px 55px;background:#fff;border-radius:8px}.dimmed-layer .dimmed-mission-inner .pop-missing+.dimmed-btn-close{top:-55px;right:5px;width:40px;height:40px}.dimmed-layer .dimmed-mission-inner .pop-missing+.dimmed-btn-close:after,.dimmed-layer .dimmed-mission-inner .pop-missing+.dimmed-btn-close:before{top:-4px;height:46px;background:#fff}.dimmed-layer .dimmed-mission-inner .pop-missing .pagination-controller{display:block;left:55px;width:calc(100% - 110px);max-width:none}.dimmed-layer .dimmed-mission-inner .pop-missing .pagination-controller>span{color:#5b5b5b;font-size:20px;line-height:40px}.dimmed-layer .dimmed-mission-inner .pop-missing .pagination-controller button{width:40px;height:40px}.dimmed-layer .dimmed-mission-inner .viewport{height:auto}.dimmed-layer .dimmed-mission-inner .in-cnts{width:718px;height:auto}.dimmed-layer .dimmed-mission-inner .dimmed-title{font-size:32px;line-height:42px}.dimmed-layer .dimmed-mission-inner .dimmed-subtitle{margin-top:16px;font-size:22px}.dimmed-layer .dimmed-mission-inner .dimmed-desc{font-size:18px;line-height:29px;width:80%}}.main-visual{height:100vh;pointer-events:none}.main-visual__backdrop{position:absolute;left:0;top:0;width:100%;height:100vh}.main-notice{width:100%;max-width:600px;border-radius:10px;background-color:#fff}.main-notice-wrapper{background-color:rgba(0,0,0,.3);justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;z-index:1000;padding:0 20px}.main-notice-content-wrapper{display:flex;flex-flow:column;align-items:center;padding:30px 20px 32px}.main-notice-title{width:100%;font-size:24px;font-weight:700;letter-spacing:-1.2px;color:#202020;margin-bottom:22px}.main-notice-image{width:100%;height:100%;max-width:280px;margin-bottom:22px}.main-notice-description{width:100%;height:100%;font-size:16px;line-height:1.63;letter-spacing:-1px;color:#666}.main-notice-actions{width:100%;height:60px;box-shadow:0 -1px 0 #ebebeb;padding:15px 20px;box-sizing:border-box;display:flex;flex-flow:wrap;justify-content:space-between}.main-checkbox{position:relative;display:flex;align-items:center;cursor:pointer}.main-checkbox__input{position:absolute;top:0;width:0;height:0}.main-checkbox__input:checked+.main-checkbox__inner{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/btn_sel.svg)}.main-checkbox__label{margin-left:10px}.main-checkbox__inner{display:inline-block;width:30px;height:30px;background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/btn_nor.svg);background-size:30px 30px}.main-notice-checkbox-container:hover .main-checkbox__inner{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/btn_sel.svg)}.main-notice-close-button{height:30px;font-size:16px;font-weight:700;line-height:1.63;letter-spacing:-1px;text-align:right;color:#7e7e7e}.main-notice-checkbox-container{display:flex;align-items:center;position:relative;cursor:pointer;font-size:15px;line-height:1.73;letter-spacing:-.94px;color:#b0b0b0}.main-notice-checkbox-container:hover{font-weight:700}@media(min-width:375px){.main-notice-image{max-width:560px}}.product-wrap{overflow:hidden}.product-wrap .info-title{line-height:1.48;color:#212529;text-align:center;font-size:27px;line-height:40px;letter-spacing:-1.5px;transition:font-size 1s,line-height 1s,letter-spacing 1s}@media(min-width:480px){.product-wrap .info-title{font-size:32px;line-height:42px;letter-spacing:-1px}}@media(min-width:1020px){.product-wrap .info-title{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;font-size:52px;line-height:70px;letter-spacing:-2.89px}}.product-wrap .info-desc{margin-top:19px;line-height:1.6;color:#212529;text-align:center;padding-top:15px;font-size:15px;line-height:24px;letter-spacing:-1px}@media(min-width:1020px){.product-wrap .info-desc{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;padding-top:30px;font-size:18px;line-height:29px}}.product-wrap .info-content{position:relative;margin-top:42px}.product-wrap .info-counting{overflow-y:hidden;padding-left:50px;margin-left:-50px}.product-wrap .info-counting-list{position:relative;padding:50px 0;height:440px;box-sizing:border-box}.product-wrap .info-counting-item{position:absolute;cursor:pointer;-webkit-user-select:none;user-select:none}.product-wrap .info-counting-item:first-child{padding-top:0}.product-wrap .info-counting-item:first-child .counting-icon{top:3px}.product-wrap .counting-icon{position:absolute;top:3px;left:14px;content:"";display:inline-flex;width:12px;height:12px;border-style:solid;border-color:#c8c8c8;box-sizing:border-box;border-radius:50%;z-index:-1}.product-wrap .counting-icon.selected{top:30px;left:-45px;width:130px;height:130px;border:0;background-color:#5edfdf}.product-wrap .counting-title{display:inline-flex;font-size:17px;font-weight:700;line-height:1.76;letter-spacing:-1.94px;color:#c8c8c8}.product-wrap .counting-title.selected{letter-spacing:-1.61px;color:#212529}.product-wrap .counting-txt{vertical-align:-1px}.product-wrap .counting-index{overflow:hidden;padding-left:25px;font-size:40px;font-weight:700;line-height:1.25;color:#212529;pointer-events:none}.product-wrap .counting-index>span{display:inline-block}.product-wrap .info-image{position:absolute;top:0;left:140px;width:100%;height:100%;z-index:-2;background-size:cover;background-position:50%;border-top-left-radius:290px;border-bottom-left-radius:290px}.product-wrap .info-date{margin-top:28px;font-size:15px;line-height:1.93;letter-spacing:-.83px;text-align:center;color:#c8c8c8}@media(min-width:375px){.product-wrap .info-counting-list:after,.product-wrap .info-counting-list:before{content:none}.product-wrap .info-counting-item{left:0}.product-wrap .counting-txt{vertical-align:-1px;margin-top:-5px;margin-left:-10px}.product-wrap .counting-title.selected .counting-txt{vertical-align:-1px;margin-left:0}}@media(min-width:769px){.product-wrap .info-title{font-size:32px;line-height:1.31;letter-spacing:-1px}}@media(min-width:1020px){.product-wrap .info-inner{max-width:1070px;margin-left:auto;margin-right:auto}.product-wrap .info-title{font-size:52px;line-height:1.35;letter-spacing:-2.89px;text-align:left}.product-wrap .info-desc{margin-top:0;font-size:18px;line-height:1.61;letter-spacing:-1px;text-align:left}.product-wrap .info-content{margin-top:80px}.product-wrap .info-counting-list{padding:50px 0;height:600px}.product-wrap .info-counting-item{left:60px}.product-wrap .counting-txt{margin:0}.product-wrap .counting-icon{left:0;width:20px;height:20px}.product-wrap .counting-index{font-size:85px;line-height:1.12}.product-wrap .info-image{left:280px;border-radius:290px;width:940px}.product-wrap .info-date{padding-left:60px;font-size:16px;line-height:1.81;letter-spacing:-.89px;text-align:left}.product-wrap .info-desc{padding-top:30px}}.product-wrap .product-review{padding:100px 0 0}.product-wrap .review-desc{color:#212529;text-align:center;padding-top:15px;font-size:15px;line-height:24px;letter-spacing:-1px}@media(min-width:1020px){.product-wrap .review-desc{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;padding-top:30px;font-size:18px;line-height:29px}}.product-wrap .review-tag-viewport{overflow:hidden}.product-wrap .review-tag-area{position:relative;left:50%;width:100%;padding-top:30px;text-align:center;transform:translate(-50%)}.product-wrap .review-tag-list{display:inline}.product-wrap .review-tag-indicator{display:none;transition-duration:1s}.product-wrap .review-tag{display:inline-block;height:40px;margin:15px 0 0 -4px;padding:0 18px;border-radius:30px;color:#c8c8c8;font-size:21px;line-height:40px}.product-wrap .review-tag.is-ie{margin-left:12px}.product-wrap .review-tag[aria-selected=true]{background:#22d3d6;color:#fff}.product-wrap .review-inner{overflow:hidden}.product-wrap .review-card-section{overflow:hidden;width:250px;height:472px;margin:55px auto 98px;border-radius:20px;box-shadow:0 30px 60px 12px rgba(0,0,33,.05),0 4px 24px 0 rgba(0,0,33,.05),0 0 1px 0 rgba(0,0,33,.05)}.product-wrap .review-card-viewport{overflow-x:hidden;overflow-y:auto;display:flex;border-radius:20px;-webkit-mask-image:-webkit-radial-gradient(white,black)}.product-wrap .review-card-wrap{width:100%;white-space:nowrap;transition-duration:1s}.product-wrap .review-card-inner{display:inline-block}.product-wrap .review-card-img,.product-wrap .review-card-video{width:100%}@media(min-width:480px){.product-wrap .review-tag-viewport{overflow:visible}.product-wrap .review-tag-area{display:block;position:static;max-width:580px;margin:0 auto;padding-top:20px;transform:translate(0)}.product-wrap .review-tag-list{display:inline}.product-wrap .review-card-section{margin-bottom:150px}}@media(min-width:1020px){.product-wrap .product-review{position:relative;max-width:1070px;margin:0 auto;padding:310px 0 210px}.product-wrap .review-inner{display:flex;flex-direction:row-reverse;justify-content:space-between;padding-top:30px;padding-left:50px;padding-bottom:100px}.product-wrap .review-tag-section{width:490px;padding-left:40px}.product-wrap .review-title{padding:50px 0 0;font-size:45px;transition:font-size 1s}.product-wrap .review-desc{padding:30px 0 0}.product-wrap .review-tag-area{width:100%;padding-top:40px;margin-left:-19px;text-align:left}.product-wrap .review-tag-list{display:flex;justify-content:space-between;position:relative;margin-top:20px;white-space:nowrap}.product-wrap .review-tag-indicator{position:absolute;top:1px;display:block;width:126px;height:50px;background:#22d3d6;border-radius:30px}.product-wrap .review-tag{position:relative;height:50px;margin-top:0;font-size:34px;line-height:51px;letter-spacing:-1.89px}.product-wrap .review-tag[aria-selected=true]{background:none}.product-wrap .review-card-section{min-width:360px;height:680px;margin:0!important}.product-wrap .review-title{font-size:52px}.product-wrap .review-desc{font-size:18px}}.product-wrap .product-shopping{overflow:hidden;height:685px;background-color:#51ced3;box-sizing:border-box;display:flex;flex-wrap:wrap;align-content:flex-end}.product-wrap .shopping-title{color:#fff;flex:none;width:100%}.product-wrap .shopping-inner{flex:none;width:100%}.product-wrap .shopping-controller{display:flex;justify-content:center;margin-top:30px}.product-wrap .controller-link{display:block;width:34px;height:34px;margin:0 13px;border:1px solid #fff;border-radius:50%;box-sizing:border-box;opacity:.5;color:#fff;cursor:pointer;font-family:Montserrat;font-weight:600;text-align:center;line-height:32px}.product-wrap .controller-link.selected{opacity:1;font-weight:700;border-width:2px;line-height:30px}.product-wrap .shopping-viewport{overflow:hidden;overflow-x:auto;display:flex;margin-top:15px}.product-wrap .shopping-viewport-inner{min-width:100%;text-align:center}.product-wrap .shopping-viewport-title{color:#fff;font-size:15px}.product-wrap .shopping-thumb-section,.product-wrap .shopping-thumb-wrap{display:flex;position:relative;width:250px;height:363px;margin:0 auto;border-radius:20px 20px 0 0;border-bottom:1px solid #f2f2f2;box-shadow:0 30px 60px 12px rgba(0,0,33,.05),0 4px 24px 0 rgba(0,0,33,.05),0 0 1px 0 rgba(0,0,33,.05);transition:height 1s}.product-wrap .shopping-thumb-wrap{overflow:hidden;margin-top:55px;z-index:0}.product-wrap .shopping-thumb-section{transition:transform 1s}.product-wrap .shopping-thumb{display:inline-flex;min-width:100%}.product-wrap .shopping-thumb-inner{width:100%;background-repeat:no-repeat;background-position:top;background-size:cover;border-radius:0;box-shadow:none}@media(min-width:769px){.product-wrap .product-shopping{height:1010px}.product-wrap .shopping-title{padding:0;text-align:center}.product-wrap .shopping-controller{margin-top:45px}.product-wrap .controller-link{width:40px;height:40px;margin:0 20px;font-size:16px;line-height:38px}.product-wrap .controller-link.selected{line-height:36px}.product-wrap .shopping-viewport{margin-top:25px}.product-wrap .shopping-viewport-title{margin-top:7px;font-size:18px}.product-wrap .shopping-thumb-section,.product-wrap .shopping-thumb-wrap{width:360px;height:507px}}.product-wrap .product-ranking{padding:100px 0 0}.product-wrap .ranking-tab{overflow:auto;margin-top:40px}.product-wrap .category-list{overflow-x:auto;display:flex;padding-left:24px;-ms-overflow-style:none;scrollbar-width:none}.product-wrap .category-list::-webkit-scrollbar{display:none}.product-wrap .category-item{padding-right:10px}.product-wrap .category-link{display:block;width:45px;height:45px;padding:0 18px;border:1px solid #999;border-radius:30px;line-height:43px;box-sizing:border-box;cursor:pointer;background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate01.png);background-repeat:no-repeat;background-position:0 50%;background-size:45px;opacity:.3;transition:all .8s ease}.product-wrap .category-link .category-txt{display:block;white-space:nowrap;color:#000;font-size:15px;font-weight:700;text-indent:-9999px}.product-wrap .category-link.category1{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate01.png)}.product-wrap .category-link.category2{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate02.png)}.product-wrap .category-link.category3{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate03.png)}.product-wrap .category-link.category4{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate04.png)}.product-wrap .category-link.category5{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate05.png)}.product-wrap .category-link.category6{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/rank_cate06.png)}.product-wrap .category-item.selected .category-link{width:auto;padding-left:48px;background-color:#22d3d6;background-position:7px 50%;border-color:#22d3d6;opacity:1}.product-wrap .category-item.selected .category-link .category-txt{text-indent:0}.product-wrap .ranking-viewport{overflow:auto;display:flex}.product-wrap .ranking-list{display:flex;flex-direction:column;align-items:center;min-width:100%;padding:0 24px 100px;box-sizing:border-box;overflow:hidden}.product-wrap .ranking-item{overflow:hidden;width:100%;max-width:350px;margin-top:15px;padding:0 10px;background:#fff;box-shadow:0 30px 60px 12px rgba(0,0,33,.05),0 4px 19px 0 rgba(0,0,33,.05);border-radius:10px;z-index:1;box-sizing:border-box}.product-wrap .ranking-item:first-child{margin-top:40px}.product-wrap .ranking-link{display:flex;align-items:center;height:100%}.product-wrap .ranking-img{width:100px}.product-wrap .ranking-link-title{color:#9da2aa;font-size:13px}.product-wrap .ranking-link-desc{color:#000;font-size:15px}@media(min-width:480px){.product-wrap .ranking-tab{margin-top:50px}.product-wrap .category-list{justify-content:center}.product-wrap .ranking-list{padding-bottom:135px}}@media(min-width:1020px){.product-wrap .product-ranking{display:flex;align-items:center;max-width:1240px;margin:0 auto;padding-top:250px}.product-wrap .ranking-hgroup{width:39%;margin-top:-34px;padding-left:110px}.product-wrap .ranking-title{font-size:52px;transition:font-size 2s}.product-wrap .ranking-inner{overflow:hidden;width:61%}.product-wrap .ranking-tab{overflow:visible}.product-wrap .category-list{padding-left:112px}.product-wrap .category-link{width:60px;height:60px;background-size:60px;line-height:58px}.product-wrap .category-txt{font-size:17px}.product-wrap .category-item.selected .category-link{padding:0 30px 0 66px;letter-spacing:-.94px}.product-wrap .ranking-list{padding:0 10px 80px 56px}.product-wrap .ranking-item{max-width:430px}.product-wrap .ranking-link{padding-left:10px}.product-wrap .ranking-link-inner{padding-left:20px}.product-wrap .ranking-link-title{font-size:14px}.product-wrap .ranking-link-desc{font-size:18px;letter-spacing:-1px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.product-wrap .ranking-tab{padding-left:105px}}.product-wrap .contents-title{color:#212529;text-align:center;font-size:27px;line-height:40px;letter-spacing:-1.5px;transition:font-size 1s,line-height 1s,letter-spacing 1s}@media(min-width:480px){.product-wrap .contents-title{font-size:32px;line-height:42px;letter-spacing:-1px}}@media(min-width:1020px){.product-wrap .contents-title{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;font-size:52px;line-height:70px;letter-spacing:-2.89px}}.product-wrap .contents-desc{color:#212529;text-align:center;padding-top:15px;font-size:15px;line-height:24px;letter-spacing:-1px}@media(min-width:1020px){.product-wrap .contents-desc{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;padding-top:30px;font-size:18px;line-height:29px}}.product-wrap .contents-slides{overflow:hidden}.product-wrap .contents-list-area{display:none}@media(min-width:1020px){.product-wrap{position:relative}.product-wrap .product-contents{-webkit-user-select:none;user-select:none;position:relative}.product-wrap .product-contents:after{content:"";display:block;position:absolute;left:0;bottom:540px;z-index:-1;width:99vw;height:1px;background:#e3e3e3}.product-wrap .contents-inner{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;position:relative;max-width:1140px;margin:0 auto;overflow:hidden}.product-wrap .contents-hgroup{width:45%;padding-bottom:335px;padding-left:0}.product-wrap .contents-title{transition:font-size 1s;font-size:52px;padding-left:0}.product-wrap .contents-desc{padding-left:0}.product-wrap .contents-slides{position:relative;z-index:30;width:49%;padding:290px 0 370px 90px}.product-wrap .contents-list-area{display:block;position:absolute;bottom:430px;width:100%;height:213px;box-sizing:border-box;padding-left:53%}.product-wrap .contents-list{display:flex;position:relative;height:100%}.product-wrap .contents-item{overflow:hidden;position:absolute;padding:0 30px}.product-wrap .contents-img{width:210px;height:210px;border-radius:50%}}.product-wrap .product-contents-swiper{overflow:hidden;padding:0 18%;border-radius:20px;-webkit-mask-image:-webkit-radial-gradient(white,black)}.product-wrap .swiper-wrapper{display:flex}.product-wrap .product-contents-swiper-item{overflow:hidden;box-sizing:border-box;flex-shrink:0;width:100%!important;padding:70px 10% 98px;-webkit-mask-image:-webkit-radial-gradient(white,black)}.product-wrap .product-contents-swiper-image{display:block;width:100%;height:100%;border-radius:20px}@media(min-width:769px){.product-wrap .product-contents-swiper{padding:0 25%}.product-wrap .product-contents-swiper-item{padding:70px 15% 98px}}@media(min-width:1020px){.product-wrap .product-contents-swiper{display:flex;width:360px;padding:0}.product-wrap .product-contents-swiper-item{padding:0}.product-wrap .product-contents-swiper-image{border-radius:0}}.product-wrap .product-discovery{display:block}.product-wrap .discovery-title{color:#212529;text-align:center;font-size:27px;line-height:40px;letter-spacing:-1.5px;transition:font-size 1s,line-height 1s,letter-spacing 1s}@media(min-width:480px){.product-wrap .discovery-title{font-size:32px;line-height:42px;letter-spacing:-1px}}@media(min-width:1020px){.product-wrap .discovery-title{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;font-size:52px;line-height:70px;letter-spacing:-2.89px}}.product-wrap .discovery-desc{color:#212529;text-align:center;padding-top:15px;font-size:15px;line-height:24px;letter-spacing:-1px}@media(min-width:1020px){.product-wrap .discovery-desc{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box;padding-top:30px;font-size:18px;line-height:29px}}.product-wrap .discovery-video{overflow:hidden;position:relative;left:0;height:266px;margin-top:50px;padding-left:20px;transition:height 1s}.product-wrap .discovery-video .video{height:266px;position:absolute;left:20px;height:100%;-webkit-filter:brightness(100%)}@media(min-width:480px){.product-wrap .product-discovery{margin-top:35px}.product-wrap .discovery-video{height:328px;padding-left:135px}.product-wrap .discovery-video .video{height:328px;position:absolute;left:135px}}@media(min-width:1020px){.product-wrap .product-discovery{display:flex;position:relative;height:410px;margin-top:95px;margin-bottom:-100px;padding:0;background-size:auto 410px}.product-wrap .discovery-video{overflow:hidden;position:absolute;top:-150px;display:flex;justify-content:flex-start;width:100%;height:410px;padding-left:50%;box-sizing:border-box;text-align:right}.product-wrap .discovery-video .video{position:static;height:410px;-webkit-filter:none}.product-wrap .discovery-inner{width:100%;max-width:1040px;margin:0 auto}}@media(min-width:1500px){.product-wrap .discovery-video .video{position:static}}.hin-beauty{overflow:hidden;position:relative;padding-top:74px}.hin-beauty .hgroup span{display:block;margin-top:35px;color:#c8c8c8;text-align:center}.hin-beauty .img{display:block;height:360px;margin-top:-40px;background-size:auto 110%;background-position:50% 40px;background-repeat:no-repeat}.hin-beauty:before{content:"";display:block;position:absolute;z-index:-1;left:calc(50% - 250px);bottom:-140px;width:500px;height:500px;border-radius:50%;background:#f3fbfb}@media(min-width:480px){.hin-beauty .inner .hgroup h3 br{display:none}.hin-beauty .inner .hgroup span{margin-top:15px;color:#888}.hin-beauty .inner .img{width:550px;height:380px;margin:18px auto 0;background-position:50% 100%;background-size:cover}.hin-beauty:before{left:0;bottom:0;width:100%;height:280px;border-radius:0}}@media(min-width:1020px){.hin-beauty{padding-top:170px}.hin-beauty .inner{display:flex;max-width:1070px;margin:0 auto}.hin-beauty .inner .hgroup{margin-top:50px}.hin-beauty .inner .hgroup h3 br{display:inline}.hin-beauty .inner .hgroup p{padding-top:65px}.hin-beauty .inner .hgroup span{margin-top:25px;padding-left:60px;color:#888;font-size:15px;text-align:left}.hin-beauty .inner .img{width:640px;height:440px;background-position:50% 100%;background-size:auto 100%}.hin-beauty:before{height:310px}}.product-wrap{position:relative;padding-bottom:110px}.product-wrap h3,.product-wrap p.desc{color:#212529;text-align:center}.product-wrap h3{font-size:27px;line-height:40px;letter-spacing:-1.5px;transition:font-size 1s,line-height 1s,letter-spacing 1s}.product-wrap p.desc{padding-top:15px;font-size:15px;line-height:24px;letter-spacing:-1px}@media(min-width:480px){.product-wrap{padding-bottom:150px}.product-wrap h3{font-size:32px;line-height:42px;letter-spacing:-1px}}@media(min-width:1020px){.product-wrap{padding-bottom:170px}.product-wrap h3,.product-wrap p.desc{max-width:1070px;padding-left:60px;margin:0 auto;text-align:left;box-sizing:border-box}.product-wrap h3{font-size:52px;line-height:70px;letter-spacing:-2.89px}.product-wrap p.desc{padding-top:30px;font-size:18px;line-height:29px}}.product-wrap .top-contents{position:relative;height:100vh;z-index:2}.product-wrap .top-contents .top-contents-main{position:absolute;width:100%;top:50%;text-align:center;transform:translateY(-50%)}.product-wrap .top-contents .top-contents-main .top-contents-title{color:#fff;font-size:54px;letter-spacing:-3px;line-height:68px}.product-wrap .top-contents .top-contents-main .top-contents-desc{padding-top:20px;color:#fff;font-size:19px;font-weight:700;letter-spacing:-1px}.product-wrap .top-contents .top-contents-sub{position:absolute;width:100%;top:50%;text-align:center;transform:translateY(-70%)}.product-wrap .top-contents .top-contents-sub .top-contents-desc{padding:10px 0;color:#fff;font-size:15px;font-weight:700}.product-wrap .top-contents .top-contents-download{position:absolute;bottom:72px;width:100%;padding:0 40px;box-sizing:border-box;transition-duration:.8s;pointer-events:all}.product-wrap .top-contents .top-contents-download.sticky{position:fixed;z-index:10;bottom:0;left:0;width:100%;padding:0}.product-wrap .top-contents .top-contents-download.sticky .top-contents-download-link{width:100%;border-radius:0}.product-wrap .top-contents .top-contents-download-link{display:block;width:100%;height:58px;margin:0 auto;border-radius:6px;background-color:#5edfdf;color:#fff;z-index:10;font-size:18px;font-weight:700;text-align:center;line-height:58px}@media(min-width:480px){.product-wrap .top-contents .top-contents-download{bottom:88px}}@media(min-width:769px){.product-wrap .top-contents .top-contents-main .top-contents-title{font-size:85px;line-height:150%;letter-spacing:-2px}.product-wrap .top-contents .top-contents-main .top-contents-desc{padding-top:30px;font-size:30px}.product-wrap .top-contents .top-contents-sub{transform:translateY(-50%)}.product-wrap .top-contents .top-contents-sub .top-contents-desc{padding:15px 0;font-size:30px;letter-spacing:-.5px}.product-wrap .top-contents .top-contents-download{display:none}}.company-wrap{color:#212529;position:relative;width:100%;overflow-x:hidden;overflow-y:hidden}.company-wrap .top-contents{position:relative;height:100vh;color:#fff;text-align:center;z-index:-99}.company-wrap .top-contents .top-contents-inner{background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_01title_01m.jpg) no-repeat 50% 50%/100% 100%;background-size:cover;z-index:-99}.company-wrap .top-contents .top-contents-main,.company-wrap .top-contents .top-contents-sub{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%)}.company-wrap .top-contents .top-contents-title{font-size:27px;line-height:47px;letter-spacing:-1px}.company-wrap .top-contents .top-contents-title+.top-contents-desc{margin-top:49px}.company-wrap .top-contents .top-contents-desc{margin-top:18px;font-size:15px;font-weight:700;line-height:24px;letter-spacing:-1px}@media(min-width:480px){.company-wrap .top-contents .top-contents-title{font-size:32px}}@media(min-width:769px){.company-wrap .top-contents .top-contents-inner{background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_01title_01.jpg) no-repeat 50% 50%/100% 100%;background-size:cover}.company-wrap .top-contents .top-contents-title{font-size:54px;line-height:70px;letter-spacing:-2.56px}.company-wrap .top-contents .top-contents-title .line-break:last-child{display:none}.company-wrap .top-contents .top-contents-desc{margin-top:0;font-size:21px;font-weight:700;line-height:33px}.company-wrap .top-contents .top-contents-desc:last-child .line-break:last-child{display:none}}.company-wrap .company-culture{padding:80px 20px}.company-wrap .company-culture .pagination-controller{display:none}.company-wrap .culture-title{font-size:27px;line-height:40px;letter-spacing:-1px;transition:font-size 1s}.company-wrap .culture-list{padding-top:20px;overflow:hidden}.company-wrap .culture-list.is-open{position:fixed}.company-wrap .culture-item{margin-top:20px}.company-wrap .culture-item:nth-child(2) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu02.jpg)}.company-wrap .culture-item:nth-child(3) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu03.jpg)}.company-wrap .culture-item:nth-child(4) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu04.jpg)}.company-wrap .culture-item:nth-child(5) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu05.jpg)}.company-wrap .culture-item:nth-child(6) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu06.jpg)}.company-wrap .culture-item:nth-child(7) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu07.jpg)}.company-wrap .culture-item-inner{overflow:hidden;display:block;position:relative;height:260px;padding:35px 25px;background-size:cover;border-radius:12px;box-sizing:border-box;transition:height 1s;cursor:pointer}.company-wrap .culture-item-inner.has-transition{transition:height 0s}.company-wrap .culture-item-inner:before{content:"";position:absolute;z-index:4;top:0;left:0;width:100%;height:100%;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/team_cu01.jpg) no-repeat 50% 50%;background-size:cover;border-radius:12px}.company-wrap .culture-item-inner:after{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background:#fff}.company-wrap .culture-topic{z-index:5;position:relative;font-size:22px;font-weight:700;line-height:42px;letter-spacing:-1px}.company-wrap .culture-desc{z-index:5;position:relative;margin-top:8px;line-height:24px;letter-spacing:-.8px;white-space:pre}.company-wrap .culture-more{display:block;position:relative;z-index:5;width:21px;height:21px;margin-top:16px;border:1px solid #000;border-radius:50%;box-sizing:border-box;color:#000;text-indent:-9999px;transition:opacity .3s ease 0s,transform .3s ease 0s}.company-wrap .culture-more:after,.company-wrap .culture-more:before{content:"";display:block;position:absolute;background:#000}.company-wrap .culture-more:before{top:4px;left:9px;width:1px;height:11px}.company-wrap .culture-more:after{top:9px;left:4px;width:11px;height:1px}.company-wrap .culture-contents{z-index:5;opacity:0;position:relative}.company-wrap .culture-contents-desc{font-size:14px;line-height:21px;white-space:pre-wrap}.company-wrap .culture-inner .btn-close{display:none;position:absolute;z-index:10;top:30px;right:25px;width:24px;height:24px}.company-wrap .culture-inner .btn-close:after,.company-wrap .culture-inner .btn-close:before{content:"";display:block;position:absolute;top:2px;left:calc(50% - 1px);width:2px;height:17px;background:#000}.company-wrap .culture-inner .btn-close:before{transform:rotate(-45deg)}.company-wrap .culture-inner .btn-close:after{transform:rotate(45deg)}.company-wrap .culture-inner.selected{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100vh}.company-wrap .culture-inner.selected .btn-close{display:block}.company-wrap .culture-inner.selected .culture-viewport{overflow:auto;display:flex}.company-wrap .culture-inner.selected .culture-list{display:flex;width:100%;padding-top:0}.company-wrap .culture-inner.selected .culture-item{min-width:100%;margin-top:0}.company-wrap .culture-inner.selected .culture-item-inner{padding:80px 20px 0;border-radius:0;box-sizing:border-box;height:100vh}.company-wrap .culture-inner.selected .culture-item-inner:before{display:block;border-radius:0;filter:blur(30px);-webkit-filter:blur(30px);opacity:.5}.company-wrap .culture-inner.selected .culture-topic{font-size:30px}.company-wrap .culture-inner.selected .culture-desc{margin-top:18px;font-size:17px;line-height:27px}.company-wrap .culture-inner.selected .culture-more{display:none}.company-wrap .culture-inner.selected .culture-contents{overflow:auto;height:50vh;display:block;margin-top:28px;opacity:1}.company-wrap .culture-inner.selected .culture-contents-desc{padding-top:20px;font-size:15px;line-height:24px;letter-spacing:-.15px}.company-wrap .culture-inner.selected .pagination-controller{display:block;position:absolute;z-index:10;left:calc(50% - 110px);bottom:45px;width:220px}.company-wrap .culture-inner.selected .pagination-controller-btn{width:20px;height:20px}.company-wrap .culture-inner.selected .pagination-index{font-size:15px;line-height:20px}@media(min-width:480px){.company-wrap .company-culture{padding:80px 33px}.company-wrap .company-culture:after{display:none}.company-wrap .culture-title{font-size:32px;line-height:42px}.company-wrap .culture-list{padding-top:5px}.company-wrap .culture-item{margin-top:30px}.company-wrap .culture-item-inner{height:260px;padding:40px 27px}.company-wrap .culture-desc{margin-top:18px;white-space:pre}.company-wrap .culture-contents-desc{margin-top:18px}}@media(min-width:769px){.company-wrap .company-culture{max-width:1070px;margin:0 auto;padding:140px 55px;box-sizing:border-box}.company-wrap .culture-title{font-size:46px;line-height:56px}.company-wrap .culture-inner.selected{position:static;width:auto;height:auto}.company-wrap .culture-inner.selected .culture-item-inner{overflow:hidden;border-radius:12px}.company-wrap .culture-inner.selected .culture-item-inner:before{filter:blur(0);-webkit-filter:blur(0)}.company-wrap .culture-inner.selected .culture-more{display:block}.company-wrap .culture-inner.selected .culture-contents{display:none;height:auto}.company-wrap .culture-inner.selected .culture-item:hover .culture-item-inner:before{display:block}.company-wrap .culture-inner.selected .culture-item:hover .culture-more{transform:translate3d(0,10px,0)}.company-wrap .culture-inner.selected .culture-item:hover .culture-contents{display:block}.company-wrap .culture-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:20px}.company-wrap .culture-item{width:calc(50% - 14px)!important;min-width:auto!important;margin-top:28px!important}.company-wrap .culture-item:hover{overflow:hidden;border-radius:12px;-webkit-mask-image:-webkit-radial-gradient(white,black)}.company-wrap .culture-item:hover .culture-item-inner:before{border-radius:12px;overflow:hidden;filter:blur(30px);-webkit-filter:blur(30px)}.company-wrap .culture-item:hover .culture-contents{display:block;opacity:1;transform:translate3d(0,-40px,0)}.company-wrap .culture-item:hover .culture-topic{font-size:29px;line-height:29px;letter-spacing:-.29px}.company-wrap .culture-item:hover .culture-more{opacity:0;transform:translate3d(0,10px,0)}.company-wrap .culture-item:hover .culture-contents-desc,.company-wrap .culture-item:hover .culture-desc{font-size:16px;line-height:26px}.company-wrap .culture-item-inner{overflow:hidden!important;height:380px!important;padding:45px 30px!important;border-radius:12px!important;cursor:auto}.company-wrap .culture-topic{font-size:33px;transition:font-size .3s ease 0s}.company-wrap .culture-desc{margin-top:16px;font-size:18px;line-height:28px;transition:font-size .3s ease 0s,line-height .3s ease 0s}.company-wrap .culture-contents{opacity:0;transition:opacity .3s ease 0s,transform .3s ease 0s}.company-wrap .culture-contents-desc{margin-top:0!important;padding-top:28px!important;font-size:14px!important;line-height:21px!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.company-wrap .culture-item:hover .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_03culture_01_blur.png)}.company-wrap .culture-item:hover:nth-child(2) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_03culture_02_blur.png)}.company-wrap .culture-item:hover:nth-child(3) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_03culture_03_blur.png)}.company-wrap .culture-item:hover:nth-child(4) .culture-item-inner:before{background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/02_service_03culture_04_blur.png)}.company-wrap .culture-item-inner:before{background:none;background-color:#f3fbfb}}.company-wrap .company-mission{padding:70px 20px 0}.company-wrap .mission-title{font-size:27px;line-height:40px;letter-spacing:-.54px;transition:font-size 1s}.company-wrap .mission-list{padding-top:20px;overflow:hidden}.company-wrap .mission-list.is-open{position:fixed}.company-wrap .mission-item-inner{overflow:hidden;display:block;position:relative;height:395px;padding:35px 25px;background-size:cover;border-radius:12px;box-sizing:border-box;cursor:pointer}.company-wrap .mission-item-inner.has-transition{transition:height 0s}.company-wrap .mission-item-inner:before{content:"";position:absolute;z-index:4;top:0;left:0;width:100%;height:100%;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/mission_mo.jpg) no-repeat 50% 50%;background-size:cover;border-radius:12px}.company-wrap .mission-item-inner:after{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background:#fff}.company-wrap .mission-txt{display:block;position:relative;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.14px;z-index:5}.company-wrap .mission-topic{z-index:5;position:relative;display:inline-flex;margin-top:4px;font-size:22px;font-weight:700;line-height:32px;white-space:pre-wrap;letter-spacing:-1px}.company-wrap .mission-more{display:block;position:relative;z-index:5;width:21px;height:21px;margin-top:12px;border:1px solid #000;border-radius:50%;box-sizing:border-box;color:#000;text-indent:-9999px;transition:opacity .3s ease 0s,transform .3s ease 0s}.company-wrap .mission-more:after,.company-wrap .mission-more:before{content:"";display:block;position:absolute;background:#000}.company-wrap .mission-more:before{top:4px;left:9px;width:1px;height:11px}.company-wrap .mission-more:after{top:9px;left:4px;width:11px;height:1px}.company-wrap .mission-contents{z-index:5;opacity:0;position:relative}.company-wrap .mission-contents-desc{font-size:14px;line-height:21px;white-space:pre-wrap}.company-wrap .mission-inner .btn-close{display:none;position:absolute;z-index:10;top:30px;right:25px;width:24px;height:24px}.company-wrap .mission-inner .btn-close:after,.company-wrap .mission-inner .btn-close:before{content:"";display:block;position:absolute;top:2px;left:calc(50% - 1px);width:2px;height:17px;background:#000}.company-wrap .mission-inner .btn-close:before{transform:rotate(-45deg)}.company-wrap .mission-inner .btn-close:after{transform:rotate(45deg)}.company-wrap .mission-inner.selected{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100vh}.company-wrap .mission-inner.selected .btn-close{display:block}.company-wrap .mission-inner.selected .mission-viewport{overflow:auto;display:flex}.company-wrap .mission-inner.selected .mission-list{display:flex;width:100%;padding-top:0}.company-wrap .mission-inner.selected .mission-item{min-width:100%;margin-top:0}.company-wrap .mission-inner.selected .mission-item-inner{padding:80px 20px 0;border-radius:0;box-sizing:border-box;height:100vh}.company-wrap .mission-inner.selected .mission-item-inner:before{display:block;border-radius:0;filter:blur(30px);-webkit-filter:blur(30px);opacity:.5}.company-wrap .mission-inner.selected .mission-txt{font-size:17px;line-height:27px;letter-spacing:-.17px}.company-wrap .mission-inner.selected .mission-topic{margin-top:18px;font-size:26px;letter-spacing:-.26px}.company-wrap .mission-inner.selected .mission-more{display:none}.company-wrap .mission-inner.selected .mission-contents{overflow:auto;height:50vh;display:block;margin-top:20px;opacity:1}.company-wrap .mission-inner.selected .mission-contents-desc{margin-top:28px;font-size:15px;line-height:24px;letter-spacing:-.15px}.company-wrap .mobile-display-none{display:none}@media(min-width:480px){.company-wrap .company-mission{padding:110px 33px 0}.company-wrap .company-mission:after{display:none}.company-wrap .mission-title{font-size:32px;line-height:42px}.company-wrap .mission-list{padding-top:5px}.company-wrap .mission-item{margin-top:30px}.company-wrap .mission-item-inner{height:395px;padding:40px 27px}.company-wrap .mission-contents-desc{margin-top:18px}}@media(min-width:769px){.company-wrap .company-mission{max-width:1070px;margin:0 auto;padding:140px 55px 0;box-sizing:border-box}.company-wrap .mission-title{font-size:46px;line-height:56px}.company-wrap .mission-txt{font-size:18px;line-height:29px;letter-spacing:-.18px}.company-wrap .mission-item-inner:before{background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/mission_pc.jpg) no-repeat 50% 50%;background-size:cover}.company-wrap .mission-inner.selected{position:static;width:auto;height:auto}.company-wrap .mission-inner.selected .mission-item-inner{overflow:hidden;border-radius:12px}.company-wrap .mission-inner.selected .mission-item-inner:before{filter:blur(0);-webkit-filter:blur(0)}.company-wrap .mission-inner.selected .mission-more{display:block}.company-wrap .mission-inner.selected .mission-contents{display:none;height:auto}.company-wrap .mission-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:20px}.company-wrap .mission-item{width:100%;min-width:auto!important;margin-top:28px!important}.company-wrap .mission-item-inner{overflow:hidden!important;height:380px!important;padding:45px 30px!important;border-radius:12px!important;cursor:auto}.company-wrap .mission-topic{margin:10px 0;font-size:33px;line-height:42px;letter-spacing:inherit;transition:font-size .3s ease 0s}.company-wrap .mission-contents{opacity:1;transition:opacity .3s ease 0s,transform .3s ease 0s}.company-wrap .mission-contents-desc{margin-top:0!important;font-size:18px!important;line-height:29px!important;letter-spacing:-.18px}.company-wrap .mission-more,.company-wrap .tablet-display-none{display:none}}.company-wrap .company-office{position:relative;display:flex;padding:80px 20px;color:#fff;text-align:center;flex-direction:column}.company-wrap .company-office:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/about_outro.jpg) no-repeat 50% 50%;background-size:cover}.company-wrap .company-office>strong{font-size:27px;line-height:40px;margin-bottom:20px;z-index:5}.company-wrap .company-office>p{font-size:14px;line-height:24px;letter-spacing:-.14px;z-index:5}.company-wrap .company-office .mobile-display-none{display:none}@media(min-width:769px){.company-wrap .company-office{padding:130px 20px}.company-wrap .company-office>strong{font-size:46px;line-height:56px;margin-bottom:20px}.company-wrap .company-office>p{font-size:18px;line-height:29px;letter-spacing:-.18px}.company-wrap .company-office .mobile-display-none{display:initial}.company-wrap .company-office .tablet-display-none{display:none}}.news-wrap{padding:120px 20px 55px;color:#212529}.news-wrap .news-title{font-size:32px;text-align:center;line-height:47px;letter-spacing:-1.78px}.news-wrap .news-desc{margin-top:29px;font-size:15px;text-align:center;line-height:24px;letter-spacing:-.8px}.news-wrap .news-list{padding-top:25px}.news-wrap .news-item{margin-top:45px}.news-wrap .news-img{display:block;height:210px;border-radius:12px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transition:height 1s}.news-wrap .news-info{padding-top:20px}.news-wrap .news-info-title{font-size:22px;line-height:32px;letter-spacing:-1px}.news-wrap .news-info-desc{margin-top:10px;font-size:16px;line-height:25px;letter-spacing:-1px}.news-wrap .news-info-txt{display:block;margin-top:5px;color:#b0b8c1}.news-wrap .news-info-emphasize{padding-right:25px;color:#22d3d6}@media(min-width:480px){.news-wrap .news-title{font-size:38px;line-height:55px;letter-spacing:-1.19px}}@media(min-width:769px){.news-wrap{max-width:960px;margin:0 auto;padding-top:190px;padding-bottom:170px}.news-wrap .news-title{font-size:52px;line-height:70px;letter-spacing:-3px}.news-wrap .news-desc{margin-top:40px;font-size:18px;line-height:29px}.news-wrap .news-desc br{display:none}.news-wrap .news-list .news-info-title{font-size:27px;line-height:40px}}.news-wrap .news-pagination{display:flex;align-items:center;justify-content:center;margin-top:70px}.news-wrap .news-pagination .pagination-btn{width:32px;height:32px;box-sizing:border-box;border-radius:50%;line-height:30px;text-align:center;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/icon_paging_arr.png) no-repeat 50% 50%;background-size:16px}.news-wrap .news-pagination .pagination-btn.btn-prev{transform:rotate(180deg)}.news-wrap .news-pagination .pagination-index-area{display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:13px;color:#c8c8c8}.news-wrap .news-pagination .pagination-index{width:32px;height:32px;margin:0 4px;box-sizing:border-box;border-radius:50%;line-height:30px;text-align:center}.news-wrap .news-pagination .pagination-index[aria-current=true]{border:1px solid #22d3d6;color:#22d3d6;font-weight:700;pointer-events:none}@media(min-width:480px){.news-list .news-img{height:440px}.news-list .news-info{padding-top:27px}}@media(min-width:769px){.news-list{display:flex;flex-wrap:wrap;justify-content:space-between}.news-list .news-item{width:calc(50% - 14px);margin-top:115px}.news-list .news-img{height:293px}.news-list .news-info-title{font-size:29px;line-height:41px;letter-spacing:-1.6px}.news-list .news-info-desc{margin-top:14px}.news-list .news-link:hover:hover .news-img{box-shadow:0 30px 60px 12px rgba(0,0,33,.07),0 4px 24px 0 rgba(0,0,33,.07),0 0 1px 0 rgba(0,0,33,.05)}.news-list .news-link:hover .info-title,.news-list .news-link:hover:hover .news-info-title{color:#22d3d6}.news-list .news-pagination{margin-top:150px}}.noticeDetail-wrap{padding:103px 30px 55px}.noticeDetail-wrap .noticeDetail-title{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;width:1px;height:1px}.noticeDetail-wrap .noticeDetail-content>.noticeDetail-category{display:block;font-size:14px;font-weight:700;line-height:24px;letter-spacing:-1px;text-align:center;color:#22d3d6}.noticeDetail-wrap .noticeDetail-content-title{margin-top:5px;font-size:19px;font-weight:700;line-height:38px;letter-spacing:-1.06px;text-align:center;word-break:break-all;color:#222}.noticeDetail-wrap .noticeDetail-info{margin-top:11px;padding-bottom:41px;border-bottom:1px solid #f1f1f1}.noticeDetail-wrap .noticeDetail-info-category{display:none}.noticeDetail-wrap .noticeDetail-info-created{display:block;font-size:14px;line-height:24px;text-align:center;color:#c8c8c8}.noticeDetail-wrap .noticeDetail-desc{padding-top:29px}.noticeDetail-wrap .noticeDetail-desc img{display:block;max-width:100%;margin:0 auto}.noticeDetail-wrap .noticeDetail-desc p{font-size:15px;line-height:28px;letter-spacing:-.94px;word-break:break-all;color:#222}.noticeDetail-wrap .noticeDetail-desc p+p{margin-top:28px}.noticeDetail-wrap .noticeDetail-attach-list{margin-top:46px}.noticeDetail-wrap .noticeDetail-attach-item{height:46px;border:1px solid #f0f0f0;border-radius:2px;background-color:#fafafa}.noticeDetail-wrap .noticeDetail-attach-item+.noticeDetail-attach-item{margin-top:10px}.noticeDetail-wrap .noticeDetail-attach-item__link{display:flex;box-sizing:border-box;width:100%;height:100%;padding:14px 15px}.noticeDetail-wrap .noticeDetail-attach-item__label{position:relative;margin-right:27px;font-size:14px;font-weight:700;letter-spacing:-.5px;color:#adadad}.noticeDetail-wrap .noticeDetail-attach-item__label:after{position:absolute;top:0;right:-13px;width:1px;height:14px;border-radius:.5px;background-color:#d8d8d8;content:""}.noticeDetail-wrap .noticeDetail-attach-item__filename{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-all;word-wrap:break-word;position:relative;box-sizing:border-box;padding-left:23px;font-size:14px;font-weight:700;color:#8c8c8c;letter-spacing:-.5px}.noticeDetail-wrap .noticeDetail-attach-item__filename:before{position:absolute;top:2px;left:0;width:14px;height:12px;background-image:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/icon_download_detail.png);background-position:50% 50%;background-size:cover;content:""}.noticeDetail-wrap .noticeDetail-attach-item__ext{font-size:14px;font-weight:700;color:#8c8c8c;letter-spacing:-.5px}.noticeDetail-wrap .noticeDetail-link-list{margin-top:63px;padding-top:30px;border-top:1px solid #f1f1f1}.noticeDetail-wrap .noticeDetail-link-list:after{display:block;content:"";clear:both}.noticeDetail-wrap .noticeDetail-link-item{float:left;width:78px;border:1px solid #d6d6d6;border-radius:2px;background-color:#fff;line-height:34px;font-size:14px;font-weight:700;letter-spacing:-1px;text-align:center;color:#666}.noticeDetail-wrap .noticeDetail-link-item:first-child{margin-right:10px}.noticeDetail-wrap .noticeDetail-link-item:last-child{float:right}.noticeDetail-wrap .noticeDetail-link-item[aria-disabled=true]{pointer-events:none;color:#c9c9c9}@media(min-width:480px){.noticeDetail-wrap .noticeDetail-title{font-size:38px;line-height:55px;letter-spacing:-1.19px}}@media(min-width:769px){.noticeDetail-wrap{max-width:960px;margin:0 auto;padding-top:190px;padding-bottom:170px;padding-right:25px}.noticeDetail-wrap .noticeDetail-title{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0;font-size:46px;font-weight:700;line-height:56px;letter-spacing:-2.56px;color:#212529}.noticeDetail-wrap .noticeDetail-content{margin-top:43px;padding-left:225px}.noticeDetail-wrap .noticeDetail-content>.noticeDetail-category{display:none}.noticeDetail-wrap .noticeDetail-content-title{font-size:24px;font-weight:700;line-height:35px;letter-spacing:-1.09px;color:#222;text-align:left}.noticeDetail-wrap .noticeDetail-info{margin-top:16px;padding-bottom:25px}.noticeDetail-wrap .noticeDetail-info-category{display:inline-flex;position:relative;margin-right:29px;font-size:14px;line-height:28px;letter-spacing:-1.17px;color:#222}.noticeDetail-wrap .noticeDetail-info-category:after{position:absolute;top:9px;right:-14px;width:1px;height:8px;border-radius:.5px;background-color:#d8d8d8;content:""}.noticeDetail-wrap .noticeDetail-info-created{display:inline-flex;font-size:14px;line-height:28px;color:#222}.noticeDetail-wrap .noticeDetail-desc{padding-top:40px}.noticeDetail-wrap .noticeDetail-desc>p{font-size:16px;line-height:32px;letter-spacing:-1px;color:#222;word-break:break-all}.noticeDetail-wrap .noticeDetail-desc>p+p{margin-top:18px}.noticeDetail-wrap .noticeDetail-attach-list{margin-top:52px}.noticeDetail-wrap .noticeDetail-attach-item{height:63px}.noticeDetail-wrap .noticeDetail-attach-item+.noticeDetail-attach-item{margin-top:15px}.noticeDetail-wrap .noticeDetail-attach-item__link{padding-top:19px;padding-left:25px}.noticeDetail-wrap .noticeDetail-attach-item__label{margin-right:39px;font-size:16px;line-height:24px;letter-spacing:-.57px}.noticeDetail-wrap .noticeDetail-attach-item__label:after{right:-18px;height:25px;border-radius:.5px}.noticeDetail-wrap .noticeDetail-attach-item__filename{padding-left:33px;font-size:16px;line-height:24px;letter-spacing:-.57px}.noticeDetail-wrap .noticeDetail-attach-item__filename:before{top:4px;width:20px;height:18px}.noticeDetail-wrap .noticeDetail-attach-item__ext{font-size:16px;line-height:24px}.noticeDetail-wrap .noticeDetail-link-list{margin-top:95px}}.notice-item{width:100%;display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid #e9e9e9;box-sizing:border-box;padding:18px 10px;font-size:13px;line-height:20px;letter-spacing:-.72px;color:#666}.notice-item-category{color:#666}.notice-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.69;letter-spacing:-.89px;color:#212529;flex:1 0 100%;order:-1}.notice-item-title--is-empty.notice-item-title--is-empty{text-align:center;color:#8c8c8c;margin:0}.notice-item-publication-date{position:relative;color:#666;margin-left:15px}.notice-item-publication-date:before{content:"";position:absolute;width:1px;height:8px;top:6px;left:-8px;background:#d8d8d8}@media(min-width:769px){.notice-item{padding:20px 35px;justify-content:space-between;flex-wrap:nowrap}.notice-item:hover{background:#f4f8f8}.notice-item-category{width:100px;font-size:17px;line-height:1.59;letter-spacing:-.94px}.notice-item-title{margin:0 80px 0 30px;padding-bottom:2px;font-size:22px;font-weight:700;line-height:1.23;letter-spacing:-1.22px;order:0;flex:1 1}.notice-item-publication-date{width:100px;margin-left:0;font-size:14px;line-height:1.64}.notice-item-publication-date:before{display:none}}.notice-pagination{display:flex;align-items:center;justify-content:center;margin:44px 0 100px}.notice-pagination .pagination-btn{width:32px;height:32px;box-sizing:border-box;border-radius:50%;line-height:30px;text-align:center;background:url(https://hwahae-homepage.s3.ap-northeast-2.amazonaws.com/images/icon_paging_arr.png) no-repeat 50% 50%;background-size:16px}.notice-pagination .pagination-btn.btn-prev{transform:rotate(180deg)}.notice-pagination .pagination-index-area{display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:13px;color:#c8c8c8}.notice-pagination .pagination-index{width:32px;height:32px;margin:0 4px;box-sizing:border-box;border-radius:50%;line-height:30px;text-align:center}.notice-pagination .pagination-index[aria-current=true]{border:1px solid #22d3d6;color:#22d3d6;font-weight:700;pointer-events:none}@media(min-width:769px){.notice-pagination{margin:30px 0 100px}}.content-keywords{padding-top:10px}.content-keywords a{cursor:unset;display:inline-block;height:28px;margin:7px 1px 0 2px;padding:0 11px;background:#f3f5f8;border-radius:14px;font-size:12px;line-height:28px;white-space:nowrap;letter-spacing:-1px}@media(min-width:769px){.content-keywords a{margin:7px 3px 0 0}}