.cart_form {
	background: #F5F5F5;
	padding: 100px 20px;
	font-family: 'AppleSDGothicNeo';
}
.cart_form > .box {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	padding: 50px;
	box-sizing: border-box;
}

.cart_form .tit {
	border-bottom: 2px solid #FF8A3D;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
button.o_btn.line_btn.order_lists {
    background: var(--orange)!important;
    border: 0.5px solid #ff8a3d !important;
}
.cart_form .tit h3 {
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: 400;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.cart_form .tit p {
	font-family: 'AppleSDGothicNeo';
	font-size: 17px;
}


.cart_table th {
	position: relative;
	background: #F7F7F7;
	font-size: 16px;
	padding: 10px 20px;
	border-top: 1px dashed #A1A1A2;
	color: #000;
}
.cart_table th:after {
	content: '';
    display: block;
    width: 1px;
    height: 15px;
    border-right: 1px solid rgba(161, 161, 161, 0.5);
    position: absolute;
    top: 15px;
	right: 0;
}
.cart_table th:last-child:after {
	display: none
}
.cart_table tbody {
	border-top: 1px dashed rgba(161, 161, 161, 0.5);
}
.cart_table td {
	position: relative;
	text-align: center;
	padding: 30px 0;
	color: #000;
}
.cart_table td:after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 60px);
    border-right: 1px dashed rgba(161, 161, 161, 0.5);
    position: absolute;
    top: 30px;
	right: 0;
}
.cart_table td.form {
	padding: 30px 30px 15px;
}
.cart_table td:last-child {
	color: #FF0000;
}
.cart_table td:last-child:after {
	display: none;
}
.cart_table input[type=checkbox] {
	display: none;
}
.cart_table input[type=checkbox] + label {
	position: relative;
	display: block;
}
.cart_table input[type=checkbox] + label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0 auto;
}
.cart_table input[type=checkbox]:checked + label:before {
	background: #FF8A3D url("../images/check.svg")no-repeat 50% 50% / 12px;
}
.cart_table td table tbody {
	border: 0;
}
.cart_table td table tbody td {
	padding: 0!important;
	border-right: 0;
	text-align: left;
	border-bottom: 1px dashed #D3D3D3;
}
.cart_table td table tbody td:after {
	display: none;
}
.cart_table td table tbody td:last-child {
	color: #000;
}
.cart_table td table tbody td.name div:first-child {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 8px;
	padding-bottom: 0;
}
.cart_table td table tbody td.name div span {
	color: #ff0000;
}
.cart_table td table tbody td p {
	font-size: 16px;
	color: #808080;
	margin-bottom: 3px;
	padding-top: 12px;
}
.cart_table td table tbody td div {
	font-size: 18px;
	color: #000;
	padding-bottom: 12px;
}
.cart_table td table tbody tr:last-child td {
	border-bottom: 0;
}
.cart_table td table tbody tr:last-child td div {
	padding-bottom: 0;
}
.cart_table td table tbody td.arrival > div {
	padding-bottom: 0;
}
.cart_table td table tbody td.arrival > div:last-child {
	padding-bottom: 5px;
}
.cart_table td table tbody td.arrival > div div {
	padding-bottom: 4px;
	font-size: 22px;
}
.cart_table td table tbody td.arrival span {
	display: block;
	color: #808080;
}
.cart_table tfoot td:last-child {
	color: #000;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
}
.cart_table tfoot td:last-child span {
	display: inline-block;
	font-size: 18px;
	margin: 0 15px;
}

.select_del {
	padding: 8px 0;
}
.select_del button {
	font-size: 18px;
	color: #808080;
}


.cart_form h3.title {
	position: relative;
	font-size: 24px;
	color: #000;
	padding-top: 40px;
	margin-bottom: 20px;
}
.cart_form h3.title:before {
	content: '';
	display: inline-block;
	vertical-align: -5px;
	width: 8px;
	height: 28px;
	background: #10182F;
	margin-right: 8px;
}
.cart_form .payment {
	margin-top: 40px;
}
.cart_form .payment .flex {
	border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
	padding: 18px 0;
	align-items: center;
	box-sizing: border-box;
}
.cart_form .payment .flex:nth-child(3) {
	align-items: start;
}
.cart_form .payment .flex:last-child {
	border-bottom: 0;
}
.cart_form .payment .flex > div {
	flex: 1;
	font-size: 18px;
	color: #313131;
	font-weight: 500;
}
.cart_form .payment .flex > div.red {
	color: #ff0000;
}
.cart_form .payment .flex > div.blue {
	color: #002299;
}
.cart_form .payment .flex > div strong {
	font-size: 20px;
}
.cart_form .payment .flex > div p {
	font-size: 18px;
}
.cart_form .payment .flex > div p strong {
	font-weight: 500;
}

