@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger-box{width:24px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px;width:24px}.hamburger-inner:after,.hamburger-inner:before{width:16px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{height:3px;background-color:inherit;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s;width:24px}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}*{font-family:"Montserrat","Noto Sans KR",sans-serif;-ms-overflow-style:none;scrollbar-width:none;line-height:1.5!important;word-break:keep-all!important}::-webkit-scrollbar{display:none}input,textarea{font:inherit;color:inherit;background-color:transparent;padding:0;margin:0;border:none;border-bottom:1px solid #5c5c5c;border-radius:0;outline:none;width:100%;box-sizing:border-box}textarea{resize:none}a,button{border:none;outline:none;padding:0;margin:0;background-color:transparent;cursor:pointer;text-decoration:none}.LoadingWrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:center;align-items:center;background-color:#fff}.LoadingWrapper img{width:240px;height:auto}@media screen and (max-width:640px){.LoadingWrapper img{width:120px}}.fixedBg{position:fixed;top:0;left:0;z-index:-999}.fixedBg,.fixedBg img{width:100%;height:100%}.fixedBg img{object-fit:cover}.downArrow{position:fixed;bottom:0;left:50%;transform:translate(-50%,-50%)}.downArrow svg{-webkit-animation:upAndDown 1.2s ease infinite;animation:upAndDown 1.2s ease infinite}@media screen and (max-width:1280px) and (min-width:641px){.downArrow{transform:scale(.75) translate(-62.5%)}}@media screen and (max-width:640px){.downArrow{width:40px}.downArrow svg{width:100%}}@-webkit-keyframes upAndDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes upAndDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}header{display:flex;justify-content:space-between;align-items:center;width:-webkit-fill-available;width:-moz-available;width:fill-available;z-index:99999;position:fixed;top:0;padding:36px 20px 0;left:50%;transform:translate(-50%)}@media screen and (max-width:1280px) and (min-width:641px){header{padding:28px 16px 0}header .logo,header [display=visible],header button{transform:scale(.75)}}@media screen and (max-width:640px){header{padding:24px 20px 0;width:100%;max-width:none;box-sizing:border-box}header a .logo svg{width:32px}header button{transform:scale(.66)}}.menuBtnStyle{position:relative;font-size:48px;font-weight:900;color:#fff;opacity:.7;transition:all .3s ease}.menuBtnStyle:after{content:"";position:absolute;width:0;height:2px;bottom:-10px;left:0;background-image:linear-gradient(90deg,#00b9ef,#ff45d2);transition:all .3s ease}.menuBtnStyle:hover{opacity:1}.menuBtnStyle:hover:after{width:100%}@media screen and (max-width:640px){.menuBtnStyle{font-size:32px}.menuBtnStyle:after{bottom:-2px}}.mainMenu{position:fixed;top:0;width:100%;box-sizing:border-box;height:100vh;height:calc(var(--vh, 1vh)*100);background-color:#000;z-index:9999}.mainMenu .menuWrapper{max-width:1280px;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mainMenu .menuWrapper .businessMenu,.mainMenu .menuWrapper .mainMenuLink:nth-of-type(n+2){margin-top:40px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu{position:absolute;top:0;left:calc(100% + 360px);display:flex;flex-direction:column}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle{font-size:36px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle:nth-of-type(n+2){margin-top:24px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle span{position:absolute;font-size:20px;top:50%;left:-48px;transform:translateY(-50%)}.mainMenu .menuWrapper .menuFooter{display:flex;width:100%;margin-top:96px}.mainMenu .menuWrapper .menuFooter .info{width:50%}.mainMenu .menuWrapper .menuFooter .info p{font-size:14px;color:#fff;line-height:2}.mainMenu .menuWrapper .menuFooter .info p:nth-of-type(n+2){margin-top:18px}.mainMenu .menuWrapper .menuFooter .snsWrapper{width:50%;display:flex;justify-content:flex-end;align-items:flex-start}.mainMenu .menuWrapper .menuFooter .snsWrapper a{font-size:14px;color:#fff;font-weight:900}.mainMenu .menuWrapper .menuFooter .snsWrapper a:nth-of-type(n+2){margin-left:36px}.mainMenu .menuWrapper .menuFooter .snsWrapper a span{margin-left:8px}@media screen and (max-width:1280px) and (min-width:641px){.mainMenu .menuWrapper{transform:scale(.6)}}@media screen and (max-width:640px){.mainMenu .menuWrapper{align-items:flex-start;width:calc(100% - 40px)}.mainMenu .menuWrapper .mainMenuLink:first-of-type{margin-top:128px}.mainMenu .menuWrapper .mainMenuLink:nth-of-type(n+2){margin-top:28px}.mainMenu .menuWrapper .businessMenu{margin-top:20px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu{position:absolute;top:27px;left:168px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle{font-size:14px;padding-left:24px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle:nth-of-type(n+2){margin-top:16px}.mainMenu .menuWrapper .businessMenu .menuBtnStyle .businessSubMenu .menuBtnStyle span{font-size:12px;left:0}.mainMenu .menuWrapper .menuFooter{margin:auto 0 36px}.mainMenu .menuWrapper .menuFooter .info{display:none}.mainMenu .menuWrapper .menuFooter .snsWrapper{width:100%;justify-content:space-between;align-items:center}.mainMenu .menuWrapper .menuFooter .snsWrapper a:nth-of-type(n+2){margin-left:0}}.subMenu{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;padding:0 calc(50% - 640px);box-sizing:border-box;height:100%;background-color:rgba(0,0,0,.8);z-index:999}@media screen and (max-width:1280px) and (min-width:641px){.subMenu>div{padding-top:56px;transform:scale(.7)}}.subMenu button{position:absolute;width:24px;height:24px;top:48px;right:48px;opacity:.7;transition:all .3s ease}@media screen and (max-width:640px){.subMenu button{top:24px;right:20px;transform:scale(.7)}}.subMenu button:hover{opacity:1}.subMenu button:after,.subMenu button:before{content:"";position:absolute;display:block;background-color:#fff;width:24px;height:3px}.subMenu button:before{transform:rotate(45deg)}.subMenu button:after{transform:rotate(-45deg)}.subMenu .portfolioBtn{position:relative;display:flex;justify-content:flex-start;align-items:center;width:580px;cursor:pointer}.subMenu .portfolioBtn:nth-of-type(n+2){margin-top:40px}.subMenu .portfolioBtn .menuBtnStyle{display:flex;justify-content:flex-start;align-items:center}.subMenu .portfolioBtn .menuBtnStyle span{font-size:20px;position:absolute;left:-72px}@media screen and (max-width:640px){.subMenu{padding:0}.subMenu button{top:24px;right:20px;transform:scale(.7)}.subMenu .portfolioBtn{width:100%;justify-content:center}.subMenu .portfolioBtn:nth-of-type(n+2){margin-top:30px}.subMenu .portfolioBtn .menuBtnStyle{font-size:30px}.subMenu .portfolioBtn .menuBtnStyle span{display:none}}.popupSettingModalWrapper{width:360px}.popupSettingModalWrapper .inputWrapper{display:flex;align-items:center}.popupSettingModalWrapper .inputWrapper:nth-of-type(n+2){margin-top:12px}.popupSettingModalWrapper .inputWrapper label{width:72px;flex:0 0 auto;font-size:14px}.popupSettingModalWrapper .inputWrapper div.endDate{width:240px;min-height:28px;border-bottom:1px solid #5c5c5c}.popupSettingModalWrapper .inputWrapper input.hiddenImgSelect{display:none}.popupSettingModalWrapper .inputWrapper button.endDate,.popupSettingModalWrapper .inputWrapper button.reset,.popupSettingModalWrapper .inputWrapper label.addImageBtn{font-size:12px;padding:2px 4px;border:1px solid #5c5c5c;border-radius:8px}.popupSettingModalWrapper .inputWrapper label.addImageBtn{margin-left:auto;width:auto}.popupSettingModalWrapper .inputWrapper button.reset{margin-left:auto;border-top-right-radius:0;border-bottom-right-radius:0}.popupSettingModalWrapper .inputWrapper button.endDate{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.popupSettingModalWrapper img{margin-top:4px;border:1px solid #5c5c5c;display:block;width:100%}.popupSettingModalWrapper button.regist{margin-top:12px;background-color:#000}.popupSettingModalWrapper button.delete{margin-top:4px;background-color:#c5c5c5}.popupSettingModalWrapper button.delete,.popupSettingModalWrapper button.regist{font-size:20px;font-weight:700;border-radius:20px;color:#fff;width:100%;padding:4px 0}.popupBgWrapper{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center}.popupBgWrapper .popupWrapper{width:300px;position:relative}.popupBgWrapper .popupWrapper .slick-slider .slick-list .slick-track{height:300px}.popupBgWrapper .popupWrapper .slick-slider .slick-list .slick-track .slick-slide>div,.popupBgWrapper .popupWrapper .slick-slider .slick-list .slick-track .slick-slide>div .imgWrapper{width:100%;height:100%}.popupBgWrapper .popupWrapper .slick-slider .slick-list .slick-track .slick-slide>div .imgWrapper img{width:100%;height:100%;object-fit:contain;object-position:center}.popupBgWrapper .popupWrapper .slick-slider ul.slick-dots{bottom:0}.popupBgWrapper .popupWrapper .uiWrapper{display:flex;justify-content:space-between}.popupBgWrapper .popupWrapper .uiWrapper button{opacity:.75;font-weight:500}.businessSubMenu.onPage{margin:180px auto 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.businessSubMenu.onPage .menuBtnStyle{font-size:50px}.businessSubMenu.onPage .menuBtnStyle:nth-of-type(n+2){margin-top:40px}.businessSubMenu.onPage .menuBtnStyle span{position:absolute;font-size:20px;top:50%;left:-48px;transform:translateY(-50%)}.noscolling.designWrapper .contentSection,.noscolling.hybridWrapper .contentSection,.noscolling.originalIpWrapper .contentSection{color:#fff}.noscolling.fmLabWrapper .contentSection{color:#000}.noscolling .contentSection{max-width:1280px;margin:18vh auto 0;margin:calc(var(--vh, 1vh)*18) auto 0;position:relative}.noscolling .contentSection .switchingPage .pageSubMenu{position:-webkit-sticky;position:sticky;top:148px;z-index:10}.noscolling .contentSection .switchingPage .pageSubMenu ul{display:flex;justify-content:flex-end}.noscolling .contentSection .switchingPage .pageSubMenu ul li{font-weight:900;font-size:18px;cursor:pointer}.noscolling .contentSection .switchingPage .pageSubMenu ul li:nth-of-type(n+2){margin-left:48px}.noscolling .contentSection .switchingPage .contentWrapper{height:100vh;height:calc(var(--vh, 1vh)*100);padding-top:22vh;padding-top:calc(var(--vh, 1vh)*22);box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;position:relative}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper{opacity:0}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper .title{font-size:60px;font-weight:900}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper .content{margin-top:48px;line-height:1.75}@media screen and (max-width:1280px) and (min-width:641px){.noscolling .contentSection .switchingPage .pageSubMenu{transform:scale(.7);top:72px}.noscolling .contentSection .switchingPage .contentWrapper{transform:scale(.7);padding-top:12vh;padding-top:calc(var(--vh, 1vh)*12)}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper .content{letter-spacing:-1.2px}}@media screen and (max-width:640px){.noscolling .contentSection{width:calc(100% - 40px);margin:auto}.noscolling .contentSection .switchingPage .pageSubMenu{top:64px}.noscolling .contentSection .switchingPage .pageSubMenu ul{justify-content:flex-start;flex-wrap:wrap}.noscolling .contentSection .switchingPage .pageSubMenu ul li{font-size:10px;width:33.3%;padding-bottom:8px}.noscolling .contentSection .switchingPage .pageSubMenu ul li:nth-of-type(n+2){margin-left:0}.noscolling .contentSection .switchingPage .contentWrapper{height:auto;padding-top:132px;flex-direction:column;justify-content:flex-start}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper .title{font-size:30px}.noscolling .contentSection .switchingPage .contentWrapper .descriptionWrapper .content{margin-top:30px}}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .title,.hybridWrapper .switchingPage .pageSubMenu ul li.focused{color:#00ffeb}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:14px;font-weight:700}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .footer{font-size:12px;font-weight:500}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .footer a{text-decoration:none;font-size:22px;font-weight:900;color:inherit;display:inline-block;margin-top:64px;position:relative}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .footer a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper{width:750px;opacity:0}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main{width:100%;height:420px;cursor:pointer;outline:none;position:relative}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main img{width:100%;height:100%;object-fit:cover}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(59,9,0,.5);transition:all .2s ease}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction:hover{background-color:rgba(59,9,0,0)}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper{position:relative;width:100%;height:100%;padding:30px;box-sizing:border-box;display:flex;justify-content:space-between}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper .title{font-size:24px;font-weight:900}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper span{display:block;margin-top:auto;margin-left:auto;width:25px;height:25px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper{margin-top:20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-prev{display:none;left:8px;z-index:10;width:auto;height:auto}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-prev:before{content:"";background-image:url(/static/media/prev.217ee6a6.svg);background-size:cover;width:15px;height:30px;display:block}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-next{display:none;right:8px;width:auto;height:auto}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-next:before{content:"";background-image:url(/static/media/next.31e156e2.svg);background-size:cover;width:15px;height:30px;display:block}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-dots{bottom:-28px;height:auto}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-dots li button:before{opacity:.5;color:#fff}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-dots li.slick-active button:before{opacity:1;color:#fff}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick{padding-top:150px;position:relative;cursor:pointer;outline:none}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width:1280px) and (min-width:641px){.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper{transform:scale(1)}}@media screen and (max-width:640px){.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:12px}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .footer{margin-top:15px;font-size:8px}.hybridWrapper .switchingPage .contentWrapper .descriptionWrapper .footer a{margin-top:24px;font-size:15px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper{padding-top:24px;width:100vw;margin-left:-20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main{height:315px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper .title{font-size:20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .main .mainAction .contentWrapper span{width:20px;height:20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper{margin-top:15px;padding-bottom:72px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-prev{left:4px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-prev:before{width:10px;height:20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-next{right:4px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick-slider .slick-next:before{width:10px;height:20px}.hybridWrapper .switchingPage .contentWrapper .refImgWrapper .imgsWrapper .slick{padding-top:100%}}.fmLabWrapper .switchingPage .contentWrapper .descriptionWrapper .title,.fmLabWrapper .switchingPage .pageSubMenu ul li.focused{color:#ff4929}.fmLabWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:14px;font-weight:700}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper{padding-top:36px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper{display:flex;justify-content:center;align-items:flex-start;text-align:center;opacity:0}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .title{font-size:20px;font-weight:900}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .detail{font-size:14px;line-height:1.75}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function,.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link{width:200px;padding:0 24px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function{letter-spacing:-.5px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .pictogram{width:180px;margin:0 auto}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .pictogram img{width:100%;height:100%;object-fit:cover}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .title{margin-bottom:30px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .detail{font-weight:700}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .title{margin-bottom:16px;display:flex;justify-content:center;align-items:center}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .title span{display:block;margin-left:8px;width:16px;height:16px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .title span img{display:block;width:100%;height:100%;object-fit:contain}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .detail{font-weight:500}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper.circles{padding:56px 0}@media screen and (max-width:640px){.fmLabWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:12px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper{padding:72px 0 96px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper{flex-wrap:wrap}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .title{font-size:14px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .detail{font-size:12px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function{width:auto}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function:nth-of-type(3){margin-top:40px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .pictogram{width:90px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .function .title{margin-bottom:15px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link{width:100%}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link:nth-of-type(n+2){margin-top:60px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .title{margin-bottom:10px}.fmLabWrapper .switchingPage .contentWrapper .refImgWrapper .rowWrapper .link .title span{width:14px;height:14px}.fmLabWrapper .switchingPage div[name=untact_tech] .contentWrapper .refImgWrapper .rowWrapper .function{width:140px;padding:0 10px}}.designWrapper .switchingPage .pageSubMenu ul li.focused{color:#0f4}.designWrapper .switchingPage [name=content5] .contentWrapper .refImgWrapper.triple{justify-content:flex-end;cursor:default}.designWrapper .switchingPage .contentWrapper .descriptionWrapper .title{color:#0f4}.designWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:30px;font-weight:700}.designWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer{font-size:18px;font-weight:500;margin-top:148px}.designWrapper .switchingPage .contentWrapper .refImgWrapper{display:flex;justify-content:flex-start;align-items:flex-start;opacity:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg{position:relative;background-size:102%;background-position:50%;background-repeat:no-repeat;transition:all .2s ease}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:hover{background-size:120%}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:hover:after{opacity:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:hover:before{opacity:1}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:after,.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:before{position:absolute;box-sizing:border-box;font-weight:900;width:100%;height:100%;padding:30px;display:flex;justify-content:center;align-items:flex-end;text-align:center;word-break:keep-all;top:0;left:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:before{opacity:0;font-size:18px;letter-spacing:-1px;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.designWrapper .switchingPage .contentWrapper .refImgWrapper .designRefImg:after{font-size:20px;background-image:linear-gradient(180deg,rgba(0,185,239,.5),rgba(255,69,210,.5))}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double{width:660px;flex-wrap:wrap}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg{flex:0 0 auto;width:320px;padding-top:600px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:nth-of-type(n+2){margin-left:20px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.appDesign{background-image:url(/static/media/app_design.dd6b17b9.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.appDesign:before{content:"App Design"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.appDesign:after{content:"앱 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.webDesign{background-image:url(/static/media/web_design.21e89cd2.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.webDesign:before{content:"Web Design"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg.webDesign:after{content:"웹 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple{cursor:e-resize;width:700px;overflow-x:auto}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg{flex:0 0 auto;width:200px;padding-top:510px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:nth-of-type(n+2){margin-left:16px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.branding{background-image:url(/static/media/branding.2c060091.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.branding:before{content:"브랜드 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.branding:after{content:"Branding"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.ui_ux{background-image:url(/static/media/ui_ux.6445f7fa.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.ui_ux:before{content:"사용자 경험 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.ui_ux:after{content:"UI/UX"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.character{background-image:url(/static/media/characters.5a75fa9c.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.character:before{content:"캐릭터/일러스트 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.character:after{content:"Chracter"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.goods{background-image:url(/static/media/goods.2f2ba796.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.goods:before{content:"굿즈/프로덕트 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.goods:after{content:"goods"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.onlineContents{background-image:url(/static/media/online_contents.47dbb2c2.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.onlineContents:before{content:"온라인 컨텐츠"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.onlineContents:after{content:"Online Contents"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.logo{background-image:url(/static/media/logo.60a9c29b.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.logo:before{content:"심볼/로고 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.logo:after{content:"Logo"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.pattern{background-image:url(/static/media/pattern.c2aca056.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.pattern:before{content:"패턴 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.pattern:after{content:"Pattern"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.infographic{background-image:url(/static/media/infographic.e693d6e6.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.infographic:before{content:"인포/아이콘 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.infographic:after{content:"Infographic"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.typo{background-image:url(/static/media/typo.f29c8d34.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.typo:before{content:"타이포그라피"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.typo:after{content:"Typography"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.app{background-image:url(/static/media/app.c6041ff2.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.app:before{content:"각종 응용디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.app:after{content:"Application"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.snsContentsDesign{background-image:url(/static/media/sns.731d85c4.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.snsContentsDesign:before{content:"SNS 콘텐츠디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.snsContentsDesign:after{content:"SNS Contents"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.motionGraphics{background-image:url(/static/media/motion.69ead780.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.motionGraphics:before{content:"모션 그래픽\A/영상 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.motionGraphics:after{content:"Motion Graphic"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.marketingContents{background-image:url(/static/media/marketing.6fc952cc.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.marketingContents:before{content:"마케팅 콘텐츠 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg.marketingContents:after{content:"Marketing "}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple{width:530px;flex-wrap:wrap}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg{flex:0 0 auto;width:255px;padding-top:255px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:nth-of-type(2n){margin-left:20px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:nth-of-type(n+3){margin-top:20px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.emoticon{background-image:url(/static/media/emoticon.31e23521.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.emoticon:before{content:"이모티콘 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.emoticon:after{content:"Emoticon"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.animation{background-image:url(/static/media/animation.e1b598e5.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.animation:before{content:"애니메이션"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.animation:after{content:"Animation"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.character{background-image:url(/static/media/character_sq.bdc5a05a.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.character:before{content:"캐릭터 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.character:after{content:"Character"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.conceptArt{background-image:url(/static/media/concept_art.a36f4ec4.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.conceptArt:before{content:"인물과 배경 컨셉아트"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.conceptArt:after{content:"Concept Art"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productConcept{background-image:url(/static/media/product_concept.e5690585.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productConcept:before{content:"제품 컨셉 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productConcept:after{content:"Product Concept"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productMockup{background-image:url(/static/media/product_mockup.0d410bc7.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productMockup:before{content:"제품 목업 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.productMockup:after{content:"Product Mockup"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.brandGoods{background-image:url(/static/media/brand_goods.75b79151.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.brandGoods:before{content:"브랜드 굿즈 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.brandGoods:after{content:"Brand Goods"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.editorialDesign{background-image:url(/static/media/editorial_design.e12aa13e.jpg)}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.editorialDesign:before{content:"출판 인쇄 디자인"}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg.editorialDesign:after{content:"Editorial Design"}@media screen and (max-width:640px){.designWrapper .switchingPage [name=content5] .contentWrapper .refImgWrapper.triple{justify-content:flex-start;cursor:default}.designWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:12px}.designWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer{font-size:8px;margin-top:15px}.designWrapper .switchingPage .contentWrapper .refImgWrapper{margin-top:96px;margin-left:-20px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double,.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple,.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple{width:100vw;overflow-x:auto;flex-wrap:nowrap}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:nth-of-type(2n),.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:nth-of-type(2n),.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:nth-of-type(2n){margin-left:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:nth-of-type(n+3),.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:nth-of-type(n+3),.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:nth-of-type(n+3){margin-top:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:nth-of-type(n+2),.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:nth-of-type(n+2),.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:nth-of-type(n+2){margin-left:10px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:after,.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg:before,.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:after,.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .designRefImg:before,.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:after,.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg:before{font-size:12px;letter-spacing:0}.designWrapper .switchingPage .contentWrapper .refImgWrapper.double .designRefImg{width:214px;padding-top:400px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.triple .designRefImg{width:139px;padding-top:355px}.designWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple{padding-bottom:48px}}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .title,.originalIpWrapper .switchingPage .pageSubMenu ul li.focused{color:#ff0}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:14px;font-weight:700}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content span{display:block;font-size:20px;font-weight:900;margin-bottom:20px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer{margin-top:180px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer a{font-size:22px;font-weight:900;text-decoration:none;color:#fff;display:block}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer a:nth-of-type(n+2){margin-top:12px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer a img{margin-left:12px;width:20px}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper{display:flex;justify-content:flex-start;align-items:flex-start;opacity:0}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg{position:relative;background-size:105%;background-position:50%;background-repeat:no-repeat;transition:all .2s ease}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:hover{background-size:120%}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:hover:after,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:hover:before{opacity:1}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:after,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:before{position:absolute;box-sizing:border-box;width:100%;height:100%;padding:30px;top:0;left:0;white-space:pre-wrap;word-wrap:break-word;line-height:1.5}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:before{opacity:0;background-color:rgba(167,81,81,.65);font-size:24px;font-weight:900}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper .hiRefImg:after{padding-top:86px;opacity:0;font-size:12px;font-weight:700}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple{width:740px;flex-wrap:wrap}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg{flex:0 0 auto;width:360px;padding-top:300px;margin:4.5px}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.exhibition{background-image:url(/static/media/exhibition.ac4b7cf4.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.exhibition:before{content:"Exhibition"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.exhibition:after{content:"일상 속 다양한 감정을 표현하는 이모티콘을 소재로 행복을 다채로운 색감과 아트퍼니처가 가득한 공간으로 표현한 전시입니다.\A\A다양한 분야의 아티스트들과 협업하여 행복을 감각적인 전시 콘텐츠로서 관람객분들에게 선보였습니다"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.vovelyTvLogo{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPwAAADSCAIAAADhbzp2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB4BJREFUeNrs3U9MW/cBwHGTkLTQFZHCVrRB4nRLy8KmcJjUshxKtEMv67gkaXdZ1Ftu05qplXZx0KRInZqcI03qxC7dIBc2bROHqanULN0fbala6KIkLQssIhv/5LRAYih75jEr4xl4NmTY+PNRDtbDPD+bL87PP96fqjuLRxJQSXZ4CRA9iB5ED6IH0YPoQfQgehA9iB5ED6IH0YPoQfSIHkQPogfRg+hB9CB6ED2IHkQPogfRg+hB9CB6RA+iB9GD6EH0IHoQPYgeRA+iB9GD6EH0IHoQPaIH0YPoQfQgehA9iB5ED6IH0YPoQfQgehA9iB7RQwWp3h5PY3ykZmK0tvS3s6UtXVuXkZ3oN8Glvub+swdKfztfvfDHpzomZGd4A6IHw5vVxvHBqCa8ffUPDU1fbCn9bX6nd/Tvlx8Lbx8+NtrYMitB0Rcg+OR6/zj+xMkXSn+be86P5G63dkyK3vAGvNPnG8ncv7CsX/qbg49GF5rbEX3+kcz28GbqYHThG//8rSgNb0D0UAnDmxXKYnYy/paP3RoRoujX8dx3XijTlzvvlvecf12IhjdQqe/0uZnKcp+djK//3MpJqsbm2cPHR5VaKdFvy5nKdaKPPN/WjknRG96A6KHchzeXepvHR2vCoXz5zk7GZx5T9Nnoc/vflsW+kxtkHtPwBirvnX6D3h++GF34RFP7Iw/XF7fCT+emPxq7El3+9WSngERfEn70syPRhWdeeqvoRoPi867z192LAjK8AdGD6EH0IHp4wKor5Hl+HJlzrK+vbz/UHr3nxD/irjM6N5oM7EuuWJiZS6RvK030/3c//d0PVizp7Ow8efat6D1/8+O464zOY6ZSp1/8Xir6W/Tuz5VmeAOiB9GD6EH0IHoQPeRT7SUoHffu3Z0c/9eKhTPp6quXGzbrIRqaZxpbZmfSu0YG6wr6xpq6zN629GpfLeJCd1t4zTnRl5Cg+IFf/XLFwpuDda8dfXqzHqLr1LWul6+NFL7O1o7JVy68u9pXi7jQ3RZec87wBmN6MKZnS/Se6NzEtXUPXBkcm877pbam+oNNqx49fPH62L8/mSvosY61J1f7UrCqYIWij6t5YaJ28W6ce6ZSp+PcLZncF/Ohk8lkzHV2dj4bXVi7eO/J+fFYP4yFLRjjBsUfO7RqpkNj0wVHv+baRF9I9PPjDZ/diRX9mdTmPnRyXzK672R8NYt3D2RuxblnZn7af3HG9CB6ED1s2zE9D0jwOXVoaWKndnd18rHPrXa3+/8wnPuj0s3Butn0rsR6V80IHiL8NDw8+Yno+R97Gr+QO5lr98BAeOPZLzd1fqWpiLUFhfX8+Xp4u+P7f/r2ganE0m4IYbW5C9b+5OgzpweyMyptTfWp51YeNJxb0vfe8GtHl/dcyH3vL1IHw1PtBt/be6J9tS25eGOs78rwiu8V/WZKDy9kqnauWPhBvhNc7o93gsvMXJ6jxT+dm/443wkuvxY5eWDt2ELMiwft3v1Q7rTdA/+dVl9jEn1tM/fmc3PzQfGuRb6dox/qmZnYsfIK9M+nij/BZfp2niO73x+Oe4LLJ+dnDghN9BTwOzw23ZfIjg0+/8jDccY5wf0Hb2ff4Bfrp7pOXQsXhqMaRF8egiFKOEoJxs1xog+KDwfQ2f0iX77mBYwyZYnoQfRgTL810jviHo2WSeyMLsw7S/P7v/V8MPx2cdtze2o45qVNZqoeis4mbfA5UhHRD+3a0LU1z7yU57SVz6eqNrLOmJffGd3ZEPyTmuENiB5ED5U+pucBOXx89KlvZnfLGfnL493LO7klonueFaF7YHnfpM/2THWdui56Sij68Eb/uUT/23WbuObc7m6t+6e6SulvwxUdvUt+G95UnLzzmKyr/9zybqPjozWipzKiP1ve+0qbvcHwpgS82D0UHnl5c/DRntTr0TucOPnD7fQz6Dmf5zl+t3tob1v2PD/v9H7pUm+zUrd59GucErpyBMWHB/iFB6FuuWOHkmucuszwBkQPhjcx5c5UMT5S88ozRyrh57GFlyrwTl9aCr20C5TrO/1qxm6NRBfmzhhTdluO6NcXvTBTokzmMfNueYlobJ5t7ZhMLJ3Br++94XBh2+P1BZ1tKnvZhRvLZ6Dfm72U2nxi6ZpqoqcUHT4+Gu58dvVyQ+4Mfon2ZKHR587g9+qFD0vz84nZG3yQBWP6UnD/WXZzlv4Xfrp8X3qzk97pwTt9gcwGElPVncXt8JfOchnqFDGkCZ5auM/Zjqk91X/9xrr3X9j/0cITNxJLU5C5QwELMpPeNTK4PHvzZuqrNwfrCn2O4Y2W7JRlxjs9xXyeCX9Psr/YbzSue/+ub93Y4AGpQam538xwor3QDTamB+/0FKWmLhP+xXRtwahmEx+0ZTse27BNxvRgeAOiB9EjehA9iB5ED6IH0YPoQfQgehA9iB5ED6IH0YPoET2IHkQPogfRg+hB9CB6ED2IHkQPogfRg+hB9IgeRA+iB9GD6EH0IHoQPYgeRA+iB9GD6EH0IHoQPaIH0YPoQfQgehA9iB5ED6IH0YPoQfQQy38EGACVxTwAQ/UyAQAAAABJRU5ErkJggg==)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.vovelyTvLogo:before{content:"VOVELY TV"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.vovelyTvLogo:after{content:"메타버스 세상 속 보블리가 만들어가는 드림 어드벤처 스토리가 담긴 유튜브 채널입니다. 보블리의 메타버스 세상 정복기를 지켜봐 주세요:D\A\AYOUTUBE : VOVELY TV"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.fivexo{background-image:url(/static/media/5xo.d244c4bd.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.fivexo:before{content:"5xO"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.fivexo:after{content:"5xO는 해피인사이드의 세계관을 담은 대표 캐릭터입니다.\A\A행복한 순간으로의 시간 여행을 통해 일상을 사랑스럽게\A하는 이모티콘들을 만나보세요!"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.pinkCastle{background-image:url(/static/media/pinkCastle.d2316d76.png)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.pinkCastle:before{content:"ZEPETO"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg.pinkCastle:after{content:"메타버스 세상 속으로 들어간 보블리가 픽셀로 변신하여 제페토에서 새롭게 태어났습니다. 보블리 핑크캐슬을 시작으로 5xO까지! 보블리가 크리에이터로서 제작한 제페토 월드맵 속 드림 어드벤처가 펼쳐집니다.\A\A [1st DREAM ADVENTURE]\AVOVELY’S PINK CASTLE\A\A[ZEPETO CODE]\A 5DCZW7"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double{width:740px;flex-wrap:wrap}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg{flex:0 0 auto;width:360px;padding-top:600px;margin:4.5px}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.exhibition2{background-image:url(/static/media/exhibition2.0107b49a.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.exhibition2:before{content:"Exhibition"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.exhibition2:after{content:"‘Hi Ice Cream’을 아기자기한 컨셉의 공간으로 구현하여 \A선보인 전시 입니다. \A유명 미술 감독과의 콜라보레이션을 통해 컬러, 조명, \A미디어가 어우러진 디지털 아트웍을 전시 콘텐츠로 \A활용하였으며 [트렌드 코리아 2019]에서 주목할 만한 \A비주얼 전시로 소개 되었습니다. \A또한 비주얼 콘텐츠를 넘어 아이스크림을 직접 먹어보는 프로그램을 통해 관람객 분들께 ‘오감전시’로서 색다른 \A경험을 선사 하였습니다."}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.brandGoods{background-image:url(/static/media/brand_goods2.8d77e3d3.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.brandGoods:before{content:"Brand Goods"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg.brandGoods:after{content:"시그니처 컬러인 핑크와 캐릭터를 바탕으로\A사랑스러운 색감과 아이스크림의 달콤함을 표현한\A브랜드 굿즈입니다."}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple{width:740px;height:738px;flex-direction:column;flex-wrap:wrap}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg{flex:0 0 auto;width:360px;padding-top:300px;margin:4.5px}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story{background-image:url(/static/media/story.2807d89e.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story:before{content:"Story"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story:after{content:"언제나 핑크를 향해 전력 질주를 꿈꾸지만\A몸이 따라주지 못해 발라당 넘어지고 마는 대형 오리 핑덕!\A\A핑덕의 이야기는 때로는 엉뚱하고, 때로는 귀여운\A에피소드들로 가득합니다."}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story2{background-image:url(/static/media/story2.8e220897.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story2:after,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.story2:before{content:""}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.brandedContents{padding-top:609px;background-image:url(/static/media/branded_content.70322508.jpg)}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.brandedContents:before{content:"Branded Contents"}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.brandedContents:after{content:"시그니처 컬러인 핑크와 귀여운 캐릭터 디자인을 바탕으로\A다양한 미디어 콘텐츠 및 굿즈 상품을 제작합니다."}@media screen and (max-width:640px){.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content{font-size:12px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content span{font-size:15px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer{margin-top:40px}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer a{font-size:15px;margin-left:auto}.originalIpWrapper .switchingPage .contentWrapper .descriptionWrapper .content.footer a img{width:12px}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper{margin:40px 0 0 -20px;flex-direction:column}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple{width:100vw}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg,.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg{margin:0;width:100%}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.quadruple .hiRefImg{padding-top:83%}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.double .hiRefImg{padding-top:166%}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple{height:auto}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg{padding-top:82%}.originalIpWrapper .switchingPage .contentWrapper .refImgWrapper.triple .hiRefImg.brandedContents{padding-top:169%}}.scrolling .contentSection{max-width:1280px;margin:180px auto 0;position:relative}.scrolling .contentSection .content{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100vh;height:calc(var(--vh, 1vh)*100);display:flex;align-items:center}.scrolling .contentSection .content .imgWrapper img{width:100%;height:100%;object-fit:contain}.scrolling .contentSection .content .description{position:absolute;color:#fff;font-size:14px;font-weight:500;display:flex;flex-direction:column}.scrolling .contentSection .content .description .title{font-size:60px;color:#00ffeb;font-weight:900}.scrolling .contentSection .content .description .subTitle{font-size:20px;color:#00ffeb;font-weight:900;margin:30px 0}@media screen and (max-width:1280px) and (min-width:641px){.scrolling .contentSection .content{transform-origin:top;transform:scale(.7)}}@media screen and (max-width:640px){.scrolling .contentSection{max-width:none;width:calc(100% - 40px);margin:0 auto;padding-top:48px;box-sizing:border-box}.scrolling .contentSection .content{align-items:flex-start}.scrolling .contentSection .content .description{font-size:12px}.scrolling .contentSection .content .description .title{font-size:30px}.scrolling .contentSection .content .description .subTitle{font-size:15px}}.onlineLiveWrapper .contentSection .content .description{color:#fff}.onlineLiveWrapper .contentSection .content .description .subTitle,.onlineLiveWrapper .contentSection .content .description .title{color:#00ffeb}.onlineLiveWrapper .contentSection .content.content_1{margin-left:160px}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper{width:800px;opacity:0}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper a{display:block;padding-top:36px;text-decoration:none;font-weight:900;font-size:22px;color:#fff}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper a img{margin-left:12px;width:20px}.onlineLiveWrapper .contentSection .content.content_1 .description{font-size:20px;font-weight:700;bottom:120px;right:-180px;opacity:0}.onlineLiveWrapper .contentSection .content.content_2 .imgWrapper{width:760px;opacity:0}.onlineLiveWrapper .contentSection .content.content_2 .description{right:-360px;bottom:96px;opacity:0}.onlineLiveWrapper .contentSection .content.content_3{margin-left:auto}.onlineLiveWrapper .contentSection .content.content_3 .imgWrapper{width:875px;opacity:0}.onlineLiveWrapper .contentSection .content.content_3 .description{bottom:12px;left:-360px;opacity:0}.onlineLiveWrapper .contentSection .content.content_4 .imgWrapper{width:850px;opacity:0}.onlineLiveWrapper .contentSection .content.content_4 .description{right:-240px;bottom:360px;opacity:0}.onlineLiveWrapper .contentSection .content.content_5{margin-left:540px}.onlineLiveWrapper .contentSection .content.content_5 .imgWrapper{width:500px;opacity:0}.onlineLiveWrapper .contentSection .content.content_5 .description{left:-360px;top:96px;opacity:0}.onlineLiveWrapper .contentSection .content.sixth{margin:0 auto;flex-direction:column;justify-content:center}.onlineLiveWrapper .contentSection .content.sixth .description{position:relative;margin-bottom:72px;flex-direction:row;flex-wrap:wrap;opacity:0;width:100%}.onlineLiveWrapper .contentSection .content.sixth .description .title{width:100%;margin-bottom:30px}.onlineLiveWrapper .contentSection .content.sixth .description .subTitle{margin:0 auto 0 0}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram{opacity:0;border:1px solid #00ebff;width:380px;padding-top:380px}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram .diagramContent{color:#fff;margin-top:16px;white-space:nowrap}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram:hover{border:1px solid #fff;background-color:rgba(0,235,255,.65)}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram:hover .diagramTitle{color:#fff}@media screen and (max-width:640px){.onlineLiveWrapper .contentSection .content.content_1,.onlineLiveWrapper .contentSection .content.content_2,.onlineLiveWrapper .contentSection .content.content_3,.onlineLiveWrapper .contentSection .content.content_4,.onlineLiveWrapper .contentSection .content.content_5{margin:0}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper a,.onlineLiveWrapper .contentSection .content.content_2 .imgWrapper a,.onlineLiveWrapper .contentSection .content.content_3 .imgWrapper a,.onlineLiveWrapper .contentSection .content.content_4 .imgWrapper a,.onlineLiveWrapper .contentSection .content.content_5 .imgWrapper a{padding-top:0;margin-top:300px;font-size:15px;text-align:right}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper a img,.onlineLiveWrapper .contentSection .content.content_2 .imgWrapper a img,.onlineLiveWrapper .contentSection .content.content_3 .imgWrapper a img,.onlineLiveWrapper .contentSection .content.content_4 .imgWrapper a img,.onlineLiveWrapper .contentSection .content.content_5 .imgWrapper a img{width:15px}.onlineLiveWrapper .contentSection .content.content_1 .imgWrapper{width:100%}.onlineLiveWrapper .contentSection .content.content_1 .description{font-size:15px;bottom:300px;right:0}.onlineLiveWrapper .contentSection .content.content_2 .imgWrapper{width:80%}.onlineLiveWrapper .contentSection .content.content_2 .description{bottom:300px;right:0}.onlineLiveWrapper .contentSection .content.content_3 .imgWrapper{width:90%}.onlineLiveWrapper .contentSection .content.content_3 .description{bottom:360px;left:auto;right:0}.onlineLiveWrapper .contentSection .content.content_4 .imgWrapper{width:90%}.onlineLiveWrapper .contentSection .content.content_4 .description{bottom:410px;right:0}.onlineLiveWrapper .contentSection .content.content_5 .imgWrapper{width:80%}.onlineLiveWrapper .contentSection .content.content_5 .description{top:auto;left:auto;bottom:140px;right:0}.onlineLiveWrapper .contentSection .content.sixth{height:auto;padding:72px 0 120px}.onlineLiveWrapper .contentSection .content.sixth .description{justify-content:flex-end}.onlineLiveWrapper .contentSection .content.sixth .description .subTitle{margin-bottom:64px}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper{width:100%}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram{width:60%;padding-top:60%}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram .diagramContentWrapper .diagramTitle{font-size:14px}.onlineLiveWrapper .contentSection .content.sixth .diagramWrapper .diagram .diagramContentWrapper .diagramContent{font-size:8px}}.vStudioWrapper .contentSection .content .description{color:#fff}.vStudioWrapper .contentSection .content .description .subTitle,.vStudioWrapper .contentSection .content .description .title{color:#0062ff}.vStudioWrapper .contentSection .content.content_1{opacity:0;width:100%}.vStudioWrapper .contentSection .content.content_1 .imgWrapper{width:100%;padding-top:56.5%;position:relative}.vStudioWrapper .contentSection .content.content_1 .imgWrapper iframe,.vStudioWrapper .contentSection .content.content_1 .imgWrapper video{position:absolute;top:0;left:0}.vStudioWrapper .contentSection .content.content_1 .description{top:48px;font-size:20px}.vStudioWrapper .contentSection .content.content_2{margin:0 auto}.vStudioWrapper .contentSection .content.content_2 .imgWrapper{width:980px;opacity:0}.vStudioWrapper .contentSection .content.content_2 .description.part_1{top:64px;left:-148px;opacity:0}.vStudioWrapper .contentSection .content.content_2 .description.part_1 .title{color:#fff}.vStudioWrapper .contentSection .content.content_2 .description.part_2{bottom:80px;right:-148px;opacity:0}.vStudioWrapper .contentSection .content.content_2 .description.part_2 .subTitle{font-size:32px;color:#fff}.vStudioWrapper .contentSection .content.content_2 .description.part_2 .subTitle span{color:#0062ff}.vStudioWrapper .contentSection .content.content_2 .description.part_3{bottom:80px;left:-128px;opacity:0}.vStudioWrapper .contentSection .content.content_2 .description.part_3 a{display:block;padding-top:36px;text-decoration:none;font-weight:900;font-size:22px;color:#fff}.vStudioWrapper .contentSection .content.content_2 .description.part_3 a img{margin-left:12px;width:20px}.vStudioWrapper .contentSection .content.content_3{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;padding-top:300px}.vStudioWrapper .contentSection .content.content_3 .description{position:-webkit-sticky;position:sticky;top:300px;left:0;opacity:0;font-size:20px;font-weight:700}.vStudioWrapper .contentSection .content.content_3 .imgWrapper{width:615px;position:relative;top:0;right:0;margin-left:auto}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent img{opacity:0}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent:nth-of-type(n+2){margin-top:480px}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent .title{margin-top:72px;font-size:32px;font-weight:900;line-height:1.75;opacity:0}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent .subTitle{margin-top:32px;color:#fff;font-size:14px;font-weight:500;line-height:1.75;opacity:0}.vStudioWrapper .contentSection .content.content_4{margin-top:480px;padding-bottom:240px;width:100%;height:auto;position:relative}.vStudioWrapper .contentSection .content.content_4 .description{position:absolute;top:0;left:0;opacity:0;z-index:100}.vStudioWrapper .contentSection .content.content_4 .description .title{color:#fff}.vStudioWrapper .contentSection .content.content_4 .imgWrapper{width:80%;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent{width:100%;margin:108px 0 48px;display:flex;justify-content:space-between;align-items:flex-end}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent img{width:615px;opacity:0}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent .title{font-size:34px;font-weight:900;opacity:0}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent .subTitle{margin-top:30px;color:#fff;font-size:14px;font-weight:500;line-height:1.75;opacity:0}@media screen and (max-width:1280px) and (min-width:641px){.vStudioWrapper .contentSection{height:4700px}.vStudioWrapper .contentSection .content{height:auto}.vStudioWrapper .contentSection .content.content_1 .description{top:-72px}.vStudioWrapper .contentSection .content.content_2 .description.part_3{bottom:-36px;left:0}.vStudioWrapper .contentSection .content.content_3{padding-top:0}.vStudioWrapper .contentSection .content.content_3 .description{top:480px}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent:nth-of-type(n+2){margin-top:240px}.vStudioWrapper .contentSection .content.content_4{margin-top:-480px;padding-bottom:0}}@media screen and (max-width:640px){.vStudioWrapper .contentSection .content.content_1{height:640px}.vStudioWrapper .contentSection .content.content_1 .imgWrapper{width:100vw}.vStudioWrapper .contentSection .content.content_1 .description{font-size:15px;top:-48px}.vStudioWrapper .contentSection .content.content_2{height:640px}.vStudioWrapper .contentSection .content.content_2 .imgWrapper{width:100%}.vStudioWrapper .contentSection .content.content_2 .description.part_1{left:0;top:-56px}.vStudioWrapper .contentSection .content.content_2 .description.part_2{bottom:360px;right:0}.vStudioWrapper .contentSection .content.content_2 .description.part_2 .subTitle{font-size:15px}.vStudioWrapper .contentSection .content.content_2 .description.part_3{bottom:300px;left:auto;right:0}.vStudioWrapper .contentSection .content.content_2 .description.part_3 a{font-size:15px;text-align:right}.vStudioWrapper .contentSection .content.content_2 .description.part_3 a img{width:15px}.vStudioWrapper .contentSection .content.content_3{padding-top:0;flex-direction:column}.vStudioWrapper .contentSection .content.content_3 .description{font-size:12px;position:relative;top:0}.vStudioWrapper .contentSection .content.content_3 .imgWrapper{margin-top:48px;width:100%}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent:nth-of-type(n+2){margin-top:120px}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent .title{margin-top:20px;font-size:15px}.vStudioWrapper .contentSection .content.content_3 .imgWrapper .imgContent .subTitle{margin-top:15px;color:#fff;font-size:12px}.vStudioWrapper .contentSection .content.content_4{margin-top:240px;padding-bottom:120px}.vStudioWrapper .contentSection .content.content_4 .imgWrapper{margin:0 0 0 auto}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent{flex-direction:column;margin:0;justify-content:flex-start;align-items:flex-end}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent:first-of-type{margin-top:96px}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent:nth-of-type(2n){flex-direction:column-reverse}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent img{width:100%}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent:nth-of-type(n+2){margin-top:120px}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent>div{width:100%;word-break:keep-all}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent>div br{display:none}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent>div .title{margin-top:20px;font-size:15px}.vStudioWrapper .contentSection .content.content_4 .imgWrapper .imgContent>div .subTitle{margin-top:15px;color:#fff;font-size:12px}}.itSolutionWrapper .contentSection .content .description{color:#000}.itSolutionWrapper .contentSection .content .description .title{color:#0062ff;margin-bottom:30px}.itSolutionWrapper .contentSection .content .description .subTitle{color:#0062ff}.itSolutionWrapper .contentSection .content.content_1{width:100%}.itSolutionWrapper .contentSection .content.content_1 .description{position:relative;width:100%}.itSolutionWrapper .contentSection .content.content_1 .description .subTitle{color:#000;font-weight:700;font-size:30px;margin-left:auto}.itSolutionWrapper .contentSection .content.content_2 .imgWrapper{width:810px;opacity:0}.itSolutionWrapper .contentSection .content.content_2 .description{right:-400px;top:40px;opacity:0}.itSolutionWrapper .contentSection .content.content_3{width:100%}.itSolutionWrapper .contentSection .content.content_3 .imgWrapper{margin-left:auto;width:810px;opacity:0}.itSolutionWrapper .contentSection .content.content_3 .description{top:80px;opacity:0;left:136px}@media screen and (max-width:640px){.itSolutionWrapper .contentSection .content.content_1{height:480px}.itSolutionWrapper .contentSection .content.content_1 .description .title{font-size:24px}.itSolutionWrapper .contentSection .content.content_1 .description .subTitle{font-size:15px;margin-left:0}.itSolutionWrapper .contentSection .content.content_2,.itSolutionWrapper .contentSection .content.content_3{height:640px}.itSolutionWrapper .contentSection .content.content_2 .imgWrapper,.itSolutionWrapper .contentSection .content.content_3 .imgWrapper{margin-left:0;width:80%}.itSolutionWrapper .contentSection .content.content_2 .description,.itSolutionWrapper .contentSection .content.content_3 .description{right:0;top:auto;font-weight:700}.itSolutionWrapper .contentSection .content.content_2 .description{bottom:170px}.itSolutionWrapper .contentSection .content.content_3 .description{bottom:150px}}.headSection{max-width:1280px;margin:0 auto;padding-top:180px;height:100vh;height:calc(var(--vh, 1vh)*100);box-sizing:border-box;position:relative}.headSection .headTitle{font-size:116px;font-weight:900;line-height:1.15!important}.headSection .headTitle,.headSection .subTitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;opacity:0}.headSection .subTitle{font-size:50px;font-weight:700;margin-top:36px}.headSection .subTitle.small{font-size:30px}.headSection .content{color:#fff;font-size:30px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;line-height:1.5;opacity:0}.headSection .content.small{font-size:20px}@media screen and (max-width:1280px) and (min-width:641px){.headSection{padding-top:56px;transform:scale(.7)}.headSection .content{margin-top:-48px}}@media screen and (max-width:640px){.headSection{max-width:none;width:calc(100% - 40px);padding-top:124px;box-sizing:border-box;display:block}.headSection .headTitle{font-size:50px}.headSection .subTitle{font-size:24px;margin-top:72px}.headSection .content{margin-left:0;margin-top:30px;font-size:24px;word-break:keep-all}.headSection .content.small{font-size:14px}}.hybridWrapper .headSection .content,.itSolutionWrapper .headSection .content,.originalIpWrapper .headSection .content,.vStudioWrapper .headSection .content{position:absolute;top:580px;right:0}@media screen and (max-width:640px){.hybridWrapper .headSection .content,.itSolutionWrapper .headSection .content,.originalIpWrapper .headSection .content,.vStudioWrapper .headSection .content{position:relative;top:0;font-size:20px}}.fmLabWrapper .headSection .content,.onlineLiveWrapper .headSection .content{position:absolute;top:620px;right:0}@media screen and (max-width:640px){.fmLabWrapper .headSection .content,.onlineLiveWrapper .headSection .content{position:relative;top:0;font-size:20px}}.hybridWrapper,.onlineLiveWrapper{color:#00ffeb}@media screen and (max-width:640px){.onlineLiveWrapper .headSection .content{padding:0}.onlineLiveWrapper .headSection .content br{display:none}}.vStudioWrapper{color:#0062ff}.vStudioWrapper .headSection .content{padding:120px 0}@media screen and (max-width:640px){.vStudioWrapper .headSection .headTitle{font-size:46px}.vStudioWrapper .headSection .content{font-size:14px;padding:0}.vStudioWrapper .headSection .content br{display:none}}.designWrapper{color:#0f4}.designWrapper .headSection .subTitle{font-weight:900}.designWrapper .headSection .subTitle span{font-weight:700;font-size:36px}.designWrapper .headSection .content span.unique{color:#0f4}.designWrapper .headSection .content span.small{font-size:20px}@media screen and (max-width:640px){.designWrapper .headSection .subTitle span{font-size:20px}.designWrapper .headSection .content{font-size:14px;line-height:1.75}.designWrapper .headSection .content span{display:block;line-height:1.75}.designWrapper .headSection .content span.unique:nth-of-type(2){margin-top:30px}.designWrapper .headSection .content span.small{font-size:12px;margin-top:10px}.designWrapper .headSection .content span.small:last-of-type{margin-top:10px}.designWrapper .headSection .content br{display:none}}.originalIpWrapper{color:#ff0}.itSolutionWrapper{color:#0062ff}.itSolutionWrapper .headSection .content{color:#000;padding:48px 0}@media screen and (max-width:640px){.itSolutionWrapper .headSection .content{padding:0;font-size:14px}}.fmLabWrapper{color:#ff4929}.fmLabWrapper .headSection .content{color:#000}@media screen and (max-width:640px){.fmLabWrapper .headSection .content{font-size:14px;padding:0;position:relative}.fmLabWrapper .headSection .content br:nth-of-type(2),.fmLabWrapper .headSection .content br:nth-of-type(4){display:none}}.fmLabWrapper .headSection .content span{color:#ff4929}.portfolioPageWrapper{width:1280px;padding-top:180px;margin:0 auto}@media screen and (max-width:1280px) and (min-width:641px){.portfolioPageWrapper{transform:scale(.7);transform-origin:top}}@media screen and (max-width:640px){.portfolioPageWrapper{width:calc(100% - 40px);padding-top:124px}}.portfolioPageWrapper .addPortfolio{position:fixed;bottom:24px;right:24px;width:72px;height:72px;padding:16px;background-color:rgba(0,0,0,.5);border-radius:50%;transition:all .3s ease;z-index:100}.portfolioPageWrapper .addPortfolio:hover{transform:translateY(-8px)}.portfolioPageWrapper .portFolioFilterWrapper{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper{flex-direction:column;align-items:flex-start}}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .mainFilter{font-size:10px;margin-bottom:20px}}.portfolioPageWrapper .portFolioFilterWrapper .mainFilter label{font-size:18px;font-weight:500}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .mainFilter label{font-size:10px}}.portfolioPageWrapper .portFolioFilterWrapper .mainFilter #filterValue{margin-top:10px;font-size:36px;font-weight:900;position:relative;cursor:pointer}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .mainFilter #filterValue{font-size:20px}}.portfolioPageWrapper .portFolioFilterWrapper .mainFilter #filterValue span{margin-left:32px}.portfolioPageWrapper .portFolioFilterWrapper .mainFilter #filterValue span img{width:20px;height:20px;object-fit:cover}.portfolioPageWrapper .portFolioFilterWrapper .mainFilter #filterValue:after{content:"";position:absolute;width:100%;height:3px;bottom:0;left:0;background-image:linear-gradient(90deg,#00b9ef,#ff45d2)}.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper{position:relative;display:flex;justify-content:flex-start;align-items:center;background-color:#fff;border-radius:24px;padding:0 8px;border:1px solid #e2e2e2}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper{padding:0 4 px}}.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper input{border:none;font-size:18px;padding:4px}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper input{font-size:14px}}.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper button{width:24px;height:24px;padding:8px;box-sizing:content-box}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper button{width:20px;height:20px;padding:4px}}.portfolioPageWrapper .portFolioFilterWrapper .portfolioSearchWrapper button img{width:100%;height:100%}.portfolioPageWrapper .portFolioFilterWrapper .hybridEventValue span{font-size:20px;font-weight:900;cursor:pointer}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .hybridEventValue span{font-size:11px}}.portfolioPageWrapper .portFolioFilterWrapper .hybridEventValue span:nth-of-type(n+2):before{content:"|";font-weight:200;color:#000;margin:0 24px}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioFilterWrapper .hybridEventValue span:nth-of-type(n+2):before{margin:0 8px}}.portfolioPageWrapper .portFolioWrapper{width:1280px;margin:48px auto;padding-bottom:72px;display:flex;flex-wrap:wrap}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper{width:100%}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper{width:305px;padding-top:420.9px;position:relative;overflow:hidden;cursor:pointer}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(n+2){margin-left:20px}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(n+5){margin-top:20px}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(4n+1){margin-left:0}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(n+2){margin-left:0}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(n+5){margin-top:0}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(4n+1){margin-left:0}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(2n){margin-left:10px}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:nth-of-type(n+3){margin-top:10px}}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper{width:calc(50% - 5px);padding-top:calc(69% - 5.52px)}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileImg{position:absolute;top:0;left:0;width:100%;height:100%}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileImg img{width:100%;height:100%;object-fit:cover}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper:hover .singlePortFolioTileInfo{left:0}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo{position:absolute;top:0;left:-100%;width:100%;height:100%;transition:all .3s ease;background:linear-gradient(135deg,rgba(0,185,239,.5),rgba(255,69,210,.5));padding:30px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo{padding:16px}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .title{font-size:24px;font-weight:900}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .title{font-size:12px}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .categoryWrapper{margin-top:auto;font-size:14px;font-weight:500;display:flex;flex-direction:column}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .categoryWrapper{font-size:8px}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .categoryWrapper span{display:block}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .categoryWrapper span:nth-of-type(n+2){margin-top:12px}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .linkMarker{position:absolute;bottom:30px;right:30px;width:28px;height:28px}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .linkMarker{bottom:16px;right:16px;width:12px;height:12px}}.portfolioPageWrapper .portFolioWrapper .singlePortFolioTileWrapper .singlePortFolioTileInfo .linkMarker img{width:100%;height:100%;object-fit:contain}.portfolioPageWrapper .portFolioWrapper .seeMore{font-size:36px;font-weight:900;margin:48px auto;position:relative}@media screen and (max-width:640px){.portfolioPageWrapper .portFolioWrapper .seeMore{font-size:16px}}.portfolioPageWrapper .portFolioWrapper .seeMore:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000}.singlePortfolio{z-index:99999!important}.singlePortfolio .MuiDialog-scrollPaper{align-items:flex-start;margin-top:24px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root{max-width:none;max-height:none;margin:0;border-radius:0}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:1280px;height:900px;padding:0;display:flex;position:relative}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{width:20px;height:20px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img{width:100%;height:100%;object-fit:contain}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img.mobile{display:none}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .singlePortUI{position:absolute;top:24px;right:24px;display:flex;align-items:center}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .singlePortUI button:nth-of-type(n+2){margin-left:24px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .singlePortUI button:last-of-type img{transform:scale(.8)}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper{width:800px;background-color:#e2e2e2}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper.addImg{overflow-y:auto;padding:64px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper.addImg .hiddenImgSelect{display:none}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper.addImg label{display:block;padding:0 8px;cursor:pointer}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper.addImg>div{margin:8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider *{height:100%}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-list .slick-track .slick-slide>div .imgWrapper{outline:none}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-list .slick-track .slick-slide>div .imgWrapper .slider-image{width:100%;height:100%;object-fit:cover}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-prev{left:24px;z-index:10;height:auto}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-prev:before{content:"";background-image:url(/static/media/prev.217ee6a6.svg);background-size:cover;width:15px;height:30px;display:block}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-next{right:24px;z-index:10;height:auto}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-next:before{content:"";background-image:url(/static/media/next.31e156e2.svg);background-size:cover;width:15px;height:30px;display:block}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-dots{bottom:60px;z-index:10;height:auto}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-dots li button:before{opacity:.5;color:#fff}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-dots li.slick-active button:before{opacity:1;color:#fff}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper{width:480px;padding:64px;display:flex;flex-direction:column}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper>div:nth-of-type(n+2){margin-top:24px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .title{font-size:32px;font-weight:900}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper{display:flex;justify-content:flex-start;font-size:14px;font-weight:700;color:#7c7c7c}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper .mainCategory,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper .subCategory{width:50%}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper .singleCategory{padding-right:4px;position:relative;display:flex}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper .singleCategory:nth-of-type(n+2):before{content:"/";display:block;position:relative;padding-right:4px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral{font-size:14px;font-weight:700;display:flex}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral label{color:#7c7c7c}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral .generalContent,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral input{width:80%;margin-left:auto}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral .periodSelectWrapper{display:flex}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral .periodSelectWrapper input{width:40%;margin-left:0}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral .periodSelectWrapper span{margin:0 8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .client.contentGeneral{margin-top:48px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .period .periodSelectWrapper{width:80%;margin-left:auto;display:flex}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .description{font-size:14px;line-height:1.75}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .description.viewOnly{margin-top:48px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .description textarea{width:100%;height:120px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:14px;font-weight:700}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly{display:block;margin-top:auto}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly .dept,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly .dept{font-size:12px;font-weight:700;margin-top:12px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly .dept span:nth-of-type(n+2):before,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly .dept span:nth-of-type(n+2):before{content:"/";display:inline-block;margin:0 8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly .member,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly .member{margin-top:24px;font-size:12px;font-weight:700;display:flex;flex-wrap:wrap}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly .member span,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly .member span{display:block;width:25%}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly .member span:nth-of-type(n+5),.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper.viewOnly .member span:nth-of-type(n+5){margin-top:8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper label,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper label{font-size:15px;font-weight:900}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .memberList,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .teamList,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .memberList,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .teamList{margin-top:12px;width:100%;display:flex;flex-wrap:wrap}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .memberList .inputTeamAndMeber,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .teamList .inputTeamAndMeber,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .memberList .inputTeamAndMeber,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .teamList .inputTeamAndMeber{padding:4px;width:25%;box-sizing:border-box;position:relative}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .memberList .inputTeamAndMeber button,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper .teamList .inputTeamAndMeber button,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .memberList .inputTeamAndMeber button,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .memberWrapper .teamList .inputTeamAndMeber button{position:absolute;right:0;transform:scale(.6)}@media screen and (max-width:1280px) and (min-width:641px){.singlePortfolio .MuiDialog-scrollPaper{transform:scale(.6);transform-origin:top}}@media screen and (max-width:640px){.singlePortfolio .MuiDialog-scrollPaper{margin-top:0}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:100%;height:100%;flex-direction:column}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root:after,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root:before{content:"";width:100%;height:48px;position:absolute;left:0;z-index:10}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root:before{top:300px;background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0))}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root:after{bottom:0;background:linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0))}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{width:16px;height:16px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img.mobile{display:block}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img.notmobile{display:none}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .singlePortUI{z-index:10;top:24px;right:20px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper{width:100%;height:300px;position:relative}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1)}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-prev{left:8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-next{right:8px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .imgsWrapper .slick-slider .slick-dots{bottom:12px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper{width:100%;padding:40px 20px;height:calc(100vh - 300px);height:calc(var(--vh, 1vh)*100 - 300px);overflow-y:auto;box-sizing:border-box;position:relative}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper>div:nth-of-type(n+2){margin-top:20px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .title{font-size:30px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .categorySelectWrapper,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .contentGeneral,.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .description{font-size:12px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .description.viewOnly{margin-top:30px}.singlePortfolio .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root .contentWrapper .deptWrapper.viewOnly{margin-top:48px}}.datePickerWrapper{z-index:999999!important}.peopleWrapper{color:#fff}.peopleWrapper .peopleHeadSectionWrapper{width:100%;height:calc(100vh - 200px);height:calc(var(--vh, 1vh)*100 - 200px);background-image:url(/static/media/poeple_bg.3e69cede.jpg);background-size:cover;background-position:bottom}.peopleWrapper .peopleHeadSectionWrapper .headSection{box-sizing:border-box;max-width:1280px;width:-webkit-fill-available;width:-moz-available;width:fill-available;margin:0 auto;padding:180px 0 120px;color:#fff}.peopleWrapper .peopleHeadSectionWrapper .headSection .subTitle{margin-top:72px;line-height:1.5}.peopleWrapper .peopleSecondSectionWrapper{background-color:#ff4929}.peopleWrapper .peopleSecondSectionWrapper .secondSection{max-width:1280px;margin:0 auto;padding:240px 0 120px;position:relative}.peopleWrapper .peopleSecondSectionWrapper .secondSection .titleOut{font-size:60px;font-weight:900;position:absolute;top:-52px;right:0;opacity:0}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;font-size:20px;line-height:1.75;font-weight:500;margin-bottom:72px;opacity:0}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description .title{font-size:60px;font-weight:900;width:100%;margin-bottom:30px}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description .subTitle{font-weight:900;font-size:34px;margin-right:auto}.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram{opacity:0;border:1px solid #fff;width:420px;padding-top:420px}@media screen and (max-width:640px){.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram{width:60%;padding-top:60%}}.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramNumber{font-size:20px}@media screen and (max-width:640px){.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramNumber{font-size:10px}}.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramTitle{font-size:34px;margin:12px 0 48px}@media screen and (max-width:640px){.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramTitle{font-size:15px;margin:6px 0 16px}}.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramContent{font-size:14px;line-height:1.75}@media screen and (max-width:640px){.peopleWrapper .peopleSecondSectionWrapper .secondSection .diagramWrapper .diagram .diagramContentWrapper .diagramContent{font-size:12px;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.peopleWrapper .peopleThirdSectionWrapper{background-color:#fff;position:relative}.peopleWrapper .peopleThirdSectionWrapper:after,.peopleWrapper .peopleThirdSectionWrapper:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:560px}.peopleWrapper .peopleThirdSectionWrapper:before{background-image:url(/static/media/people_footer_3.34e17cdc.jpg);background-size:cover;background-position:top}.peopleWrapper .peopleThirdSectionWrapper:after{background-color:rgba(0,0,0,.45);z-index:10}.peopleWrapper .peopleThirdSectionWrapper .thirdSection{z-index:100;max-width:1280px;margin:0 auto;padding:120px 0;position:relative;color:#000}.peopleWrapper .peopleThirdSectionWrapper .thirdSection>div{margin-bottom:172px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .title{font-size:60px;font-weight:900}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .description{font-size:30px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .headerTitle{opacity:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;padding:0 64px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job{width:33.3%;flex:0 0 auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:72px;opacity:0;position:relative}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .title{font-size:20px;font-weight:900;line-height:1.75}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .imgWrapper{margin:36px 0;width:180px;height:180px;border-radius:50%;overflow:hidden}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .imgWrapper img{width:100%;height:100%;object-fit:cover}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .description{margin-left:0;font-size:14px;font-weight:500}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .ourWelfareWrapper{opacity:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper{display:flex;justify-content:space-between;margin-top:124px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare{opacity:0;color:#fff}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare .title{font-size:40px;font-weight:900}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare .description{margin-top:48px;font-size:20px;line-height:1.75;font-weight:500}@media screen and (max-width:1280px) and (min-width:641px){.peopleWrapper .peopleHeadSectionWrapper{height:calc(100vh - 120px);height:calc(var(--vh, 1vh)*100 - 120px)}.peopleWrapper .peopleHeadSectionWrapper .headSection{transform:scale(.7);transform-origin:top}.peopleWrapper .peopleSecondSectionWrapper{height:800px}.peopleWrapper .peopleSecondSectionWrapper .secondSection{transform:scale(.7);transform-origin:top}.peopleWrapper .peopleThirdSectionWrapper{height:1500px}.peopleWrapper .peopleThirdSectionWrapper:after,.peopleWrapper .peopleThirdSectionWrapper:before{bottom:-240px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection{transform:scale(.7);transform-origin:top}}@media screen and (max-width:640px){.peopleWrapper .peopleHeadSectionWrapper{height:calc(100vh - 280px);height:calc(var(--vh, 1vh)*100 - 280px)}.peopleWrapper .peopleHeadSectionWrapper .headSection{max-width:none;width:calc(100% - 40px);height:auto;padding-top:124px;display:block}.peopleWrapper .peopleHeadSectionWrapper .headSection .subTitle{margin-top:30px;font-size:15px}.peopleWrapper .peopleSecondSectionWrapper .secondSection{max-width:none;width:calc(100% - 40px);height:auto;padding-top:300px}.peopleWrapper .peopleSecondSectionWrapper .secondSection .titleOut{font-size:30px;top:-18px;left:20px}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description{font-size:12px;flex-direction:column}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description .title{font-size:30px;top:-18px}.peopleWrapper .peopleSecondSectionWrapper .secondSection .description .subTitle{font-size:15px;margin:0 auto 15px 0}.peopleWrapper .peopleThirdSectionWrapper:after,.peopleWrapper .peopleThirdSectionWrapper:before{height:740px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection{max-width:none;width:calc(100% - 40px);height:auto}.peopleWrapper .peopleThirdSectionWrapper .thirdSection>div{margin-bottom:96px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .title{font-size:30px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .description{font-size:15px;margin-left:0;margin-top:30px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper{flex-direction:column;padding:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job{width:100%;margin-top:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job:after{content:"";width:calc(100% + 40px);height:100%;position:absolute;top:0;left:-20px;background-color:rgba(255,73,41,.7);opacity:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job:hover .description,.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job:hover:after{opacity:1}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .title{font-size:15px;z-index:10;position:absolute;top:10px;left:0;color:#fff;text-align:left}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .imgWrapper{width:calc(100% + 40px);margin:0;border-radius:0}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .description{opacity:0;font-size:12px;font-weight:700;z-index:10;position:absolute;bottom:36px;text-align:left;color:#fff;width:100%}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .whatWeDo .jobWrapper .job .description br{display:none}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper{flex-direction:column;margin-top:48px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare .title{font-size:24px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare .description{font-size:15px;margin-top:20px}.peopleWrapper .peopleThirdSectionWrapper .thirdSection .welfareWrapper .welfare:nth-of-type(n+2){margin-top:64px}}.bgContact{width:100%;height:100%;position:fixed;top:0;left:0;z-index:-9}.bgContact img{width:100%;height:100%;object-fit:cover}.contactWrapper{max-width:1280px;margin:0 auto;padding-top:180px;height:100vh;height:calc(var(--vh, 1vh)*100);box-sizing:border-box;display:flex;justify-content:space-between}@media screen and (max-width:1280px) and (min-width:641px){.contactWrapper{transform-origin:top;transform:scale(.7)}}@media screen and (max-width:640px){.contactWrapper{max-width:none;width:calc(100% - 40px);height:auto;padding-top:124px;display:block}}.contactWrapper .infoWrapper{width:100%}@media screen and (max-width:640px){.contactWrapper .infoWrapper{width:100%}}.contactWrapper .infoWrapper>.title{font-size:86px;font-weight:900}.contactWrapper .infoWrapper>.title span{display:none}@media screen and (max-width:640px){.contactWrapper .infoWrapper>.title{font-size:50px;word-break:break-word!important}.contactWrapper .infoWrapper>.title span{display:inline}}.contactWrapper .infoWrapper .mailAddress{margin-top:20px;font-size:20px;font-weight:700}@media screen and (max-width:640px){.contactWrapper .infoWrapper .mailAddress{margin-top:60px;font-size:15px}}.contactWrapper .infoWrapper .contactUs{display:block;margin-top:24px;font-size:20px;font-weight:900;padding:8px 36px;color:#fff;border-radius:24px;background-color:#000}@media screen and (max-width:640px){.contactWrapper .infoWrapper .contactUs{margin:48px auto 0}}.contactWrapper .infoWrapper .locationWrapper{display:flex;justify-content:space-between;margin-top:56px}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper{flex-direction:column}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress{width:40%;font-size:14px;font-weight:500}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress{font-size:12px;width:100%}.contactWrapper .infoWrapper .locationWrapper .loctionAddress:last-of-type{margin:48px 0}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress>.title{font-size:20px;font-weight:700}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress>.title{font-size:15px}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress:after{content:"";display:block;clear:both}.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address,.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel{margin-top:14px;float:left;line-height:1.8}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address,.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel{float:none}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address span,.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel span{display:block;line-height:inherit}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address span,.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel span{display:block}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address span:nth-of-type(n+2),.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel span:nth-of-type(n+2){margin-top:16px}.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel{width:40%}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress .tel{width:100%}}.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address{width:60%}@media screen and (max-width:640px){.contactWrapper .infoWrapper .locationWrapper .loctionAddress .address{width:100%}}.MuiDialog-root .MuiDialog-container .MuiPaper-root{border-radius:0;max-width:none;max-height:none;margin:0}.MuiDialog-root .MuiDialog-container .MuiPaper-root .closeBtn{position:absolute;top:24px;right:24px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .closeBtn img{width:100%;height:100%}@media screen and (max-width:640px){.MuiDialog-root .MuiDialog-container .MuiPaper-root .closeBtn{width:16px;height:16px;top:72px;right:20px}}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper{width:520px;box-sizing:border-box;padding:96px 64px 64px;max-height:720px}@media screen and (max-width:1280px) and (min-width:641px){.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper{max-height:500px}}@media screen and (max-width:640px){.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper{width:100%;max-height:100vh;max-height:calc(var(--vh, 1vh)*100);padding:124px 32px 32px}}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper::-webkit-scrollbar{display:block;width:6px;height:6px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:3px;border:1px solid #fff}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper::-webkit-scrollbar-track-piece:end,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper::-webkit-scrollbar-track-piece:start{background-color:transparent}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .title{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:900}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .title span{color:#7c7c7c;font-size:12px;font-weight:500}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper textarea{padding:8px 0;margin-top:20px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input::-webkit-input-placeholder,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper textarea::-webkit-input-placeholder{font-weight:500;font-size:14px;color:#7c7c7c}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input:-ms-input-placeholder,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper textarea:-ms-input-placeholder{font-weight:500;font-size:14px;color:#7c7c7c}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input::-ms-input-placeholder,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper textarea::-ms-input-placeholder{font-weight:500;font-size:14px;color:#7c7c7c}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input::placeholder,.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper textarea::placeholder{font-weight:500;font-size:14px;color:#7c7c7c}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper input[type=file]{display:none}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper label.businessArea{display:block;margin:20px 0 12px;font-weight:500;font-size:14px;color:#7c7c7c}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper div.businessArea{border-bottom:1px solid #5c5c5c;display:flex;flex-wrap:wrap}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper div.businessArea span{display:block;font-size:12px;padding:6px 10px;border-radius:18px;margin:.5%}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper{margin-top:20px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper label{font-size:14px;font-weight:500;color:#7c7c7c;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper button{width:18px;height:18px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper .attachFile{padding:8px;background-color:#e0e0e0;box-sizing:border-box;border-radius:24px;margin-top:8px;flex-wrap:wrap;min-width:0;display:flex;justify-content:space-between;align-items:center;font-size:14px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper .attachFile span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .attachWrapper .attachFile button{transform:rotate(45deg) scale(1.5)}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .agreementWrapper{margin-top:20px;display:flex;justify-content:flex-end;align-items:center}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .agreementWrapper label{font-size:12px;color:#7c7c7c;cursor:pointer}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper .agreementWrapper input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:0;margin-left:8px}.MuiDialog-root .MuiDialog-container .MuiPaper-root .MuiDialogContent-root.mailWrapper button.send{display:block;margin:48px auto 0;font-size:24px;font-weight:900;padding:8px 72px;color:#fff;border-radius:24px;background-color:#000}.privacyPolitic{z-index:99999!important}.privacyPolitic .MuiDialog-scrollPaper{align-items:flex-start;margin-top:24px}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root{max-width:none;max-height:none;margin:0;border-radius:0}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:1280px;height:900px;padding:32px;box-sizing:border-box}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{position:absolute;top:32px;right:32px;width:20px;height:20px}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img{width:100%;height:100%;object-fit:contain}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img.mobile{display:none}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root h4{font-size:20px}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root p{font-size:16px;margin-top:16px}@media screen and (max-width:1280px) and (min-width:641px){.privacyPolitic .MuiDialog-scrollPaper{transform:scale(.6);transform-origin:top}}@media screen and (max-width:640px){.privacyPolitic .MuiDialog-scrollPaper{margin-top:0}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root{max-height:calc(100% - .1px)}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:100%;height:100%;white-space:wrap}.privacyPolitic .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{width:16px;height:16px}}.pageTransition{width:100%;height:100vh;height:calc(var(--vh, 1vh)*100)}.pageTransition .adminNAv{width:100%;box-sizing:border-box;padding:20px 36px;position:fixed;z-index:10;background-color:#000;display:flex;align-items:center;box-shadow:0 0 12px 4px rgba(0,0,0,.45)}.pageTransition .adminNAv a{color:#fff;font-size:20px;font-weight:900}.pageTransition .adminNAv a:nth-of-type(n+2):before{content:"|";margin:24px}.pageTransition .popupSettingWrapper{width:1280px;padding-top:180px;margin:0 auto}.pageTransition .popupSettingWrapper .popupListWrapper{display:flex;flex-wrap:wrap}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup{width:300px;margin:10px;display:flex;flex-direction:column;overflow:hidden;border-radius:4px;box-shadow:0 0 6px 2px rgba(0,0,0,.2)}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup img{width:100%;height:300px;object-fit:cover}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup .info{display:flex;align-items:center;padding:4px;box-sizing:border-box}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup .info label{flex:0 0 auto;font-size:12px;width:48px}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup .info span{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:244px}.pageTransition .popupSettingWrapper .popupListWrapper .singlePopup button{margin-top:auto;width:100%;padding:8px 0;font-size:16px;font-weight:700;background-color:#000;color:#fff}.pageTransition .popupSettingWrapper nav{margin-top:36px}.pageTransition .popupSettingWrapper nav ul.MuiPagination-ul{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.pageTransition .popupSettingWrapper .addPopup{position:fixed;bottom:24px;right:24px;width:72px;height:72px;padding:16px;background-color:rgba(0,0,0,.5);border-radius:50%;transition:all .3s ease;z-index:100}.pageTransition .popupSettingWrapper .addPopup:hover{transform:translateY(-8px)}.App{position:fixed;top:0;bottom:0;right:0;left:0}.App,.App iframe{width:100%;height:100%}.App iframe{border:none}.diagramWrapper{display:flex;justify-content:center;align-items:center}@media screen and (max-width:640px){.diagramWrapper{flex-direction:column}}.diagramWrapper .diagram{border-radius:50%;box-sizing:border-box;position:relative;flex:0 0 auto}.diagramWrapper .diagram .diagramContentWrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.diagramWrapper .diagram .diagramContentWrapper .diagramNumber,.diagramWrapper .diagram .diagramContentWrapper .diagramTitle{font-weight:900}.diagramWrapper .diagram .diagramContentWrapper .diagramContent{font-weight:500}.noscolling .content,.noscolling .description,.scrolling .content,.scrolling .description{line-height:1.75}.logIn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logIn button{background:linear-gradient(90deg,#00b9ef,#ff45d2);padding:12px 56px;border-radius:36px;font-size:24px;font-weight:900;color:#fff}.notfoundWrapper{width:100%;height:100vh;height:calc(var(--vh, 1vh)*100);display:flex;flex-direction:column;justify-content:center;align-items:center}.notfoundWrapper .notfound{width:40%;height:auto}@media screen and (max-width:640px){.notfoundWrapper .notfound{width:100%}}.notfoundWrapper .notfound img{width:100%;height:100%;object-fit:contain}.notfoundWrapper button{display:block;margin:48px auto 0;font-size:24px;font-weight:900;padding:8px 48px;color:#fff;border-radius:36px;background-color:#000}.about{height:100vh;height:calc(var(--vh, 1vh)*100)}.about .rock_background{position:fixed;width:100%;height:100%;top:0;left:0}.about .rock_background img{width:100%;height:100%;object-fit:cover}.about .rock_background img.background{position:absolute;top:0;left:0;opacity:0;z-index:-10;background-color:#000}.about .fixed_material{height:100vh;height:calc(var(--vh, 1vh)*100);display:flex;justify-content:center;align-items:center;z-index:10}.about .fixed_material .contents{position:fixed;font-size:36px;font-weight:700;opacity:0}.about .fixed_material .section1{font-size:60px;font-weight:900;box-sizing:border-box;word-break:keep-all;opacity:0}.about .fixed_material .section1 br:nth-of-type(3){display:none}.about .fixed_material .section1 .red{color:#ff4929}.about .fixed_material .section2.contents{top:20%;left:20%}.about .fixed_material .section2.contents .header{font-weight:900}.about .fixed_material .section2.contents .detail{margin-top:30px}.about .fixed_material .section3.contents{bottom:20%;right:20%}.about .fixed_material .dare_section,.about .fixed_material .dream_section{position:fixed;top:50%;left:50%;margin-top:-180px;margin-left:-180px;width:360px;height:360px}.about .fixed_material .dare_section img,.about .fixed_material .dream_section img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.about .fixed_material .dare_section.line{opacity:0}.about .fixed_material .dare_section .dare{transform:scale(0);opacity:0}.about .fixed_material .dare_section .front{z-index:10}.about .fixed_material .dare_section .back{z-index:-10}.about .fixed_material .dream_section{opacity:0;transform:scale(1);z-index:10}.about .fixed_material .dream_section .front{z-index:10}.about .fixed_material .dream_section .back{z-index:-10}@media screen and (max-width:1280px) and (min-width:641px){.about .section1.contents,.about .section2.contents,.about .section3.contents{transform:scale(.6)}}@media screen and (max-width:640px){.about .fixed_material .contents{font-size:15px}.about .fixed_material .section1{font-size:30px;padding:0 20px}.about .fixed_material .section1 br:nth-of-type(3){display:inline}.about .fixed_material .section2.contents{top:15%;left:20px}.about .fixed_material .section3.contents{bottom:10%;right:20px}.about .fixed_material .dare_section,.about .fixed_material .dream_section{margin-top:-150px;margin-left:-150px;width:300px;height:300px}}.about section{max-width:1280px;margin:0 auto;position:relative}.about section,.about section#section_1,.about section#section_4{height:200vh;height:calc(var(--vh, 1vh)*200)}.about section#section_brandstroy{margin-top:240px;height:100vh;height:calc(var(--vh, 1vh)*100)}.about section#section_5{height:auto;box-sizing:border-box;padding:240px 0 0}.about section#section_6{height:auto;box-sizing:border-box;padding:120px 0 480px}.about section#section_7,.about section#section_8{height:auto}.about section#section_5,.about section#section_6,.about section#section_7,.about section#section_brandstroy{z-index:999}.about section#section_1 .empty,.about section#section_2 .empty,.about section#section_3 .empty,.about section#section_4 .empty,.about section#section_5 .empty,.about section#section_7 .empty,.about section#section_8 .empty,.about section#section_brandstroy .empty{position:absolute;top:20px;height:10%}.about section#section_5,.about section#section_6{color:#fff}.about section#section_6 .empty{position:absolute;top:50%}@media screen and (max-width:1280px) and (min-width:641px){.about section#section_6{padding:120px 0 560px}}@media screen and (max-width:640px){.about section{max-width:none;width:100%}.about section#section_brandstroy{margin-top:240px;height:auto}.about section#section_6{padding:72px 0 360px}}.show{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.disappear,.show{transition-timing-function:ease}.disappear{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,50%,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-50%,0)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-50%,0)}}section .title{font-size:36px;font-weight:900;color:#ff4929}section .description{margin-top:48px;font-size:20px;font-weight:900;line-height:1.75}section .description span{color:#ff4929}section#section_5 .description br:nth-of-type(2){display:none}section .brandStoryWrapper{padding:72px}section .brandStoryWrapper .iframeWrapper{width:100%;padding-top:56.4%;position:relative}section .brandStoryWrapper .iframeWrapper iframe{display:block;padding:0;margin:0;position:absolute;top:0;left:0}section .brandStoryWrapper .link{color:#fff;font-weight:900;font-size:24px;margin:72px 0 48px;display:flex;justify-content:center;align-items:center;cursor:pointer}section .brandStoryWrapper .link img{z-index:100;position:relative;width:20px;margin-left:12px}section .deptInfo{display:flex;margin-top:124px}section .deptInfo .operationDept{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:840px}section .deptInfo .operationDept .singleDept{flex:0 0 auto;width:240px;word-break:keep-all;text-align:center}section .deptInfo .operationDept .singleDept:nth-of-type(n+4){margin-top:54px}section .deptInfo .operationDept .singleDept .deptName{font-size:20px;font-weight:900;padding:12px 0;position:relative}section .deptInfo .operationDept .singleDept .deptName:after{content:"";display:block;position:absolute;bottom:0;width:100%;height:2px;background-image:linear-gradient(90deg,#ff4929,#ff45d2)}section .deptInfo .operationDept .singleDept .deptDescription{font-size:14px;font-weight:500}section .deptInfo .operationDept .singleDept .deptDescription.first{margin-top:20px}section .deptInfo .operationDept .singleDept .deptDetail{font-size:14px;margin-top:30px}section .deptInfo .operationDept .singleDept .deptDetail span{padding:0 4px 0 0}section .deptInfo .labDept{margin:0 auto;text-align:center}section .deptInfo .labDept .deptName{color:#ff4929;font-size:20px;font-weight:900;padding:12px 0;position:relative}section .deptInfo .labDept .deptDescription{font-size:14px;font-weight:500}section .deptInfo .labDept .deptDescription.first{margin-top:20px}section .deptInfo .labDept .deptDetail{font-size:14px;margin-top:30px}section .deptInfo .labDept .deptDetail span{padding:0 4px 0 0}section .contentsWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}section .contentsWrapper .valueWrapper{margin:96px 0;width:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}section .contentsWrapper .valueWrapper span{font-size:72px;font-weight:900}section .contentsWrapper .mission{align-self:flex-end;font-size:40px;font-weight:900;line-height:1.5}section .contentsWrapper .mission span{color:#ff4929}section .contentsWrapper .circles{margin:72px 0;width:48px;height:72px}section .contentsWrapper .circles img{width:100%;height:100%;object-fit:contain}section .contentsWrapper .vision{font-size:60px;font-weight:900;color:#ff4929}section .contentsWrapper .vision br{display:none}section .historyWrapper{margin:40px auto 200px}section .historyWrapper .history{font-size:40px;font-weight:700;text-align:center}section .historyWrapper .history br{display:none}section .historyWrapper .historyList{width:75%;margin:72px auto;overflow:hidden}section .historyWrapper .historyList table{text-align:left}section .historyWrapper .historyList table tr{display:block;display:flex}section .historyWrapper .historyList table tr:nth-of-type(n+2){padding-top:24px}section .historyWrapper .historyList table tr td.year{width:6%;font-size:14px;font-weight:900;padding:6px;box-sizing:border-box}section .historyWrapper .historyList table tr td.content{width:94%;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500}section .historyWrapper .historyList table tr td.content span{display:block;width:50%;padding:6px;box-sizing:border-box}section .historyWrapper .historyMore{font-size:22px;font-weight:900;display:block;margin:0 auto;position:relative}section .historyWrapper .historyMore:after{content:"";width:100%;height:1px;position:absolute;bottom:0;left:0;background-color:#000}section .partnersWrapper{margin:24px auto;padding-bottom:96px;width:100%;position:relative}section .partnersWrapper .partnerPage{width:75%;margin:0 auto;display:flex;flex-wrap:wrap;position:relative}section .partnersWrapper .partnerPage .slick-slider{width:100%}section .partnersWrapper .partnerPage .slick-slider .slick-prev{display:none!important}section .partnersWrapper .partnerPage .slick-slider .slick-list .slick-track .slick-slide>div{width:100%;display:flex;flex-wrap:wrap}section .partnersWrapper .partnerPage .slick-slider .slick-list .slick-track .slick-slide>div .partner{width:16.5%;padding-top:16.5%;flex:0 0 auto;position:relative}section .partnersWrapper .partnerPage .slick-slider .slick-list .slick-track .slick-slide>div .partner img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}section .partnersWrapper .partnerPage .slick-slider .slick-list .slick-track .slick-slide[data-index="1"]>div .partner:nth-of-type(n+20) img{display:none}section .partnersWrapper .partnerPage .slick-slider .slick-next{display:none!important}section .flip{display:flex;margin:0 auto;position:relative}section .flip:after,section .flip:before{content:"";display:block;width:12px;height:12px;background-color:#000;border-radius:50%}section .flip:after{margin-left:24px}@media screen and (max-width:1280px) and (min-width:641px){section#section_5,section#section_6,section#section_7,section#section_8,section#section_brandstroy{transform:scale(.75)}}@media screen and (max-width:640px){section .description,section .title{font-size:15px;padding-left:20px}section#section_6 .title{display:none}section#section_5 .description br:nth-of-type(2){display:inline}section#section_5 .description br:nth-of-type(3){display:none}section .brandStoryWrapper{padding:48px 0}section .brandStoryWrapper .link{font-size:22px;margin:48px 0 0}section .brandStoryWrapper .link img{width:18px;margin-left:8px}section .deptInfo{margin-top:72px;flex-direction:column;justify-content:flex-start;align-items:center}section .deptInfo .operationDept{flex-direction:column;justify-content:center;align-items:center;width:100%}section .deptInfo .operationDept .singleDept:nth-of-type(n+2){margin-top:56px}section .deptInfo .operationDept .singleDept .deptName{font-size:15px}section .deptInfo .operationDept .singleDept .deptDescription{font-size:12px}section .deptInfo .operationDept .singleDept .deptDetail{font-size:12px;margin-top:10px}section .deptInfo .labDept{margin:64px 0 0}section .deptInfo .labDept .deptName{font-size:15px}section .deptInfo .labDept .deptDescription{font-size:12px}section .deptInfo .labDept .deptDetail{font-size:12px;margin-top:10px}section .contentsWrapper .valueWrapper{padding-left:20px;margin:48px 0;box-sizing:border-box}section .contentsWrapper .valueWrapper span{width:100%;font-size:44px}section .contentsWrapper .valueWrapper span:nth-of-type(n+2){margin-top:0}section .contentsWrapper .mission{font-size:15px;padding-right:20px}section .contentsWrapper .circles{margin:48px 0;width:36px;height:48px}section .contentsWrapper .vision{font-size:30px;text-align:center}section .contentsWrapper .vision br{display:inline}section .historyWrapper{margin:20px auto 100px}section .historyWrapper .history{font-size:15px;text-align:left;padding-left:20px;font-weight:900}section .historyWrapper .history br{display:inline}section .historyWrapper .historyList{width:calc(100% - 40px);margin:36px auto}section .historyWrapper .historyList table tr td.year{width:15%;font-size:12px;padding:6px 3px}section .historyWrapper .historyList table tr td.content{width:85%;font-size:12px}section .historyWrapper .historyList table tr td.content span{width:100%;padding:6 px 3px}section .partnersWrapper .partnerPage{width:calc(100% - 40px)}section .partnersWrapper .partnerPage .slick-slider{width:100%}section .partnersWrapper .partnerPage .slick-slider .slick-list .slick-track .slick-slide>div .partner{width:25%;padding-top:25%}section .flip:after,section .flip:before{width:8px;height:8px}section .flip:after{margin-left:18px}}.brandstory{z-index:99999!important}.brandstory .MuiDialog-scrollPaper{align-items:flex-start;margin-top:24px}.brandstory .MuiDialog-scrollPaper .MuiPaper-root{max-width:none;max-height:none;margin:0;border-radius:0}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:640px;height:900px;padding:0;box-sizing:border-box;overflow-y:auto}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root>img{width:100%;height:auto;display:block;margin:0;padding:0}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{position:absolute;top:24px;right:24px;width:20px;height:20px}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img{width:100%;height:100%;object-fit:contain}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button img.mobile{display:none}@media screen and (max-width:1280px) and (min-width:641px){.brandstory .MuiDialog-scrollPaper{transform:scale(.6);transform-origin:top}}@media screen and (max-width:640px){.brandstory .MuiDialog-scrollPaper{margin-top:0}.brandstory .MuiDialog-scrollPaper .MuiPaper-root{max-height:calc(100% - .1px)}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root{width:100%;height:100%}.brandstory .MuiDialog-scrollPaper .MuiPaper-root .MuiDialogContent-root button{width:16px;height:16px}}
/*# sourceMappingURL=main.6fd62f63.chunk.css.map */