@charset "utf-8";

#shopContainer {
	width:100%;
	padding:3rem;
}
#shopContainer .subTitle {
	position:relative;
	font-family:"Paperlogy";
	font-size:1.8rem;
	color:#000;
	font-weight:700;
	margin-top:3rem;
	padding-bottom:0.8rem;
	display:inline-block;
}
#shopContainer .subTitle:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background-image:url("../img/wave_pattern.svg");
	background-size:auto 100%;
	background-position:50% 50%;
	background-repeat:repeat-X;
	display:block;
}
#shopContainer .shopWrap {
	width:100%;
	width:1400px;
	margin:0 auto;
	padding-bottom:5rem;
}
#shopContainer .shopBox { margin-top:3rem; }

/* 장바구니 */
#sod_cart {}
#sod_cart h2 {
	font-family:"Freesentation";
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_cart .sod_cart_tbl { margin-top:1rem; }
#sod_cart .sod_cart_tbl table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_cart .sod_cart_tbl table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_cart .sod_cart_tbl table td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_cart .sod_cart_tbl table input[type="checkbox"] + label span { margin-right:0 !important; }
#sod_cart .sod_cart_tbl table th.chk_box,
#sod_cart .sod_cart_tbl table td.chk_box { width:60px; }
#sod_cart .sod_cart_tbl table td.td_prd { text-align:left; }
#sod_cart .sod_cart_tbl table td.td_price { width:130px; }
#sod_cart .sod_cart_item {
	display:flex;
	align-items:center;
}
#sod_cart .sod_cart_img {}
#sod_cart .sod_cart_name {
	margin-left:1rem;
}
#sod_cart .prd_cart_name {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:600;
}
#sod_cart .cart_total_prc {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
	margin-right:0.25rem;
	display:inline-block;
}
#sod_cart .cart_option_btn button.mod_options {
	font-size:0.8rem;
	color:#424242;
	font-weight:500;
	margin-top:0.5rem;
	padding:0.25rem 0.5rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:3px;
	transition:all 0.25s ease-in-out;
}
#sod_cart .cart_option_btn button.mod_options:hover {
	color:#1b1b1b;
	background-color:#fff;
	border-color:#919191;
}
#sod_cart_tot_price {
	margin-top:1rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#sod_cart_tot_price .btn_cart_del {
	display:flex;
	gap:0.25rem;
	align-items:center;
}
#sod_cart_tot_price .btn_cart_del button {
	font-size:0.9rem;
	color:#212121;
	font-weight:500;
	padding:0.5rem 1rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
}
#sod_bsk_tot ul {
	display:flex;
	align-items:baseline;
}
#sod_bsk_tot ul li span {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
}
#sod_bsk_tot ul li strong {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	margin-left:1rem;
}
#sod_bsk_tot ul li strong b {
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
	padding-right:0.15rem;
}
#sod_bsk_tot ul em {
	position:relative;
	width:2rem;
	height:2rem;
	font-family:"Freesentation";
	font-size:1.25rem;
	color:#1b1b1b;
	font-weight:700;
	font-style:normal;
	margin:0 1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:50%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#sod_bsk_tot ul em.circle-plus:after { content:"+"; }
#sod_bsk_tot ul em.circle-equals:after { content:"="; }
#sod_bsk_act {
	margin-top:3rem;
	display:flex;
	gap:0.5rem;
	align-items:center;
	justify-content:flex-end;
}
#sod_bsk_act .btn01 {
	font-size:1rem;
	color:#212121;
	font-weight:500;
	padding:0.5rem 1rem;
	background-color:#fff;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px #ccc;
	transition:all 0.25s ease-in-out;
}
#sod_bsk_act .btn01:hover { background-color:#fafafa; }
#sod_bsk_act .btn_submit {
	font-size:1rem;
	color:#fff;
	font-weight:500;
	padding:0.5rem 1rem;
	background-color:#f20000;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
}
#sod_bsk_act .btn_submit:hover { box-shadow:inset 0 0 0 1px rgba(0,0,0,0.3); }

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_opt_frm {
	position:fixed;
	top:50%;
	left:50%;
	width:540px;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0 3px 6px 0 rgba(0,0,0,0.3);
	transform:translate(-50%, -50%);
	overflow:hidden;
	z-index:10000;
}
#sod_bsk_list .mod_option_bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:99;
}
#option_tit_wrap {
	background-color:#fafafa;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#option_tit_wrap h2 {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
	padding-left:1rem;
}
#option_tit_wrap .btn_close {
	width:50px;
	height:50px;
	border:0;
	background:none;
	font-size:1.25em;
	border-radius:0;
}
#sit_sel_option { border-top:1px solid #ccc; }
#sit_opt_add {
	display:flex;
	flex-direction:column;
	gap:0.5rem;
}
#sit_opt_add .sit_opt_list {
	padding:0.6rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#sit_opt_add .opt_name {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	text-align:left;
}
#sit_opt_add .opt_count {
	min-width:200px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#sit_opt_add .opt_count strong {
	width:80px;
	font-size:0.9rem;
	color:#424242;
	font-weight:500;
}
#sit_opt_add .opt_count button {
	width:40px;
	height:40px;
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#sit_opt_add .opt_count .num_input {
	width:50px;
	font-size:0.9rem;
	line-height:38px;
	padding:0 0.5rem;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sit_opt_add .opt_count .num_input:focus {
	border:0 !important;
	border-top:1px solid #ccc !important;
	border-bottom:1px solid #ccc !important;
	box-shadow:none !important;
}
#sit_opt_add .sit_opt_prc { display:none; }
#sit_opt_add .sit_opt_del {
	color:#fff;
	margin-left:1rem;
	background-color:#616161 !important;
	border-color:#616161 !important;
}
#sit_tot_price {
	font-size:1rem;
	color:#616161;
	font-weight:400;
	padding:0 1rem;
	text-align:right;
}
#sit_tot_price span {
	margin-right:0.5rem;
}
#sit_tot_price strong {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
}
#btn_confirm {
	padding:1.5rem 1rem;
	text-align:center;
}
#btn_confirm .btn_submit {
	font-size:1rem;
	color:#fff;
	font-weight:700;
	padding:0.5rem 2rem;
	background-color:#212121;
	border:0;
	border-radius:5px;
}

/* 주문서 작성 */
#sod_od_frm {}
#sod_od_frm h2 {
	font-family:"Freesentation";
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_od_frm .sod_frm_tbl { margin-top:1rem; }
#sod_od_frm .sod_frm_tbl table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_od_frm .sod_frm_tbl table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_od_frm .sod_frm_tbl table td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_od_frm .sod_frm_tbl table td.td_prd { text-align:left; }
#sod_od_frm .sod_frm_tbl table td.td_price { width:130px; }
#sod_od_frm .sod_cart_item {
	display:flex;
	align-items:center;
}
#sod_od_frm .sod_cart_img {}
#sod_od_frm .sod_cart_name {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:600;
	margin-left:1rem;
}
#sod_od_frm .cart_total_prc {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
	margin-right:0.25rem;
	display:inline-block;
}

#sod_order_wrap {
	margin-top:2rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:15px;
	display:flex;
	gap:1rem;
	align-items:flex-start;
	justify-content:space-between;
}
#sod_order_wrap .sod_order_frm {
	min-width:900px;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#sod_order_wrap .sod_order_frm section h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_order_wrap .order_frm_tbl { margin-top:0.5rem; }
