@charset "UTF-8";


/* ============== 리뉴얼 상품페이지 css 추가 ============== */
/* 상점명 */
.view_item_name {
	font-size: 15px;
	color: #313540;
}

.spd-text-wrap01 {
    width: 100%;
    margin: 0;
}

.shoplogo-icon {
    padding: 0.3em 0;
    width: 90%;
    text-align: left;
}

.shoplogo-icon-img {
    width: 20px;
    /* transform: translateY(-2%) !important; */
}

.shoplogo-name {
    color: #000;
    font-size: 0.8em;
}

/* 상품명 */
.view_item_name {
	font-size: 14px;
	color: #313540;
	padding: 0;
}

/* 할인, 상품금액, 원가격 */
.spd-text-wrap02 {
    margin: 1em 0 0 0;
    padding: 0.2em 0;
    width: 100%;
    display: flex;
}

.spa-text-price01 {
    font-size: 1.65em;
    font-weight: 700;
    color: #d41367;
    margin-right: 0.5em;
}

.spa-text-price02 {
    font-size: 1.4em;
    font-weight: 700;
    margin-right: 0.2em;
}

.spa-text-price03 {
    font-size: 0.9em;
    font-weight: 300 !important;
    color: #a1a1a1 !important;
    text-decoration: line-through;
}

.spa-text-price04 {
    position: absolute;
    padding: 0;
    right: 0.4em;
}

.btn-like01 {
    color: #313540;
    padding: 0 10px !important;
}

/* 배송비, 상품코드 */
.view_item_sp {
	font-size: 13px;
	color: #313540;
	padding: 0;
}

.view_item_code {
	font-size: 11px;
	color: #949494;
	padding: 0;
}



/* 상품정보 / 주문정보 카테고리 탭 */
#css_tabs {
    width: 100%;
}
/* 탭 선택 시 표시할 요소(div) 정의(1번 탭 선택 시 첫 번째 div 요소 표시) */
#css_tabs input:nth-of-type(1), 
#css_tabs input:nth-of-type(1) ~ div:nth-of-type(1), 
#css_tabs input:nth-of-type(2), 
#css_tabs input:nth-of-type(2) ~ div:nth-of-type(2) {
    display:none;
}
#css_tabs input:nth-of-type(1):checked ~ div:nth-of-type(1),
#css_tabs input:nth-of-type(2):checked ~ div:nth-of-type(2) {
    display:block;
}


/* 라벨 기본 스타일 지정 */
#css_tabs > label {
    display:inline-block;
    font-variant:small-caps;
    font-size: 1.05em;
    padding: 9px 0;
    text-align:center;
    
    line-height:1.8em;
    font-weight:700;
    border-radius:3px 3px 0 0;
    background:#fff;
    color:#999;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #e9e9e9;
    /* border-width:1px 1px 0; */
    
    width: 49%;
}

#css_tabs > label:hover {
    cursor:pointer
}
/* #css_tabs label[for=tab1] {
    margin-left:1.5em
} */
/* 선택된 라벨, 커서를 올린 라벨 스타일 지정 */
#css_tabs input:nth-of-type(1):checked ~ label:nth-of-type(1), #css_tabs > label[for=tab1]:hover {
    background: #fff;
    color:#d41367;
    
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:3px solid #d41367;
}
#css_tabs input:nth-of-type(2):checked ~ label:nth-of-type(2), #css_tabs > label[for=tab2]:hover {
    background: #fff;
    color:#d41367;
    
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:3px solid #d41367;
}
/* 실제 내용이 담긴 div 요소 스타일 지정 */
#css_tabs .tab1_content,
#css_tabs .tab2_content,
#css_tabs .tab3_content {
    padding: 0.5em 0;
    border: 0;
    width:100%;
    height:100%
}


/* ==================================================== */
/* ==================================================== */
/* ==================================================== */


/* 상품 태그 */
.product_n_tag2 {
    height: 25px;
}

.n_tag_new {
    border: 1px solid #ff3e34;
    color: #ff3e34;
    font-size: 0.7em;
    font-weight: 400;
    padding: 0.2em 1em 0.2em 1em;
    margin-right: 0.1em;
}

.n_tag_recom {
    border: 1px solid #0c498f;
    color: #0c498f;
    font-size: 0.7em;
    font-weight: 400;
    padding: 0.2em 1em 0.2em 1em;
    margin-right: 0.1em;
}

