@charset "utf-8";
/* CSS Document */
@import url("reset.css");

.viewtag {
    font-size: 16px;
    padding-top: 10px;
    margin-right: 16px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.chip {
    display: inline-flex;
    line-height: 32px;
    padding: 0 8px;
    font-size: 13px;
    margin-top: 4px;
    -webkit-border-radius: 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-right: 0.7rem;
    cursor: pointer;
    margin: 6px;
    /* background-color: #eceff1; */
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.gc_notice2{

	color:red;
}
.purple_text{
	color:#491875;
}
span{
	font-family: "Roboto", sans-serif!important;
}

.ticket-pice.mb-1.gc_title{
	color:red;
	font-weight: 400;
}

#social-reg-title{
	padding: 15px 10px 0px 10px;
    text-align: center;
    font-size: 1.2em;
}

.gc-error{
	display:none;
}

.gc-error.style1{
	flex:100%;
	border:1px solid #ec3c3c;
	font-weight:400;
}

#realnames{
	clear:both;
	text-align:left;
	position:relative;
}
#realnames #toggle_realnames{
	margin-bottom: 0px;
    position: relative;
    right: 0px;
    top: 0px;
	cursor:pointer;
}
#realnames .item{
	display:none;
}

.gc_box_100{
width:100%;
padding:5px 0;
float: left;
font-size:18px;
text-align:left;
}
.page_in_white_out.form_out h3{

padding-top:20px;
}
.row.py-4.d-flex.align-items-center{

	justify-content:center;
}
.cf{
	text-align:center;
}

span.required{
	color:red!important;
}

.gary{
	background:#F3F3F3;
}
.row.gary{
padding:20px;

}
.text-center
 {
	 text-align:center!important;
 }
.h3, h3{

font-size:1.75rem!important;
}

.h6,h6{

font-size:1.1rem!important;

}
body{
	font-family:"Roboto", sans-serif;
	font-size:16px;
	-webkit-text-size-adjust:none;
	line-height: 1.5;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea{
	font-family:"Roboto", sans-serif;
	-webkit-appearance:none;
	-moz-appearance: none; /*FF*/
	appearance:none;/*CSS3*/
}

input[type="radio"],
input[type="checkbox"]{
	width:20px;
	height:20px;
	cursor:pointer;
}

textarea{
	resize:none;
	overflow-y:auto;
}

label{
	cursor:pointer;
}

/*remove ie10 arrow*/
select::-ms-expand{
    display:none;
}

.webout{
	overflow:hidden;
	width:100%;
}

.position_relative{
	position:relative;
}

.position_absolute{
	position:absolute;
}

.top-1{
	top: 1em;
}

.left-1{
	left: 1em;
}
/*HOME--------------------------------------------------*/

/*HOME BANNER*/
.search_banner{
	height:400px;
	width:100%;
	display:table;
	position:relative;
}

.search_banner .owl-carousel{
	position:absolute;
	left:0;
	top:0px;
	z-index:0;
	width:100%;
	height:400px;
}

.search_banner .owl-carousel .bg_img{
	width:100%;
	height:400px;
}

@media only screen and (min-width: 960px) and (max-width: 1050px){
	section.search_banner,
	section.search_banner .owl-carousel,
	section.search_banner .owl-carousel .bg_img{
		height:350px;
	}
	.search_banner .out{
		top:0px!important;
	}
}

/* GC_minos: created*/
@media only screen and (max-width: 768px){
	.term-page img{
		height:auto!important;
		width:100%!important;
	}
	#reg_birthday{
		min-height:30px!important;
		margin-bottom:2.5rem;
	}
	#social-logins{
		display:flex;
		flex-wrap:wrap;
	}
	#btnFacebook, #btnGoogle{
		padding:10px 0px 10px 0px;
	}
}

@media only screen and (max-width: 450px){

section.search_banner,
section.search_banner .owl-carousel,
section.search_banner .owl-carousel .bg_img{
	height:50px;
}

.bg_img.img1{

	display: none;
}


}

@media only screen and (max-width: 376px){

section.search_banner,
section.search_banner .owl-carousel,
section.search_banner .owl-carousel .bg_img{
	height:180px;
}

}

@media only screen and (max-width: 350px){

section.search_banner,
section.search_banner .owl-carousel,
section.search_banner .owl-carousel .bg_img{
	height:160px;
}

}

.search_banner .owl-carousel .img1{
	background:url(../images/herobanner.png) top center no-repeat;
	background-size:cover;
}

.search_banner .owl-carousel .img2{
	background:url(../images/home_hot_img2.jpg) top center no-repeat;
	background-size:cover;
}

.search_banner .out{
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	z-index:1;
	position:relative;
	top:60px;
}

.search_banner p{
	color:#FFFFFF;
	font-size:30px;
	line-height:1.5em;
	font-weight:bold;
	margin:0 0 40px;
}

.search_banner p br{
	display:none;
}

.search_banner .select_out{
	display:none;
}

.search_banner .select_out:after{
	content:"";
	border-style:solid;
	border-width:6px 5px 0 5px;
	border-color:#666666 transparent transparent transparent;
	position:absolute;
	top:50%;
	right:30px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events:none;
}

.search_banner select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    font-size:20px;
    border-radius:5px;
    padding:15px 40px 15px 15px;
    background:#FFFFFF;
	margin-right:10px;
	color:#666666;
	cursor:pointer;
}

.search_banner select:hover{
	color:#000000;
}

.search_banner input[type="text"]{
    border:none;
    font-size:16px;
    border-radius:5px;
    padding:10px;
	width:500px;
    background-color:#FFFFFF;
	margin-right:10px;
}

@-moz-document url-prefix(){
	.search_banner input[type="text"]{
		border:none;
		font-size:20px;
		border-radius:5px;
		padding:16px;
		width:300px;
		background-color:#FFFFFF;
		margin-right:10px;
	}
}

.search_banner input[type="text"]::-webkit-input-placeholder{
    color:#666666;
	opacity:1;
}

.search_banner input[type="text"]:-ms-input-placeholder{
    color:#666666;
	opacity:1;
}

.search_banner input[type="text"]::placeholder{
    color:#666666;
	opacity:1;
}

