@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:700;}
.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);}

/*버튼*/
.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:#83bc19;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: 28px;line-height: 1.4;font-weight: 700;font-family: 'Gmarket Sans';}
#gw-theme02-main-business .gw-text01 span{font-weight:200;text-transform: uppercase;}
#gw-theme02-main-business .gw-text02 {min-height: 44px;}
#gw-theme02-main-business .gw-small-btn {position: absolute;right: 0;bottom: 0;color: var(--main-color);background: #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 > 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: 100%;background: #ddd;}
#gw-theme02-main-about .gw-title-container {font-size: var(--main-title04);color: #004278;}
#gw-theme02-main-about .counter {font-size: 80px;font-family: 'Gmarket Sans', sans-serif;font-weight:700;}
#gw-theme02-main-about .gw-counter-text {font-size: 80px;font-family: 'Gmarket Sans', 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;color: #0d0d0d;}
.elite_main_tit{
    font-size: 45px;color: #464646;font-family: 'Gmarket Sans';font-weight: 400;
}
.elite_main_tit span{color: #83bc19;font-size: 58px;font-weight: 700;}
.elite_main_tit span.blue{color: #2566a2;}
/*gw-theme02-main-recruit*/
.gw-counter-container{margin-top: 7%;color: #282828;}
.main_small_txt{font-size: 20px;color: #343434;line-height: 1.4;margin-bottom: 5%;text-align: center;}
.main_pride{width: 100%;max-width: 80%;margin: auto;}
.main_pride img{width: 100%;}
#gw-theme02-main-recruit .gw-sec-title{padding-bottom: 2%;} 
#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;display: flex;flex-direction: row;justify-content: space-between;}
#gw-theme02-main-recruit .gw-recruit-item .gw-text01{font-family: "Gmarket Sans";font-weight:700;color:#fff;font-size: 18px;text-transform: uppercase;}
#gw-theme02-main-recruit .gw-recruit-item .gw-text02 {font-size:49px;letter-spacing: -1px;color: #fff;}
#gw-theme02-main-recruit .gw-recruit-item .gw-text03 {line-height: 1.5;color:#fff;}

/*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:25px; font-family: "Gmarket Sans";transition: all 0.4s;text-transform: uppercase;font-weight: 100;line-height: 1.4;letter-spacing: 5px;}
#gw-theme02-main-menu .gw-menu-item .gw-text01 span{font-weight: 700;padding-top: 10%;display: block;color: #62ba2d;letter-spacing: 0;}
#gw-theme02-main-menu .gw-menu-item .gw-text02{font-size:20px;}
#gw-theme02-main-menu .gw-menu-item > a:hover:before{opacity: 1;}

/* gw-theme02-main-location */
#gw-theme02-main-location{display:flex;height: 80vh;}
#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 .root_daum_roughmap_landing{height: 100%;}
#gw-theme02-main-location .gw-left .gw-map .root_daum_roughmap_landing .wrap_map{height: 100%!important;}
.map_ico{margin-bottom: 3%;}
#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;}
.partner{margin-top: -10%;}
#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: #fff;}
#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: unset!important;background: #fff;}
#gw-theme02-main-partners .gw-partner-item > img{width: 100%;}
#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;}

.inqinfo{width: 100%;background: #073049;}
.inqinfoarea{display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 4% 0;}
.inqinfo_left{color: #fff;line-height: 1.4;}
.inqinfo_tit{font-size: 58px;font-weight: 500;font-family: 'Gmarket Sans'}
.inqinfo_tit span{font-weight: 700;}
.inqinfo_txt{font-size:  18px;margin-top: 7%;line-height: 1.6;}
.inqinfo_right{width: 30.2083vw;}
.inqinfo_right img{width: 100%;}

/* 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 select{ 
    all:revert-layer;
    border-radius: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;}
#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;}
.radio_input{display: flex;}
.main_radio_area{display: flex;flex-direction: row;padding-left: 12px}
.radio-box{margin-right: 15px;}


@media screen and (max-width:1000px){
    #gw-theme02-main-inquiry .gw-input-container .gw-input-item.radio_input{height: unset;padding-top: 2%;padding-bottom: 2%;}
    .main_radio_area{flex-direction: column;}
    
    #gw-theme02-main-about .counter,#gw-theme02-main-about .gw-counter-text{font-size: 3em;}
    #gw-theme02-main-recruit .gw-sec-title{word-break: keep-all;}
    .main_small_txt{word-break: keep-all}
    .main_small_txt br{display: none;}
    .main_pride{max-width: 100%;margin-bottom: 10%;}
    #gw-theme02-main-menu .gw-menu-item .gw-text01 span br{display: none;}
    #gw-theme02-main-menu .gw-menu-item .gw-text01 span{padding-top: 0;word-break: keep-all;}
    #gw-theme02-main-menu .gw-menu-item .gw-text01{font-size: 1.5em;}
    #gw-theme02-main-menu .gw-menu-item .gw-text02{font-size: 1.2em;word-break: keep-all}
    #gw-theme02-main-inquiry .gw-textarea-item > textarea{height: 150px;}
    .main_small_txt{font-size: 1em;}
    
    #gw-theme02-main-recruit .gw-recruit-item .gw-text02{font-size: 2em;}
    #gw-theme02-main-recruit .gw-text-container{flex-direction: column;}
    
#gw-theme02-main-recruit .gw-recruit-item:first-child > a{background-image: url("../img/mgw-theme02-main-recruit-item01.jpg");}
#gw-theme02-main-recruit .gw-recruit-item:last-child > a{background-image: url("../img/mgw-theme02-main-recruit-item02.jpg");}
    
    .inqinfoarea{flex-direction: column;}
    .inqinfo_tit{font-size: 1.8em;word-break: keep-all;}
    .inqinfo_txt{font-size: 1em;word-break: keep-all;}
    .inqinfoarea{padding: 10% 20px!important;}
    .inqinfo_right{width: 70%;margin-top: 5%;}
    #gw-theme02-main-inquiry .chk_box{word-break: keep-all;}

}