#sod_order_wrap .sod_order_frm table {
	width:100%;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_order_wrap .sod_order_frm th {
	width:150px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#sod_order_wrap .sod_order_frm td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#sod_order_wrap .sod_order_frm input {
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:400;
	line-height:35px;
	padding:0 0.6rem;
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.2);
	vertical-align:middle;
	border-radius:3px;
	box-shadow:none;
}
#sod_order_wrap .sod_order_frm input[readonly] { cursor:pointer; }
#sod_order_wrap .sod_order_frm input[readonly]:focus {
	border-color: rgba(0,0,0,0.2) !important;
	box-shadow:none !important;
}
#sod_order_wrap .sod_order_frm article { margin-top:0.5rem; }
#sod_order_wrap .sod_order_frm .btn_address {
	width:36px;
	height:36px;
	font-size:1rem;
	color:#1b1b1b;
	line-height:41px;
	margin-left:0.25rem;
	background-color:#eaeaea;
	border:0;
	border-radius:3px;
	box-shadow:inset 0 0 0 1px #ccc;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#sod_taker { margin-top:2rem; }
#sod_taker .order_choice_place {
	display:flex;
	align-items:center;
}
#sod_taker .order_choice_place input[type="radio"] { display:none; }
#sod_taker .order_choice_place input[type="radio"] + label,
#sod_taker .order_choice_place input[type="checkbox"] + label,
#sod_taker .order_choice_place a {
	font-size:0.8rem;
	color:#1b1b1b;
	font-weight:500;
	margin-right:0.5rem;
	padding:0.25rem 0.5rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:3px;
	user-select:none;
}
#sod_taker .order_choice_place input[type="radio"] + label:hover,
#sod_taker .order_choice_place input[type="checkbox"] + label:hover,
#sod_taker .order_choice_place a:hover {
	background-color:#fff;
	border-color:#aaa;
}

#sod_pay_frm {
	position:sticky;
	top:1rem;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#sod_pay_frm .sod_bsk_tot ul {
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#sod_pay_frm .sod_bsk_tot ul li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	align-items:baseline;
}
#sod_pay_frm .sod_bsk_tot ul li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#sod_pay_frm .sod_bsk_tot ul li span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#sod_pay_frm .sod_bsk_tot ul li strong {
	font-size:1.1rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}
#sod_pay_frm .sod_bsk_tot .tooltip_btn {
	margin-left:0.25rem;
	background-color:transparent;
	border:0;
}
#sod_pay_frm .sod_bsk_tot .tooltip_btn i {
	font-size:1rem;
	color:#000;
	margin-top:-0.05rem;
	vertical-align:middle;
	cursor:pointer;
	display:inline-block;
}
#sod_pay_frm .sod_bsk_tot .tooltip {
	position:absolute;
	width:auto;
	max-width:230px !important;
	font-size:0.9rem;
	color:#fff;
	font-weight:400;
	line-height:1.25rem;
	white-space:pre-line;
	word-break:keep-all;
	margin:-8px 0 0 10px;
	padding:0.6rem;
	background-color:#000;
	border-radius:5px;
	text-align:left;
	display:none;
	z-index:9;
}
#sod_pay_frm .sod_bsk_tot .tooltip:before {
	content:"";
	position:absolute;
	top:13px;
	left:-6px;
	width:6px;
	height:10px;
	background-color:#000;
	clip-path:polygon(100% 0, 0 50%, 100% 100%);
}

#sod_pay_frm .sod_pay_info { margin-top:1rem; }
#sod_pay_frm #od_pay_price {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	padding:0.6rem 1rem;
	background-color:#fff;
	border:1px solid #1b1b1b;
	border-radius:5px;
	display:flex;
	align-items:center;
}
#sod_pay_frm #od_pay_price span {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
}
#sod_pay_frm #od_pay_price strong {
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
	margin-left:auto;
	margin-right:0.25rem;
}
#od_pay_sel {
	margin-top:1rem;
	padding:1rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
}
#od_pay_sel h3 {
	font-family:"Freesentation";
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:500;
}
#od_pay_sel .pay_method_btn {
	width:calc(100% + 0.5rem);
	margin-top:0.5rem;
	margin-left:-0.25rem;
	display:flex;
	flex-wrap:wrap;
}
#od_pay_sel .pay_method_btn label {
	width:50%;
	padding:0.25rem;
}
#od_pay_sel .pay_method_btn label span {
	width:100%;
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	padding:0.8rem 1rem 0.8rem 3.5rem;
	background-color:#fafafa;
	background-size:auto 24px;
	background-position:0.8rem 50%;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:block;
	cursor:pointer;
}
#od_pay_sel .pay_method_btn label.bank_icon span { background-image:url("../img/pay_bank.svg"); }
#od_pay_sel .pay_method_btn label.iche_icon span { background-image:url("../img/pay_account_transfer.svg"); }
#od_pay_sel .pay_method_btn label.hp_icon span { background-image:url("../img/pay_mobile.svg"); }
#od_pay_sel .pay_method_btn label.card_icon span { background-image:url("../img/pay_credit_card.svg"); }
#od_pay_sel .pay_method_btn label input[type="radio"]:checked + span {
	background-color:#fff;
	border-color:#ff158a;
	box-shadow:inset 0 0 0 1px #ff158a;
}
#od_pay_sel #settle_bank {
	width:calc(100% - 0.5rem);
	margin-top:0.5rem;
	margin-left:0.25rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
}
#od_pay_sel #settle_bank .bank_account_info {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#od_pay_sel #settle_bank article {
	margin-top:0.25rem;
	display:flex;
	align-items:center;
}
#od_pay_sel #settle_bank article label {
	width:auto;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
}
#od_pay_sel #settle_bank article .od_deposit_name {
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:400;
	line-height:35px;
	margin-left:0.5rem;
	padding:0 0.6rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	border-radius:3px;
	box-shadow:none;
}

/* 배송지목록 */
#sod_addr {
	width:100%;
	padding:2rem;
}
#sod_addr h1 {
	font-size:1.25rem;
	color:#1b1b1b;
	font-weight:600;
	text-align:left;
}
#sod_addr .addr_list { margin-top:1rem; }
#sod_addr table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_addr table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_addr table td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
#sod_addr .chk_subject {
	display:flex;
	align-items:center;
}
#sod_addr .chk_subject input[type="checkbox"] + label { font-size:0rem !important; }
#sod_addr .chk_subject input {
	font-size:0.96rem;
	color:#212121;
	font-weight:500;
	line-height:40px;
	padding:0 5px;
	background-color:transparent;
	border:1px solid #ccc;
	outline:0;
}
#sod_addr .ad_tel { display:block; }
#sod_addr .btn_mgt {
	min-width:80px;
	display:flex;
	flex-direction:column;
	gap:0.15rem;
	justify-content:center;
}
#sod_addr .mng_btn {
	font-size:0.8rem;
	color:#fff;
	font-weight:500;
	line-height:30px;
	padding:0 0.6rem;
	border:1px solid transparent;
	border-radius:3px;
	transition:all 0.25s ease-in-out;
	cursor:pointer;
}
#sod_addr .sel_address { background-color:#f20000; }
#sod_addr .del_address { color:#fff; background-color:#212121; }

#sod_addr input.default_lb { display:none; }
#sod_addr input.default_lb + label {
	font-size:0.8rem;
	color:#1b1b1b;
	font-weight:400;
	line-height:30px;
	margin:0;
	padding:0 0.6rem;
	background-color:#eaeaea;
	border-radius:3px;
	cursor:pointer;
}
#sod_addr input.default_lb:checked + label {
	color:#fff;
	background-color:#919191;
}

