@charset "utf-8";

.section {
  width: 100%;
/*
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10px ;*/
  box-sizing: border-box;
}

.section01 {
  height: 1000px;
  position: relative;
  }
  
  .section02 {
    height:1300px;

  }

  .section03 {
    background-image: url(../img/main/03.jpg);
    height:800px;
  }

  .section04 {
    /* background-color: #064d30; */
    height: 980px;
  }
  
  .section05 {
    background-image: url(../img/main/main05-bg.jpg);
    height: 980px;
  }

    .section06 {
      height: 1100px;
    }


    @media screen and (max-width:1440px) {
        .section06 {
            height: auto;
        }
    }

    @media screen and (max-width:1127px) {
        .section03 {
            height:700px;
        }
    }

  @media screen and (max-width:860px) {
    .section01 {
      height: 800px;
    }  
    .section02 {
      height: 1100px;
    }  
    .section03 {
      height: 600px;
    }  
    .section04 {
      height: 900px;
    }  
 .section05 {
    height: 1050px;
   }  
   .section06 {
    height: 1200px;
    height: auto;
          }
 }

  @media screen and (max-width:550px) {
    .section01 {
      height:700px;
    }  
    .section02 {
      height: 1000px;
    }  

    .section03 {
      height: 670px;
    }  
    .section04 {
      height:800px;
    }
    .section05 {
      height: 1100px;
     }  
     .section06 {
      height: auto;
    }  
  }




/* section01 */
.section01 {
  overflow: hidden; 
  } 

.sec01-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  opacity: 0.15;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.back-txt{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  width: 80%;
  margin: auto;
  text-align: center;
  z-index: 5;
  letter-spacing: 1.8px;
}

.section01-sw {
  position: absolute;
  top: 85%;
  left: 0;
  transform: translateY(-50%);
  max-width: 1400px;
  height: 159px;
}

.section01-sw .swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .2s;;
  /* width: 347px!important; */
}

.section01-sw .swiper-slide:nth-child(4) {
    margin-right: 0;
}

.section01-sw .swiper-slide:hover{
background-color: #000;
}
.section01-sw .swiper-slide:hover ul::after{
  content: '';
  display: block;
  clear: both;
  width: 95%;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-style: solid;
  border-width: 1px;
  border-color:   #c6ac99 ;
  }

  .section01-sw .swiper-slide:hover span{
 color: #c6ac99;
    
    }

.section01-sw .swiper-slide ul{
  text-align: left;
  width: 80%;
}

.section01-sw .swiper-slide ul p{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 5px;
}

.section01-sw .swiper-slide ul li a{
  padding-right: 4%;
  position: relative;
  z-index: 10;
}

.secli02{
  display: none!important;
}
.section01-sw .swiper-slide ul li a img{
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 2px;
}


/* swiper prev, next 기본 모양 삭제 */
/* .swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
  content: none!important;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
  content: none!important;
} */
/* .section01 .swiper, swiper-container{
overflow: inherit;
} */
.section01 .swiper-wrapper{
/* overflow: hidden;  */
justify-content: center;
} 
.section01{
  position: relative;

}
.section01 .swbtn02{
  display: block!important;
  position: absolute;
  left: -55px;
}

.section01 .swbtn01{
  display: block!important;
  position: absolute;
  right: -55px;
}

.section01 .swbtn img{
  width: 46px;;
}

.section01 .swbtn02 img{
  transform: rotate(180deg);

}

@media screen and (max-width: 1670px) {
    .section01-sw {
        max-width: 1200px;
    }
}


@media (max-width: 1480px) {
    .section01-sw {
        max-width: 1180px;
    }
    .section01 .back-txt {
        font-size: 50px;
    }
}


@media screen and (max-width:1440px) {
    .section01-sw .swiper-slide ul p {
        font-size: 26px;
    }
    .section01-sw .swiper-slide ul li a {
        font-size: 17px;
        padding-right: 3%;
    }
}

@media screen and (max-width:1360px) {
    .section01-sw {
        max-width: 1100px;
    }
}

@media screen and (max-width:1340px) {
    .section01-sw .swiper-slide ul span {
        font-size: 17px;
    }
    .section01-sw .swiper-slide ul p {
        margin-bottom: 15px;
        font-size: 24px;
        margin-top: 2px
    }
    .section01-sw .swiper-slide ul li a {
        font-size: 16px;
        padding-right: 2%;
    }
}

@media screen and (max-width:1250px) {
    .section01-sw {
        max-width: 980px;
    }
    .section01-sw .swiper-slide ul li a {
        font-size: 15px;
        padding-right: 1%;
    }
    .section01-sw .swiper-slide ul li a img {
        padding: 5px 2px;
    }
    .section01 .back-txt {
        font-size: 40px;
    }
}

@media screen and (max-width:1140px) {
    .section01-sw .swiper-slide ul span {
        font-size: 16px;
    }
    .section01-sw .swiper-slide ul p {
        font-size: 22px;
    }
    .section01-sw .swiper-slide ul li a {
        font-size:16px;
    }
    .section01-sw .swiper-slide ul li a img {
        padding: 5px 1px;
    }
}

@media screen and (max-width:1127px) {
  
  .back-txt{
    top: 40%;
    left: 50%;
    font-size: 2.8rem;
    width: 90%;
  }
  
  .section01-sw{
    top: 70%;
    width: 85%;
    height: 230px;
  }
  
  .section01-sw .swiper-slide {
    font-size: 1rem;
  }

  .section01-sw .swiper-slide ul{
    text-align: left;
    width: 80%;
  }
  
  .section01-sw .swiper-slide ul p{
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 5px;
  }


  .section01-sw .swiper-slide ul li a{
    margin-right: 0px;
    display: block;
  }
  .section01 .swiper, swiper-container{
overflow: inherit;
}
.section01 .swiper-wrapper{
  overflow: hidden; 
  } 
  
}

