@charset "utf-8";


.inner{
    max-width: 1400px;
    margin: auto;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.sub_inner {
    max-width: 1200px;
    margin: auto;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.space01{
    height: 70px;
    width: 100%;
    display: block;
}

.space{
    height: 150px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 860px){
    .space{
        height: 80px;
    }

}



/* ios input 설정 */
input,textarea,select,button  {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


input::-webkit-input-placeholder {
    color: #999;
  }
  input:-moz-placeholder {
    color: #999;
  }

  input::placeholder {color:#999;}
  input::-webkit-input-placeholder {color:#999;}
  input:-ms-input-placeholder {color:#999;}  /* IE 전용 */
  
  /* textarea 적용 */
  textarea::placeholder {color:#999;}
  textarea::-webkit-input-placeholder {color:#999;}
  textarea:-ms-input-placeholder {color:#999;}

/* top btn */

.aside {
    position: absolute;
    right: 120px;
}

.top_btn {
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    background: rgba(255,255,255,1);
   border: 1px solid #ddd;
   /* box-shadow: 0 0 4px 4px #00000010; */
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    z-index: 9;
}

.top_btn img {
    width: 100%;
    height: 100%;
    padding: 17px;
    font-weight: 700;
    box-sizing: border-box;
    color: #1c407c;
}


@media screen and (max-width: 860px){
    .aside {
        right: 80px;
    }
    .top_btn {
        width: 60px;
        height: 60px;
        bottom: 20px;
    }
    .top_btn img {
        padding: 13px;
    }
    
}






.fontsize{
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.fontsize02{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.fontsize03{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.fontsize04{
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
}
.fontsize05{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}


.title{
    /*
    font-size: 40px;;
    line-height: 40px;
    font-weight: 400;
*/
    font-weight: 600;
    font-size: 50px;
}
.title02{
    font-size: 40px;;
    line-height: 50px;
    font-weight: 700; 
}
.title03{
    font-size: 40px;
    font-weight: 600;
}

.title04{
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}




.title span{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .title02 span{ 
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 3px;
}


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

    .fontsize{
        font-size: 1rem;
    }
    
    .fontsize02{
        font-size: 1rem;
    }
    
    .fontsize03{
        font-size: 1rem;
    }
    
    
        .title{
            font-size: 2rem;;
        }
        .title02{
            font-size: 2rem;;
        }
        .title span{
            font-size: 1rem;
          }
          .title02 span{ 
            font-size: 1rem;
        }
    }
    
@media screen and (max-width: 860px){
    

.fontsize{
    font-size: 1rem;
}

.fontsize02{
    font-size: 1rem;
}

.fontsize03{
    font-size: 1rem;
}

.fontsize04{
    font-size: 15px;
    line-height: 25px;
}

.fontsize05{
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

    .title{
        font-size: 26px;;
        line-height: 30px;
        letter-spacing: -0.52px;
        font-weight: 300;
    }
    .title05{
        font-size: 26px;;
        line-height: 30px;
        letter-spacing: -0.52px;
        font-weight: 700;
    }
    .title02{
        font-size: 20px;;
        line-height: 26px;
    }

    .title03{
        font-size: 24px;
    }

    .title04{
        font-size: 20px;
        line-height: 26px;
    }
    


    .title span{
        font-size: 1rem;
      }
      .title02 span{ 
        font-size: 1rem;
    }
}


@media screen and (max-width: 550px){
    .section01-sw .swiper-wrapper .swiper-slide:nth-child(n+2) {
        line-height: 18px;
        }
    }
    
    





.section-in{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;;
    box-sizing: border-box;
  }

  
.section03-in{
    position: relative;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 100%;;
    box-sizing: border-box;
  }

  @media screen and (max-width: 1600px) {
    .section03-in {
        /* width: 80%; */
    }
  }
  @media screen and (max-width: 1127px){
    .section03-in{
        top: 40%;
      }
  }
  @media screen and (max-width: 860px){
    
    .section-in{
        width: 95%;;
      }

      .section03-in{
        top: 35%;
      }
  }
  
  @media screen and (max-width: 550px){
    
    .section03-in{
        top: 45%;
      }
  }


  .boxshadow{
    box-shadow: 0 0 4px 4px #00000015;
  }


  
.boxbg{
    width: 100%;
    height: 100%;
    background-color: #00000052;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  

  .color01{
    color: #003E1D;
  }

  .color02{
    color: #C6AC99;
  }

  .color01_b{
    background-color: #003E1D;
  }

  .color02_b{
    background-color: #C6AC99;
  }








  



.page_btn{
    display: block;
    margin:  auto ;
    text-align: center;
    margin-top: 40px;
}

.page_btn li{
    display: inline;
    width: 40px;
    height: 40px;
    padding: 9px 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #666;
}


.page_btn li.aro{
    width:40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: .8;
    background-image: url(../../img/icon/right-arrow.png);
}

.page_btn li.aro_le{
    background-image: url(../../img/icon/left-arrow.png);
}
.page_btn li.aro01{
    width:40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: .8;
    background-image: url(../../img/icon/double-right-arow.png);
}
.page_btn li.aro_le01{
    background-image: url(../../img/icon/double-left-arow.png);
}


.page_btn li.on{
    background-color: #00471e;
    color: #fff;
    border-radius: 5px;
}









