@charset "utf-8";

/* 감싸는 div --------------------- */
.wrap {
    position: relative;
    width: auto;
    margin: 0 auto;
}
/* 확대될 타겟이미지*/
.target {
    display: block;
    /* width: 60%; */
}
/* 돋보기 */
.magnifier {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 1;
}
/* --------------------------------- */

.thumbnail-wrappper { 
    width: 25%; 
} 
.thumbnail {
    position: relative; 
    /* padding-top: 100%;  */
    /* 1:1 ratio */ 
    overflow: hidden; 
} 
.thumbnail .centered { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    -webkit-transform: translate(50%,50%); 
    -ms-transform: translate(50%,50%); 
    transform: translate(50%,50%); 
} 
.thumbnail .centered img { 
    position: absolute; 
    top: 0; 
    left: 0; 
    /* max-width: 100%;  */
    /* height: auto; */
    -webkit-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%); 
}
/* img.portrait { width: 100%; height: auto; max-width: 500px; }
img.landscape { width: auto; height: 100%; max-height: 500px; } */
  


#slider-div { width: 90%; margin: 0 auto; }
.slick-prev, .slick-next { height: 100%; }

.slick-prev:before, 
.slick-next:before { 
  color: rgb(158, 158, 158);
  font-family: bootstrap-icons !important;
  text-transform: none;
}
.slick-prev:before { 
  content: "\F284";
}
.slick-next:before { 
  content: "\F285";
}

.slick-slide img { margin: 0 auto; }



.p-detail {
    margin: 15px 0px;
    padding: 0px 0 10px 0;
    /* border-bottom: 1px solid #ddd; */
}
.p-detail-list {
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 20px;
    border-bottom: 1px solid #ddd; */
}
.p-detail-list dl, .p-price dl,
.item-option dl, .item-qty-wrap dl { 
    display: flex;
    /* align-items: center; */
    width: 100%;
    padding: 6px 0;
}
.p-detail-list dl dt, .p-price dl dt,
.item-option dl dt, .item-qty-wrap dl dt { 
    font-size: var(--fs-15);
    font-weight: 400;
    color: #444;
    /* width: 20%; */
    word-wrap: break-word;
}
.p-detail-list dl dd, .p-price dl dd,
.item-option dl dd, .item-qty-wrap dl dd {
    font-size: var(--fs-15);
    color: #666;
    font-weight: 400;
    /* width: 80%; */
    margin: 0;
}

