@charset "UTF-8";

.ent h2{
	line-height: 1.2;
	margin-bottom: 5%;
}

.ent h2 span{
	display: block;
}

.ent h2 .lang_en,
.ent h2 .lang_zh-cn,
.ent h2 .lang_ko{
	font-size: 16px;
}

.ent .zone-body span{
	display: block;
}

.ent .but{
	margin: 20px 20px 20px 5%;
	max-width: 1000px;
}

.ent .but-list{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (min-width:800px){
	.ent .but-list{
		flex-wrap: nowrap;
	}
}

.ent .but-list li{
	background: #063;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	font-size: 26px;
	font-weight: 600;
	margin: 0 10px 20px;
	width: 80%;
}

.ent .but-list li a{
	display: block;
	color: #fff;
	padding: 20px 25px;
	text-align: center;
}

.ent .but-list li a:hover{
	text-decoration: none;
}

@media only screen and (min-width:601px){

	.ent .but{
		margin: 20px auto;
		width: 90%;
	}

	.ent .but-list{
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media only screen and (min-width:800px){
	.ent .zone-body{
		margin-bottom: 5%;
		margin-top: 2%;
	}
}
