
.hotel_shilla_hero{
    /* width: 100vw; */
    height: 34rem;
    padding-top: 118px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../img/shilla_rewords/rewords_hero.jpg") no-repeat 50% 50% / cover;
}
.floating{
    position: relative;
    z-index: 1;
    color: #fff;
}
.bgImg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.floating h1{
    font-family: cantataone,serif;
    margin-bottom: var(--space-nomal);
}
.con1{
    position: relative;
    color: #fff;
    padding-bottom: 9rem;
}
.con1::after{
    content: "";
    background-color: var(--brown-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 27rem;
}
.con1 p{
    padding: 3.5rem 0;
    /* width: 33%; */
}
.con1 figure{
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.con1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con2{
    padding-bottom: 9rem;
}
.con2_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3rem;
    border-bottom: 0.05rem solid #000;
    margin-bottom: 3rem;
}
.txt1{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: var(--space-nomal);
}
.rating{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: var(--space-nomal);
}
.rating_top{
    color: #fff;
    padding: var(--space-large);
    display: flex;
    flex-direction: column;
    gap: var(--space-large);
    border-radius: 0.75rem 0.75rem 0 0;
}
.txtwrap{
    display: flex;
    flex-wrap: wrap;
}
.txtwrap>.t1{
    padding-right: var(--space-small);
    border-right: 0.05rem solid #fff;
}
.txtwrap>.t2{
    padding: 0 var(--space-small);
    border-right: 0.05rem solid #fff;
}
.txtwrap>.t3{
    padding: 0 var(--space-small);
    border-right: 0.05rem solid #fff;
}
.txtwrap>.t4{
    padding-left: var(--space-small);
}

.rating_bot{
    padding: var(--space-large);
}
.benefit>li{
    display: flex;
    flex-direction: column;
    gap: var(--space-nomal);
    margin-bottom: var(--space-large);
}
.benefit>li>h4{
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-nomal);
    align-items: center;
}
.benefit ul{
    color: var(--shadow-color);
    display: flex;
    flex-direction: column;
    gap: var(--space-small);
}

.con3{
    padding-bottom: 9rem;
}
.event_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: var(--space-nomal);
}
.event_list figure{
    height: 20rem;
    margin-bottom: var(--space-nomal);
    overflow: hidden;
}
.event_card figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 7/4;
    transition: all 0.6s ease 0s;
}
.event_card figure:hover img{
    transform: scale(1.1);
}
.event_card h4{
    margin-bottom: var(--space-small);
}
.event_card .day{
    color: var(--shadow-color);
}

.con4{
    background-color: var(--shadow-color);
    color: #fff;
}
ul.notice{
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-nomal);
}

@media (max-width:1400px){
    .hotel_shilla_hero{
        padding-top: 4rem;
        height: 34rem;
    }
    .rating{
        grid-template-columns: repeat(2,1fr);
    }
    .txt1{
        width: 52%;
    }
}
@media (max-width:1024px){
    .hotel_shilla_hero{
        height: 24rem;
    }
    .floating{
        width: 30%;
    }
    .event_list{
        grid-template-columns: repeat(1,1fr);
        gap: var(--space-x-large);
    }
}
@media (max-width:768px){
    .hotel_shilla_hero{
        height: 20rem;
    }
    .floating{
        width: 50%;
    }
    .con1::after{
        height: 18rem;
    }
    .rating{
        grid-template-columns: repeat(2,1fr);
    }
    .con2_txt{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: var(--space-large);
    }
    .txt1 {
        width: 85%;
    }
}
@media (max-width:394px){
    .hotel_shilla_hero{
        height: 200px;
    }
    .floating{
        width: 50%;
    }
    .con1::after{
        height: 18rem;
    }
    .rating{
        grid-template-columns: repeat(1,1fr);
    }
    .con1 figure img{
        border-radius: 0.5rem;
    }
    .con1 figure{
        height: 15rem;
    }
    .txt1{
        width: auto;
    }
}