/* 메인 베스트 상품 리스트 */

.product-main-best {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-main-best .prdList {
    position: absolute;
    width: 10000px;
    margin: 0 0 0 0;
}

.product-main-best .prdList li {
    float: left;
    width: 184px;
    text-align: left;
}

.product-main-best .product-img {
    width: 184px;
    margin: 0 20px 6px 0;
}

.product-main-best .simple {
    color: #898989;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0;
    width: 184px;
    margin: 0 25px 4px;
}

.product-main-best .pd-price {
    color: #444444;
    width: 150px;
    margin: 5px 0 0px 12px;
    text-align: left;
    font-size: 11px;
}

.product-main-best .pd-price img {
    margin: 5px 0 0 0
}

.product-main-best .pd-price span {
    font-weight: bold
}

.product-main-best .pd-title {
    color: #444444;
    width: 150px;
    margin: 0 0 2px 12px;
    text-align: left;
}

.product-main-best ul.column4 li.item {
    width: 191px;
    height: 300px;
    text-align: left;
    margin: 20px 20px 0 0;
}

.product-main-best ul.column4 li.item .box {
    width: 191px;
    height: 145px;
    border: 1px solid #e0e0e0
}

.product-main-best ul.column4 li.item .box p {
    text-align: left;
}

.product-main-best ul.column4 li.item .box p img {
    margin: 10px 0 0 0;
}

.product-main-best ul.column4 li.item .thumb {
    max-width: 191px;
    width: 191px;
    height: 145px;
    object-fit: cover;
}

.product-main-best {
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px;
}

.product-main-best li span.month {
    font-weight: bold;
    color: #444
}

.product-main-best li .title {
    font-weight: normal;
}





/* 상품 아이템 각각 스타일 */
.product-name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    display: block;
    padding: 0 5px;
    
    /* Alignment Fix: Single line with ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    line-height: 1.2;
}
.product-desc {
    font-size: 13px;
    color: #666666;
    font-family: 'Noto Sans KR', sans-serif;
    display: block;
    padding: 0 5px;
    line-height: 1.5;
}

/* Reset UL styles */
.product-list-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Specs Part (First Description) - Max 2 lines */
.product-specs .product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px; /* 1.5 line-height * 13px * 2 lines approx + slack */
    margin-bottom: 5px;
}

/* Date Part (Second Description) - 1 line */
.product-date .product-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.product-price {
    font-size: 18px;
    color: #246ce3;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    display: block;
    padding: 0 5px;
    margin-top: 5px;
}
.product-price.sold-out {
    color: #ff3100;
}
.vat-text {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    margin-left: 5px;
}
.box {
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    width: 275px;
    position: relative;
}
.thumb {
    max-width: 275px;
    height: 209px;
    margin: 0 0 15px;
    object-fit: cover;
}
li.item {
    display: inline-block;
    margin: 20px 0;
    color: #757575;
    vertical-align: top;
    width: 25%;
    text-align: center
}

/* Column 5 Override 굳이 필요한가? */
ul.column5 li.item {
    width: 20% !important;
}




.product-detail {
    position: relative;
    margin: 0 auto;
}

.product-detail .detailArea {
    padding-bottom: 15px;
    border-bottom: 0px solid #000;
    border-top: 0px solid #000
}

.product-detail .detailArea:after {
    content: "";
    display: block;
    clear: both;
}

.product-detail .imgArea {
    margin-bottom: 25px;
    float: left;
}

.product-detail .imgArea .keyImg {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0px;
    border-bottom: 0px solid #e8e8e8;
    float: left;
}

.product-detail .imgArea .keyImg img {
    width: 743px;
    height: 528px;
    cursor: pointer;
    float: left;
}

.product-detail .imgArea .keyImg .topLogo {
    overflow: hidden;
    padding: 0 0 15px;
    *zoom: 1;
}

.product-detail .imgArea .keyImg .topLogo span {
    float: left;
    width: 220px;
    font-weight: bold;
    font-size: 24px;
    font-family: tahoma;
    line-height: 24px;
}

.product-detail .imgArea .keyImg .topLogo a {
    float: left;
    max-width: 81px;
    max-height: 24px;
}

.product-detail .imgArea .keyImg .topLogo img {
    border: 0;
    cursor: default;
}

.product-detail .imgArea .keyImg .topLogo a img {
    cursor: pointer;
}

.product-detail .imgArea .listImg {
    overflow: hidden;
    width: 346px;
    margin: 30px auto 0;
}

.product-detail .imgArea .listImg ul {
    height: 77px;
    margin: 0 0 0 2px;
    font-size: 0;
    line-height: 0;
}

