@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background:#FFFFFF;
	font-family: 'Noto Sans TC', sans-serif;
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	}

.host_wrap{
	float: left;
	width: 100%;
	margin-top: 70px;
	text-align: center;
}


.host_item{
	display: inline-block;
	width: 200px;
	margin:15px; 
	text-align: center;
	cursor: pointer !important;
}

.host_item:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



.host_item img {
	display: inline-block;
	width: 150px;
    cursor:pointer !important;
}



.host_item .title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer !important;
}

.host_item .name{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	cursor: pointer !important;
}



/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:150px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}
#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	}

.q_link{
	position: fixed;
	z-index: 9;
	width: 100px;
	height: 100px;
	right: 20px;
	top:50%;
}

.q_link:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#HEADER{
	float:left;
	width:100%;
    position: fixed;
    z-index: 10;
    background: #11151f;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}


#KV{
	position: relative;
	z-index: 1;
	display: table;
	float: left;
	width: 100%;
	height: 760px;
}

#logo{
	position: relative;
	float: left;
	z-index: 0;
	margin: 20px 0px 20px 45px;
	width: 250px;
}

#KV .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 3;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}


.kv_slogan{
	display: inline-block;
	width: 560px;
}


.kv_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}



.FB_btn{
	display: block;
	position:absolute;
	height: 30px;
	top:25px;
	right:100px;
	cursor: pointer;
	z-index: 14;
	}

.LINE_btn{
	display: block;
	position:absolute;
	height: 30px;
	top:25px;
	right:50px;
	cursor: pointer;
	z-index: 14;
	}

.FB_btn:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	}

.LINE_btn:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	}

#Line_Pc_Btn{
	display: inline-block;

}
#Line_mobile_Btn{
	display: none;
}



.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	



#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span{
  background: #ffffff;
}




#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #1e799a;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}	



#NAV{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 36px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: right;
	top:25px;
	right: 50px;
}

nav{
	display: inline-block;
	text-align: center;
}

nav div {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 136px;
	height: 36px;
	margin-right: 5px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  background: rgb(63,187,254);
background: linear-gradient(125deg, rgba(63,187,254,1) 0%, rgba(165,65,255,1) 100%);
border-radius: 18px;
}
.splite{
	display: none;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	 background:none;
}

nav div:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}









.sponBox{
	display: inline-block;
	vertical-align: middle;
	 margin: 20px;
	 text-align: left;
}

.sponBox .title{
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 14px;
	color: #383838; 
	margin-bottom: 10px;
}

.sponBox img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.sponBox img:last-child{
	margin-right: 0px;
}


.spon1{
	height: 30px;
}

.spon2{
	height: 30px;
}

.spon3{
	height: 30px;
}





.ag_group{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}


.content_wrap{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: rgb(18,49,70);
background: linear-gradient(125deg, rgba(18,49,70,1) 0%, rgba(47,123,169,1) 100%);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0px 90px 0px;
}



.intro{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}



.mid_content{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 1024px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 10px 50px 10px;
}




.sec_title{
	float: left;
	width: 140px;
}

.title_splite{
	float: left;
	width: 100%;
	height: 1px;
	margin-bottom: 80px;
}

.intro_des{
	display: inline-block;
	width: 750px;
}

.film_wrap{
	display: inline-block;
	width: 800px;
	text-align: center;
	margin-top: 50px;
}

.clip_title{
	display: inline-block;
	width: 160px;
	margin-bottom: 50px;
}

.clip_content{
	display: inline-table;
	width: 100%;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	border:#ffffff 1px solid;
}
.clip_content .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.yt_icon{
	display: inline-block;
	width: 106px;
}



.agenda{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}





.agenda_wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}


.sem_tab{
	float: left;
	width: 100%;
	text-align: center;
}
.sem_tab .tabBtn{
	display: inline-block;
	vertical-align:top;
	margin: 5px;
	width: 130px;
	cursor: pointer;
	opacity: .3;
}

.sem_tab .tabBtn.current{
	opacity: 1;
}


.sem_content{
	float: left;
	width: 100%;
	margin-top: 50px;
	display: none;
	font-size: 20px;
	color: #ffffff;
}

.sem_head{
	float: left;
	width: 100%;
	text-align: center;
}

.sem_address{
	display: inline-block;
	width: 500px;
}






.host_item .alert_btn{
	display: inline-block;
	width: 100px;
	text-align: center;
	cursor: pointer;
}

.agenda_img{
	display: inline-block;
	width: 650px;
	margin-top: 50px;
}


.agenda_note{
		display: inline-block;
	width: 650px;
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}

.purches_item{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top:15px; 
}


.ticket_des1{
	display: inline-block;
	vertical-align: middle;
	width: 355px;
}

.ticket_des2{
	display: inline-block;
	vertical-align: middle;
	width: 706px;
}

.ticket_btn{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin-left: 50px;
}

.ticket_btn img{
	width: 100%;
}

.ticket_btn:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



.address_wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}


.address_tab{
	float: left;
	width: 100%;
	text-align: center;
}
.address_tab .addresstabBtn{
	display: inline-block;
	vertical-align:top;
	margin: 5px;
	width: 300px;
	cursor: pointer;
	opacity: .3;
}

.address_tab .addresstabBtn.current{
	opacity: 1;
}


