@import url(/css/default.css);
@import url(/css/common.css);
@import url(/css/mobile.css);

/* layout */
#wrap{
  padding-top: 80px;
}
#container{
  padding-top: 60px;
  padding-bottom: 120px;
  min-height: 60vh;
  min-height: calc(100vh - 380px);
}
#container #contents{}
#container #contents .content{}
.inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

/* header */
#header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  border-bottom: 1px solid #E1E5ED;
  background: #fff;
}
#header .gnb-wrap{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
.logo a {
  display: block;
  height: 40px;
}
.logo a img{
  width: 100%;
  height: 100%;
}
#header .gnb-wrap  .util-wrap{
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .gnb-wrap  .util-wrap a{
  display: flex;
  width: 40px;
  height: 40px;
}
#header .gnb-wrap  .util-wrap .btn{
  background: var(--main);
}

#nav{
  position: relative;
}
#nav #gnb {
  color: #0D111A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  height: 80px;
}
#nav #gnb > li > a{
  display: block;
  font-size: 18px;
  transition: all .2s ease;
  font-weight: 600;
}
#nav #gnb > li:hover > a{
  color: var(--main);
}
#nav #gnb > li .gnb-depth{
  display: none;
  justify-content: center;
  position: fixed;
  background: #fff;
  padding: 20px 0 28px;
  left: 0;
  right: 0;
  top: 80px;
  gap: 0 60px;
  border-bottom: 2px solid var(--line);
  transition: all .2s ease;
}
.gnb-on #nav #gnb > li.on .gnb-depth{
  display: flex;
  align-items: center;
}
#nav #gnb > li .gnb-depth li a{
  font-weight: 600;
}
#nav #gnb > li .gnb-depth li a:hover{
  color: #3568D4;
  font-weight: bold;
}

#mob-nav,
#mob-nav-btn{
  display: none;
}
/* mobile 메뉴 */


#footer{
  padding: 40px 0;
  color: var(--txt-sub);
  border-top: 1px solid var(--line);
  /* font-size: 14px; */
}
#footer > section{
  padding: 0 4%;
}
.ft-top{
  margin-bottom: 20px;
}
.ft-logo img{
  height: 52px;
  opacity: 0.4;
}
#footer address{
  font-style: normal;
  display: flex;
  gap: 100px;
}
#footer address dl{
  padding: 8px 0;
  display: flex;
}
#footer address dl dt{
  width: 140px;
  opacity: 0.8;
  font-weight: 600;
  color: var(--txt);
}
#footer address dl dd{
	width: calc(100% - 100px);
}
#footer .footer-btm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 24px;
}
#footer .copyright{
  opacity: 0.6;
}
.ft-nav{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ft-nav b{
  color: var(--main);
}



@media (max-width: 850px) {
  #wrap {
    padding-top: 66px;
  }
  /* 모바일메뉴 */
  #nav{
    display: none
  }
  #header {
    height: 66px;
  }
  #header .gnb-wrap {
    height: 66px;
  }
  #mob-nav-xbtn,
  #mob-nav-btn{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 4px;
  }
  .logo a{
    height: 32px;
  }
  #header .gnb-wrap .util-wrap {
    gap: 12px;
  }
  #header .gnb-wrap .util-wrap a {
    width: 32px;
    height: 32px;
  }
  .mob-nav-top{
    padding: 0 4%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header_btm {
    height: auto;
  }
  #mob-nav{
    display: block;
    z-index: 10;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    transition: all .3s ease;
  }
  #mob-nav.active{
    display: block;
    top: 0;
    transition: all .3s ease;
  }
  #mob-nav #mob-gnb{
    background: #fff;
  }
  #mob-nav #mob-gnb {
    margin-top: 8%;
  }
  #mob-nav #mob-gnb > li > a{
    font-size: 20px;
    padding: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: var(--title);
  }
  #mob-nav #mob-gnb > li > a:hover,
  #mob-nav #mob-gnb > li.active > a{
    color: var(--main);
  }

  /* footer */
  #footer{
    font-size: 14px;
  }
  .ft-logo img {
    height: 32px;
  }
  #footer address {
    flex-wrap: wrap;
    gap: 0;
  }
  #footer address dl {
    padding: 4px 0;
  }
  #footer address dl dt{
    width: 100px;
  }
  #footer .footer-btm {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 12px;
  }

}




