@charset "UTF-8";

:root {
  --color: #65dbbc;

  --fs40: 4.0rem;
  --fs32: 3.2rem;
  --fs28: 2.8rem;
  --fs24: 2.4rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs14: 1.4rem;

  --c-01: #7e9c81;
  --c-02: #a1ddae;
--f-01:#fff;
}


.quick{position: fixed; right: 0; top: 20%; z-index: 3; display: flex; flex-direction: column; gap:2px 0px;}
/*#top_btn{display: none;}*/

#fp-nav ul li:last-child{display: none;}
.Hfull{position: relative;}
.swiper_btn_wrap{display: flex; width: 96%; justify-content: space-between; position: absolute; top: 45%; z-index: 3; left: 0; right: 0; margin: 0 auto;}
.swiper_btn_wrap div{font-family: 'SUIT-Regular'; width: 55px; height: 55px; border-radius: 50%; text-align: center; line-height: 55px; color: #888; background: rgba(255,255,255,0.7); font-size: 2.6rem;}

/* main header */
.fp-viewing-page1 #header{background:none; border:none; box-shadow:none;}
.fp-viewing-page1 #header .head_menu .logo .main{display:block;}
.fp-viewing-page1 #header .head_menu .logo .nomain{display:none;}
.fp-viewing-page1 #header .head_menu .main_menu .dept1>a {color: #ffffff;}
.fp-viewing-page1 #header .head_menu .main_menu .dept1>a.active{color:var(--c-02);}
/* ///// */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-color: var(--c-02);}
/* /////////// */
#header .head_menu .main_menu .dept1>a.active { color: var(--c-02);font-weight: bold;}
#header .head_menu .main_menu .dept1>a.menuon {color: var(---c-02);font-weight: bold;}


/* ///// */

/* #section0{background: url('../img/pc_bg.png')no-repeat; background-size: cover; background-position: center;height: 100%;} */
#section0 .width{height: 100%;}

/* 01-페이징효과 */
#section0{height: 100vh !important;position: relative;}
#section0 .width{height: 100%;}

.main_bg{display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../img/pc_bg.png) no-repeat; background-size:cover; background-position:center;}
.animation-on .main_bg{animation:visualScale 5s forwards ease;}

[data-txt]{opacity:0; transition:all 1.6s ease; transform:translateY(40px);}
.animation-on [data-txt]{opacity:1; transform:translateY(0px);}
.animation-on [data-txt="01"]{transition-delay:0.1s;}
.animation-on [data-txt="02"]{transition-delay:0.2s;}

@keyframes visualScale {
    from {
      transform: scale(1.02);
    }
    to {
        transform: scale(1.0);
    }
}




/* //////// */
#section0 .main_text{height: 100%;width: 100%;display: flex; justify-content: flex-start; align-items: flex-start;}
#section0 .main_text img{width: 33%; margin-left: 13%;}
/* /////// */

.main_img{display: flex;}
.main_img a{width: 33.33333%;}
.main_img a img{width: 100%;}

/* #section2 .swiper-slide img{width: 100%;} */

