@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
html, body { overflow-x: hidden;}
.special_slide{
    position: relative;
}
.special_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:500px){
    .special_slide img{
        height: auto;
    }
}

/* section01 */
.section01 { 
    display: flex;
    justify-content: center;
}
.section01 .textbox {
    padding: 7% 0% 7% 7%;
    width: 40%;

}
.section01 .textbox h2 {
    line-height: 1.2;
    margin-bottom: 100px;
}
.section01 .textbox p, .section01 .textbox ul {
    margin-bottom: 30px;
    font-size: 0.9vw;
    letter-spacing: 0.34px;
    line-height: 1.8;
}
.section01 .imgbox {
    width: 57%;
    padding: 7%;
    overflow: hidden;
}
@media(max-width:1400px){
    .section01 .textbox p, .section01 .textbox ul {
        margin-bottom: 20px;
        font-size: 1.2vw;
        letter-spacing: 0.34px;
        line-height: 1.8;
    }
}
@media(max-width:768px){
    .section01 {
        flex-direction: column;
        align-items: center;
        margin: 70px 0 50px;
    }
    .section01 .textbox { 
        width: 100%;
        padding: 5%
    }
    .section01 .textbox h2 {
        margin-bottom: 20px;
    }
    .section01 .imgbox { 
        width: 100%;
        padding: 0 0 5% 0;
    }
    .section01 .textbox p, .section01 .textbox ul {
        margin-bottom: 20px;
        font-size: 3vw;
        letter-spacing: 0;
        line-height: 2;
    }
}
@media(max-width:768px){
    
}
@media(max-width:400px){
    
}
/* section01 끝*/



/* section02 */
.section02 {
    height: 90vh;
    background: url(/html/images/special01/banner.jpg) no-repeat center;
    background-size: 100% auto;
    position: relative;
}
.section02 h2 {
    /* font-size: 3.2vw;
    letter-spacing: 1.2px; */
    color: #fff;
}
.section02 p {
    /* font-size: 0.87vw;
    letter-spacing: 0; */
    line-height: 1.8;
}
@media(max-width:768px){
    .section02 {
        height: 67vh;
        background: url(/html/images/special01/m/banner.jpg) no-repeat center;
        background-size: 100% auto;
    }
   .section02 .slide-caption { left: 9%;}
   .section02 .slide-caption h2 { display: block ;} 
}
/* section02 끝*/


/* section02 */
.section02 {
    height: 90vh;
    background: url(/html/images/special01/banner.jpg) no-repeat center;
    background-size: 100% auto;
    position: relative;
}
.section02 h2 {
    /* font-size: 3.2vw;
    letter-spacing: 1.2px; */
    color: #fff;
}
.section02 p {
    /* font-size: 0.87vw;
    letter-spacing: 0; */
    line-height: 1.8;
}
.btn-box { 
  margin-top: 35px;
  padding: 4px 12px 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: max-content;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  color: #fff;
}
.img-box img { transition: all 0.7s ease;}
.img-box:hover img {
  filter: brightness(0.6);
}
.btn-box:hover {
  background-size: 100% 100%;
}
.btn-box:hover a {
  color: #2A2A2A;
}
.btn-box a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: "gowun", serif;
}
@media(max-width:768px){
    .section02 {
        height: 67vh;
        background: url(/html/images/special01/m/banner.jpg) no-repeat center;
        background-size: 100% auto;
    }
   .section02 .slide-caption { left: 9%;}
   .section02 .slide-caption h2 { display: block ;} 
   .btn-box { 
    width: max-content;
    height: max-content;
    transform: translate(0);
    padding: 4px 9px 5px;
    border: 1px solid #fff;
    border-radius: 18px;
    
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    color: #fff;
  }
  .btn-box a { font-size: 12px; line-height: 1.2;}
}
/* section02 끝*/


/* section02 */
.section02 {
    height: 90vh;
    background: url(/html/images/special01/banner.jpg) no-repeat center;
    background-size: 100% auto;
    position: relative;
    filter: brightness(0.25) blur(3px);
    transition: all 1.5s ease;
}
.section02.active {
    filter: brightness(1) blur(0);
}
.section02 h2 {
    /* font-size: 3.2vw;
    letter-spacing: 1.2px; */
    color: #fff;
}
.section02 p {
    /* font-size: 0.87vw;
    letter-spacing: 0; */
    line-height: 1.8;
}
@media(max-width:768px){
    .section02 {
        height: 67vh;
        background: url(/html/images/special01/m/banner.jpg) no-repeat center;
        background-size: 100% auto;
    }
   .section02 .slide-caption { left: 9%;}
   .section02 .slide-caption h2 { display: block ;} 
}
/* section02 끝*/


/* section03 */


/* section03 끝*/