/* etc */
/* 이용약관 */
.terms-box{
  color: var(--txt);
  line-height: 1.6em;
}
.terms-box h4{
  color: var(--title);
  font-size: 1.25em;
  margin-bottom: 16px;
  font-weight: normal;
  font-family: 'GmarketSansMedium';
}
.terms-box .h4-list{
  margin-bottom: 60px;
}
.terms-box .h4-list > li{
  margin-bottom: 24px;
}
.terms-box h5{
  color: var(--main);
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 12px;
}
.terms-box .txt-list > li{
  text-indent: -20px;
  padding-left: 20px;
  margin: 8px 0;
}
.terms-box .inner-list{
  padding-left: 20px;
}
.terms-box .inner-list li{
  margin: 4px 0;
}

/* 개인정보처리방침 */
.privacy-box{
  color: var(--txt);
  line-height: 1.6;
}
.privacy-box .notice-box{
  margin-bottom: 32px;
  color: var(--title);
}
.privacy-box h5{
  color: var(--main-dark);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.privacy-box .h5-list{
  margin-bottom: 60px;
}
.privacy-box .h5-list > p{
  color: var(--title);
  margin-bottom: 8px;
  font-weight: 500;
}
.privacy-box .num-list > li {
  padding-left: 28px;
  margin: 8px 0;
}
.privacy-box .num-list > li:before {
  top: 0px;
}
.privacy-box .num-list > li p{
  color: var(--tit);
}
.privacy-box .num-list > li > .bu-list {
  margin-top: 12px;
}
.privacy-box .h5-list .dl-card-box{
  margin: 12px 0 20px;
}

.privacy-box h6{
  color: var(--title);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 8px;
}

/* // etc */

/* 메인 */
#main-container .inner{
  max-width: 1600px;
}
.main-visual{
  position: relative;
  padding: 0;
  height: calc(70vh - 80px);
  overflow: hidden;
}
.main-visual article{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-visual .main-vis-bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s ease-in-out;

  background-image: url(/images/main_vis.jpg);
}
.main-visual .main-vis-txt{
  color: #fff;
  overflow: hidden;
}
.main-visual .main-vis-txt strong{
  font-family: var(--font);
  display: block;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 20px;
}
.main-visual .main-vis-txt p{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.8;
}
.main-visual .main-vis-txt .btn{
  width: 200px;
}

#main-content > article{
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-title{
  color: var(--title);
  margin-bottom: 40px;
}
.main-title p{
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.main-title p:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--title);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.main-title strong{
  display: block;
  font-size: 32px;
  font-family: var(--font);
  margin-bottom: 20px;
  line-height: 1.5;
}
.main-title span{
  color: var(--txt-sub);
  line-height: 1.75;
}

