@charset "utf-8";

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:80px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:100px;text-align:center}
.td_statsmall {width:50px;text-align:center}

/* 추가 테이블 */

.tbl_head04 {margin:0 0 10px}
.tbl_head04 table {}
.tbl_head04 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head04 thead th {padding:12px 0;border-top:2px solid #000;border:1px solid #f3f3f3;background:#000;color:#fff;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head04 thead a {color:#383838}
.tbl_head04 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head04 tfoot th, .tbl_head04 tfoot td {padding:10px 0;border:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head04 tbody th {padding:10px 0;border:1px solid #f3f3f3}
.tbl_head04 td {padding:15px 5px;border:1px solid #f3f3f3;line-height:1.5em;text-align:center; word-break:break-all}
.tbl_head04 a {}
.tbl_head04 .btn_frmline {padding:0 15px;border:0;color:#fff;border-radius:10px;background:#000;height:35px;line-height:35px;margin:0}
.tbl_head04 .btn_frmline.od_cp_cancel { background:#d13f4a; }

/* 폼 테이블 */
.full_input, .frm_address {width:100% !important; }


/* 로그인 */
#login .tabcnt_member21 { display:none; } 

/* 상품 리스트 */

.mobile-category-list { text-align:center; padding:15px 0px; }
.mobile-category-list h3 { display:none; font-size:28px; margin-top:15px; }
.mobile-category-list ul { display:inline-flex; flex-wrap:wrap; gap:10px 5px; text-align:center; justify-content: center; margin:15px 0; }
.mobile-category-list ul li { border:1px solid #000; padding:3px 10px; border-radius:10px; }
.mobile-category-list ul li.on { background-color:#000; color:#fff; }

@media all and (max-width: 768px) {
	
	.prdListFilter .filter-layer-btn a {
		padding: 10px 25px 9px 35px !important;
		border:1px solid #999 !important;
		height:34px !important;
	} 
	
	.prdListFilter .filter-layer-btn a i { position:relative; top:1px; display:inline-block; margin-left:5px; }
	.prdListFilter .filter-layer-btn a::after {
		margin:2px 0 0 5px;
	}
	
	.prdListFilter .f-express:not(.on) {
        border: 1px solid #999;
        border-radius: 30px;
	}

}

/* 상품상세 */
.detail-recommend-list-title .small {
	display:inline-block;
	margin-left:8px; 
    color: rgba(34, 34, 34, 0.50);
    font-weight: 400;
    margin-top: 3px;
}

#detailTab2 .detail-recommend-list-title .small { color:#ef6253; }
.main-title .review_info { display:inline-block; color:#ef6253; font-weight:400; margin-left:5px; }

@media all and (max-width: 768px) {
	.main-title .review_info { display:block; margin-left:0; }
}

/* 주문서 */
#forderform section { position:relative; }
#forderform .tbl_frm01 th,
#forderform .tbl_frm01 td { vertical-align:middle; }
#forderform .tbl_frm01 th { text-align:left; font-weight:500; padding-left:10px; }
#forderform .tbl_frm01 .frm_info { display:inline-block; margin:10px 0 0 10px; }
#forderform .tbl_frm01 .order_choice_place { display:inline-block; margin-top:17px; }

#forderform .tbl_frm01 span.required {
	display:inline-block;
	margin-left:5px;
    color: #E52A2A;
}

#forderform .order_login_btn { display:flex; gap:5px; position:absolute; right:10px; top:15px; }
#forderform .order_login_btn .ol_btn {}
#forderform .order_login_btn .ol_btn a {
    color: #000 !important;
    background: #fff;
    font-weight: 300;
    border: 1px solid #999;
    border-radius: 12px;
    line-height: 24px;
	padding:5px 15px;
}

#forderform .no-member-terms {
    border-top: 1px solid rgb(235, 235, 235);
    padding: 10px 16px;
    font-size: 14px;
	margin:0 -15px;
}
#forderform .no-member-terms h3 { padding:10px; }

#forderform .no-member-terms .title {
    width: 100%;
}
#forderform .no-member-terms .title label {
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
	color: #909090;
}

#forderform .no-member-terms .title label input[type=checkbox] {
    display: none;
}
#forderform .no-member-terms .title label:after {
    display: block;
    content: '';
    border: 1px solid #ebebeb;
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

#forderform .no-member-terms .title label:has(input[type=checkbox]:checked):after {
    border: 0;
    background-color: #000;
    background-image: url('../images/arrow-w.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

#forderform .no-member-terms .guest_privacy {border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fff;padding:10px;height:100px;margin:0 0 10px;overflow-y:auto}
#sod_couponsale { display:none; }
@media all and (min-width: 769px) {
	#forderform .no-member-terms .title label {
		justify-content: space-between;
	}
}

@media all and (max-width: 768px) {
	#forderform .tbl_frm01 td { width:100%; }
}

/* 상품 리뷰 */

.review_info1 { position:relative; margin-bottom:5px;  }
.review_info1 .review_time { position:absolute; right:0; top:0; color:#999 !important; }
.plugin_rv_item .review_info1 .review_time { top:2px; }
@media all and (max-width: 768px) {
	.review_info1 .review_time { margin-top:5px; position:relative; top:0; left:0; right:auto; }
}