#btn_box {
	margin-top:2rem;
	display:flex;
	gap:0.5rem;
	align-items:center;
	justify-content:center;
}
#btn_box .btn_submit {
	width:100px;
	height:40px;
	font-size:0.9rem;
	color:#fff;
	font-weight:500;
	line-height:40px;
	background-color:#212121;
	border:1px solid #212121;
	border-radius:5px;
	display:inline-block;
}
#btn_box .btn_close {
	width:100px;
	height:40px;
	font-size:0.9rem;
	color:#212121;
	font-weight:500;
	line-height:40px;
	background-color:#FFF;
	border:1px solid #212121;
	border-radius:5px;
	display:inline-block;
}

/* 주문상세내역 */
#sod_od_frm {}
#sod_od_fin h2 {
	font-family:"Freesentation";
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_od_fin .sod_result_no {
	width:100%;
	margin-top:1rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	align-items:center;
}
#sod_od_fin .sod_result_no span {
    font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	font-style:normal;
	display:inline-block;
}
#sod_od_fin .sod_result_no strong {
	font-size:1rem;
	color:#ff158a;
	font-weight:700;
	margin-left:1rem;
	display:inline-block;
}
#sod_od_fin .sod_frm_tbl { margin-top:1rem; }
#sod_od_fin .sod_frm_tbl table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_od_fin .sod_frm_tbl table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_od_fin .sod_frm_tbl table td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#sod_od_fin .sod_frm_tbl table td.td_prd { text-align:left; }
#sod_od_fin .sod_frm_tbl table td.td_price { width:130px; }
#sod_od_fin .sod_cart_item {
	display:flex;
	align-items:center;
}
#sod_od_fin .sod_cart_img {}
#sod_od_fin .sod_cart_name {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:600;
	margin-left:1rem;
}
#sod_od_fin .cart_total_prc {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
	margin-right:0.25rem;
	display:inline-block;
}

#sod_order_fin_wrap {
	margin-top:2rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:15px;
	display:flex;
	gap:1rem;
	align-items:flex-start;
	justify-content:space-between;
}
#sod_order_fin_wrap .sod_order_result {
	min-width:900px;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#sod_fin_receiver, #sod_fin_dvr { margin:1rem 0 0 0 !important; }
#sod_order_fin_wrap .sod_order_result section h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_order_fin_wrap .order_fin_tbl { margin-top:0.5rem; }
#sod_order_fin_wrap .order_fin_tbl table {
	width:100%;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-spacing:0;
	border-collapse:collapse;
}
#sod_order_fin_wrap .order_fin_tbl th {
	width:150px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#sod_order_fin_wrap .order_fin_tbl td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#sod_order_fin_wrap .order_fin_tbl td.empty_table { padding:2rem 1rem !important; }

#sod_order_fin_wrap .sod_pay_result {
	position:sticky;
	top:1rem;
	min-width:450px;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#sod_order_fin_wrap .sod_bsk_tot ul {
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#sod_order_fin_wrap .sod_bsk_tot ul li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	align-items:baseline;
}
#sod_order_fin_wrap .sod_bsk_tot ul li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#sod_order_fin_wrap .sod_bsk_tot ul li span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_bsk_tot ul li strong {
	font-size:0.9rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot {
	margin-top:0.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li strong {
	font-size:1rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li strong.misu_price { color:#f20000; }
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li strong.wanbul_price { color:#2979FF; }
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li .pay_point {
	min-width:100%;
	margin-top:0.5rem;
	padding:0.5rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li .pay_point dt {
	display:flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li .pay_point span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_bsk_tot ul.sod_price_tot li .pay_point strong {
	font-size:0.9rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}

#sod_order_fin_wrap .sod_fin_pay { margin-top:1rem; }
#sod_order_fin_wrap .sod_fin_pay h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#sod_order_fin_wrap .sod_fin_pay ul {
	margin-top:0.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#sod_order_fin_wrap .sod_fin_pay ul li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_fin_pay ul li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#sod_order_fin_wrap .sod_fin_pay ul li strong {
	min-width:80px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#sod_order_fin_wrap .sod_fin_pay ul li span {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	text-align:left;
}
#sod_fin_cancel {
	margin-top:1rem;
	display:flex;
}
#sod_fin_cancel .sod_fin_c_btn {
	font-size:1rem;
	color:#fff;
	font-weight:700;
	line-height:50px;
	padding:0 1rem;
	background-color:#37474F;
	border:0;
	border-radius:5px;
	text-align:center;
	transition:all 0.25s ease-in-out;
	cursor:pointer;
}
#sod_fin_cancel .sod_fin_c_btn:hover { background-color:#263238; }

#sod_fin_cancelfrm {
	position:absolute;
	top:50%;
	left:50%;
	width:540px;
	max-height:300px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #dde7e9;
	border-radius:10px;
	transform:translate(-50%, -50%);
	text-align:center;
	overflow-y:auto;
}
#sod_fin_cancelfrm h2 {
    font-size:1.25rem;
	color:#212121;
	font-weight:700;
	line-height:50px;
	padding:0;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#sod_fin_cancelfrm form { padding:2rem }
#sod_fin_cancelfrm .frm_input {
	width:100%;
	font-size:0.9rem;
	color:#212121;
	margin-top:10px;
	padding:0.6rem;
	border:1px solid #ccc;
	vertical-align:middle;
	border-radius:5px;
	box-shadow:none;
	display:block;
}
#sod_fin_cancelfrm .btn_confirm {
	min-width:80px;
	font-size:1rem;
	color:#fff;
	font-weight:700;
	line-height:40px;
	margin-top:1rem;
	padding:0 1rem;
	background-color:#37474F;
	border:0;
	border-radius:5px;
	text-align:center;
	transition:all 0.25s ease-in-out;
	cursor:pointer;
	display:inline-block;
}
#sod_fin_cancelfrm .btn_confirm:hover { background-color:#263238; }
#sod_fin_cancelfrm .sod_close_btn {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	font-size:1rem;
	color:#212121;
	font-weight:500;
	line-height:50px;
	background-color:#fafafa;
	border:0;
	transition:all 0.25s ease-in-out;
	outline:0;
	cursor:pointer;
}
#sod_fin_cancelfrm .sod_close_btn:hover { background-color:#eaeaea; }

#sod_fin_cancel .cancel_reason {
	width:100%;
	font-size:0.9rem;
	color:#ff158a;
	font-weight:500;
	padding:0.6rem 1rem;
	background-color:#fff;
	border:1px solid #ff158a;
	border-radius:5px;
}

