body {
	font-family: "微軟正黑體","Microsoft JhengHei","Arial Unicode MS",calibri, tahoma,verdana, arial, helvetica, sans-serif;
	background-color: #01636c ;
}

.wrapper{
	background-image: url("images/main_bg.png");
	background-size: 1140px;
	background-repeat: repeat-y;
	background-position: center top;
}

.main {
	max-width: 1200px;
  	margin: auto;
	padding: 30px;
}

.rcorners {
  	border-radius: 0px 50px 50px 0px;
  	background: #fff;
  	padding: 30px; 
  	min-height: 500px; 
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
}

.rcorners_blue {
  	border-radius: 50px 0px 0px 50px;
  	background: #098c9d;
  	padding: 30px; 
  	min-height: 500px; 
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #fff;
}

.rcorners_blue_main {
  	border-radius: 50px 0px 0px 50px;
  	background: #098c9d;
  	padding: 20px 30px; 
  	min-height: 200px; 
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #fff;
}

.rcorners_blue_main2 {
  	border-radius: 0 50px 50px 0;
}

.tbl { padding:0; }

.button-img {
	height: 80px;
	padding-top:10px;
}

.comment-img {
	height: 140px;
	padding-top:10px;
}

.blue-line {
	height:30px; 
	background-color: #00acbf;
	margin-top: 30px;
}

.error { color: #f00; font-size:14px; }

.bg1 { background-color: #057887; padding: 15px; }

.bg2 { background-color: #09a0b4; padding: 15px; }

.comment_bg { 
	font-size: 16px;
 	height: 370px;
  	overflow-y: scroll;
  	scrollbar-width: thin;
  	scrollbar-color: #b0e4eb #23b9cc;
  	float: none;
}

.comment_bg_main { 
	font-size: 16px;
 	height: 400px; /* height: 270px; */
  	overflow-y: scroll;
  	scrollbar-width: thin;
  	scrollbar-color: #b0e4eb #23b9cc;
  	float: none;
}

.comment_txt { font-size:16px; letter-spacing: 1px;}
.comment_txt2 { font-size:14px; color:#fff ; }

.live_btn { height: 65px; }

@media (max-width: 767px) {
	.main {
		max-width: 1200px;
  		margin: auto;
		padding: 0px 0 0 0;
	}

	.rcorners {
  		border-radius: 0px;
  		background: #fff;
  		padding: 15px; 
  		min-height: 500px; 
		margin-top: 0px;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 26px;
	}
	
	.blue-line {
		margin-top: 0px;
	}
	
	.button-img {
  		margin-right: auto;
  		margin-left: auto;
		height: 75px;
	}
	
	.comment-img {
		height: 140px;
		display: block;
  		margin-right: auto;
  		margin-left: auto;
	}
	
	.photo_xs {
		height:230px;
	}
	
	.live_btn { height: 60px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.button-img {
		height: 70px;
	}

	.comment-img {
		height: 120px;
	}
	
	.pic_photo::after {
  		content: "";
  		position: absolute;
  		background-size: contain;
  		background-repeat: no-repeat;
  		width: 380px;
  		height: 336px;
  		background-image: url("images/main_photo.png");
  		right: -110px;
  		top: 150px;
  		z-index: 10;
	}
	
	.live_btn { height: 55px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.comment-img {
		height: 130px;
	}
	
	.pic_photo::after {
  		content: "";
  		position: absolute;
  		background-size: contain;
  		background-repeat: no-repeat;
  		width: 420px;
  		height: 371px;
  		background-image: url("images/main_photo.png");
  		right: -230px;
  		top: 125px;
  		z-index: 10;
	}
	
	.button-img {
		height: 75px;
	}

	.live_btn { height: 60px; }
}

@media (min-width: 1200px) {
	.topic-img { height: 90px; float: right; }
	
	.pic_photo::after {
  		content: "";
  		position: absolute;
  		background-size: contain;
  		background-repeat: no-repeat;
  		width: 450px;
  		height: 398px;
  		background-image: url("images/main_photo.png");
  		left: 700px;
  		top: 90px;
  		z-index: 10;
	}
}