html{background-color:#fff}html,body{color:#333;font-weight:400;line-height:1.4;font-family:"Pretendard",sans-serif}body{overflow-x:hidden}*{margin:0;padding:0;border:none;border-collapse:collapse;font-style:normal;word-break:keep-all;box-sizing:border-box;list-style:none}html{font-size:62.5%}a{text-decoration:none;color:inherit}a:hover,a:focus,a:active,a:active{text-decoration:none;outline:none}button{border:none;cursor:pointer}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input:focus,textarea:focus,button:focus{outline:none}input,textarea{font-family:"Pretendard",sans-serif}img{max-width:100%;vertical-align:top}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 768px){a:hover,button:hover{cursor:default}}.header{position:fixed;width:100%;height:var(--headerHeight);top:0;left:0;z-index:5;transition:background .5s}.header.header_on,.header.joinHeader{background-color:#fff;border-bottom:.1rem solid #ddd;box-sizing:content-box}.header.header_on .header__logo,.header.joinHeader .header__logo{background:url(../images/common/logo_on.png) no-repeat center/cover}.header.header_on .header__allWrap div,.header.joinHeader .header__allWrap div{background-color:#000}.header.header_on .header__open div,.header.joinHeader .header__open div{background-color:#000}@media screen and (min-width: 960px){.header.header_on .menu>li>a,.header.joinHeader .menu>li>a{color:#000}}.header__head{width:95%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{width:19.5rem;height:4rem;text-indent:999999rem;font-size:0;flex-shrink:0;overflow:hidden;background:url(../images/common/logo.png) no-repeat center/cover}.header__logo a{display:block;height:100%}.header__open{background:none;display:flex;flex-direction:column;justify-content:space-between;row-gap:.5rem;width:3rem;height:2.2rem}.header__open div{width:100%;height:.3rem;background-color:#fff;position:relative;transition:all .3s}.header__open:not(.closeAll) div{height:.3rem}.header__open:not(.closeAll) div:nth-child(2){width:2.2rem;margin-left:auto}.header__open.closeAll{height:1.6rem;justify-content:flex-start}.header__open.closeAll .burgerCenter{display:none}.header__open.closeAll div{position:relative;left:-10%}.header__open.closeAll div:nth-child(1){transform:rotate(-45deg);top:46%;width:100%}.header__open.closeAll div:nth-child(3){transform:rotate(45deg);width:100%}.header__right{display:flex;align-items:center;justify-content:flex-end;gap:var(--gap-30)}.header .menu>li>a{text-transform:uppercase}@media screen and (max-width: 960px){.header__nav{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100dvh;top:-150%;left:0;background-color:#000154;box-sizing:border-box;padding:var(--headerHeight) 3% 5rem 3%;transition:top .3s;overflow-y:scroll;z-index:5}.header .menu{padding-block:3rem 7rem}.header .menu>li{text-align:center}.header .menu>li>a{display:block;font-size:3rem;font-weight:700;padding:1.5rem .5rem;position:relative;color:#fff}.header .menu>li .depth1{display:flex;flex-direction:column;position:relative}.header .menu>li .doOpen:after{transform:rotate(180deg)}.header.forMobile .header__logo{position:relative;z-index:6;background:url(../images/common/logo.png) no-repeat center/cover}.header.forMobile .header__open{z-index:6}.header.forMobile .header__open>div{background-color:#fff}.header.forMobile .header__nav{top:0}.header.forMobile .header__menu>li>a{color:#000}}@media screen and (min-width: 960px){.header:hover{background-color:#fff;border-bottom:.1rem solid #ddd;box-sizing:content-box}.header:hover .header__logo{background:url(../images/common/logo_on.png) no-repeat center/cover}.header:hover .header__allWrap div{background-color:#000}.header:hover .header__open div{background-color:#000}}@media screen and (min-width: 960px)and (min-width: 960px){.header:hover .menu>li>a{color:#000}}@media screen and (min-width: 960px){.header__head{justify-content:space-between}.header__open{display:none}.header__nav{height:100%;display:flex;align-items:center;transition:width .3s}.header__nav .menu{display:flex;justify-items:center;width:100%;height:100%;-moz-column-gap:min(2vw,4rem);column-gap:min(2vw,4rem)}.header__nav .menu>li{position:relative;height:100%}.header__nav .menu>li>a{font-size:min(1.2vw,1.6rem);font-weight:600;height:100%;display:flex;align-items:center;position:relative;color:#fff}.header__nav .menu>li>a::before{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;display:block;width:.6rem;height:0rem;background-color:var(--mainColor);transition:height .5s}.header__nav .menu>li:hover a{color:var(--mainColor)}.header__nav .menu>li:hover a::before{height:1.7rem}.header__right{display:none}}@media screen and (min-width: 1400px){.header__logo{width:24.4rem;height:5rem}}.footer{background-color:#fff;padding-block:var(--gap-25);text-align:center;border-top:.1rem solid #ddd}.footer__copy{font-size:1.5rem;color:#8d8d8d}