.address_content{
	float: left;
	width: 100%;
	margin-top: 50px;
	display: none;
	font-size: 20px;
	color: #ffffff;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.traffic_item{
	display: inline-table;
	width: 100%;
	margin-top: 40px;
}



.traffic_icon{
	display: table-cell;
	width: 30px;
	vertical-align: top;
}

.traffic_icon img{
	width: 100%;
}

.traffic_des{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}


.traffic_title{
	font-size: 24px;
	color: #ffffff;
}

.traffic_way{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 20px;
}

.traffic_txt{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 100;
}



.article_wrap{
		float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.article_item{
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin: 5px;
}

.article_item .cover{
	display: inline-block;
	width: 100%;
}


.article_title{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;

overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 24px;
height: 48px;

}

.article_des{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	text-align: left;

	overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 24px;
height: 72px;
}

.article_more{
	float: right;
	width: 180px;
	margin-top: 15px;
}

.article_more:hover{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.article_more img{
	width: 100%;
}


#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px 100px 20px;
    font-size: 14px;
    color: #ffffff;
	}


.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #383838;
	position: relative;
}
.mb_show{
	display: none;
}



/**system alert **/





.sysClrBox{
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
    top:0px;
    left: 0px;
    text-align: center;
}



.sysClrBox.visible{
  display: table;
}

.sys_clr_bg_pat{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  background:#000000; 
  opacity: .6;
}



.sysClrBox .clrContent{
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}



.host_intro{
	display: inline-table;
	position: relative;
	width: 500px;
	height: 400px;
	background:#ffffff;
	border-radius: 10px; 
}
.host_intro .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
	font-size: 16px;
	color: #000000;
	line-height: 1.7;
	letter-spacing: 1px;
}



.covid_intro{
	display: inline-table;
	position: relative;
	width: 550px;
	height: 400px;
	background:#ffffff;
	border-radius: 10px; 
}
.covid_intro .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
	font-size: 16px;
	color: #000000;
	line-height: 1.7;
}



.covid_title{
	font-size: 24px;
	color: #000000;
}

.covid_title_red{
	font-size: 24px;
	color: #d41423;
}

.covid_hightlight{
	font-size: 24px;
	color: #d41423;
	margin-left: 5px;
	margin-right: 5px;
}


.filmClose{
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	top:10px;
	right: 10px;
	cursor: pointer;
}


.temp_hide{
	display: none !important;
}


@media screen and (max-width: 1044px) {

.mid_content{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 10px 50px 10px;
}

}


@media screen and (max-width: 900px) {


.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	




.FB_btn{
	display: block;
	position:absolute;
	height: 30px;
	top:15px;
	right:120px;
	cursor: pointer;
	z-index: 14;
	}

.LINE_btn{
	display: block;
	position:absolute;
	height: 30px;
	top:15px;
	right:70px;
	cursor: pointer;
	z-index: 14;
	}


#logo{
	position: relative;
	float: left;
	z-index: 0;
	margin: 15px 0px 15px 10px;
	width: 200px;

}


#NAV{
	position: fixed;
	z-index: 60;
	display: table;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	top:-100%;
	right:0px;
	background:#ffffff; 
		-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#NAV.reveal{
	top:0%;
}

nav{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

nav div {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 136px;
	height: 36px;
	margin-right: 0px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  background: rgb(63,187,254);
background: linear-gradient(125deg, rgba(63,187,254,1) 0%, rgba(165,65,255,1) 100%);
border-radius: 18px;
}

.splite{
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}


.intro_des{
	display: inline-block;
	width: 100%;
}

.film_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}








.sem_tab .tabBtn{
	display: inline-block;
	vertical-align:top;
	margin: 5px;
	width: 150px;
	cursor: pointer;
	opacity: .3;
}








}






@media screen and (max-width: 680px) {



#KV{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	height: 570px;
}


.kv_slogan{
	display: inline-block;
	width: 400px;
}

.mb_show{
	display: block;
}

.mb_hide{
	display: none;
}

}


@media screen and (max-width: 480px) {


.covid_intro{
	display: inline-table;
	position: relative;
	width: 98%;
	height: 350px;
	background:#ffffff;
	border-radius: 10px; 
}

.covid_intro .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
	font-size: 18px;
	color: #000000;
	line-height: 1.7;
}

.covid_title{
	font-size: 22px;
	color: #000000;
}

.covid_title_red{
	font-size: 22px;
	color: #d41423;
}

.covid_hightlight{
	font-size: 22px;
	color: #d41423;
	margin-left: 5px;
	margin-right: 5px;
}

.kv_slogan{
	display: inline-block;
	width: 300px;
}

.q_link{
	position: fixed;
	z-index: 9;
	width: 50px;
	height: 50px;
	right: 10px;
	top:60%;
}

.clip_content{
	display: inline-table;
	width: 100%;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	border:#ffffff 1px solid;
}

.sem_address{
	display: inline-block;
	width: 100%;
}

.agenda_img{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.agenda_note{
		display: inline-block;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}

.host_intro{
	display: inline-table;
	position: relative;
	width: 300px;
	height: 400px;
	background:#ffffff;
	border-radius: 10px; 
}

.purches_item{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top:15px; 
}

.ticket_des1{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.ticket_des2{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.ticket_btn{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin-left: 0px;
	margin-top: 10px;
}

.sponBox img{
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

.sponBox img:last-child{
	margin: 5px;
}



}
