.sub_bg {
	background-image: url("../images/vip_bg.png");
}


.vip_main .o_btn {
	display: block;
	width: 100%;
	height: 106px;
	line-height: 106px;
	font-weight: 500;
	border-radius: 20px;
	font-size: 32px;
	font-family: 'AppleSDGothicNeo';
	text-align: center;
}
.vip_main .line {
	background: #BABABA;
	width: 100px;
	height: 2px;
	margin: 100px auto;
}
.vip_main .flex {
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 20px;
	margin-bottom: 100px;
}
.vip_main .flex .txt p {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.vip_main .flex .txt h3 {
	color: var(--navy);
	font-size: 60px;
	font-family: 'Cafe24Ohsquare';
	margin-bottom: 10px;
}
.vip_main .flex .txt span {
	display: block;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.vip_main .flex .thumb {
	width: 627px;
}
.vip_main .flex .thumb img {
	width: 100%;
}
.vip .desc {
	border-top: 0.5px solid rgba(161, 161, 161, 0.50);
	background: #FBFBFB;
	padding: 50px 0;
	font-family: 'AppleSDGothicNeo';
}
.vip .desc h3 {
	font-size: 25px;
	color: #2e2e2e;
	font-weight: 700;
	margin-bottom: 30px;
}
.vip .desc ul li {
	position: relative;
	font-size: 18px;
	padding-left: 30px;
	margin-top: 22px;
}
.vip .desc ul li:before {
	content: '';
	position: absolute;
	top: 8px;
    left: 5px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #2e2e2e;
}





.vip .list {
	overflow: hidden;
}
.vip .list .item {
	position: relative;
	padding: 50px 0;
}
.vip .list .item .flex {
	justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.vip .list .item .flex .text {
	flex: 1;
}
.vip .list .item .flex .text strong {
	display: block;
	font-size: 15px;
	color: #FF5F1F;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin-bottom: 20px;
}
.vip .list .item .flex .text div {
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	color: #2e2e2e;
	font-size: 30px;
	margin-bottom: 20px;
}
.vip .list .item .flex .text p {
	font-family: 'AppleSDGothicNeo';
	font-size: 20px;
	color: #2e2e2e;
	font-weight: 300;
}
.vip .list .item:nth-child(2n) {
	padding: 200px 0;
}
.vip .list .item:nth-child(2n) .flex .text {
	order: 1;
	flex: none;
}
.vip .list .item:nth-child(2n) .flex .img {
	order: 0;
	flex: 1;
}
.vip .list .item.p_bg:before {
	content: '';
    display: block;
    width: 110%;
    height: 74%;
    background: #FFF9F4;
    position: absolute;
    z-index: -1;
    transform: rotate(5deg);
    top: 13%;
    left: -5%;
}
.vip .list .item.g_bg:before {
	content: '';
    display: block;
    width: 110%;
    height: 74%;
    background: #F5F5F5;
    position: absolute;
    z-index: -1;
    transform: rotate(-5deg);
    top: 13%;
    left: -5%;
}

.vip .taC a {
	display: inline-block;
	background: #FF8A3D;
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 40px;
}

.vip .read {
	background: #FBFBFB;
	border-top: 0.5px solid rgba(161, 161, 161, 0.5);
	padding: 50px 0 30px;
	margin-bottom: -100px;
	font-family: 'AppleSDGothicNeo';
}
.vip .read h3 {
	font-size: 25px;
	color: #2e2e2e;
	margin-bottom: 30px;
}
.vip .read ul li {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}






.vip_reserve {
	background: #F5F5F5;
	box-sizing: border-box;
}
.vip_reserve .box {
	max-width: 1280px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	padding: 60px;
	box-sizing: border-box;
}
.vip_reserve .tit {
	margin-bottom: 60px;
	word-break: keep-all;
}
.vip_reserve .tit h3 {
	font-size: 40px;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin-bottom: 20px;
}
.vip_reserve p {
	font-size: 18px;
	font-family: 'SCDream',sans-serif;
	margin-bottom: 0;
}
.vip_reserve .flex {
	gap: 10px 30px;
}
.vip_reserve .flex > div {
	flex: 1;
}
.vip_reserve .label {
	position: relative;
	margin-bottom: 20px;
	font-family: 'AppleSDGothicNeo';
}
.vip_reserve .label p {
	font-size: 18px;
	color: #2E2E2E;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'AppleSDGothicNeo';
}
.vip_reserve .label p i {
	color: #FF0000;
}
.vip_reserve .label input {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 16px;
	padding: 0 10px;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	color: #2e2e2e;
	box-sizing: border-box;
	font-weight: 500;
}
.vip_reserve .label input::-webkit-input-placeholder {
	color: #d3d3d3;
	font-weight: 300;
}
.vip_reserve .label input:-moz-placeholder {
	color: #d3d3d3;
	font-weight: 300;
}
.vip_reserve .label input::-moz-placeholder {
	color: #d3d3d3;
	font-weight: 300;
}
.vip_reserve .label input:-ms-input-placeholder {
	color: #d3d3d3;
	font-weight: 300;
}
.vip_reserve .label select {
	height: 45px;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	padding: 0 10px;
	color: #d3d3d3;
	font-weight: 500;
}
.vip_reserve .label select.active {
	color: #2e2e2e;
}
.vip_reserve .label textarea {
	display: block;
	width: 100%;
	height: 80px;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	resize: none;
	box-sizing: border-box;
}
.vip_reserve .btn_area {
	gap: 10px;
}
.vip_reserve .btn_area > button {
	flex: 1;
	height: 63px;
	border-radius: 5px;
	font-size: 24px;
	font-family: 'AppleSDGothicNeo';
	font-weight: 600;
	color: #fff;
}
.vip_reserve .btn_area .faq_btn {
	background: #868482;
}
.vip_reserve .btn_area .cart_btn {
	flex: none;
	width: 63px;
	background: #e3e3e3 url("../images/ico-bag.svg")no-repeat 50% 50%;
	font-size: 0;
}



.vip .complete {
	text-align: center;
	background: #F5F5F5;
	padding: 100px 0;
}
.vip .complete .box {
	position: relative;
	background: #fff;
	max-width: 600px;
	padding: 80px 20px;
	margin: 25px auto;
	box-sizing: border-box;
}
.vip .complete .box:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: url("../images/wave_bg.svg")no-repeat 50% -15px / 100%;
}
.vip .complete .box:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: url("../images/wave_bg.svg")no-repeat 50% calc(100% - -15px) / 100%;
}
.vip .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);
	border-bottom: 2px dashed rgba(128, 128, 128, 0.5);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.vip .complete .box div strong {
	display: block;
	font-family: 'Cafe24Ohsquare';
}
.vip .complete .box p {
	font-size: 24px;
	font-weight: 300;
	color: #5B5B5B;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	word-break: keep-all;
}
.vip .complete .box h3 {
	font-size: 24px;
	color: #5B5B5B;
	font-family: 'Cafe24Ohsquare';
	margin-top: 30px;
}







