/* BASIC css start */
#contents {
    padding-top: 20px;
}

.title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
    padding: 0 12px;
}

.sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-bottom: 6px;
    padding: 0 12px;
}

.full-img-wrap {
    margin-bottom: 50px;
}

.full-img-wrap > img {
    display: block;
    width: 100%;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 12px;
}

.title-wrap h3 {
    font-weight: 600;
    font-size: 15px;
    color: #121212;
}

.title-wrap .total-wrap {
    font-weight: 400;
    font-size: 14px;
}

.title-wrap .total-wrap .cnt {
    font-weight: 600;
    font-size: 14px;
}

.list-wrap {
    position: relative;
    padding: 0 12px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.list-wrap .item-list {
    display: flex;
    gap: 8px;
    padding: 10px;
    justify-content: space-between;
}

.list-wrap .item-list .item.right { width: 100%; }

.list-wrap .item-list + .item-list {
    border-top: 1px solid #E2E2E2;
}

.list-wrap .item-list:last-child {
    border-bottom: 1px solid #E2E2E2;
}


.list-wrap .item-list.active {
    background: #FFC4001A;
    border: 1px solid #FFC400;
    border-radius: 10px;
}

.list-wrap .item-list.active + .item-list {
    border-top: 0;
}

.list-wrap .item-list .img-wrap {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
}

.list-wrap .item-list .img-wrap img {
    display: block;
    width: 100%;
}

.list-wrap .item-list .top-wrap {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 6px;
}

.list-wrap .item-list .top-wrap .number {
    min-width: 28px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #CC3B4F;
    border-radius: 39px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #CC3B4F;
    box-sizing: border-box;
    padding: 0 8px;
}

.list-wrap .item-list .top-wrap .model-number {
    font-weight: 400;
    font-size: 13px;
    color: #121212;
}

.list-wrap .item-list .link-text {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 6px;
}

.link-text:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('/design/evertool/images/icon_list_link.png') no-repeat center;
    margin-left: 4px;
}

.list-wrap .price-wrap {
    display: flex;
    gap: 2px;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    justify-content: space-between;
}

.list-wrap .price-wrap .consumer {
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    color: #999999;
}


.list-wrap .cart-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.list-wrap .qty-wrap {
    display: flex;
    align-items: center;
}

.list-wrap .qty-wrap a {
    width: 28px;
    height: 28px;
    border: 1px solid #DEDEDE;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.list-wrap .qty-wrap .btn-minus {
    background-image: url('/design/evertool/images/icon_list_minus.png');
}

.list-wrap .qty-wrap .btn-plus {
    background-image: url('/design/evertool/images/icon_list_plus.png');
}

.list-wrap .qty-wrap input {
    width: 36px;
    height: 32px;
    border: 0;
    text-align: center;
    color: #121212;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
}

.list-wrap .sold-out {
    font-weight: 600;
    font-size: 13px;
    margin-right: 36px;
}

.list-wrap .sold-out.stop {
    margin-right: 24px;
}

.list-wrap .btn-cart {
    min-width: 55px;
    height: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 99px;
    background: url('/design/evertool/images/icon_list_cart.png') no-repeat center;
}

.list-wrap .btn-cart.active {
    border: 1px solid #555555;
    background: #555555 url('/design/evertool/images/icon_list_cart_active.png') no-repeat center;
}


