/* BASIC css start */
#layerWrap, #contentWrap, #ftLink .link {
    width: 1200px;
}

#content {
    display: flex;
    gap: 24px;
    padding-top: 53px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
}

#content > .item.right {
    width: calc( 50% - 12px);
}

#content > .item.right .header-box {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}

#content > .anchors-wrap {
    width: calc( 50% - 12px);
}

.title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #121212;
    word-break: break-all;
}

.sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}

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

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

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.title-wrap h3, .desc-text {
    font-size: 13px;
    color: #b6b6b6;
    font-weight: 600;
}

.desc-text {
    margin-top: 16px;
}

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

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

.list-table-header {
    background: #F9F9F9;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    margin-bottom: 6px;
}

.list-table-header thead tr th {
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #121212;
    box-sizing: border-box;
}

.list-table-wrap {
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 674px;
    box-shadow: 0 6px 12px -8px rgba(0,0,0,0.12);
}

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

.list-table-wrap .text-primary.active {
    background: #FF7300E4 !important;
}

.list-table-wrap table {
    border-collapse: separate;
}

.list-table-wrap tr td {
    position: relative;
    text-align: center;
    height: 90px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

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

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

.list-table-wrap tr.active td {
    background: #FFC4001A;
    border-top: 1px solid #FFC400;
    border-bottom: 1px solid #FFC400;
}

.list-table-wrap tr td:first-child {
    border-left: 1px solid transparent;
}

.list-table-wrap tr.active td:first-child {
    border-left: 1px solid #FFC400;
    border-radius: 10px 0 0 10px;
}

.list-table-wrap tr.active td:last-child {
    border-right: 1px solid #FFC400;
    border-radius: 0 10px 10px 0;
}

.list-table-wrap tr td:last-child {
    border-right: 1px solid #FFC400;
}

.list-table-wrap .img-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
}

.list-table-wrap .img-wrap img {
    width: 100%;
}

.list-table-wrap .number {
    font-weight: 400;
    font-size: 14px;
    color: #121212;
    display: inline-block;
    min-width: 30px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #CC3B4F;
    border-radius: 39px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 8px;
}

.list-table-wrap .link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 4px;
}

.list-table-wrap .link-text:hover {
    text-decoration: underline;
}

.list-table-wrap .link-text:after {
    content: none;
    width: 20px;
    height: 20px;
    background: url('/design/evertool/images/icon_list_link.png') no-repeat center;
}

.list-table-wrap .cart-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    padding-right: 8px;
    flex-direction: column;
}

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

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

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

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

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

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

.list-table-wrap .btn-cart {
    min-width: 76px;
    height: 24px;
    border: 1px solid #DEDEDE;
    border-radius: 99px;
    background: url(/design/evertool/images/icon_list_cart.png) no-repeat center;
    background-size: auto 80%;
}

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

.anchor-product-wrap { position: relative; margin-top: 60px; }
.anchor-product-wrap .anchor-product {
    height: 500px;
    text-align: center;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.anchor-product-wrap .anchor-product img { max-width: 100%; max-height: 500px; }
.anchors-wrap { position: relative; }
.full-view { position: fixed; left:0; right: 0; top: 0; bottom: 0; z-index: 110; margin: 0; padding: 20px; background: #fff; }
.full-view-close { position: absolute; top: 0; right: 0; }
.tabContent { display: none; border-radius: 10px; border: 1px solid #EDEDED; background: #FFF; }
.tabContent > div {
    display: none;
    height: 500px;
    position: relative;
    user-select: none;
}

.zoom-controls { z-index: 2; position: absolute; left: 0; top: -50px; width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 3px; }
.zoom-controls .left-group { display: flex; gap: 3px; }
.zoom-controls a { border-radius: 6px; background: #555; display: flex; width: 40px; height: 40px; justify-content: center; align-items: center; }
.image-container { position: relative; width: 100%; height: 500px; 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;
    border-radius: 5px;
}

.rectangle.active { border: 2px solid #FFC40066; background-color: rgba(255, 196, 0, 0.40); }

.tab-paging-wrap {
    margin: 20px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    min-height: 40px;
}

.tab-paging-wrap .paging-title, .tab-paging-wrap .tab-paging span { /*padding: 0 12px;*/ font-size: 16px; color: #999; height: 30px; line-height: 30px; cursor: pointer; white-space:nowrap;}
.tab-paging-wrap .paging-title {padding:0; text-align:center; /*width:95px !important;*/}
.tab-paging-wrap .selected { background-color: #555; border-radius: 30px; color: #fff; }
/*
.tab-paging-wrap .tab-paging { display: flex; justify-content: center; align-items: center; gap: 10px; align-self: stretch; }
.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-radius:15px; border:1px solid #eee; margin-right:10px; width:100px !important;}
.tab-paging-wrap .tab-paging.under > a {/*padding:0 12px;*/}
.tab-paging-wrap .tab-paging > .active { border-radius: 30px; background: #555; color: #fff; }
.tab-paging-wrap .tab-paging > .active span {color: #fff;}

.rect-view { visibility: hidden; z-index: 102; box-sizing: border-box; position: absolute; left: 0; top: 0; display: flex; width: 220px; padding: 25px; flex-direction: column; align-items: center; gap: 20px; border-radius: 10px; border: 1px solid #121212; background: #FFF; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20); }
.rect-view img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.rect-view .rect-texts { display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; }
.rect-view .rect-texts .rect-name {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    word-break: break-all;
}

.rect-view .rect-texts .rect-num {display: none; font-size: 14px; color: #999; }
.rect-view .rect-texts .rect-price { margin-top: 10px; font-size: 20px; font-weight: 700; color: #121212; }


.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: 40px;
    height: 40px;
    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: 40px;
    height: 40px;
    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: none;
    justify-content: flex-end;
    gap: 8px;
    margin: 20px 0;
}

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


#layerWrap, #contentWrap, #ftLink .link {
    width: 1500px;
}

#footer {
    margin-top: 0 !important;
}

.banner-wrap {
    margin-top: 30px;
}

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

/*table-search*/
.table-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    width: 260px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 12px;
}

.table-search-wrap > input {
    width: 100%;
    height: 30px;
    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;
}

.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;
}

/* BASIC css end */

