
.video {
    display: flex;
    justify-content: center;
    align-items: center; 
    background: url('/assets/img/KakaoTalk_20250225_181710397.png') no-repeat top, linear-gradient(135deg, #273f6f, #1a1a1c);
    position: relative;
    padding:  300px 15px 100px 15px;
}
.carousel {
    width: 100%;
    max-width: 800px;
}

.carousel.carousel-full-max-width {
	max-width: 100%;
}

.carousel-inner {
    align-items: center;
    justify-content: center;
}
.carousel-item {
    text-align: center;
    transition: transform 0.5s ease-in-out;
}
.thumbnail {
    width: 100%;
    max-width: 800px;
    height: 450px;
    cursor: pointer;
    border-radius: 30px;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);*/
    transition: opacity 0.3s ease-in-out;
	object-fit: cover;/*2025.02.28*/
}
.video-frame {
    display: none;
    width: 100%;
    max-width: 800px;
    height: 450px;
    border-radius: 12px;
}


/* 좌우 버튼 고정 */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.carousel-control-prev {
    left: 50px;
}
.carousel-control-next {
    right: 50px;
}


/* ✅ 타이틀 스타일 */
.review_white {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    z-index: 10;
}


/* ✅ 타이틀 스타일 */
.shorts_white {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    z-index: 10;
}


.review_dark {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    z-index: 10;
}


.t1 {
    margin-bottom: 20px;
    line-height: 1;
    color: #ffffff;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.t2 {
    margin-bottom: 20px;
    line-height: 1;
    color: #000000;
    font-family: "Pretendard";
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.t3 {
    margin-bottom: 20px;
    line-height: 1;
    color: #000000;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}



/* 타이틀 스타일 */
.title-container {
    text-align: center; /* 텍스트를 가로로 가운데 정렬 */
    margin-bottom: 30px; /* 아래쪽 여백 추가 */
    line-height: 60px;
}

/* ✅ 모바일 최적화 */
@media (max-width: 768px) {
    .video {
        padding:  150px 15px 50px 15px
    }
    .thumbnail, .video-frame {
        width: 100%;
        height: 200px;
        border-radius: 20px;
        max-height: 200px;
	    object-fit: cover;/*2025.02.28*/
    }
    
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 35px;
        height: 35px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 45px;
        height: 45px;
    }
    .carousel-control-prev {
        left: 5px;
    }
    .carousel-control-next {
        right: 5px;
    }
    .review_white {
        top: 50px;
        left: 24%;
        transform: translateX(-10%);
        font-weight: 600;
        font-size: 23px;
    }
    .review_dark {
        top: 50px;
        left: 24%;
        transform: translateX(-10%);
        font-weight: 600;
        font-size: 23px;
    }

      
    .t3 {
        font-size: 23px;
		line-height: 40px;
    }

	.t2 {
	    font-size: 30px;
	}
  
}


.shorts {
    display: flex;
    justify-content: center;
    align-items: center; 
    background: url('/assets/img/bbb.png') no-repeat top, linear-gradient(135deg, #fff2d7, #fff2d7);
    position: relative;
    padding:  300px 15px 100px 15px;
}
.shorts-frame {
    display: none;
    width: 100%;
    max-width: 800px;
    height: 450px;
    border-radius: 12px;
}

/* ✅ 모바일 최적화 */
@media (max-width: 768px) {
    .shorts {
        padding:  150px 15px 50px 15px
    }
    .thumbnail, .shorts-frame {
        width: 100%;
        height: 200px;
        border-radius: 20px;
        max-height: 200px;
	    object-fit: cover;/*2025.02.28*/
    }
}

.shorts_t1 {
    margin-bottom: -5px;
    color: #000000;
    font-family: "Pretendard";
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.shorts_t2 {
    margin-bottom: 20px;
    color: #000000;
    font-family: "Pretendard";
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 768px) {
	
	.shorts_t1 {
    font-size: 20px;
}
.shorts_t2 {
    font-size: 28px;
}
	
    .shorts_white {
        top: 50px;
        left: 20%;
        transform: translateX(-10%);
        font-weight: 600;
        /* font-size: 23px; */
    }	
	
}

.news-v1 p {
    color: #555;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.news-v1 .news-v1-in {
    background: #ffffff;
    border-radius: 10px;
}

.wawacenter_t_06 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

.review_box {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.review_box .review_back01 {
    display: flex;
}

.review_box .review_back01 p {
    line-height: 35px;
}

.review_box .review03 {
    width: 100px;
    background: #eee;
    padding: 5px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
    background: rgba(54, 157, 234, 0.2);
}

.review03 {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
}

.review_box .review02 {
    width: 100px;
    background: #eee;
    padding: 5px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
}

.review02 {
    float: left;
    width: 31%;
    text-align: center;
    margin-right: 2%;
}

.review_box .review01 {
    width: 100px;
    background: #eee;
    padding: 5px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
    background: rgba(10, 190, 90, 0.2);
}

.review01 {
    float: left;
    width: 33%;
    text-align: center;
}

.review_box .review04 {
    width: 100px;
    background: #eee;
    padding: 5px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    background: #ffc6cf;
}