.cart_form .agreement .box {
	border-top: 1px dashed #A1A1A1;
	border-bottom: 1px dashed #A1A1A1;
	background: #F7F7F7;
	padding: 5px 20px;
}
.cart_form .agreement .box > div {
	padding: 15px 0;
}
.cart_form .agreement .box > div h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.cart_form .agreement .box > div p {
	font-size: 16px;
}
.cart_form .agreement .box > div p a {
	font-weight: bold;
}
.cart_form .agreement .check {
	margin-top: 30px;
}
.cart_form .check input {
	display: none;
}
.cart_form .check input + label {
	position: relative;
	display: inline-block;
	word-break: keep-all;
}
.cart_form .check input + label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	box-sizing: border-box;
	margin-right: 10px;
}
.cart_form .check input:checked + label:before {
	background: #FF8A3D url("../images/check.svg")no-repeat 50% 50% / 12px;
}

.cart_form .credit table {
	border-top: 1px dashed #A1A1A1;
	border-bottom: 1px dashed #A1A1A1;
}
.cart_form .credit table thead th {
	background: #F7F7F7;
	font-size: 16px;
	padding: 10px 0;
}
.cart_form .credit table tbody tr {
	border-top: 1px dashed #A1A1A1;
	font-size: 16px;
}
.cart_form .credit table tbody th {
	padding: 15px 20px;
	text-align: center;
	background: #F7F7F7;
}
.cart_form .credit table tbody th i {
	color: #FF0000;
	margin-left: 5px;
}
.cart_form .credit table tbody td {
	padding: 10px;
	text-align: center;
}
.cart_form .credit table tbody td input[type=text] {
	font-size: 16px;
}
.cart_form .credit table tbody td .credit_num input[type=text] {
	width: 42px;
}
.cart_form .credit table tbody td .credit_num span {
	font-size: 16px;
	padding: 0 20px;
}
.cart_form .credit table tbody td .credit_date input[type=text] {
	width: 28px;
	text-align: center;
}


.cart_form .order_btn {
	display: block;
	width: 100%;
	font-size: 20px;
	background: #FF8A3D;
	color: #fff;
	padding: 20px 40px;
	border-radius: 5px;
	box-sizing: border-box;
}


ul.tabs.order_select li {
    display: inline-block;
    width: calc(50% - 3px);
    font-size: 20px;
    color: #ff8a3d;
    padding: 20px 40px;
    margin-top: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    border: 0.5px solid #ff8a3d;
}

ul.tabs.order_select li button{
    color: #ff8a3d;font-size: 20px;
}
 

ul.tabs.order_select li.active {
    background: #FF8A3D;
}

ul.tabs.order_select li.active button{
    color: #fff;
    
}
.tab_content {
    margin-bottom: 40px;
}

.info_table th {
	position: relative;
	background: #F7F7F7;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	border-top: 1px dashed #A1A1A2;
	border-bottom: 1px dashed #A1A1A2;
	color: #000;
	text-align: left;
}
.info_table th i {
	color: #ff0000;
}
.info_table td {
	border-top: 1px dashed #A1A1A2;
	border-bottom: 1px dashed #A1A1A2;
}
.info_table td input[type=text] {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}



#agree_modal .modal-cont {
	max-width: 1400px;
	padding: 50px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}
#agree_modal .close {
    top: 45px;
    right: 45px;
}
#agree_modal .modal-cont h3 {
	font-family: 'Cafe24Ohsquareair';
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
#agree_modal .modal-cont .scroll {
	white-space: pre-line;
	max-height: calc(100vh - 200px);
	font-family: 'AppleSDGothicNeo';
	line-height: 2;
}



.order_form .complete {
	background: url("../images/Check_bg.svg")no-repeat 50% 0;
	text-align: center;
	margin-bottom: 100px;
	padding-top: 120px;
}
.order_form .complete h3 {
	font-family: 'Cafe24Ohsquare';
	font-size: 50px;
	font-weight: 700;
	margin-top: 30px;
	transform: rotate(0.03deg);
}
.order_form .complete p {
	margin-top: 30px;
	color: #5B5B5B;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.order_form .print_btn {
	position: absolute;
	top: -50px;
	right: 0;
	display: block;
	width: 120px;
	height: 40px;
	font-size: 15px;
	color: #2e2e2e;
	box-sizing: border-box;
}
.order_form .btn_area .line_btn {
    display: inline-block;
    width: 49%;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 2%;
    margin-top: 40px;
    box-sizing: border-box;
}



