@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:170px 0;background: #fff;}
.gw-sec-con-1500{position:relative;margin:0 auto;width: 1500px;}
.gw-sec .gw-btn01 {max-width: 200px;}
.gw-sec-container{position:relative;margin:0 auto;width: 1500px;}
.gw-sec-sub-title {margin-bottom:20px;font-size: var(--main-title04);color: var(--main-color);text-transform: uppercase;letter-spacing:0.01px;font-family: "Josefin Sans", sans-serif;font-weight:400;}
.gw-sec-title {padding-bottom:80px;font-size: var(--main-title01);text-transform: uppercase;line-height:1.5;}
.gw-dot{margin-right:10px;width: 10px;height: 10px;border-radius: 100%;background: var(--main-color);}

@media screen and (max-width:768px) {
.gw-sec-sub-title {margin-bottom:0px;font-size: 16px; margin-top:50px;}
.gw-sec-title {padding-bottom:80px;font-size:40px;line-height:1.5;}
#gw-theme02-main-about .gw-sec-title, #gw-theme02-main-partners .gw-sec-title{font-size:28px !important; margin-top:10px;}



}



/*버튼*/
.gw-small-btn{position:relative;overflow:hidden;font-size:14px;letter-spacing:3px;font-family: "Josefin Sans", "NotoKr_B", 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-main-btn01{all:unset;position:relative;z-index:100;display:inline-block;padding:20px 40px;text-align: center;border: 2px solid #000;width: auto;color: #000;cursor:pointer;text-transform:uppercase;transition:all .3s;font-family:"Josefin Sans", "NotoKr_B", sans-serif;font-weight:700;}
.gw-main-btn01:before{content: "";display: block;position:absolute;top:0;left:0;z-index:-1;width: 0;height: 100%;background: #000;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
.gw-main-btn01:after{content: "\e93e";display: block;font-family: xeicon;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);opacity: 0;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
.gw-main-btn01:hover{padding: 20px 60px 20px 40px;color: #fff;}
.gw-main-btn01:hover:before{width: 100%;}
.gw-main-btn01:hover:after{opacity: 1;}

/*gw-theme02-main-business*/
#gw-theme02-main-business .gw-area{position:relative;display:block;cursor: pointer;}
#gw-theme02-main-business .gw-img-container{overflow: hidden;width: 100%;height: 600px;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
#gw-theme02-main-business .gw-img{width: 100%;height: 100%;transform: scale(1.06);transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);}
#gw-theme02-main-business .gw-img:before{content: "";display: block;position: absolute;top: 0;left: 0;z-index:1;width: 100%;height: 100%;background: url('../img/gw-theme02-main-business-bg.png') no-repeat center;background-size: cover;}
#gw-theme02-main-business .gw-text-container{padding-right:50px;position: absolute;top:50px;left: 50px;color: #fff;}
#gw-theme02-main-business .gw-text01 {font-size: var(--main-title03);}
#gw-theme02-main-business .gw-text02 {display: -webkit-box;/*-webkit-line-clamp: 2;*/-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;min-height: 64px !important;}
#gw-theme02-main-business .gw-small-btn {position: absolute;right: 0;bottom: 0;color: #fff;}
#gw-theme02-main-business .gw-area:hover .gw-img-container{transform: scale(1.06);}
#gw-theme02-main-business .gw-area:hover .gw-img{transform: scale(1);}
#gw-theme02-main-business .gw-area:hover .gw-small-btn{text-indent: 0;width: 200px;text-align: center;}
#gw-theme02-main-business .gw-area:hover .gw-small-btn:before{right: 12px;}

/*gw-theme02-main-about*/
#gw-theme02-main-about .gw-sec-container {text-align: center;}
#gw-theme02-main-about .gw-text-container{position: relative;display: flex;align-items: center;justify-content: center;overflow: hidden; height: 600px;}
#gw-theme02-main-about .gw-img-container{overflow:hidden;position: absolute;top: 0;left: 0; width: 100%;height: 100%;}
#gw-theme02-main-about .gw-img-container:before {content: "";width: 0;height: 100%;position: absolute;left: 50%;top: 0;transform:translateX(-50%);z-index: 1;background: #000;opacity: 0.6;transition:width 0.8s;transform-origin:center;}
#gw-theme02-main-about .gw-img-container > img{width: 0;transition:width 0.8s;transform-origin:center;}
#gw-theme02-main-about.on .gw-img-container:before{width: 100%;}
#gw-theme02-main-about.on .gw-img-container > img{width: 100%;}
#gw-theme02-main-about ul{position:relative;z-index:100;color:#fff;width: 100%;}
#gw-theme02-main-about ul > li{position: relative;flex:1;display:flex;flex-direction:column;align-items:center;place-content:center;gap:20px;}
#gw-theme02-main-about ul > li:not(:last-child):before {content: "";display: block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 30px;background: #ddd;}
#gw-theme02-main-about .gw-title-container {font-size: var(--main-title04);}
#gw-theme02-main-about .counter {font-size: var(--main-title01);font-family: 'Poppins_B', sans-serif;font-weight:700;}
#gw-theme02-main-about .counter-text{font-size: var(--main-title03);}
#gw-theme02-main-about .gw-text {line-height: 2;}

/*gw-theme02-main-recruit*/
#gw-theme02-main-recruit{background: #fff url("../img/gw-theme02-main-recruit-bg.png") right bottom no-repeat; background-size: 30%;}
#gw-theme02-main-recruit .gw-recruit-list {place-content: center;gap: 30px;}
#gw-theme02-main-recruit .gw-recruit-item > a {display: block;position:relative;width: 640px;height: 640px;background:no-repeat center top / cover;border-radius:0;transition: border-radius 1.3s;}
#gw-theme02-main-recruit .gw-recruit-item:first-child > a{margin-top:30%;background-image: url("../img/gw-theme02-main-recruit-item01.jpg");}
#gw-theme02-main-recruit .gw-recruit-item:last-child > a{background-image: url("../img/gw-theme02-main-recruit-item02.jpg");}
#gw-theme02-main-recruit .gw-text-container {padding: 70px;}
#gw-theme02-main-recruit .gw-recruit-item .gw-text01{font-family: "Josefin Sans", "NotoKr_B", sans-serif;font-weight:700;color:var(--main-color);}
#gw-theme02-main-recruit .gw-recruit-item .gw-text02 {font-size: var(--main-title01);letter-spacing: -1px;}
#gw-theme02-main-recruit .gw-recruit-item .gw-text03 {line-height: 1.5;color: #666;}

/*gw-theme02-main-menu*/
#gw-theme02-main-menu{height:100vh; min-height:800px; background:url("../img/gw-theme02-main-menu-bg.jpg") no-repeat center / cover;}
#gw-theme02-main-menu .gw-menu-list {height: 100%;}
#gw-theme02-main-menu .gw-menu-item{flex:1;height: 100%;}
#gw-theme02-main-menu .gw-menu-item:not(:first-child){border-left: 1px solid rgba(255,255,255,0.3);}
#gw-theme02-main-menu .gw-menu-item > a{position:relative;display: flex;place-content:center;align-items:center;width: 100%;height: 100%;text-align: center;color: #fff;}
#gw-theme02-main-menu .gw-menu-item > a:before{content:""; position:absolute; width:100%; height:100%; top:0; left:0;background: var(--main-color); opacity:0; transition: opacity 0.4s;}
#gw-theme02-main-menu .gw-text-container {position: relative;z-index: 100;}
#gw-theme02-main-menu .gw-menu-item .gw-text01{display:block; font-size:var(--main-title03); font-family: "NotoKr_B", sans-serif;opacity:0.5; transition: all 0.4s;}
#gw-theme02-main-menu .gw-menu-item .gw-text02{font-size:var(--main-title04);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
#gw-theme02-main-menu .gw-menu-item > a:hover:before{opacity: 1;}

/* gw-theme02-main-location */
#gw-theme02-main-location{display:flex;height: 70vh; max-height:910px;}
#gw-theme02-main-location .gw-sec-title{padding-bottom: 0;}
#gw-theme02-main-location .gw-sec-sub-title > span:after{background: #fff;}
#gw-theme02-main-location > div{height: 100%;}
#gw-theme02-main-location .gw-text-container {display:flex;flex-direction:column;align-items:center;width: 100%;}
#gw-theme02-main-location .gw-sec-container > div{height:100%;}
#gw-theme02-main-location .gw-left{width: 50vw;height:auto; }
#gw-theme02-main-location .gw-left .gw-map{overflow: hidden;width: 100%;height: 100%; }
#gw-theme02-main-location .gw-left .gw-map > img {width: 100%;height: 100%;object-fit: cover;}
#gw-theme02-main-location .gw-right{overflow: hidden;position: relative;display: flex;flex-direction: column;align-items: center;place-content: center;background: var(--main-color);text-align: center;color:#fff;width: 50vw;transition: all 0.5s;}
#gw-theme02-main-location .gw-right .gw-location-list > li:not(:first-child){margin-top: 10px;}
#gw-theme02-main-location .gw-main-btn01 {border-color: #fff;color: #fff;}
#gw-theme02-main-location .gw-main-btn01:before{background: #fff;}
#gw-theme02-main-location .gw-main-btn01:hover{color: #000;}





/*gw-theme02-main-banner*/
#gw-theme02-main-banner{position:relative;background:url(../img/gw-theme02-main-banner-img.jpg) 50% 50% no-repeat; background-size:cover; padding: 120px 0; background-attachment: fixed;}
#gw-theme02-main-banner:before {content: "";display: block;position: absolute;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
#gw-theme02-main-banner .gw-img-container {position:relative;display:flex;align-items:center;height: 100%;overflow: hidden;}
#gw-theme02-main-banner .gw-img-container > img {position:absolute;top:0;left:0;transition: all 1.5s;}
#gw-theme02-main-banner .gw-img-container:hover img {transform: scale(1.05) rotate(0.01deg);}
#gw-theme02-main-banner .gw-sec-container{z-index: 2;}
#gw-theme02-main-banner .gw-text {font-size: var(--main-title02);line-height: 1.5;}
#gw-theme02-main-banner .gw-main-btn01{border: 2px solid #fff;color: #fff;}
#gw-theme02-main-banner .gw-main-btn01:before{background: #fff;}
#gw-theme02-main-banner .gw-img-container:hover .gw-main-btn01{padding: 20px 60px 20px 40px;color: #000;}
#gw-theme02-main-banner .gw-img-container:hover .gw-main-btn01:before{width: 100%;}
#gw-theme02-main-banner .gw-img-container:hover .gw-main-btn01:after{opacity: 1;}

/* gw-theme02-main-partners */
#gw-theme02-main-partners{background: #f8f8f8;}
#gw-theme02-main-partners .gw-partner-container {position: relative;width: 100%;}
#gw-theme02-main-partners .gw-partner-container > div {overflow: hidden;position: relative;width: 100%;height: 100px;}
#gw-theme02-main-partners .gw-partner-items {display: flex;gap:20px;}
#gw-theme02-main-partners .gw-partner-item {margin:0 10px;overflow:hidden;width:250px;height: 100px;background: #fff;box-shadow: 0 0 2px rgba(0,0,0,.01),4px 12px 36px rgba(0,0,0,.01);}
#gw-theme02-main-partners .gw-partner-item > img{width: 100%;height: 100%;object-fit: cover;}
#gw-theme02-main-partners .gw-partner-banner > li {flex: 1;}
#gw-theme02-main-partners .gw-partner-banner > li > a{position:relative;display:block;width:100%;height: 200px;}
#gw-theme02-main-partners .gw-partner-banner .gw-bg {overflow:hidden;opacity:0;position:relative;width: 100%;height: 100%;transition: all .3s;}
#gw-theme02-main-partners .gw-partner-banner .gw-bg:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #f8f8f8;display: block;transform: translateX(-101%);}
#gw-theme02-main-partners .gw-partner-banner >li:first-child .gw-bg {background: url("../img/gw-theme02-main-partners-bg01.jpg") center no-repeat;background-size: cover;}
#gw-theme02-main-partners .gw-partner-banner >li:last-child .gw-bg {background: url("../img/gw-theme02-main-partners-bg02.jpg") center no-repeat;background-size: cover;}
#gw-theme02-main-partners .gw-text-container {position: absolute;top: 50%;left: 50px;transform:translateY(-50%);color:#fff;}
#gw-theme02-main-partners .gw-title {font-size: var(--main-title02);color: #fff;font-family: 'NotoKr_SB', sans-serif;}

/* gw-theme02-main-inquiry */
#gw-theme02-main-inquiry {background: url('../img/gw-theme02-main-inquiry-bg.jpg') center no-repeat;background-size: cover;}
#gw-theme02-main-inquiry > form {display: flex;align-items: center;place-content: center;height: 100%;}
#gw-theme02-main-inquiry .gw-sec-con-1440{width: 1200px;}
#gw-theme02-main-inquiry .gw-sec-sub-title{color:#fff;}
#gw-theme02-main-inquiry .gw-input-container > ul {width:calc(50% - 30px);}
#gw-theme02-main-inquiry .gw-input-container > ul > li{margin-top:15px;}
#gw-theme02-main-inquiry .gw-input-container .gw-input-item{padding:0 30px 0 80px;position:relative;background: #f8f8f8;height:55px;border-radius: 30px;}
#gw-theme02-main-inquiry .gw-input-container .gw-input-title{position:absolute; top:0px; left:0px; width:100px; line-height:55px;text-align: center;font-family: 'NotoKr_B', sans-serif;}
#gw-theme02-main-inquiry .gw-input-container .gw-input{width:100%;background: #f8f8f8;border: none;height:55px;}
#gw-theme02-main-inquiry .gw-input-container .gw-file-input-container{background: #f8f8f8;border-radius: 30px;}
#gw-theme02-main-inquiry .gw-input-container .file-name{padding: 0;padding-left: 30px;border: none;background: #f8f8f8;color:#666;width: 100%;border-radius: 30px;line-height: 55px;}
#gw-theme02-main-inquiry .gw-check-list{align-items: center;place-content: center;cursor: pointer;color: #fff;}
#gw-theme02-main-inquiry .gw-file-input-container{cursor: pointer;}
#gw-theme02-main-inquiry .gw-file-input-button {top: 50%;right: 20px;transform: translateY(-50%);height: 30px;line-height: 30px;border-radius: 30px;background:#000;}
#gw-theme02-main-inquiry .gw-textarea-item > textarea {padding:30px;border: none;background: #f8f8f8;border-radius: 30px;height: 260px;margin-top: 15px;color:#666;}
#gw-theme02-main-inquiry input[type="checkbox"].on + .check-label:before {content: "\e928";font-family: "xeicon";border-color: var(--main-color);background: var(--main-color);font-weight: 600;line-height: 16.5px;color: #fff;}
#gw-theme02-main-inquiry .gw-search {display: inline-block;width: 30px;height: 30px;line-height: 30px;background: #fff;color: #000;border-radius: 100%;cursor: pointer;box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);}
#gw-theme02-main-inquiry .gw-search > i {font-size: 14px;}
#gw-theme02-main-inquiry .gw-main-btn01 {border-color: #fff;color: #fff;}
#gw-theme02-main-inquiry .gw-main-btn01:before{background: #fff;}
#gw-theme02-main-inquiry .gw-main-btn01:hover{color: #000;}