.item-qty-wrap dl dd input { background-color: #fff !important;  width: 130px; text-align: right; padding-right: 1rem; }

.p-detail-price {
    display: table;
    width: 100%;
}
.p-detail-price-list {
    margin: 5px 0 0 0;
    word-break: break-all;
}
.p-detail-price-list table {
    width: 100%;
    border: none;
    background: #f8f8f8;
}
.p-detail-price-list table td {
    border: none;
    padding: 12px 0;
    text-align: center;
}
.p-detail-price-list table td:first-child {
    text-align: left;
    padding: 14px 0 14px 20px;
}
.p-detail-price-list table td:nth-child(2) {
    text-align: right;
    padding: 14px 0 14px 20px;
}
.p-detail-price-list table td:nth-child(2) input {
    width: 40px;
    text-align: center;
    padding: 2px 5px 1px 5px;
}
.p-detail-price-list table td:nth-child(3) {
    text-align: right;
}

.p-detail-btn {
    padding-top: 30px;
    border-top: 1px solid #888;
}

/* 단위별 금액 ------------------- */
.qtyuint_table {
    /* display: none; */
    position: absolute;
    top: -10px;
    left: 136px;
    width: 55%;
    border: 1px solid #21698b;
    padding: 0.6rem;
    background-color: #fafdff;
    z-index: 1;
  }
  .qtyuint_table > p { margin-bottom: 0rem !important; }
  .qtyuint_table > p:first-child { font-weight: bold; }
  .qtyuint_table .qty_table { margin: 10px 0 10px; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
  .qtyuint_table .qty_table > dl { padding: 3px 0; }
  .qtyuint_table .qty_table > dl dt, 
  .qtyuint_table .qty_table > dl dd { width: 33%; }
  .qtyuint_table .qty_table > dl dt { text-align: right; } 
  .qtyuint_table .qty_table > dl > dd:nth-child(2) { text-align: center; }
  .qtyuint_table .qty_table > dl > dd:nth-child(3) { text-align: left; }
  .qtyuint_table > p.buttom_1  { font-size: 14px; font-weight: bold; margin: 10px 0 10px !important; }
  .qtyuint_table > p.buttom_2  { color: #4c59dc; font-size: 14px; }
/* ------------------------------- */


.item-option, .item-qty-wrap {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;    
    border-top: 1px solid #ddd;
}
.item-option-choice {
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 3.125em;
    padding-left: 1.0625em;
    padding-right: 2.1875em;
    border: 1px solid #d0d0d0;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    color: #888;
    text-align: left;
    outline: none;
}
.item-option-container {
    display: none;
    position: relative;
    overflow-y: auto;
    max-height: 31.25em;
    z-index: 1;
    margin-top: -0.0625em;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1em;
}
.item-option .item-option-container {
    position: absolute;
    top: 3.125em;
    left: 0;
    width: 100%;
    z-index: 5;
}
.item-option-choice i {
    position: absolute;
    right: 1.0625em;
    /* top: 50%; */
    margin-top: -0.25em;
    transition: margin 0.05s;
}
.item-option-slt li {
    padding: 1.25em 2.5em;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.item-option-container li:not(:first-child) {
    border-top: 1px solid #ccc;
}
.item-option-desc {
    flex-grow: 1;
    color: #888;
}
.item-option-image {
    display: inline-block;
    overflow: hidden;
    width: 3.75em;
    height: 3.75em;
    margin-right: 1em;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.item-option-desc .d-inline-flex {
    max-width: 20.625em;
}
.item-option-price {
    width: 12.5em;
    flex-grow: 0;
    text-align: right;
}
.item-option-price .price {
    font-size: 1.125em;
    color: #333;
}
.item-option-price .unit {
    margin-left: 0.1875em;
}
.item-option-price .del {
    margin-left: 0.3125em;
    font-size: 16px;
    color: #888;
}


.option-slt {
    position: relative;
    min-height: 9.0625rem;
    margin: 1.25rem auto;
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
    font-size: 16px;
    background: #f7f7f7;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.option-slt-html {
    display: none;
}
.option-slt-title {
    min-height: 3.125rem;
    margin-bottom: 1.25rem;
}
.option-slt-item-name {
    display: block;
    margin-bottom: 0.5625rem;
    color: #333;
    padding-right: 1.875rem;
    font-size: 1rem;
    font-weight: 400;
}
.option-slt-item-subname {
    display: block;
    position: relative;
    margin-bottom: 0.5625rem;
    padding-left: 0.9375rem;
    padding-right: 1.875rem;
    font-size: 1rem;
    color: #888;
}
.option-slt-item-subname::before {
    content: "\231E";
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 0px;
    font-size: 1.1875rem;
    color: rgb(153, 153, 153);
}
button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}
.option-slt-del {
    position: absolute;
    top: 1.25rem;
    right: 1.125rem;
    color: #888;
    font-size: 1rem;
}
.option-slt-qty {
    display: flex;
}
.option-slt-qty-area {
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
}
.spinner-box {
    display: inline-flex;
    position: relative;
    font-size: 0;
    vertical-align: middle;
}
.option-slt-qty input {
    width: 50px !important;
    /* height: 32.5px; */
    margin: 0;
    padding: 0;
    text-align: center;
}
strong {
    color: #333;
    font-weight: 600;
}
.option-slt-qty-price .unit {
    font-size: 1.125rem;
    margin-left: 0.1875rem;
}



.item-total {
    display: block;
    font-size: 30px;
    text-align: right;
    margin-top: 10px;
    padding: 0px 0px 20px;
}
.item-total-price {
    color: #333;
    font-size: 20px;
}
.item-total-price strong {
    display: inline-block;
    margin: 0 0px 0px 10px;
    font-size: 26px;
    color: #ed2650 !important;
}

.item-total-price-vat {
    font-weight: 600;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}


.list-group {
    border-top: 1px solid #555;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    list-style-type: none;
    font-size: 0;
    flex-direction: row !important;
    border-radius: 0px !important;
    text-align: center;
}
.list-group-item {
    font-size: 1rem;
    /* font-weight: 500; */
    color: #555 !important;
    background-color: #fafafa !important;
    padding: 1rem 3rem !important;
    border: 0px !important;
    border-right: 1px solid #ccc !important;
}
.list-group-item.active {
    margin-top: 0px !important;
    margin-bottom: -1px;
    background: #ffffff !important;
    border-bottom: 1px solid #fff;
    color: #111 !important;
}

.tab-titles-fix {
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 99px;
    z-index: 28;
    /*transition: all 0.5s;*/
}
.tab-body div {
    /* padding-top: 30px; */
}
.tab-body div p {
    text-align: center;
}


.tab-container { 
    /* border-bottom: 1px solid #a9a9a9;  */
}

.tab-wrap {
    /* margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
}
.tab-list a {
    position: relative;
    display: block;
/*    width: 25%;
    height: 80px;
    line-height: 80px; */
    width: 33.33%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500; 
    text-align: center;
}
.tab-list a.active,
.tab-list a:hover {
    font-weight: 600;
    border-bottom: 2px solid #000;
}
  

/* 제품상세내 테이블 ---------------- */
.prod-spec {
    width: 100%;
    border: 1px solid #d8d8d8;
    font-size: 14px;
}  
.prod-spec tr {
    height: 38px;
    border-bottom: 1px solid #d8d8d8;
}
.prod-spec tr th {
    background-color: #f5f6fb;
    text-align: left;
    padding-left: 0.98em;
    padding-right: 0.98em;
    font-weight: 400;
    width: 16.7%;
}
.prod-spec tr td {
    border-left: 1px solid #d8d8d8;
    text-align: left;
    padding-left: 0.98em;
    padding-right: 0.98em;
}
/* ---------------------------------- */


.list-item-header {
    margin-top: 30px;
    line-height: 30px;
    border-bottom: 1px solid #333;
}
.list-item-header h5 {
    display: inline-block;
    color: #333;
    vertical-align: middle;
}
.list-item-body {
    margin-top: 25px;
    text-align: center;
}
.list-item-body .nav {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    align-items: stretch;
    font-size: 16px;
    justify-content: space-between;
    white-space: nowrap;
}
.list-item-body .nav-tabs {
    border-bottom: #fff;
}
.list-item-body ul li {
    flex-grow: 1;
    flex-shrink: 0;
}
.list-item-body .nav-link {
    width: 100%;
    height: 60px;
    line-height: 2.5;
    margin-bottom: 0px;
    color:#999;
    border-color: #dee2e6 #dee2e6 #333333;
}
.list-item-body .nav-tabs .nav-link:hover {
    color: #333333;
    border-color: #dee2e6 #dee2e6 #333;
}
.list-item-body .nav-link.active {
    border-color: #333 #333 #fff !important;
    color: #333;
    font-size: 16px;
}
.table-box {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table-dl {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table-dt, .table-dd {
    display: table-cell;
    padding: 0.9em 1.3em;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: left;
}
.table-box .b-btm {
    border-bottom: 1px solid #d8d8d8;
}
.table-dt {
    width: 16.7%;
    background-color: #f5f6fb;
}




.item-table {
    background-color: #fff;
    color: #333;
}
.item-table thead {
    background-color: rgba(0,0,0,0);
}
.item-table td, .item-table th {
    border: 1px solid #eee;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}
.item-table thead td, .item-table thead th {
    border-width: 0 0 1px;
    color: #333;
}
.item-table tbody {
    background-color: rgba(0,0,0,0);
}


.ex_txt {
    font-size: 15px;
    color: #707070;
}  
.ex_txt li {
    line-height: 24px;
}
.ex_txt li::before {
    content: '·';
    margin-right: 5px;
}



.pitem-section {
    padding-top: 60px;
}
.pitem-section-header {
    height: 66px;
    line-height: 60px;
    border-bottom: 1px solid #333;
}
.pitem-section-header__title {
    display: inline-block;
    font-size: 30px;
    color: #333;
    vertical-align: middle;
}
.pitem-section-body {
    margin-top: 40px;
}
.item-div {
    height: 50px;
    margin: 40px 0 0;
    font-size: 16px;
}
.item-div>div {
    display: inline-flex;
    align-items: center;
    height: 50px;
}
.item-div .btn-qtn {
    background-color: #333;
    border-color: transparent;
    color: #fff !important;
    padding: 13px 20px;
}
.item-table-box {
    margin-top: 20px;
    border-top: 1px solid #333;
}
.item-table-box {
    margin-top: 10px;
}
.item-table-box .item-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.item-table-box .item-table {
    border-bottom: 1px solid #eee;
}
.item-table-box .item-table th, .item-table-box .item-table td {
    height: 58px;
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
.item-table-box .item-table th, .item-table-box .item-table td {
    height: 58px;
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
.item-table-box .item-table th {
    font-weight: 600;
    background-color: #fafafa !important;
}
.item-table-box .item-table td {
    color: #888;
}
.item-table-box .item-table td.item-table-title {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    text-align: left;
    word-wrap: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.item-table-box .item-table td.item-table-title a {
    color: #777 !important;
}
.pitem-qna-pagination {
    margin: 40px auto;
    text-align: center;
}


.item-answer-area {
    position: relative;
    z-index: 1;
    padding: 40px;
    background-color: #f9f9f9;
    text-align: left;
}
.item-answer { display: none; }
.item-answer-dt, .item-answer-dd {
    position: relative;
    padding-top: 5px;
    padding-left: 40px;
    font-weight: normal;
    color: #777;
    text-align: left;
}
.item-answer-area .item-icon {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    background-color: #000;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
}
.item-answer-dd {
    margin-top: 40px;
}
.item-answer-dd p {
    text-align: left !important;
    margin-bottom: 0;
    color: #777;
}
.item-tab {
    display: inline-block;
    margin: 0 30px;
    text-align: center;
}
.item-div .item-tab {
    margin: 0;
    color: #777;
}
.item-div .item-tab.is-active {
    color: #333;
}
.item-div .item-tab:not(:first-child)::before {
    display: inline-block;
    margin: 0px 18px 0;
    content: '|';
    color: #ccc;
    font-size: 10px;
    vertical-align: middle;
}


.prod-image-card {
    height: 450px;
    width: 100%;
}

.prod-image-card .prod-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 1200px) {
    .prod-image-card {
        height: 400px;
    }    
}

@media (max-width: 991px) {
    .prod-spec tr th,
    .prod-spec tr td {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .prod-spec tr th {
        width: 25% !important;
    }

    .prod-image-card {
        height: 350px;
    }    

}
@media (max-width: 768px) {
    .wrap { width: 100%; }
    .prod-qty-postion {
        margin-right: -13px;
    }

    .tab-wrap {
        border-top: none;
        border-bottom: none;
    }    
    .tab-menu {
        border-top: 1px solid #a9a9a9;
        border-bottom: 1px solid #a9a9a9;
    }

    .prod-image-card {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

}