@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/

/*공통*/
#wrapper{padding-top:0 !important;padding-bottom: 0;background: #fff;}
#container_wr{padding: 0;background: #fff;}
.gw-sec{padding:10rem 0;background: #fff;}
.gw-sec-con-1500{position:relative;margin:0 auto;width: var(--gw-width);}
.gw-sec .gw-btn01 {padding: 15px;max-width: 12rem;}
.gw-sec-container{position:relative;margin:0 auto;width: var(--gw-width);}
.gw-sec-sub-title {margin-bottom: 15px;display: block;font-size: var(--main-title04);font-style: italic;font-family: "Outfit", sans-serif;font-weight: 700;line-height: 1.2em;color: var(--main-color);}
.gw-sec-title {margin-bottom: 30px;font-size: var(--main-title02);font-weight: 700;color: #000;line-height: 1.3;}
.gw-dot{margin-right:10px;width: 10px;height: 10px;border-radius: 100%;background: var(--main-color);}

/*버튼*/
.gw-small-btn{position:relative;overflow:hidden;font-size:14px;letter-spacing:3px;font-family: "Outfit",'Pretendard', sans-serif;font-weight:700;width: 56px;height: 56px;line-height:56px;background: var(--main-color);text-indent: -200%;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
.gw-small-btn:before {content: "\e93e";display: block;font-family: xeicon;position: absolute;right: -12px;top: 50%;transform: translateY(-50%);}
.gw-small-btn:hover{text-indent: 0;width: 200px;text-align: center;}
.gw-small-btn:hover:before{right: 12px;}

/*gw-theme-main-lineup*/
#gw-theme-main-lineup .gw-lineup-list{display: flex; flex-wrap:wrap; margin:0 -1rem;}
#gw-theme-main-lineup .gw-lineup-list .gw-lineup-item{position: relative; width:calc(25% - 2rem); margin:0 1rem 12rem; background:#f5f5f5; padding:3rem 3rem 7rem; box-sizing:border-box;border-radius: 2rem;}
#gw-theme-main-lineup .gw-lineup-list .gw-txt-box{position: relative; z-index:1;}
#gw-theme-main-lineup .gw-lineup-list .gw-tit{font-size:var(--main-title04); line-height:1.5; letter-spacing:-0.025em; color:#000; font-weight:600; margin-bottom:1rem;}
#gw-theme-main-lineup .gw-lineup-list  .gw-txt{font-size:var(--main-text01); line-height:1.73; letter-spacing:-0.025em; color:#666; font-weight:500; margin-bottom:1rem}
#gw-theme-main-lineup .gw-link-btn {display: flex; align-items:center; justify-content:center; min-width:15rem; height:3rem; border-radius:3rem; background:#fff; color:#000; font-weight:500; border:1px solid #e2ebf0; transition:all 0.4s ease-in-out;  padding:0 1rem; box-sizing:border-box;}
#gw-theme-main-lineup .gw-lineup-list .gw-img-box{position: relative; max-width:30rem; width:100%; height:0; padding-top:65%; margin:auto; margin-top:-13rem;}
#gw-theme-main-lineup .gw-lineup-list .gw-img-box > img{position: absolute; top:0; left:0; bottom:0; right:0; margin:auto; max-width:100%; object-fit:contain; transform:translateY(13rem);}

/*gw-theme-main-mnauto*/
#gw-theme-main-mnauto .main-mnauto-list {display: flex;margin: 0 -1rem;}
#gw-theme-main-mnauto .main-mnauto-item {position: relative;margin: 0 1rem;overflow: hidden;width: calc(33.33% - 2rem);height: 38rem;border-radius: 2rem;transform-style:preserve-3d;transition:transform 0.4s ease-in-out;}
#gw-theme-main-mnauto .mnauto-inner {position: relative;padding: 3rem;overflow: hidden;width: 100%;height: 100%;box-sizing: border-box;}
#gw-theme-main-mnauto .mnauto-inner .gw-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#gw-theme-main-mnauto .main-mnauto-item:nth-of-type(1) .mnauto-inner .gw-bg{background: url('../img/gw-theme-main-mnauto-bg01.jpg') no-repeat center/cover;}
#gw-theme-main-mnauto .main-mnauto-item:nth-of-type(2) .mnauto-inner .gw-bg{background: url('../img/gw-theme-main-mnauto-bg02.jpg') no-repeat center/cover;}
#gw-theme-main-mnauto .main-mnauto-item:nth-of-type(3) .mnauto-inner .gw-bg{background: url('../img/gw-theme-main-mnauto-bg03.jpg') no-repeat center/cover;}
#gw-theme-main-mnauto .mnauto-inner .gw-tit {position: relative;font-size: var(--main-title03);font-weight: 700;color: #fff;line-height: 1.2em;}
#gw-theme-main-mnauto .mnauto-inner .gw-txt {position: relative;margin-top: 2rem;font-size: var(--main-text01);font-weight: 600;letter-spacing: -0.025em;color: #fff;line-height: 1.44em;}
#gw-theme-main-mnauto .mnauto-hover-con {position: absolute;top: 0;left: 0;padding: 3rem 3rem 3rem 2rem;width: 100%;height: 100%;background: var(--main-color);opacity:0;transition: all 0.4s ease-in-out;}
#gw-theme-main-mnauto .mnauto-hover-con:before{position: absolute; content:''; bottom:2rem; right:1rem; width:11rem; height:10rem; background:no-repeat center; background-size:cover; background-image:url('../img/gw-theme-main-mnauto-hover.png');}
#gw-theme-main-mnauto .mnauto-hover-con .gw-txt {position: relative; padding-left: 1rem; font-size:var(--main-text01); line-height:1.875; letter-spacing:-0.05em; color:#fff; font-weight:400;word-break:auto-phrase;transition: all 0.4s;}
#gw-theme-main-mnauto .mnauto-hover-con .gw-txt:not(:last-child) {margin-bottom: 1rem;}
#gw-theme-main-mnauto .mnauto-hover-con .gw-txt:before {position: absolute; content: '▪'; top: 0; left: 0; }
#gw-theme-main-mnauto .mnauto-hover-con.on,
#gw-theme-main-mnauto .mnauto-hover-con:hover{opacity: 1;}
#mnauto-swiper {display: flex;align-items: center;place-content: center;}
#mnauto-swiper .mnauto-ui {display: none;}

/*gw-theme-main-partner*/
#gw-theme-main-partner .main-partner-con{display: flex;}
#gw-theme-main-partner .left-box{width: 50%;}
#gw-theme-main-partner .left-box .gw-sec-title{word-break: auto-phrase;}
#gw-theme-main-partner .right-box{width: 50%;}
#gw-theme-main-partner .right-box .main-partner-list {display: flex;gap: 1rem;}
#gw-theme-main-partner .right-box .main-partner-item{overflow:hidden;position:relative;padding: 2rem;width: 50%;height: 28rem;background: var(--main-color);border-radius: 2rem;box-shadow: 10px 10px 40px -5px rgba(0,0,0,0.2);}
#gw-theme-main-partner .right-box .main-partner-item:before{position: absolute; content:''; bottom:0; right:0; width:22rem; height:14rem; background:no-repeat; background-size:cover;}
#gw-theme-main-partner .right-box .main-partner-item:first-of-type:before{background-image:url('../img/gw-theme-main-partner-img01.png');}
#gw-theme-main-partner .right-box .main-partner-item:last-of-type:before{background-image:url('../img/gw-theme-main-partner-img02.png');}
#gw-theme-main-partner .right-box .main-partner-item .gw-tit {width: 13rem;}
#gw-theme-main-partner .right-box .main-partner-item .gw-tit > img {width: 100%;object-fit: cover;}


/*gw-theme-main-flow-wrap*/
#gw-theme-main-flow-wrap{padding-top: 5rem;}
#gw-theme-main-flow-wrap .gw-flow-item {display: flex;white-space: nowrap;overflow: hidden;font-size: 200px;font-weight: 700;letter-spacing: -0.025em;color: rgba(0,0,0,0.1);line-height: 1.2;transition: all 0.3s;}
#gw-theme-main-flow-wrap .gw-flow-item .gw-txt {display: inline-block;padding-right: 7.5rem;animation: flowtext 16s linear infinite;}
@keyframes flowtext {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/*gw-theme-main-quick*/
#gw-theme-main-quick .main-quick-list {display: flex;}
#gw-theme-main-quick .main-quick-item {flex: 1;text-align: center;}
#gw-theme-main-quick .main-quick-item:not(:last-child){border-right: 1px solid #eaeaea;}
#gw-theme-main-quick .main-quick-item > a{display: flex;flex-direction: column;place-content: center;align-items: center;gap:10px;}
#gw-theme-main-quick .main-quick-item .gw-ico{width: 5rem;height: 5rem;}
#gw-theme-main-quick .main-quick-item .gw-ico > img{width: 100%;height: 100%;object-fit: cover;}
#gw-theme-main-quick .main-quick-item .gw-tit {padding-left:1.2rem;position: relative;font-size: var(--main-title03);font-weight: 700;line-height: 1.2em;}
#gw-theme-main-quick .main-quick-item .gw-txt {position: relative;font-size: var(--main-text01);letter-spacing: -0.025em;line-height: 1.44em;}

/*gw-theme-main-service*/
#gw-theme-main-service .gw-sec-container{width: var(--gw-area-width);}
#gw-theme-main-service .main-service-con{position: relative; width:100%; border-radius:4rem; background:no-repeat center right; background-size:cover; background-image:url('../img/gw-theme-main-service-bg.jpg'); z-index:1;}
#gw-theme-main-service .main-service-con:after{position: absolute; content:''; width:100%; height:2px; top:calc(50% - 1px); left:50%; transform:translateX(-50%); background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%);}
#gw-theme-main-service .main-service-item{display: flex;align-items:center;padding:4rem;}
#gw-theme-main-service .main-service-item .left-box{width:20rem;}
#gw-theme-main-service .main-service-item .left-box .gw-tit{margin-bottom:1rem;font-size:var(--main-title03); line-height:1.4; letter-spacing:-0.02em; color:#fff; font-weight:700;}
#gw-theme-main-service .main-service-item .right-box{width:calc(100% - 20rem);}
#gw-theme-main-service .main-service-item .right-box .gw-txt{font-size:var(--main-title04); line-height:1.375; letter-spacing:-0.05em; color:#fff;word-break:keep-all;}
#gw-theme-main-service .gw-btn01{background: var(--main-color);color:#fff;}






