
    html{
        /* overflow-x: hidden; */
        
    }
    ::-webkit-scrollbar{
        display: none;
    }
    ::-webkit-scrollbar-thumb{
        display: none;
    } 
    ::-webkit-scrollbar-track{
        display: none;
    } 

    body,html {
        overflow-x: hidden;
        overflow-y: visible;
        height:100%;
        width:100%;
    }
    .empty_space{
        line-height: 3rem;
        position:relative;
        height: 3rem;
    }
    .main-search-box {
        margin-bottom: 2.5rem;
        border-radius: 1.5rem;
        padding: 0.75rem 1.5rem;
        box-sizing: border-box;
        width: calc(100% - 3rem);
        text-align: center;
        margin: 0 auto;
        background-color: #f5f6f7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.6rem;
    }
    .search-img {
        width: 1.25rem;
        height: 1.25rem;
    }
    .search-box {
        background-color: transparent;
        border: none;
        outline: none;
        color: #6e6e6e;
        width: calc(100% - 2rem);
    }
    .wrapper,.wrapper2 {
        
        margin-top: 2.5rem;
        width: 100%;
    }
    .wrapper{
        /* height: 45vw;
        max-height: calc(47rem * 0.45);
        max-height: 25rem;
        min-height: 10rem; */
        margin-bottom: 2.5rem;
    }
    .wrapper2{
        /* height: 40vw;
        max-height: 20rem;
        min-height: 7.5rem; */
        margin-bottom: 5rem;
    }
    .swiper,.swiper2 {
        width: 100%;
        height: 100%;
        
        position: relative;
    }
    .swiper{
        height: 55vw;
        max-height: calc(47rem * 0.45);
    }
    .swiper2 {
        height: 40vw;
        max-height: calc(47rem * 0.4);
    }
    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* pagination */
    .mySwiper .swiper-pagination,.mySwiper2 .swiper-pagination2 {
        position: absolute;
        bottom: -1rem;
        text-align: center;
    }
    .swiper-pagination-bullet{
        height: 0.15rem;
        width: 0.15rem;
        background-color: #a2a2a2;
    }
    .swiper-pagination-bullet-active{
        background-color: #828282;
    }
    .custom-fraction {
        font-size: 0.65rem;
        border-radius: 1rem;
        padding: 0.25rem 0.75rem;
        box-sizing: border-box;
        border: 0.05rem solid white;
        color: white;
        z-index: 10;
        position: absolute;
        bottom: 0.75rem;
        right: 0.75rem;
        background-color: rgba(0, 0, 0, 0.3);
        text-align: right;
        margin: 0.75rem 0.25rem 0 0;
    }
    .swiper-txts{
        text-align: left;
        position: absolute;
        top: 50%;
        left: 1rem;
        color: white;
    }
    .m_title{
        font-size: 0.7rem;
        line-height: 1.5rem;
        padding-left: 0.5rem;
        box-sizing: border-box;
    }
.swal-title{
    font-size: 1.3rem;
}
.ytb_box{
    height: 45vw;
    max-height: calc(47rem * 0.45);
    margin-bottom: 1.5rem;
} 
.wrapper3 {
    width:85%;
    margin:0 auto 1.5rem auto;
    overflow: visible;
}

.swiper3 {
    width:100%;
    height: 42.5vw;
    max-height: calc(47rem * 0.425);
    position: relative;
    overflow: visible;
}

    .con3-sl{
        overflow: hidden;
        background-color: #6e6e6e;
        border-radius: 0.5rem;
    }
    .con3-sl>p{
        font-size: 0.75rem;
        position: absolute;
        top:1rem;
        left: 0.5rem;
        color: white;

    }
.con5_wrap{
    width: 100%;
}
.con5_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0.5rem;
}
.con_more{
    font-size: 0.5rem;
    padding-right:0.5rem;
    box-sizing: border-box;
    display: block;
}
.con5_flex_box{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.con5_item{
    margin-bottom: 0.5rem;
    overflow: hidden;
    width: calc(50% - 0.3rem);
    border: 0.05rem solid #dfdfdf;
    border-radius: 0.5rem;
    height: 60vw;
    max-height: calc(47rem * 0.6);
}
.con5_it_img{
    background-color: #828282;
    height: 45%;
}
.con5_it_img>img{
        width: 100%;
        height: 100%;
    }
.con5_txt{
    height: 55%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
}
.con5_tags{
    top:-0.5rem;
    left: 0.5rem;
    position: absolute;
}
.con5_tag{
    
    width: 2.25rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 0.25rem;
    background-color: var(--main-color);
    text-align: center;
    color: white;
}
.con5_stitle{
    font-size: 0.5rem;
    color: #767676;
    margin-bottom: 0.35rem;
}
.con5_title{
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    height: 1.5rem;
    line-height: 0.75rem;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.con5_revs{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.con5_star{
    
    font-size: 0.6rem;
    color: #ffd33e;
    display: flex;
    align-items:center;
}
.con5_starnum{
    margin-left: 0.1rem;
    color: #be8233;
    font-weight: bold;
    font-size: 0.5rem;
}
.con5_rev_count{
    font-size: 0.4rem;
    color: #8d8d8d;
}
.con6_wrap{
    width: 100%;
    margin-bottom: 1.5rem;
}
.con6{
    width:100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.con6_tags{
    display:flex;
}
.con6_tag{
    margin-right: auto;
    border-radius: 0.5rem;
    font-size: 0.55rem;
    color: #828282;
    text-align: center;
    display: inline-block;
    line-height: 1rem;
    padding: 0 0.65rem;
    box-sizing: border-box;
    border: 0.05rem solid #828282;
}
.con6_tag:last-child{
    margin-right:0;
}
.con6_tag.active{
    color: #35a0fc;
    border: 0.05rem solid #35a0fc;
}
.con6_items{
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.con6_item{
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.con6_it_img{
    overflow: hidden;
    width: 5rem;
    height: 5rem;
    background-color: #828282;
    border-radius: 0.5rem;
}
.con6_it_img>img{
    width: 100%;
    height: 100%;
}

.con6_txts{
    width: calc(100% - 5.5rem);
}
.con6_it_tags{
    width:100%;
    min-height:1rem;
}
.con6_it_tag{
    padding:0 0.5rem;
    box-sizing: border-box;
    font-size: 0.5rem;
    display: inline-block;
    line-height: 1rem;
    border-radius:0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
.con6_etk{
    background-color:var(--main-color);
    color: white;
}
.con6_abl{
    color: #35a0fc;
    background-color: #edf7ff;
}
.con6_inner_txt{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.con6_it_title{
    font-size: 0.5rem;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height:0.75rem;
    height: 1.5rem;
    margin-bottom: 1rem;
}
.con6_prc{
    width: 100%;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: right;
}
.wrapper4 {
    width:85%;
    margin:0 auto 3rem auto;
    overflow: visible;
}