@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700,900&display=swap&subset=korean');

/*아이폰 박스 쉐도우 제거*/

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/*익스플로어 플레이스홀더 컬러 지정*/

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ababab;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
	color: #ababab;
}

/*purchase_start*/

.pruchase_complete_content {
	margin: 60px 0;
	text-align: center;
}

.pruchase_complete_content h3 {
	text-align: center;
	font-size: 34px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	margin-bottom: 60px;
}

/*.purchase_row {
	background-image: url(../images/customer/bg_notice.png); 
	background-size: cover; 
	background-repeat: no-repeat;}*/

.purchase_row:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.pruchase_complete_content {
	z-index: 1;
}

.pruchase_bg {
	max-width: 800px;
	margin: auto;
}

.pruchase_bg input {
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	width: 60%;
	height: 45px;
	margin-bottom: 22px;
	font-family: 'Nanum';
}

.pruchase_bg button {
	width: 15%;
	height: 45px;
	border-radius: 3px;
	border: none;
	color: #fff;
	background: #333;
	font-size: 17px;
	font-weight: 800;
	cursor: pointer;
	margin-left: 15px;
}

.pruchase_bg p {
	color: #333;
	text-align: left;
	margin-left: 90px;
}

/*//////////////////////////////////////////////////start : apply page*/

/**********************start : ticket*/

.wrap_card {

	margin: 50px 0;
	margin-top: 0;
}

.wrap_card div:nth-child(1) .ticket {
	border-top: 5px solid #f63a57;
}

.wrap_card div:nth-child(1) .ticket .font_color {
	color: #f63a57;
}

.wrap_card div:nth-child(2) .ticket {
	border-top: 5px solid #ffa813;
}

.wrap_card div:nth-child(2) .ticket .font_color {
	color: #ffa813;
}

.wrap_card div:nth-child(3) .ticket {
	border-top: 5px solid #09c66b;
}

.wrap_card div:nth-child(3) .ticket .font_color {
	color: #09c66b;
}

.wrap_card div:nth-child(4) .ticket {
	border-top: 5px solid #1784e3;
}

.wrap_card div:nth-child(4) .ticket .font_color {
	color: #1784e3;
}

.wrap_card .all_year {
	border-image: linear-gradient(to right, #fe0944 0%, #feae96 100%);
	border-image-slice: 1;
	border-width: 5px 0 0 0;
}

.wrap_card div:nth-child(4) .all_year .font_color {
	color:  #f53b57;
}
.wrap_card div:nth-child(4) .event_sale {background: #fe0944;}


.ticket {
	text-align: center;
	padding: 45px 25px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	border-top: 5px solid #0984e3;
	transition: all 0.3s ease-in-out;
}

.ticket:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.13);
	transform: translate(0, -5px);
}

/*.wrap_card div:not(:last-of-type) .ticket:after {
    content: '';
    display: block;
    clear: both;
    width: 1px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -200px;
    background: rgba(0, 0, 0, 0.08);
}*/

.ticket h5 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
	font-family: 'NanumSquare';

}

.price p:first-of-type {
	font-size: 15px;
	font-family: 'Nanum';
	text-decoration: line-through;
	margin-bottom: 10px;
	line-height: 15px;
}

.price p:nth-of-type(2) {
	font-size: 44px;
	font-family: 'NanumSquare';
	font-weight: 800;
	line-height: 35px;
	margin-bottom: 20px;
}

.price p:nth-of-type(2) span {
	font-size: 17px;
	font-weight: 400;
	margin-left: 2px;
}

.wrap_card .evtStyle .ticket h5{
	margin-top:20px;
	margin-bottom:13px;
}

.evtStyle .ticket{
	padding: 20px 20px 25px 20px;
}

.wrap_card .evtStyle:nth-child(3) .ticket{
  border: 5px solid #09c66b;
}

.wrap_card .evtStyle:last-child .ticket{
	border: 5px solid #1784e3;
}
.evtStyle .ticket>div>img{
	width:35%;
}
.wrap_card .evtStyle .ticket_con{
	margin-bottom: 31px;
}