@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1320px) {
	.vip_main .flex .thumb {
		width: 545px;
	}
}
@media screen and (max-width: 1024px) {
	.vip_main .o_btn {
		height: 74px;
		line-height: 75px;
		font-size: 24px;
	}
	.vip_main .line {
		height: 1px;
		margin: 50px auto;
	}
	.vip_main .flex {
		margin-bottom: 50px;
	}
	.vip_main .flex .thumb {
		width: 395px;
	}
	.vip_main .flex .txt p {
		font-size: 22px;
	}
	.vip_main .flex .txt h3 {
		font-size: 48px;
	}
	.vip_main .flex .txt span {
		font-size: 14px;
	}
	.vip .desc h3 {
		font-size: 20px;
	}
	.vip .desc ul li {
		font-size: 16px;
		padding-left: 20px;
	}
	
	
	.vip_reserve .tit h3 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.vip_reserve .tit p {
		font-size: 16px;
	}
	.vip_reserve .box {
		padding: 60px 30px;
	}
	.vip_reserve .label p {
		font-size: 16px;
	}
	.vip_reserve .label input {
		font-size: 15px;
	}
	.vip_reserve .btn_area > button {
		font-size: 18px;
		height: 55px;
	}
	
	
	
	.vip .complete {
		padding: 60px 0;
	}
	.vip .complete .box {
		padding: 30px 20px;
	}
	.vip .complete .box div {
		background-size: 80px;
		font-size: 28px;
		padding-top: 95px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.vip .complete .box p {
		font-size: 14px;
	}
	.vip .complete .box h3 {
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.vip_main .flex .txt p {
		font-size: 16px;
	}
	.vip_main .flex .txt h3 {
		font-size: 32px;
	}
	
	.vip .title {
		padding: 50px 0;
	}
	.vip .title h3 {
		font-size: 40px;
	}
	.vip .title p {
		font-size: 20px;
		margin-top: 15px;
	}
	
	
	
	
	.vip_reserve .flex > div {
		flex: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.vip_reserve .label:nth-child(2) {
		margin-left: 0;
	}
	.vip_reserve .label input,
	.vip_reserve .label select,
	.vip_reserve .label textarea {
		font-size: 15px;
	}
	.vip_reserve .btn_area > button.next_btn {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}