

.main_sub_title {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 1.25rem;
}

.main_sub_title>span {


    color: #333;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.1125rem;
}

.title_text_color {
    color: #7D47A4;
    text-align: center;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 5.625rem */
    letter-spacing: -0.1125rem;
}

.photo_list_area {
    width: 100%;
    max-width: 80rem;

    padding-top: 3.75rem;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.photo_list_area_loop {
    width: 100%;
}

.photp_list_area_loop_title {
    display: flex;
    width: 100%;
    padding: 1.25rem 0;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;

    background: #F5F5F5;
}

.photp_list_area_loop_title>span {
    color: #000;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.0325rem;
}

.photp_list_area_loop_img {
    width: 100%;
    height: 20.0625rem;
}

.photp_list_area_loop_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.bg_gray {
    background: #F8F8F8;
}

.video_list_area {
    width: 100%;
    max-width: 80rem;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6875rem;

    padding-top: 3.75rem;
}

.video_list_area_loop {
    width: 100%;
    height: 31.25rem;

    position: relative;
    overflow: hidden;
    cursor: pointer;

    border-radius: 0.625rem;
}

.video_list_area_loop img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
}

.youtube-shorts-play {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 4rem;
    height: 4rem;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.5rem;
}

.main_sub_title2 {
    display: flex;
    height: 1.625rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.main_sub_title2>span {
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */
    letter-spacing: -0.0225rem;
}

.review_list_area {
    width: 100%;
    max-width: 80rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 1.875rem;
    padding-top: 3.75rem;
}

.review_list_area_loop {
    width: 25rem;
    height: 17.5rem;

    flex-shrink: 0;
    background: #F8F8F8;
    padding: 2.5rem;
}

.review_list_area_loop_top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.review_list_area_loop_profile {
    width: 3.125rem;
    height: 3.125rem;
    aspect-ratio: 1/1;
    border-radius: 9999;
}

.review_list_area_loop_profile {
    width: 3.125rem;
    height: 3.125rem;
    aspect-ratio: 1/1;

}

.review_list_area_loop_profile>img {
    widht: 100%;
    height: 100%;

}

.review_list_area_loop_info {
    display: flex;
    /* width: 4.8125rem; */
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
}

.review_list_area_loop_nick {
    display: flex;
    height: 1.375rem;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.review_list_area_loop_nick>span {
    color: #000;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 1.875rem */
    letter-spacing: -0.025rem;
}

.review_list_area_loop_day {
    align-self: stretch;
}

.review_list_area_loop_day>span {
    color: #666;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.02rem;
}


.google-review-profile {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
    background: #f2f2f2;
}

.review_list_area_loop_cont {
    height: 8rem;
    overflow: hidden;

    color: #666;
    font-family: Pretendard, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    /* 150% */
    letter-spacing: -0.0225rem;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 최대 3줄 */
    -webkit-box-orient: vertical;

    word-break: break-word;
    padding: 1.25rem 0;
}

.review_list_area_loop_cont>span {
    color: #666;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.6875rem */
    letter-spacing: -0.0225rem;
}

.review_list_area_loop_star {
    align-self: stretch;
}


.review_list_area_loop_star>span {
    color: #FFBF35;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.02rem;
}

.blog_list_area {
    width: 100%;
    max-width: 80rem;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;

    padding-top: 3.75rem;
}

.blog_list_area_loop {
    width: 100%;
    min-width: 0;

    padding: 1.25rem;
    background: #fff;

    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog_list_area_loop_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog_list_area_loop_cont_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    align-self: stretch;
}

.blog_list_area_loop_cont_top_img {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}

.blog_list_area_loop_cont_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_list_area_loop_cont_top_title {
    align-self: stretch;
}

.blog_list_area_loop_cont_top_title>span {
    color: #333;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: -0.025rem;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_list_area_loop_cont_top_cont {
    align-self: stretch;
}


.blog_list_area_loop_cont_top_cont>span {
    color: #666;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.0225rem;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 👈 4줄 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog_list_area_loop_cont_top_title,
.blog_list_area_loop_cont_top_cont {
    width: 100%;
    min-width: 0;
}

.blog_list_area_loop_cont_date {
    margin-top: auto;
    padding-top: 1rem;
}

.blog_list_area_loop_cont_date>span {
    color: #999;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.02rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
}


.title_text_color_white{
    color:#ffffff;
}

.main_bottom_bg {
    width: 100%;
    /* height:min(900px,100vh); */

    background:
        url('/images/main/main_bottom_bg.png') center center / cover no-repeat;
}


    .video_btn_area{
        display: flex;
        /* width: 11.3125rem; */
        height: 3.5rem;
        padding: 0.9375rem 1.5625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background: #7D47A4;
        margin-top:3.75rem;
        cursor:pointer;
    }

    .video_btn_area > span {
        flex-shrink: 0;
        color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 1.8rem */
    letter-spacing: -0.0225rem;
    text-transform: uppercase;
    }

    .main_bottom{
        gap: 1.625rem;
    }

    .main_bottom > span.gab_bottom_sub_text{
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 2.25rem */
        letter-spacing: -0.03rem;
    }

    .gab_bottom_sub_text_btn{
        display: flex;
        padding: 0.9375rem 2rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background: #000;
    }

    .gab_bottom_sub_text_btn > span {
        color: #FFF;
        font-family: Montserrat;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.0225rem;
        cursor:pointer;
    }

/* =========================
   VIEW CONTENT RESPONSIVE
========================= */



@media (max-width: 90rem) {
   
}

@media (max-width: 75rem) {
    .video_list_area {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 64rem) {
    .review_list_area {
        flex-direction: column;
    }

    .review_list_area_loop {
        width: 100%;
        height: auto;
    }

    .blog_list_area {
        grid-template-columns: 1fr;
    }


    
    .blog_list_area_loop_cont_top_img{
        height:auto;
    }
}

@media (max-width: 48rem) {

    .main_sub_title>span,
    .title_text_color {
        font-size: 2rem;
    }

    .photo_list_area,
    .video_list_area,
    .review_list_area,
    .blog_list_area{
        padding-top:1.8rem;
    }
    .photp_list_area_loop_title{
        height: 2.9375rem;
    
    }
    
    .photp_list_area_loop_title>span {
        font-size:1.25rem;
    }


    .photo_list_area {
        grid-template-columns: 1fr;
    }

    .photp_list_area_loop_img {
        height: 11.90806rem;
    }

    .video_list_area_loop {    
        height:18.34131rem;

    }

    .review_list_area_loop{
        padding:2rem 1.5rem;
    }

    .blog_list_area_loop_cont_top_img{
        height:auto;
    }
}

@media (max-width: 30rem) {
    

    .main_sub_title>span,
    .title_text_color {
        font-size: 1.75rem;
    }
/* 
    .video_list_area {
        grid-template-columns: 2fr;
    } */
}


/* ========================================
   Shorts Modal
======================================== */

.shorts-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1.25rem;
}

.shorts-modal.active {
    display: flex;
}

.shorts-modal-content {
    position: relative;
    width: 100%;
    max-width: 26.25rem;
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 1.25rem;
    overflow: hidden;
}

.shorts-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.shorts-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 10;
}

@media (max-width:768px) {

    .before-after-grid {
        grid-template-columns: 1fr;
    }

}