.reserve_cancel > .box {
	max-width: 940px;
}
.reserve_cancel .title h3 {
	font-family: 'Cafe24Ohsquare';
	font-size: 40px;
	transform: rotate(0.03deg);
	margin-bottom: 60px;
}
.reserve_cancel .cancel_form > div {
	margin-bottom: 20px;
}
.reserve_cancel .cancel_form > div p {
	font-size: 18px;
	margin-bottom: 5px;
}
.reserve_cancel .cancel_form > div p i {
	color: #ff0000;
}
.reserve_cancel .cancel_form > div textarea {
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	resize: none;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.reserve_cancel .cancel_form > div ul {
	border-top: 1px dashed #A1A1A1;
	border-bottom: 1px dashed #A1A1A1;
	background: #F7F7F7;
	margin: 15px 0 20px;
	padding: 20px;
	box-sizing: border-box;
}
.reserve_cancel .cancel_form > div ul li {
	position: relative;
	font-size: 16px;
	color: #2e2e2e;
	padding: 5px 0 5px 20px;
}
.reserve_cancel .cancel_form > div ul li:before {
	content: '';
	position: absolute;
	top: 12px;
    left: 5px;
	display: block;
	width: 3px;
	height: 3px;
	background: #2e2e2e;
	border-radius: 50%;
}
.reserve_cancel .order_btn {
	margin-top: 30px;
}

.cancel_complete {
	text-align: center;
	padding: 150px 0 200px;
}
.cancel_complete .box {
	position: relative;
	background: #fff;
	max-width: 600px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cancel_complete .box div {
	font-size: 50px;
	font-family: 'Cafe24Ohsquareair';
	background: url("../images/Check_bg.svg")no-repeat 50% 0;
	padding-top: 150px;
	transform: rotate(0.03deg);
	margin-bottom: 30px;
}
.cancel_complete .box div strong {
	display: block;
	font-family: 'Cafe24Ohsquare';
}
.cancel_complete .box p {
	font-size: 24px;
	font-weight: 300;
	color: #5B5B5B;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	word-break: keep-all;
}







@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1280px) {
	.cart_table td:nth-child(2) {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1024px) {
	.cart_form {
		padding: 50px 20px;
	}
	.cart_form > .box {
		padding: 30px 20px;
	}
	
	.cart_form .tit {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.cart_form .tit h3 {
		font-size: 25px;
	}
	.cart_form .tit p {
		font-size: 15px;
	}
	
	.cart_table colgroup {
		display: none;
	}
	.cart_table tbody {
		border: 0;
		display: block;
		margin-bottom: 30px;
	}
	.cart_table th {
		display: none;
	}
	.cart_table thead th:first-child {
		display: block;
		background: #fff;
		border: 0;
		padding: 0 15px 15px;
	}
	.cart_table th:first-child:after {
		display: none;
	}
	.cart_table input[type=checkbox] + label:before {
		margin: 0;
	}
	.cart_table tr {
		position: relative;
		display: block;
		width: 100%;
		font-size: 0;
	}
	.cart_table td {
		display: block;
		width: 100%;
		padding: 0 0 18px;
		font-size: 18px;
	}
	.cart_table td:before {
		display: block;
		width: 100%;
		background: #F7F7F7;
		border-top: 1px dashed #A1A1A1;
		border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
		font-size: 15px;
		padding: 12px 0;
		margin-bottom: 18px;
	}
	.cart_table td:after {
		display: none;
	}
	.cart_table td:nth-child(1) {
		position: absolute;
		z-index: 1;
		width: auto;
		top: 15px;
		left: 15px;
	}
	.cart_table td:nth-child(2) {
		padding: 0 0 20px;
		box-sizing: border-box;
	}
	.cart_table td:nth-child(4),
	.cart_table td:nth-child(5),
	.cart_table td:nth-child(6) {
		display: inline-block;
		width: 33.333%;
		font-size: 16px;
	}
	.cart_table td:nth-child(2):before {
		content: '상품';
	}
	.cart_table td:nth-child(3):before {
		content: '수량';
	}
	.cart_table td:nth-child(4):before {
		content: '예약금';
	}
	.cart_table td:nth-child(5):before {
		content: '현장결제금';
	}
	.cart_table td:nth-child(6):before {
		content: '총금액';
	}
	.cart_table tfoot tr:first-child {
		margin-top: -30px;
	}
	.cart_table tfoot th {
		display: block;
		font-size: 15px;
		font-weight: 400;
		border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
	}
	.cart_table tfoot td {
		position: static!important;
		padding: 16px 0!important;
	}
	.cart_table tfoot td:last-child span {
		font-size: 16px;
		margin: 0 5px;
	}
	
	
	.cart_table td table colgroup {
		display: none;
	}
	.cart_table td table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.cart_table td table td {
		display: table-cell;
		width: 50%;
	}
	.cart_table td table tr.grid3 td {
		width: 25%!important;
	}
	.cart_table td table tr.grid3 td:nth-child(1) {
		width: auto!important;
	}
	.cart_table td table td:before {
		display: none
	}
	.cart_table td table td:nth-child(1) {
		position: static;
		width: 50%;
		flex: 1;
	}
	.cart_table td table tbody {
		margin: 0;
	}
	.cart_table td table tbody td.name div {
		font-size: 16px;
	}
	.cart_table td table tbody td p {
		font-size: 14px;
	}
	.cart_table td table tbody td div {
		font-size: 16px;
	}
	.cart_table td table tbody td.arrival > div div {
		font-size: 20px;
	}
	.select_del button {
		font-size: 16px;
	}
	
	
	
	.cart_form h3.title {
		font-size: 20px;
	}
	.cart_form .payment h3:before {
		vertical-align: -7px;
	}
	.cart_form .payment .flex {
		padding: 15px 0;
	}
	.cart_form .payment .flex > div {
		font-size: 16px;
	}
	.cart_form .payment .flex > div strong {
		font-size: 18px;
	}
	.cart_form .payment .flex > div p {
		font-size: 16px;
	}
	
	
	.info_table colgroup {
		display: none;
	}
	.info_table tr {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.info_table th {
		display: block;
		width: 100%;
		border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
		box-sizing: border-box;
	}
	.info_table th:nth-child(3) {
		border-top: 0;
	}
	.info_table td {
		display: block;
		width: 100%;
		border-top: 0;
		padding: 12px 10px;
		box-sizing: border-box;
	}
	
	
	.order_form .cart_table th:first-child {
		display: none;
	}
	.order_form .cart_table td:nth-child(1) {
		position: static;
	}
	.order_form .cart_table td:nth-child(1):before {
		content: '상품';
	}
	.order_form .cart_table td:nth-child(2):before {
		content: '수량';
	}
	.order_form .cart_table td:nth-child(3):before {
		content: '예약금';
	}
	.order_form .cart_table td:nth-child(4):before {
		content: '현장결제금';
	}
	.order_form .cart_table td:nth-child(5):before {
		content: '총금액';
	}
	.order_form .cart_table td:nth-child(3), 
	.order_form .cart_table td:nth-child(4), 
	.order_form .cart_table td:nth-child(5) {
		display: inline-block;
		width: 33.333%;
		font-size: 16px;
	}
	.cart_form .agreement .box > div h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cart_form .agreement .box > div p {
		font-size: 14px;
	}
	.cart_form .check input + label {
		font-size: 16px;
	}
	.cart_form .credit table colgroup {
		display: none;
	}
	.cart_form .credit table tbody tr,
	.cart_form .credit table tbody th,
	.cart_form .credit table tbody td	{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.cart_form .credit table tbody th {
		border-bottom: 1px dashed rgba(161, 161, 161, 0.5);
	}
	.cart_form .credit table tbody th:nth-child(3) {
		border-top: 1px dashed #A1A1A1;
	}
	.cart_form .credit table tbody td {
		padding: 20px;
	}
	.cart_form .credit table tbody td .credit_num span {
		font-size: 14px;
		padding: 0 10px;
	}
	
	.cart_form .order_btn {
		padding: 15px 30px;
		font-size: 18px;
	}
	
	
	.order_form .complete {
		background-size: 80px;
		padding-top: 85px;
	}
	.order_form .complete h3 {
		font-size: 34px;
		margin-top: 15px;
	}
	.order_form .complete p {
		font-size: 16px;
		margin-top: 15px;
	}
	.cart_table td.form {
		padding: 0 0 10px;
	}
	.order_form .btn_area .line_btn {
		padding: 15px 30px;
		font-size: 18px;
	}
	
	
	
	.reserve_cancel .title h3 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.reserve_cancel .cancel_form > div p {
		font-size: 16px;
	}
	.reserve_cancel .cancel_form > div ul li {
		font-size: 15px;
	}
	
	
	
	.cancel_complete {
		padding: 60px 0;
	}
	.cancel_complete .box div {
		background-size: 80px;
		font-size: 30px;
		padding-top: 95px;
	}
	.cancel_complete .box p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 380px) {
	.cart_table td table td {
		flex: none;
		width: 100%;
	}
	.cart_table td table tr.grid2 td {
		width: 50%;
	}
}