#banner_wrap{
    max-height:500px; height:500px; overflow:hidden; width:100%; position:relative;
    display: flex;align-items: center;
    padding: 0 140px;
    /* background: #ddd; */
}

.t1{
    font-size:40px; color:#fff; line-height:1.2; padding-bottom:15px; letter-spacing:-1px; text-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

.t2{
    font-size:70px; letter-spacing:-1px; color:#fff; line-height:1.2; text-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

.t3{
    font-size:22px; letter-spacing:-1px; color:rgba(255,255,255,1); padding-top:25px; text-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

.mobile-banner-slider {
  position: relative;
}

.banner-bg {
  background-size: cover;
  background-position: center;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



.review-section {
    padding: 40px 20px;
    background-color: #f5f6f8;
}

.review-title {
    /* font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; */
}

.review-title span {
    color: #ff5050;
}

.review-list {
    padding-bottom: 10px;
}

.review-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.review-thumb {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}

.review-content {
    flex: 1;
}

.review-username {
    font-weight: 600;
}

.review-stars {
    color: #f44336;
    font-size: 0.9rem;
}

.review-text {
    font-size: 0.9rem;
    color: #333;
    margin-top: 6px;
}

/* 간단한 스크롤바 스타일 */
.review-list::-webkit-scrollbar {
    height: 6px;
}
.review-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
}


@media (max-width: 767.98px) {
    .review-section {
        padding: 40px 0;
    }

}
