@charset "utf-8";
#body-wrap #layout_content {
	background: #f4f4f4;
}
.reservation_bag_header {
    padding: 120px 0;
    text-align: center;
    background: white;
    width: 100vw;
}
.reservation_bag_header p:first-child {
    font-family: 'BareunDotumPro2';
    font-size: 5em;
    color: #2e2e2e;
}
.reservation_bag_header p:last-child  {
    font-family: 'BareunDotumPro1';
    font-size: 2em;
    color: #2e2e2e;
}
#branch_btns_area {
	width: 100vw;
	margin: auto;
	background: white;
}
#branch_btns_area #branch_btns {
    width: 1280px;
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    line-height: 5.5em;
    margin: auto;
    background: white;
    align-items: end;
    padding-bottom: 2em;
}
#branch_btns_area #branch_btns li {
	position: relative;
	flex: 0 16.666666666666668%;
	display: inline-block;
	width: 16.666666666666668%;
	min-width: 16.666666666666668%;
	text-align: center;
	background: white;
	overflow: hidden;
}
#branch_btns_area #branch_btns li a {
	display: block;
	width: 100%;
	font-size: 1.6em;
	font-family: 'BareunDotumPro1';
	color: #5c5c5c;
}
#branch_btns_area #branch_btns li:not([selected]) a:hover {
	color: black;
	font-weight: 600;
}
#branch_btns_area #branch_btns li a {
    border-right: 1px solid #dfd6d1;
	border-bottom: 1px solid #dfd6d1;
}
#branch_btns_area #branch_btns li a>span {
	position: relative;
	padding: 0 2em;
}
#branch_btns_area #branch_btns li a>span>.cnt {
	display: none;
}
#branch_btns_area #branch_btns li a>span>.cnt:not(:empty) {
	display: inline-block;
	position: absolute;
	font-family: 'BareunDotumPro1';
	top: -1px;
	margin-left: 10px;
	background: #ff3600;
	color: white;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.6em;
	min-width: 1.5em;
	text-align: center;
	border-radius: 0.8em;
}
#branch_btns_area #branch_btns li:nth-child(-n+6) a {
    border-top: 1px solid #dfd6d1;
}
#branch_btns_area #branch_btns li:nth-child(6n+1) a {
    border-left: 1px solid #dfd6d1;
}
#branch_btns_area #branch_btns li[selected] {
	pointer-events: none;
}
#branch_btns_area #branch_btns li[selected] a {
	font-family: 'BareunDotumPro2';
	color: #ff3600 !important;
}
#branch_btns_area #branch_btns li[selected] a::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ff3600;
}
#reservation_bag_area {
	width: 790px;
	max-width: 100vw;
	margin: auto;
	padding-top: 8em;
	padding-bottom: 10em;
}
#reservation_bag li {
	position: relative;
	border: 1px solid #cbcbcb;
	background: white;
	margin-bottom: 1.8em;
	padding: 2em 3em;
}
#reservation_bag li p {
	margin-top: 10px;
}
#reservation_bag li .product_title {
	font-family: 'BareunDotumPro2';
	color: #2a2a2a;
	font-size: 1.8em;
	margin-top: 0;
}
#reservation_bag li .product_explain {
	font-family: 'BareunDotumPro1';
	color: #2a2a2a;
	font-size: 1.6em;
}
#reservation_bag li .product_price_area {
	border-top: 1px solid #d0d0d0;
	padding-top: 1em;
	line-height: 2em;
	text-align: right;
}
#reservation_bag li .product_price_area span {
	font-size: 2em;
	vertical-align: middle;
}
#reservation_bag li .product_price_area span.product_ogprice {
	position: relative;
	font-size: 1.6em;
	color: #626262;
	padding: 0 3px;
	margin-right: 8px;
}
#reservation_bag li .product_price_area span.product_ogprice::after {
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #999999;
}
#reservation_bag li .product_price_area span.product_dcprice {
	font-family: 'BareunDotumPro2';
	color: #ff3600;
}
#reservation_bag li button {
	position: absolute;
	top: 0.7em;
	right: 1.2em;
	font-size: 1.6em;
	line-height: 100%;
	padding: 0.5em;
	border-radius: 5px;
	overflow: hidden;
}
#reservation_bag li button:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#reservation_bag:empty {
	line-height: 16.2em;
	text-align: center;
}
#reservation_bag:empty::before {
	content: "购物车为空。";
	font-family: 'BareunDotumPro1';
	color: #d2d2d2;
	font-size: 1.6em;
}
#reservation_bag_area>div:first-child {
	text-align: right;
	margin-bottom: 2.2em;
	line-height: 4em;
}
#reservation_bag_area .remove_all_btn {
	position: relative;
	font-family: 'BareunDotumPro1';
	font-size: 1.6em;
	color: #2a2a2a;
	border: 1px solid #cbcbcb;
	background: white;
	padding: 0 1.8em;
}
#reservation_bag_area .remove_all_btn:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#reservation_bag_area .reservation_bag_list {
	border-bottom: 2px solid #cac9c9;
	margin-bottom: 1.5em;
}
#reservation_bag_area .controller_area {
	display: flex;
	line-height: 4.8em;
}
#reservation_bag_area .controller_area>* {
	font-family: 'BareunDotumPro1';
	flex: 1 100%;
	white-space: nowrap;
	font-size: 1.8em;
	padding: 0 30px;
	color: #2a2a2a;
}
#reservation_bag_area .controller_area>form {
	display: none;
}
#reservation_bag_area .controller_area .count_area {
	flex: 1 auto;
}
#reservation_bag_area .controller_area button {
	flex: 1 initial;
	background-color: #ff3600;
	color: white;
	min-width: 11.2em;
	border: 1px solid #ff3600;
}
#reservation_bag_area .controller_area button:hover {
	color: #ff3600;
	background: white;
}
#reservation_bag_area[cnt='0'] .remove_all_btn,
#reservation_bag_area[cnt='0'] .controller_area button {
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}
#branch_btns_area #branch_btns.influencer_option li:not([influencer_option]):not([selected]) {
	display: none;
}
#branch_btns_area #branch_btns.influencer_option li:not([influencer_option]) {
	background: #f3f3f3;
}
#branch_btns_area #branch_btns.influencer_option:not(._other_branch_show) li:not([influencer_option])[on] {
	border: 0;
}
#branch_btns_area #branch_btns.influencer_option:not(._other_branch_show) li:not([influencer_option])[on] a {
	color: #6d6d6d;
}
#branch_btns_area #branch_btns.influencer_option li.other_onoff_button {
	border: 0;
	white-space: nowrap;
}
#branch_btns_area #branch_btns.influencer_option li.other_onoff_button>span {
	position: relative;
	text-align: center;
	padding: 0 3em;
	font-size: 1.5em;
	cursor: pointer;
}
#branch_btns_area #branch_btns.influencer_option li.other_onoff_button>span::before {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 50%;
	display: block;
	border-top: 0.25em solid;
	border-right: 0.25em solid;
	border-bottom: 0.25em solid transparent;
	border-left: 0.25em solid transparent;
	transform-origin: right top;
	transform: rotate(45deg);
}
#branch_btns_area #branch_btns.influencer_option._other_branch_show li:not([influencer_option]) {
	display: block;
}
#branch_btns_area #branch_btns.influencer_option._other_branch_show li.other_onoff_button>span::before {
	right: initial;
	left: 1em;
	transform: rotate(-135deg);
}
#branch_btns_area #branch_btns.influencer_option li.other_onoff_button>span {
	display: none;
}
#branch_btns_area #branch_btns.influencer_option:not(._other_branch_show) li.other_onoff_button>span._off,
#branch_btns_area #branch_btns.influencer_option._other_branch_show li.other_onoff_button>span._on {
	display: block;
}
@media (max-width: 914px) {
	.reservation_bag_header {
	    padding: 4em 0;
	    text-align: center;
	    background: white;
	    width: 100vw;
	}
	.reservation_bag_header p:first-child {
	    font-size: 2.5em;
	}
	.reservation_bag_header p:last-child  {
	    font-size: 1.3em;
	}
	#branch_btns_area #branch_btns {
	    line-height: 3.5em;
	    padding-bottom: 1em;
	}
	#branch_btns_area #branch_btns li {
		flex: 0 33.3333%;
		width: 33.3333%;
		min-width: 33.3333%;
		white-space: nowrap;
	}
	#branch_btns_area #branch_btns li:nth-child(-n+6) a {
	    border-top: initial;
	}
	#branch_btns_area #branch_btns li:nth-child(6n+1) a {
	    border-left: initial;
	}
	#branch_btns_area #branch_btns li:nth-child(-n+3) a {
	    border-top: 1px solid #dfd6d1;
	}
	#branch_btns_area #branch_btns li:nth-child(3n+1) a {
	    border-left: 1px solid #dfd6d1;
	}
	#branch_btns_area #branch_btns li a {
		font-size: 1.3em;
	}
	#branch_btns_area #branch_btns li a {
	    border-right: 1px solid #dfd6d1;
		border-bottom: 1px solid #dfd6d1;
	}
	#branch_btns_area #branch_btns li a>span>.cnt:not(:empty) {
		display: inline-block;
		font-size: 0.8em;
		height: 1.4em;
		line-height: 1.4em;
		min-width: 1.4em;
		border-radius: 0.8em;
	}
	#reservation_bag_area {
		margin: 0 auto 2em auto;
		padding: 1.1em 0.8em;
	}
	#reservation_bag:empty {
		line-height: 13em;
		text-align: center;
	}
	#reservation_bag:empty::before {
		font-size: 1.3em;
	}
	#reservation_bag li {
		margin-bottom: 1.2em;
		padding: 1em 1.6em;
	}
	#reservation_bag li p {
		margin-top: 10px;
	}
	#reservation_bag li .product_title {
		font-size: 1.3em;
	}
	#reservation_bag li .product_explain {
		color: #949494;
		font-size: 1.1em;
	}
	#reservation_bag li .product_price_area {
		border-top: 1px solid #d0d0d0;
		padding-top: 1em;
		line-height: 2em;
		text-align: right;
	}
	#reservation_bag li .product_price_area span {
		font-size: 2em;
		vertical-align: middle;
	}
	#reservation_bag li button {
		top: 0.2em;
		right: 0.2em;
		font-size: 1.5em;
		padding: 0.5em;
		border-radius: 5px;
	}
	#reservation_bag_area>div:first-child {
		margin-bottom: 1.2em;
		line-height: 2.8em;
	}
	#reservation_bag_area .remove_all_btn {
		font-size: 1.3em;
		padding: 0 1.8em;
	}
	#reservation_bag_area .controller_area {
		position: relative;
		line-height: 4.1em;
		padding-bottom: 7em;
	}
	#reservation_bag_area .controller_area>* {
		font-size: 1.5em;
		text-align: center;
	}
	#reservation_bag_area .controller_area>*:first-child {
		position: absolute;
		bottom: 0em;
		width: 100%;
	}
	#branch_btns_area #branch_btns.influencer_option.influencer_option li.other_onoff_button>span {
		font-size: 1.2em;
	}
}