.main-vision{
  background: url(/images/main_about.jpg) no-repeat top 120px right;
}
.main-vision .main-title {
  margin-bottom: 40px;
}
.main-vision .main-title strong{
  font-size: 40px;
}
.our-work{
  display: flex;
  gap: 60px;
}
.our-work b{
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 900;
  color: var(--title);
}
.our-work b em{
  font-style: normal;
  font-size: 20px;
}
.our-work p{
  color: var(--txt-sub);
}
.v-list{
  display: flex;
  gap: 40px;
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid var(--line);
  line-height: 1.6;
}
.v-list > li{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.v-list > li .dot{
  display: block;
  width: 4px;
  height: 4px;
  background: var(--title);
  border-radius: 100%;
}
.v-list > li strong{
  color: var(--title);
  font-size: 28px;
  font-weight: 400;
}
.v-list > li strong b{
  font-weight: 700;
}
.main-project{
  background: #FBF8F5;
  padding-bottom: 120px !important;
}
.main-project .main-title{
  text-align: center;
}

.project-list {}
.project-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}
.project-list > ul > li{
  width: calc((100% - 48px) / 3);
}
.project-list > ul > li:nth-child(2){
  align-items: center;
}
.project-list .img-box{
  position: relative;
  background: url(/images/sample.jpg) no-repeat center/cover;
  height: auto;
  padding-top: 60%;
  cursor: pointer;
  border-radius: 4px;
}
.project-list .img-box .tag{
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 13px;
  background: #fff;
  color: var(--main-darkest);
  border-radius: 4px;
  font-weight: 700;
}
.project-list .txt-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.project-list .txt-box strong{
  display: block;
  color: var(--title);
  font-size: 18px;
  font-weight: 600;
  /* font-family: var(--font); */
}
.project-list .txt-box .date{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--txt-sub);
  /* border: 1px solid var(--line);
  border-radius: 50%;
  padding: 6px 20px; */
}
.main-banner{
  background: url(/images/main_banner.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 100px 0 !important; */
}
.main-banner .txt-box{
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.main-banner strong{
  display: block;
  font-size: 36px;
  margin-bottom: 16px;
}
.main-banner p{
  font-size: 22px;
  opacity: 0.5;
  margin-bottom: 40px;
}
.main-banner .btn{
  padding: 0 40px;
}





/* 서브 */
.sub-wrap{}
.sub-head-wrap{
  color: #fff;
  background: url(/images/sub_banner.jpg) no-repeat center;
  background-size: cover;
}
.sub-head-wrap .inner{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 400px;
}
.sub-head-wrap img{
  display: block;
  height: 36px;
}
.sub-head-wrap img[data-aos^=fade][data-aos^=fade].aos-animate{
  opacity: 0.5;
}
.sub-head-wrap h2{
  font-size: 60px;
}
.sub-head-wrap{}
.breadcrumb{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.breadcrumb li img{
  width: 20px;
  height: 20px;
}
.breadcrumb li{
  position: relative;
  opacity: 0.6;
}
.breadcrumb li:last-child{
  opacity: 1;
}
.sub-head-wrap .sub-head-btmbar{
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 80px 80px 0 0 ;
}
.sub-contents{
  padding: 40px 0 120px;
}

.sub01 .sub-conts{
  display: flex;
  align-items: flex-end;
  margin-top: 120px;
}
.sub01 .sub-conts .img-box {
  position: relative;
  width: 50%;
  overflow: visible;
}
.sub01 .sub-conts:nth-child(1) .txt-box {
  padding-left: 120px;
}
.sub01 .sub-conts:nth-child(1) .img-box .tag{
  position: absolute;
  top: 60px;
  right: -240px;
  border-radius: 0;
  padding: 0 20px;
  background: var(--main);
  color: #fff;
  font-weight: 300;
}
.sub01 .sub-conts:nth-child(1) .img-box .tag span{
  opacity: 0.4;
  font-weight: 600;
  padding-right: 8px;
}
.sub01 .txt-box strong{
  display: block; 
  font-family: "Noto Serif KR", serif;
  font-size: 40px;
  color: var(--title);
  margin-bottom: 52px;
}
.sub01 .txt-box p{
  color: var(--txt-sub);
  font-size: 18px;
  line-height: 1.7;
}
.sub01 .txt-box p + p{
  margin-top: 16px;
}
.sub01 .sub-conts:nth-child(2){
  justify-content: flex-end;
}
.sub01 .sub-conts:nth-child(2) .txt-box {
  padding-right: 120px;
}
.sub01 .sub-conts:nth-child(3){
  color: #fff;
  background: url(/images/brand03.png) no-repeat center;
}
.sub01 .sub-conts .inner{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 200px 0 120px;
}
.sub01 .sub-conts .left-box{
}
.sub01 .sub-conts .left-box b{
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
.sub01 .sub-conts .left-box p{
  font-family: "Noto Serif KR", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.sub01 .sub-conts .right-box{}
.sub01 .sub-conts .right-box ul{
  line-height: 30px;
  position: relative;
}
.sub01 .sub-conts .right-box ul:before{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  top: 12px;
  left: calc(140px - 5px);
}
.sub01 .sub-conts .right-box ul:after{
  content: ">";
  display: block;
  width: 24px;
  height: 24px;
  /* background: url(/images/right_w.svg) no-repeat; */
  transform:rotate(90deg);
  position: absolute;
  opacity: 0.4;
  font-size: 32px;
  font-weight: 200;

  left: 129px;
  bottom: -20px;
}
.sub01 .sub-conts .right-box ul li{
  display: flex;
  gap: 160px;
}
.sub01 .sub-conts .right-box ul li + li{
  margin-top: 80px;
}
.sub01 .sub-conts .right-box ul li strong{
  position: relative;
  display: block;
  width: 62px;
  font-size: 24px;
  font-weight: 600;
}
.sub01 .sub-conts .right-box ul li strong:before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid var(--main-lightest);
  border: 3px solid #A89C93;
  background: #fff;
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 9px;
  right: -80px;
}
.sub01 .sub-conts .right-box ul li dl{
  display: flex;
  gap: 80px;
  font-size: 18px;
}
.sub01 .sub-conts .right-box ul li dl dt{
  width: 28px;
  font-weight: 700;
}
.sub01 .sub-conts .right-box ul li dl dd p + p{
  margin-top: 20px;
}

.sub02 {}
.sub02 .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.sub02 .title-box b{
  display: block;
  color: var(--main-lighter);
  margin-bottom: 12px;
}
.sub02 .title-box p{
  font-size: 40px;
  color: var(--title);
  font-weight: 700;
}
.sub02 .tab-menu-wrap{
  margin-bottom: 60px;
}
.total-box{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 28px;
}
.total-box img{
  width: 20px;
  height: 20px;
}
.total-box b{
  color: var(--main);
}

/* 갤러리 */
.gallery-list > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.gallery-list > ul > li{
  width: calc((100% - 80px) / 3);
  cursor: pointer;
}
.gallery-list > ul > li .img-box{
  height: 300px;
  border-radius: 8px;
}
.gallery-list > ul > li .txt-box{
  margin-top: 16px;
  color: var(--txt-sub);
}
.gallery-list > ul > li .txt-box .tag{
  margin-bottom: 8px;
  font-weight: 600;
}
.gallery-list > ul > li .txt-box strong{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  max-height: calc(1em * 1.3 * 2);
  
  font-size: 24px;
  color: var(--title);
  margin-bottom: 4px;
}
.gallery-list > ul > li .txt-box .date{
  display: block;
  color: var(--gray-dark);
  padding-top: 12px;
}
.paging{
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 60px;
}
.paging .paging-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  opacity: 0.8;
  transition: all .2s ease;
}
.paging .paging-btn:hover{
  opacity: 1;
}
.paging .paging-num{
  display: flex;
  align-items: center;
  margin: 0 20px;
  color: var(--title);
}
.paging .paging-num li{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.paging ul li a{
  display: block;
}
.paging .paging-num li a{
  opacity: 0.6;
  font-weight: 600;
  transition: all .2s ease;
}
.paging .paging-num li:hover a{
  opacity: 1;
}
.paging .paging-num li.chk a,
.paging .paging-num li.chk:hover a{
  opacity: 1;
  font-weight: 700;
  color: var(--main);
  border-bottom: 3px solid var(--main);
}

.gallery-list > ul > li .txt-box .divider-list{
  margin-bottom: 12px;
  color: var(--txt-sub);
  font-size: 14px;
}
.gallery-list > ul > li .txt-box .divider-list li:first-child{
  color: #03C75B;
}
.sub03 .gallery-list > ul > li .txt-box strong{
  font-size:20px;
  font-weight: 600;
}
.sub03 .gallery-list > ul {
  gap: 60px 32px;
}
.sub03 .gallery-list > ul > li {
  width: calc((100% - 96px) / 4);
}

.detail-wrap .txt-box .tag{
  font-weight: 700;
}
.detail-wrap .txt-box strong{
  display: block;
  color: var(--title);
  font-size: 40px;
  margin: 8px 0 32px;
}
.detail-wrap .txt-box .dl-list{
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 24px;

  font-size: 18px;
}
.detail-wrap .txt-box p{
  color: var(--txt);
  line-height: 1.7;
}
.detail-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}
.detail-wrap .img-box{
  width: 50%;
  border-radius: 8px;
}
.img-list-wrap{
  padding: 0 8%;
}
.img-list-wrap .img-list{}
.img-list-wrap .img-list li{
  margin-top: 20px;
}
.img-list-wrap .img-list img{
  width: 100%;
}

.sub05 .sub-contents{
  display: flex;
  gap: 80px;
}
.sub05 .sub-contents .left-box{
  width: 40%;
}
.sub05 .sub-contents .left-box strong{
  display: block;
  font-size: 40px;
  color: var(--title);
  line-height: 1.4;
  margin-bottom: 80px;
}
.cont-list li{
  display: flex;
  gap: 24px;
}
.cont-list li + li{
  margin-top: 32px;
}
.cont-list li .ico-box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: var(--main-bg);
  flex: 0 0 auto;
}
.cont-list li .ico-box img{
  width: 24px;
  height: 24px;
}
.cont-list li > dl{
  padding-top: 4px;
}
.cont-list li > dl > dt{
  font-size: 20px;
  margin-bottom: 8px;
}
.cont-list li > dl > dd{
  color: var(--txt-sub)
}

.sub05 .sub-contents .right-box{
  width: 60%;
  
  padding: 48px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.sub05 .form-list{
  margin-bottom: 40px;
}
.form-list > li + li{
  margin-top: 24px;
}
.form-list label{
  display: block;
  color: var(--title);
  font-weight: 500;
  margin-bottom: 8px;
}
.form-list .chk-list label{
  margin-bottom: 0;
}
.form-list input,
.form-list textarea{
  width: 100%;
}
.sub05 h4{
  font-size: 20px;
  color: var(--title);
  margin-bottom: 16px;
}
.sub05 .btn{
  width: 100%;
  margin-top: 60px;
}

.sub05 .scroll-area-outer{
  margin-bottom: 8px;
}
.sub05 .scroll-area{
  color: var(--txt-sub);
  font-size: 14px;
  line-height: 1.6;
}
.sub05 .terms > ul > li > strong{
  font-size: 16px;
}


.quick{
  position: fixed;
  z-index: 101;
  transform: translateY(56px);
  transition: .3s ease-out;
  right: 4%;
  bottom: 150px;
}
.quick {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow-xs);
}