/* 마이페이지 */
#shop_my {}
#shop_my_wrap {}
#shop_my_wrap .my_info_wrap {
}
#shop_my_wrap .my_intro {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
}
#shop_my_wrap .my_intro li {
	font-size:1rem;
	color:#616161;
	font-weight:400;
}
#shop_my_wrap .my_intro strong {
	font-size:1.25rem;
	color:#1b1b1b;
	font-weight:600;
}
#shop_my_wrap .my_intro a {
	font-size:0.9rem;
	color:#212121;
	font-weight:500;
	padding:0.5rem 1rem;
	background-color:#fff;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px #ccc;
	transition:all 0.25s ease-in-out;
}
#shop_my_wrap .my_intro a:hover { background-color:#fafafa; }
#shop_my_wrap .my_intro a.btn_mb_leave {
	color:#fff;
	background-color:#212121;
	box-shadow:inset 0 0 0 1px #212121;
}
#shop_my_wrap .my_info {
	margin-top:1rem;
	padding:0.75rem 0;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	display:flex;
	flex-wrap:wrap;
}
#shop_my_wrap .my_info li {
	width:33.333%;
	padding:0.25rem 1rem;
	display:flex;
	align-items:center;
}
#shop_my_wrap .my_info li span {
	min-width:100px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
}
#shop_my_wrap .my_info li strong {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	word-break:keep-all;
}
#my_order_list {
	margin-top:2rem;
}
#my_order_list .order_list_tab {
	position:relative;
	display:flex;
	align-items:center;
}
#my_order_list .order_list_tab:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	border-bottom:1px solid #ccc;
	z-index:-1;
}
#my_order_list .order_list_tab li {
	width:180px;
	font-size:0.9rem;
	color:#616161;
	font-weight:600;
	margin-right:0.25rem;
	padding:0.6rem 0;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px 5px 0 0;
	text-align:center;
	user-select:none;
	cursor:pointer;
}
#my_order_list .order_list_tab li.active {
	color:#1b1b1b;
	background-color:#fff;
	border-bottom:1px solid #fff;
	box-shadow:none;
}
#my_order_list .list_tab_content {
	padding:1rem;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#order_list_tbl {
}
#order_list_tbl_head {
	padding-bottom:0.5rem;
	display:flex;
}
#order_list_tbl .order_count {
	display:flex;
	align-items:center;
}
#order_list_tbl .order_count span {
    font-size:0.7rem;
	color:#919191;
	font-weight:400;
	margin-left:auto;
    padding:6px 10px;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:inline-block;
}
#order_list_tbl .order_count span strong {
	color:#616161;
	font-weight:600;
	margin-left:0.25rem;
}
#order_list_tbl_head .order_status_exp {
	margin-left:auto;
	display:flex;
	align-items:center;
}
#order_list_tbl_head .order_status_exp label {
	font-size:0.9rem;
	color:#212121;
	font-weight:600;
}
#order_list_tbl_head .order_status_exp ul {
	margin-left:0.5rem;
	display:flex;
	gap:0.25rem;
	align-items:center;
}
#order_list_tbl_head .order_status_exp ul li {
	position:relative;
}
#order_list_tbl_head .order_status_exp ul li span {
	min-width:60px;
	font-size:0.8rem;
	color:#fff;
	font-weight:500;
	padding:0.3rem;
	background-color:transparent;
	border:0;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
/* 소량출판 상태 */
#order_list_tbl_head .order_status_exp ul li span.pub_status_01 { background-color:#969696; } /* 입금대기 */
#order_list_tbl_head .order_status_exp ul li span.pub_status_02 { background-color:#788dea; } /* 결제완료 */

#order_list_tbl_head .order_status_exp ul li span.pub_status_03 { background-color:#9668ec; } /* 원고검토 */
#order_list_tbl_head .order_status_exp ul li span.pub_status_04 { background-color:#56cec2; } /* 인쇄중 */
#order_list_tbl_head .order_status_exp ul li span.pub_status_05 { background-color:#424242; } /* 발송완료 */

#order_list_tbl_head .order_status_exp ul li span.pub_status_06 { background-color:#dc393a; } /* 주문취소 */
#order_list_tbl_head .order_status_exp ul li span.pub_status_07 { background-color:#dc393a; } /* 환불완료 */

/* POD신청 상태 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_01 { background-color:#969696; } /* 입금대기 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_02 { background-color:#788dea; } /* 결제완료 */

#order_list_tbl_head .order_status_exp ul li span.pod_status_03 { background-color:#9668ec; } /* 원고검토 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_04 { background-color:#424242; } /* 유통중 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_05 { background-color:#7b8996; } /* 보류 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_06 { background-color:#7b8996; } /* 반려 */

#order_list_tbl_head .order_status_exp ul li span.pod_status_07 { background-color:#dc393a; } /* 신청취소 */
#order_list_tbl_head .order_status_exp ul li span.pod_status_08 { background-color:#dc393a; } /* 환불완료 */

#order_list_tbl_head .order_status_exp ul li p {
	position:absolute;
	top:calc(100% + 10px);
	left:50%;
	width:200px;
	font-size:0.8rem;
	color:#fff;
	word-break:keep-all;
	margin-left:-100px;
	padding:0.5rem;
	background-color:#212121;
	border-radius:5px;
	z-index:10;
	display:none;
}
#order_list_tbl_head .order_status_exp ul li p:before {
	content:"";
	position:absolute;
	top:-5px;
	left:50%;
	width:10px;
	height:5px;
	margin-left:-5px;
	background-color:#212121;
	clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
}
#order_list_tbl_head .order_status_exp ul li span:hover + p {
	display: block;
}

#order_list_tbl table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#order_list_tbl table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#eaeaea;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#order_list_tbl table td {
	min-width:100px;
	font-size:0.9rem;
	color:#212121;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#order_list_tbl table th:last-of-type,
#order_list_tbl table td:last-of-type { border-right:1px solid #ccc; }
#order_list_tbl table td.empty_table { padding:80px 0 !important; }
#order_list_tbl tr.reorder_row td { background-color:#fafafa; }
#order_list_tbl .origin_row,
#order_list_tbl .od_datetime { width:180px; }
#order_list_tbl .od_id {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	display:inline-block;
}
#order_list_tbl .td_account span {
	margin:0 0.25rem;
	display:inline-block;
}
#order_list_tbl .od_status,
#order_list_tbl .td_status { width:120px; }
#order_list_tbl .origin_row,
#order_list_tbl .reorder_row { position:relative; }
#order_list_tbl .reorder_row .reorder_indicator {
	position:absolute;
	top:50%;
	left:20px;
	font-size:0.8rem;
	color:#919191;
	font-weight:400;
	transform:translateY(-50%);
}
#order_list_tbl .toggle_reorders {
	position:absolute;
	top:50%;
	left:10px;
	width:25px;
	height:25px;
	font-size:0.8rem;
	color:#1b1b1b;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:3px;
	transform:translateY(-50%);
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#order_list_tbl .toggle_reorders.open { transform:translateY(-50%) rotate(-180deg); }
#order_list_tbl td.txt_left { text-align:left; }

#order_list_tbl .btn_detail_view {
	width:28px;
	height:28px;
	font-size:0.7rem;
	color:#fff;
	margin-left:0.25rem;
	background-color:#919191;
	border-radius:3px;
	transition:all 0.15s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#order_list_tbl .btn_detail_view:hover {
	background-color:#424242;
	border-color:#424242;
}
#order_list_tbl .pay_price {
	font-size:0.9rem;
	color:#2979FF;
	font-weight:500;
}
#order_list_tbl .osb_price {
	font-size:0.9rem;
	color:#FF1744;
	font-weight:500;
}
#order_list_tbl .icon_status {
	min-width:85px;
	font-size:0.8rem;
	color:#fff;
	font-weight:500;
	padding:0.3rem;
	background-color:transparent;
	border:0;
	display:inline-block;
}
/* 소량출판 상태 */
#order_list_tbl .pub_status_01 { background-color:#969696; } /* 입금대기 */
#order_list_tbl .pub_status_02 { background-color:#788dea; } /* 결제완료 */

#order_list_tbl .pub_status_03 { background-color:#9668ec; } /* 원고검토 */
#order_list_tbl .pub_status_04 { background-color:#56cec2; } /* 인쇄중 */
#order_list_tbl .pub_status_05 { background-color:#424242; } /* 발송완료 */

