@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 { 
    padding: 7.8vw 6.25vw 10.4vw;
    display: flex;
    gap: 5.2vw;
}
.section01 .left {
    width: 39.5vw;
    max-width: 760px;
}
.section01 .left img {
    width: 100%;
}
.section01 .right {
    width: 42.7vw;
    max-width: 820px;
    position: relative;
}
.section01 .right h2 {
    margin-bottom: 60px;
}
.section01 .right dl {
    width: 58%;
    margin-top: 72px;
}
.section01 .right dl dt { 
    margin-bottom: 5px;
    font-weight: bold;
}
.section01 .right dl dd {
    padding-left: 0.5em;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
.section01 .right dl dd::before {
    content: '· ';
    margin-left: -0.5em;
}
.section01 .shadow-title .shadow-text {
    top: auto;
    bottom: -1.6vw;
}
.section01 .right p {
    margin-bottom: 20px;
}
.section01 .right img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15.625vw;
    max-width: 300px;
}
@media (max-width:1200px){
    .section01 .right dl dd {
        font-size: 12px;
    }
}
@media (max-width:1024px){
   .section01 .right img{
        display: none;
    } 
    .section01 .right dl {
        width: 100%;
    }
}
@media (max-width:768px){
    .section01 {
        padding: 100px 30px;
        flex-direction: column;
        gap: 7.5vw;
    }
    .section01 .left {
        width: 85vw;
        margin: 0 auto;
    }
    .section01 .right {
        width: 100%;
        text-align: center;
    }
    .section01 .right h2 {
        font-size: 7.5vw;
        margin-bottom: 20px;
    }
    .section01 .shadow-title .shadow-text {
        bottom: -2.6vw;
    }
    .section01 .right p {
        margin-bottom: 15px;
    }
    .section01 .right p:last-of-type {
        margin-bottom: 0px;
    }
    .section01 .right dl { 
        margin-top: 40px;
        /* text-align: left; */
    }
    .section01 .right dl dt, .section01 .right dl dd {
        font-size: 3vw;
    }

}

/* section01 끝*/


/* section02 */

.section02 {
    padding: 0 6.25vw 10.4vw 6.25vw;
}
.section02 .top {
    display: flex;
    justify-content: space-between;
}
.section02 .top .left {
    display: flex;
    align-items: center;
    width: 30.73vw;
}
.section02 .top .left img {
    width: 18.75vw;
    max-width: 360px;
    margin-left: 50px;
}
.section02 .top .right {
    position: relative;
}
.section02 .top .right img {
    width: 54vw;
    max-width: 1040px;
}
.section02 .top .right h2 {
    position: absolute;
    right: 30px;
    bottom: -2.5em;
    text-align: right;
}
.section02 .top .right h2 span {
    display: inline-block;
}
.section02 .bottom {
    display: flex;
    align-items: center;
    gap: 8.75vw;
}
.section02 .bottom img {
    width: 24.4vw;
    max-width: 470px;
}

@media (max-width:768px) {
    .section02 {
        padding: 0 0 100px 0;
    }
    .section02 .top .left { display: none;}
    .section02 .top .right img {
        width: 100vw;
    }
    .section02 .top .right h2 {
        font-size: 10vw;
    }
    .section02 .bottom {
        margin-top: 33.5vw;
        padding-left: 7.5vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .section02 .bottom img {
        width: 67vw;
        max-width: 470px;
    }
}

/* section02 끝*/


/* section 스페셜 미리보기 */
#spelist {
    padding-bottom: 130px;
    margin-bottom: 7%;
    position: relative;
}
#spelist .shadow-title {
  width: 100%;
  margin: 5px auto 80px;
  text-align: center;
}
#spelist .shadow-title .shadow-text {
  top: 1.8vw; 
  left: 50%;
  transform: translateX(-50%);
}
.swiper-container.spelist02{
    margin: 0 8.33vw;
    overflow: hidden;
    max-height: 27.6vw;
}
.spelist02 .swiper-wrapper{
	max-height: 27.6vw;
}
.spelist02 .swiper-slide{ 
	border: 1px solid #704932;
    padding: 20px;
    max-height: 27.6vw;
}
.spelist02 .swiper-slide .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spelist02 .swiper-slide h3 { 
  margin-top: 20px;
  margin-left: 0.3em;
  font-size: 30px;
  letter-spacing: 0;
}
.spelist02 .swiper-slide h3 small { 
  margin-left: 10px;
  font-size: 0.66em;
  letter-spacing: 0.01em;
}
.spelist02 .swiper-slide .more-btn {
    margin-top: 29px;
}
.spelist02 .swiper-slide img, .spelist02 .swiper-slide video { 
  width:100%;
  object-fit: cover;
}
.img-box { 
  position: relative;
}
.btn-box { 
  opacity: 0 !important;
  margin-top: 0 !important;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%);
}
.img-box:hover .btn-box { 
  opacity: 1 !important;
}
@media(max-width:1400px){
  .spelist02 .swiper-slide h3 { 
    font-size: 23px;
  }
  .spelist02 .swiper-slide .more-btn {
    margin-top: 20px;
  }
}
@media(max-width:1200px){
    .swiper-container.spelist02{
        margin: 0 5vw;
        max-height: 33vw;
    }
    .spelist02 .swiper-wrapper{
        max-height: 33vw;
    }
    .spelist02 .swiper-slide{ 
        max-height: 33vw;
    }
}
@media (max-width: 768px) {
    #spelist {
        padding-bottom: 65px;
        margin-bottom: 90px;
    }
    #spelist .shadow-title {
        font-size: 30px;
        margin: 5px auto 20px;
    }
    .spelist02 .swiper-slide {
        padding: 10px;
    }
    .spelist02 .swiper-slide h3 small {
        margin-left: 5px;
    }
    .swiper-container.spelist02{
        margin: 0 5vw;
        max-height: 62vw;
    }
    .spelist02 .swiper-wrapper{
        max-height: 62vw;
    }
    .spelist02 .swiper-slide{ 
        max-height: 62vw;
    }
    .spelist02 .swiper-pagination-progressbar {
        width: 51% !important;
    }
    .spelist02 .swiper-control-box {
        width: 82%;
    }
    .spelist02 .swiper-pagination-number {
        width: 80%;
    }
}
@media (max-width: 550px) {
	.swiper-container.spelist02{
        margin: 0 5vw;
        max-height: 70vw;
    }
    .spelist02 .swiper-wrapper{
        max-height: 70vw;
    }
    .spelist02 .swiper-slide{ 
        max-height: 70vw;
    }
    .spelist02 .swiper-slide h3 { font-size: 20px;}
 
  
}


/* 스페셜미리보기 끝*/