@charset "utf-8";

/* 제품 합계, 정렬 */

.cate-sort {
    height: 38px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb
}

.cate-sort .cate {
    width: 188px;
    border-right: 1px solid #e1e1e1;
}

.cate-sort>ul.sort>li {
    position: relative;
    border-left: 1px solid #e1e1e1;
}

.cate-sort>ul.sort>li>a {
    display: block;
    width: 104px;
    padding: 0 0 0 18px;
    background: url(/images/ico_arrow.png) no-repeat 85px 10px;
    font-size: 13px;
    color: #414141;
    text-decoration: none
}

.cate-sort>ul.sort>li>ul {
    display: none;
    position: absolute;
    top: 28px;
    min-width: 104px;
    padding: 10px 0 0 18px;
    border: 1px solid #e2e2e2;
    background-color: #fff
}

.cate-sort>ul.sort>li>ul>li {
    padding: 0 0 10px;
    font-size: 12px;
}

/* 제품 리스트 */

.lst-type li div.icon {
    padding: 0 0 12px 10px;
}

.ico-label {
    display: inline-block;
    width: 45px;
    padding: 5px 0;
    border: 1px solid #a1a1a1;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 999px;
}

.ico-label.type1 {
    border: 1px solid #f3c19b;
    color: #f6821f
}

.ico-label.type2 {
    border: 1px solid #e6cd89;
    color: #ce9b13
}

.ico-label.type3 {
    margin: 0 0 5px;
    width: 55px;
    font-weight: normal;
    letter-spacing: -0.5px
}

/* 상품 간략 정보 */

.product-card {
    padding: 50px 0 30px;
    font-size: 13px
}

.product-card .thumb {
    overflow: visible;
    display: block;
    height: auto;
    margin: 0 auto;
}

.product-card .thumb img {
    display: block;
    width: 250px;
    height: auto; /* ✅ 명시적 선언 */
    margin: 0 auto;
}

.product-card .info ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #cacaca;
    color: #333;
}

.product-card .info ul li:first-child {
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-weight: bold
}

/* 상품정보, 사용후기, 배송반품정보 */

.product-info {
    height: 39px;
    margin: 26px 0;
    border-bottom: 1px solid #21252b;
    font-size: 13px
}

.product-info .tab-tit:first-child {
    margin-left: 0
}

.product-info .tab-tit {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: -1px
}

.product-info .tab-tit.on {
    position: relative;
    z-index: 2;
    font-weight: bold
}

.product-info .tab-tit.on .tab__link {
    position: relative;
    padding: 11px 0 12px;
    border: 1px solid #21252b;
    border-bottom: 0;
    background-color: #fff
}

.product-info .tab__link {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 11px 0;
    border: 1px solid #eaecee;
    border-bottom: 0;
    background-color: #f8f9fb;
    text-align: center;
    line-height: 16px;
    cursor: pointer
}

/* 상품 상세 정보 */

.product-details {
    margin: 5px 0;
    text-align: center
}

.product-details img {
    margin: 0 auto;
}

/* 사용 후기 */

.faq .tbl_type td {
    vertical-align: top
}

.faq .q a.trigger {
    display: block;
    padding: 0 0 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-decoration: none !important
}

.faq .hide .q a.trigger {
    background: none;
    font-weight: normal
}

.faq .q a.trigger:hover,
.faq .q a.trigger:active,
.faq .q a.trigger:focus {
    color: #000
}

.faq .a {
    padding: 10px 0 0 20px;
    text-align: left
}

/* 장바구니 */

.tbl_cart,
.tbl_cart th,
.tbl_cart td {
    border: 0
}

.tbl_cart {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center
}

.tbl_cart caption {
    display: none
}

.tbl_cart th {
    padding: 11px 0;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    font-weight: normal;
    color: #666
}

.tbl_cart td {
    padding: 16px 0;
    border-bottom: solid 1px #e3e3e3;
    color: #4c4c4c
}

.tbl_cart td.name {
    padding: 0 0 0 10px;
    text-align: left
}

/* 장바구니 결과 */

.tbl_sum,
.tbl_sum th,
.tbl_sum td {
    margin: 25px 0 0;
    border: 0
}

.tbl_sum {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center
}

.tbl_sum caption {
    display: none
}

.tbl_sum th {
    padding: 8px 0;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    font-weight: normal;
    color: #666
}

.tbl_sum td {
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    color: #4c4c4c
}