#order_list_tbl .pub_status_06 { background-color:#dc393a; } /* 주문취소 */
#order_list_tbl .pub_status_07 { background-color:#dc393a; } /* 환불완료 */

/* POD신청 상태 */
#order_list_tbl .pod_status_01 { background-color:#969696; } /* 입금대기 */
#order_list_tbl .pod_status_02 { background-color:#788dea; } /* 결제완료 */

#order_list_tbl .pod_status_03 { background-color:#9668ec; } /* 원고검토 */
#order_list_tbl .pod_status_04 { background-color:#424242; } /* 유통중 */
#order_list_tbl .pod_status_05 { background-color:#7b8996; } /* 보류 */
#order_list_tbl .pod_status_06 { background-color:#7b8996; } /* 반려 */

#order_list_tbl .pod_status_07 { background-color:#dc393a; } /* 신청취소 */
#order_list_tbl .pod_status_08 { background-color:#dc393a; } /* 환불완료 */

/* 북스토어 상태 */
#order_list_tbl .shop_status_01 { background-color:#969696; } /* 입금대기 */
#order_list_tbl .shop_status_02 { background-color:#788dea; } /* 결제완료 */

#order_list_tbl .shop_status_03 { background-color:#9668ec; } /* 상품준비중 */
#order_list_tbl .shop_status_04 { background-color:#357bb9; } /* 상품배송 */
#order_list_tbl .shop_status_05 { background-color:#dc393a; } /* 배송완료 */

#order_list_tbl .shop_status_06 { background-color:#424242; } /* 주문취소 */

#order_list_tbl .order_btn {
	margin-top:0.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
#order_list_tbl button.btn_reorder,
#order_list_tbl button.btn_pod_apply,
#order_list_tbl button.btn_pod_reorder,
#order_list_tbl button.btn_delivery_view,
#order_list_tbl button.btn_reason_view {
	min-width:85px;
	font-size:0.8rem;
	color:#424242;
	font-weight:500;
	padding:0.25rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:3px;
}

#order_list_tbl button.btn_delivery_view,
#order_list_tbl button.btn_reason_view { margin-top:0.25rem; }

#order_list_tbl button.btn_reorder:hover,
#order_list_tbl button.btn_pod_apply:hover,
#order_list_tbl button.btn_pod_reorder:hover,
#order_list_tbl button.btn_delivery_view:hover,
#order_list_tbl button.btn_reason_view:hover { background-color:#fff; }
#order_list_tbl button.btn_pod_release {
	min-width:85px;
	font-size:0.8rem;
	color:#fff;
	font-weight:500;
	padding:0.25rem;
	background-color:#ff158a;
	border:1px solid #ff158a;
	border-radius:3px;
}
#order_list_tbl button.btn_pod_release:hover {
	color:#ff158a;
	background-color:#fff;
}

/* 배송정보 팝업 */
#delivery_popup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	display:none;
	z-index:9999;
}
#delivery_popup .delivery_content {
	position:absolute;
	top:50%;
	left:50%;
	min-width:400px;
	padding:1rem;
	background-color:#fff;
	border-radius:10px;
	transform:translate(-50%, -50%);
	text-align:center;
}
#delivery_popup .delivery_content h3 {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
}
#delivery_popup .delivery_content table {
	width:100%;
	margin-top:0.5rem;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#delivery_popup .delivery_content table th {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	white-space:nowrap;
	padding:0.6rem 1rem;
	background-color:#eaeaea;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
#delivery_popup .delivery_content table td {
	font-size:0.9rem;
	color:#212121;
	font-weight:500;
	word-break:keep-all;
	padding:0.6rem 1rem;
	background-color:#fff;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #ccc;
	text-align:left;
}
#delivery_popup .btn_delivery_close {
	min-width:60px;
	font-size:0.9rem;
	color:#fff;
	font-weight:500;
	margin-top:1rem;
	padding:0.3rem;
	background-color:#F20000;
	border:0;
	border-radius:5px;
	display:inline-block;
}

/* 보류/반려 사유 내용 팝업 */
#reason_popup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	display:none;
	z-index:9999;
}
#reason_popup .reason_content {
	position:absolute;
	top:50%;
	left:50%;
	min-width:500px;
	padding:1rem;
	background-color:#fff;
	border-radius:10px;
	transform:translate(-50%, -50%);
	text-align:center;
}
#reason_popup_title {
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:600;
}
#reason_popup_text {
	font-size:0.9rem;
	color:#212121;
	word-break:keep-all;
	margin-top:1rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	text-align:left;
}
#reason_popup .btn_reason_close {
	min-width:60px;
	font-size:0.9rem;
	color:#fff;
	font-weight:500;
	margin-top:1rem;
	padding:0.3rem;
	background-color:#F20000;
	border:0;
	border-radius:5px;
	display:inline-block;
}

