@charset "utf-8";

/*쇼핑몰*/
/*로그인*/
.login_wrap { padding: 10px; width:100%; border:1px solid rgba(0,0,0,0.1); margin:0 auto; padding:60px; background-image:url(/images/sub/login_bg.png); background-position:100% 50%; background-repeat:no-repeat; background-size:auto 100%; font-size:0;}
.login_box { display:inline-block; vertical-align:top; width: 50%; font-size:14px;}
.login_desc_01 { width: 100%; color: #2e78d3; font-size: 20px; font-weight: 500; padding: 5px 0;}
.login_desc_02 { width: 100%; padding: 5px 0;}
.login_form_wrap { width: 100%; padding: 28px 0; border-bottom: 1px solid #dedede; margin-bottom: 20px; font-size:0;}
.login_form_wrap:after { content: "임시";display: block;height: 0;clear: both;visibility: hidden;}
.login_input_box { display:inline-block; vertical-align:top; width: 200px;}
.login_btn { display:inline-block; vertical-align:top; height: 70px; width: 160px; color: #fff; background-color: #2e78d3; margin-left: 10px; font-size: 16px; letter-spacing: -1px; border-radius:5px; font-weight:600; border:none;}
.login_input { width: 100%; height:30px; padding:2px 7px; background-color:#fff; border: 1px solid #dedede;box-shadow: none; margin-bottom:10px; font-size:14px; border-radius:3px;}
.login_desc_04 { width: 100%; padding: 2px 0; line-height:40px;}
.login_desc_04_tag { display:inline-block; vertical-align:middle; padding: 7px 15px 5px 15px;background-color: #646464; color: #fff;  font-weight: 500; font-size:12px; display: inline-block; margin-left: 20px; border-radius:3px; line-height:1;}
.login_desc_04 span { color: #2e78d3; text-decoration: underline;}

.login_banner { display:inline-block; vertical-align:top; width: 48%; margin-left:2%;}
.login_banner>img { width:100%; height:auto;}



/*장바구니*/
.moble_wrap {width: 100%; border-top: 1px solid #999}
.mo_input_05 {font-weight: bold;
    color: #FF6600;}

.mo_input_06 .cart_del_btn {padding: 5px 10px;}

.moble_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* 상품 상세에서 관리자가 연결한 호환상품 */
.view-related-products {
	margin:34px 0 38px;
	padding:28px;
	border:1px solid #dce5ed;
	background:#f8fafc;
}
.view-related-heading {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-bottom:20px;
}
.view-related-heading span {
	display:block;
	margin-bottom:5px;
	color:#2e7fbd;
	font-size:11px;
	font-weight:700;
	letter-spacing:1.6px;
}
.view-related-heading h3 {
	margin:0;
	color:#1e3449;
	font-size:22px;
	font-weight:700;
}
.view-related-heading p {
	margin:0;
	color:#758495;
	font-size:13px;
}
.view-related-grid {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px;
}
.view-related-card {
	display:block;
	min-width:0;
	border:1px solid #d8e1ea;
	background:#fff;
	color:#2e4052;
	text-decoration:none;
	transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.view-related-card:hover {
	border-color:#6da5cf;
	box-shadow:0 8px 20px rgba(27,67,101,.12);
	transform:translateY(-3px);
}
.view-related-image {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:185px;
	overflow:hidden;
	background:#eef2f5;
	color:#8995a1;
	font-size:12px;
}
.view-related-image img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .25s ease;
}
.view-related-card:hover .view-related-image img {
	transform:scale(1.035);
}
.view-related-image em {
	position:absolute;
	top:9px;
	right:9px;
	padding:4px 7px;
	background:rgba(47,57,67,.86);
	color:#fff;
	font-size:11px;
	font-style:normal;
}
.view-related-info {
	display:block;
	padding:14px;
}
.view-related-info small {
	display:block;
	overflow:hidden;
	margin-bottom:5px;
	color:#82909e;
	font-size:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.view-related-info strong {
	display:block;
	overflow:hidden;
	height:40px;
	color:#23435f;
	font-size:14px;
	line-height:20px;
}
.view-related-info > span {
	display:block;
	overflow:hidden;
	margin-top:5px;
	color:#7b8997;
	font-size:11px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.view-related-info b {
	display:block;
	margin-top:10px;
	color:#1f5f93;
	font-size:15px;
}

@media screen and (max-width:1024px) {
	.view-related-products {padding:22px;}
	.view-related-grid {grid-template-columns:repeat(3,minmax(0,1fr));}
}

@media screen and (max-width:767px) {
	.view-related-products {margin:24px 0 28px;padding:16px;}
	.view-related-heading {display:block;margin-bottom:15px;}
	.view-related-heading h3 {font-size:18px;}
	.view-related-heading p {margin-top:7px;font-size:12px;}
	.view-related-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
	.view-related-image {height:145px;}
	.view-related-info {padding:11px;}
}

.mo_box {float: left; height: 84px; }
.mo_box_01 {width: 15%;}
.mo_box_02 {width: 25%;}
.mo_box_03 {width: 18%;}
.mo_box_04 {width: 16%;}
.mo_box_05 {width: 16%;}
.mo_box_06 {width: 10%;}

.mo_label {width: 100%; padding: 10px 0; border-bottom: 1px solid #999; font-weight: bold;
color: #545861; text-align: center;display: none;
}
.mo_input_01 {text-align: center;padding: 5px;}
.mo_input_02 {text-align: center; padding: 24px 5px; }
.mo_input_03 {text-align: center; padding: 24px 5px}
.mo_input_03 * { display: inline-block; }
.mo_input_03 .inputbox_single {text-align: center;line-height: 25px;}
.mo_input_04 {text-align: center; padding: 24px 5px}
.mo_input_05 {text-align: center; padding: 24px 5px}
.mo_input_06 {text-align: center; padding: 24px 5px}

.total_price_wrap {width: 100%; padding: 10px 0; border-top: 1px solid #222; border-bottom: 1px solid #222; margin-top: 10px;
text-align: right; color: #545861; font-weight: bold;
}

.cart form:first-child .moble_wrap .mo_box .mo_label {display: block;}
.cart form:first-child .moble_wrap .mo_box {height: 135px;}
.cart form:first-child .moble_wrap {border-top: 2px solid #222}

.order .moble_wrap:first-child .mo_box .mo_label {display: block;}
.order .moble_wrap:first-child .mo_box {height: 120px;}
.order .moble_wrap:first-child {border-top: 2px solid #222}
.order .mo_box_02 {width: 35%;}

/*
 * 주문상세의 재구매 버튼은 상품명·옵션 아래에 함께 표시되므로
 * 다음 주문정보 구분선과 겹치지 않도록 상품 행 높이를 확보한다.
 */
.order-detail-product-list .mo_box {height: 108px;}
.order-detail-product-list .moble_wrap:first-child .mo_box {height: 144px;}

.page_wrap {width: 100%; text-align: center; padding: 10px 0}
.page_wrap span {display: inline-block;}
.page_num {margin: 0 10px;}
.page_num a {display: inline-block; width: 34px; height: 34px;background-image: url(/images/common/page_bg.jpg);
background-repeat: no-repeat;line-height: 34px;color: #666; margin: 0 2px;
}
.page_num strong {width: 34px;height: 34px;background-color: #000;color: #fff;font-weight: bold;line-height: 34px;display: inline-block;margin: 0 2px;}




/*멤버*/
.board_wrap .join_lst li { width: 25%; height: 40px;line-height: 40px;}
.board_wrap .join_lst li.selected {background-color: #614220; border-color: #614220}


/*구매후기*/
.attr-value label img {vertical-align: middle;}
#board-thumbnail-list.k_board_wrap .board-list tbody td.board-list-title {}
#board-thumbnail-list.k_board_wrap .board-list tbody td.board-list-title img {width: 100px; height: 70px; float: left;margin-right: 10px;}
#board-thumbnail-list.k_board_wrap .board-list table tbody td.board-list-title img {width: 100px; height: 70px; float: left;margin-right: 10px;}
#board-thumbnail-list.k_board_wrap .board-list tbody td.board-list-title .cut_strings { padding-top: 20px;}

.review_btn {
	display: inline-block;
	padding: 7px 12px;
	border: 1px solid #2f6faa;
	border-radius: 5px;
	background-color: #eef6ff;
	color: #245d91;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}
.review_btn:hover,
.review_btn:focus {
	background-color: #2f6faa;
	color: #fff;
	outline: none;
}

.lookup-guide {
	margin-bottom: 24px;
	overflow: hidden;
	border: 1px solid #cbdced;
	border-radius: 9px;
	background-color: #f5f9fd;
}
.lookup-guide-heading {
	display: flex;
	align-items: center;
	padding: 18px 22px;
	border-bottom: 1px solid #dbe7f2;
	background-color: #edf5fc;
}
.lookup-guide-symbol {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #2f6faa;
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.lookup-guide-heading h3,
.lookup-section-heading h3,
.lookup-list-heading h3 {
	margin: 0;
	color: #173f69;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}
.lookup-guide-heading p,
.lookup-section-heading p,
.lookup-list-heading p {
	margin: 3px 0 0;
	color: #6f7f8f;
	font-size: 12px;
	line-height: 1.5;
}
.lookup-guide-items {
	display: flex;
	padding: 0 22px;
}
.lookup-guide-item {
	flex: 1 1 0;
	min-width: 0;
	padding: 18px 20px 19px 0;
	color: #526272;
	font-size: 13px;
	line-height: 1.65;
}
.lookup-guide-item + .lookup-guide-item {
	padding-left: 20px;
	border-left: 1px solid #dbe7f2;
}
.lookup-guide-item strong {
	display: block;
	margin-bottom: 5px;
	color: #253b50;
	font-size: 14px;
}
.lookup-guide-item span {
	display: block;
}
.lookup-guide-item em {
	color: #1c70b7;
	font-style: normal;
	font-weight: bold;
}
.lookup-guide-item .lookup-guide-divider {
	display: inline;
	padding: 0 4px;
	color: #9aa9b8;
}
.lookup_wrap.order-history-lookup,
.lookup_wrap.order-detail-lookup {
	border-bottom: 0;
}
.order-history-lookup .lately_box_bottom {
	width: 100%;
	margin-top: 22px;
	text-align: center;
}
.order-history-lookup .board-pagination,
.order-history-lookup .board-pagination-pages {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.lookup-search-panel {
	margin-bottom: 28px;
	padding: 17px 22px;
	border: 1px solid #dbe3eb;
	border-radius: 9px;
	background-color: #fff;
}
.lookup-search-form {
	display: flex;
	align-items: center;
}
.lookup-search-form > label {
	flex: 0 0 120px;
	color: #344b61;
	font-size: 15px;
	font-weight: bold;
}
.lookup-date-controls {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	min-width: 0;
}
.lookup-date-input {
	width: 170px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #cbd5df;
	border-radius: 5px;
	background-color: #fff;
	color: #33485d;
	font-family: inherit;
	font-size: 13px;
}
.lookup-date-input:focus {
	border-color: #2f6faa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(47,111,170,.12);
}
.lookup-date-separator {
	padding: 0 10px;
	color: #8190a0;
	font-size: 14px;
}
.lookup-search-form .add_find_btn {
	height: 38px;
	margin-left: 8px;
	padding: 0 18px;
	border: 1px solid #2f6faa;
	border-radius: 5px;
	background-color: #2f6faa;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.lookup-search-form .add_find_btn:hover,
.lookup-search-form .add_find_btn:focus {
	background-color: #245b8d;
	outline: none;
}
.lookup-list-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
}
.board_new_wrap.lookup-order-list table {
	border-top-color: #2f4052;
}
.board_new_wrap.lookup-order-list thead tr td {
	padding: 13px 8px;
	background-color: #f4f7fa;
	color: #344b61;
}
.board_new_wrap.lookup-order-list tbody tr td {
	padding: 13px 8px;
}
.board_new_wrap.lookup-order-list tbody tr:hover {
	background-color: #f5f9fd;
}
.lookup-order-list .board_new_order_num a {
	color: #1f5f98;
	font-weight: 600;
}

.order-detail-page {
	color: #33485d;
}
.order-detail-summary {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #cbdced;
	border-radius: 10px;
	background-color: #f6f9fc;
}
.order-detail-summary-item {
	min-width: 0;
	padding: 18px 22px;
}
.order-detail-summary-item + .order-detail-summary-item {
	border-left: 1px solid #dbe5ef;
}
.order-detail-summary-item span {
	display: block;
	margin-bottom: 6px;
	color: #758596;
	font-size: 12px;
	font-weight: 600;
}
.order-detail-summary-item strong {
	display: block;
	overflow: hidden;
	color: #21374d;
	font-size: 16px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.order-detail-summary-item .order-detail-state {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #8cc2d2;
	border-radius: 14px;
	background-color: #eefafd;
	color: #087c99;
	font-size: 13px;
}
.order-detail-summary-item.is-total {
	background-color: #edf5fc;
}
.order-detail-summary-item.is-total strong {
	color: #1c66a5;
	font-size: 19px;
}
.order-detail-page .order_label_wrap {
	margin: 36px 0 12px;
	padding: 0;
	color: #173f69;
	font-size: 18px;
	letter-spacing: -1px;
}
.order-detail-page .order_label_wrap:first-of-type {
	margin-top: 28px;
}
.order-detail-page .order_label_wrap span {
	display: block;
	margin-top: 3px;
	color: #7a8998;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.3px;
}
.order-detail-product-list {
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid #dbe3eb;
	border-radius: 9px;
	background-color: #fff;
}
.order-detail-product-list .moble_wrap {
	display: grid;
	grid-template-columns: 120px minmax(0,1fr) 100px 130px 130px;
	border-top: 0;
	background-color: #fff;
}
.order-detail-product-list .moble_wrap + .moble_wrap {
	border-top: 1px solid #dbe3eb;
}
.order-detail-product-list .moble_wrap:after {
	display: none;
}
.order-detail-product-list .mo_box,
.order-detail-product-list .moble_wrap:first-child .mo_box {
	float: none;
	width: auto!important;
	height: auto;
	min-width: 0;
}
.order-detail-product-list .mo_label,
.order .order-detail-product-list .moble_wrap:first-child .mo_label {
	display: block;
	padding: 10px 8px;
	border-bottom: 1px solid #dbe3eb;
	background-color: #f4f7fa;
	color: #455a70;
	font-size: 12px;
}
.order-detail-product-list .mo_input_01,
.order-detail-product-list .mo_input_02,
.order-detail-product-list .mo_input_03,
.order-detail-product-list .mo_input_04,
.order-detail-product-list .mo_input_05 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	padding: 16px 12px;
}
.order-detail-product-list .mo_input_01 img {
	border: 1px solid #e0e6ed;
	border-radius: 7px;
	background-color: #fff;
}
.order-detail-product-list .mo_input_02 {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.order-detail-product-list .mo_input_02 > a:first-child {
	color: #263f57;
	font-weight: 600;
	line-height: 1.55;
}
.order-detail-product-list .option_txt {
	margin-top: 5px;
	color: #d56518;
	line-height: 1.5;
}
.order-detail-product-list .mo_input_05 {
	color: #d65d12;
	font-size: 15px;
	font-weight: bold;
}
.order-detail-info-panel {
	overflow: hidden;
	border: 1px solid #dbe3eb;
	border-radius: 9px;
	background-color: #fff;
}
.board_new_wrap.order-detail-info-panel table {
	border-top: 0;
}
.board_new_wrap.order-detail-info-panel table td {
	padding: 13px 16px;
	border-bottom: 1px solid #e5ebf1;
}
.board_new_wrap.order-detail-info-panel tbody tr:last-child td {
	border-bottom: 0;
}
.board_new_wrap.order-detail-info-panel .board_new_label {
	width: 180px;
	background-color: #f6f8fb;
	color: #40566c;
}
.board_new_wrap.order-detail-info-panel .board_new_desc {
	color: #354a5f;
}
.board_new_wrap.order-detail-info-panel .order-detail-total-row td {
	background-color: #edf5fc;
}
.board_new_wrap.order-detail-info-panel .order-detail-total-row .board_new_desc {
	color: #1c66a5;
	font-size: 17px;
	font-weight: bold;
}
.order-detail-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	margin-top: 36px;
}
.order-detail-info-group {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.order-detail-info-group .order-detail-info-panel {
	flex: 1 1 auto;
}
.order-detail-info-group .order_label_wrap {
	margin-top: 0;
}
.order-detail-notice {
	margin-top: 14px;
	padding: 13px 16px;
	border: 1px solid #f0d1ae;
	border-radius: 7px;
	background-color: #fff8ef;
	color: #8b5b2c;
	font-size: 13px;
	line-height: 1.6;
}
.order-detail-notice strong {
	display: inline-block;
	margin-right: 8px;
	color: #d46514;
}
.order-detail-page .c_btn_wrap {
	padding-top: 26px;
}
.order-detail-page .cart_order {
	min-width: 150px;
	padding: 0 22px;
	border-radius: 6px;
	background-color: #2f6faa;
}
.order-detail-page .cart_order:hover,
.order-detail-page .cart_order:focus {
	background-color: #245b8d;
	color: #fff;
}

#ModalCenter .review-modal-dialog {
	width: auto;
	max-width: 720px;
	margin: 28px auto;
}
#ModalCenter .review-modal-content {
	overflow: hidden;
	border: 0;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0 22px 60px rgba(19,44,72,.28);
}
#ModalCenter .review-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 24px 20px;
	border: 0;
	background-color: #173f69;
	color: #fff;
}
#ModalCenter .review-modal-header:before,
#ModalCenter .review-modal-header:after {
	display: none;
	content: none;
}
#ModalCenter .review-modal-header > div {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}
#ModalCenter .modal-title {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}
#ModalCenter .review-modal-header p {
	margin: 5px 0 0;
	color: #d6e5f3;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
#ModalCenter .review-modal-close {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	margin-left: auto;
	padding: 0;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 50%;
	background-color: rgba(255,255,255,.08);
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
#ModalCenter .review-modal-close:hover,
#ModalCenter .review-modal-close:focus {
	background-color: rgba(255,255,255,.2);
	outline: none;
}
#ModalCenter .modal-body {
	max-height: calc(100vh - 220px);
	padding: 22px 24px 24px;
	background-color: #f6f8fb;
	overflow-y: auto;
}
.review-order-number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 11px 14px;
	border: 1px solid #dce4ed;
	border-radius: 7px;
	background-color: #fff;
}
.review-order-number span {
	color: #68798a;
	font-size: 12px;
	font-weight: bold;
}
.review-order-number strong {
	color: #173f69;
	font-size: 14px;
	letter-spacing: .02em;
}
.review-form-field {
	margin: 0 0 14px;
	padding: 16px;
	border: 1px solid #dce4ed;
	border-radius: 8px;
	background-color: #fff;
}
.review-form-label {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	color: #26384a;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
.review-form-label span {
	margin-left: 5px;
	color: #8a98a6;
	font-size: 11px;
	font-weight: normal;
}
.review-product-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.review-product-option {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 11px 12px;
	border: 1px solid #d8e1ea;
	border-radius: 6px;
	background-color: #f9fbfd;
	color: #36495b;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.45;
	cursor: pointer;
}
.review-product-option:hover {
	border-color: #8db3d8;
	background-color: #f2f8fe;
}
.review-product-option input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #2f6faa;
}
.review-product-option.is-complete {
	color: #8995a0;
	cursor: default;
}
.review-product-name {
	flex: 1 1 auto;
	min-width: 0;
}
.review-product-complete {
	flex: 0 0 auto;
	color: #778590;
	font-size: 11px;
}
.review-product-loading,
.review-product-empty {
	padding: 12px;
	border-radius: 6px;
	background-color: #f4f7fa;
	color: #71808e;
	font-size: 12px;
	text-align: center;
}
#ModalCenter .review-rating-field {
	min-width: 0;
}
.review-rating-options {
	display: flex;
	gap: 8px;
}
.review-rating-option {
	flex: 1 1 0;
	margin: 0;
	cursor: pointer;
}
.review-rating-option input {
	position: absolute;
	opacity: 0;
}
.review-rating-option span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 42px;
	border: 1px solid #d7e0e9;
	border-radius: 6px;
	background-color: #fff;
	color: #7c8995;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.review-rating-option b {
	color: #c5cdd5;
	font-size: 16px;
	line-height: 1;
}
.review-rating-option em {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.review-rating-option:hover span,
.review-rating-option input:focus + span {
	border-color: #e6aa37;
	background-color: #fffaf0;
}
.review-rating-option input:checked + span {
	border-color: #e5a326;
	background-color: #fff7e6;
	color: #8d5a00;
	box-shadow: inset 0 0 0 1px #e5a326;
}
.review-rating-option input:checked + span b {
	color: #edae32;
}
.review-comment-input {
	display: block;
	width: 100%;
	height: 150px;
	padding: 13px 14px;
	border: 1px solid #cfd9e3;
	border-radius: 6px;
	background-color: #fff;
	color: #26384a;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.65;
	resize: vertical;
}
.review-comment-input:focus,
.review-file-input:focus {
	border-color: #2f6faa;
	outline: none;
	box-shadow: 0 0 0 3px rgba(47,111,170,.12);
}
.review-file-input {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #cfd9e3;
	border-radius: 6px;
	background-color: #fff;
	color: #536575;
	font-family: inherit;
	font-size: 12px;
}
.review-file-help {
	margin: 7px 0 0;
	color: #82909d;
	font-size: 11px;
	line-height: 1.45;
}
.review-reward-guide {
	padding: 15px 16px;
	border: 1px solid #c9dfd2;
	border-radius: 8px;
	background-color: #f2faf5;
	color: #315844;
}
.review-reward-guide > strong {
	display: block;
	margin-bottom: 9px;
	font-size: 13px;
}
.review-reward-guide ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-reward-guide li {
	font-size: 12px;
	line-height: 1.45;
}
.review-reward-guide li b {
	margin-left: 4px;
	color: #1f7449;
}
.review-reward-guide p {
	margin: 9px 0 0;
	padding-top: 9px;
	border-top: 1px solid #d7e9de;
	color: #6b7f73;
	font-size: 11px;
	line-height: 1.45;
}
#ModalCenter .modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 16px 24px;
	border-top: 1px solid #e2e8ef;
	background-color: #fff;
}
.review-modal-button {
	min-width: 94px;
	height: 40px;
	padding: 0 18px;
	border-radius: 6px;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.review-modal-button.is-secondary {
	border: 1px solid #cbd5df;
	background-color: #fff;
	color: #506274;
}
.review-modal-button.is-primary {
	border: 1px solid #2f6faa;
	background-color: #2f6faa;
	color: #fff;
}
.review-modal-button:hover {
	filter: brightness(.96);
}
.review-modal-button:disabled {
	border-color: #9aa8b5;
	background-color: #9aa8b5;
	color: #fff;
	cursor: wait;
}


/*다음주소창*/
#Post_Layer {z-index: 99999!important}




/*고장*/






/*테이블*/
.board_new_wrap table { table-layout: fixed; width: 100%; border: 0; border-top: 2px solid #545861;  border-collapse: collapse; }
.board_new_wrap table a { color: black; text-decoration: none; border: 0; }
.board_new_wrap table tr { border: 0; }
.board_new_wrap table td { padding: 10px 0; text-align: center; vertical-align: middle; }
.board_new_wrap thead tr td { font-weight: bold; color: #545861; border: 0; border-bottom: 1px solid #545861; }
.board_new_wrap tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #e3e3e3; }
.board_new_wrap tbody tr td img {display: inline;}
.board_new_wrap tbody tr:hover { background-color: #f7f7f7; }
.board_new_title {width: auto;}
.board_new_img {width: 100px;}
.board_new_qty {width: 100px;}
.board_new_qty input {text-align: center!important;}
.board_new_price {width: 100px;}
.board_new_sum {width: 100px;}
.board_new_wrap tbody .board_new_title {width: 460px;text-align: left!important;padding: 10px!important}
.board_new_wrap tbody .board_new_price {width: 100px;text-align: right!important;padding: 10px!important}
.board_new_wrap tbody .board_new_sum {width: 100px;text-align: right!important;padding: 10px!important}
.board_new_wrap tbody .board_new_sum {font-weight: bold; color: #FF6600}
.board_new_del {width: 50px;}

.total_price_wrap td {background-color: #F6F6F6;  font-weight: bold; text-align: right!important;
padding-right: 57px!important;
}
.total_price_wrap span {color: #FF6600; font-size: 18px;}
.option_txt {padding: 10px 0 ;display: inline-block;font-weight:bold;
color: #E45C00;}

/*
 * 이전 주문 재구매 기능
 * 상품 링크와 구분되는 보조 동작이며, 현재 옵션과 대조하지 못한 경우에는
 * 경고색 안내문으로 자동선택이 중단되었음을 명확히 표시한다.
 */
.reorder-link {
	display: inline-block;
	margin-top: 8px;
	padding: 6px 10px;
	border: 1px solid #2f6faa;
	border-radius: 3px;
	background-color: #fff;
	color: #2f6faa !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}
.reorder-link:hover {
	background-color: #2f6faa;
	color: #fff !important;
}
.reorder-option-notice {
	margin: 0 0 12px;
	padding: 11px 13px;
	border: 1px solid #b9d8c6;
	border-radius: 4px;
	background-color: #f1faf5;
	color: #207044;
	font-size: 13px;
	line-height: 1.5;
}
.reorder-option-notice.is-warning {
	border-color: #efc8a2;
	background-color: #fff8ef;
	color: #b35c13;
}
.reorder-option-card {
	margin: 0 0 14px;
	padding: 14px;
	border: 1px solid #bad7c6;
	border-radius: 6px;
	background-color: #f4fbf7;
	color: #254d37;
}
.reorder-option-card.is-warning {
	border-color: #efc8a2;
	background-color: #fff8ef;
}
.reorder-option-title {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.reorder-option-title span {
	margin-left: 5px;
	color: #77828c;
	font-size: 12px;
	font-weight: normal;
}
.reorder-option-product,
.reorder-option-value {
	margin-bottom: 10px;
	color: #273746;
	font-size: 13px;
	line-height: 1.6;
	word-break: keep-all;
}
.reorder-option-product span,
.reorder-option-value span {
	display: inline-block;
	margin-right: 7px;
	color: #28794e;
	font-weight: bold;
}
.reorder-option-button {
	padding: 8px 13px;
	border: 0;
	border-radius: 4px;
	background-color: #28794e;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
}
.reorder-option-button:hover {
	background-color: #1f6540;
}
.reorder-option-warning {
	color: #b35c13;
	font-size: 12px;
	line-height: 1.5;
}
.cart_edit_btn { color: #fff!important; background-color: #666; padding: 5px; border-radius: 3px;font-weight: bold; }
.cart_del_btn { color: #fff!important; background-color: #222; padding: 5px; border-radius: 3px;font-weight: bold; }

.order_label_wrap {width: 100%;text-align:left;letter-spacing: -1px;
color: #545861; padding: 10px 0;
font-weight:bold;
font-size:18px;
 }
.order_label_wrap span {
font-weight:normal;
font-size:14px;
}

.board_new_label {width: 15%; min-width:100px; text-align: left!important; padding: 10px!important;font-weight: bold;}
.board_new_desc { text-align: left!important; padding: 10px!important}
.total_price_txt {font-size: 18px; font-weight: bold; color: #2C2C2C; width: 150px; padding: 5px 10px;display: inline-block; text-align: right;  }

.point_box {width: 150px; border:1px solid #ccc; background-color: transparent;
color: #E45C00;  padding: 5px 10px; text-align: right;
}
.total_pay {width: 150px; border:none; background-color: transparent;
color: #2C2C2C; font-size: 22px; padding: 5px 10px; text-align: right; font-weight: bold;outline: none;box-shadow: none;
display: inline-block;
}
.ship_price b {width: 150px; padding: 5px 10px; text-align: right; font-weight: bold; display: inline-block;
color: #E45C00;
}

.input_box_01 {max-width: 150px;width: 90%;padding: 5px 10px;  border: 1px solid #ccc; border-radius:3px; background-color:#fff;}
.input_box_02 {max-width: 150px;width: 90%;padding: 5px 10px;  border: 1px solid #ccc; border-radius:3px; background-color:#fff;}
.add_find_btn { display:inline-block; vertical-align:middle; padding: 4px 10px;  border: 1px solid #2C2C2C; background-color: #2C2C2C; color: #fff!important; font-weight: bold;
border-radius: 3px;margin-left: 10px;
}
.add_find_btn2 {padding: 5px 10px;  border: 1px solid #2C2C2C; background-color: #2C2C2C; color: #fff!important; font-weight: bold;
border-radius: 3px;margin-left: 10px;outline: none;box-shadow: none;
}
.input_box_03 {max-width:300px;width: 90%;padding: 5px 10px;  border: 1px solid #ccc; margin-bottom: 5px;}
.input_box_04 {max-width: 40px;width: 40%;padding: 5px 10px;  border: 1px solid #ccc}
.input_box_05 {max-width: 60px;width: 60%;padding: 5px 10px;  border: 1px solid #ccc}
.input_box_07 {max-width: 100px;width: 60%;padding: 5px 10px;  border: 1px solid #ccc}
.input_box_area {width: 90%;padding: 5px 10px;  border: 1px solid #ccc; height: 100px; max-width: 665px;}
.input_select  {width: auto;padding: 5px 10px;  border: 1px solid #ccc; margin-right: 20px; outline: none;box-shadow: none;}
.input_select2  {max-width: 80px;width: 60%;padding: 5px 30px 5px 10px;  border: 1px solid #ccc; outline: none;box-shadow: none;}
.cash_info_wrap {width: 100%; padding: 10px 0}
.cash_info {width: 100%; padding: 5px 0}
#rcp_tr_1 {width: 100%; padding: 5px 0}
.desc_01 {width: 100%; padding: 10px 0; color: #2C2C2C}
.desc_02 {width: 100%; padding: 10px 0; color: #E45C00}
#rcp_tr_1 > div {width: 100%; padding: 10px 0;}
.point_box_btn {
    padding: 5px 10px;

    border: 1px solid #E45C00;
    background-color: #E45C00;
    color: #fff!important;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 10px;
}

.order_agree_wrap {width: 100%; padding: 20px 0 30px;}
.order_agree_desc {display: block;width: 100%;font-size: 16px; text-align: center;padding: 20px 0; color: #2C2C2C }
.order_agree_wrap .radio_btn_wrap {width: 100%; text-align: center; width: 100%; display: block; }

.order_label_wrap  span {}
.icon_star { color: #ff6f60!important; font-weight: bold;}

.board_new_wrap tbody tr .board_new_type {font-weight: bold;color: #000; }
.board_new_wrap tbody tr .board_new_ask {text-align: left;}
.board_new_num {width:100px;}
.board_new_type {width:200px;}
.board_new_ask {width:auto}
.answer_wrap {width: 730px; border: 5px solid #e2e2e2; min-height: 45px;
background-image: url(/images/mall/customer_faq.png); background-repeat: no-repeat;
background-position: 46px 28px;
padding: 30px 30px 30px 140px;text-align: left!important;
}
.answer_tr td {padding: 0px!important}
.answer_tr:hover {background-color: transparent!important;}

.c_btn_wrap {width: 100%; text-align: center; padding: 20px 0; letter-spacing: -1px;
}
.cart_order {
    display: inline-block;
    width: 168px;
    height: 43px;
    border: 0px solid #646464;
    /*
	background-color: #797979;
	*/
	background-color: #2e78d3;

    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: #fff;

	border-radius:5px

}
.cart_shop {
    display: inline-block;
    width: 158px;
    height: 43px;
    border: 1px solid #797979;
    background-color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: #666;
    margin: 0 0 0 5px;
	border-radius:5px
}

.c_btn_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}


/*자주하는 질문*/
.faq_tab_wrap {width: 990px;margin: 0 auto;}
.faq_tab_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.faq_tab_box {float: left;width: 189px;margin-left: 8px;height: 132px;margin-bottom: 20px;}
.faq_tab {width: 187px;border: 1px solid #d2d2d2;height: 113px;display: block;color: #444;}
.faq_tab_box:first-child {margin-left: 0px;}
.faq_txt {display: block;width: 100%; text-align: center; margin-top:85px; }
.faq_tab_box.active .faq_tab {border: 1px solid #000;background-color: #000;color: #fff;}

.faq_tab_01 {background-image: url(/images/mall/faq_tab_01.png); background-repeat: no-repeat;
background-position: center 20px;
}
.faq_tab_02 {background-image: url(/images/mall/faq_tab_02.png); background-repeat: no-repeat;
background-position: center 20px;
}
.faq_tab_03 {background-image: url(/images/mall/faq_tab_03.png); background-repeat: no-repeat;
background-position: center 20px;
}
.faq_tab_04 {background-image: url(/images/mall/faq_tab_04.png); background-repeat: no-repeat;
background-position: center 20px;
}
.faq_tab_05 {background-image: url(/images/mall/faq_tab_05.png); background-repeat: no-repeat;
background-position: center 20px;
}
.faq_tab_box.active .faq_tab_01 {background-image: url(/images/mall/faq_tab_01_on.png); }
.faq_tab_box.active .faq_tab_02 {background-image: url(/images/mall/faq_tab_02_on.png); }
.faq_tab_box.active .faq_tab_03 {background-image: url(/images/mall/faq_tab_03_on.png); }
.faq_tab_box.active .faq_tab_04 {background-image: url(/images/mall/faq_tab_04_on.png); }
.faq_tab_box.active .faq_tab_05 {background-image: url(/images/mall/faq_tab_05_on.png); }
.faq_tab_box.active {background-image: url(/images/mall/faq_tab_box_bg.jpg); background-repeat: no-repeat;
background-position: center bottom;
}
.faq_tab_box:hover .faq_tab {border: 1px solid #000;background-color: #000;color: #fff;}
.faq_tab_box:hover .faq_tab_01 {background-image: url(/images/mall/faq_tab_01_on.png); }
.faq_tab_box:hover .faq_tab_02 {background-image: url(/images/mall/faq_tab_02_on.png); }
.faq_tab_box:hover .faq_tab_03 {background-image: url(/images/mall/faq_tab_03_on.png); }
.faq_tab_box:hover .faq_tab_04 {background-image: url(/images/mall/faq_tab_04_on.png); }
.faq_tab_box:hover .faq_tab_05 {background-image: url(/images/mall/faq_tab_05_on.png); }
.faq_tab_box:hover {background-image: url(/images/mall/faq_tab_box_bg.jpg); background-repeat: no-repeat;
background-position: center bottom;
}

.faq_search_wrap {width: 80%; margin: 0 auto;border: 1px solid #dadada; padding: 12px; margin-bottom: 30px; height: 50px; line-height: 50px;}
.faq_search_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.faq_search_wrap > div {float: left; height: 24px; line-height: 24px;}
.faq_search_label {padding: 0 15px 0 10px; font-weight: bold; color: #444}
.faq_search_select {margin-right: 5px;}
.faq_search_input {margin-right: 10px;}
.faq_search_select select {width: auto;border: 1px solid #dadada;padding: 2px;height: 24px;
outline: none;box-shadow: none;}
.faq_search_input input {width: auto;border: 1px solid #dadada;padding: 2px;height: 18px;
outline: none;box-shadow: none;}
.faq_search_btn a {display: block;width:70px;height: 24px;line-height: 24px;color: #fff;background-color: #000;text-align: center;}
.faq_search_desc {padding-left: 20px;color: #444}
.faq_wrap {width: 100%;padding: 0px 0 30px;margin: 0 auto;}

.attr-value label img {vertical-align: middle;}


.txt_input {line-height: 30px; color:#4E8BC3}
.board_pro_label {padding:5px 0 10px; color: #E45C00 }
.board_pro_desc a {color: #555!important}

.photo_review_wrap #board-thumbnail-editor .board-attr-row .attr-value span { padding: 6px 2px;
    width: 150px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;height: 20px;

}
.photo_review_wrap #board-thumbnail-editor .board-attr-row .attr-value label.file_del_btn {background-color: #F06C45; padding: 6px 12px; margin: 0 10px;
color: #fff; border-radius: 5px;
}
#file_del {margin-right: 10px;}


/*뷰페이지*/
.mall_view_wrap .sub_menu_wrap {display: none;}
.mall_view_wrap {width: 988px; border: 1px solid #dedede; background-color: #f8f8f8; position: relative;top: 0px; left: 0px; margin-bottom:40px; }
.mall_view_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.mall_view_sub_wrap {width:100%; float: right;min-height: 1000px; background-color: #fff}
.mall_view_sub_wrap .bread_wrap {height: 27px; width: 905px; border-bottom: 1px solid #dedede;
padding:27px 0 0 83px;
}

.s_menu_tab {position: absolute;top: -1px; left: -1px; width:54px; height: 54px; background-color: #f8f8f8; border: 1px solid #dedede;
background-image: url(/images/common/s_menu_tab.png);background-repeat: no-repeat; background-position: center;
text-indent: -9999px;
 }

 .s_menu_off {position: absolute;top: -1px; right: -1px; width: 13px; height: 13px; background-color: #fff;
border: 1px solid #dedede;
background-image: url(/images/common/s_menu_off.jpg);background-repeat: no-repeat; background-position: center;
text-indent: -9999px; display: none;
 }
.mall_view_wrap .s_menu_off {display: block;}
.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap {
    width: auto;padding: 0px; border: none; background-color: transparent;
}




.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap.active {display: block;}
.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap .cate_item {
  width: auto;
  height: 15px;

  color: #555;
  padding: 0 10px;
  display: none;
  background-image: url(/images/common/menu_line.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: normal;
  line-height: 15px;
  border: none;
}
.mall_view_wrap .bread_wrap .sub_menu .cate {color: #999}
.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap .cate_item .add_txt {display: none;}
.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap .cate_item .menu_txt {color: #555; text-decoration: none;}
.mall_view_wrap .bread_wrap .sub_menu .cate_item_wrap .cate_item.active {display: block;}


.item_wrap {width: 1077px; position: relative;top: 0px; left: 0px;}
.item_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.item_left {width:49%;position: absolute;top:15px;left: 0px; bottom: 0px;}
.item_right {float: right;width:49%;min-height: 480px;padding: 20px 10px;}
/*
#thum_img {
    width: 100%;
    height: 62px;
    padding: 16px  0 50px;
    text-align: center;
    display: none;
}
#thum_img img {width: 62px; height: 62px; border: 1px solid #dedede}
*/
.viewslider_wrap #thum_img {
    width: 100%;
    padding: 16px 13px 16px 13px;
	text-align: center;
}
.viewslider_wrap #thum_img img {width: 92px; height: 92px; border: 1px solid #dedede}
.viewslider_wrap #thum_img:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.viewslider_wrap #thum_img a {display: block; padding: 5px 5px 0 0; float: left; }
.viewslider_wrap .bx-wrapper {width:500px; padding-top: 10px;text-align:center;}
.viewslider_wrap .bx-wrapper a {display: block;}
.item_right_wrap {width: 100%; float: left;}
.item_right_label_wrap {width: 100%; float: left; padding-bottom: 10px; border-bottom: 3px solid #614220; margin-bottom: 20px;
font-weight: bold;
}
.item_right_label {width: 100%; float: left; font-size: 24px;color: #000; padding-bottom: 10px;}
.item_right_desc {width: 100%; float: left;  color: #444}
.item_info_wrap {width: 100%; float: left;}
.item_info_box {width: 100%; float: left; padding: 5px 0}
.item_info_box_label {width:80px;padding:0 10px; float: left;  color: #444; font-weight: bold; height: 28px; line-height: 28px;
background-image: url(/images/common/dot2.jpg); background-position: 0px center; background-repeat: no-repeat;
}
.item_info_box_desc {width: auto; float: left; color:#444; height: 28px; line-height: 28px;}
.item_info_option {width: 500px; float: left;clear: both;
background-color: #f0f0f0; padding: 5px 0
}
.sale_price {font-size:20px; color: #ff9c00; font-weight: bold; padding-right: 5px;}
.sale_price_member_only {
	color: #597064;
	font-size: 14px;
}

.member-price-lock {
	margin-top: 20px;
	padding: 28px 22px;
	border: 1px solid #dbe5dd;
	border-radius: 10px;
	background: #f5f8f5;
	text-align: center;
}

.member-price-lock strong {
	display: block;
	color: #1e3a28;
	font-size: 18px;
	line-height: 1.45;
}

.member-price-lock p {
	margin-top: 8px;
	color: #6a776e;
	font-size: 13px;
	line-height: 1.6;
	word-break: keep-all;
}

.member-price-lock > div {
	display: flex;
	justify-content: center;
	margin-top: 18px;
	gap: 7px;
}

.member-price-lock a {
	display: inline-flex;
	min-width: 105px;
	height: 42px;
	padding: 0 17px;
	align-items: center;
	justify-content: center;
	border: 1px solid #087c35;
	border-radius: 4px;
	background: #087c35;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-indent: 0;
}

.member-price-lock a + a {
	background: #fff;
	color: #087c35;
}

.shop_policy_notice {
	width:100%;
	color:#39443d;
	font-size:14px;
	line-height:1.7;
	text-align:left;
}

.shop_policy_notice img {
	display:none !important;
}

.shop_policy_notice .shop_policy_header {
	padding:28px 30px;
	border:1px solid #d9e3dc;
	border-bottom:0;
	border-radius:10px 10px 0 0;
	background:#f2f7f3;
}

.shop_policy_notice .shop_policy_header span {
	display:block;
	margin-bottom:5px;
	color:#08752f;
	font-size:11px;
	font-weight:700;
	letter-spacing:1.2px;
}

.shop_policy_notice .shop_policy_header h3 {
	color:#1d3325;
	font-size:23px;
	font-weight:800;
	line-height:1.35;
}

.shop_policy_notice .shop_policy_header p {
	margin-top:8px;
	color:#657068;
}

.shop_policy_notice .shop_policy_grid {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	border:1px solid #d9e3dc;
	border-radius:0 0 10px 10px;
	background:#fff;
}

.shop_policy_notice .shop_policy_item {
	padding:25px 30px;
}

.shop_policy_notice .shop_policy_item + .shop_policy_item {
	border-left:1px solid #e2e8e4;
}

.shop_policy_notice .shop_policy_item strong {
	display:block;
	margin-bottom:10px;
	color:#233d2c;
	font-size:16px;
}

.shop_policy_notice .shop_policy_item ul {
	margin:0;
	padding-left:18px;
}

.shop_policy_notice .shop_policy_item li + li {
	margin-top:7px;
}

@media screen and (max-width:767px) {
	.shop_policy_notice .shop_policy_header {
		padding:22px 20px;
	}

	.shop_policy_notice .shop_policy_header h3 {
		font-size:20px;
	}

	.shop_policy_notice .shop_policy_grid {
		grid-template-columns:1fr;
	}

	.shop_policy_notice .shop_policy_item {
		padding:21px 20px;
	}

	.shop_policy_notice .shop_policy_item + .shop_policy_item {
		border-top:1px solid #e2e8e4;
		border-left:0;
	}
}

/*
 * 주문·결제·배송조회 화면은 리뉴얼 헤더와 같은 녹색 계열을 사용한다.
 * 결제 구조에는 영향을 주지 않고 표, 입력창, 상태 카드의 시각 체계만 통일한다.
 */
.cart .moble_wrap,
.order .moble_wrap,
.cart .board_new_wrap,
.order .board_new_wrap {
	border-color:#d8e2da;
	background:#fff;
}

.cart form:first-child .moble_wrap,
.order .moble_wrap:first-child,
.board_new_wrap.lookup-order-list table {
	border-top-color:#315840;
}

.cart .mo_label,
.order .mo_label,
.board_new_wrap.lookup-order-list thead tr td,
.order-detail-product-list .mo_label,
.order .order-detail-product-list .moble_wrap:first-child .mo_label {
	border-color:#d8e2da;
	background:#f2f6f3;
	color:#3b5243;
}

.cart .moble_wrap,
.order .moble_wrap,
.order-detail-product-list .moble_wrap + .moble_wrap,
.board_new_wrap tbody tr td {
	border-color:#e2e9e4;
}

.cart .moble_wrap:hover,
.order .moble_wrap:hover,
.board_new_wrap.lookup-order-list tbody tr:hover {
	background:#f7faf8;
}

.total_price_wrap {
	padding:18px 16px;
	border-color:#cdd9d0;
	background:#f4f8f5;
	color:#33483a;
}

.total_price_wrap span,
.total_price_txt,
.total_pay,
.lookup-order-list .board_new_order_num a {
	color:#08752f;
}

.order_label_wrap {
	margin-top:28px;
	padding:0 0 11px;
	border-bottom:2px solid #315840;
	color:#203c2b;
}

.order_label_wrap span {
	margin-top:4px;
	color:#748078;
}

.board_new_label {
	background:#f4f7f5;
	color:#3f5747;
}

.board_new_desc {
	color:#364a3d;
}

.input_box_01,
.input_box_02,
.input_box_03,
.input_box_04,
.input_box_05,
.input_box_07,
.input_box_area,
.input_select,
.input_select2,
.point_box,
.lookup-date-input {
	border-color:#cbd8ce;
	border-radius:5px;
}

.input_box_01:focus,
.input_box_02:focus,
.input_box_03:focus,
.input_box_04:focus,
.input_box_05:focus,
.input_box_07:focus,
.input_box_area:focus,
.input_select:focus,
.input_select2:focus,
.point_box:focus,
.lookup-date-input:focus {
	border-color:#08752f;
	outline:none;
	box-shadow:0 0 0 2px rgba(8,117,47,.1);
}

.add_find_btn,
.add_find_btn2,
.lookup-search-form .add_find_btn,
.cart_order,
.order-detail-page .cart_order {
	border-color:#08752f;
	background:#08752f;
	color:#fff!important;
}

.add_find_btn:hover,
.add_find_btn2:hover,
.lookup-search-form .add_find_btn:hover,
.lookup-search-form .add_find_btn:focus,
.cart_order:hover,
.cart_order:focus,
.order-detail-page .cart_order:hover,
.order-detail-page .cart_order:focus {
	border-color:#065d27;
	background:#065d27;
	color:#fff!important;
}

.cart_shop {
	border-color:#aebdb2;
	color:#4f6155;
}

.cart_shop:hover,
.cart_shop:focus {
	border-color:#708c79;
	background:#f5f8f6;
	color:#294433;
}

.order_agree_wrap {
	margin-top:28px;
	padding:22px;
	border:1px solid #d6e1d8;
	border-radius:8px;
	background:#f5f8f6;
}

.order_agree_desc {
	padding:0 0 15px;
	color:#33493b;
}

.lookup-guide {
	border-color:#c9ddcf;
	background:#f6faf7;
}

.lookup-guide-heading {
	border-color:#d8e8dd;
	background:#edf6f0;
}

.lookup-guide-symbol {
	background:#08752f;
}

.lookup-guide-heading h3,
.lookup-section-heading h3,
.lookup-list-heading h3,
.order-detail-page .order_label_wrap {
	color:#173f28;
}

.lookup-guide-heading p,
.lookup-section-heading p,
.lookup-list-heading p {
	color:#718078;
}

.lookup-guide-item {
	color:#53655a;
}

.lookup-guide-item + .lookup-guide-item {
	border-color:#d8e8dd;
}

.lookup-guide-item strong,
.lookup-search-form > label {
	color:#2d4737;
}

.lookup-guide-item em {
	color:#08752f;
}

.lookup-search-panel {
	border-color:#d8e2da;
	background:#fff;
}

.board_new_wrap.lookup-order-list thead tr td {
	background:#f1f6f2;
	color:#3d5545;
}

.order-detail-page {
	color:#344b3d;
}

.order-detail-summary {
	border-color:#c9ddcf;
	background:#f5f9f6;
}

.order-detail-summary-item + .order-detail-summary-item {
	border-color:#d8e6dc;
}

.order-detail-summary-item span {
	color:#75847a;
}

.order-detail-summary-item strong {
	color:#263f30;
}

.order-detail-summary-item .order-detail-state {
	border-color:#9bc8a9;
	background:#eef8f1;
	color:#08752f;
}

.order-detail-summary-item.is-total,
.board_new_wrap.order-detail-info-panel .order-detail-total-row td {
	background:#edf6f0;
}

.order-detail-summary-item.is-total strong,
.board_new_wrap.order-detail-info-panel .order-detail-total-row .board_new_desc {
	color:#08752f;
}

.order-detail-product-list,
.order-detail-info-panel {
	border-color:#d8e2da;
}

.order-detail-product-list .mo_input_02 > a:first-child,
.board_new_wrap.order-detail-info-panel .board_new_desc {
	color:#354b3d;
}

.board_new_wrap.order-detail-info-panel table td {
	border-color:#e2e9e4;
}

.board_new_wrap.order-detail-info-panel .board_new_label {
	background:#f3f7f4;
	color:#405848;
}

.review_btn,
.reorder-link {
	border-color:#08752f;
	background:#f0f7f2;
	color:#08752f!important;
}

.review_btn:hover,
.review_btn:focus,
.reorder-link:hover {
	background:#08752f;
	color:#fff!important;
}

#ModalCenter .review-modal-header {
	background:#174b2c;
}

#ModalCenter .review-modal-header p {
	color:#d7e7dc;
}

.review-order-number strong {
	color:#08752f;
}

.review-product-option input {
	accent-color:#08752f;
}

.review-comment-input:focus,
.review-file-input:focus {
	border-color:#08752f;
	box-shadow:0 0 0 3px rgba(8,117,47,.1);
}

.review-modal-button.is-primary {
	border-color:#08752f;
	background:#08752f;
}

.payment_process_frame {
	position:absolute;
	top:-1px;
	left:-1px;
	width:1px;
	height:1px;
	border:0;
	opacity:0;
	pointer-events:none;
}

.order_payment_wait {
	position:fixed;
	z-index:100000;
	inset:0;
	display:none;
	align-items:center;
	justify-content:center;
	padding:20px;
	background:rgba(19,31,23,.48);
}

.order_payment_wait.is-visible {
	display:flex;
}

.order_payment_wait_box {
	width:100%;
	max-width:390px;
	padding:30px 28px;
	border-radius:10px;
	background:#fff;
	box-shadow:0 20px 50px rgba(0,0,0,.2);
	text-align:center;
}

.order_payment_wait_spinner {
	width:34px;
	height:34px;
	margin:0 auto 17px;
	border:3px solid #d9e7dd;
	border-top-color:#08752f;
	border-radius:50%;
	animation:order-payment-spin .8s linear infinite;
}

.order_payment_wait_box strong {
	display:block;
	color:#203c2b;
	font-size:18px;
}

.order_payment_wait_box p {
	margin:9px 0 0;
	color:#6b786f;
	font-size:13px;
	line-height:1.6;
}

@keyframes order-payment-spin {
	to { transform:rotate(360deg); }
}
.earn_point {font-weight: bold; padding-right: 10px; }

.item_info_option_label {width:125px;padding:0 10px 0 15px; float: left;  color: #444;  height: 28px; line-height: 28px;}
.item_info_option_desc {width: 350px; float: left; color:#444; height: 28px; line-height: 28px;}
.item_option {border: 1px solid #ccc; outline: none;box-shadow: none; background-color: #fff}
.dv_buy_num_count {float: left;}
.c_minus {display: block; float: left; width: 25px; height: 25px; border: 1px solid #dfdfdf; background-color: #eee; color: #a8a8a8; font-weight: bold;text-align: center;
font-size: 21px;
}
.buy_cnt {display: block;float: left; width: 43px; border: 1px solid #dfdfdf; line-height: 25px; height: 25px; outline: none;background-color: #fff; text-align: center;
border-left: none;border-right: none;
}
.c_plus {display: block; float: left; width: 25px; height: 25px; border: 1px solid #dfdfdf; background-color: #eee;color: #a8a8a8; font-weight: bold; text-align: center;
font-size: 21px;
}

.ship_price {padding-right: 10px;}

.item_info_total_wrap {width: 100%; float: left;clear: both;
background-color: #F7F6F4; padding: 5px 0; margin-top: 10px; padding: 10px 0
}

.item_info_total_label {width:80px;padding:0 9px 0 9px; float: left;  color: #444; font-weight: bold;  height: 28px; line-height: 28px;}
.item_info_total_desc {width: auto; float: left; color:#444; height: 28px; line-height: 28px;}
.total_price {font-weight: bold; }
.item_btn_wrap {width: 100%; float: left; letter-spacing: -1px;
padding: 20px 0 0 0; position: relative;top: 0px;left: 0px;
}
.item_btn_buy {display: block;width: 33%;height:43px;border: none;background-color: #000;text-align: center;line-height: 43px;color: #fff;position: absolute;top: 20px;left: 0px;;border-radius:5px}
.item_btn_cart {display: block;width: 33%;height:43px;border: none;background-color: #171717;text-align: center;line-height: 43px;color: #fff;margin: 0 auto;border-radius:5px}

.item_btn_wish {display: block;max-width:80px;width: 33%;height:33px;border: none;background-color: #171717;text-align: center;line-height: 33px;color: #fff;position: absolute;top: 20px;right: 0px;;border-radius:5px}



.item_nav_all_wrap {width: 100%; position: relative;top: 0px; left: 0px;}
.item_nav_wrap {width: 100%; border-bottom: 1px solid #000}
.item_nav_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.item_nav_wrap a {float: left; display: block; padding: 10px 20px; color: #ccc;
border: 1px solid #dedede; margin-left: -1px;
}
.item_nav_wrap a:first-child {
margin-left: 0px;
}
.item_nav_wrap a.active {color: #fff; background-color: #000;
border: 1px solid #000;
}

.item_desc_wrap {width: 1077px; padding: 160px 0px 25px 0px; margin:0 auto;}
.item_desc {width: 1077px;padding:30px 0px;}
.item_review {width: 1077px;padding:50px 0px;}

.item_nav_none {background-color: red; position: absolute; top: -170px; left: 0px; width: 1px; height: 1px; visibility: hidden;}





.sub_wrap {min-height: 800px;}


/*우측배너*/
.ad_all_wrap {width: 100%; position: absolute;top: 30px; left: 0px; height: 1px;  z-index: 99999; }
.ad_wrap {width: 990px; margin: 0 auto; position: relative; height: 1px; left: 0px; top: 0px;}

.scroll_right_wrap {position: absolute; /*right: -233px;*/ right: -250px; width: 110px;top: 161px;height: 100px;}
.scroll_right_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.scroll_right_wrap .spon_ad {display: block;margin-bottom: 10px; border: 1px solid #dedede; max-width: 110px; overflow: hidden;}
.scroll_right_wrap .spon_ad img {max-width: 100%;}

.recent_view_list_wrap {width: 108px; border: 1px solid #dedede; float: left; background-color: #fff; }
.recent_view_list_label {width: 100%; float: left;padding: 8px 0;
color: #b82037;  text-align: center;font-weight: bold;
}
.recent_view_list_label span { font-weight: bold;color: #333;padding-right: 3px;}
.recent_view_list {float: left;width:70px!important; padding: 10px 19px 0px; height: 225px;}
.recent_view_list_item_wrap {display: block; width: 70px!important; height:70px; float: left; clear: both; position: relative;top: 0px; left: 0px; margin-bottom: 5px;}
.recent_view_list_item_wrap:hover .list_overview_wrap {display: block;}
.recent_view_list_item_wrap:hover .list_del_btn {display: block;}
.recent_view_list_item {display: block; width: 70px; height:70px; float: left; }
.recent_view_list_item img {max-width: 70px; height: 70px;}


.list_overview_wrap {position: absolute;right: 0px; top: 0px; width: 198px; height: 68px; border: 1px solid #333; display: block; color: #333; display: none; z-index: 9999}
.list_overview_wrap:after {
content: "임시";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.list_overview_info_wrap {float: left; width: 104px; background-color: #fff; height: 55px; padding: 13px 13px 0 13px;}
.list_overview_label {display: block;float: left;width: 100%; height: 27px; overflow: hidden;}
.list_overview_price {float: left;width: 100%;  font-weight: bold;font-family: Tahoma; padding-top: 5px;}
.list_del_btn {width: 13px; height: 13px; position: absolute;top: 0px; right: 0px; background-image: url(/images/icon/list_del_btn.jpg); background-repeat: no-repeat;
display: block;text-indent: -9999px; display: none;z-index: 9999
}
.recent_view_list_pager {float:left;padding: 5px 14px;}
.recent_view_list_pager_prev {
width: 18px; height: 19px; ;background-image: url(/images/icon/gallery_left.jpg);
background-repeat: no-repeat; text-indent: -9999px; float:left;
}

.recent_view_list_pager_next {
width: 19px; height: 19px; ;background-image: url(/images/icon/gallery_right.jpg);
background-repeat: no-repeat; text-indent: -9999px;float:left;
}
.recent_view_list_page {text-align: center;height: 19px;  line-height: 19px;float:left;}
.recent_view_list_page span {color: #333; font-weight: bold;}







/*배너*/
.left_banner_wrap {width: 100%; }
.left_banner_wrap a { margin: 10px 0; display: block;}
.main .left_banner_wrap {display: none;}


/*찜하기*/
.wish_btn_wrap {position: relative;top: 0px; left: 0px; text-align: left; padding: 20px 0}

.wish_btn_wrap a {width: 33%; position: relative;top:0px; left: 0px; display: inline-block; float: none;}



/* 관련상품 */
.relat {position:relative;height:400px;margin-bottom:20px}
.relat > h3 {font-size:19px;margin-top:8px;padding-bottom:10px;margin-bottom:0px;background:url('/images/common/ling.png') no-repeat left 14px;padding-left:18px;letter-spacing:0;padding-top:6px;position:relative}

.relat div.bx-pager {
	position:absolute; right:50%; bottom:15px; z-index:99999999999999;}

.relat  div.bx-pager div {
	float:left; margin-left:5px; z-index:100;}

.relat > ul > li > a.kok {display:block;border:1px solid #dfdfdf}

.relat p.a {text-align:center;color:#666;line-height:18px;margin-top:5px}
.relat p.b {text-align:center;color:#999;line-height:18px}
.relat p.c {text-align:center;color:#666;font-weight:700;line-height:18px; padding-bottom:5px;}

.bxslider_x10 > li  a.kok  {display:block;width:100%;border:1px solid #ddd; /*padding-top:15px;padding-bottom:15px;*/ }

.relat  div.bx-pager div a {
	display:block;
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:rgba(0,0,0,0.3);
	text-indent:-9999px;}
.relat div.bx-pager div a.active {
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:rgba(0,0,0,0.8);}

.relat .bx-wrapper .bx-prev {
    background-image:url(/images/quick/btn_left.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    position:absolute; top:calc(50% - 48px); left:-25px;
	text-indent:-99999px;
	width:19px;
	height:19px;

}
.relat .bx-wrapper .bx-next {
    background-image:url(/images/quick/btn_right.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px !important;
    position:absolute; top:calc(50% - 48px); right:-25px;
	text-indent:-99999px;
	width:19px;
	height:19px;
}


/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){

/*로그인*/
.login_wrap { padding: 10px; width:90%; border:1px solid rgba(0,0,0,0.1); margin:30px auto 0 auto; padding:40px 40px 80px 40px;}
.login_box { width: 100%;}
.login_desc_01 { width: 100%; color: #2e78d3; font-size: 22px; font-weight: 500; padding: 5px 0;}
.login_desc_02 { width: 100%; padding: 5px 0;}
.login_form_wrap { width: 100%; padding: 28px 20px; border-bottom: 1px solid #dedede; margin-bottom: 20px; font-size:0;}
.login_form_wrap:after { content: "임시";display: block;height: 0;clear: both;visibility: hidden;}
.login_input_box { display:inline-block; vertical-align:top; width: 210px;}
.login_btn { display:inline-block; vertical-align:top; height: 70px; width: 168px; color: #fff; background-color: #2e78d3; margin-left: 10px; font-size: 16px; letter-spacing: -1px; border-radius:5px; font-weight:600;}
.login_input { width: 100%; height:30px; padding:2px 7px; border: 1px solid #dedede;box-shadow: none; margin-bottom:10px; font-size:14px; border-radius:3px;}
.login_desc_04 { width: 100%; padding: 2px 0; line-height:35px;}
.login_desc_04_tag { display:inline-block; vertical-align:middle; padding: 8px 20px 5px 20px;background-color: #646464; color: #fff;  font-weight: 600; display: inline-block; margin-left: 20px; border-radius:3px; line-height:1;}
.login_desc_04 span { color: #2e78d3; text-decoration: underline;}

.c_btn_wrap { padding: 40px 0;}
.cart_order { height: 40px; line-height: 40px; font-size: 16px;}
.cart_shop { height: 40px; line-height: 40px; font-size: 16px;}

.order_label_wrap { font-size:17px;}
.order_label_wrap span { font-size:14px;}
.board_new_label { width: 20%;}
.input_box_01 { max-width: 140px; width: 90%;}
.input_box_02 { max-width: 140px; width: 90%;}
.input_box_05 { max-width: 60px;  width: 60%;}
.input_select2 { max-width: 70px; padding: 5px 25px 5px 10px;}
.in_txt { display:block;}

.add_find_btn { margin-left: 10px;}


}




/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){

.lookup-guide {
	margin-bottom: 18px;
}
.lookup-guide-heading {
	align-items: flex-start;
	padding: 16px;
}
.lookup-guide-items {
	display: block;
	padding: 0 16px;
}
.lookup-guide-item {
	padding: 15px 0;
}
.lookup-guide-item + .lookup-guide-item {
	padding-left: 0;
	border-top: 1px solid #dbe7f2;
	border-left: 0;
}
.lookup-search-panel {
	margin-bottom: 22px;
	padding: 16px;
}
.lookup-search-form {
	display: block;
}
.lookup-search-form > label {
	display: block;
	margin-bottom: 9px;
}
.lookup-date-controls {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
}
.lookup-date-input {
	width: 100%;
	min-width: 0;
}
.lookup-date-separator {
	align-self: center;
	padding: 0 6px;
}
.lookup-search-form .add_find_btn {
	grid-column: 1 / 4;
	width: 100%;
	margin: 9px 0 0;
}
.lookup-list-heading {
	margin-bottom: 8px;
}

.viewslider_wrap #thum_img { padding: 10px 5px 10px 5px;}
.viewslider_wrap #thum_img img {width: 72px; height: 72px; border: 1px solid #dedede}

#ModalCenter .review-modal-dialog {
	margin: 14px 10px;
}
#ModalCenter .review-modal-header {
	padding: 18px;
}
#ModalCenter .modal-title {
	font-size: 19px;
}
#ModalCenter .modal-body {
	max-height: calc(100vh - 190px);
	padding: 16px;
	overflow-y: auto;
}
.review-form-field {
	padding: 13px;
}
.review-rating-options {
	gap: 5px;
}
.review-rating-option span {
	flex-direction: column;
	gap: 2px;
	min-height: 48px;
}
.review-comment-input {
	height: 125px;
}
.review-reward-guide ul {
	display: block;
}
.review-reward-guide li + li {
	margin-top: 4px;
}
#ModalCenter .modal-footer {
	padding: 13px 16px;
}
.review-modal-button {
	flex: 1 1 0;
	min-width: 0;
}

/*로그인*/
.login_wrap { padding: 10px; width:100%; border:none; margin:0 auto; padding:30px;}
.login_box { width: 100%; margin-bottom:20px;}
.login_desc_01 { width: 100%; color: #2e78d3; font-size: 18px; font-weight: 500; padding: 5px 0; letter-spacing:-0.06em;}
.login_desc_02 { width: 100%; padding: 5px 0; font-size:12px;}
.login_form_wrap { width: 100%; padding: 28px 0; border-bottom: 1px solid #dedede; margin-bottom: 20px; font-size:0;}
.login_form_wrap:after { content: "임시";display: block;height: 0;clear: both;visibility: hidden;}
.login_input_box { display:inline-block; vertical-align:top; width: 100%;}
.login_btn { display:inline-block; vertical-align:top; height: 60px; width: 100%; color: #fff; background-color: #2e78d3; margin-left: 0; font-size: 16px; letter-spacing: -1px; border-radius:5px; font-weight:600;}
.login_input { width: 100%; height:30px; padding:2px 7px; border: 1px solid #dedede;box-shadow: none; margin-bottom:10px; font-size:14px; border-radius:3px;}
.login_desc_04 { width: 100%; padding: 2px 0; line-height:25px;}
.login_desc_04_tag { display:inline-block; vertical-align:middle; width:100%; padding: 8px 20px 5px 20px;background-color: #646464; color: #fff; font-size:12px;  font-weight: 500; margin:0 0 10px 0; border-radius:3px; line-height:1;}
.login_desc_04 span { color: #2e78d3; text-decoration: underline;}

.login_banner { display:inline-block; vertical-align:top; width: 100%; margin-left:0;}
.login_banner>img { width:100%; height:auto;}

.moble_wrap { font-size:0;}

.mo_box { float:none; height:auto;}
.order .order-detail-product-list .mo_box,
.order .order-detail-product-list .moble_wrap:first-child .mo_box {height:auto;}
.mo_box_01 { display:inline-block; vertical-align:middle; width: 30%; font-size:12px;}
.mo_box_02 { display:inline-block; vertical-align:middle; width: 70% !important; font-size:12px;}
.mo_box_03 { display:inline-block; vertical-align:middle; width: 30%; font-size:12px; border-top:1px solid rgba(0,0,0,0.1);}
.mo_box_04 { display:inline-block; vertical-align:middle; width: 35%; font-size:12px; border-top:1px solid rgba(0,0,0,0.1);}
.mo_box_05 { display:inline-block; vertical-align:middle; width: 35%; font-size:12px; border-top:1px solid rgba(0,0,0,0.1);}

.mo_label { width: 100%; padding: 10px 0; border-bottom: 1px solid #999; font-weight: bold; color: #545861; text-align: center;display: none;}
.mo_input_01 { text-align: center; padding: 5px;}
.mo_input_02 { text-align: left; padding: 15px 5px;}
.mo_input_03 { text-align: center; padding: 5px;}
.mo_input_03 * { display: inline-block; }
.mo_input_03 .inputbox_single { text-align: center;line-height: 25px;}
.mo_input_04 { text-align: center; padding:5px;}
.mo_input_05 { text-align: center; padding:5px;}
.mo_input_06 { text-align: center; padding:5px;}


.c_btn_wrap { padding: 30px 0;}
.cart_order { height: 35px; line-height: 35px; font-size: 15px; width:100%; margin-bottom:10px;}
.cart_shop { height: 35px; line-height: 35px; font-size: 15px; width:100%; margin-left:0;}

.option_txt { padding: 0 ;display: inline-block;font-weight:bold; color: #E45C00;}

.order_label_wrap { font-size:16px;}
.order_label_wrap span { font-size:13px;}
.board_new_label { width: 30%;}
.input_box_01 { max-width: 80px; width: 90%;}
.input_box_02 { max-width: 80px; width: 90%;}
.input_box_05 { max-width: 50px;  width: 60%;}
.input_select2 { max-width: 70px; padding: 5px 30px 5px 10px;}
.in_txt { display:block; font-size:12px;}

.add_find_btn { margin-left: 5px;}


.board_new_label {width: 30%; min-width:100px; text-align: left!important; padding: 10px!important;font-weight: bold;}
.board_new_desc { text-align: left!important; padding: 10px!important}
.total_price_txt {font-size: 18px; font-weight: bold; color: #2C2C2C; width: auto; padding: 0 10px;display: inline-block; text-align: right;  }

.mo_240528 { display:block; width:100%;}

.ship_price b {width: auto; padding: 5px 10px; text-align: right; font-weight: bold; display: inline-block;color: #E45C00;}
.input_box_04 {max-width: 55px;width: 40%;padding: 5px 10px;  border: 1px solid #ccc}
.total_pay { display: inline-block; width:150px; font-size: 22px; padding:5px 10px; text-align:right; font-weight: bold; background-color:rgba(0,0,0,0.05);}


.order_agree_wrap {width: 100%; padding: 10px 0 10px;}
.order_agree_desc {display: block;width: 100%;font-size: 14px; text-align: center;padding: 20px 0; color: #2C2C2C }

.order-detail-summary {
	display: block;
	margin-bottom: 24px;
}
.order-detail-summary-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
}
.order-detail-summary-item + .order-detail-summary-item {
	border-top: 1px solid #dbe5ef;
	border-left: 0;
}
.order-detail-summary-item span {
	margin: 0 14px 0 0;
}
.order-detail-summary-item strong {
	font-size: 14px;
	text-align: right;
}
.order-detail-summary-item.is-total strong {
	font-size: 17px;
}
.order-detail-page .order_label_wrap {
	margin-top: 24px;
	font-size: 17px;
}
.order-detail-product-list .moble_wrap {
	grid-template-columns: repeat(6,minmax(0,1fr));
}
.order-detail-product-list .mo_box_01 {
	grid-column: span 2;
	width: auto;
	border-top: 0;
}
.order-detail-product-list .mo_box_02 {
	grid-column: span 4;
	width: auto!important;
	border-top: 0;
}
.order-detail-product-list .mo_box_03,
.order-detail-product-list .mo_box_04,
.order-detail-product-list .mo_box_05 {
	grid-column: span 2;
	width: auto;
	border-top: 1px solid #dbe3eb;
}
.order-detail-product-list .mo_input_01,
.order-detail-product-list .mo_input_02 {
	min-height: 100px;
}
.order-detail-product-list .mo_input_03,
.order-detail-product-list .mo_input_04,
.order-detail-product-list .mo_input_05 {
	min-height: 62px;
	padding: 12px 6px;
}
.order-detail-product-list .mo_label,
.order .order-detail-product-list .moble_wrap:first-child .mo_label {
	border-bottom-color: #dbe3eb;
	font-size: 11px;
}
.order-detail-info-grid {
	display: block;
	margin-top: 28px;
}
.order-detail-info-group + .order-detail-info-group .order_label_wrap {
	margin-top: 24px;
}
.board_new_wrap.order-detail-info-panel .board_new_label {
	width: 36%;
	min-width: 105px;
}
.board_new_wrap.order-detail-info-panel table td {
	padding: 12px!important;
}
.order-detail-page .cart_order {
	width: 100%;
}



}





















.page_wrap {width: 100%; text-align: center; padding: 40px 0 50px;}
.page_wrap span {display: inline-block;}
.page_num {margin: 0 10px;}
.page_num a {display: inline-block; width: 34px; height: 34px;background-image: url(/images/common/page_bg.jpg);
background-repeat: no-repeat;line-height: 34px;color: #666; margin: 0 2px;text-align:center;
}
.page_num strong {width: 34px; height: 34px; background-color: #444; color: #fff; font-weight: bold; line-height: 34px;
display: inline-block;margin: 0 2px;text-align:center;
}

.page_wrap a {display: inline-block; height: 34px; line-height: 34px; color: #666;margin: 0 2px;}


.p_btn_first a , .p_btn_last a  {display: inline-block; height: 34px; line-height: 34px; color: #666;margin: 0 2px;}

/* 상품상세 후기 페이징은 후기 목록 아래에서 여유를 두고 중앙에 표시한다. */
.review-pagination {width:100%; margin:28px 0 8px; text-align:center;}
.review-pagination .board-pagination-pages {display:inline-block; margin:0 auto; padding:0; text-align:center;}


/* 회원 적립금·쿠폰·위시리스트 공통 화면 */
.member-account-list {
	margin-top: 28px;
	color: #25312b;
}
.member-account-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 14px 18px;
	background: #f4faf6;
	border: 1px solid #dce9e0;
	border-radius: 8px;
}
.member-account-summary span {
	font-size: 14px;
	font-weight: 600;
}
.member-account-summary strong {
	color: #087c35;
	font-size: 18px;
	font-weight: 700;
}
.member-account-table-wrap {
	overflow: hidden;
	border: 1px solid #dfe5e2;
	border-radius: 8px;
	background: #fff;
}
.member-account-table {
	width: 100%;
	table-layout: fixed;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.member-account-table th,
.member-account-table td {
	height: auto;
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid #e7ebe9;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.member-account-table th {
	color: #48544e;
	font-weight: 600;
	background: #f7f9f8;
}
.member-account-table tbody tr:last-child td {
	border-bottom: 0;
}
.member-account-table tbody tr:hover td {
	background: #fbfdfc;
}
.member-account-table a {
	color: #245c3b;
	text-decoration: none;
}
.member-account-table a:hover {
	text-decoration: underline;
}
.member-account-table .member-account-subject {
	text-align: left;
	word-break: keep-all;
}
.member-account-date {
	width: 112px;
	color: #66736d;
	white-space: nowrap;
}
.member-account-number {
	width: 90px;
	white-space: nowrap;
}
.member-account-status {
	width: 88px;
}
.member-account-check {
	width: 44px;
	padding-right: 8px!important;
	padding-left: 8px!important;
}
.member-account-image {
	width: 92px;
	padding-right: 8px!important;
	padding-left: 8px!important;
}
.member-account-image img {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	object-fit: cover;
	border: 1px solid #e2e7e4;
	border-radius: 7px;
}
.member-account-price {
	width: 120px;
	font-weight: 600;
	white-space: nowrap;
}
.member-account-order {
	margin-left: 4px;
	color: #7a8580;
	font-size: 12px;
	white-space: nowrap;
}
.member-account-plus,
.member-account-discount {
	color: #087c35;
	font-weight: 600;
}
.member-account-minus {
	color: #b2574e;
}
.member-account-badge {
	display: inline-block;
	min-width: 48px;
	padding: 4px 8px;
	color: #087c35;
	font-size: 12px;
	line-height: 1;
	background: #eaf6ee;
	border-radius: 20px;
}
.member-account-badge.is-used {
	color: #777;
	background: #f0f1f1;
}
.member-account-empty {
	padding: 34px 15px!important;
	color: #8a948f;
	text-align: center!important;
}
.member-account-footer {
	position: relative;
	min-height: 84px;
}
.member-account-button {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	display: inline-block;
	min-width: 78px;
	height: 34px;
	padding: 0 14px;
	color: #fff!important;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	text-decoration: none!important;
	background: #4f5a55;
	border-radius: 5px;
}
.member-account-button:hover {
	background: #343d39;
}
.member-account-button.is-delete {
	background: #5b6460;
}
.member-account-pagination.page_wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 100px 30px;
	text-align: center;
}

@media (max-width: 760px) {
	.member-account-list {
		margin-top: 20px;
	}
	.member-account-summary {
		padding: 12px 14px;
	}
	.member-account-table-wrap {
		overflow-x: auto;
		border-radius: 6px;
	}
	.member-account-table {
		min-width: 680px;
	}
	.member-account-wishlist .member-account-table {
		min-width: 560px;
	}
	.member-account-table th,
	.member-account-table td {
		padding: 11px 10px;
	}
	.member-account-footer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding-top: 14px;
	}
	.member-account-button {
		position: static;
		align-self: flex-start;
	}
	.member-account-pagination.page_wrap {
		padding: 16px 0 24px;
	}
}
