@charset "utf-8";
/* Element Reset */
/*
	Document   : ckpoint_info
	Created on : 2014. 5. 23, 오후 12:13:47
	Author     : m8kay
	Description:
		Purpose of the stylesheet follows.
*/

.ckpoint_payment {
	color: #333333;
	width: 100%;
	margin: auto;
	font-family: 'Noto Sans', sans-serif;
}

.ckpoint_payment h2 {
	margin-left: 10px;
}

.ckpoint_payment .inputform_content {
	min-height: 360px;
	background: url("../img/ckchina/bg_payment_info.png") no-repeat 0 0 / cover;
	margin-bottom: 20px;
	padding: 50px 40px 40px;
}

.ckpoint_payment .process_payment, .ckpoint_payment .payment_result {
	margin-top: 60px;
	text-align: center;
}

.ckpoint_payment .process_payment .payment_notice, .ckpoint_payment .payment_result .payment_notice {
	margin-top: 25px;
	font-size: 15px;
	/*color: #F05960;*/
}

.ckpoint_payment .process_payment .payment_icon, .ckpoint_payment .payment_result .payment_icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.ckpoint_payment .process_payment .payment_icon.icon_fail, .ckpoint_payment .payment_result .payment_icon.icon_fail {
	width: 144px;
}
.ckpoint_payment .process_payment .payment_icon img, .ckpoint_payment .payment_result .payment_icon img {
	width: 100%;
	height: auto;
}

