/*** swiper css ***/
.swiper-pagination {
    width: 100%;
}

/*** 메인페이지 ***/
.btn.btnGradation {
    background: linear-gradient(to bottom, rgb(239, 60, 50), rgb(239, 50, 210));
    color: #fff;
}

/*.contentWrap {
    height: 100%;
    min-height: 100vh;
}*/
.indexA .slider_wrap .listBox {
    gap: 0;
}



.slider_wrap .listBox .swiper-slide a img {
    width: 100%;
}

span.icon-report {
    background: url('/resources/images/user/index/icon-report.png') no-repeat center center / cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 0;
    vertical-align: initial;
}

span.icon-right {
    background: url('/resources/images/user/myshowching/ico_down.png') no-repeat center center / cover;
    width: 13px;
    height: 10px;
    display: inline-block;
    font-size: 0;
    vertical-align: initial;
    transform: rotate(270deg);
}

/* mypage */



button.btn, a.btn {
    min-width: fit-content;
}

.select-wrap {
    position: relative;
    width: 79%;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    height: 39px;
    background: url('/resources/images/user/community/icon-select-arrow.jpg') #fff calc(100% - 7px) center no-repeat;
    background-size: 10px;
    color: #000;
    padding-bottom: 0 !important;
}

.select-wrap.active .select {
    max-height: 300px;
}

.select-wrap .select-label {
    display: flex;
    align-items: center;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    padding-left: 15px;
    background: transparent;
    width: 90%;
    color: inherit;
    font-size: 16px;
}

.select-wrap .select {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #cdcdcd;
    list-style-type: none;
    padding: 0;
    border-radius: 6px;
    overflow: auto;
    max-height: 0;
    transition: .3s ease-in;
}

.select li.option {
    line-height: 35px;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    text-align: left;
}

.select li.option:hover {
    background: #fff0f5;
}

.select-wrap .select::-webkit-scrollbar {
    width: 8px;
}

.select-wrap .select::-webkit-scrollbar-track {
    background: #ffffff7a;
}

.select-wrap .select::-webkit-scrollbar-thumb {
    background: #0000003b;
    border-radius: 45px;
}

.select-wrap .select::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

/* footer */


.contentWrap .myShowching-sch-header {
    justify-content: left;
}

.top_sch-showhost .title {
    margin-bottom: 0;
}

.reset-btn {
    position: absolute;
    top: -35px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #bebebe;
    font-size: 16px;
}

.reset-btn img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}


/* common */

label {
    font-size: 13px;
}

label input[type=checkbox], label input[type=radio] {
    font-size: 12px;
}

.myInfo .termsWrap {
    margin-bottom: 40px;
    padding: 15px 0;
}

.myInfo .termsWrap ul.termsList li {
    line-height: 28px;
}

.myInfo .termsWrap ul.termsList li label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.category_wrap {
    gap: unset;
    overflow: hidden;
    padding-left: 5%;
}

.showhost_detail .category_container.swiper-container .container-shadow {
    background: linear-gradient(to right, transparent 90%, transparent, #fff);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.category_item.swiper-slide {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: fit-content !important;
}

.category_item.swiper-slide span {
    display: block;
}


@media screen and (max-width: 500px) {

    span.icon-report {
        width: 10px;
        height: 10px;
    }

    span.icon-right {
        width: 9px;
        height: 5px;
    }


    .myInfo .termsWrap {
        margin-bottom: 20px;
    }

    .select-wrap {
        width: 69%;
        height: 32px;
    }

    .select-wrap .select {
        top: 33px;
    }

    .select-wrap .select-label {
        font-size: 14px;
    }

    .select li.option {
        line-height: 18px;
        font-size: 14px;
    }


}

@media screen and (max-width: 425px) {
    .select-wrap {
        height: 26px;
    }

    .select-wrap .select {
        top: 27px;
    }
}

@media screen and (max-width: 414px) {

    .select-wrap .select-label {
        font-size: 12px;
    }

    .select li.option {
        line-height: 18px;
        font-size: 12px;
    }

}