.main_map{background: #fff; }
.main_map .width{display: flex; justify-content: space-between; gap:30px 0px; align-items: center;}
.main_map .root_daum_roughmap{width: 50% !important;}
.main_map .text{width: 45%;}
.main_map .text h2{font-size: 3.5rem; font-weight: bold; margin-bottom: 20px;}
.main_map .text  ul li{display: flex; font-size: 2.0rem; font-weight: 500; margin-top: 15px;}
.main_map .text  ul li span{font-size: 2.0rem; font-weight: bold; margin-right: 5px;  color: #4a4a4a;}
.main_map .text .naver{width: 250px; height: 45px; line-height: 45px; border-radius: 5px; display: block; margin-top: 40px; background: #222; text-align: center; color: #fff; font-size: 1.8rem; font-weight: 500;}
.main_map .text .naver span{font-family: 'SUIT-Regular'; margin-left: 10px;}
.main_map .text .tel{margin-top: 30px; font-size: 3.0rem; font-weight: 600; display: block;}

#ft{background: #252628;}
.foot_info_wrap{width: 100%;}
#ft .footer{display: flex; align-items: center; gap: 25px 30px;}
#ft .foot_info{display: flex; gap:3px 0.7%; justify-content: center; width: 100%; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.4rem; color: #eee; font-weight: 200;}
#ft .foot_info span{font-size: 1.4rem; color: #eee; font-weight: 200;}
#ft .foot_info a{font-size: 1.4rem; color: #eee; font-weight: 200;}
#ft .copyright{margin-top: 10px;text-align: center;}
#ft .copyright span{font-size: 1.4rem; color: #eee; font-weight: 200;}

.page1 .width{display: flex; justify-content: space-between; align-items: center; gap: 30px 0px;}
.page1 .width img{width: 45%; }
.page1 .text{width: 50%;}
.page1 .text h2{font-size: 3.2rem; font-weight: bold;}
.page1 .text p{font-size: 1.8rem; font-weight: 400; margin-top: 20px; line-height: 150%; color: #666;}
.page1 .text a{font-size: 3.0rem; font-weight: bold; margin-top: 30px; display: block;}
.page1 .text *{opacity:0; transition:all 1s ease; transform:translateY(40px);}
.section.active .page1 .text p{transition-delay:0.4s;}
.section.active .page1 .text h2{transition-delay:0.3s;}
.section.active .page1 .text *{opacity:1; transform:none;}


.main_map .text .naver{width: 250px; height: 45px; line-height: 45px; border-radius: 5px; display: block; margin-top: 40px; background:var(--c-01); text-align: center; color: #fff; font-size: 1.8rem; font-weight: 500;}
.main_map .text .naver span{font-family: 'SUIT-Regular'; margin-left: 10px;}

.mt_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/mt_bg.png')no-repeat; background-size: cover;; background-position: center;
}

#section2 .swiper-slide .img_center {
  width: 200%;
  height: 800px;
  position: relative;
  left: -50%;
  top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section2 .swiper-slide img {
  height: 100%;
}
.swiper-slide{overflow: hidden;}
.swiper-slide a{display:block ; max-height: 600px;}


.more_bt{width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.more_bt a{width: 200px;
  line-height: 40px;
  background: var(--c-01);
  border-radius: 10px;
  font-size: 2rem;
  padding-left: 15px;
  color: #fff;}


@media all and (max-width: 1400px){}
@media all and (max-width: 1280px){
  #section0 .main_text img {
    width: 35%;
    margin-left: 10%;
}
}
@media all and (max-width: 1024px){
    #section2 .swiper-slide .img_center {
      height: 600px;}
      .swiper-slide a{display:block ; max-height: 400px;}

  .main_map .text h2{font-size: 3.0rem;}
  .main_map .text ul li span{font-size: 1.8rem;}
  .main_map .text ul li{font-size: 1.8rem;}
  .board_title{padding-top: 110px;}
  .page1 .text h2{font-size: 2.8rem;}
  .page1 .text p{font-size: 1.7rem; margin-top: 14px;}
  .page1 .text a{font-size: 2.6rem;}
  #section0 .main_text img{
    width: 40%; margin-left: 0;}

}
@media all and (max-width: 950px){

}
@media all and (max-width: 850px){
  #section0 .main_text img {
    width: 80%;
}
  .mt_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/mmt_bg.png')no-repeat; background-size: cover;; background-position: center;
  }
  .main_map .width{flex-direction: column;}
  .main_map .text{width: 100%;}
  .main_map .root_daum_roughmap{width: 100% !important;}
  #ft .foot_info p{font-size: 1.5rem;}
  #ft .foot_info span{font-size: 1.5rem;}
  #ft .foot_info a{font-size: 1.5rem;}
  #ft .copyright span{font-size: 1.5rem;}
  .page1 .width{flex-direction: column;}
  .page1 .width img{width: 100%;}
  .page1 .text{width: 100%;}
  /* #section0{background: url('../img/mob_bg.png')no-repeat; background-size: cover;; background-position: center ; } */
  .main_bg{background: url('../img/mob_bg.png')no-repeat; background-size: cover;; background-position: center ; }
  #section0 .main_text{width: 100%; margin: 0 auto;justify-content: center;}
  #fp-nav ul{display: none;}
}
@media all and (max-width: 768px){
  .more_bt a{width: 100px;}
  #ft .footer{flex-direction: column;}
  #ft  .foot_logo img{width: 100px;}
  #ft .foot_info{flex-direction: column;}
  #ft .foot_info span{display: none;}
  #ft .copyright{text-align: center;}
}
@media all and (max-width: 650px){
  #section0 .main_text img{
    width: 80%;}
    #section2 .swiper-slide .img_center {
      height: 500px;}
      .swiper-slide a{display:block ; max-height: 300px;}

}