/* 재주문 팝업 */
#reorder_container {
	width:100%;
	padding:2rem;
}
#reorder_container h1 {
	position:relative;
	font-family:"Paperlogy";
	font-size:1.8rem;
	color:#000;
	font-weight:700;
	padding-bottom:0.8rem;
	display:inline-block;
}
#reorder_container h1:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background-image:url("../img/wave_pattern.svg");
	background-size:auto 100%;
	background-position:50% 50%;
	background-repeat:repeat-X;
	display:block;
}
#reorder_container h2 {
	font-family:"Freesentation";
	font-size:1.15rem;
	color:#000;
	font-weight:700;
	margin-top:2rem;
	display:block;
}
#reorder_container fieldset {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:10px;
}
#reorder_container .order_info {}
#reorder_container .order_info ul {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
}
#reorder_container .order_info ul li {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	padding:0.5rem 1rem;
	display:flex;
	align-items:center;
}
#reorder_container .order_info ul li:not(:first-of-type) { border-top:1px solid #eaeaea; }
#reorder_container .order_info ul li strong {
	min-width:80px;
	color:#616161;
	font-weight:400;
}
#reorder_container .notice {
	margin-top:0.5rem;
	padding:0.5rem 1rem;
	background-color:#FFEBEE;
	border:1px solid #FF1744;
	border-radius:5px;
}
#reorder_container .notice strong {
	font-size:0.9rem;
	color:#FF1744;
	font-weight:600;
}
#reorder_container .notice ul { margin-top:0.25rem; }
#reorder_container .notice ul li {
	font-size:0.8rem;
	color:#FF1744;
	font-weight:500;
	margin-left:1.15rem;
	list-style-type:disc;
}
#reorder_frm {}
#reorder_frm h2 {
	font-family:"Freesentation";
	font-size:1.15rem;
	color:#000;
	font-weight:700;
	display:inline-block;
}
#reorder_frm .reorder_input {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fff;
	border:2px solid #212121;
	border-radius:10px;
}
#reorder_frm .reorder_input ul {}
#reorder_frm .reorder_input ul li {
	font-size:0.9rem;
	color:#FF1744;
	font-weight:500;
}
#reorder_frm .reorder_input ul li:not(:first-of-type) { margin-top:1rem; }
#reorder_frm .reorder_input .input_group {
	margin-top:0.25rem;
	display:flex;
	flex-wrap:wrap;
	gap:0.25rem;
	align-items:center;
}
#reorder_frm .reorder_input label {
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:600;
}
#reorder_frm .reorder_input input {
	height:40px;
	font-size:0.96rem;
	color:#333;
	line-height:40px;
	padding:0 0.8rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	box-shadow:none;
	transition:all 0.5s ease;
}
#reorder_frm .reorder_input textarea {
	height:80px;
	min-height:80px;
	margin-top:0.25rem;
}
#reorder_frm .reorder_input button {
	width:40px;
	height:40px;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:3px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#reorder_frm .reorder_info {
	font-family:"Freesentation";
	font-size:0.9rem;
	color:#FF1744;
	font-weight:500;
}
#reorder_frm .price_info {
	margin-top:1rem;
	padding:0.5rem;
	background-color:#b0bec5;
	border-radius:10px;
}
#reorder_frm .price_info p {
	padding:0.6rem 1rem;
	background-color:#fff;
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-radius:5px;
	display:flex;
	align-items:center;
}
#reorder_frm .price_info p:not(:first-of-type) { margin-top:0.25rem; }
#reorder_frm .price_info p span {
	font-size:1rem;
	color:#616161;
	font-weight:500;
	display:inline-flex;
	align-items:baseline;
}
#reorder_frm .price_info p span em {
	font-size:0.9rem;
	font-style:normal;
}
#reorder_frm .price_info p strong {
	font-size:1.15rem;
	color:#f20000;
	font-weight:600;
	margin-left:auto;
}
#reorder_frm .pay_method {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#reorder_frm .pay_method h2 {
	font-family:"Freesentation";
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:500;
	margin:0;
}
#reorder_frm .pay_method_btn {
	width:calc(100% + 0.5rem);
	margin-left:-0.25rem;
	display:flex;
	flex-wrap:wrap;
}
#reorder_frm .pay_method_btn label {
	width:33.333%;
	padding:0.25rem;
}
#reorder_frm .pay_method_btn label span {
	width:100%;
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	padding:0.8rem 1rem 0.8rem 3rem;
	background-color:#fafafa;
	background-size:auto 24px;
	background-position:0.8rem 50%;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:block;
	cursor:pointer;
}
#reorder_frm .pay_method_btn label:nth-of-type(1) span { background-image:url("../img/pay_bank.svg"); }
#reorder_frm .pay_method_btn label:nth-of-type(2) span { background-image:url("../img/pay_account_transfer.svg"); }
#reorder_frm .pay_method_btn label:nth-of-type(3) span { background-image:url("../img/pay_mobile.svg"); }
#reorder_frm .pay_method_btn label:nth-of-type(4) span { background-image:url("../img/pay_credit_card.svg"); }
#reorder_frm .pay_method_btn label input[type="radio"]:checked + span {
	background-color:#fff;
	border-color:#ff158a;
	box-shadow:inset 0 0 0 1px #ff158a;
}
#reorder_frm #settle_bank {
	width:100%;
	margin-top:0.5rem;
	padding:0.5rem 1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
}
#reorder_frm #settle_bank .bank_account_info {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:700;
	margin-left:0.5rem;
	display:inline-block;
}
#reorder_frm #settle_bank .bank_account {
	display:flex;
	gap:0.5rem;
	flex-direction:column;
}
#reorder_frm #settle_bank .bank_account li {
}
#reorder_frm #settle_bank .bank_account li label {
	min-width:60px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-block;
}
#reorder_frm #settle_bank .bank_account .od_deposit_name {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:400;
	line-height:35px;
	margin-left:0.5rem;
	padding:0 0.6rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	border-radius:3px;
	box-shadow:none;
}
#reorder_frm .btn_area {
	margin-top:1rem;
	display:flex;
	gap:0.5rem;
	align-items:center;
	justify-content:center;
}
#reorder_frm .btn_area button {
	min-width:160px;
	height:45px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:45px;
	padding:0 1rem;
	background-color:transparent;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	gap:0.5rem;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
#reorder_frm .btn_area button.btn_submit { background-color:#e60011; }
#reorder_frm .btn_area button.btn_cancel { background-color:#aaa; }

/* POD 출판 신청 팝업 */
#pod_pop_container {
	width:100%;
	padding:2rem;
}
#pod_pop_container h1 {
	position:relative;
	font-family:"Paperlogy";
	font-size:1.8rem;
	color:#000;
	font-weight:700;
	padding-bottom:0.8rem;
	display:inline-block;
}
#pod_pop_container h1:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background-image:url("../img/wave_pattern.svg");
	background-size:auto 100%;
	background-position:50% 50%;
	background-repeat:repeat-X;
	display:block;
}
#pod_pop_container h2 {
	font-family:"Freesentation";
	font-size:1.15rem;
	color:#000;
	font-weight:700;
	margin-top:2rem;
	display:block;
}
#pod_pop_container fieldset {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:10px;
}
#pod_pop_container .order_info {}
#pod_pop_container .order_info ul {
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
}
#pod_pop_container .order_info ul li {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	padding:0.5rem 1rem;
	display:flex;
	align-items:center;
}
#pod_pop_container .order_info ul li:not(:first-of-type) { border-top:1px solid #eaeaea; }
#pod_pop_container .order_info ul li strong {
	min-width:80px;
	color:#616161;
	font-weight:400;
	text-align:center;
}
#pod_pop_container .notice {
	margin-top:0.5rem;
	padding:0.5rem 1rem;
	background-color:#FFEBEE;
	border:1px solid #FF1744;
	border-radius:5px;
}
#pod_pop_container .notice span {
	font-size:0.9rem;
	color:#FF1744;
	font-weight:500;
}
#pod_frm {}
#pod_frm h2 {
	font-family:"Freesentation";
	font-size:1.15rem;
	color:#000;
	font-weight:700;
	display:inline-block;
}
#pod_frm .pod_input {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fff;
	border:2px solid #212121;
	border-radius:10px;
}
#pod_frm .pod_input ul {}
#pod_frm .pod_input ul li {}
#pod_frm .pod_input label {
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:600;
}
#pod_frm .pod_input textarea {
	min-height:120px;
	margin-top:0.25rem;
}
#pod_frm .pod_account {
	margin-top:0.5rem;
	padding:1rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#pod_frm .pod_account ul {
	display:flex;
	gap:1rem;
	align-items:center;
}
#pod_frm .pod_account ul li { width:50%; }
#pod_frm .pod_account article { margin-top:0.5rem; }
#pod_frm .pod_account label {
	min-width:60px;
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:600;
	display:inline-block;
}
#pod_frm .pod_account input {
	height:40px;
	font-size:0.96rem;
	color:#333;
	line-height:40px;
	padding:0 0.8rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	box-shadow:none;
	transition:all 0.5s ease;
}
#pod_frm .pod_price {
    margin-top:0.5rem;
	padding:0.5rem;
	background-color:#b0bec5;
	border-radius:10px;
}
#pod_frm .pod_price ul {
	background-color:#fff;
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
	border-radius:5px;
}
#pod_frm .pod_price ul li {
	padding:0.5rem 1rem;
	display:flex;
	align-items:baseline;
}
#pod_frm .pod_price ul li article {
	margin-left:auto;
	display:flex;
	align-items:center;
}
/* 툴팁 */
#pod_frm .tooltip_btn {
	margin-left:0.25rem;
	background-color:transparent;
	border:0;
}
#pod_frm .tooltip_btn i {
	font-size:1rem;
	color:#000;
	vertical-align:middle;
	cursor:pointer;
	display:inline-block;
}
#pod_frm .tooltip {
	position:absolute;
	width:auto;
	max-width:350px !important;
	font-size:0.9rem;
	color:#fff;
	font-weight:400;
	line-height:1.25rem;
	white-space:pre-line;
	word-break:keep-all;
	margin:-6px 0 0 10px;
	padding:0.6rem;
	background-color:#000;
	border-radius:5px;
	text-align:left;
	display:none;
	z-index:9;
}
#pod_frm .tooltip:before {
	content:"";
	position:absolute;
	top:13px;
	left:-6px;
	width:6px;
	height:10px;
	background-color:#000;
	clip-path:polygon(100% 0, 0 50%, 100% 100%);
}
#pod_frm .pod_price #unit_price {
	font-size:1.15rem;
	color:#f20000;
	font-weight:600;
	margin-left:auto;
}
#pod_frm .pod_price label {
	min-width:60px;
	font-size:0.96rem;
	color:#1b1b1b;
	font-weight:600;
	display:inline-block;
}
#pod_frm .pod_price input[name="book_price"] {
	width:120px;
	height:40px;
	font-size:0.96rem;
	color:#333;
	line-height:40px;
	margin-left:1rem;
	padding:0 0.8rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	box-shadow:none;
	transition:all 0.5s ease;
	text-align:right;
}
#pod_frm .pod_price input[name="book_price"] + span { margin-left:0.25rem; }
#pod_frm .pod_price #price_msg {
	position:relative;
	font-size:0.9rem;
	color:#fff;
	font-weight:500;
	white-space:nowrap;
	margin-left:auto;
	padding:0.3rem 0.6rem;
	background-color:#ff158a;
	border-radius:3px;
	display:none;
}
#pod_frm .pod_price #price_msg:after {
	content:"";
	position:absolute;
	top:50%;
	right:-6px;
	width:6px;
	height:10px;
	background-color:#ff158a;
	clip-path:polygon(100% 50%, 0 0, 0 100%);
	transform:translateY(-50%);
}
#pod_frm .pod_price .custom_price_info {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	padding:0 1rem;
}
#pod_frm .btn_area {
	margin-top:1rem;
	display:flex;
	gap:0.5rem;
	align-items:center;
	justify-content:center;
}
#pod_frm .btn_area button {
	min-width:160px;
	height:45px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:45px;
	padding:0 1rem;
	background-color:transparent;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	gap:0.5rem;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
