body {
    overflow-x: hidden;
}

.form-check-input {
    width: unset;
    height: unset;
}
input[type="radio"]:checked{
    accent-color: #CA3525;
}
.modal-dialog input[type="radio"] {
    margin-right: 10px !important;}
#CommonModal{
    background: rgba(18, 18, 18, .5);
}
.private-tag {
    position: absolute;
    color: #fff;
    background: #ca3525;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 3px 6px;
    z-index: 9;
    font-size: 12px;
    white-space: nowrap;
    display: none;
}

.list-card-item:hover .private-tag {
    display: block;
}

.img-modal {
    width: 100%;
    height: 100%;
    display: flex;
}

.img-modal button {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 30px;
}

.img-modal img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.pic-card-item .pic-collection {
    aspect-ratio: 1;
}

.product-finder-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.swiper-card__item .content .pic{
    height: 100%;
}
.pointer-none {
    pointer-events: none;
}

.hover-function {
    position: relative;
}

.hover-function-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    background: rgba(0, 0, 0, .4);
    z-index: 2;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
}

.hover-function-cont > * {
    margin: 0 4px;
}

.hover-function-cont .button {
    display: block;
    cursor: pointer;
    margin: 10px 0;
    width: 60%;
    text-align: center;
}

.hover-function:hover .hover-function-cont {
    transform: translateY(0);
}

.copy-right a, .footer-sns a {
    color: inherit;
    text-decoration: underline;
}

.copy-right a:hover, .footer-sns a:hover {
    color: var(--primary, #ca3525) !important;
}

.page-header .links-item {
    position: relative;
}

.page-header .links-item .i-add {
    transition: all .3s;
}

.page-header .links-item .links-item-options {
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px #eee;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 5;
}

.page-header .links-item:hover .links-item-options {
    transform: scaleY(1);
}

.page-header .links-item:hover a .i-add {
    transform: rotate(180deg);
}

.page-header .links-item .links-item-options a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    min-width: 100px;
    text-decoration: none;
    white-space: nowrap;
}

.page-header .links-item .links-item-options a:hover {
    color: #ca3525;
    background-color: #f8e8e7;
}

.textimg {
    margin-bottom: 70px;
}

.textimg1 img {
    width: 500px;
}

.login-content__left::before {
    background: none;
}

.sns-btn img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-item-info-container {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 40px 0;
    border-top: 1px solid #EEEEEE;
    background: #fff;
    z-index: 9999;
}

.nav-item-info-container .info-list {
    width: 100%;
    margin-right: 40px;
}

.nav-item-info-container .info-list .info-item a {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.nav-item-info-container .info-list .info-item:first-child {
    height: 17px;
    line-height: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.nav-item-info-container .info-item a::after,
.nav-item-info-container .info-item a:hover::after {
    display: none;
}

.nav-item-info-container .app-container .app-left {
    position: relative;
    padding-right: 200px;
    margin-right: 70px;
    border-right: 1px solid #EEEEEE;
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.flex-box-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-item-info-container .app-container .downlod-img a{
    height: auto;
    margin: 0;
    padding: 0;}
.nav-item-info-container .app-container .app-title {
    height: 24px;
    line-height: 23px;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.page-header .header-content__nav .nav-list-item:hover .nav-item-info-container{
    display: block;
}
.nav-item-info-container .app-container .app-decs {
    /*height: 66px;*/
    line-height: 22px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.nav-item-info-container .app-container a.app-view-more {
    height: 19px;
    line-height: 19px;
    margin-top: 30px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-decoration-line: underline;
    padding: 0;
}
.page-header .header-content__nav .nav-list{position: relative;}
.position-absolute{position: absolute;}
.page-header .header-content__nav .nav-list-item.position-absolute{
    right: 0;}
.nav-item-info-container .app-container .app-view-more::after {
    display: none;
}

.nav-item-info-container .app-container .app-img {
    position: absolute;
    top: 0px;
    right: 70px;
    width: 100px;
    height: 100px;
}

.nav-item-info-container .app-container .downlod-img {
    width: 178px;
    margin-bottom: 20px;
    cursor: pointer;
}

.nav-item-info-container .app-container .img-app-store {
    width: 102px !important;
    height: 128px;
    margin-left: 20px;
}
.dropdown-menu.show {
    display: block !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 200;
    display: none;
    min-width: 200px;
    right: 0;
    padding: .8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
}
/*.dropdown-menu a {*/
/*    display: block !important;*/
/*}*/
.dropdown-menu a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;}
.dropdown-menu a:hover::after {
    display: none;
}
.dropdown-item:hover, .dropdown-item:hover {
    color: rgba(202, 53, 37);
    text-decoration: none;
    background-color: rgba(249, 232, 232);
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #111;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    white-space: normal;
    line-height: 18px !important;
    padding: 11px 16px;
}

.pointer-event{position: relative}
.dropdown-menu a {
    line-height: 40px;
}
.icon-btn{
    padding: 0;
    overflow: hidden;
}
.page-title{
    flex-wrap: wrap;
    grid-gap: 20px;
}
.category-adv{
    margin-bottom: 30px;
    display: block;
    aspect-ratio: 3 / 1;
}
.category-adv img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-header .dropdown-menu .dropdown-item{
    padding:  12px !important;
}
.page-header .header-content__nav .nav-list-item h1{
    margin: 0;
    padding: 0;
    height: 100%;
}


@media (min-width: 992px) {
    .nav-list-item:hover .dropdown-menu{
        display: block;
    }
}
@media (max-width: 550px) {
    .product-finder-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
        display: block;
    }
    .page-title .title-wap-btn{
        padding: 0;
        border: none;
        text-decoration: underline;
    }
}

@media (min-width: 767.98px) {
    .product-filter-bar {
        flex-wrap: wrap;
    }

    .product-filter-bar .filter-item {
        margin-bottom: 12px;
    }

}
@media (max-width: 992px) {

    .bootstrap-select .dropdown-menu{
        width: 100%;
    }
    .bootstrap-select .dropdown-menu .inner{
        padding: 0 !important;
    }
    xm-select > .xm-body{
        min-width: unset !important;
    }
    .position-absolute{
        position: relative !important;
    }
    .pc-show{
        display: none !important;
    }
    .page-header .header-content__nav{
        overflow-y: auto;
        padding-bottom: 250px;
        height: calc(100vh - 72px);
    }
    .nav-list-item .dropdown-menu{
        position: relative !important;
    }
}