.product-detail .imgArea .listImg li {
    display: inline-block;
    margin: 0 1px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.product-detail .imgArea .listImg li img {
    width: 65px;
    height: 75px;
    border: 1px solid #ececec;
    cursor: pointer;
}

.product-detail .imgArea .listImg button {
    position: absolute;
    top: 0;
    width: 21px;
    height: 77px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url("http://img.echosting.cafe24.com/skin/base_ko_KR/product/btn_product_detail_ctrl.png") no-repeat;
}

.product-detail .imgArea .listImg .prev {
    left: 0;
    background-position: 0 0;
}

.product-detail .imgArea .listImg .next {
    right: 0;
    background-position: -31px 0;
}

.product-detail .imgArea .control {
    overflow: hidden;
    width: 346px;
    margin: 30px auto 0;
    border: 1px solid #d7d5d5;
    text-align: center;
    background: #fbfafa;
}

.product-detail .imgArea .control .prev {
    float: left;
    border-right: 1px solid #d7d5d5;
}

.product-detail .imgArea .control .next {
    float: right;
    border-left: 1px solid #d7d5d5;
}

.product-detail .imgArea .button {
    float: none;
    width: 346px;
    margin: 30px auto 0;
    padding: 0 0 23px;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.product-detail .imgArea .button img {
    margin: 0 3px;
}

.product-detail .infoArea {
    float: right;
    width: 440px;
    position: absolute;
    top: 0px;
    left: 760px;
}

.infoArea .detail_info {
    width: 440px;
    float: right;
    border-top: 2px solid #202648;
    padding: 30px0 0 0
}

.product-detail .infoArea h2 {
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #222222;
    font-family: 'Noto Sans KR', 돋움, sans-serif;
    font-weight: normal;
    text-align: left;
}

.product-detail .infoArea .icon {
    padding: 0 0 0 10px;
}

.product-detail .infoArea .icon img {
    margin: 0 -3px 0 0;
    vertical-align: middle;
}

.product-detail .infoArea p.delivery {
    padding: 10px 0 20px;
}

.product-detail .infoArea>.info {
    margin: 7px 0 0;
    padding: 8px 0 0 11px;
    color: #757575;
}

.product-detail .infoArea table {
    border: 0;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.product-detail .infoArea th {
    font-weight: normal;
    color: #222222;
    width: 115px;
    padding: 1px 0 1px 0;
    text-align: left;
    vertical-align: top;
}

.product-detail .infoArea td {
    padding: 1px 0 1px 0;
    vertical-align: top;
}

.product-detail .infoArea td input {
    height: 22px;
    color: #222222;
}

.product-detail .infoArea td select {
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #222222;
}

.product-detail .infoArea td #delivery_cost_prepaid {
    margin: 0 0 5px;
}

.product-detail .infoArea td .inputWrap {
    display: block;
    padding: 0 4px;
    border: 1px solid #c5c5c5;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.product-detail .infoArea td .inputWrap input {
    width: 100%;
    border: 0;
    font-size: 11px;
    line-height: 22px;
}

.product-detail .infoArea td.social {
    padding: 4px 0 0;
}

.product-detail .infoArea td.social img {
    cursor: pointer;
}

.product-detail .infoArea td .sale {
    text-decoration: line-through;
}

.product-detail .infoArea td .period {
    display: block;
    margin: 7px 0 0;
    font-size: 11px;
    color: #222222;
}

.product-detail .infoArea td .mileage li {
    line-height: 1.7em;
}

.product-detail .infoArea td .quantity {
    position: relative;
    display: block;
    width: 30px;
    height: 18px;
}

.product-detail .infoArea td .quantity input {
    width: 5px;
    height: 18px;
    border: 1px solid #bcbcbc;
}

.product-detail .infoArea td .quantity .QuantityUp {
    position: absolute;
    left: 32px;
    top: 0;
}

.product-detail .infoArea td .quantity .QuantityDown {
    position: absolute;
    left: 32px;
    bottom: 0;
}

.product-detail .infoArea td .delivery input {
    border: 0;
}

.product-detail .infoArea td .delivery label {
    margin: 0 30px 0 0;
}

.product-detail .infoArea td img.qrcode {
    border: 1px solid #e1e1e1;
}

.product-detail .infoArea td #span_product_price_text {}

.product-detail .infoArea td #span_product_coupon_dc_price {
    color: #070705;
}

.product-detail .delv_price_B strong {
    font-weight: normal;
}

.product-detail .btnTooltip {
    display: inline-block;
    position: relative;
    z-index: 10;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.product-detail .infoArea .xans-product-option tr th {
    padding: 5px 0 5px 4px;
}

.product-detail .infoArea .xans-product-option tr td {
    padding: 4px 10px 4px 0;
}

.product-detail .infoArea .xans-product-option tr:first-child th {
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
}

.product-detail .infoArea .xans-product-option tr:first-child td {
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.product-detail .infoArea .xans-product-addoption td .inputWrap {
    display: inline-block;
    width: 280px;
}

.product-detail .infoArea .xans-product-addoption .txtByte {
    font-size: 11px;
    vertical-align: middle;
    letter-spacing: -1px;
}

.product-detail .infoArea .xans-product-addoption .txtByte strong {
    color: #008bcc;
}