#pod_frm .btn_area button.btn_submit { background-color:#e60011; }
#pod_frm .btn_area button.btn_cancel { background-color:#aaa; }

/* 계산서 신청 */
#bank_tex_invoice { margin-top:1rem; }
#bank_tex_invoice .invoice_select {
	margin-top:0.5rem;
	padding:1rem;
	border:1px solid #ccc;
	border-radius:5px;
}
#bank_tex_invoice .invoice_select ul {
	display:flex;
	align-items:center;
}
#bank_tex_invoice .invoice_select input[type="radio"] + label { font-size:1rem; }
#bank_tex_invoice .invoice_select input[type="radio"] + label span { margin-right:10px; }
#bank_tex_invoice .invoice_select article {
	margin-top:1rem;
	padding:0.5rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:3px;
}
#bank_tex_invoice .invoice_select article span {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:400;
	display:block;
}
#bank_tex_invoice .invoice_select article input {
	width:100%;
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:400;
	line-height:35px;
	margin-top:0.5rem;
	padding:0 0.6rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	border-radius:3px;
	box-shadow:none;
}

/* 출판주문 상세내역 */
#od_complate_fin {}
#od_complate_fin h2 {
	font-family:"Freesentation";
	font-size:1.5rem;
	color:#1b1b1b;
	font-weight:700;
}
#od_complate_fin .od_result_no {
	width:100%;
	margin-top:1rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	align-items:center;
}
#od_complate_fin .od_result_no span {
    font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	font-style:normal;
	display:inline-block;
}
#od_complate_fin .od_result_no strong {
	font-size:1rem;
	color:#ff158a;
	font-weight:700;
	margin-left:1rem;
	display:inline-block;
}

#od_fin_wrap {
	margin-top:1rem;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:15px;
	display:flex;
	gap:1rem;
	align-items:flex-start;
	justify-content:space-between;
}
#od_fin_wrap .od_pub_result {
	min-width:900px;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#od_pub_info, #od_pod_info, #od_dvr_info { margin:1rem 0 0 0 !important; }
#od_fin_wrap .od_pub_result section h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#od_fin_wrap .od_fin_tbl { margin-top:0.5rem; }
#od_fin_wrap .od_fin_tbl table {
	width:100%;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-spacing:0;
	border-collapse:collapse;
}
#od_fin_wrap .od_fin_tbl th {
	width:150px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#od_fin_wrap .od_fin_tbl td {
	font-size:0.9rem;
	color:#616161;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}

#od_fin_wrap .od_pay_result {
	position:sticky;
	top:1rem;
	min-width:450px;
	padding:1.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
#od_fin_wrap .od_bsk_tot ul {
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#od_fin_wrap .od_bsk_tot ul li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
}
#od_fin_wrap .od_bsk_tot ul li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#od_fin_wrap .od_bsk_tot ul li span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#od_fin_wrap .od_bsk_tot ul li strong {
	font-size:0.9rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}
#od_fin_wrap .od_bsk_tot ul li .delivery_add {
	margin-top:0.5rem;
	background-color:#fff;
	border:1px solid #eaeaea;
	flex-basis:100%;
}
#od_fin_wrap .od_bsk_tot ul li .delivery_add dt {
	padding:0.5rem;
	background-color:#fff;
	display:flex;
	align-items:center;
}
#od_fin_wrap .od_bsk_tot ul li .delivery_add dt:not(:first-of-type) { border-top:1px solid #eaeaea; }
#od_fin_wrap .od_bsk_tot ul li .delivery_add strong { font-weight:normal; }
#od_fin_wrap .od_bsk_tot ul.od_price_tot {
	margin-top:0.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#od_fin_wrap .od_bsk_tot ul.od_price_tot li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#od_fin_wrap .od_bsk_tot ul.od_price_tot li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#od_fin_wrap .od_bsk_tot ul.od_price_tot li span {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#od_fin_wrap .od_bsk_tot ul.od_price_tot li strong {
	font-size:1rem;
	color:#212121;
	margin-left:auto;
	margin-right:0.25rem;
}
#od_fin_wrap .od_bsk_tot ul.od_price_tot li strong.discount_rate { color:#f20000; }
#od_fin_wrap .od_fin_pay { margin-top:1rem; }
#od_fin_wrap .od_fin_pay h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
}
#od_fin_wrap .od_fin_pay ul {
	margin-top:0.5rem;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	display:flex;
	flex-direction:column;
}
#od_fin_wrap .od_fin_pay ul li {
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	padding:0.6rem 1rem;
	display:flex;
	align-items:center;
}
#od_fin_wrap .od_fin_pay ul li.wating_deposit {
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}
#od_fin_wrap .od_fin_pay ul li.wating_deposit a.btn_order_cancel {
	width:100%;
	height:40px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:40px;
	margin-top:0.5rem;
	background-color:#ff158a;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
#od_fin_wrap .od_fin_pay ul li:not(:last-of-type) { border-bottom:1px solid #eaeaea; }
#od_fin_wrap .od_fin_pay ul li strong {
	min-width:80px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	display:inline-flex;
	align-items:center;
}
#od_fin_wrap .od_fin_pay ul li span {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	text-align:left;
}
#od_fin_wrap .od_fin_pay ul li .pay_info {
	font-size:0.9rem;
	color:#ff158a;
	font-weight:500;
	font-style:normal;
}
#od_fin_wrap .od_fin_pay ul li .order_cancel {
	width:100%;
	font-size:1rem;
	color:#ff158a;
	font-weight:500;
	font-style:normal;
	padding:1rem;
	display:flex;
	justify-content:center;
}
#od_fin_wrap .btn_area {
	margin-top:1rem;
	display:flex;
	gap:0.5rem;
	align-items:center;
}
#od_fin_wrap .btn_area i { margin-right:0.5rem; }
#od_fin_wrap a {
	width:50%;
	height:50px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:50px;
	background-color:transparent;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