@media screen and (max-width:1127px) {

  .section01 .swbtn01,
  .section01 .swbtn02{
    display: none!important;
  }
}

@media screen and (max-width:860px) {
  .section01 {
    overflow: visible; 
    } 
  .sec01-bg{
    background-color: #00000049;
  }
  .back-txt{
    top: 27%;
    left: 50%;
    font-size: 2.2rem;
    width: 90%;
  }
  
  .section01-sw{
    top: 60%;
    width: 95%;
    height: 170px;
  }
  .section01 .swiper-wrapper{
    overflow: auto;
    width: 100%;
    display: inline;
  }
  .section01-sw .swiper-slide {
    font-size: 1rem;
    width: 48%!important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .section01-sw .swiper-slide:last-child{
    margin-right: 0;
  }

  .section01-sw .swiper-slide ul{
    text-align: left;
    width: 80%;
    padding: 30px;
  }
  
  .section01-sw .swiper-slide ul p{
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .section01-sw .swiper-slide ul li a{
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .secli02{
    display: block!important;
  }
  .secli01{
    display: none!important;
  }
  
  .section01-sw .swiper-slide ul::after{
    content: '';
    display: block;
    clear: both;
    width: 95%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-style: solid;
    border-width: 1px;
    border-color:   #c6ac99 ;
    }
    .section01 .swbtn01,
    .section01 .swbtn02{
      display: none;
    }
    

  
  
}


@media screen and (max-width:550px) {
  
  .back-txt{
    top: 35%;
    left: 50%;
    width: 264px;
    height: 80px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.9px;
  }
  
  .section01-sw{
    top: 70%;
    width: 95%;
    height: 140px;
    text-align: center;
  }
  .section01 .swiper-wrapper{
    overflow: auto;
    width: 100%;
    display: inline;
  }
  .section01-sw .swiper-slide {
    width: 46%!important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;

    width: 160px;
    height: 100px;


  }
  .section01-sw .swiper-slide:last-child{
    margin-right: 0;
  }

  .section01-sw .swiper-slide ul{
    text-align: left;
    width: 80%;
    padding: 15px 20px;

  } 
  
  .section01-sw .swiper-slide ul span{
    font-size:11px;
    color: #c6ac99;
  }


  .section01-sw .swiper-slide:first-child ul{
    padding: 11px 20px;
  }
  
  .section01-sw .swiper-slide:first-child ul p{
    margin-bottom: 3px;
    margin-top: -5px;
  }
  
  .section01-sw .swiper-slide ul p{
    font-size:17px;
    margin-bottom: 7px;
    margin-top: 1px;
  }

  .section01-sw .swiper-slide ul li a{
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;;
  }
  .section01-sw .swiper-slide ul li a img{
    width: 12px;;
    margin-bottom:1px;
  }
  
  .section01-sw .swiper-slide ul::after{
    content: '';
    display: block;
    clear: both;
    width: 95%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-style: solid;
    border-width: 1px;
    border-color:   #c6ac99 ;
    }

    .section01 .back-txt {
        font-size: 30px;
    }
  
}




























/* section02 */

.section02 .title{
  text-align: center;
  display: block;
  width: 100%;
  margin: 70px auto 50px;
  font-weight: 500;
}

.section02 .title::after{
  content: '';
  display: block;
  width: 1px;
  height:70px;
  margin: 50px auto;
  text-align: center;
  background-color: #202020;
}

.section02 .boxes{
  display: block;
  text-align: center;
}

.section02 .box{
  display: inline-block;
  vertical-align: top;;
  padding: 10px;;
  box-sizing: border-box;
  width: 512px;
  height: 512px;
  background-color: #2e2e2e;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #fff;
  text-align: left;
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section02 .box01{
  background-image: url(../img/main/main02.png);
}
.section02 .box02{
  background-image: url(../img/main/main01.jpeg);
}
.section02 .box03{
  background-image: url(../img/main/main04.png);
}
.section02 .box04{
  background-image: url(../img/main/main06_1.png);
}

.section02 .boxtxt{
  position: absolute;
  z-index: 1;
}

.section02 .box p{
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 300;
  opacity: .7;
  letter-spacing: 2.2px;
}

.section02 .box h2{
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width:1250px) {
    .section02 .box {
        width: 470px;
        height: 470px
    }
}


@media screen and (max-width:1127px) {
  
.section02 .title{
  margin: 50px auto;
}

.section02 .title::after{
  content: '';
  display: block;
  width: 1px;
  height:70px;
  margin: 50px auto;
}

.section02 .box{
  display: inline-block;
  vertical-align: top;;
  width: 400px;
  height: 400px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 40px;
}

.section02 .box p{
  font-size: 1rem;
  margin-bottom: 5px;
}

.section02 .box h2{
  font-size: 2rem;
}

}

@media screen and (max-width:860px) {
  
  .section02 .title{
    margin: 50px auto 0;
  }
  
  .section02 .title::after{
    content: '';
    display: block;
    width: 1px;
    height:55px;
    margin: 20px auto 30px;
  }
  
  .section02 .box{
    display: block;
    width: 100%;
    height: 225px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 40px;
  }
  
  .section02 .box p{
    font-size: 1rem;
    margin-bottom: 5px;
  }
  
  .section02 .box h2{
    font-size: 2rem;
  }
  
  }
  
  
  
  @media screen and (max-width:550px) {
  
    .section02 .title p{
      /* padding: 0 80px; */
      width: 230px;
      margin: auto;
    }
    .section02 .box{
      padding: 28px;
      height: 200px;
    }
    .section02 .box p{
      font-size: 0.8rem;
    }
    .section02 .box h2{
      font-size: 1.6rem;
    }
    }
    













/* section03 news*/

.section03 .title{
  margin-top: 50px;
  font-weight: 400;
  margin-bottom: 50px;
}

.newsbox{
  margin: 0 auto ;
  width: 100%;
  display: block;

}

.nbox {
  border-top: 2px solid #000;
  padding-top: 24px;
  font-weight: 700;
  width: calc(( 100% / 4 ) - 15px );
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.nbox:last-child{
  margin-right: 0;
}

.nbox li{
  font-size: 24px ;
  margin: 15px auto;

  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
}

.nbox:hover .nboxt li {
    text-decoration: underline
}

.nimg {
    overflow: hidden;
}

/*
.nbox .nimg{
  margin-top: 20px;
  width: 100%;;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/main/main02.png);
}
*/
.nbox .nimg img{
  margin-top: 20px;
  width: 100%;;
  height: 240px;
  padding-left: 0;
}

.section03 .nplus{
  font-size: 22px;
  background-color: #fff;
  border: 1px solid #1c5033;
  text-align: center;
  margin: 30px auto;
  display: block;
  width: 200px;
  height: 64px;
  line-height: 64px;
}

.section03  img{
  width:6px;
  padding-bottom: 2px;
  padding-left: 5px;
}

@media screen and (max-width: 1670px) {
    .section03 {
        max-width: 1200px;
    }
    .section03 .nbox li {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        word-break: break-all;
    }
}

@media (max-width: 1480px) {
    .section03 {
        max-width: 1180px;
    }
}

@media screen and (max-width:1360px) {
    .section03 {
        max-width: 1100px;
    }
}

@media screen and (max-width:1250px) {
    .section03 {
        max-width: 980px;
    }
}

@media screen and (max-width:860px) {
  
.section03 .title{
  margin-top: 100px;
  margin-bottom: 10px;
}
.newsbox{
  border-top: 2px solid #000;
}
.nbox {
  border-top:none;
  /* padding: 20px 0; */
  padding-top: 0;
  width: 100%;
  display: block;
  margin-right: 0px;
  display: block;
  border-bottom: 1px solid #ccc;
  height: 100px;

  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.nbox li{
  font-size: 14px ;
  margin: 0px auto;
  line-height: 18px;
  height: auto;
}
.nbox li p{
  font-size: 12px;
}
.nboxt{
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.nboxt p {
    font-size: 13px;
    line-height: 20px;
}

.nbox .nimg{
  margin-top: 0px;
  /* width: 110px;
  height: 80px; */
  display: inline-block;
  vertical-align: middle;
  float: left;
    
  width: 110px;
  height: 80px;
  margin-right: 20px;
}
.nbox .nimg img{
  width: 100%;
  height: 80px;
  margin-top: 0;

  display: block;
  margin: auto;
}

.section03 .nplus{
  font-size: 15px;
  margin: 20px auto;
  width: 100%;
  height: 39px;
  line-height: 39px;
}

.section03  img{
  width:5px;
  padding-bottom: 1px;
  padding-left: 5px;
}

}


@media screen and (max-width:550px) {
  /* .nbox {
    height: auto;
  } */

  .section03 .title{
    margin-top: 50px;

  }
    }
  












/* section04 */

.section04{
    width: 100%;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../img/main/section04-2-bg.png);
  }

.section04-in{
  position:relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width:100%;
}

.section04-sw .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px!important;
  height: 370px!important;
  width: 430px!important;;
  height: 430px!important;;
  border: 9px solid #ffffff79;;
  background-color: #074522;
  margin-right: 35px;
  transition: .3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.section04-sw .swiper-slide .linkbox{
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 1%;
  bottom: 1%;
  transform: translate(-50%,-50%);
  z-index: 1;
  opacity: 0;
  transition: .3s;
}
.linkbox .liboxli{
  margin-bottom: 10px;
}

.section04-sw .swiper-slide .linkbox img{
  width:7px;
  padding: 8px;
  transition: .3s;
}

.swiper-slide:hover .linkbox{
  opacity: 1;
}

.section04-sw .swiper-slide:hover{
  border: 9px solid #ffffff;;
}

.section04 .slide01{
  background-image: url(../img/main/main02.png);
}
.section04 .slide02{
  background-image: url(../img/main/main04.png);
}
.section04 .slide03{
  background-image: url(../img/main/main02.png);
}
.section04 .slide04{
  background-image: url(../img/main/main04.png);
}
.section04 .slide05{
  background-image: url(../img/main/main02.png);
}
.section04 .slide06{
  background-image: url(../img/main/main04.png);
}


.section04-sw .swiper-slide ul{
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
}
.section04-sw .swiper-slide span{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 25%;
  left: 50%;
  color: #fff;

}
.section04-sw .swiper-slide span::after{
  content: '';
  display: block;
  clear: both;
  width: 70px;
  height: 1px;
  background-color: #fff;
  text-align: center;
  margin:10px   auto 0px; 
}

.section04-sw .swiper-slide ul p{
  font-size: 30px;
  line-height: 40px;
  margin: 50px auto;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #fff;
}

/*
.section04-sw .swiper-slide ul p::before{
  content: '';
  display: block;
  clear: both;
  width: 50px;
  height: 1px;
  background-color: #fff;
  text-align: center;
  margin:0   auto 50px; 
}*/
.section04-sw .swiper-slide ul p::after{
  content: '';
  display: block;
  clear: both;
  width: 70px;
  height: 1px;
  background-color: #fff;
  text-align: center;
  margin:50px  auto 0px; 
}
.section04 .title{
  color: #fff;
  margin-bottom: 50px;
}

.section04 .swiper-pagination{
  bottom: 120px!important;
  width: 100px!important;
  text-align: center;
  margin: auto;
  left: 50%!important;;
  transform: translateX(-50%)!important;;
  padding: 10px;
  background-color: #00000033;
  border-radius: 50px;
}
:root{
  --swiper-theme-color:#fff!important;;;
}




.button{
  color: #fff;
  text-align: center;
  margin: 50px auto;
}

.button ul{
  margin-top: 100px;
}

.button ul li{
  display: inline-block;
  vertical-align: top;
}
.button ul li:last-child{
  margin-right: 0;
}
.button img{
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}

.go-btnWrap {
    display: flex;
    justify-content: center;
    gap: 10px
}

.button ul.go-btnWrap li {
    border: 1px solid #fff;
    font-size:22px;
    height: 64px;
    line-height: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button ul.go-btnWrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 35px;
}


/* swiper prev, next 기본 모양 삭제 */
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
  content: none!important;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
  content: none!important;
}


.section04 .swbtn02{
  position: absolute;
  left: -55px;
}

.section04 .swbtn01{
  position: absolute;
  right: -55px;
}

.section04 .swbtn img{
  width: 70px;;
}

.section04 .swbtn02 img{
  transform: rotate(180deg);

}

@media screen and (max-width: 1720px) {
    .section04-in { width: 80%; }
    .section04 .swbtn01 {
        right: -40px;
    }
    .section04 .swbtn02 {
        left: -40px;
    }
    .section04 .swbtn img {
        width: 60px;
    }
    /* .section04-sw .swiper-slide {
        width: 405px!important;
        height: 405px!important;
    } */
}

@media screen and (max-width: 937px) {
    .go-btnWrap {
        gap: 30px;
        font-size: 20px;
    }
}

@media screen and (max-width:860px) {
    .section04-in {
        width: 95%;
    }

    .section04-sw .swiper-slide {
        display: flex;
        width: 95%!important;
        height: 370px!important;
        margin-right: 13px;
        border: 9px solid #fff;
    }

    .section04-sw .swiper-slide ul{
        top: 60%;
    }

    .section04-sw .swiper-slide span{
        top: 20%;
    }
  
    .section04-sw .swiper-slide ul p{
        font-size: 1.2rem;
        line-height: 30px;
        margin: 50px auto;
    }

    .section04 .swiper-pagination {
        bottom: 90px !important
    }

    .section04 .title{
        margin-bottom: 50px;
    }

    .section04 .swbtn01,
    .section04 .swbtn02{
        display: none;
    }

    .button{
        margin: 50px auto;
    }
  
    .button ul{
        margin-top: 100px;
    }
  
    .button ul li{
        display:block;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .button ul li:last-child{
        margin-bottom: 0;
    }

    .section04 .swiper-pagination{
        margin: 80px auto;
    }

    .button ul.go-btnWrap {
        flex-direction: column;
        gap: 0;
    }

    .button ul.go-btnWrap li {
        font-size: 18px;
        height: 55px;
        line-height: 52px;
    }
}

@media screen and (max-width: 680px) {
    .button ul.go-btnWrap li {
        font-size: 17px;
        height: 50px;
        line-height: 48px;
    }
}

@media screen and (max-width:550px) {
    .section04 .swiper-pagination {
        bottom: 65px !important
    }
    .button a{
        width: 90%;
    }

    .button {
        margin: -20px auto;
    }

    .button a {
        line-height: 43px;
        width: 331px;
        height: 43px;
        font-size: 15px;
    }

    .button ul.go-btnWrap li {
        font-size: 17px;
        height: 45px;
        line-height: 47px;
    }
}

























/* section05 */

.section05{
  position: relative;
}
/*
.section05-bg{
  width: 100%;
  height: 100%;
  background-color: #ffffff83;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
*/
.section05 .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.letxt{
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.riinput{
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}


.section05 .letxt ul{
  margin-top: 20px;
}

.section05 .letxt .lett li{
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 30px;

}
.section05 .letxt .lett li:nth-child(2){
  margin-bottom: 12px;
}

.section05 .letxt .lett .lett_li{
  display: inline;

}

.letxt .titlebox{
  margin-bottom: 150px;
}



.linkbox ul li{
  background-color: #fff;
  width: 300px;
  position: relative;

  padding: 20px ;

}
.linkbox ul li:first-child{
  border-left: 6px solid #074522;
}
.linkbox ul li:nth-child(2){
  border-left: 6px solid #c6ac99;
}

.linkbox ul li a{
  font-size: 15px;
  color: #6e6e6e;
  width: 100%;
}

.linkbox ul li a b{
  font-size: 23px;
  color: #000;
}

.linkbox ul li img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.linkbox .liboxtt{
  display: inline-block;
  vertical-align: middle;
}
.linkbox .arrow{
  width: 25px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translate(-50%,-50%);
}



.riinput{
  height: 750px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.riinput b{
    color: red;
}
.riinput .inp {
    margin-bottom: 20px;
}
.riinput .inp,.riinput #inptext,.riinput select{
    width: 95.5%;
}
.riinput .inp03{
    width: 99.4%;
}
.riinput .inp05{
    width: 100%;
}
.riinput .inp label{
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.riinput .inp input,
.riinput .inp select
{
    width: 100%;
        width: 112%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cccccc;
}

.inp04 input{
  width: 104.5%!important;
}

.riinput .inp input[placeholder],
.riinput select, 
.riinput select option {
    font-size: 22px;
    padding:0 15px;
    font-weight: 500;
    font-family: 'Pretendard';;
    line-height: 30px;
    height: 56px;
    box-sizing: border-box;
}

.inp01, 
.inp02{
    display: inline-block;
    vertical-align: top;
    width: calc(( 100% / 2 ) - 40px)!important;
    margin-right: 40px;
}

.inp02{
  margin-right: 0px;
}

#inptext{
  border: none;
  resize: none;
  border-style: none;
  list-style: none;
  font-size: 22px;
  padding:10px 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'Pretendard';;
  border: 1px solid #cccccc;

}

#inptext:focus, input:focus, select:focus {
  outline: 1px solid #000;
}


.inpbtn01{
  float: left;
  display: flex;
  align-items:center
}
.inpbtn01 p{
  padding:0 5px ;
}
.inpbtn01 span{
  line-height: 28px;
text-align: center;
  width: 61px;
  height: 28px;
  gap: 10px;
  border: solid 1px #e0e0e0;
  font-size: 12px;
  letter-spacing: -0.24px;
  cursor: pointer;
}

.inpbtn02{
  line-height: 30px;
  background-color: #074522;
  padding: 5px 30px;
  color: #fff;
  float: right;
  margin-top: 30px;
  font-family: 'Pretendard';;
  font-weight: 500;
  font-size: 22px;
  width: 262px;
  height: 64px;
  direction: none;
  outline: none;
  border: none;
  cursor: pointer;
}

/* checkbox */

input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + label{
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background-color: #ddd;
  border-radius: 100%;
  background-image: url(../../img/icon/check-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
input[id="check1"]:checked + label::after{
  content:'';
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background-image: url(../../img/icon/check-g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/* select */

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;


}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: 1px solid #ccc;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  /* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); */
  outline: 1px solid #cccccc;
}
.riinput .inp03 label{
  font-weight: 500;

}
.riinput .inp03 .inpwe{

  font-weight: 700;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 0!important;
}

.select-box__option:hover{
  background-color: #f9f9f9;
}
@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@media screen and (max-width: 1670px) {
    .section05 .inner {
        max-width: 1200px;
    }
}

@media (max-width: 1480px) {
    .section05 .inner {
        max-width: 1180px;
    }
}

@media screen and (max-width:1360px) {
    .section05 .inner {
        max-width: 1100px;
    }
}

@media screen and (max-width:1250px) {
    .section05 .inner {
        max-width: 980px;
    }
    .section05 .inpbtn02 {
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

@media screen and (max-width:1127px) {

.letxt{
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.riinput .inp,.riinput select{
  width: 93%;
}
.riinput #inptext{
  width: 100%;
}
.riinput .inp03{
  width: 99%;
}
}

@media screen and (max-width:937px) {
    .section05 .letxt .lett li {
        font-size: 19px;
        line-height: 23px;
    }
    .section05 .linkbox ul li {
        width: 280px;
    }
}


@media screen and (max-width:860px) {

  .letxt{
    width: 95%;
    margin: auto;
    display: block;
  }
  .riinput{
    display:block;
    width: 100%;
  }

  .linkbox {
    display: none;
  }
  

  .letxt .titlebox{
    margin-bottom: 20px;
  }
  
  .section05 .title02 div li{
    display: inline-block;
    vertical-align: middle;
  }

  .section05 .letxt ul li{
    display: inline-block;
    vertical-align: middle;
  }

  .section05 .letxt .le_tbox li{
    display: inline;
    font-weight: 700;
  }

  .section05 .letxt ul{
    margin-top: 10px;
  }
  
  .section05 .letxt .lett li{
    font-size: 13px;
    letter-spacing:-0.26px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
  }
  .section05 .letxt .lett .lett_li{
    display: block;
  }
  .section05 .letxt .lett li:nth-child(2){
    margin-bottom: 5px;
  }



  .riinput{
    height: 800px;
    padding: 20px;
    width: 95%;
    margin: auto;
    display: block;
    
  }
  
  .riinput .inp {
    margin-bottom: 20px;
  }


  .riinput .inp,.riinput select{
    width: 93%;
  }
  .riinput #inptext{
    width: 100%;
  }
  .riinput .inp03{
    width: 97.5%;
  }
  .riinput .inp label{
    display: block;
    font-weight: 23px!important;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .riinput .inp input,
  .riinput .inp select
  {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  }
  
  .riinput .inp input[placeholder],
   .riinput select, 
   .riinput select option{
    font-size: 17px;
    padding:0 15px;
    font-weight: 500;
  font-family: 'Pretendard';;
  line-height: 30px;
  }
  
  .inp01, 
  .inp02{
    display: block;
    width: 100%;
    margin-right: 00px;
  }

  .inp01 input[placeholder],
  .inp02 input[placeholder]{
    width: 222%!important;
  }
  .inp04 input{
    width: 105%!important;
  }

  #inptext{
    font-size: 1rem;
  
  }
  
  
  }
  


  @media screen and (max-width:550px) {



    .riinput{
      height: 820px;
      width: 95%;
      
    }

  
    .riinput .inp,.riinput select{
      width: 89%;
    }
    .riinput #inptext{
      width: 100%;

    }
    .riinput .inp03{
      width: 97.5%;
      width: 100%;
    }

    .riinput .inp input[placeholder],
     .riinput select, 
     .riinput select option{
      font-size: 1rem;
    }
    .inp01 input[placeholder],
    .inp02 input[placeholder]{
      width: 255%!important;
    }
    .inpbtn01{
      float: none;
      margin-bottom: 20px;
    }

    .inpbtn02{
      display: block;
      margin: auto;
      text-align: center;
      float: none;
      width: 10 0%;
      height: 48px;
      line-height: 11px;

      width: 293px;
      height: 43px;

      font-size: 15px;
      letter-spacing:  -0.3px;

    }
    .inp04 input{
      width: 112%!important;
    }
    
    }
    
  
  @media screen and (max-width:425px) {
.inp01 input[placeholder], 
.inp02 input[placeholder]{
  width: 270%!important;
}
  }



















/* section06 */

.section06 {
  position:relative;
  overflow: hidden;
}
.section06 .title{
  margin-top: 60px;

}
.section06 .title p{
  font-weight: 700;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px;

  text-align: right;
  position: absolute;
  left:53.5%;
  top: 140px;
  width: 90%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
  margin-right: 30px;

	position: relative;
  font-size: 24px;
  letter-spacing: -0.48px;
  font-weight: 500;
  color:#999 ;
}

ul.tabs li.active {
	display: block;
  border-bottom: 2px solid #074522;
  color: #000;
  font-weight: 700;
}

ul.tabs li.active::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  clear: both;
  text-align: center;
  background-color: #074522;;
  margin: auto;

  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateY(-50%);
}

.tab_container {
	width: 100%;

  margin-top: 25px;
}

.tab_content {
	display: none;
}

.tab_content .map{
  width: 100%;
}



/* 카카오맵 밑부분 제거 */
.root_daum_roughmap .wrap_controllers{
  display: none!important;
}

.tab_drawer_heading {
  display: none; 
}

.mapad{
  margin:50px auto;
}
.adone-li{
  display: inline-block;
  vertical-align: top;
  width: calc(( 100% / 2 ) - 50px);
  margin-right: 95px;
}
.adone-li:last-child{
  margin-right: 0;
}
.adone {
  width:100%;
  border-top: 2px solid #000;
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 150px;
}

.adone .adle{
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.adone .adle img{
  display: inline-block;;
  vertical-align: bottom;
  margin-right: 10px;
}

.adone .adri{
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  font-weight: 500;
  line-height: 30px;
}
.adone .adri01{
  width: 56%;
}

.adone .adri .b{
  font-size: 22px;
}

.adone .adri ul li{
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.adone .adri ul li.adriw{
  padding-right: 20px;
  width: 10%;
}
.adone .adri ul li{
  width: 78%;
}
.adone .adri ul li.adriw02{
  line-height: 88px;
  margin-top: -28px;
}


.adone .adripl{
  display: inline-block;
  vertical-align: top;
  border: solid 1px #e0e0e0;
  width: 70px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  line-height:36px; ;
}

@media screen and (max-width: 1670px) {
    .section06 .inner {
        max-width: 1200px;
    }
    .section06 ul.tabs {
        left: 48%
    }
    .section06 .adone .adle b {
        font-size: 19px;
    }
    .section06 .adone .adle img {
        width: 20px;
        margin-right: 7px;
        vertical-align: middle;
    }
    .section06 .adone-li {
        width: calc(( 100% / 2 ) - 35px);
        margin-right: 45px;
    }
    .section06 .adone-li:last-child {
        margin-right: 0
    }
    .section06 .adone .adri {
        font-size: 19px;
    }
    .section06 .adone .adri .b {
        font-size: 21px;
    }
    .section06 .adone .adri ul li.adriw {
        width: 15%;
        padding-right: 5px;
    }
    .section06 .adone .adri ul li.adriw-text {
        width: 77%;
    }
}

@media (max-width: 1480px) {
    .section06 .inner {
        max-width: 1180px;
    }
    .section06 ul.tabs {
        left: 47.2%;
    }
    .section06 .adone .adri ul li.adriw-text {
        width: 82%;
        padding-right: 0;
    }
}

@media screen and (max-width:1360px) {
    .section06 .inner {
        max-width: 1100px;
    }
    .section06 ul.tabs {
        left: 47%;
    }
    .section06 ul.tabs li {
        font-size: 22px;
    }
    .section06 .adone-li {
        width: calc(( 100% / 2 ) - 20px);
        margin-right: 30px;
    }
    .section06 .adone .adle {
        width: 30%;
    }
    .section06 .adone .adri {
        width: 67%;
        font-size: 18px;
    }
    .section06 .adone .adle img {
        width: 18px;
    }
    .section06 .adone .adle b {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .section06 .inner {
        max-width: 980px;
    }
    .section06 ul.tabs {
        left: 44%;
    }
    .section06 ul.tabs li {
        font-size: 21px;
    }
    .section06 .adone-li {
        width: calc(( 100% / 2 ) - 25px);
        margin-right: 45px;
    }
}

@media screen and (max-width:1280px) {
    .adone .adri ul li{
        width: 70%;
    }
    .adone .adri ul li.adriw02{
        line-height: 88px;
        margin-top: -28px;
    }
    .section06 .adone .adri {
        font-size: 17px;
    }
    .section06 .adone .adle b {
        font-size: 17px;
    }
}

@media screen and (max-width: 1250px) {
    .section06 .adone .adri ul li.adriw03{
        line-height: 60px;
        margin-top: -15px;
    }
}

@media screen and (max-width:1127px) {


  ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    height: 31px;
    line-height: 31px;
    margin-right: 21px;
  
    position: relative;
    font-size: 1.1rem;
  }
  
  .adone-li{
    display: inline-block;
    vertical-align: top;
    width: calc(( 100% / 2 ) - 10px);
    margin-right: 10px;
  }

  /* ul.tabs {
    left:55%;
    top: 107px;
  } */
  .section06 ul.tabs {
    left: 46%;
}

}

@media screen and (max-width:1026px) {
    .section06 ul.tabs {
        top: 107px;
        left: 45.5%;
    }
}

@media screen and (max-width:1024px) {
  .section06 ul.tabs {
    left: 52%
  }
  .section06 ul.tabs li {
      font-size: 18px;
  }
}

@media screen and (max-width:1000px) {
    .section06 ul.tabs {
        left: 50%;
    }
    .section06 .adone .adle {
        width: 100%;
    }
    .section06 .adone .adri {
        width: 100%;
    }
}

@media screen and (max-width:960px) {
  .section06 ul.tabs {
      left: 47%;
  }
}

@media screen and (max-width: 920px) {
    .section06 ul.tabs {
        left: 41%;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:860px) {


.section06 .title{
  width: 95%;
  margin: 50px auto;
}

.section06 ul.tabs {
    float: none;
    height: 32px;
  
    text-align: center;
    position: absolute;
    left:50%;
    top: 133px;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;

    top: 135px;
    left: 50%;
  }
  
  ul.tabs li {
    height: 50px;
    line-height: 50px;
    margin-right: 21px;
  
    font-size: 1.1rem;
    color: #000;

    width: calc(( 100% / 2 ) - 10px ) ;
    margin-right: 10px;

    border: 1px solid #ddd;
    margin-bottom: 10px;
    
  }
  ul.tabs li:nth-child(2n){
    margin-right: 0;
  }
  
  ul.tabs li.active::before{
    display: none;
  }
  ul.tabs li.active{
    background-color: #064d30;
    color: #fff;
    border-bottom: none;
    position: relative;
  }
  ul.tabs li.active::after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/check-g.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  
  .section06 .tab_container {
    float: none;
    margin-top: 160px !important;

    width: 100%;
    padding: 0px 15px;
    margin-top: 25px;
    box-sizing: border-box;
  }
  
  .tab_content .map{
    width: 100%;
    height: 216px;
  }
  .mapad{
    margin:10px auto;
  }
  .adone-li{
    display: block;
    width: 100%
  }

  .adone-li:last-child{
    margin-right: 0;
  }

  .adone {
    width:100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: auto;
    padding: 20px 10px;
  }
  
.admone01{
    border-top:none;
  }
  .adone .adle{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .adone .adle img{
    display: inline-block;;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
  }

  .adone .adri01{
    width: 56%;
  }
  
  .adone .adri .b{
    font-size: 22px;
    color: #064d30;
  }
  

  .adone .adri ul li.adriw{
    padding-right: 10px;
    width: 10%;
  }
  .adone .adri ul li{
    width: 76%;
  }
  .adone .adri ul li.adriw02{
    line-height: 40px;
    margin-top: -8px;
  }
  .adone .adripl{
    display: block;
    width: 59px;
    height: 31px;
    font-size: 14px;
    line-height:31px; ;
    letter-spacing: -0.28px;
    color: #333;
    gap: 10px;
  }
    .section06 .adone-li {
        width: 100%;
    }
    .section06 .adone .adri ul li.adriw03 {
        line-height: 21px;
        margin-top: 0px;
    }
    .section06 .adone .adripl {
        margin: 7px 0 0;
    }
    .section06 .adone .adri {
        font-size: 16px;
        line-height: 24px;
        display: block;
        width: 100%;
    }
}


@media screen and (max-width:550px) {
    .section06 ul.tabs li{
        font-size: 0.9rem;
        width: calc(( 100% / 2 ) - 7px );
        margin-bottom: 7px;
    }
    .section06 ul.tabs li:nth-child(2),
    .section06 ul.tabs li:nth-child(4) {
        margin-right: 0
    }
    .section06 ul.tabs {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section06 ul.tabs li {
        font-size: 17px;
    }
    .section06 .title {
        margin: 50px auto 40px;
    }
    .section06 .tab_container {
        margin-top: 150px !important;
        padding: 0 10px;
    }
}



@media screen and (max-width:425px) {
  .adone .adri ul li.adriw02{
    line-height: 59px;
    margin-top: -14px;
  }
}

@media screen and (max-width:375px) {
    .section06 .tab_container {
        padding: 0 5px;
    }
}



/* 수정한 section04 */
.section04 {
    overflow: hidden;
}
.section04 .boxes {
    border: 9px solid #7CA190;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.section04 .boxes:hover {
    border: 9px solid #ffffff;
    transition: all .5s;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.section04 .con-wrap {
    max-width: 1380px;
    width: 100%;
}
.section04 .slick-wrap {
    /* background-color: skyblue; */
    max-width: 1380px;
    width: 100%;
}
.section04 #slider-div {
    display: flex;
    position: relative;
}
.section04 #slider-div div {
    /* border:1px solid #fff; */
    
}
.section04 #slider-div div p.square-inner {
    width: 96%; 
    height: 96%;
    background: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
}
.section04 .square {
    width: 50%;
    position: relative;
    display: flex !important;
    justify-content: center !important;
    gap: 7px;
}
.section04 .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.section04 .square-inner {
    position: absolute;
    width: 95%;
    height: 95%;
}
.section04 .square-title {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid rgba(255,255,255,.6);
    text-align: center;
    padding-bottom: 6px;
}
.section04 .boxbg {
    z-index: -1;
    background-color: rgba(22,22,22,.7)
}
.section04 .square-con {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    display: flex;
}
.section04 .linkbox {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 1%;
    bottom: 1%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: .3s;
}
.section04 .linkbox img {
    width: 7px;
    padding: 9px 12px;
    transition: .3s;
    opacity: 0;
}
.section04 .boxes:hover .linkbox {
    opacity: 1;
}
.section04 .boxes:hover .linkbox img {
    opacity: 1;
}
.section04 .slick-next,
.section04 .slick-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
}
.section04 .slick-prev:before {
    content: '〈'
}
.section04 .slick-next:before {
    content: '〉'
}
.section04 .slick-next:before,
.section04 .slick-prev:before {
    line-height: 0;
    display: block;
    padding-bottom: 4px;
}
.section04 .slick-prev:before {
    padding-right: 2px;
}
.section04 .slick-next:before {
    padding-left: 5px;
}

.section04 .slick-dots {
    display: inline-block;
    margin: 0 auto;
    background: #043F26;
    padding: 7px;
    box-sizing: border-box;
    width: 15%;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.section04 .slick-dots li button:before {
    color: rgba(255,255,255,.8)
}
.section04 .slick-dots li.slick-active button:before {
    color: rgba(255,255,255,1)
}
.section04 .slick-dots li {
    margin: 0;
    width: auto;
}
.section04 .slick-prev {
    left: -65px;
}
.section04 .slick-next {
    right: -65px;
}
.section04 .under-line {
    position: relative;
    width: 95%;
    margin: auto;
    display: block;
}
.section04 .slick-slide.slick-active .under-line::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 1px;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%,-50%); 
    background: #fff;
}

.section04 .slick-slide {
    padding-bottom: 30px;
}

@media all and (max-width: 1670px) {
    .section04 .con-wrap {
        max-width: 1200px;
    }
}

@media all and (max-width: 1480px) {
    .section04 .con-wrap {
        max-width: 1080px;
    }
    .section04 .square-title {
        font-size: 18px;
        top: 20%;
    }
    .section04 .square-con {
        line-height: 31px;
    }
    .section04 .square-con a:last-child {
        font-size: 24px;
    }
}

@media all and (max-width: 1360px) {
    .section04 .con-wrap {
        max-width: 1000px;
    }
    .section04 .slick-next,
    .section04 .slick-prev {
        width: 50px;
        height: 50px;
    }
    .section04 .slick-prev {
        left: -50px;
    }
    .section04 .slick-next {
        right: -50px;
    }
}

@media all and (max-width: 1280px) {
    .section04 .con-wrap {
        max-width: 1000px;
    }
    .section04 .square {
        gap: 5px;
    }
    .section04 .square-title {
        font-size: 18px;
        top: 18%;
    }
    .section04 .square-con a:last-child {
        font-size: 25px;
        line-height: 33px;
    }
}

@media all and (max-width: 1250px) {
    .section04 .con-wrap {
        max-width: 930px;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -40px;
    }
}

@media all and (max-width: 1180px) {
    .section04 .con-wrap {
        max-width: 890px;
    }
}

@media all and (max-width: 1080px) {
    .section04 .square-title {
        top: 20%;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -70px;
    }
}

@media all and (max-width: 1000px) {
    .section04 .con-wrap {
        max-width: 830px;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -60px;
    }
}

@media all and (max-width: 930px) {
    .section04 .con-wrap {
        max-width: 770px;
    }
}

@media all and (max-width: 880px) {
    .section04 .con-wrap {
        max-width: 720px;
    }
}

@media all and (max-width: 860px) {
    .section04 {
        height: auto;
    }
    .section04 .section04-in {
        width: 100%;
        position: relative;
        transform: initial;
        top: 0;
    }
    .section04 .con-wrap {
        padding: 0;
        max-width: 100%;
    }
    .section04 .square-con a:last-child {
        font-size: 30px;
        line-height: 40px;
    }
    .section04 .button ul.go-btnWrap {
        width: 90%;
        margin: 80px auto;
    }
    .section04 .title {
        padding: 60px 25px 40px;
        margin: 0;
    }
    .section04 .square {
        gap: 5px;
        width: 100% !important;
        margin: 0 auto;
    }
    .section04 .square-title {
        top: 26%;
        font-size: 20px;
    }
    .section04 #slider-div div p.square-inner {
        width: 97%;
        height: 100%;
        margin: 0 auto;
    }
    .section04 .button {
        margin: 50px auto 0;
        padding-bottom: 70px;
    }
    .section04 .button ul.go-btnWrap {
        margin: 70px auto 0;
    }
    .section04 .slick-slide {
        transform: scale(0.9) !important;
        transition: all .5s;
    }
    .section04 .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.0) !important
    }
    .section04 .slick-dots {
        width: 20%;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -80px;
    }
}

@media all and (max-width: 650px) {
    .section04 .slick-dots {
        width: 25%;
    }
}

@media all and (max-width: 600px) {
    .section04 #slider-div div p.square-inner {
        width: 96%
    }
    .section04 .square-con a:last-child {
        font-size: 26px;
        line-height: 34px;
    }
    .section04 .slick-dots {
        bottom: -25px;
    }
    .section04 .square-title {
        font-size: 18px;
    }
}

@media all and (max-width: 550px) {
    .section04 .square-title {
        top: 19%;
    }
    .section04 .square-con a:last-child {
        font-size: 23px;
        line-height: 30px;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -70px;
    }
}

@media all and (max-width: 500px) {
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -50px;
    }
}


@media all and (max-width: 400px) {
    .section04 .slick-dots {
        width: 35%;
    }
    .section04 .square-title {
        top: 16%;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -40px;
    }
    .section04 .square {
        gap: 0;
    }
}

@media all and (max-width: 375px) {
    .section04 .square-title {
        font-size: 16px;
        top: 15%;
        line-height: 17px;
    }
    .section04 .square-con {
        height: 100px;
    }
    .section04 .square-con a:last-child {
        font-size: 20px;
        line-height: 26px;
    }
    .section04 .slick-slide.slick-active .under-line::before {
        bottom: -30px;
    }
}