@charset "utf-8";
/* 기본설정 */
@import "default.css";

body{line-height: 1.5em; overflow-y: hidden;}
.mo {
    display: none !important;
}
.block1500 {
    display: none !important;
}
/*슬라이드 사진전환 이동*/
.swiper8 .swiper-slide {
    overflow: hidden;
}
.swiper8 .swiper-slide img {
    width: calc(100vw + 152px);
    height: 100vh;
    object-fit: cover;
    transform: translateX(0);
    animation: none;
}
.swiper8 .swiper-slide-active img {
    animation: slideLeft 4.6s linear forwards;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-152px);
    }
}
/*텍스트 내용 애니메이션*/
.move_fromleft {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.move_fromleft.on {
    opacity: 1;
    transform: translateX(0);
}

.delay03s {
    transition-delay: 0.3s;
}
.textbox{
    color: #fff;
    position: absolute;
    left: 5%; top: 12%;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-height: 100vh;
}
.textbox h2{
    margin: 40px 0;
    letter-spacing: 2px;
    font-size: 55px;
    line-height: 60px;
}
.textbox p{
    margin-bottom: 40px;
    line-height: 35px;
    font-size: 18px;
}
.textbox a.tel {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    cursor: default;
}
.textbox a.tel.mo_tel  {display: none;}
.textbox a.tel span {
    padding: 0 13px;
    font-size: 18px;
    color: #000;
    border-radius: 21px;
    background-color: #fff;
}
.textbox a.tel b {
    font-size: 30px;
}
.textbox ul {
    margin-top: 60px;
    font-size: 18px;
    line-height: 35px;
    text-indent: -1em;
}
table {
    border-collapse: collapse; 
    width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #0000004D;
}
table, th, td {
    border: 1px solid #fff; 
    color: #fff; 
    padding: 15px 33px;
    text-align: center;
    line-height: 22px;
}
table,
th,
td {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 22px;
}

table {
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
    border-left: none;
    border-right: none;
}

th {
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    font-size: 18px;
}

th small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

td {
    border-left: none;
    border-right: none;
}

td small {
    padding-left: 3px;
    font-size: 12px;
}

table tbody tr td:not(:first-of-type):not(:last-of-type) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.text02 { /*부가세 미포함 금액 ~~*/
    position: absolute;
    top: 72%;
    right: -95%;
}
@media all and (max-width:1500px) {
    .block1500 {
        display: block !important;
    }
   .text02 { /*부가세 미포함 금액 ~~*/
        position: absolute;
        top: 62%;
        right: -55%;
    } 
}

@media all and (max-width:1000px){
    .textbox{
        width: 100%;
        max-height: 150vh;
    }
    .textbox h2 {
        margin: 15px 0 30px;
        font-size: 30px;
    }
    .textbox p, .textbox a.tel {
        margin-bottom: 3%;
        cursor: pointer;
    }
    .textbox a.tel.mo_tel {
        display: flex;
    }
    .textbox a.tel.pc_tel {
        display: none;
    }
    table {margin-top: 0;}
    table, th, td { 
        padding: 10px 6px;
        font-size: 15px; 
        word-break: keep-all;
    }
    th small, td small {font-size: 12px;}
    .text02 { /*부가세 미포함 금액 ~~*/
        position: static;
    } 
}
@media all and (max-width:768px){
    body {
        background-color: #1e1617;
        overflow-y: auto;
    }
    .pc {
        display: none !important;
    }
    .mo {
        display: block !important;
    }
    .swiper8 .swiper-slide img {
        height: 100%;
    }
    table,th,td {
        /* padding: 10px 3px; */
    }
    th {
        padding: 7px 1px;
    }
    .textbox {
        position: static;
        /* flex-direction: column-reverse; */
    }
    .textbox h2 {
        text-align: center;
    }
    .textbox p, .textbox ul {
        font-size: 15px;
    }
    .textbox ul {
        margin-top: 20px;
        padding-left: 1em;
    }
    .position_switch {
        display: flex;
        flex-direction: column-reverse;
    }
    .position_switch2 {
        display: flex;
        flex-direction: column;
        padding-left: 11%;
    }
    .textbox a.tel {
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .textbox a.tel span {
        font-size: 16px;
        line-height: 28px;
    }
    .textbox a.tel b {
        font-size: 25px;
    }
    .yellow {
        color: #FFF6BC;
    }
}
@media all and (max-width:400px){
    th,td {
        font-size: 13px;
        word-break: keep-all;
        line-height: 17px;
    }

    th small,td small {
        margin-top: 3px;
        font-size: 10px;
    }
}
@media all and (max-width:370px) {
    th,
    td {
        font-size: 12px;
        word-break: keep-all;
        line-height: 17px;
    }

}
.sticky{
    position: sticky;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.side_menu{
   
    z-index: 1000;
    width: 10%;
}
.side_menu ul{
    width: max-content;
}
.side_menu li{
    color: #fff;
    margin-bottom: 5px;
    border-radius: 0 30px 30px 0;
    /* background-color: #E3BB17; */
    padding: 3px 10px;
    width: auto;
}
.side_menu{
    display: none;
    width: 10%;
}

.more_hover{
    display: none;
}
.more_hover, .more{
    filter: brightness(100%) !important;
    width: auto !important;
}

.textbox a{
    display: inline-block;
}
.side_menu a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3%;
    width: 108%;
}


/* 여기까지 special 미리보기 */

/* 여기서 부터 special */
.special_slide{
    overflow:hidden;
    position: relative;
    max-height: 100vh;
    height: 100vh;
}
.special_slide img{
    display: inline-block;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    object-fit: cover;
    object-position: bottom !important;
}
.swiper-pagination-fraction{
    top: 50%;
    transform:translate(-50%,-50%) !important;
}
.swiper-wrapper{
    height: auto !important;
}



@media(max-width:768px){
   
    .special_slide{
        margin-bottom: 0%;
        height: auto;
    }
    .special_slide img {
        height: 100%;
    }
   
}

@media(max-width:500px){
    .sp_pre_main img{
        max-height: 300px;
        object-fit: cover;
    }

    .side_menu a{
        font-size: 12px;
    }
    .side_menu{
        width: 32%;
    }
    .textbox a .more_hover{
        display: block;
        width: 25% !important;
    }
    .special_contents .img01{
        min-height: 500px;
    }
    .textbox2 h3{
        font-size: 24px;
        line-height: 32px;
    }
    .textbox2 h3 span{
        font-size: 14px;
    }
    .leftbox .textbox2, .rightbox .textbox2{
        font-size: 12px;
        word-break: keep-all;
    }
    .special_contents .img02{
        min-height: 450px;
        object-position: 35% 50%;
    }
    .special_contents .img03, .special_contents .img04{
        width: 62%;
    }
    .rightbox .img03{
        top: 9%;
    }
    .rightbox .img04{
        top: 51%;
    }
    .rightbox .deco{
        width: 40%;
    }
    
}