#od_fin_wrap a:hover { box-shadow:inset 0 0 0 1px rgba(0,0,0,0.3); }
#od_fin_wrap .btn_order_list { background-color:#aaa; }
#od_fin_wrap .btn_estimate_view { background-color:#536DFE; }

/* 개인결제 */
#pp_list {}
#pp_list ul {
	width:clc(100% + 2rem);
	margin-left:-2rem;
	display:flex;
	flex-wrap:wrap;
}
#pp_list ul li {
	width:20%;
	padding:0 0 4rem 2rem;
}
#pp_list .pp_img {
	font-family:"Freesentation";
	font-size:2rem;
	color:#616161;
	font-weight:700;
	padding:9rem 0 3rem 0;
	background-color:#fafafa;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23616161' d='M337.1 271.8C377.4 245.3 404 199.7 404 148 404 66.4 337.6 0 256 0S108 66.4 108 148c0 51.7 26.6 97.3 66.9 123.8C74.8 305.7 2.5 400.6 2.5 512h37.6c0-119.1 96.9-215.9 215.9-215.9S471.9 392.9 471.9 512h37.6c0-111.4-72.3-206.3-172.4-240.2M145.5 148c0-60.9 49.6-110.5 110.5-110.5S366.5 87.1 366.5 148 316.9 258.5 256 258.5 145.5 209 145.5 148'/%3E%3C/svg%3E");
	background-size:auto 80px;
	background-position:50% 3rem;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
	border-radius:10px;
	text-align:center;
}
#pp_list .pp_txt {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	word-break:keep-all;
	margin-top:1rem;
}
#pp_list .pp_cost {
	font-family:"Freesentation";
	font-size:1.2rem;
	color:#1b1b1b;
	font-weight:700;
	margin-top:0.25rem;
}
#pp_list .sct_nofile,
#pp_list .sct_noitem {
	width:100%;
	height:300px;
	font-size:1rem;
	color:#616161;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* 개인결제 결제창 */
#pp_view {
	display:flex;
	align-items:flex-start;
}
#pp_view .pp_info {
	width:1000px;
    max-width:1000px;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:10px;
	overflow:hidden;
}
#pp_view .pp_info h2 {
	font-size:1.1rem;
	color:#616161;
	font-weight:600;
	padding:0.6rem 1rem;
	background-color:#eaeaea;
	border-bottom:1px solid #eaeaea;
}
#pp_view .pp_info ul {
	padding:1.5rem;
}
#pp_view .pp_info ul li {
	padding:0.25rem;
	display:flex;
	align-items:center;
}
#pp_view .pp_info ul li:not(:first-ot-type) { margin-top:0.5rem; }
#pp_view .pp_info ul li span {
	min-width:120px;
	font-size:1rem;
	color:#616161;
	font-weight:400;
}
#pp_view .pp_info ul li p {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:600;
	word-break:keep-all;
	padding:0.5rem 0;
}
#pp_view .pp_info ul li input {
	font-size:0.96rem;
	color:#333;
	padding:0.5rem 0.8rem;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:3px;
	box-shadow:none;
	transition:all 0.5s ease;
}
#pp_view .pp_pay {
	min-width:350px;
	max-width:350px;
	margin-left:auto;
}
#pp_view .pp_pay_sel {
	padding:1rem;
	border:1px solid #eaeaea;
	border-radius:10px;
}
#pp_view .pp_pay_sel h2 {
	font-family:"Freesentation";
	font-size:1.1rem;
	color:#1b1b1b;
	font-weight:500;
}
#pp_view .pay_method {
	width:100%;
	margin-top:0.5rem;
	display:flex;
	flex-wrap:wrap;
}
#pp_view .pay_method li {
	width:50%;
	padding:0.2rem;
}
#pp_view .pay_method label span {
	width:100%;
	font-size:1rem;
	color:#1b1b1b;
	font-weight:400;
	padding:0.8rem 1rem 0.8rem 3rem;
	background-color:#fafafa;
	background-size:auto 24px;
	background-position:0.8rem 50%;
	background-repeat:no-repeat;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:block;
	cursor:pointer;
}
#pp_view .pay_method li:nth-of-type(1) label span { background-image:url("../img/pay_bank.svg"); }
#pp_view .pay_method li:nth-of-type(2) label span { background-image:url("../img/pay_account_transfer.svg"); }
#pp_view .pay_method li:nth-of-type(3) label span { background-image:url("../img/pay_mobile.svg"); }
#pp_view .pay_method li:nth-of-type(4) label span { background-image:url("../img/pay_credit_card.svg"); }
#pp_view .pay_method label input[type="radio"]:checked + span {
	background-color:#fff;
	border-color:#1b1b1b;
}

#display_pay_button {
	display:flex;
	gap:0.25rem;
	align-items:center;
}
#display_pay_button .btn_submit {
	width:50%;
	height:50px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:50px;
	margin-top:1rem;
	background-color:#e60011;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
#display_pay_button .btn01 {
	width:50%;
	height:50px;
	font-size:1rem;
	color:#fff;
	font-weight:600;
	line-height:50px;
	margin-top:1rem;
	background-color:#aaa;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}

/* 개인결제 결과 */
#pp_result {
}
#pp_result_view {
	display:flex;
	align-items:flex-start;
}
#pp_result_view .pay_info {
	width:1000px;
    max-width:1000px;
	padding:1rem;
	border:1px solid #ccc;
	border-radius:10px;
}
#pp_result_view .pp_result_no {
	width:100%;
	padding:1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:flex;
	align-items:center;
}
#pp_result_view .pp_result_no em {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:500;
	font-style:normal;
	display:inline-block;
}
#pp_result_view .pp_result_no strong {
	font-size:1rem;
	color:#ff158a;
	font-weight:700;
	margin-left:1rem;
	display:inline-block;
}
#pp_result_view h2 {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
	margin-top:1rem;
	display:block;
}
#pp_result_view table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
#pp_result_view table th {
	max-width:50px;
	font-size:0.9rem;
	color:#616161;
	font-weight:400;
	white-space:nowrap;
	padding:0.8rem 1rem;
	background-color:#fafafa;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
}
#pp_result_view table td {
	font-size:0.9rem;
	color:#1b1b1b;
	font-weight:500;
	word-break:keep-all;
	padding:0.8rem 1rem;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}
#pp_result_view table td a {
	font-size:0.9rem;
	color:#fff;
	font-weight:500;
	padding:0.5rem;
	background-color:#212121;
	border-radius:3px;
	text-align:center;
}
#pp_result_view .pay_result {
	min-width:350px;
    max-width:350px;
	margin-left:auto;
	padding:0.6rem;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:10px;
}
#pp_result_view .pay_result ul {
}
#pp_result_view .pay_result ul li {
	padding:0.5rem 1rem;
	background-color:#fff;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#pp_result_view .pay_result ul li:not(:first-of-type) { margin-top:0.25rem; }
#pp_result_view .pay_result ul li p {
	font-size:1rem;
	color:#616161;
	font-weight:500;
}
#pp_result_view .pay_result ul li b {
	font-size:1.1rem;
	color:#F20000;
	font-weight:500;
}
#pp_result_view .pay_result ul li strong {
	font-size:1.1rem;
	color:#212121;
	font-weight:500;
}