@charset "utf-8";

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


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

/* 상품 리스트 */
@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;
	}

}

/* 상품상세 */
#detailTab4 .detail-recommend-list-title .small {
	display:inline-block;
	margin-left:8px;
    color: rgba(34, 34, 34, 0.50);
    font-weight: 400;
    margin-top: 3px;
}
/* 주문서 */
#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}

@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%; }
}