/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.main_sr3 .main_container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom:56px; 
}
.main_sr3 .main_cont_title {
    display: flex; 
    flex-direction: column;
}
.main_sr3 .widget_froala {
    display: inline-block;
    width: auto;
}
.main_sr3 .main_cont_title .title {
    width:100%; 
    margin-bottom: 20px;
    font-size: 27px; 
    font-weight: 600;
	color: #0c0c0c;
}
.main_sr3 .main_container .btn_more {
    display: block;
    width: auto;
    margin-bottom: 8px;
    font-size: 14px; 
    white-space : nowrap; 
    color: #999;
}
.main_sr3 .main_container .subtitle {
    color: #5d5d5d;
    font-size: 13px; 
}

.main_sr3 .swiper {
    overflow: inherit;
}
.main_sr3 .swiper_wrapper {
	max-width: max-content;
	overflow:hidden;
}

.main_sr3 .swiper-slide .review_num {
    position: absolute;
    left: -5px;
    top: -51px;
    z-index: 2;
    color: var(--main-box-font-point-color);
    font-size: 95px; 
    font-weight: 200;
    font-family: 'montserrat', serif;
}

.main_sr3 .review_box .img_thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_sr3 .review_box .it_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 350px;
    padding: 22px 0;
    background: #fff;
    border-top-right-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main_sr3 .review_box .img_box {
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.main_sr3 .review_list:hover .img_box {
    transform: scale(1.1);
}

.main_sr3 .review_info {
    position: relative; 
    top: 0;
    margin-top: 10px;
}
.main_sr3 .review_info .content {
    font-weight: 400;
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 69px;
}

.main_sr3 .item_info {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 18px 0; 
    border-top: 1px solid #ececec; 
    border-bottom: 1px solid #ececec; 
    margin-top: 31px;
}
.main_sr3 .item_info .item_info_image {
    width: 73px;
    height: 73px;
    border: 1px solid #f3f3f3;
    background-color: rgba(0,0,0,0.02);
    overflow: hidden;
}
.main_sr3 .item_info .item_info_image img{
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.main_sr3 .item_info .item_info_content {
    width: calc(100% - 73px); 
    padding-left: 20px
}
.main_sr3 .item_info .item_info_content .it_info_name {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4em;
    color: #777;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main_sr3 .item_info .item_info_content .it_price_won {
    color: #777;
    font-size: 14px; 
    font-weight: 400; 
    margin-top: 3px;
}
.main_sr3 .item_info .item_info_content .it_price {
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.main_sr3 .item_info .item_star {
    display: flex; 
    flex-wrap: wrap; 
    align-items: center;
}
.main_sr3 .item_info .item_star img{
    display: inline-block; 
    margin-right: -3px;
}
.main_sr3 .item_info .item_star_num {
    font-size: 13px; 
    color: #999;
    font-weight: 700; 
    margin-left: 5px;
    margin-top: 4px;
}

/* 스켈레톤 */
.main_sr3 .review_title .load_text {
    height: 60px;
}
.main_sr3 .review_box .img_box .thumb {
    width: 100%;
    height: 420px;
}
.main_sr3 .it_info_name .load_text {
    height: 11px;
}
.main_sr3 .it_price .load_text {
    margin-top: 10px;
}

@media (max-width: 991px) {
	.main_sr3 .container_fix {
		padding:0 15px;
	}
    .main_sr3 .main_container {
        padding-bottom: 24px;
    }
    .main_sr3 .main_cont_title .title {
        margin-bottom: 3px;
        font-size: 22px;
    }
    .main_sr3 .main_container .subtitle {
        font-size: 14px;
    }
    .main_sr3 .main_container .btn_more {
        margin-bottom: 0;
        font-size: 13.5px;
    }
    .main_sr3 .review_info {
        margin-top: 9px;
    }
    .main_sr3 .review_title .content {
        font-size: 14px; 
        line-height: 20.5px;
		min-height:76px;
    }
    .main_sr3 .item_info {
        margin-top: 11px; 
        padding: 10px 0;
    }
    .main_sr3 .item_info .item_info_image{
        width: 58px; 
        height: 58px;
    }
    .main_sr3 .item_info .item_info_content{
        width: calc(100% - 58px); 
        padding-left: 13px;
    }
    .main_sr3 .review_title p{
        font-size: 12px; 
        line-height: 18px; 
        max-height: 54px;
    }
    .main_sr3 .item_info .item_star .star_icon {
        font-size: 10px;
    }
    .main_sr3 .item_info .item_star .item_star_num {
        font-size: 11px;
    }
    .main_sr3 .item_info .item_info_content h3{
        font-size: 10px; 
        margin-bottom: 2px;
    }
    .main_sr3 .item_info .item_star img{
        width: 12px;
    }
    .main_sr3 .item_info .use_count {
        font-size: 13px; 
        margin-left: 2px;
    }
    .main_sr3 .swiper-pagination.swiper-pagination-bullets{
        position: static; 
        margin-top: 0px; 
        width: auto;
    }
    .main_sr3 .swiper-wrapper .swiper-slide > p{
        font-size: 75px; 
        top: -28px; 
        left: -4px;
    }
    .main_sr3 .swiper-wrapper .swiper-slide {
        margin-bottom: 10px;
    }
    .main_sr3 .swiper-slide .review_num {
        top: -43px;
        font-size: 86px;
        font-weight: 200;
		left:-1px;
    }
    .main_sr3 .review_box .it_name {
        min-width: initial;
        max-width: 322px;
        padding: 17px 17px 17px 2px;
        font-size: 18.5px; 
        border-top-right-radius: 17px;
		font-weight:400;
    }
    .main_sr3 .item_info .item_info_content .it_info_name{
        margin-bottom: 0px;
        font-size: 11.5px;
    }
    .main_sr3 .item_info .item_info_content .it_price {
        font-size: 13px;
		margin-top:2px;
    }
    .main_sr3 .item_info .item_info_content .it_price_won {
        font-size: 12px;
    }
    .main_sr3 .mobile_more {
        margin: 0 auto; 
        display: block; 
        border: 1px solid #e1e1e1; 
        border-radius: 50px; 
        font-size: 12px; 
        color: #0c0c0c;
        font-weight: 500; 
        width: 182px; 
        padding: 13px 0 13px 42px; 
        background: transparent url(/img/msr9_more2.png) no-repeat right 42px center / 5px; 
        transition: all .5s;
    }
    .widget-wrap .mobile_more:hover{
        border: 1px solid #235cf5; 
        color: white; 
        background: #235bf5 url(/img/msr9_more2_white.png) no-repeat right 42px center / 5px;
    }
    .main_sr3 .more_button {
        margin-top: 15px; 
        text-align: center;
    }
    .main_sr3 .more_button a {
        display: inline-flex; 
        min-width: 182px; 
        align-items: center; 
        justify-content: center; 
        height: 40px; 
        border: 1px solid #e1e1e1; 
        border-radius: 50px; 
        background: #fff; 
        line-height: 1; 
        font-size: 12px; 
        font-weight: 500; 
        color: #5d5d5d;
        transition: all .3s ease;
    }
    .main_sr3 .more_button a .arrow {
        width: 5px; 
        height: 10px; 
        position: relative; 
        margin-left: 5px; 
        top: 1px; 
        background: url(/img/mmore_arrow.png) no-repeat center center / cover; 
        transition: all .3s ease;
    }
    .main_sr3 .more_button a:hover {
        border: 1px solid #72bfc8; 
        color: #fff; 
        background: #72bfc8;
    }
    .main_sr3 .more_button a:hover .arrow {
        background: url(/img/mmore_arrow_on.png) no-repeat center center / cover;
    }
   .main_sr3 .swiper-info-box{
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        align-items: center; 
        margin-top: 17px;
    }
   .main_sr3 .swiper-button {
        display: block; 
        position: static; 
        width: auto; 
        height: auto; 
        margin: 0; 
        opacity: 1;
    }
   .main_sr3 .swiper-button::after{
        display: none;
    }
   .main_sr3 .swiper-button img{
        width: 6px;
    }
   .main_sr3 .swiper-pagination{
        display: flex; 
        flex-wrap: wrap; 
        align-items: center; 
        margin: 0 19px;
    }
   .main_sr3 .swiper-pagination .swiper-pagination-bullet{
        width: 11.5px; 
        height: 11.5px; 
        margin: 0 9px !important; 
        background-color: #eaeaea; 
        opacity: 1; 
        margin-top: 1px;
    }
    .main_sr3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: var(--main-btn-point-color);
    }
}

