@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
html, body { overflow-x: hidden;}
.special_slide{
    position: relative;
    margin-bottom: 7%;
}
.special_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:500px){
    .special_slide img{
        height: auto;
    }
}


/* img01 박스 */
.img01_box { text-align: center;}
.img01_box img { max-width: 80vw; }

@media(max-width:768px){
    .img01_box { padding: 0 5%;}
    .img01_box img { max-width: 90vw; }
}


/* 테이블 & 이용규정 */

.table_box table {
    width: 100%;
    max-width: 800px;
    margin: 70px auto;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
}

.table_box thead th {
    border: 1px solid rgba(109, 93, 82, 0.46);  
    background-color: #6D5D52;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    font-weight: 400;
}
.table_box thead th:nth-of-type(1), .table_box thead th:nth-of-type(2) {
    border-right: 1px solid rgba(255,255,255, 0.7); 
}
.table_box td {
    border: 1px solid rgba(109, 93, 82, 0.46);
    padding: 14px;
    vertical-align: middle;
    color: #464646;
    font-weight: 600;
}

.table_box .rule_box {/* 이용규정 */
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}
.table_box .rule_box h3 {
    display: flex;
    align-items: center;
    width: 25%;
    font-size: 19px;
    letter-spacing: 1.33px;
    font-weight: 600;
    color: #8B7666;
}
.table_box .rule_box h3 img {
    width: 24px; 
    margin-right: 6px;  
}
.table_box .rule_box ul {
    width: 75%;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
}
.table_box .rule_box li::before {
  content: "· ";
  margin-left: -0.85em;
}
@media(max-width:1200px) {
    .table_box .rule_box ul {
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .table_box table {
        width: 95%;
        margin: 30px auto;
    }
    .table_box table {
        font-size: 13px;
    }
    .table_box thead th {
        font-size: 14px;
    }
    .table_box td {
        padding: 12px 8px;
    }

    .table_box .rule_box { 
        flex-wrap: wrap; 
        padding-left: 3%;
    }
    .table_box .rule_box h3 { 
        width: 100%;
        font-size: 14px;
    }
    .table_box .rule_box h3 img {
        margin-right: 3px;
    }
    .table_box .rule_box ul {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }
}

/* photo-box */
.photo-box { 
    margin: 5% 0 0;
    padding: 0 5%;
    background-color: #F6F4F1;
}
.photo-box img {
    max-width: 50vw;
}
.photo-box .top { margin-bottom: 6%;}
.photo-box .top, .photo-box .bottom {
    display: flex;
}
.photo-box .top .left {
    width: 55%;
}
.photo-box .top .right {
    width: 45%;
    display: flex;
    align-items: center;
    margin-left: 5%;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.photo-box .bottom .left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
    text-align: right;
}
.photo-box .bottom .left h3 {
    font: italic normal normal 60px/1.2em 'nelp';
    letter-spacing: 3.6px;
    margin-bottom: 7%;
}
.photo-box .bottom .left p {
    font: normal normal normal 13px/15px Sitka Banner;
    color: #A9A59D;
}
.photo-box .bottom .right {
    width: 55%;
}
@media(max-width:1200px){
    .photo-box .top .right { font-size: 13px;}
    .photo-box .bottom .left h3 {
        font: italic normal normal 40px/1.2em 'nelp';
        letter-spacing: 3.6px;
    }
}
@media(max-width:768px){
    .photo-box { margin-top: 10%; }
    .photo-box img {
        max-width: 75vw;
    }
    .photo-box .top { margin-bottom: 9%; }
    .photo-box .top, .photo-box .bottom {
       flex-wrap: wrap;
    }
    .photo-box .depth1 .depth2 { width: 100%;}
    .photo-box .top .left { margin-bottom: 30px; }
    .photo-box .top .right { 
        margin-left: 0; 
        font-size: 11px;
    }
    
    .photo-box .bottom { flex-direction: column-reverse;}
    .photo-box .bottom .left {  padding-right: 0; }
    .photo-box .bottom .left h3 { 
        margin-bottom: 5%;
        font-size: 25px;
        letter-spacing: 1.5px;
    }
    .photo-box .bottom .left p{ 
        margin-bottom: 7%;
        font-size: 11px;
    }

    .photo-box .bottom .right { 
        margin-bottom: 30px;
        text-align: right;
    }
}


/*메인 이외 탑슬라이드 */
/* 초기 상태 */
.topslide .swiper-slide:first-child .slide-caption h2,
.topslide .swiper-slide:first-child .slide-caption p,
.topslide .swiper-slide:first-child .slide-caption .view-more-button {
  opacity: 0;
  transform: translateY(45px);
}

/* 애니메이션 클래스 적용 시 */
.topslide .swiper-slide:first-child .slide-caption.animate h2 {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.topslide .swiper-slide:first-child .slide-caption.animate p {
  transition: all 1s ease;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