.evtStyle .price>span{
	background:none;
	color:#76777a;
	text-decoration:line-through;
    text-shadow:none;
	font-size:22px;
	font-weight:normal;
	margin-bottom: 5px;
}
.evtStyle .price p:first-of-type{
	margin-bottom: 0px;
}

.evtStyle .ticket>p:first-of-type{
	margin-bottom:10px;
}

.evtStyle .price>p:nth-of-type(2){
	margin-bottom:0px;
}

.evtStyle .price>p:nth-of-type(3){
	color:#1784e3;
	font-family:'NanumSquare';
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom:17px;
	margin-top:5px;
}

.price > span {
	display: inline-block;
	font-size: 15px;
	font-family: 'Nanum';
	padding: 0 10px;
	border-radius: 25px;
	background: #ffa800;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}


.ticket > p {
	font-size: 13px;
	margin-bottom: 30px;
	color: #333;

}

.ticket_con {
	font-family: 'Nanum';
	margin-bottom: 50px;
}


.ticket_con li {
	margin-bottom: 10px;
	font-size: 13px;
	color: #76777a;

}

.ticket_con li i {
	margin-right: 5px;
}


.ticket a {
	padding: 10px 30px;
	border-radius: 25px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;


}


/**********************end : ticket*/

/*//////////////////////////////////////////////////end : apply page*/

/*.ticket {border-radius: 3px; margin-bottom: 50px; float: left;}*/

.pu_title {
	background: #14bdee;
	padding: 15px;
	border-radius: 3px 3px 0 0;
}

.pu_title h4 {
	font-size: 25px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	color: #fff;
}

.pu_text {
	border: 1px solid #14bdee;
	padding: 25px;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
}

.pu_text h5 {
	font-size: 19px;
	font-weight: 400;
	font-family: 'NanumSquare';
	text-decoration: line-through;
	margin-bottom: 15px;
}

.pu_text h4 {
	font-size: 28px;
	font-weight: 800;
	font-family: 'NanumSquare';
	margin-bottom: 15px;
	color: #14bdee;
}

.pu_text span {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Nanum';
	color: #76777a;
	margin-bottom: 15px;
	line-height: 25px;
}

.pu_text ul {
	margin-top: 15px;
}

.pu_text li {
	padding: 15px 0;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Nanum';
	color: #333;
}

.pu_text li i {
	margin-right: 5px;
	width: 17px;
	color: #76777a;
}

.pu_text a {
	display: block;
	text-align: center;
	padding: 10px;
	background: #14bdee;
	color: #fff;
	border-radius: 50px;
	margin-top: 15px;
	font-size: 17px;
	font-family: 'NanumSquare';
	font-weight: 800;
}

.pu_tag {
	width: 80px;
	height: 150px;
	background: #ffc80a;
	position: absolute;
	top: -54px;
	right: -25px;
	-webkit-transform: rotate(-46deg);
	transform: rotate(-45deg);
}

.pu_tag span {
	position: absolute;
	top: 55px;
	left: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	font-family: 'NanumSquare';

}

.event_tag span {
	top: 55px;
	left: -10px;
}

.arrordions_text {
	height: 40px;
	margin-bottom: 30px;
}

.arrordions_text h4 {
	font-size: 28px;
	font-weight: 800;
	font-family: 'NanumSquare';
	float: left;
	color: #333;
}

.arrordions_text a {
	display: inline-block;
	float: left;
	margin: 12px 0 0 20px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Nanum';
	color: #76777a;
	position: relative;
}

.arrordions_text a::after {
	color: #76777a;
	display: block;
	position: absolute;
	top: -5px;
	right: -15px;
	;
	height: 100%;
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 20px;
	font-weight: 400;
}

.accordions_content {
	margin-bottom: 50px;
}

.accordion_container {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 13px;
	padding-bottom: 4px;
}

.accordion_container:not(:last-child) {
	margin-bottom: 30px;
}

.accordion {
	width: 100%;
	/*	padding-left: 27px;*/
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.accordion div p {
	/*	overflow: hidden;*/
	/*	white-space: nowrap;*/
	font-family: 'NanumSquare';
	font-size: 17px;
	font-weight: 800;
	color: #333;
}

.accordion::after {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -3px;
	right: 0;
	height: 100%;
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 24px;
	color: #384158;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.accordion.active::after {
	content: '\f106';
	color: #333;
}

.accordion_panel {
	padding-right: 8px;
	/*	padding-left: 55px;*/
	padding-top: 9px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion.active + .accordion_panel {
	margin-bottom: 20px;
	margin-top: 15px;
}

.accordion_panel p {
	font-size: 15px;
	font-family: 'Nanum';
	font-weight: 400;
	color: #76777a;
	line-height: 2;
}

.confirm_text {
	margin-bottom: 50px;
}

.confirm_text h4 {
	font-size: 28px;
	font-weight: 800;
	font-family: 'NanumSquare';
	margin-bottom: 30px;
	color: #333;
}

.confirm_text li {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nanum';
	margin-bottom: 15px;
	position: relative;
	padding-left: 10px;
}

.confirm_text li::before {
	display: block;
	content: '-';
	float: left;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

/*purchase_end*/

/*payment_start*/

.payment_wrap {
	margin: 50px 0;
	/*    background: #eaeaea;*/
	/*    border-radius: 10px;*/
	padding: 30px;
	text-align: center;
}

.payment_wrap > h4 {
	font-size: 34px;
	font-family: 'NanumSquare';
	font-weight: 800;
	color: #333;
}

.payment_wrap > a {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #333;
}

.pay_text {
	background: #fff;
	margin-top: 30px;
	padding: 25px;
}

.pay_text div h4 {
	font-size: 20px;
	font-weight: 800;
	font-family: 'NanumSquare';
	text-align: left;
	margin: 20px 0 20px 0;
}

.pay_text > a {
	display: inline-block;
	padding: 5px 45px;
	background: #333;
	font-size: 22px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	width: 30%;
	margin-left: 15px;
}

/*.pay_text>a:last-child {background: #ababab;}*/

.pay_name {
	border-bottom: 1px solid #76777a;
	padding: 0 50px;
}

.pay_name ul {
	width: 100%;
	display: inline-block;
}

.pay_name ul li {
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	margin-bottom: 10px;
	text-align: left;
}

.pay_name ul li:first-child {
	width: 30%;
}

.pay_name ul li:last-child {
	font-weight: 400;
	text-align: left;
	width: 60%;
}

.pay_way {
	display: inline-block;
	width: 100%;
	padding: 0 50px;
}

.select_form .pay_card {
	width: 40%;
}

.select_form > input {
	display: none;
}

.select_form > label {
	width: 25%;
	display: block;
	height: 50px;
	background: #fff;
	border: 1px solid rgba(51, 51, 51, 0.4);
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-right: 30px;
	font-size: 15px;
	margin-bottom: 20px;
	font-family: 'Nanum';
	font-weight: 400;
	color: rgba(51, 51, 51, 0.5);
	cursor: pointer;
	position: relative;
	transition: 0.3s all;
}

.select_form > label:nth-child(2) {
	margin-left: 0;
}



.select_form > input:checked + label {
	border: 2px solid #333;
	color: #333;
	font-weight: 700;
}

.select_form > label > span {
	position: absolute;
	right: -7px;
	top: -8px;
	display: block;
	background: #fff;
	font-size: 17px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: none;
	transition: 0.3s all;
	color: #333;
}

.select_form > input:checked + label > span {
	display: block;
}

.select_form > label > span > i {
	position: absolute;
	left: 0;
	top: 0;
}

.pay_point {
	display: inline-block;
	width: 100%;
	padding: 0 50px;
}

.pay_point input {
	float: left;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	width: 35%;
	height: 35px;
	font-family: 'Nanum';
}

.pay_point a {
	display: block;
	float: left;
	padding: 5px 20px;
	font-size: 17px;
	font-weight: 800;
	font-family: 'NanumSquare';
	background: #0984e3;
	color: #fff;
	border-radius: 3px;
	margin-left: 15px;
}

.pay_point p {
	float: left;
	margin: 10px 0 0 15px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nanum';
	color: #76777a;
}

.pay_point span {
	color: #e74c3c;
}

.pay_price {
	/*
    border-top: 1px solid #76777a;
    border-bottom: 1px solid #76777a;
*/
	padding: 20px 50px;
	margin-top: 30px;
	background: #f2f4f5;
}

.pay_price ul {
	width: 100%;
	display: inline-block;
}

.pay_price ul li {
	width: 50%;
	float: left;
	font-size: 17px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	margin-bottom: 10px;
	text-align: right;
}

.pay_price ul li:first-child {
	text-align: left;
}

.pay_price ul li:last-child {
	font-weight: 400;
}

.pay_price ul:last-child li {
	font-size: 20px;
	font-weight: 800;
	color: #0984e3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ababab;
}

/*payment_end*/

/*pay_complete_start*/

.join_complete_content {
	margin: 50px 0;
	text-align: center;
}

.join_complete_content img {
	margin-bottom: 30px;
}

.join_complete_content h3 {
	text-align: center;
	font-size: 34px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	margin-bottom: 30px;
}

.join_complete_content p {
	font-size: 16px;
	font-family: 'Nanum';
	font-weight: 400;
	color: #76777a;
	margin-bottom: 30px;
}

.apply_complete {
	display: inline-block;
	padding: 35px 25px;
	background: #f2f4f5;
	margin-bottom: 30px;
	width: 100%;
}

.apply_complete ul {
	clear: both;
}

.apply_complete ul li {
	float: left;
	font-size: 17px;
	font-weight: 800;
	font-family: 'NanumSquare';
	color: #333;
	line-height: 50px;
}

.apply_complete ul li:nth-child(2) {
	float: right;
	font-weight: 400;
}

.pay_btn a {
	display: block;
	width: 100%;
	float: left;
	margin-left: 1%;
	padding: 15px;
	margin-bottom: 80px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 17px;
	font-weight: 800;
	font-family: 'NanumSquare';
}

.pay_btn a:first-child {
	background: #333;
	color: #fff;
	margin-bottom: 20px;
}

/*pay_complete_end*/

/*coupon_complete_start*/

.coupon_btn a {
	display: block;
	width: 100%;
	float: left;
	padding: 15px;
	margin-bottom: 50px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	font-family: 'NanumSquare';
}

/*coupon_complete_end*/

@media only screen and (max-width: 1199px) {
	.wrap_card > div {
		float: left;
	}
	.wrap_card .evtStyle .ticket h5 {
		margin-top: 10px;
		margin-bottom: 13px;
	}

	.wrap_card .evtStyle .ticket_con {
		margin-bottom: 22px;
	}
	.evtStyle .ticket{
		padding: 16px 10px 18px 10px;
	}
	.evtStyle .price>p:nth-of-type(3){
		margin-bottom: 12px;
	}
	.evtStyle .price>span {
		line-height: 1;
		font-size: 17px;
		margin-bottom:10px;
	}

	.ticket {
		padding: 50px 10px;
		margin-bottom: 30px;
	}

	.ticket h5{
		margin-bottom: 0px;
	}
	.ticket > p,
	.ticket_con,
	.price p:nth-of-type(2) {
		margin-bottom: 15px;
	}

	.ticket_con {
		margin-bottom: 25px;
	}


	.price > span {
		font-size: 13px;
	}

	.price p:nth-of-type(2) {
		font-size: 30px;
		line-height: 25px;
	}

	.ticket > p,
	.ticket_con li {
		font-size: 11px;
		line-height: 16px;
	}

	.wrap_card > div {
		padding: 0 10px;
	}
	.ticket a {
		font-size: 14px;
		padding: 5px 20px;
	}
}
@media only screen and (max-width: 991px) {

	.wrap_card .evtStyle .ticket h5 {
		margin-top: 10px;
		margin-bottom: 13px;
	}
	.evtStyle .ticket>p:first-of-type{
		margin-bottom:12px;
	}

	.evtStyle .ticket>div>img{
		width:25%;
	}
	.ticket{
		padding:58px 10px;
	}

	.evtStyle .ticket {
		padding: 20px 10px 25px 10px;
	}

	.ticket > p, .ticket_con li {
		font-size: 12px;
		line-height: 1.9;
	}
}
@media only screen and (max-width: 768px) {

	.join_complete_content {
		margin-top: 80px;
	}

	.pu_title h4 {
		font-size: 17px;
	}

	.pu_text {
		padding: 10px;
	}

	.pu_text h5 {
		font-size: 17px;
	}

	.pu_text h4 {
		font-size: 22px;
	}

	.pu_text span {
		font-size: 10px;
	}

	.pu_text li {
		font-size: 10px;
		padding: 10px;
	}

	.pu_text li i {
		width: 10px;
	}

	.pu_tag {
		top: -64px;
		right: -35px;
	}

	.pu_tag span {
		font-size: 17px;
	}

	.pu_text a {
		padding: 5px;
		font-size: 15px;
	}

	/*
    .pay_text>a {
        width: 50%;
    }
*/
}

@media only screen and (max-width: 767px) {
	.pay_text {
		padding: 20px;
	}

	.pay_way {
		padding: 0 30px;
	}

	.select_form > label {
		margin-right: 15px;
	}

	.pay_point {
		padding: 0 30px;
	}

	.pay_price {
		padding: 0 30px;
	}
	.ticket {
		padding: 50px 30px;
	}
	.ticket > p {
		font-size: 14px;
	}

	.ticket_con li {
		font-size: 13px;
	}

	.ticket > p,
	.ticket_con,
	.price p:nth-of-type(2) {
		margin-bottom: 25px;
	}

	.ticket_con {
		margin-bottom: 30px;
	}

	.wrap_card > div:not(:last-of-type) .ticket {
		margin-bottom: 30px;
	}

	.wrap_card > div {
		width: 80%;
		margin: auto;
		float: none;
	}

}

@media only screen and (max-width: 500px) {
	.evtStyle .price>p:nth-of-type(3) {
		margin-bottom: 18px;
	}
	.evtStyle .price>span{
		font-size: 16px;
	}
}

@media only screen and (max-width: 414px) {
	.pay_btn a {
		width: 100%;
		margin-bottom: 25px;
	}

	.apply_complete ul li:nth-child(2) {
		/*		margin-left: 20px;*/
	}

	.join_complete_content {
		margin-top: 50px;
	}

	.accordion div p {
		/*        width: 90%;*/
		font-size: 14px;
	}

	.pruchase_bg input {
		padding-left: 10px;
	}

	.pruchase_bg button {
		width: 23%;
	}

	.pruchase_bg p {
		margin-left: 20px;
	}

	/*모바일 결제 팝업창 수정 css*/
	.payment .container {
		padding: 0;
	}

	.payment_wrap {
		border-radius: 0;
		margin: 0;
		padding: 20px 10px;
	}

	.payment_wrap > h4 {
		font-size: 24px;
	}

	.payment_wrap > a {
		top: 15px;
		right: 15px;
	}

	.pay_text {}

	.pay_text > div {
		padding: 15px;
	}

	.pay_name ul li {
		font-size: 14px;
		width: 30%;
	}

	.pay_name ul li:last-child {
		width: 70%;
	}

	.pay_text div h4 {
		font-size: 17px;
		margin: 20px 0;
	}

	.select_form > label {
		font-size: 13px;
		width: 30%;
		margin-right: 5px;
		margin-bottom: 10px;
		line-height: 50px;
	}

	.pay_point input {
		width: 53%;
	}

	.pay_point a {
		margin-left: 10px;
	}

	.pay_point p {
		margin: 10px 0 0 0;
		font-size: 13px;
	}

	.pay_price ul {
		margin-top: 10px;
	}

	.pay_price ul li {
		font-size: 15px;
	}

	.pay_price ul:last-child li {
		font-size: 17px;
	}

	.pay_text > a {
		font-size: 17px;
		padding: 10px 25px;
		margin-top: 20px;
		width: 60%;
	}
	.wrap_card > div {
		width: 100%;
	}

}

@media only screen and (max-width: 375px) {
	.accordion_container {
		padding-left: 20px;
	}
	.title {
		width: 90%;
	}
}

@media only screen and (max-width: 360px) {
	.accordion_container {
		padding-left: 20px;
	}
	.title {
		width: 90%;
	}
}