.n_tag_best {
    border: 1px solid #4d6150;
    color: #4d6150;
    font-size: 0.7em;
    font-weight: 400;
    padding: 0.2em 1em 0.2em 1em;
    margin-right: 0.15em;
}

.n_tag_event {
    border: 1px solid #d41367;
    color: #d41367;
    font-size: 0.7em;
    font-weight: 400;
    padding: 0.2em 1em 0.2em 1em;
}

.n_tag_eesale {
    background-color:#d41367;
    border: 1px solid #d41367;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.2em 1em 0.2em 1em;
    margin-right: 0.1em;
}

/* 상품 특가판매 */
.product_e_end2 {
    display: inline-flex;
    margin-left: 10px;
}
.end_event_date {
    color: #d41367;
    font-size: 0.8em;
}



/* =============== 상품내용 영역 start =============== */

/* 상품 정보 펼쳐보기 */ 
.spd-detail-wrap{
  margin: 0.5em 0;
  width: 100%;
}
.spd-detail-more{
  padding: 0;
  font-size: 0.9em;
}
.spd-detail-more p{
  font-size: 12.5px;
  line-height: 22.5px;
  text-align:center;
}
.spd-detail-more p img{
  width: 100% !important;
  margin: auto !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0;
}
.spd-detail-btn {
  width: 100%;
  border: 1px solid #d41367 !important;
  border-radius: 0.2em;
  color: #d41367 !important;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  padding: 0.6em 0 0.7em 0;
  text-decoration: none !important;
}
.spd-detail-stock {
	font-size: 1em;
	font-weight: 700;
	padding: 10px 0 !important;
}

/* ==================== 주문정보 ==================== */
.info-model-info, .info-deliv-info,
.info-refund-info, .info-notice-info {
  margin-bottom: 1em;
}

.info-model-title, .info-deliv-title,
.info-refund-title, .info-notice-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.2em;
}

.size-info-left, .deliv-info-left,
.refund-info-left, .notice-info-left {
  width: 3%;
  font-size: 1em;
  color: #000;
  font-weight: 700;
  transform: translateY(-10%);
}
.size-info-right, .deliv-info-right,
.refund-info-right, .notice-info-right {
  width: 97%;
  font-size: 0.7em;
  color: #54565a;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
.model_row_wrap, .deliv_row_wrap, .refund_row_wrap,
.notice_row_wrap {
	padding: 0 1em; display: flex;
}
.store_row_wrap, .center_row_wrap {
	padding: 0 1em; display: flex; margin-bottom: 0.5em;
}
.center_row_wrap {
	padding: 0; display: flex; margin-bottom: 0.7em;
}

/* 스토어 정보 */
.info-store-info, .info-center-info {
  margin-bottom: 0.5em;
}
.info-store-title, .info-center-title {
  font-size: 0.85em;
  color: #000;
}

.store-info-left{
  width: 25%;
  font-size: 0.7em;
  color: #8c9091;
  font-weight: 700;
}

.store-info-right {
  width: 75%;
  font-size: 0.7em;
  color: #000;
  font-weight: 400;
}

/* 스토어 고객센터 */
.info-icon-size2 {
  font-size: 1.8em;
  color: #54565a;
  display: inline;
  margin-right: 0.3em;
  vertical-align: middle;
}
.info-icon-size3 {
  font-size: 1.6em;
  color: #54565a;
  display: inline;
  margin-right: 0.3em;
  vertical-align: middle;
}
.center-info-text {
  font-size: 0.75em;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
}

.center-info-text02 {
  position: absolute;
  right: 1.5em;
  transform: translateY(-9%) !important;
}

.btn-info-call {
	padding: 3px 12px 4px 12px;
    font-size: 11px;
    font-weight: 700;
    background-color: #d41367;
    color: #fff;
    border-radius: 6px;
    margin-left: 1em;
}
.btn-info-call:hover,
.btn-info-call:active {
    background-color: #ae0038;
}

/* ==================================================== */
/* ==================================================== */

/* 함께 코디한 상품*/
.i_price_wrap {
	display: flex;
	transform: translateY(-11%) !important;
}

.item_rec_price1 {
	font-size: 15px;
	color: #d41367;
	font-weight: 700;
}

.item_rec_price2 {
	font-size: 14.5px;
	color: #313540;
	font-weight: 700;
}




@media (min-width:760px) and (max-width:1024px) {
  .section_w_opt {
	margin: 0 auto !important;
    padding: 0 !important;
	}
}