.ckpoint_payment .process_payment .payment_notice .title, .ckpoint_payment .payment_result .payment_notice .title {
	color: #000;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.6;
}
.ckpoint_payment .process_payment .payment_notice .text, .ckpoint_payment .payment_result .payment_notice .text {
	padding-top: 10px;
	padding-bottom: 50px;
	color: var(--color-black);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

.ckpoint_payment .process_payment .payment_notice .payment_notice_table,
.ckpoint_payment .payment_result .payment_notice .payment_notice_table {
	width: 60%;
	margin: 26px auto 50px;
}

.ckpoint_payment .inputform_content .content_header {
	padding-bottom: 4px;
	color: var(--color-primary);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
}

.ckpoint_payment .inputform_content .explain {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 12px;
}

.ckpoint_payment .inputform_content .text_content {
	width: 180px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.ckpoint_payment .inputform_content .item_container {
	text-align: center;
	min-height: 140px;
	lign: center;
}

.ckpoint_payment .inputform_content .content_item {
	width: 24%;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.ckpoint_payment .inputform_content .content_item .item_text {
	margin-top: 5px;
	font-size: 16px;
	cursor: pointer;
}

.ckpoint_payment .inputform_content .content_item .item_img {
	cursor: pointer;
}

.ckpoint_payment .inputform_content .content_item .item_img .imgSetEvent {
	pointer-events: none;
	vertical-align: bottom;
}

.ckpoint_payment .inputform_content .item_product {
	padding-top: 20px;
	padding-left: 250px;
	height: 90px;
	text-align: left;
	font-weight: bold;
	font-size: 28px;
}

.ckpoint_payment .inputform_content .item_product .item_amount {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	width: 400px;
	text-align: left;
	zoom: 1;
	*display: inline;
}

.ckpoint_payment .inputform_content .item_product input {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 4px solid #333333;
	font-size: 28px;
	text-align: right;
}

.ckpoint_payment .inputform_content .item_product .exp_product {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.ckpoint_payment .payment_notice_table {
	width: 100%;
	margin: 0 auto;
}
.ckpoint_payment .payment_notice_table th, .ckpoint_payment .payment_notice_table td {
	padding: 9px 0 8px;
	border-bottom: 1px solid var(--color-line);
}
.ckpoint_payment .payment_notice_table th {
	width: 11%;
	padding-right: 24px;
	white-space: nowrap;
	color: var(--color-default);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.8;
	text-align: left;
}

.ckpoint_payment .payment_notice_table td {
	text-align: left;
	color: var(--color-default);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}


.ckpoint_payment .inputform_content textarea {
	width: 99%;
	height: 200px;
	resize: none;
}

.ckpoint_payment .inputform_content .voucher_code {
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
}

.ckpoint_payment .inputform_content .account_holder {
	width: 100%;
	margin-top: 30px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.ckpoint_payment .inputform_content .phone_number {
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.ckpoint_payment .inputform_content .agreement_area {
	text-align: center;
	vertical-align: top;
}

.ckpoint_payment .bt_area {
	margin-top: 40px;
	text-align: center;
}

.ckpoint_payment .button_container {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/*.ckpoint_payment .payment_result {*/
/*	border-top: 2px solid #BEDDF1;*/
/*	background-color: #FBFEFF;*/
/*	margin-top: 20px;*/
/*	margin-bottom: 40px;*/
/*}*/

/*.ckpoint_payment .payment_result .subtitle {*/
/*	margin-top: 20px;*/
/*	margin-bottom: 20px;*/
/*	text-align: center;*/
/*}*/

/*.ckpoint_payment .payment_result .fail_content {*/
/*	font-size: 14px;*/
/*	margin-left: 10px;*/
/*	text-align: center;*/
/*}*/

/*.ckpoint_payment .payment_result .text_content {*/
/*	width: 180px;*/
/*	margin-left: 20px;*/
/*	margin-bottom: 10px;*/
/*	font-size: 14px;*/
/*	display: inline-block;*/
/*}*/

/*.ckpoint_payment .payment_result .text_comment {*/
/*	width: 100%;*/
/*	margin-top: 10px;*/
/*	margin-left: 20px;*/
/*	margin-bottom: 10px;*/
/*	font-size: 12px;*/
/*	font-weight: bold;*/
/*	line-height: 16px;*/
/*}*/

.ckpoint_payment .content-anchor {
	color: blue;
	text-decoration: underline;
}

.status_loading {
	display: none;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
	height: 24px;
	width: auto;
}

.voucher_valid {
	display: none;
	margin-top: -3px;
	vertical-align: middle;
	margin-left: 10px;
}

.voucher_valid.on {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.original_price {
	font-weight: bold;
	font-size: 28px;
}

.discount_percent {
	font-weight: bold;
	font-size: 28px;
}

.current_price {
	font-weight: bold;
	color: #ff0b6c;
	font-size: 28px;
}

.original_price_sub {
	font-size: 22px;
}

.discount_percent_sub {
	font-size: 22px;
}

.current_price_sub {
	font-size: 22px;
}

.code_textbox {
	outline: none;
	border: 1px solid #C0C0C0;
}

.code_textbox:focus {
	outline: none;
	border: 1px solid #0066ff;
}

#voucher_apply {
	cursor: pointer;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}

#voucher_cancel {
	cursor: pointer;
}

.ck-ad-area {
	display: none;
}

.ck-ad-bg {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.ck-ad-pop {
	position: absolute;
	background: url("../img/bg-popup.png");
	top: 200px;
	z-index: 10;
	left: 0;
	box-shadow: 2px 2px 10px #000;
}

.ck-ad-pop .ck-ad-head {
	text-align: right;
}

.ck-ad-pop .ck-ad-head .close {
	background: url("../img/btn-pop-close.png") right top no-repeat;
	width: 60px;
	height: 28px;
	display: inline-block;
	cursor: pointer;
}

.ck-ad-pop .ck-ad-body {
	margin: 0 28px 28px 28px;
	background: #F6F6F6;
	padding: 20px;
	word-break: keep-all;
}

.ck-ad-pop .ck-ad-body .button {
	font-size: 17px;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	background: #3698E1;
	padding: 20px 0;
}

.ck-ad-pop .ck-ad-foot {
	background: #3698E1;
	padding: 5px 20px;
	color: #FFF;
	overflow: hidden;
}

.ck-ad-pop .ck-ad-foot input {
	vertical-align: middle;
}

.ck-ad-pop .ck-ad-foot .close {
	background: url("../img/btn-pop-close2.png") no-repeat;
	margin-top: 3px;
	float: right;
	width: 44px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.ck-ad-pop .level1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 20px;
}

.ck-ad-pop .level2 {
	line-height: 160%;
	font-size: 14px;
	margin-left: 20px;
}

/*~---------------------------------------------------*/
.ckpoint_payment .horizontal {
	border-top: 1px #999999 solid;
}

.ckpoint_payment .board_line {
	border: 1px #999999 solid;
}

.ckpoint_payment .use_buy>.col_01 {
	width: 315px;
}

.ckpoint_payment .use_buy span {
	margin: 0 20px;
}

.ckpoint_payment .col_02 {
	margin: 45px 25px;
}

.ckpoint_payment .use_buy>.col_03 {
	width: 313px;
}

.ckpoint_payment .use_buy input {
	border: 0;
	text-align: right;
	width: 85px;
}

.ckpoint_payment .inline_block {
	display: inline-block;
}

.ckpoint_payment .use_buy {
	margin: 30px 25px;
	display: inline-block;
	line-height: 50px;
	background: white;
}

.ckpoint_payment .use_buy>.custom_price {
	float: right;
	width: 164px;
	text-align: right;
}

.ckpoint_payment .use_buy_02 {
	margin: 45px 20px;
	display: inline-block;
	line-height: 50px;
}

.ckpoint_payment .title_01 {
	font-size: 24px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 50px;
	margin-left: 70px;
}

.ckpoint_payment .title_02 {
	font-size: 24px;
	line-height: 30px;
	color: #35bef7;
	box-sizing: border-box;
	font-weight: bold;
}

.ckpoint_payment .title_03 {
	font-size: 20px;
	font-weight: bold;
}

.ckpoint_payment .title_image {
	background: url("/modules/payment/tpl/img/ico_circle_rightV.png") no-repeat top left;
}

.ckpoint_payment .background {
	background-color: #eeeeee;
}

.ckpoint_payment .margin_30_0 {
	margin: 30px 0;
}

.ckpoint_payment .margin_left_25px {
	margin-left: 25px;
}

.ckpoint_payment .margin_left_20px {
	margin-left: 20px;
}

.ckpoint_payment .margin_top_20 {
	margin-top: 20px;
}

.ckpoint_payment .margin_top_15 {
	margin-top: 15px;
}

.ckpoint_payment .margin_top_10 {
	margin-top: 10px;
}

.ckpoint_payment .padding_30_0 {
	padding: 30px 0;
}

.ckpoint_payment .row_03 {
	margin-left: 20px;
}

.ckpoint_payment .agreement-wrapper {
	width: 960px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 15px 0 20px;
	background-color: #f4f4f4;
	border-radius: 4px;
}

.ckpoint_payment .agreement-wrapper input[name=agreement_channel] {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.ckpoint_payment .agreement-wrapper input[name=agreement_channel]+label {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.ckpoint_payment .agreement-wrapper input[name=agreement_channel]+label:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: solid 1px #c5cee0;
	background-color: #ffffff;
	display: inline-block;
	margin-right: 10px;
}

.ckpoint_payment .agreement-wrapper input[name=agreement_channel]:checked+label:before {
	background: url("../img/agreement_channel_check.png") no-repeat center center #0095ff;
}

.ckpoint_payment .agreement-wrapper .agreement-checkbox-des {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.3px;
	color: #353535;
}

.ckpoint_payment .agreement-wrapper .agreement-btn {
	margin-left: auto;
}

.ckpoint_payment .agreement-wrapper .agreement-btn .boxing {
	padding: 7px 16px;
	border-radius: 4px;
	border: solid 1px #8f9bb3;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.33;
	text-align: center;
	color: #8f9bb3;
}

.ckpoint_payment .agreement-wrapper .agreement-btn .boxing:hover {
	background-color: #edeff3;
}

.ckpoint_payment .agreement-wrapper .agreement-btn .boxing:active {
	background-color: #e4e7ed;
}


.ckpoint_payment .agreement {
	width: 160px;
	height: 25px;
}

.ckpoint_payment .button_contain {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.ckpoint_payment .button_box {
	width: 200px;
	height: 48px;
	border: 0;
	outline: 0;
	line-height: 48px;
	color: white;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

/*.ckpoint_payment .next_bt,*/
/*.ckpoint_payment #next_bt {*/
/*	border-radius: 4px;*/
/*	background-color: #0095ff;*/
/*	font-size: 16px;*/
/*	text-align: center;*/
/*	color: #ffffff;*/
/*}*/

/*.ckpoint_payment .next_bt:hover,*/
/*.ckpoint_payment #next_bt:hover {*/
/*	background-color: #42aaff;*/
/*}*/

/*.ckpoint_payment .next_bt:active,*/
/*.ckpoint_payment #next_bt:active {*/
/*	background-color: #006fd6;*/
/*}*/

.ckpoint_payment .button_contain>a {
	display: inline-block;
	margin-right: 12px;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
	color: #8f9bb3;
	border-radius: 4px;
	border: 1px solid #8f9bb3;
}

.ckpoint_payment .button_contain>a:hover {
	background-color: #edeff3;
}

.ckpoint_payment .button_contain>a:active {
	background-color: #e4e7ed;
}

.ckpoint_payment .head_title,
.ckpoint_payment .head_title_lite {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 20px;
	color: #353535;
}

.ckpoint_payment .head_title_lite h3,
.ckpoint_payment .head_title h3 {
	width: 390px;
	margin: 0 149px 14px 0;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #353535;
	white-space: pre-wrap;
}

.ckpoint_payment .head_body {
	font-size: 18px;
	line-height: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/*image */
.ckpoint_payment .item_container {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ckpoint_payment .item_container>span {
	font-weight: bold;
	padding-bottom: 20px;
	display: block
}

.ckpoint_payment .item_container>p {
	margin: 0;
}

.ckpoint_payment .item_container>label>.content_item {
	width: 310px;
	height: 137px;
	border-radius: 4px;
	border: solid 1px #c5cee0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}



.ckpoint_payment .item_container>label:nth-child(2)>.content_item {
	margin: 0 12px;
}

.ckpoint_payment .item_container>label>.content_item>.item_img input {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
}

.ckpoint_payment .item_container>label>.content_item>.item_text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ckpoint_payment .item_container>label>.content_item>.item_text span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #353535;
	margin-top: 15px;
}

.ckpoint_payment .payment_info {
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.3px;
	color: #353535;
}

.ckpoint_payment .payment_guidance {
	width: 960px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 25px 30px;
	border-radius: 4px;
	border: solid 1px #e4e9f2;
	background-color: #ffffff;
	box-sizing: border-box;
}

.ckpoint_payment .payment_guidance {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.3px;
	color: #353535;
}

.ckpoint_payment .payment_guidance .hr {
	margin: 10px 0;
	height: 1px;
	background-color: #e4e9f2;
	border: none;
}

.ckpoint_payment .payment_guidance .payment_guidance_title {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #353535;
}

/* The Modal (background) */
.agreementModal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 3;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
.agreementModal .modal-content {
	background-color: #fefefe;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	/*border: 1px solid #888;*/
	width: 760px;
	/*height: 500px;*/

}

.agreementModal .modal-content>.header {
	/*padding-top: 20px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	font-size: 20px;
}

.agreementModal .modal-content>.content {
	margin-top: 20px;
	padding-bottom: 15px;
}

.agreementModal>.modal-content>.content textarea {
	resize: none;
	padding: 15px;
	width: calc(100% - 30px);
	height: 300px;
	font-size: 14px;
	line-height: 20px;
}

.agreementModal>.modal-content>.footer>div>.close {
	font-size: 16px;
	font-weight: bold;
	background-color: black;
	padding: 15px 100px;
	cursor: pointer;
	line-height: 50px;
	color: #ffffff;
}

.agreementModal>.modal-content>.footer>div {
	margin-bottom: 20px;
}

/*The Close Button*/
.agreementModal .close {
	font-size: 16px;
	font-weight: bold;
	background-color: black;
	padding: 15px 100px;
	cursor: pointer;
}

.agreementModal .close:hover {
	text-decoration: underline;
}

.ticket-purchase-wrapper {
	width: 960px;
	height: 148px;
	background-position-x: right;
	border-radius: 8px;
	border: solid 1px #c5cee0;
	margin: 16px 0 90px 0;
	padding: 40px 0 40px 40px;
	box-sizing: border-box;
}

.ticket-purchase-wrapper-lite {
	width: 960px;
	height: 150px;
	background-position-x: right;
	border-radius: 8px;
	border: solid 1px #c5cee0;
	margin: 19px 1px 18px 0;
	padding: 24px 34px;
	box-sizing: border-box;
}

.ticket-purchase-wrapper-left-lite {
	width: 387px;
	height: 275px;
	background-position-x: right;
	border-radius: 8px;
	border: solid 1px #0095ff;
	margin: 19px 1px 18px 0;
	padding: 24px 34px;
	box-sizing: border-box;
	cursor: pointer;
}

.ticket-purchase-wrapper-right-lite {
	width: 387px;
	height: 275px;
	background-position-x: right;
	border-radius: 8px;
	border: solid 1px #c5cee0;
	margin: 19px 1px 18px 0;
	padding: 24px 34px;
	box-sizing: border-box;
	cursor: pointer;
}

.ticket-purchase-wrapper .ticket-purchase-box-wrapper,
.ticket-purchase-wrapper-lite .ticket-purchase-box-wrapper {
	width: 100%;
	/*height: 100%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.ticket-purchase-box-wrapper .ticket-purchase__result,
.ticket-purchase-wrapper-lite .ticket-purchase__result {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 35px;
}

.ticket-purchase-wrapper .ticket-purchase-box-wrapper .ticket-purchase__header span,
.ticket-purchase-wrapper-lite .ticket-purchase-box-wrapper .ticket-purchase__header span {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.3px;
	color: #898989;
}

.ticket-purchase-box-wrapper .ticket-purchase__result p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #353535;
}

.ticket-purchase-box-wrapper .ticket-purchase__result .ticket-purchase__result-inner {
	display: flex;
	align-items: center;
}

.ticket-purchase-box-wrapper .ticket-purchase__result .ticket-purchase__result-inner .custom_text {
	margin: 0 5px;
	font-size: 20px;
	font-weight: 500;
	color: #353535;
}

.ticket-purchase-box-wrapper .ticket-purchase__result-inner .custom_price,
.ticket-purchase-box-wrapper .ticket-purchase__result-inner .cutsom_price_title,
.ticket-purchase-box-wrapper .ticket-purchase__result--title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #353535;
}

.ticket-purchase-box-wrapper .ticket-purchase__result-subtitle {
	padding-top: 9px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.3px;
	color: #474747;
}

.ticket-purchase-box-wrapper .ticket-purchase__result-inner #prd_amount,
#prd_amount2 {
	display: inline-block;
	width: 51px;
	height: 33px;
	border-radius: 4px;
	border: solid 1px #c5cee0;
	font-size: 20px;
	font-weight: 500;
	color: #222b45;
	background-color: #f7f9fc;
	padding-right: 7px;
	text-align: right;
	box-sizing: border-box;
	outline: none;
}

.payment_info input.payment_input_box {
	height: 33px;
	border-radius: 4px;
	border: solid 1px #c5cee0;
	font-size: 20px;
	font-weight: 500;
	color: #222b45;
	background-color: #f7f9fc;
	text-align: center;
	box-sizing: border-box;
	outline: none;
}

/**** 0219 리뉴얼 프로모션 CSS ****/
.cpkr {
	width: 1200px;
	padding: 0 100px;
	box-sizing: border-box;
}

.ckpoint_payment .box1 {
	width: 960px;
	height: 222px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 18px 0 90px 0;
	border-radius: 8px;
	border: solid 1px #c5cee0;
	text-align: center;
	padding: 0 105px;
	box-sizing: border-box;
}

.ckpoint_payment .box1_lite {
	margin: 12px 0 66px 0;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #353535;
}

.ckpoint_payment .box1_lite .text-style-1 {
	text-decoration: underline;
	color: #0095ff;
}

.ckpoint_payment .box1_lite .Icon-Link-Page {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.ckpoint_payment .box1 .box1__inner p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #353535;
}

.ckpoint_payment .payment_buy {
	display: flex;
	align-items: flex-end;
}

/*.ckpoint_payment .ticket-purchase-container {*/
/*    position: relative;*/
/*}*/

.ckpoint_payment .pop-promotion-box {
	display: block;
	position: absolute;
	right: 114px;
	top: -140px;
	width: 230px;
	height: 179px;
}

.ckpoint_payment img.pop-promotion-2204 {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ckpoint_payment .payment_buy .payment_buy_title {
	font-size: 24px;
	font-weight: 500;
	margin-right: 13px;
	line-height: 1.4;
	color: #353535;
}

.ckpoint_payment .payment_buy .payment_buy_sub_title {
	font-size: 14px;
	line-height: 1.6;
	color: #898989;
}

.ckpoint_payment .promotion-2204-box {
	width: 960px;
	height: 310px;
	margin: 18px 1px 9px 0;
	padding: 17px 28px 26px;
	background: #E0F1FF;
	border-radius: 8px;
	border: solid 1px #40b6ff;
	box-sizing: border-box;
}

.ckpoint_payment .promotion-2204-box img.ico-pay-notice {
	width: 22px;
	height: 22px;
	margin: 3px 6px 1px 0;
	object-fit: contain;
}

.ckpoint_payment .promotion-2204-box h5 {
	margin: 0 0 0 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: normal;
	color: #0095ff;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-title {
	display: flex;
	align-content: end;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice {
	width: 904px;
	height: 228px;
	margin-top: 13px;
	padding: 12px 0 19px 18px;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice ul {
	font-size: 16px;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice ul li {
	margin: 6px 0;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: -0.3px;
	color: #353535;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice ul li:nth-child(2n) {
	line-height: 1.5;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice li span.text-style-2 {
	color: #898989;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice li span.indent-style {
	padding-left: 10px;
}

.ckpoint_payment .promotion-2204-box .promotion-2204-notice span {}

.ckpoint_payment .payment_method .payment_method_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #353535;
}

.ckpoint_payment .payment_method .payment_method_title_lite {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #353535;
	width: 961px;
	padding: 47px 0 20px;
}

.content_bottom_span {
	text-underline-position: under;
	box-shadow: inset 0 -1px 0 #0095ff;
	line-height: 21px;
}

.content_bottom_span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 2px;
	left: 1px;
}

.channel_amount {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

.ck-info-list {
	margin-top: 12px;
	color: inherit;
}

.ck-info-list li {
	padding-left: 15px;
}

.ck-info-list li:before {
	position: relative;
	display: inline-block;
	margin-left: -15px;
	margin-right: 8px;
	content: '-';
}

/* 대입 몬스터 2207 */
.cpkr.monster {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.cpkr.monster>.content {
	margin-top: 144px;
	padding-bottom: 80px;
}

.cpkr.monster .payment_sec_title {
	font-size: 30px;
	letter-spacing: -0.7px;
	color: #1A172F;
}

.cpkr.monster .ckpoint_payment {
	width: 1084px;
}

.cpkr.monster .ckpoint_payment * {
	font-family: GmarketSansMedium;
}

.cpkr.monster .ckpoint_payment .ck-payment-top {
	margin-bottom: 104px;
}

.cpkr.monster .ckpoint_payment .title-area {
	margin-bottom: 80px;
	padding: 24px;
	background: #EEF9FF;
	border-radius: 8px;
}

.cpkr.monster .ckpoint_payment .title-area .head_title {
	padding-top: 0;
}

.cpkr.monster .ckpoint_payment .title-area .head_title h3 {
	width: auto;
	margin: 0 0 16px 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: -0.7px;
	color: #0FABFF;
}

.cpkr.monster .ckpoint_payment .title-area .head_title h3:after {
	display: inline-block;
	width: 42px;
	height: 31px;
	margin-left: 4px;
	background: url('../img/icon_ms_check.png') no-repeat 0 0 / contain;
	content: '';
}

.cpkr.monster .ckpoint_payment .title-area .box1_lite {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.5px;
	color: #34303E;
}

.cpkr.monster .ckpoint_payment .item_container {
	justify-content: space-between;
}

.cpkr.monster .ckpoint_payment .item_container>label {
	width: 313px;
}

.cpkr.monster .ckpoint_payment .item_container>label>.content_item {
	margin: 0;
	width: 100%;
	border-color: #D2D1D4;
	border-radius: 8px;
}

.cpkr.monster .ckpoint_payment .item_container {}

.cpkr.monster .ckpoint_payment .payment_guidance {
	width: 100%;
	margin-bottom: 72px;
	padding: 24px;
	border: none;
	background: #F7F7F8;
	border-radius: 8px;
	color: #34303E;
}

.cpkr.monster .payment_guidance .ck-info-list {
	margin-left: 12px;
}

.cpkr.monster .payment_guidance .ck-info-list span.indent-style {
	padding-left: 26px;
}

.cpkr.monster .ckpoint_payment .payment_guidance_title {
	margin-bottom: 14px;
	font-family: GmarketSansBold;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	font-feature-settings: 'liga' off;
	color: #34303E;
}

.cpkr.monster .ckpoint_payment .payment_guidance_title:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: url('../img/icon_exclamation.png') no-repeat 0 0 / contain;
	vertical-align: middle;
	content: '';
}

.cpkr.monster .item_container .item_img input,
.cpkr.monster .coupon_item_container .item_input input {
	opacity: 0.3;
}

.cpkr.monster .item_container .item_img input:checked,
.cpkr.monster .coupon_item_container .item_input input:checked {
	opacity: 1;
}

.cpkr.monster .item_container .content_item.selected,
.cpkr.monster .coupon_item_container .content_item.selected {
	border-color: var(--color-primary) !important;
}

/* 이용권 구매 */
.cpkr.monster .coupon_item_container {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.cpkr.monster .coupon_item_container>label {}

.cpkr.monster .coupon_item_container .content_item {
	width: 313px;
	height: 297px;
	border: 1px solid #D2D1D4;
	border-radius: 8px;
	padding: 32px 0 24px;
	text-align: center;
	cursor: pointer;
}

.cpkr.monster .coupon_item_container .item_input {
	position: relative;
}

.cpkr.monster .coupon_item_container .item_input span {
	font-size: 36px;
	line-height: 47px;
	letter-spacing: -0.7px;
	color: #1A172F;
	vertical-align: middle;
}

.cpkr.monster .coupon_item_container .item_input input {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}

.cpkr.monster .coupon_item_container .item_text {
	position: relative;
	margin-top: 84px;
	padding-top: 32px;
	text-align: center;
}

.cpkr.monster .coupon_item_container .item_text i {
	font-style: normal;
}

.cpkr.monster .coupon_item_container .tooltip {
	position: relative;
	--tooltip-bg: #FF7D1A;
}

.cpkr.monster .coupon_item_container .tooltip_list {
	position: absolute;
	left: 50%;
	top: -72px;
	margin: 0 0 0 -65px;
	padding: 0 4px;
	width: 130px;
	height: 34px;
	background: var(--tooltip-bg);
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: -0.5px;
	text-align: center;
	transition: opacity 0.15s ease-in;
}

.cpkr.monster .coupon_item_container .tooltip_list:before {
	position: absolute;
	left: 50%;
	bottom: -10px;
	border: 5px solid transparent;
	border-top-color: var(--tooltip-bg);
	width: 0;
	content: '';
}


.cpkr.monster .coupon_item_container .text_org_price {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	text-decoration-line: line-through;
	color: #8E8C94;
}

.cpkr.monster .coupon_item_container .text_price {
	font-family: GmarketSansBold;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: -0.7px;
	color: #1A172F;
}

.cpkr.monster .coupon_item_container .text_vat {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #8E8C94;
}

.cpkr.monster .agreement-wrapper {
	width: 100%;
	background-color: #F7F7F8;
}

.cpkr.monster .agreement-wrapper .agreement-btn .boxing {
	display: inline-block;
	width: 110px;
	height: 30px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #615E69;
	border-radius: 8px;
	font-size: 14px;
	line-height: 29px;
	color: #615E69;
}

.cpkr.monster .agreement-wrapper .agreement-btn .boxing:hover {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.cpkr.monster .ck-info-list li:before {
	top: -4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1A172F;
	content: '';
}

.cpkr.monster .ckpoint_payment .button_contain {
	margin-top: 72px;
}

.cpkr.monster .ckpoint_payment .button_contain .button_box {
	width: 176px;
	height: 40px;
	padding: 0;
	background: #D2D1D4;
	border: none;
	border-radius: 8px !important;
	line-height: 2.7;
	color: white;
}

.cpkr.monster .ckpoint_payment .button_contain .button_box:nth-child(2) {
	background-color: var(--color-primary) !important;
}

.cpkr.monster .ckpoint_payment .button_contain .button_box:hover {
	filter: brightness(95%);
}

.cpkr.monster .ckpoint_payment .payment_method.hide,
.cpkr.monster .ckpoint_payment .payment_guidance.hide,
.cpkr.monster .ckpoint_payment .payment_guidance.hide,
.cpkr.monster .ckpoint_payment .payment_guidance.hide+div {
	display: none;
}

/************************************************************************
* ckchina / ej / 2023.07
************************************************************************/
/* 이용권 충전 */
.ckchina .mhuItem-point-purchase {
	padding-bottom: 120px;
}

.ckchina .mhuItem-point-purchase__list {
	display: flex;
	gap: 20px;
	min-height: 320px;
}

.ckchina .mhuItem-point-purchase__list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	border: 1px solid #fff;
	outline: 1px solid var(--color-line);
	box-sizing: border-box;
	text-align: center;
	padding: 35px 25px 40px;
}

.ckchina .mhuItem-point-purchase__list-item.mhuState-active {
	border: 1px solid var(--color-default);
	outline: 1px solid var(--color-default);
	background: #F3F3F3;
}

.ckchina .mhuItem-point-purchase__price {
	color: var(--color-default);
	font-size: 24px;
	font-weight: var(--font-black);
	line-height: 1.4;
}

.ckchina .mhuItem-point-purchase__point-box {
	position: relative;
	padding-top: 36px;
}

.ckchina .mhuItem-point-purchase__point-before {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	color: var(--color-gray-50);
	font-size: 24px;
	font-weight: var(--font-regular);
	line-height: 1.3;
	transform: translateX(-50%);
}

.ckchina .mhuItem-point-purchase__point-before:not(:empty):after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-40%);
	width: 127px;
	height: 26px;
	background: url("../img/ckchina/img_discount_line.png") no-repeat 0 0 / 100% auto;
}

.ckchina .mhuItem-point-purchase__point-after {
	color: var(--color-default);
	font-size: 36px;
	font-weight: var(--font-black);
	line-height: 1.2;
}

.ckchina .mhuItem-point-purchase__benefit {
	color: var(--color-error);
	font-size: 18px;
	font-weight: var(--font-regular);
	line-height: 180%;
}

.ckchina .mhuItem-point-purchase__benefit strong {
	font-weight: var(--font-black);
}

.ckchina .mhuFormCustomInput-counter-root {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 32px;
	margin-top: auto;
}

.ckchina .mhuFormCustomInput-counter__input {
	width: 60px;
	height: 30px;
	border-width: 0 0 1px 0;
	border-color: var(--color-default);
	text-align: center;
	font-size: 18px;
	font-weight: var(--font-black);
	color: var(--color-default);
	background-color: transparent;
}

.ckchina .mhuItem-point-purchase__amount {
	display: flex;
	padding-top: 50px;
	justify-content: flex-end;
	align-items: flex-end;
}

.ckchina .mhuItem-point-purchase__amount-text {
	padding-right: 8px;
	color: var(--color-gray-50);
	font-size: 24px;
	font-weight: var(--font-black);
	line-height: 1;
}

.ckchina .mhuItem-point-purchase__amount-box {
	display: flex;
	gap: 6px;
	color: var(--color-default);
	font-size: 54px;
	font-weight: var(--font-black);
	line-height: 1;
}

.ckchina .mhuItem-point-purchase__amount-price {
	color: var(--color-primary);
}

/* Chrome, Safari, Edge, Opera */
.ckchina .mhuFormCustomInput-counter__input::-webkit-outer-spin-button,
.ckchina .mhuFormCustomInput-counter__input::-webkit-inner-spin-button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox  */
.ckchina .mhuFormCustomInput-counter__input {
	-moz-appearance: textfield;
}

.ckchina .mhuFormCustomInput-counter__button {
	width: 30px;
	height: 30px;
	margin: 0 4px;
	border-radius: 4px;
	background-color: var(--color-default);
}

.ckchina .mhuFormCustomInput-counter__button-plus {
	background: var(--color-default) url("../img/ckchina/icon_counter_plus.png") no-repeat 0 0 / 100%;
}

.ckchina .mhuFormCustomInput-counter__button-minus {
	background: var(--color-default) url("../img/ckchina/icon_counter_minus.png") no-repeat 0 0 / 100%;
}

/* 결제 방법 */
.ckchina .mhuItem-payment-method {
	padding-bottom: 80px;
}

.ckchina .mhuItem-payment-method__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.ckchina .mhuItem-payment-method__list li {
	flex: 0 0 calc(50% - 10px);
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck-root {
	display: block;
	margin: 0;
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck {
	position: absolute;
	top: 50%;
	left: 42px;
	width: 40px;
	height: 40px;
	background-color: var(--color-line);
	border: 0;
	transform: translateY(-50%);
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck:after {
	width: 40px;
	height: 40px;
	background-image: url("../img/ckchina/icon_check.png");
	opacity: 1;
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck+.mhuFormControlCheckLabel-root {
	display: block;
	width: 100%;
	margin-left: 0;
	padding: 25px 58px 25px 42px;
	border: 3px solid var(--color-line);
	border-radius: 70px;
	cursor: pointer;
	text-align: right;
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck:checked {
	background-color: var(--color-primary);
}

.ckchina .mhuItem-payment-method .mhuFormControlCheck:checked+.mhuFormControlCheckLabel-root {
	border-color: var(--color-primary);
}

.ckchina .mhuItem-payment-method .mhuFormControlCheckLabel-root img {
	width: auto;
	height: 56px;
	text-align: right;
}

/* 이용 가이드 */
.ckchina .mhuItem-ckpoint-payment .mhuItem-payment-guidance {
	padding-bottom: 80px;
}

.ckchina .mhuItem-ckpoint-payment .mhuItem-payment-guidance__item {
	padding-top: 30px;
}

.ckchina .mhuItem-ckpoint-payment .mhuItem-payment-guidance__item:first-child {
	padding-top: 0;
}

.ckchina .mhuItem-ckpoint-payment .mhuItem-payment-guidance__title {
	color: var(--color-black);
	font-size: 18px;
	font-weight: var(--font-black);
	line-height: 1.8;
}

.ckchina .mhuItem-ckpoint-payment .mhuItem-payment-guidance__list>li {
	color: var(--color-black);
	font-size: 18px;
	font-weight: var(--font-regular);
	line-height: 1.8;
	list-style: inside;
}


/*-------------------------------------------위챗 QR결제창 */
.qr_payment {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 500px;
	height: 900px;
	padding: 20px 0 50px;
}
.qr_payment_header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 16px 0;
	border-bottom: 2px solid var(--color-default);
}
.qr_payment_header .logo {
	width: 195px;
	height: auto;
}
.qr_payment_header .logo img {
	width: 100%;
	height: auto;
}
.qr_payment_header .qr_payment_price_area {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-left: auto;
}
.qr_payment_header .qr_payment_price_title {
	color: var(--color-default);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin-right: 15px;
}
.qr_payment_header .qr_payment_price, .qr_payment_header .qr_payment_price span {
	color: var(--color-primary);
	font-size: 48px;
	font-weight: 900;
	line-height: 35px;
}

.qr_payment_body .payment_notice_table {
	width: 100%;
	margin: 10px auto 40px;
}
.qr_payment_body .payment_notice_table th, .qr_payment_body .payment_notice_table td {
	padding: 9px 0 8px;
	border-bottom: 1px solid var(--color-line);
}
.qr_payment_body .payment_notice_table th {
	width: 11%;
	padding-right: 24px;
	white-space: nowrap;
	color: var(--color-default);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.8;
	text-align: left;
}
.qr_payment_body .payment_notice_table td {
	text-align: left;
	color: var(--color-default);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}
.qr_payment_body .qr_area {
	padding: 40px;
	border-radius: 20px;
	background: var(--color-gray);
	text-align: center;
}
.qr_payment_body .qr_area .logo_qr {
	width: 184px;
	height: auto;
	margin: 0 auto 30px;
	mix-blend-mode: multiply;
}
.qr_payment_body .qr_area .logo_qr img {
	width: 100%;
	height: auto;
}
.qr_payment_body .qr_area .qr_box {
	display: inline-block;
	padding: 20px;
	border-radius: 12px;
	background: #fff;
}
.qr_payment_body .qr_area .qr_desc {
	padding-top: 30px;
	color: var(--color-default);
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.8;
}
.qr_payment_body .qr_area .qr_desc span {
	color: #0091D2;
}
.qr_payment_footer {
	margin-top: 20px;
}
.qr_payment_footer .mhuButtonBox-root .mhuButton-root {
	flex: 1;
	white-space: nowrap;
}