.anchor-product-wrap .anchor-product { text-align: center; border-top: 1px solid #EDEDED; border-bottom: 1px solid #EDEDED; }
.anchor-product-wrap .anchor-product img {
    max-width: 100%;
    max-height: 290px;
}

.anchors-wrap { position: relative; margin: 20px 0 20px 0; }
.anchors-wrap .title { margin-bottom: 10px; line-height: 1; }
.anchors-wrap .content-wrap {
    position: relative;
    margin-top: 54px;
}


.full-view { position: fixed; left:0; right: 0; top: 0; bottom: 0; z-index: 1000; margin: 0; padding-top:20px; background: #fff; }
.full-view-close { background: #fff !important;}
.full-view-close img { width: 50px; }
.full-view > .title { display: none; }

.tabContent { display: none; border-radius: 10px; border: 1px solid #EDEDED; background: #FFF; margin-top: 54px; }
.tabContent > div {
    display: none;
    position: relative;
    user-select: none;
    height: 290px;
}

.zoom-controls { z-index: 2; position: absolute; left: 10px; right: 10px; top: -54px; padding: 10px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 3px; align-self: stretch; }
.zoom-controls .left-group { display: flex; gap: 3px; }
.zoom-controls a { border-radius: 6px; background: #555; display: flex; width: 34px; height: 34px; justify-content: center; align-items: center; }
.zoom-controls a.external-link {
    display: none !important;
}
.image-container {
    position: relative;
    width: 100%;
    height: 290px;
    display: inline-block;
    overflow: auto;
    user-select: none;
    text-align: center;
}

.target-image {
    transform-origin: center;
}

.rectangles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: auto; }
.rectangle { position: absolute; cursor: pointer; transition: border-color 0.3s ease; }
.rectangle.active { border: 2px solid #FFC40066; background-color: rgba(255, 196, 0, 0.40); }

.tab-paging-wrap { margin-top: 20px; display: flex; justify-content: center; align-items: center; gap: 10px; align-self: stretch; flex-wrap: wrap; overflow:hidden;}
.tab-paging-wrap .paging-title, .tab-paging-wrap .tab-paging span { /*padding: 0 12px;*/ font-size: 14px; color: #999; height: 30px; line-height: 30px; cursor: pointer; white-space:nowrap;}
.tab-paging-wrap .paging-title {padding:0; text-align:center;}
.tab-paging-wrap .selected { background-color: #555; border-radius: 30px; color: #fff; }
/*
.tab-paging-wrap .tab-paging {display: flex; justify-content: flex-start; align-items: center; gap: 10px; align-self: stretch; flex-wrap: nowrap; }
.tab-paging-wrap .tab-paging > a { min-width: 34px; height: 30px; display: flex; justify-content: center; align-items: center; }
*/
.tab-paging-wrap .tab-paging.under {min-width:500px; justify-content: center; /*gap:10px;*/}
.tab-paging-wrap .tab-paging > a {text-align:center; border:1px solid #eee; border-radius:15px; margin-right:2%; width:75px !important;}
.tab-paging-wrap .tab-paging > a:last-child {
    margin-right: 0;
}
.tab-paging-wrap .tab-paging > .active { border-radius: 30px; background: #555; color: #fff; }
.tab-paging-wrap .tab-paging > .active span {color: #fff;}
.paging-title {min-width:90px;}

.rectangle-link { display: block; }

.tab-paging-wrap .scroll-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.tab-paging-wrap .scroll-wrap.scroll {
    max-width: calc(100% - 100px);
    justify-content: normal;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-paging-wrap .scroll-wrap.scroll:-webkit-scrollbar {
    display: none;
}

.tab-paging-wrap .btn-paging {
    display: none;
}

.tab-paging-wrap .paging-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    background: url(/design/evertool/images/icon_swiepr_prev.png) no-repeat center;
    padding: 0;
    position:static;
}

.tab-paging-wrap .paging-prev:after {
    display:none;
}

.tab-paging-wrap .paging-next {
    width: 30px;
    height: 30px;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    background: url(/design/evertool/images/icon_swiepr_next.png) no-repeat center;
    padding: 0;
    position:static;
}

.tab-paging-wrap .paging-next:after {
    display:none;
}

.btn-link-wrap {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
    padding: 0 16px;
}

.btn-link-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid #DEDEDE;
    border-radius: 99px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #121212;
    padding: 0 10px;
    cursor: pointer;
}

#contents .text-wrap p {
    padding: 8px;
    text-align: center;
    background: #efefef;
    margin: 16px 12px;
    border-radius: 8px;
    color: #2f2f2f;
}

#contents .banner-wrap {
    margin: 16px 12px;
}

#contents .banner-wrap img {
    max-width: 100%;
}

#footer {
    margin-top: 16px !important;
}




/*table-search*/
.table-search-wrap {
    position: absolute;
    right: 10px;
    top: -44px;
    width: calc(100% - 190px);
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 12px;
    z-index: 10;
    background: #FFFFFF;
}

.table-search-wrap > input {
    width: 100%;
    height: 34px;
    border: 0;
}

.table-search-wrap .btn-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}

.table-search-wrap .btn-wrap button {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    border: 0;
}

.table-search-wrap .btn-wrap .item {
    display: none;
    align-items: center;
    gap: 4px;
}

.table-search-wrap .btn-wrap .item.active {
    display: flex;
}

.table-search-wrap .btn-wrap .btn-up {
    background-image: url('//skin.makeshop.co.kr/skin/apt/image/pc/arrow-down.svg');
}

.table-search-wrap .btn-wrap .btn-down {
    background-image: url('//skin.makeshop.co.kr/skin/apt/image/pc/arrow-down.svg');
    transform: rotate(180deg);
}

.table-search-wrap .btn-wrap .btn-search {
    background-image: url('//skin.makeshop.co.kr/skin/apt/image/pc/search_icon.svg');
}

.table-search-wrap .btn-wrap .count-wrap {
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.list-wrap .item-list .text-primary {
    background: #FFFF5AFF !important;
}

.list-wrap .item-list .text-primary.active {
    background: #FF7300E4 !important;
}
/* BASIC css end */