.search_banner input[type="submit"]{
    border:none;
	width:46px;
	height:43px;
	background:url(../images/header_search.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:45px auto;
	cursor:pointer;
}

.search_banner input[type="submit"]:hover{
	background-position:0px -43px;
}

/*HOME EVENT*/

.sp_note{
	max-width:95%;
	margin:1em auto 0 auto;
}

.sp_note p{
	font-weight:bold;
	color:#333;
	line-height:1.5em;
}

.sp_note p a{
	color:#CC0066;
}
.sp_note p a:hover{
	border-bottom:#CC0066 solid 1px;
	padding-bottom:2px;
}
.sp_note p img.warning{
	display:inline;
	width:1.2em;
	margin-right:3px;
	vertical-align:middle;
}

.page_in.home_event{
	margin-top:0;
}
.home_event h1{
	font-size:30px;
	font-weight:normal;
	height:46px;
	padding:45px 0 0 90px;
	margin-top:60px;
	background:url(../images/home_hot.png) no-repeat;
	background-size:73px auto;
	display:inline-block;
	position:relative;
}

.home_event h1 span{
	color:#FF0000;
}

.home_event h1:before{
	content:"";
	background:#CCCCCC;
	height:1px;
	width:30px;
	position:absolute;
	top:60px;
	left:-50px;
}

.home_event h1:after{
	content:"";
	background:#CCCCCC;
	height:1px;
	width:30px;
	position:absolute;
	top:60px;
	right:-50px;
}

.home_event h1:after{
	content:"";
	background:#CCCCCC;
	height:1px;
	width:30px;
	position:absolute;
	top:60px;
	right:-50px;
}

.home_event .out_list{
	padding-bottom:60px;

}

.home_event .more_list_out{
	display:inline-block;
	background:#F3F3F3;
	padding:0 20px;
	position:relative;
	top:-25px;
}

.home_event .more_list{
	display:inline-block;
	background:#666666;
	color:#FFFFFF;
	padding:15px 40px;
	border-radius:30px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.home_event .more_list:hover{
	background:#CC0066;
}

.home_event .more_list:after{
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:2px;
	display:inline-block;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.home_event .more_list:hover:after{
	right:15px;
}

/*HOME HOWTO*/
.home_howto .out{
	max-width:1200px;
	margin:0 auto;
	padding:80px 20px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.home_howto .left{
	float:left;
	width:25%;
	max-width:260px;
}

.home_howto .left p{
	line-height:2em;
}

.home_howto .right{
	float:right;
	width:73%;
	max-width:844px;
}

.home_howto .right h4{
	text-align:left;
	line-height:26px;
	font-size:23px;
	color:#333333;
	font-weight:normal;
	padding-left:35px;
	margin-bottom:40px;
	background:url(../images/home_safe_icon.png) no-repeat;
	background-size:26px auto;
}

.home_howto .right img{
	width:100%;
}

.home_howto .right a{
	display:none;
}

/*HOME MEDIA*/
.home_media{
	padding:60px 20px 30px;
	max-width:1200px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.home_media a{
	width:25%;
	display:block;
	float:left;
	margin-bottom:20px;
}

.home_media a img{
	width:70%;
	display:block;
	margin:0 auto;
}

/*TICKET--------------------------------------------------*/

/*TICKET SEARCH*/
.ticket_search{
	text-align:left;
	padding-bottom:15px;
	margin:0 20px 20px 20px;
	min-height:48px;
	border-bottom:#DADADA 1px solid;
	position:relative;
}

.ticket_search .select_out{
	display:none;
}

.ticket_search select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:13px 30px 13px 13px;
	margin-right:10px;
	color:#666666;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	cursor:pointer;
}

.ticket_search select:hover{
	color:#000000;
}

.ticket_search input[type="text"]{
    border:1px solid #ced4da;
    font-size:14px;
    border-radius:5px;
    padding:13px;
	width:250px;
    background-color:#FFFFFF;
		/*
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;*/
	margin-right:10px;
}

@-moz-document url-prefix(){
	.ticket_search input[type="text"]{
		border:none;
		font-size:18px;
		border-radius:5px;
		padding:14px;
		width:250px;
		background-color:#FFFFFF;
		box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
		margin-right:10px;
	}
}

.ticket_search input[type="text"]::-webkit-input-placeholder{
    color:#666666;
	opacity:1;
}

.ticket_search input[type="text"]:-ms-input-placeholder{
    color:#666666;
	opacity:1;
}

.ticket_search input[type="text"]::placeholder{
    color:#666666;
	opacity:1;
}

.ticket_search input[type="submit"]{
    border:none;
	width:50px;
	height:48px;
	background:url(../images/header_search.png) top no-repeat;
	background-size:50px auto;
	cursor:pointer;
}

.ticket_search input[type="submit"]:hover{
	background:url(../images/header_search.png) bottom no-repeat;
	background-size:50px auto;
}

.ticket_search .area,
.ticket_search .area_link{
	position:absolute;
	right:0px;
	top:20px;
	color:#999999;
	padding-left:20px;
	margin-left:520px;
	height:1.2em;
	line-height:1.2em;
	overflow:hidden;
}

.ticket_search .area_link:before,
.ticket_search .area:before{
	position:absolute;
	left:0;
	top:5px;
	content:"";
	border:solid #999999;
	border-width:0px 2px 2px 0px;
	padding:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
}

.ticket_search .area span{
	color:#000000;
}

/*AREA LINK*/
.ticket_search .area_link li{
	display:inline;
}

.ticket_search .area_link li a{
	color:#999999;
	-webkit-transition:0.2s;
	transition:0.2s;
}

.ticket_search .area_link li a:hover,
.ticket_search .area_link li:last-child a{
	color:#666666;
}

.ticket_search .area_link li a:after{
	content:" - ";
}

.ticket_search .area_link li:last-child a:after{
	display:none;
}

/*TICKET LIST*/
.page_in .ticket_list{
	display:block;
	text-align:left;
	width:25%;
	padding:0 20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	margin-bottom:20px;
}

.page_in .ticket_list .image_out{
	width:100%;
	padding-bottom:54%;
	margin-top:35px;
	position:relative;
	overflow:hidden;
}

.page_in .ticket_list .image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.page_in .ticket_list:hover .image{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.8;
}

.page_in .ticket_list h2{
	color:#000000;
	margin:15px 0px;
	line-height:1.5em;
	height:3em;
	overflow:hidden;
}

.page_in .ticket_list .ticket{
	float:left;
	padding-left:30px;
	color:#333333;
	background:url(../images/icon_ticket_pink.png) no-repeat;
	background-size:22px 16px;
	margin-top:10px;
	display:none;
}

.page_in .ticket_list .more{
	display:inline-block;

	font-size:14px;
	color:#333333;
	padding:10px 20px;
	border:#A6A6A6 1px solid;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	width:80%;
	text-align: center;
}

.page_in .ticket_list:hover .more{
	color:#FFFFFF;
	border:#4c197a 1px solid;
	background:#4c197a;
}

/*TICKET INFO--------------------------------------------------*/

/*TICKET INTRO*/
.ticket_intro{
	padding:60px 20px 40px;
	text-align:left;
	color:#333333;
}

.ticket_intro .left{
	width:38%;
	float:left;
}

.ticket_intro .left img{
	width:100%;
}

.ticket_intro .left .fav{
	margin:20px 0 50px;
	line-height:1.5em;
	padding-left:43px;
	position:relative;
}

.ticket_intro .left .fav a{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:33px;
	height:29px;
	background:url(../images/icon_heart.png);
	background-size:cover;
	background-position:bottom center;
}

.ticket_intro .left .fav a.active{
	background-size:cover;
	background-position:top center;
}

.ticket_intro .right{
	width:57%;
	float:right;
	position:relative;
}

.ticket_intro .right h1{
	font-size:30px;
	line-height:1.5em;
	padding:0 170px 10px 0;
	margin-bottom:60px;
	position:relative;
}

.ticket_intro .right h1:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:100%;
	background:#CCCCCC;
	border-left:#666666 75px solid;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.ticket_intro .right a{
	color:#CC0066;
}

.ticket_intro .right .sell_today{
	position:absolute;
	right:-20px;
	top:-38px;
}

.ticket_intro .right .text,
.ticket_intro .right .list,
.ticket_intro .right .ps{
	font-size:18px;
	line-height:1.7em;
	padding-right:110px;
}

.ticket_intro .right .list{
	margin:1.7em 0 0 1em;
	list-style-type:disc;
}

.ticket_intro .right .list li{
	padding-left:5em;
	text-indent:-5em;
}

.ticket_intro .right .ps{
	margin-top:1.7em;
}

/*TICKET PRICE*/
.ticket_price{
	text-align:left;
	padding:0 20px 80px;
}

.ticket_price .table{
	margin-top:30px;
	width:100%;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.ticket_price .table a{
	color:#333333;
	background:#FFFFFF;
}

.ticket_price .table a:hover{
	background:#F5F5F5;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_price .table a:hover .title_loc{
	border-left:#999999 10px solid;
}

.ticket_price .table a:hover .more{
	background:#CC0066;
	color:#FFFFFF;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_price .table a:hover .more span:after{
	position:absolute;
	right:-20px;
	top:5px;
	content:"";
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:4px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
}


.ticket_price .table .td{
	padding:20px;
	line-height:1.5em;
	border-bottom:#CCCCCC 1px solid;
}

.ticket_price .table .td div:first-child{
	margin-bottom:10px;
}

.ticket_price .table .title_loc{
	width:45%;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_price .table .title_loc div{
	padding-left:20px;
}

.ticket_price .table .title_loc .title{
	font-size:20px;
	font-weight:bold;
	color:#1D6565;
}

.ticket_price .table .date_time{
	width:16%;
}

.ticket_price .table .price_tk{
	width:24%;
}

.ticket_price .table .price_tk .price .nt{
	font-size:20px;
}

.ticket_price .table .price_tk .price .big{
	font-size:22px;
	color:#CC0066;
}

.ticket_price .table .price_tk .ticket{
	color:#139797;
	padding-left:30px;
	background:url(../images/icon_ticket_green.png) left center no-repeat;
	background-size:22px 16px;
	display:none;
}

.ticket_price .table .more{
	width:15%;
	text-align:center;
	vertical-align:middle;
	color:#666666;
	font-weight:bold;
	background:#E8E8E8;
}

.ticket_price .table .more span{
	position:relative;
}

.ticket_price .table .more span:after{
	position:absolute;
	right:-20px;
	top:5px;
	content:"";
	border:solid #999999;
	border-width:0px 2px 2px 0px;
	padding:4px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
}

/*TICKET VIEW--------------------------------------------------*/

/*TICKET INFO*/
.ticket_info div.right h1{
	padding:0 0 10px 0;
	margin-bottom:50px;
}

.ticket_info .right a{
	color:#333333;
	padding-bottom:7px;
	border-bottom:#333333 1px solid;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_info .right a:hover{
	color:#CC0066;
	border-bottom:#CC0066 1px solid;
}

.ticket_info .right .cf div{
	display:block;
	float:left;
	font-size:20px;
	line-height:25px;
	padding-left:40px;
	margin-bottom:25px;
	width:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-size:auto 25px;
}

@media only screen and (max-width: 600px){

.ticket_info .right .cf div{
	display:block;
	float:none;
	width:auto;
}

}

.ticket_info .right .date{
	background-image:url(../images/icon_date.png);
}

.ticket_info .right .time{
	background-image:url(../images/icon_time.png);
}

.ticket_info .right div.map{
	background-image:url(../images/icon_map.png);
	background-position:4px 0;
	width:100%;
}

.ticket_info .right div.hotel{
	background-image:url(../images/icon_hotel.png);
}

/*TICKET SEAT*/
.ticket_seat h2{
	margin-bottom:30px;
	text-align:left;
}

/*seat image*/
.ticket_seat .seat_image{
	width:38%;
	float:left;
}

.ticket_seat .seat_image img{
	width:100%;
}

.ticket_seat .seat_image a{
	margin-top:15px;
}

/*seat price*/
.ticket_seat .seat_price{
	width:57%;
	float:right;
	text-align:left;
}

.ticket_seat .seat_price .ticket_num{
	display:inline-block;
	margin:0 30px 25px 0;
}

.ticket_seat .seat_price .ticket_sort{
	display:inline-block;
	margin:0 0 25px 0;
}

.ticket_seat .seat_price .ticket_num span,
.ticket_seat .seat_price .ticket_sort span{
	padding-right:10px;
	font-weight:bold;
	font-size:18px;
}

.ticket_seat .seat_price .ticket_num a{
	display:inline-block;
	text-align:center;
	padding:0 15px;
	line-height:30px;
	background:#666666;
	border-radius:30px;
	color:#FFFFFF;
	margin-left:4px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .ticket_num a:hover,
.ticket_seat .seat_price .ticket_num a.active{
	background:#CC0066;
}

.ticket_seat .seat_price .ticket_num a.circle{
	padding:0;
	width:30px;
}

.ticket_seat .seat_price .ticket_sort a{
	display:inline-block;
	color:#333333;
	text-align:center;
	padding:0 15px;
	line-height:30px;
	border:#666666 2px solid;
	border-radius:30px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	margin-right:4px;
}

.ticket_seat .seat_price .ticket_sort a:hover,
.ticket_seat .seat_price .ticket_sort a.active{
	color:#FFFFFF;
	border:#CC0066 2px solid;
	background:#CC0066;
}

/*seat price table*/
.ticket_seat .seat_price .table{
	width:100%;
	background:#FFFFFF;
	line-height:1.5em;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.ticket_seat .seat_price .table .td{
	border-bottom:#CCCCCC 1px solid;
	padding:10px;
	vertical-align: middle;/* 0529-23 modify */
}

.ticket_seat .seat_price .table .thead .tr .td:first-child{
	/* padding:0 0 0 20px; */
	 padding:10px;/* 0529-23 modify */
}

.ticket_seat .seat_price .table .tr .td.seat{
	/* padding:20px 25px 20px 10px; */
	padding: 10px;/* 0529-23 modify */
	vertical-align: middle;/* 0529-23 modify */
}

.ticket_seat .seat_price .table .tr .td.good,
.ticket_seat .seat_price .table .tr .td.ticket{
	position:relative;
	/* padding:0 20px; */
	padding: 10px;/* 0529-23 modify */
	vertical-align: middle;/* 0529-23 modify */
}

.ticket_seat .seat_price .table .tr .td.ticket span{
	position:absolute;
	right:0;
	top:18%;/* 0529-23 modify */
}

.ticket_seat .seat_price .table .tr .td.good span{
	position:absolute;
	right:0;
	top:20px;
}

.ticket_seat .seat_price .table .tr .td.ticket span:hover:after{
	content:"門票已經準備好立刻寄送";
	position:absolute;
	top:-65px;
	left:-50%;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
	color:#FFFFFF;
	background:#000000;
	padding:10px 5px;
	border-radius:5px;
	width:90px;
}

.ticket_seat .seat_price .table .tr .td.good span:hover:after{
	content:"優質店家";
	position:absolute;
	top:-65px;
	left:-50%;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
	color:#FFFFFF;
	background:#000000;
	padding:10px 5px;
	border-radius:5px;
	width:90px;
}

.ticket_seat .seat_price .table .thead{
	font-weight:bold;
}

.ticket_seat .seat_price .table a{
	color:#333333;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table a:hover{
	background:#F5F5F5;
}

.ticket_seat .seat_price .table .seat{
	/* width:35%; */
	width:14%;/* 0529-23 modify */
	font-weight:bold;
	color:#1D6565;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table .num{
	/* width:3em; */
	width: 38%;/* 0529-23 modify */
	vertical-align: middle;/* 0529-23 modify */

}

.ticket_seat .seat_price .table .price{
	width:25%;
}

.ticket_seat .seat_price .table .price .nt{
	font-size:18px;
}

.ticket_seat .seat_price .table .price .big{
	font-size:24px;
	color:#CC0066;
}

.ticket_seat .seat_price .table .buy{
	/* width:15%; */
	width: 21%;/* 0529-23 modify */
	text-align:center;
	background:#E8E8E8;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table a:hover .buy{
	background:#CC0066;
	color:#FFFFFF;
}

/*seat price ps*/
.ticket_seat .seat_price .ps{
	color:#333333;
	line-height:1.5em;
	font-size:18px;
	background:url(../images/icon_ps.png) no-repeat;
	background-size:58px auto;
	padding:0 0 0 80px;
	margin:80px 0;
}

.ticket_seat .seat_price .ps p{
	display:block;
	padding-left:20px;
	border-left:#CCCCCC 1px solid;
}

/*sold*/
.ticket_seat .seat_price .table a.sold,
.ticket_seat .seat_price .table a.sold .td,
.ticket_seat .seat_price .table a.sold:hover .td{
	background:#F0B2D1;
	border-left:none;
	cursor:default;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table a.sold.active,
.ticket_seat .seat_price .table a.sold.active .td,
.ticket_seat .seat_price .table a.sold.active:hover .td{
	background:#E8E8E8;
	color:#8C8C8C;
}

.ticket_seat .seat_price .table a.sold.active .price .big{
	color:#8C8C8C;
}

.ticket_seat .seat_price .table a.sold .price .solded{
	opacity:0;
	display:none;
}

.ticket_seat .seat_price .table a.sold .buy span{
	opacity:0;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table a.sold.active .buy span{
	opacity:1;
	color:#CF1070;
}

/*TICKET STEP--------------------------------------------------*/
.ticket_step{
	max-width:1115px;
	margin:0 auto;
	padding:0 20px;
}

.ticket_step .step{
	text-align:center;
	padding:25px 20px;
}

.ticket_step .step img{
	max-width:100%;
	max-height:55px;
}

.ticket_step .ticket_form{
	padding:40px;
}

.ticket_step .ticket_form .info{
	border-top:#E5E5E5 1px solid;
	margin:20px 0;
	padding:15px 0;
	position:relative;
	overflow:hidden;
}

.ticket_step .ticket_form .select_out:after{
	content:"";
	border-style:solid;
	border-width:6px 5px 0 5px;
	border-color:#666666 transparent transparent transparent;
	position:absolute;
	top:50%;
	right:15px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events:none;
}

/*TICKET BUY--------------------------------------------------*/

/*BUY ITEM*/
.buy_item .info{
	min-height:430px;
}

/*left*/
.buy_item .left{
	margin-right:420px;
	font-size:18px;
}

.buy_item .left li{
	padding:20px 0px;
	line-height:1.2em;
}

.buy_item .name{
	font-size:28px;
	color:#1D6565;
	font-weight:bold;
}

.buy_item .left .seat{
	border-bottom:#E5E5E5 1px solid;
	background:url(../images/icon_seat.png) left top 20px no-repeat;
	background-size:20px auto;
	padding-left:30px;
}

.buy_item .left .map{
	border-bottom:#E5E5E5 1px solid;
	background:url(../images/icon_map.png) left top 17px no-repeat;
	background-size:20px auto;
	padding-left:30px;
}

.buy_item .left .date{
	border-bottom:#E5E5E5 1px solid;
	background:url(../images/icon_date.png) left top 20px no-repeat;
	background-size:20px auto;
	padding-left:30px;
}

.buy_item .left .date .time{
	padding-left:20px;
}

.buy_item .left .limit{
	border-bottom:#E5E5E5 1px solid;
	background:url(../images/icon_limit.png) left top 23px no-repeat;
	background-size:20px auto;
	padding-left:30px;
}

.buy_item .left select{
	margin:0 10px;
	width:90px;
}

.buy_item .left .price_single{
	font-size:20px;
	margin:0 0 0 20px;
	line-height:26px;
}

.buy_item .left .price_single span{
	font-size:26px;
	position:relative;
	top:4px;
}

.buy_item .left .hint{
	background:#F4F4F4;
	padding:20px;
	border-radius:10px;
	border:#CC0066 1px solid;
	-webkit-box-shadow:0px 0px 5px #FF62AF;
	box-shadow:0px 0px 5px #FF62AF;
	line-height:1.5em;
}

/*right*/
.buy_item .right{
	position:absolute;
	right:0;
	top:30px;
	width:355px;
	padding:30px;
	border-radius:5px;
	border:#E5E5E5 3px solid;
	background-image:url(../images/icon_pin.png), url(../images/icon_pin.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left 5px top 5px, right 5px top 5px;
	background-size:6px auto;
}

.buy_item .right .price{
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:5px;
}

.buy_item .right .price li{
	margin-bottom:10px;
}



.buy_item .right .total{
	font-size:23px;
	font-weight:bold;
	margin:15px 0;
}

.buy_item .right .total span{
	font-size:30px;
	color:#CC0066;
}

.buy_item .right .ps{
	background-color:#F6F6F6;
	background-image:url(../images/icon_pin.png), url(../images/icon_pin.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left 5px bottom 5px, right 5px bottom 5px;
	background-size:6px auto;
	margin:0 -30px -30px;
	padding:15px 30px;
	font-size:14px;
}

.buy_item .right .ps li:before{
	content:"• ";
}

.buy_item .right .ps li{
	padding-left:0.6em;
	text-indent:-0.6em;
	line-height:1.5em;
	margin-bottom:5px;
}

/*RECEIVE TYPE*/
.receive_type.line_style .receive_address .tr:first-child .td:nth-child(2){
	border-bottom:none;
}

.receive_type.line_style .receive_address .tr:first-child .td:nth-child(2) label{
	margin-left:-110px;
	cursor:default;
}

.receive_type.line_style h3{
	font-size:20px;
	color:#CC0066;
	margin-top:20px;
}

.receive_type .box{
	max-width:740px;
	margin:0 auto;
}

.receive_type .tag_pink{
	margin-top:20px;
	width:100%;
}

/*.receive_type .tag_pink li{
    width:50%;
    float:left;
	text-align:center;
}*/

.receive_type .tag_pink li:nth-child(2){
	display:none;
}

.receive_type .tag_pink li{
    width:100%;
    float:left;
	text-align:center;
}

.receive_type .ps_warning{
	margin:15px 0 0 -5em;
}

.receive_shop{
	margin:40px 0;
	text-align:center;
}

.receive_shop .ps{
	font-size:18px;
	padding-bottom:20px;
	line-height:1.5em;
}

.receive_shop .receive_step{
	font-weight:bold;
	margin:30px 0 50px;
	line-height:1.5em;
	position:relative;
}

.receive_shop .receive_step span{
	color:#D20C6F;
}

.receive_shop .receive_step:after{
	position:absolute;
	left:50%;
	bottom:-30px;
	content:"";
	width:63px;
	height:19px;
	margin-left:-31.5px;
	background:url(../images/icon_arrow_down.png) no-repeat;
	background-size:cover;
}

#receive_shop{
	display:none;
}

.receive_shop a{
	display:inline-block;
	background:#E1E1E1;
	background:-webkit-gradient(linear,left top, left bottom,from(#F2F2F2),to(#E1E1E1));
	background:linear-gradient(#F2F2F2,#E1E1E1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	width:95%;
	max-width:340px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	font-size:22px;
	color:#333333;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.receive_shop a img{
	display:inline-block;
	vertical-align:middle;
	height:43px;
	margin-right:10px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.receive_shop a:hover{
	color:#000000;
}

.receive_shop a:hover img{
	margin-right:15px;
}

.receive_shop .line{
	width:75%;
	height:1px;
	background:#E8E8E8;
	margin:40px auto;
}

.receive_shop .table{
	width:430px;
	text-align:left;
}

.receive_shop .ps_warning{
	margin:0;
}

.receive_oversea .other_txt{
	margin-top:15px;
	display:none;
}

/*PAY TYPE*/
.pay_type{
	text-align:center;
}

.pay_type ul{
	margin-top:20px;
}

.pay_type ul li{
	display:inline-block;
	margin:0 8px 0 0;
}

.pay_type ul li:last-child{
	margin:0;
}

.pay_type ul li img{
	vertical-align:middle;
	margin-left:20px;
}

.pay_type p{
	line-height:1.5em;
	text-align:left;
	padding:15px 20px 15px 55px;
	background:#F3F3F3 url(../images/icon_lock.png) 20px 20px no-repeat;
	background-size:20px auto;
	max-width:790px;
	margin:50px auto;
}

/*PAY OK*/
.pay_ok{
	font-size:18px;
}

.pay_ok b{
	font-size:19px;
	display:block;
	margin-top:15px;
	line-height:1.5em;
}

.pay_ok .num{
	margin:30px 0;
	line-height:1.5em;
}

.pay_ok ul{
	margin-bottom:50px;
}

/*TICKET SELL--------------------------------------------------*/
.ticket_sell .info{
	text-align:center;
}

.ticket_sell .box{
	max-width:500px;
	margin:0 auto;
}

.ticket_sell .box .table .td{
	text-align:left;
}

.ticket_sell .sell_event .box,
.ticket_sell .sell_session .box{
	margin:20px auto;
}

/*SELL NUMBER*/
.ticket_sell .sell_num .title_circle{
	font-weight:bold;
}

.ticket_sell .sell_num .title_circle span{
	font-weight:normal;
	color:#669900;
	display:inline-block;
	margin-left:0.5em;
}

.ticket_sell .sell_num .info{
	margin:20px 0 0;
}

/*SELL AREA STEP1*/

.ticket_sell .sell_area .title_td{
	line-height:1.5em;
	font-size:18px;
	margin-bottom:10px;
}

.ticket_sell .sell_area .grey_textbox{
	width:70%;
}

/*SELL PRICE*/
.ticket_sell .sell_price .price{
	font-weight:bold;
	padding:15px 15px 20px;
	border:#CCCCCC 2px solid;
	border-radius:10px;
	margin:-10px 0 20px;
	position:relative;
}

.ticket_sell .sell_price .price span{
	font-size:30px;
	position:relative;
	top:5px;
}

.ticket_sell .sell_price .price:before{
	content:"";
	width:30px;
	height:1px;
	background:#CCCCCC;
	position:absolute;
	top:50%;
	left:30px;
}

.ticket_sell .sell_price .price:after{
	content:"";
	width:30px;
	height:1px;
	background:#CCCCCC;
	position:absolute;
	top:50%;
	right:30px;
}

/*SELL SEND*/
.ticket_sell .sell_send ul{
	margin:20px auto 0;
}

.ticket_sell .sell_send ul li{
	display:inline-block;
	font-size:18px;
}

.ticket_sell .sell_send ul li:first-child{
	margin-right:100px;
}

/*SELL EXPLAIN*/
.ticket_sell .sell_explain textarea{
	width:100%;
	max-width:740px;
	height:140px;
	margin:20px 0px;
}

.ticket_sell .sell_explain .read{
	margin-top:50px;
}

/*SELL MEMBER STEP2*/
.ticket_sell .sell_member .ps{
	width:370px;
	line-height:1.5em;
	margin-top:10px;
}

/*SELL ACCOUNT*/
.ticket_sell .sell_account ul li{
	font-size:18px;
}

/*SELL CHECK STEP3*/
.sell_check .sell_check_info{
	max-width:800px;
	margin:40px auto 0px;
	text-align:left;
	font-size:18px;
	line-height:1.5em;
	color:#333333;
}

.sell_check .table{
	width:100%;
}

.sell_check .td{
	padding:10px 15px;
	border-bottom:#E5E5E5 1px solid;
	vertical-align:top;
}

.sell_check .table .td:first-child{
	width:200px;
}

.sell_check .bottom_only .td{
	border-bottom:none;
}

.sell_check .bottom_only .tr:last-child .td{
	border-bottom:#E5E5E5 1px solid;
}

.sell_check .table.table_one .td:first-child{
	width:auto;
}

.sell_check .ul_pink_dot li{
	margin-bottom:0;
	font-size:16px;
}

.sell_check .title_check{
	position:relative;
	font-weight:bold;
}

.sell_check  .title_check:before{
	content:"";
	position:absolute;
	left:0;
	top:18px;
	width:6px;
	height:6px;
	border:#CC0066 2px solid;
	border-radius:50%;
}

.sell_check .table_one .check_nt_ps{
	margin:0 0 0 20px;
	display:inline;
}

.sell_check .table_one .check_nt_ps li{
	display:inline;
}

.sell_check .table_one .sell_price .price{
	text-align:center;
	margin:0 0 10px;
	max-width:500px;
}

.sell_check img{
	max-width:100%;
}

/*SELL OK STEP4*/
.ticket_sell .sell_ok .info{
	text-align:left;
	font-size:18px;
	line-height:1.5em;
}

.ticket_sell .sell_ok .orange_link{
	color:#FF6600;
	font-weight:bold;
}

.ticket_sell .sell_ok .orange_link:hover{
	text-decoration:underline;
}

.ticket_sell .sell_ok .num{
	margin:30px 0;
}

.ticket_sell .sell_ok .hint{
	margin:40px 0;
	background:#F4F4F4;
	padding:20px;
	border-radius:10px;
	border:#CC0066 1px solid;
	-webkit-box-shadow:0px 0px 5px #FF62AF;
	box-shadow:0px 0px 5px #FF62AF;
}

.ticket_sell .sell_ok .hint span{
	color:#CC0066;
	font-weight:bold;
}

.ticket_sell .sell_ok .button{
	text-align:center;
	line-height:normal;
}
/*CONTACT--------------------------------------------------*/
.contact_out{
	padding-bottom:65px;
	border-bottom:#DADADA 1px solid;
	margin:0 20px 45px;
}

.contact{
	max-width:900px;
}

.contact .form_in .text{
	font-size:20px;
	line-height:1.5em;
	display:block;
	padding:0 0 15px 15px;
	border-bottom:#E5E5E5 1px solid;
	position:relative;
}

.contact .form_in .text:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	border-style:solid;
	border-width:6px 0 6px 9px;
	border-color:transparent transparent transparent #666666;
}

.contact .form_in .ps{
	margin-top:20px;
	font-weight:bold;
}

.contact .form_in .ps img{
	margin:0 5px;
}

/*LOGIN--------------------------------------------------*/
.login_page{
	max-width:800px;
	padding:0 20px;
	margin:0 auto;
	font-size:18px;
	color:#333333;
}

.login_page .switch_info{
	background:#FFFFFF;
	border-radius:10px;
	padding:50px;
}

/*LOGIN TABLE*/
.login_page .login_tb{
	width:50%;
	text-align:left;
	float:left;
	color:#333333;
}

.login_page .login_tb .td{
	padding:10px;
}

.login_page .login_tb .title{
	width:40px;
	font-weight:bold;
}

.login_page .login_tb input{
	width:100%;
}

.login_page .login_tb input[type="submit"]{
	border:none;
	font-size:18px;
	background:#CC0066;
	color:#FFFFFF;
	height:45px;
	border-radius:5px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.login_page .login_tb input[type="submit"]:hover{
	background:#BA0048;
}

.login_in_arrow{
	position:relative;
}

.login_in_arrow:after{
	content:"";
	position:absolute;
	top:50%;
	right:calc(50% - 35px);
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:2px;
	display:inline-block;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.login_in_arrow:hover:after{
	right:calc(50% - 40px);
}

.login_page .login_tb .forgot_ps img{
	vertical-align:middle;
	margin-right:10px;
}

.login_page .login_tb .forgot_ps{
	color:#333333;
	text-align:left;
	font-weight:bold;
}

.login_page .login_tb .forgot_ps:hover{
	color:#000000;
}

/*FORGOT POP*/
.fancybox_pop.forgot_ps{
	display:none;
}

.forgot_ps .box{
	text-align:center;
	margin:50px 0 0;
}

.forgot_ps .title{
	background:url(../images/icon_warning_pop.png) 0px 5px no-repeat;
	background-size:35px auto;
	padding-left:45px;
}

.forgot_ps .grey_textbox{
	margin:20px 0px;
}

.forgot_ps .ul_pink_dot{
	margin-bottom:40px;
}

/*LOGIN FB TABLE*/
.login_page .login_fb{
	float:right;
	width:47%;
	border-left:#E5E5E5 1px solid;
	height:230px;
}

.login_page .login_fb span{
	line-height:1.5em;
	position:relative;
	display:block;
	margin-top:20px;
}

.login_page .login_fb span:after{
	content:"";
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-25px;
	border:solid #256CBC;
	border-width:0px 2px 2px 0px;
	padding:15px;
	display:inline-block;
	-webkit-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.login_page .login_fb .fb{
	margin-top:58px;
	display:inline-block;
	width:270px;
	background:#256CBC url(../images/login_fb.png) left 20px bottom no-repeat;
	background-size:23px auto;
	color:#FFFFFF;
	height:45px;
	line-height:45px;
	border-radius:5px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	-webkit-transition:all 0.2s;
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

@-moz-document url-prefix(){
	.login_page .login_fb .fb{
		margin-top:61px;
	}
}

.login_page .login_fb .fb:hover{
	background:#164AA4 url(../images/login_fb.png) left 20px bottom no-repeat;
	background-size:23px auto;
}

/*LOGIN ADD MEMBER*/
.login_page .add_member_top{
	background:#F3F3F3;
	margin:-50px -50px 0;
	padding:50px 50px 30px;
	border-radius:10px 10px 0 0;
}

.login_page .add_member_top .fb{
	display:inline-block;
	border-radius:5px;
	width:300px;
	padding-left:55px;
	line-height:65px;
	height:65px;
	color:#333333;
	background:#FFFFFF url(../images/login_fb_logo.png) left 20px center no-repeat;
	background-size:42px auto;
	margin-bottom:30px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background-position 0.2s;
	transition:background-position 0.2s;
}

.login_page .add_member_top .fb:hover{
	background:#FFFFFF url(../images/login_fb_logo.png) left 15px center no-repeat;
	background-size:42px auto;
}

.login_page .add_member{
	margin-top:30px;
}

.login_page .add_member .text{
	margin:0 0 10px 50px;
	text-align:left;
}

.login_page .add_member .text img{
	vertical-align:middle;
	margin-right:10px;
}

.login_page .add_member .ps{
	vertical-align:middle;
	margin-left:93px;
	font-size:16px;
	text-align:left;
	line-height:1.5em;
}

.login_page .add_member .ps img{
	margin:0 5px;
}

.login_page .add_member .table{
	text-align:left;
}

.login_page .add_member .login_in_arrow{
	display:inline-block;
	margin-top:20px;
}

.login_page .add_member input[type="submit"]{
	border:none;
	font-size:18px;
	background:#CC0066;
	color:#FFFFFF;
	height:45px;
	border-radius:45px;
	width:100px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.login_page .add_member input[type="submit"]:hover{
	background:#BA0048;
}

/*RESET PASSWORD--------------------------------------------------*/
.reset_ps .form_out{
	margin:0 20px;
}

.reset_ps .form_in{
	text-align:center;
}

.reset_ps .table .td{
	text-align:left;
}

/*MEMBER--------------------------------------------------*/

/*MEMBER TAG*/
.member_tag .title_big{
	float:left;
}

.member_tag ul{
	float:right;
	text-align:left;
}

.member_tag ul li{
	display:inline-block;
	margin:0 0 5px;
}

.member_tag ul li a{
	display:block;
	padding:0 20px;
	color:#333333;
	line-height:40px;
	border-radius:3px;
	-webkit-transition:background 0.2s, color 0.2s;
	transition:background 0.2s, color 0.2s;
}

.member_tag ul li a:hover{
	background:#666666;
	color:#FFFFFF;
}

.member_tag ul li a.on{
	background:#CC0066;
	color:#FFFFFF;
}

.member_tag ul li a span{
	display:inline-block;
	background:#CC0066;
	padding:5px;
	font-size:13px;
	color:#FFFFFF;
	border-radius:1em;
	min-width:1em;
	line-height:1em;
	text-align:center;
	margin-left:5px;
	-webkit-transition:background 0.2s, color 0.2s;
	transition:background 0.2s, color 0.2s;
}

.member_tag ul li a.on span,
.member_tag ul li a:hover span{
	background:#FFFFFF;
	color:#CC0066;
}

/*MEMBER PAGE*/
.member_page{
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
	text-align:left;
	color:#333333;
}

.member_page .page_in_white_out{
	margin:40px auto;
}

.member_page .page_in_white_out:first-of-type{
	margin:30px auto 40px;
}

.member_page ~ .page_number{
	margin:40px 0 0;
}

/*MEMBER TOP*/
.member_page .page_in_white_out .page_in_grey_top .title_circle{
	padding:20px 0 20px 30px;
	margin-left:35px;
}

.member_page .page_in_white_out .title_img{
	font-size:25px;
	font-weight:bold;
	line-height:1.3em;
	width:100%;
}

.member_page .page_in_white_out .title_img .td{
	vertical-align:middle;
	padding:10px;
	text-align:left;
}

.member_page .page_in_white_out .title_img .td.img{
	width:170px;
}

.member_page .page_in_white_out .title_img img{
	height:75px;
	margin-left:30px;
}

/*MEMBER INFO*/
.member_page .member_info{
	padding:40px;
}

.member_page .member_info .table_out{
	margin-bottom:40px;
}

.member_page .member_info .table_out:last-child{
	margin-bottom:0;
}

.member_page .member_info ul li{
	display:inline;
	font-size:18px;
	line-height:1.5em;
	margin:0 30px 0 0;
}

.member_page .member_info ul li.area{
	font-size:25px;
	font-weight:bold;
	color:#1D6565;
	padding-right:20px;
	margin-right:16px;
	border-right:#CCCCCC 1px solid;
}

/*MEMBER TABLE*/
.member_page .member_info .table{
	width:100%;
	margin:20px 0 0;
}

.member_page .member_info .table .title{
	display:none;
}

.member_page .member_info .table .thead .td{
	font-size:15px!important;
}

.member_page .member_info .table .thead{
	background:#E5E5E5;
	font-weight:bold;
}

.member_page .member_info .table .td{
	padding:15px;
}

.member_page .member_info .table .tbody .td{
	line-height:1.5em;
	border-bottom:#CCCCCC 1px solid;
}

.member_page .member_info .table .tbody .tr{
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

.member_page .member_info .table .tbody .tr:hover{
	background:#F7F7F7;
}

.member_page .member_info .table .tbody .tr:last-child .td{
	border-bottom:none;
}

.member_page .member_info .table .bt_link{
	display:inline-block;
	line-height:25px;
	width:50px;
	text-align:center;
	color:#FFFFFF;
	border-radius:3px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	margin:2px 0;
}

.member_page .member_info .table .red{
	background:#CC0000;
}

.member_page .member_info .table .red:hover{
	background:#B10000;
}

.member_page .member_info .table .green{
	background:#669900;
}

.member_page .member_info .table .green:hover{
	background:#457700;
}

.member_page .member_info .table .blue{
	background:#355CB7;
}

.member_page .member_info .table .blue:hover{
	background:#2A4A93;
}

.member_page .member_info .table .orange{
	background:#F97C00;
}

.member_page .member_info .table .orange:hover{
	background:#E37100;
}

.member_page .member_info .table .grey{
	background:#666666;
}

.member_page .member_info .table .grey:hover{
	background:#555555;
}

.member_page .member_info .table .pink_link{
	color:#CC0066;
}

.member_page .member_info .table .pink_link:hover{
	text-decoration:underline;
}

/*MEMBER TICKET CLEAR*/
.member_page .member_info .table.tb_clear .setting{
	width:285px;
}

.member_page .member_info .table.tb_clear .bt_link{
	width:90px;
}

/*MEMBER SALE TABLE*/
.member_page .member_info .table.tb_clear .num,
.member_page .member_info .table.tb_sale .num{
	width:90px;
	text-align:center;
}

.member_page .member_info .table.tb_sale .price{
	width:150px;
}
.price.total{
	width:230px!important;
}

.member_page .member_info .table.tb_sale .setting{
	width:200px;
}

/*MEMBER SOLD TABLE*/
.member_page .member_info .table.tb_sold .num,
.member_page .member_info .table.tb_sold .send_data,
.member_page .member_info .table.tb_sold .seller_reply{
	text-align:center;
}

.member_page .member_info .table.tb_sold .td{
	width:4.5em;
}

.member_page .member_info .table.tb_sold .num{
	width:3em;
}

.member_page .member_info .table.tb_sold .date_sale,
.member_page .member_info .table.tb_sold .date_receive{
	width:5.5em;
}

.member_page .member_info .table.tb_sold .price{
	width:6.2em;
}

.member_page .member_info .table.tb_sold .seat{
	width:20%;
}

.member_page .member_info .table.tb_sold .status{
	text-align:center;
}

/*MEMBER TRACK TABLE*/
.member_track .table{
	width:100%;
	margin:40px auto 0;
	font-size:18px;
}

.member_track .table .thead .td{
	font-weight:bold;
	border-bottom:#CCCCCC 2px solid;
}

.member_track .table .tr .td{
	padding:15px;
}

.member_track .tbody .td{
	border-bottom:#E5E5E5 1px solid;
}

.member_track .tbody .tr:last-child .td{
	border-bottom:none;
}

.member_track .tbody .tr{
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

.member_track .tbody .tr:hover{
	background:#F3F3F3;
}

.member_track .event a{
	display:block;
	line-height:1.5em;
	color:#666666;
	font-weight:bold;
	text-indent:-0.6em;
	padding-left:0.6em;
	min-width:5em;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.member_track .event a:before{
	content:"• ";
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.member_track .event a:hover:before{
	color:#CC0066;
}

.member_track .event a:hover,
.member_track .num a:hover{
	color:#333333;
}

.member_track .num{
	width:8em;
	font-size:16px;
}

.member_track .num a{
	color:#666666;
	padding-left:30px;
	background:url(../images/icon_ticket_pink.png) left center no-repeat;
	background-size:22px 16px;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.member_track .del{
	text-align:center;
	width:5em;
}

.member_track .del a{
	display:inline-block;
	width:27px;
	height:27px;
	background:url(../images/icon_del.png);
	background-position:top;
	background-size:27px auto;
	-webkit-transition:background-position 0.2s;
	transition:background-position 0.2s;
}

.member_track .del a:hover{
	background-position:bottom;
}

/*MEMBER FORM*/
.member_form{
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
	text-align:left;
	color:#333333;
}

.member_form .td{
	word-break:break-all;
}

.member_form .form_out .form_in{
	padding:0 40px 50px;
}

.member_form ~ .page_number{
	margin:40px 0 0;
}

/*MEMBER SOLD VIEW*/
.member_sold_view,
.member_info.member_sold_view ul li{
	line-height:2em;
	font-size:18px;
}

.member_sold_view .ticket_info{
	background:#F2F2F2;
	padding:40px;
	margin:20px 0;
	display:inline-block;
	font-size:16px;
}

.member_sold_view .ticket_info .left{
	float:left;
	margin-right:55px;
	max-width:350px;
}

.member_sold_view .ticket_info .left .name{
	font-size:20px;
	font-weight:bold;
	color:#1D6565;
}

.member_sold_view .ticket_info .right{
	float:right;
}

.member_sold_view .ticket_info .right .seat{
	color:#1D6565;
	font-weight:bold;
}

.member_sold_view .ticket_info .right .price{
	font-size:18px;
}

.member_sold_view .ticket_info .right .price span{
	font-size:24px;
	color:#CC0066;
}

.member_sold_view .step{
	margin:20px 0;
}

.member_sold_view .step .ul_dot{
	margin-bottom:40px;
}

.member_sold_view .step .ul_dot li{
	display:block;
}

.member_sold_view .step .ul_dot li br{
	display:none;
}

.member_sold_view .step .form_tb li{
	margin-bottom:15px;

	margin-left:32px;
	display:block;
}

.member_sold_view .step .form_tb .choose_out{
	padding:10px 0 0 40px;
}

.member_sold_view .step .form_tb li ul{
	margin:10px 0 20px -32px;
	text-indent:0;
}

.member_sold_view .step .form_tb li li{
	margin-left:-32px;
	text-indent:0;
}

.member_sold_view .step .form_tb li .choose_out{
	display:none;
}

.member_sold_view .step .form_tb li input[type="radio"]:checked ~ .choose_out{
	display:block;
}

.member_sold_view .step .form_tb .select_1 .other_txt{
	margin:15px 0 0 5.35em;
	display:none;
}

.member_sold_view .step .form_tb .select_3 .select_out{
	display:inline;
}

.member_sold_view .notice{
	margin:40px -40px 0;
	padding:40px 40px 0;
}

.member_sold_view .notice .ul_pink_dot li{
	display:block;
}

/*member order notview*/
.send_notview .title,
.ticket_clearing .title{
	background:url(../images/icon_warning_pop.png) 0px 5px no-repeat;
	background-size:35px auto;
	padding-left:45px;
}

.send_notview p,
.ticket_clearing p{
	font-size:18px;
	line-height:2em;
}

.send_yesview .title_circle,
.send_notview .title_circle{
	font-weight:bold;
	margin-bottom:1em;
}

.send_yesview .title_circle span,
.send_notview .title_circle span{
	font-weight:normal;
	color:#669900;
	display:inline-block;
	margin-left:0.5em;
}

.send_notview .atm_out{
	background:#F3F3F3;
	margin:40px -50px -50px;
	padding:40px 50px;
	text-align:center;
	border-radius:0 0 10px 10px;
}

.send_notview .atm_out h6{
	font-size:23px;
	line-height:1.5em;
}

.send_notview .atm_out .td{
	text-align:left;
}

/*member order yesview*/
.send_yesview .title,
.send_nearview .title{
	background:url(../images/icon_tick_pop.png) 0px 5px no-repeat;
	background-size:35px auto;
	padding-left:45px;
}

.send_yesview .out{
	width:620px;
	margin:1em auto 0;
	font-size:18px;
}

.send_yesview .out div{
	margin-bottom:50px;
}

.send_yesview .out .title_circle{
	margin:0 0 1.5em;
}

.send_yesview .out .left{
	float:left;
	width:50%;
}

.send_yesview .out .right{
	float:right;
	width:50%;
}

.send_yesview .out .right a{
	color:#669900;
}

.send_yesview .out .right a:hover{
	text-decoration:underline;
}

.send_yesview .out .right li:last-child{
	text-indent:-3.2em;
	padding-left:3.2em;
}

.send_yesview .out h6{
	font-size:20px;
	font-weight:bold;
}

.send_yesview .out ul{
	margin:30px 0;
}

.send_yesview .out .check_delivery{
	clear:both;
	border-top:#C3C3C3 1px dashed;
}

.send_yesview .out .check_delivery li{
	width:50%;
	float:left;
	margin-bottom:20px;
	text-align:center;
}

.send_yesview .out .check_delivery h6{
	margin:20px 0;
}

.send_yesview .out .check_delivery a{
	display:inline-block;
	background:#E1E1E1;
	background:-webkit-gradient(linear,left top, left bottom,from(#F2F2F2),to(#E1E1E1));
	background:linear-gradient(#F2F2F2,#E1E1E1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	width:190px;
	height:45px;
	line-height:45px;
	border-radius:30px;
	font-size:18px;
	color:#333333;
	text-align:center;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.send_yesview .out .check_delivery a:hover{
	color:#000000;
}

.send_yesview .out .check_delivery a img{
	display:inline-block;
	vertical-align:middle;
	height:28px;
	margin-right:5px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.send_yesview .out .check_delivery a:hover img{
	margin-right:10px;
}

/*member order nearview*/
.send_nearview{
	font-size:18px;
}

.send_nearview p{
	line-height:2em;
}

.send_nearview .pink_text{
	display:block;
	margin:2em 0 1em;
}

/*member data*/
.member_data .verify{
	position:relative;
}

.member_data .verify:after{
	content:"";
	position:absolute;
	right:25px;
	top:14px;
	width:80px;
	height:27px;
	background-image:url(../images/verify.png);
	background-size:80px auto;
	background-position:left top;
	pointer-events:none;
}

.member_data .verify.on:after{
	background-position:left bottom;
}

.member_data .verify .mb{
	width:270px;
	font-size:15px;
	line-height:1.5em;
	padding:10px 0 0 100px;
	position:relative;
}

.member_data .verify .mb .pink_button{
	position:absolute;
	top:10px;
	left:0;
}

/*verify_num*/
.ticket_step .verify_num .title_circle{
	line-height:1.5em;
	background:url(../images/icon_circle.png) 0px 8px no-repeat;
	background-size:20px auto;
}

.ticket_step .verify_num .title_tb{
	text-align:center;
}

.ticket_step .verify_num .link{
	text-align:center;
	margin-top:2em;
}

.ticket_step .verify_num .link a{
	color:#333333;
	margin:0 0.5em;
}

.ticket_step .verify_num .link a:hover{
	text-decoration:underline;
}

.verify_num .info{
	line-height:1.5em;
}

.verify_num h3{
	font-size:20px;
	margin:1.5em 0;
}

.verify_num ol{
	margin-left:1.5em;
}

.verify_num li{
	margin-bottom:1em;
}

@media only screen and (max-width: 350px){

.verify_num .info{
	font-size:14px;
}

}

/*TERMS--------------------------------------------------*/
.terms .form_in{
	line-height:1.5em;
}

.terms .form_in a{
	color:#CC0066;
	text-decoration:underline;
}

.terms .form_in section{
	padding-top:4em;
}

.terms .form_in section:first-child{
	padding-top:0em;
}

.terms .form_in h2{
	font-size:24px;
	margin-bottom:20px;
}

.terms .form_in h3{
	font-size:20px;
	margin:1.5em 0;
}

.terms .form_in ol{
	margin-left:1.5em;
}

.terms .form_in li{
	margin-bottom:1em;
}

.terms .form_in ul{
	list-style-type:disc;
	margin:1em 0 0 1em;
}

.terms .form_in ol ol{
	margin-top:1em;
}

.terms .form_in .ol_abc{
	list-style-type:lower-alpha;
	margin-top:1em;
}

/*ABOUT--------------------------------------------------*/
.about .form_in{
	position:relative;
	color:#333333;
}

.about .about_top h2{
	font-size:22px;
}

.about .about_top p{
	line-height:2em;
	padding:2em 0;

}

.about .about_top img{
	width:100%;
	max-width:410px;
	position:absolute;
	top:45px;
	right:80px;
}

.about .about_bottom h3{
	font-size:18px;
	padding-bottom:2em;
	line-height:1.5em;
}

.about .about_bottom li{
	border-bottom:#D9D9D9 1px solid;
	padding:20px 0 20px 70px;
	min-height:90px;
	line-height:24px;
	background-repeat:no-repeat;
	background-size:60px 58px;
	background-position:0 13px;
	width:48%;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.about .about_bottom li:nth-child(odd){
	margin-right:4%;
}

.about .about_bottom p{
	line-height:2em;
	padding-top:2em;
}

/*PAY_ERROR--------------------------------------------------*/
.pay_error .form_in{
	text-align:center;
}

.pay_error img{
	width:172PX;
}

.pay_error ul li{
	line-height:2em;
	margin-top:2em;
}

.pay_error ul li span{
	display:inline-block;
	margin:0 1em;
}

.pay_error .pink_link{
	color:#CC0066;
}

.pay_error .pink_link:hover{
	text-decoration:underline;
}

/*COMMON USE----------------------------------------------------------------------------------------------------*/

.pink_text{
	color:#CC0066;
}

/*page top*/
body a.pagetop{
	display:block;
	width:55px;
	height:55px;
	border-radius:50%;
	z-index:500;
	background:#4A268D;
	opacity:0.8;
	position:relative;
	-webkit-transition:opacity 0.2s;
	transition:opacity 0.2s;
}

body a.pagetop:hover{
	opacity:1;
}

body a.pagetop:after{
	content:"";
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:7px;
	display:inline-block;
	position:absolute;
	top:55%;
	left:50%;
	-webkit-transform:rotate(-135deg) translate(-50%,-50%);
	transform:rotate(-135deg) translate(-50%,-50%);
	-webkit-transform-origin:left top;
	transform-origin:left top;
}

/*HEADER--------------------------------------------------*/
header{
	background:#541B86;
	background:-webkit-gradient(linear,left top, left bottom,from(#39125B),to(#541B86));
	background:linear-gradient(#39125B,#541B86);
	width:100%;
	position:fixed;
	z-index:1000;
}

header .header_text{
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	line-height:1.5em;
	padding:0.5em 1em;
}

header .header_pc{
	max-width:1400px;
	padding:0 20px;
	margin:0 auto;
	height:75px;
	position:relative;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}

header .header_pc .right,
header .header_pc .center{
	flex:1;
}

header .logo img{
	height:35px;
}

header .header_pc .center li,
header .header_pc .right li{
	display:inline-block;
}

header .header_pc li a{
	color:#FFFFFF;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

header .header_pc li a:hover{
	color:#ECE379;
}

header .header_pc .center li a{
	display:block;
	font-size:18px;
	padding-right:35px;
	position:relative;
	font-weight: 400;
}

header .header_pc .center li:last-child a:after{
	display:none;
}

@media only screen and (max-width:1100px){

	header .header_pc .center li a{
		display:block;
		font-size:18px;
		padding-right:20px;
		position:relative;
	}

}

header .header_pc .right li a{
	display:block;
	height:30px;
	line-height:30px;
	margin-left:15px;
}

header .header_pc .right li a img{
	margin-right:7px;
	vertical-align:middle;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

header .header_pc .right li a:hover img{
	opacity:0.5;
}

header .header_pc .right .log{
	display:none;
}

header.active .header_pc .right .log{
	display:inline-block;
}

header .header_pc .right .member_link span{
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    border-radius: 1em;
    padding: 0px;
    background: #FFFFFF;
    color: #CC0066;
    text-align: center;
    top: -2px;
    position: relative;
    width: 20px;
    height: 20px;
    padding-top: 4px;
}

header.active .header_pc .right .lognot{
	display:none;
}

header .header_mb{
	display:none;
}

/*PAGE--------------------------------------------------*/

/*PAGE IN*/
.page_in{
	background:#fff;
	padding:15px 0 70px;
	position:relative;
}

.page_in:after{

}

.page_in .out{
	max-width:1200px;
	margin:0 auto;
	/*text-align:center;*/
}

/*PAGE BACKGROUND*/
.page_in.page_bg{
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:cover;
}

.page_in.page_bg:after{
	display:none;
}

/*PAGE SEARCH*/
.page_in.page_bg .ticket_search .area:before{
	position:absolute;
	left:-20px;
	top:5px;
	content:"";
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
}

.page_in.page_bg .ticket_search .area,
.ticket_search .area span{
	color:#666666;
}

.page_in.page_bg .ticket_search.login_page_top .area,
.ticket_search.login_page_top .area span{
	color:#FFFFFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}

/*PAGE IN STYLE*/
.page_in_white_out{
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border-radius:10px;
	color:#333333;
}

.page_in_grey_top{
	background:#E2E2E2;
	background:-webkit-gradient(linear,left top, left bottom,from(#E2E2E2),to(#F9F9F9));
	background:linear-gradient(#E2E2E2,#F9F9F9);
	border-radius:10px 10px 0 0;
}

.title_big_out{
	margin:40px 20px;
}

.title_big{
	text-align:left;
	color:#333333;
	font-size:30px;
	font-weight:bold;
	position:relative;
	margin-left:15px;
}

.title_big:before{
	content:"";
	width:5px;
	height:22px;
	background:#CCCCCC;
	border-top:#CC0066 8px solid;
	position:absolute;
	top:1px;
	left:-15px;
}

/*PINK LINE TITLE*/
.pinkline_title{
	font-size:28px;
	color:#000000;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:50px;
	position:relative;
}

.pinkline_title:before{
	content:"";
	height:4px;
	width:40px;
	background:#D93F8C;
	position:absolute;
	top:0px;
	left:0px;
}

/*SHADOW*/
.shadow_top:before{
	content:"";
	width:778px;
	height:11px;
	background:url(../images/shadow_top.png);
	margin-left:-398px;
	position:absolute;
	top:0px;
	left:50%;
}

.ps_warning{
	font-size:18px;
	line-height:25px;
	color:#CC0066;
	background:url(../images/icon_warning.png) no-repeat;
	background-size:25px auto;
	display:inline-block;
	padding-left:35px;
}

.red_text{
	color:#CC0000;
}

/*READ*/
.read{
	margin-bottom:25px;
}

.read a{
	color:#CC0066;
	font-weight:bold;
}

.read a:hover{
	text-decoration:underline;
}
/*TAG--------------------------------------------------*/
.tag_pink{
	width:75%;
    margin:0px auto;
}

.tag_pink li{
    width:50%;
    float:left;
	text-align:center;
}

.tag_pink li a{
    display:block;
    color:rgba(255,255,255,0.8);
    font-weight:bold;
    height:45px;
    line-height:45px;
    background:#333333;
	position:relative;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	z-index:1;
}

.tag_pink li a.tag2line:before{
	content:"";
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-3px;
	width:15px;
	height:5px;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:rgba(255,255,255,0.8);
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.tag_pink li a:hover{
    color:rgba(255,255,255,1);
}

.tag_pink li a:hover.tag2line:before{
	border-color:rgba(255,255,255,1);
}

.tag_pink li a.on,
.tag_pink li a.on:hover{
	color:rgba(255,255,255,1);
    background:#CC0066;
}

.tag_pink li a.on:after{
	content:"";
	position:absolute;
	left:13px;
	bottom:-9px;
	border-style:solid;
	border-width:9px 9px 0 9px;
	border-color:#CC0066 transparent transparent transparent;
}

.tag_pink li a.on.tag2line:before,
.tag_pink li a.on:hover.tag2line:before{
	content:"";
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-7px;
	width:5px;
	height:15px;
	border-style:solid;
	border-width:0 1px 0 1px;
	border-color:rgba(255,255,255,1);
}


@media only screen and (max-width: 500px){

section .tag_pink li a.tag2line:before,
section .tag_pink li a.on.tag2line:before{
	display:none;
}

}

/*QUESTION--------------------------------------------------*/
.question_out{
	background:#FFFFFF;
	padding:25px 50px;
	border-radius:10px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	margin:0 20px;
	text-align:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.question_out .table{
	width:100%;
}

.question_out .td{
	vertical-align:middle;
}

.question_out .title{
	font-size:26px;
	border-right:#CC0000 1px solid;
	padding:0 30px 0 0;
	min-width:135px;
	text-align:center;
}

.question_out .title img{
	display:block;
	margin:0 auto 10px;
}

#faq1, #faq2, #faq3{
	display:none;
}

.question{
	width:28%;
}

.question a{
	display:block;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	line-height:1.5em;
	padding:0 0 0 50px;
	margin:0 0 0 30px;
	min-height:41px;
	position:relative;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

.question a:hover{
	color:#CC0000;
}

.question a:before{
	content:"";
	width:41px;
	height:41px;
	background:url(../images/question_q.png) left top no-repeat;
	background-size:cover;
	position:absolute;
	top:-5px;
	left:0;
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

.question a:hover:before{
	background:url(../images/question_q.png) left bottom no-repeat;
	background-size:cover;
}

.question_more{
	display:inline-block;
	background:#939393;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px 40px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	position:relative;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.question_more:hover{
	background:#CC0000;
}

.question_more:after{
	content:"";
	position:absolute;
	top:50%;
	right:15px;
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:2px;
	display:inline-block;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.question_more:hover:after{
	right:10px;
}

.fancybox-slide > div{
	max-width:850px;
	border-radius:10px;
	padding:50px;
	color:#333333;
	overflow:visible;
	margin:60px 20px 20px;
}

.fancybox-slide.fancybox-slide--image > div{
	max-width:none;
}

.fancybox_pop .title{
	font-size:28px;
	line-height:1.5em;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:#D9D9D9 1px solid;
}

.fancybox_pop .content_pop{
	line-height:2em;
	font-size:18px;
}

button.fancybox-close-small{
	position:absolute;
	top:-55px;
	right:0;
	width:45px;
	height:45px;
	padding:0;
	margin:0;
	border:0;
	border-radius:0;
	outline:none;
	background:url(../images/question_close.png);
	background-size:45px auto;
	z-index:10;
	cursor:pointer;
}

button.fancybox-close-small:after{
	content:'';
	position:absolute;
	top:11px;
	right:11px;
	width:23px;
	height:23px;
	background:url(../images/fancybox_close.png);
	background-size:23px auto;
	border-width:0;
	z-index:2;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

button.fancybox-close-small:hover:after{
	background:url(../images/fancybox_close.png);
	background-size:23px auto;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

button.fancybox-close-small:focus:after{
	outline:none;
}

.fancybox_pop .notice{
	margin:40px -50px 0;
	padding:40px 50px 0;
}
/*PAGE NUMBER--------------------------------------------------*/
.page_number{
	margin:40px 0 80px;
}

.page_number ul{
	display:block;
	text-align:center;
	margin:0px auto;
	line-height:45px;
}

.page_number li{
	display:inline-block;
}

.page_number li select{
	cursor:pointer;
	padding:0px 5px;
}

.page_number li.page_select{
	padding-right:15px;
}

.page_number a{
	display:block;
	font-weight:bold;
	border-radius:50%;
	width:40px;
	height:40px;
	position:relative;
}

.page_number li a{
	color:#333333;
	background:#FFFFFF;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	position:relative;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.page_number li a:hover{
	color:#FFFFFF;
	background:#CC0000;
}

.page_number li a:after{
	content:"";
	position:absolute;
	top:16px;
	border:solid #333333;
	border-width:0px 2px 2px 0px;
	padding:3px;
	display:inline-block;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.page_number li a:hover:after{
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
}

.page_number li.page_prev a:after{
	left:18px;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}

.page_number li.page_next a:after{
	left:15px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.page_number li .select_box{
	display:inline-block;
	position:relative;
}

.page_number li .select_box:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	top:auto;
	border-style:solid;
	border-width:6px 3px 0 3px;
	border-color:#CC0066 transparent transparent transparent;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	margin-left:1px;
}

@-moz-document url-prefix() {
	.page_number li .select_box:after{
		margin-left:3px;
	}
}

.page_number li select{
	font-family: "Roboto", sans-serif!important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	font-size:24px;
	color:#CC0000;
	border-radius:5px;
	background:none;
	margin-bottom:5px;
	text-align:center;
}

/*FORM STYLES--------------------------------------------------*/
.form_out .form_in{
	padding:20px 60px;
}

.form_out .title{
	padding:35px 50px;
}

.w100{
	width:100%;
}

.form_input_size1{
	width:450px;
}

.form_input_size2{
	width:370px;
}

.form_input_size3{
	width:270px;
}

.form_input_size4{
	width:200px;
}

/*NOTICE*/
.notice{
	background:#EEEEEE;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background:linear-gradient(#EEEEEE, #FFFFFF);
	margin:40px -40px 0;
	padding:40px 100px 0;
	position:relative;
	overflow:hidden;
}

.notice h6{
	font-size:18px;
	margin-bottom:20px;
}

/*FORM TABLE*/
.table.form_tb{
	margin:20px auto;
}

.table.form_tb .td{
	padding:7px 0px;
	vertical-align:middle;
}

.table.form_tb .title_tb{
	width:110px;
	font-size:18px;
	font-weight:bold;
}

.table.form_tb .center_tb{
	vertical-align:top;
}

.table.form_tb .center_tb span{
	margin-top:10px;
	display:block;
}

.table.form_tb .upload_bt{
	border:none;
	background:#CC0066;
	font-size:18px;
	color:#FFFFFF;
	border-radius:3px;
	padding:10px;
	margin:0 0 0 -6px;
	cursor:pointer;
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

.table.form_tb .upload_bt:hover{
	background:#BA0048;
}

/*no style select*/
.line_style p.textarea{
	font-size:18px;
	color:#333333;
	margin-top:5px;
	line-height:1.5em;
}

.line_style .tr .td:nth-child(2){
	border-bottom:#E5E5E5 1px solid;
}

.line_style .tr:last-child .td:nth-child(2){
	border-bottom:none;
}

.line_style select.grey_select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:10px 0;
	margin-right:10px;
	color:#333333;
	background:#FFFFFF;
	-webkit-box-shadow:none;
	box-shadow:none;
	cursor:default;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.line_style select.grey_select.active{
    border:#FFFFFF 1px solid;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.line_style select.grey_select:hover{
	color:#333333;
}

.line_style .select_out{
	display:inline-block;
	position:relative;
}

.line_style .select_out:after{
	display:none;
}

/*no style textbox*/
.line_style .grey_textbox{
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:10px 0;
	margin-right:10px;
	color:#333333;
	background:#FFFFFF;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.line_style .grey_textbox.active{
    border:#FFFFFF 1px solid;
	-webkit-box-shadow:none;
	box-shadow:none;
}

/*grey select*/
select.grey_select,
span.select2-container--default .select2-selection--single{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:10px 30px 10px 13px;
	margin-right:10px;
	color:#333333;
	background:#F3F3F3;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.select2-search--dropdown input{
	background-color:white;
}

select.grey_select.active{
    border:#D93F8C 1px solid;
	-webkit-box-shadow:0px 0px 5px #FF62AF;
	box-shadow:0px 0px 5px #FF62AF;
}

span.select2-container--default .select2-selection--single{
	height:45px;
	margin-right:0;
}

span.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:0;
	padding-right:0;
}

.select2-results__options{
	line-height:1.5em;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#666666 transparent transparent transparent;
    border-style:solid;
    border-width:6px 5px 0 5px;
    height:0;
    left:auto;
	right:15px;
    margin-left:0;
    margin-top:0;
    position:absolute;
    top:70%;
    width:0;
}

span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #666666 transparent;
    border-width:0 5px 6px 5px;;
}

select.grey_select:hover{
	color:#000000;
}

.ticket_form.ticket_sell .sell_event .select_out:after{
	display:none;
}

.select_out{
	display:inline-block;
	position:relative;
}

.select_out:after{
	content:"";
	border-style:solid;
	border-width:6px 5px 0 5px;
	border-color:#666666 transparent transparent transparent;
	position:absolute;
	top:50%;
	right:25px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events:none;
}

/*grey textbox*/
.grey_textbox{
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:10px 13px 10px 13px;
	margin-right:10px;
	color:#333333;
	background:#F3F3F3;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input[type="text"]:disabled.grey_textbox{
	padding:10px 13px 10px 0px;
	background:#FFF;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.grey_textbox.active{
    border:#D93F8C 1px solid;
	-webkit-box-shadow:0px 0px 5px #FF62AF;
	box-shadow:0px 0px 5px #FF62AF;
}

/*white textbox*/
.white_textbox{
    border:none;
    font-size:18px;
    border-radius:5px;
    padding:10px 13px 10px 13px;
	margin-right:10px;
	color:#333333;
	background:#FFFFFF;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.white_textbox.active{
    border:#D93F8C 1px solid;
	-webkit-box-shadow:0px 0px 5px #FF62AF;
	box-shadow:0px 0px 5px #FF62AF;
}

/*grey button*/
.grey_radius_bt{
	border:none;
	font-size:16px;
	display:inline-block;
	background:#666666;
	color:#FFFFFF;
	padding:10px 35px;
	border-radius:30px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	cursor:pointer;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.grey_radius_bt:hover{
	background:#CC0066;
}
.ticket_sell4 a:hover{
	color:white;
}
.grey_radius_out{
	display:inline-block;
	position:relative;
}

.grey_radius_out:after{
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:2px;
	display:inline-block;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.grey_radius_out:hover:after{
	right:15px;
}

.grey_radius_out.prev:after{
	left:25px;
	right:auto;
	-webkit-transform:rotate(135deg) translateY(50%);
	transform:rotate(135deg) translateY(50%);
}

.grey_radius_out.prev:hover:after{
	left:20px;
}

.title_circle{
	font-size:24px;
	line-height:1.2em;
	color:#333333;
	padding:0 0 0 30px;
	background:url(../images/icon_circle.png) 0px 4px no-repeat;
	background-size:20px auto;
	text-align:left;
}

/*pink button*/
.pink_button{
	border:none;
	background:#CC0066;
	font-size:18px;
	color:#FFFFFF;
	border-radius:3px;
	padding:10px;
	cursor:pointer;
	-webkit-transition:background 0.2s;
	transition:background 0.2s;
}

.pink_button:hover{
	background:#BA0048;
}

/*ZOOM BUTTON*/
.zoom_bt{
	display:inline-block;
	background:#666666 url(../images/icon_search.png) left 15px center no-repeat;
	background-size:20px auto;
	color:#FFFFFF;
	padding:15px 40px;
	border-radius:30px;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	position:relative;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.zoom_bt:hover{
	background:#CC0066 url(../images/icon_search.png) left 15px center no-repeat;
	background-size:20px auto;
}

.zoom_bt span{
	margin-left:10px;
}

/*UNORDER LIST STYLE*/

/*PINK DOT*/
.ul_pink_dot li:before{
    content:"• ";
    color:#CC0066;
}

.ul_pink_dot li{
    padding-left:0.6em;
    text-indent:-0.6em;
    line-height:1.5em;
	margin-bottom:10px;
}

/*DOT*/
.ul_dot li{
	padding-left:0.6em;
	text-indent:-0.6em;
	line-height:1.5em;
	margin-bottom:10px;
}

.ul_dot li:before{
	content:"• ";
}
/*TABLE--------------------------------------------------*/
.table{
    display:table;
}

.thead{
    display:table-header-group;
}

.tr{
    display:table-row;
}

.td{
    display:table-cell;
}

.tbody{
    display:table-row-group;
}

/*FOOTER--------------------------------------------------*/
footer .out{
	max-width:1200px;
	padding:0 20px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#FFFFFF;
	position:relative;
}

/*RECOMMEND LINK*/
footer .recommend_link{
	padding:60px 0 50px;
}

footer .recommend_link .cf{
	margin-left:-10px;
}

footer .recommend_link li{
	display:block;
	width:25%;
	float:left;
}

footer .recommend_link a{
	display:block;
	margin:0 5px 10px;
	padding-bottom:39.5%;
	background-size:cover;
	background-position:center;
}

footer .recommend_link a:hover{
	opacity:0.8;
}

/*FOOTER TOP*/
footer .top{
	background:#333333;
	min-height:180px;
	padding:30px 0;
}

footer .top ul{
	padding-bottom:20px;
	margin:0 330px 30px 0;
	border-bottom:#454545 1px solid;
	max-width:835px;
}

footer .top ul li{
	display:inline-block;
	margin:0 35px 0 0;
}

footer .top ul li:last-child{
	margin-right:0;
}

footer .top ul li a{
	color:#CCCCCC;
	font-weight:bold;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

footer .top ul li a:hover{
	color:#FFFFFF;
}

footer .top .info div{
	display:inline-block;
	line-height:31px;
	height:31px;
}

footer .top .info .phone{
	background:url(../images/footer_icon_phone.png) no-repeat;
	background-size:31px auto;
	padding-left:40px;
	margin:0 30px 0 0;
}

footer .top .info .line{
	background:url(../images/footer_icon_line.png) no-repeat;
	background-size:31px auto;
	padding-left:40px;
	margin:0 30px 0 0;
}

footer .top .info .wechat{
	background:url(../images/footer_icon_wechat.png) no-repeat;
	background-size:31px auto;
	padding-left:40px;
}

footer .top p{
	margin-top:15px;
	line-height:1.5em;
}

footer .top p span{
	margin:0 0 0 15px;
}

footer .top .iframe_fb{
	position:absolute;
	top:0;
	right:20px;
	display:inline-block;
}

footer .top .iframe_fb .title{
	margin-bottom:10px;
}

/*FOOTER BOTTOM*/
footer .bottom{
	background:#1C1C1C;
	padding:15px 0;
	font-size:13px;
}

footer .bottom img{
	height:25px;
	vertical-align:middle;
	margin:0 15px 0 0;
}

footer .bottom a{
	float:right;
	color:#999999;
	margin-top:5px;
	-webkit-transition:color 0.2s;
	transition:color 0.2s;
}

footer .bottom a:hover{
	color:#FFFFFF;
}

@media only screen and (max-width: 1060px){

footer .top{
	font-size:15px;
}

footer .top .info .phone,
footer .top .info .line{
	margin:0 15px 0 0;
}

}

.banner_section *{
	vertical-align:middle;
}

.banner_1920_150 img{
    width: 100%;
    aspect-ratio: 1920/150;
}

.banner_1920_300 img{
    width: 100%;
    aspect-ratio: 1920/300;
}

.banner_768_240 img{
    width: 100%;
    aspect-ratio: 768/240;
}

.banner_768_350 img{
    width: 100%;
    aspect-ratio: 768/350;
}

.show_desktop{
    display: block;
}

.show_mobile{
    display: none;
}

/*--------------------------------------MOBILE--------------------------------------*/
/*1000*/
@media only screen and (max-width: 1000px){

	.show_desktop{
		display: none;
	}

	.show_mobile{
		display: block;
	}

	.page_in.home_event{
		padding:120px 0 70px;
	}
	.dropdown-menu{
		width:100%;
	}
	.dropdown-menu a{
		color:#000!important;
		text-align: center;
			}
	/*HEADER--------------------------------------------------*/
	header .header_text{
		font-size:12px;
	}

	.search_banner,
	header .header_pc{
		display:none;
	}

	header .header_mb{
		display:block;
		padding:0 20px;
		height:75px;
		position:relative;
	}

	header .header_mb .right .log{
		display:none;
	}

	header.active .header_mb .right .log{
		display:block;
	}

	header .header_mb .right .member_link span{
		display:inline-block;
		width:26px;
		height:26px;
		line-height:26px;
		font-size:13px;
		border-radius:50%;
		background:#FFFFFF;
		color:#CC0066;
		text-align:center;
	}

	header.active .header_mb .right .lognot{
		display:none;
	}

	header .header_mb .buttons{
		float:right;
	}

	header .header_mb .buttons img{
		height:24px;
		display:inline-block;
		margin:25px 0 0 20px;
		cursor:pointer;
		-webkit-transition:all 0.2s;
		transition:all 0.2s;
	}

	header .header_mb .buttons img:hover{
		opacity:0.8;
	}

	header .header_mb .mb_menu,
	header .header_mb .mb_search{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		overflow-y:auto;
		z-index:2000;
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
		-webkit-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
	}

	header .header_mb .mb_menu{
		background:#3C1360;
	}

	header .header_mb .mb_search{
		background:#4F197F;
	}

	header .header_mb .mb_menu.active,
	header .header_mb .mb_search.active{
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}

	/*MOBILE MENU*/
	header .header_mb .mb_menu .menu_center{
		background:#4F197F;
	}

	header .header_mb .mb_menu .menu_center ul{
		padding:50px 8% 30px;
	}

	header .header_mb .mb_menu .menu_center a{
		display:block;
		color:#FFFFFF;
		font-size:24px;
		padding:20px 0;
		border-bottom:#7B539F 1px solid;
	}

	header .header_mb .mb_menu .menu_center li:last-child a{
		border-bottom:none;
	}

	header .header_mb .mb_menu .menu_right{
		background:#3C1360;
		padding:45px 8%;
	}

	header .header_mb .mb_menu .menu_right a img{
		display:none;
	}

	header .header_mb .mb_menu .menu_right a{
		display:block;
		font-size:20px;
		color:#FFFFFF;
		padding:15px 0;
	}

	header .header_mb .mb_menu a:hover{
		color:#ECE379;
	}

	/*MOBILE SEARCH*/
	header .header_mb .mb_search .out{
		padding:100px 8% 30px;
	}

	header .header_mb .mb_search .select_out{
		width:100%;
		position:relative;
		margin-bottom:15px;
		display:none;
	}

	header .header_mb .mb_search .select_out:after{
		content:"";
		border-style:solid;
		border-width:6px 5px 0 5px;
		border-color:#666666 transparent transparent transparent;
		position:absolute;
		top:50%;
		right:25px;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
		pointer-events:none;
	}

	header .header_mb .mb_search select{
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border:none;
		font-size:20px;
		border-radius:5px;
		padding:15px 30px 15px 15px;
		background:#FFFFFF;
		color:#666666;
		cursor:pointer;
		width:100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	header .header_mb .mb_search input[type="text"]{
		border:none;
		font-size:20px;
		border-radius:5px;
		padding:16px;
		width:100%;
		background-color:#FFFFFF;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom:15px;
	}

	header .header_mb .mb_search input[type="text"]::-webkit-input-placeholder{
		color:#666666;
		opacity:1;
	}

	header .header_mb .mb_search input[type="text"]:-ms-input-placeholder{
		color:#666666;
		opacity:1;
	}

	header .header_mb .mb_search input[type="text"]::placeholder{
		color:#666666;
		opacity:1;
	}

	header .header_mb .mb_search input[type="submit"]{
		border:none;
		width:100%;
		height:50px;
		background-image:url(../images/icon_search.png), url(../images/mb_search_bt.png);
		background-repeat:no-repeat;
		background-position:calc(50% + 50px) 50%, left top;
		background-size:auto 25px, auto auto;
		border-radius:5px;
		font-size:20px;
		font-weight:bold;
		color:#FFFFFF;
		cursor:pointer;
	}

	header .header_mb .mb_search input[type="submit"]:hover{
		background-position:calc(50% + 50px) 50%, left bottom;
	}

	.mb_close{
		width:50px;
		height:50px;
		display:block;
		cursor:pointer;
		position:absolute;
		top:20px;
		right:20px;
	}

.mb_close div{
    height:0px;
    width:50px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
	display:block;
	-webkit-transform-origin:50%;
	transform-origin:50%;
	-webkit-transform:rotate(0deg) scale(0.8);
	transform:rotate(0deg) scale(0.8);
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.mb_close:hover div{
    -webkit-transform:rotate(-90deg) scale(1);
    transform:rotate(-90deg) scale(1);
}

.mb_close div:before{
	content:"";
	height:3px;
	width:100%;
	position:absolute;
	top:0px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
	background:#FFFFFF;
}

.mb_close div:after{
	content:"";
	height:3px;
	width:100%;
	position:absolute;
    top:0px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
	background:#FFFFFF;
}

/*HOME--------------------------------------------------*/
/*HOME BANNER*/
.search_banner .select_out,
.search_banner p span,
.search_banner input[type="text"],
.search_banner input[type="submit"]{
	display:none;
}

.search_banner,
.search_banner .owl-carousel,
.search_banner .owl-carousel .bg_img{
	height:295px;
}

.search_banner .owl-carousel .img1{
	background:url(../images/home_banner_mb1.jpg) top center no-repeat;
	background-size:cover;
}

.search_banner .owl-carousel .img2{
	background:url(../images/home_hot_img3.jpg) top center no-repeat;
	background-size:cover;
}

.search_banner p{
	font-size:24px;
	margin:40px 0 0;
}

.search_banner p br{
	display:block;
}

/*HOME HOWTO*/
.home_howto .left p{
	margin-bottom:50px;
}

.home_howto .left,
.home_howto .right{
	float:none;
	width:auto;
	max-width:none;
}

.home_howto .right{
	text-align:center;
}

.home_howto .right img{
	width:auto;
	display:block;
	max-width:100%;
	margin:0 auto 30px;
}

.home_howto .right a{
	display:inline-block;
}

/*TICKET--------------------------------------------------*/

/*TICKET SEARCH*/
.ticket_search{
	display:none;
}

/*TICKET INFO--------------------------------------------------*/
.ticket_intro{
	padding:0 20px 40px;
}

.ticket_intro .left,
.ticket_intro .right{
	width:auto;
	float:none;
}

.ticket_intro .right h1{
	font-size:24px;
	line-height:1.5em;
	padding:0 60px 10px 0;
	margin-bottom:60px;
	position:relative;
}

.ticket_intro .right .sell_today{
	position:absolute;
	right:0px;
	top:-10px;
	width:60px;
}

.ticket_intro .right .text,
.ticket_intro .right .list,
.ticket_intro .right .ps{
	font-size:18px;
	line-height:1.7em;
	padding-right:0;
}

/*ticket price*/
.ticket_price{
	padding:0 0 80px;
	font-size:12px;
}

.ticket_price .title_circle{
	margin-left:20px;
}

.ticket_price .table .td{
	padding:10px 5px;
	line-height:1.5em;
	border-bottom:#CCCCCC 1px solid;
}

.ticket_price .table .title_loc{
	padding:10px 5px 10px 10px;
}

.ticket_price .table .price_tk{
	padding:10px 10px 10px 5px;
}

.ticket_price .table .td div:first-child{
	margin-bottom:0;
}

.ticket_price .table .title_loc{
	width:40%;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_price .table .title_loc div{
	padding-left:0;
}

.ticket_price .table .title_loc .title{
	font-size:12px;
	font-weight:bold;
	color:#1D6565;
}

.ticket_price .table .more{
	display:none;
}

.ticket_price .table .date_time{
	width:30%;
	min-width:90px;
}

.ticket_price .table .price_tk{
	width:30%;
	min-width:80px;
}

.ticket_price .table .price_tk .price .nt,
.ticket_price .table .price_tk .price .big{
	font-size:12px;
}

.ticket_price .table .price_tk .ticket{
	color:#139797;
	padding-left:0;
	background:none;
}

/*TICKET VIEW--------------------------------------------------*/
.ticket_seat{
	margin:0 0 40px;
}

/*seat image*/
.ticket_seat .seat_image{
	width:auto;
	float:none;
}

.ticket_seat .seat_image .title_circle{
	margin-left:20px;
}

/*seat price*/
.seat_price .out_price{
	margin:0 20px;
}

.ticket_seat .seat_price{
	width:auto;
	float:none;
	margin-top:40px;
	padding-top:30px;
	border-top:#DADADA 1px solid;
}

.ticket_seat .seat_price .ticket_num{
	display:inline-block;
	margin:0 15px 25px 0;
}

.ticket_seat .seat_price .ticket_num span,
.ticket_seat .seat_price .ticket_sort span{
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
}

.ticket_seat .seat_price .ticket_num a{
	font-size:12px;
	padding:0 10px;
	margin-left:3px;
}

.ticket_seat .seat_price .ticket_sort a{
	font-size:12px;
}

/*seat price table*/
.ticket_seat .seat_price .table,
.ticket_seat .seat_price .table .price .nt,
.ticket_seat .seat_price .table .price .big{
	font-size:12px;
}
.ticket_seat .seat_price .table .tr .td.seat{
	padding:0 0 0 10px;
	position:relative;
}

.ticket_seat .seat_price .table .num{
	width:20%;
}

.ticket_seat .seat_price .table .price{
	width:30%;
}

.ticket_seat .seat_price .table .tr .td:first-child,
.ticket_seat .seat_price .table .tr .td:last-child{
	display:none;
}

.ticket_seat .seat_price .table a.sold .price .solded{
	opacity:0;
	display:block;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

.ticket_seat .seat_price .table a.sold.active .price .solded{
	opacity:1;
	display:block;
	color:#CF1070;
}

/*seat price ps*/
.ticket_seat .seat_price .ps{
	color:#333333;
	line-height:1.5em;
	font-size:16px;
	background:url(../images/icon_ps.png) top center no-repeat;
	background-size:58px auto;
	padding:70px 0 0;
	margin:40px 20px 20px;
}

.ticket_seat .seat_price .ps p{
	display:block;
	padding-left:0;
	border-left:none;
}

/*TICKET STEP--------------------------------------------------*/
.ticket_step .ticket_form{
	padding:20px;
}

.ticket_step .table.form_tb{
	margin:0;
}

/*TICKET BUY--------------------------------------------------*/

/*BUY ITEM*/

/*left*/
.buy_item .left{
	margin-right:0;
	font-size:16px;
}

.buy_item .left .price_single{
	margin:10px 0 0;
	display:block;
}

/*right*/
.buy_item .right{
	position:static;
	width:auto;
	padding:20px;
}

.buy_item .right .price{
	line-height:16px;
	font-size:16px;
}

.buy_item .right .price li span{
	font-size:16px;
	position:static;
}

.buy_item .right .total{
	font-size:16px;
}

.buy_item .right .total span{
	font-size:32px;
}

.buy_item .right .ps{
	margin:0 -20px -20px;
	padding:20px;
	font-size:14px;
}

/*RECEIVE TYPE*/
.receive_type.line_style .receive_address .tr:first-child .td:nth-child(2) label{
	margin-left:0;
}

.receive_type .box{
	max-width:none;
}

.receive_type .ps_warning{
	margin:15px 0 0;
}

.switch_info .table.form_tb{
	margin:40px 0 0;
}

.receive_shop a{
	height:50px;
	line-height:50px;
	font-size:18px;
}

.receive_shop a img{
	height:30px;
	margin-right:5px;
}

.receive_shop a:hover img{
	margin-right:10px;
}

.receive_shop .table{
	width:100%;
}

.receive_shop .ps_warning{
	margin:15px 0 0;
}

/*PAY TYPE*/
.pay_type ul{
	text-align:left;
}

.pay_type ul li{
	display:block;
	margin:0 0 25px;
}

.pay_type ul li img{
	margin-left:10px;
}

/*TICKET SELL--------------------------------------------------*/
.ticket_sell .box,
.ticket_sell .sell_area .box{
	max-width:none;
}

/*SELL NUMBER*/
.ticket_sell .sell_num .title_circle span{
	display:block;
	font-size:20px;
	margin-left:0;
}

/*SELL AREA STEP1*/
div.ticket_sell .sell_area .grey_textbox{
	width:calc(100% - 35px);
}

/*SELL PRICE*/
.ticket_sell .sell_price .price{
	margin:30px 0 20px;
}

.ticket_sell .sell_price .price:before,
.ticket_sell .sell_price .price:after{
	display:none;
}

/*SELL SEND*/
.ticket_sell .sell_send ul{
	margin:0;
}
.ticket_sell .sell_send ul li{
	display:block;
	margin-top:15px;
	text-align:left;
}

.ticket_sell .sell_send ul li:first-child{
	margin-right:0;
}

/*SELL EXPLAIN*/
.ticket_sell .sell_explain textarea{
	max-width:none;
}

/*SELL MEMBER STEP2*/
.ticket_sell .sell_member .ps{
	width:auto;
}

/*SELL CHECK STEP3*/
.sell_check{
	word-break:break-all;
}

.sell_check .sell_check_info{
	margin:10px auto 0px;
}

.sell_check .td,
.sell_check .bottom_only .tr:last-child .td{
	border-bottom:none;
}

.sell_check .check_none{
	display:none;
}

.sell_check .table .td:first-child{
	width:auto;
}

.sell_check .table_one .check_nt_ps{
	margin:10px 0 0;
	display:block;
}

.sell_check .check_in{
	border-bottom:#E5E5E5 1px solid;
}

.sell_check .check_in .td{
	padding:5px 15px;
}

.sell_check .check_bt .grey_radius_bt{
	padding:10px 30px;
}

/*SELL ACCOUNT*/
.ticket_sell .sell_account .grey_radius_bt{
	padding:10px 30px;
}

.ticket_sell .sell_account .grey_radius_out{
	margin-top:30px;
}

.ticket_sell .sell_account .grey_radius_out:after{
	right:15px;
}

.ticket_sell .sell_account .grey_radius_out:hover:after{
	right:10px;
}

.ticket_sell .sell_account .grey_radius_out.prev:after{
	left:20px;
	right:auto;
}

.ticket_sell .sell_account .grey_radius_out.prev:hover:after{
	left:15px;
}

/*LOGIN--------------------------------------------------*/
.login_page{
	max-width:none;
}

.login_page .switch_info{
	background:#FFFFFF;
	border-radius:10px;
	padding:50px 20px;
}

/*LOGIN TABLE*/
.login_page .login_tb{
	width:100%;
	float:none;
}

/*FORGOT POP*/
.forgot_ps .title{
	background:url(../images/icon_warning_pop.png) 0px 7px no-repeat;
	background-size:24px auto;
	padding-left:32px;
}

.forgot_ps .grey_textbox{
	width:100%;
}

/*LOGIN FB TABLE*/
.login_page .login_fb{
	float:none;
	width:100%;
	border-left:none;
	border-top:#E5E5E5 1px solid;
	height:auto;
	margin-top:10px;
}

.login_page .login_fb .fb{
	display:block;
	width:100%;
}

/*LOGIN ADD MEMBER*/
.login_page .add_member_top{
	background:#F3F3F3;
	margin:-50px -20px 0;
	padding:50px 20px 30px;
	border-radius:10px 10px 0 0;
}

.login_page .add_member_top .fb{
	display:block;
	width:100%;
	font-size:16px;
	padding-left:35px;
	line-height:45px;
	height:45px;
	color:#333333;
	background:#FFFFFF url(../images/login_fb_logo.png) left 10px center no-repeat;
	background-size:28px auto;
}

.login_page .add_member_top .fb:hover{
	background:#FFFFFF url(../images/login_fb_logo.png) left 15px center no-repeat;
	background-size:28px auto;
}

.login_page .add_member .text{
	margin:0 0 10px 0;
	text-align:left;
	text-indent:-43px;
	padding-left:43px;
}

.login_page .add_member .ps{
	vertical-align:middle;
	margin-left:43px;
	font-size:16px;
	text-align:left;
}

/*RESET PASSWORD--------------------------------------------------*/
.reset_ps .form_out{
	margin:10px 20px 0;
}

/*MEMBER--------------------------------------------------*/
.member_tag .title_big{
	float:none;
}

.member_tag .title_big:after{
	content:"";
	width:100%;
	height:1px;
	background:#CCCCCC;
	position:absolute;
	bottom:-15px;
	left:-15px;
}

.member_tag ul{
	float:none;
	margin:30px auto 0;
}

.member_tag ul li{
	width:32%;
	text-align:center;
}

.member_tag ul li a{
	font-size:12px;
	padding:0;
	background:#E5E5E5;
}

/*MEMBER TOP*/
.member_page .page_in_white_out .title_img .td{
	display:block;
	padding:20px;
	width:auto;
}

.member_page .page_in_white_out .title_img .td.img{
	width:auto;
}

.member_page .page_in_white_out .title_img img{
	margin-left:0;
	margin-bottom:-30px;
}

/*MEMBER INFO*/
.member_page .member_info{
	padding:20px;
}

.member_page .member_info ul li{
	display:block;
	margin:0 0 15px 15px;
}

.member_page .member_info ul li.area{
	font-size:25px;
	font-weight:bold;
	color:#1D6565;
	padding-right:20px;
	margin-right:16px;
	border-right:none;
}

/*MEMBER TABLE*/
.member_page .member_info .table{
	font-size:14px;
}

.member_page .member_info .table .title{
	background:#E5E5E5;
	font-weight:bold;
}

.member_page .member_info .table .thead{
	display:none;
}

.member_page .member_info .table .tr{
	display:table;
	width:100%;
	margin-bottom:20px;
}

.member_page .member_info .table .td{
	display:table-row;
	width:100%;
}

.member_page .member_info .table .td span{
	display:table-cell;
	padding:10px;
	text-align:left;
	border-bottom:#CCCCCC 1px solid;
}

.member_page .member_info .table .title{
	width:60px;
}

.member_page .member_info .table .bt_link{
	display:inline-block;
	margin:2px 0;
}

/*MEMBER TRACK TABLE*/
.member_form .form_out .form_in.member_track{
	padding:0 0 1px;
}

.member_track .table{
	font-size:12px;
	margin:20px 0;
}

.member_track .num{
	width:5.5em;
	font-size:12px;
}

.member_track .num a{
	padding-left:0;
	background:none;
}

.member_track .del{
	text-align:center;
	width:4.5em;
}

.member_track .table .tr .td{
	padding:10px;
}

/*MEMBER FORM*/
.member_form .form_out .form_in{
	padding:0 20px 50px;
}

/*MEMBER SOLD VIEW*/
.member_sold_view .ticket_info{
	background:#F2F2F2;
	padding:20px;
	margin:20px 0;
	display:inline-block;
	font-size:16px;
}

.member_sold_view .ticket_info .left,
.member_sold_view .ticket_info .right{
	float:none;
	margin-right:0;
}

.member_sold_view .step .ul_dot li br{
	display:block;
}

.member_sold_view .step .form_tb .select_1 .other_txt{
	margin:15px 0 0;
}

.member_sold_view .step .form_tb .select_3 .select_out{
	display:block;
	margin:10px 0 10px -24px;
	text-indent:0;
	padding-left:0;
	width:calc(100% + 24px);
}

.member_sold_view .notice{
	margin:40px -20px 0;
	padding:40px 20px 0;
}

/*member order notview*/
.send_notview .title,
.ticket_clearing .title{
	background:url(../images/icon_warning_pop.png) 0px 7px no-repeat;
	background-size:24px auto;
	padding-left:32px;
}

.send_yesview .title_circle span,
.send_notview .title_circle span{
	display:block;
	font-size:20px;
	margin-left:0;
}

.send_notview .atm_out{
	background:#F3F3F3;
	margin:40px -20px -20px;
	padding:40px 20px;
	text-align:center;
	border-radius:0 0 10px 10px;
}

/*member order yesview*/
.send_yesview .title,
.send_nearview .title{
	background:url(../images/icon_tick_pop.png) 0px 7px no-repeat;
	background-size:24px auto;
	padding-left:32px;
}

.send_yesview .out{
	width:auto;
}

.send_yesview .out .left,
.send_yesview .out .right{
	float:none;
	width:auto;
}

.send_yesview .out .check_delivery li{
	width:auto;
	float:none;
}

/*member data*/
.member_data .verify .mb{
	width:auto;
	padding:20px 0 0 0;
}

.member_data .verify:after{
	right:15px;
}

.member_data .verify .mb .pink_button{
	position:static;
}

.member_data .verify .mb p{
	display:block;
	padding:15px 0 5px;
}

/*verify_num*/
.ticket_step .verify_num .table{
	margin:40px auto;
}

.ticket_step .verify_num .title_tb{
	text-align:left;
}

/*ABOUT--------------------------------------------------*/
.about .about_top p{
	padding-right:0;
}

.about .about_top img{
	position:static;
	display:block;
	margin:0 auto 30px;
}

.about .about_bottom li{
	width:auto;
	float:none;
}

.about .about_bottom li:nth-child(odd){
	margin-right:0;
}


/*COMMON USE----------------------------------------------------------------------------------------------------*/

/*QUESTION--------------------------------------------------*/
.question_out{
	background:#FFFFFF;
	padding:25px 25px 0;
	border-radius:10px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	margin:0 20px;
	text-align:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.question_out .title{
	border-right:none;
	border-bottom:#CC0000 1px solid;
	padding:0 0 30px;
	margin-bottom:30px;
	width:auto;
}

.question{
	width:auto;
}

.question a{
	padding:0 0 20px 50px;
	margin:0 0 30px;
	border-bottom:#CCCCCC 1px dotted;
}

.question:last-child a{
	border-bottom:none;
}

.fancybox-slide > div{
	padding:20px;
}

.fancybox_pop .title{
	font-size:24px;
	line-height:1.5em;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:#D9D9D9 1px solid;
}

.fancybox_pop .notice{
	margin:40px -20px 0;
	padding:40px 20px 0;
}

/*FORM STYLES--------------------------------------------------*/
.form_out .form_in{
	padding:50px 20px;
}

.form_out .title{
	padding:35px 20px;
}

.table.form_tb .title_tb{
	width:auto;
	font-size:18px;
	font-weight:bold;
}

.table.form_tb .select_out:after{
	right:15px;
}

/*NOTICE*/
.notice{
	margin:40px -20px 0;
	padding:40px 20px 0;
}

.have_star .table.form_tb .select_out select,
.table.form_tb .select_out select,
.table.form_tb .select_out,
.table.form_tb .grey_select,
.table.form_tb .grey_textbox,
.table.form_tb .white_textbox{
	width:100%;
}

.have_star .table.form_tb .grey_select,
.have_star .table.form_tb .grey_textbox{
	width:calc(100% - 30px);
}

.have_star .table.form_tb .select_out{
	display:inline-block;
	width:calc(100% - 30px);
	margin-right:10px;
}

.table.form_tb .upload_bt{
	margin:10px 0 0;
}

/*TABLE*/
.table, .tbody, .tr, .td{
	display:block;
	width:auto;
}

/*MOBILE TABLE*/
.mb_table.table{
    display:table;
}

.mb_table .tr{
    display:table-row;
}

.mb_table .td{
    display:table-cell;
}

.mb_table .tbody{
    display:table-row-group;
}

/*FOOTER--------------------------------------------------*/

/*FOOTER TOP*/
footer .top{
	text-align:center;
	font-size:16px;
}

footer .top ul{
	padding-bottom:0;
	margin:-30px -20px 30px;
	border-bottom:none;
	max-width:none;
}

footer .top ul li{
	display:block;
	margin:0;
	float:left;
	width:50%;
}

footer .top ul li a{
	background:#1C1C1C;
	display:block;
	line-height:50px;
	border-bottom:#454545 1px solid;
}

footer .top ul li a:hover{
	background:#454545;
}

footer .top ul li:nth-child(odd) a{
	border-right:#454545 1px solid;
}

footer .top ul li:nth-last-child(-n+2){
	margin:0;
}

footer .top .info{
	display:inline-block;
}

footer .top .info div{
	display:block;
	text-align:left;
}

footer .top .info .phone,
footer .top .info .line{
	margin:0 0 20px;
}

footer .top p{
	margin-top:30px;
}

footer .top .iframe_fb{
	display:block;
	position:static;
	margin:30px auto 10px;
	max-width:100%;
}
/*FOOTER BOTTOM*/
footer .bottom{
	text-align:center;
}

footer .bottom img{
	display:block;
	max-width:150px;
	height:auto;
	vertical-align:middle;
	margin:0 auto 20px;
}

footer .bottom a{
	float:none;
	margin-top:15px;
	display:block;
}

}


/*3 block 1050*/
@media only screen and (max-width: 1050px){

.page_in .ticket_list,
footer .recommend_link li{
	width:33%;
}

}

/*2 block 800*/
@media only screen and (max-width: 800px){

.page_in .ticket_list,
footer .recommend_link li,
.home_media a{
	width:50%;
}

}

/*1 block 550*/
@media only screen and (max-width: 550px){

.page_in .ticket_list{
	width:100%;
}

}
