/* ===========================================
 * news
=========================================== */


#sub_mv {
    height: 370px;
    width: 100%;
	background-image: url("../img/news/sub_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}


#topics_contents {
	padding-bottom: 20px;
	padding-top: 60px;
}


#topics_main_contents {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#topics_main_contents_center {
	width: 950px;
	padding-bottom: 20px;
}

#topics_main_contents_left {
	width: 650px;
	float: left;
	padding-bottom: 20px;
}

#topics_main_contents_left img{
	max-width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#topics_main_contents_right {
	width: 230px;
	float: right;
	padding-bottom: 20px;
}

.topics_main_box {
	padding-bottom: 60px;
	padding-top: 0px;
}

.topics_main_box h3{
	padding-bottom: 25px;
	font-size: 22px;
	color: #000;
	padding-top: 20px;
	margin-top: -28px;
}

.topics_main_box h3 a{
	font-size: 22px;
	color: #000;
	font-weight: normal;
}

.topics_main_box h3 a:hover{
	opacity: 0.7;
}


.topics_main_box_date {
	color: #333;
	margin-bottom: 10px;
}

.topics_main_box_body {
	font-size: 16px;
}

.topics_main_box_body p{
	display: block;
	line-height: 2;
}




.topics_side_box {
	border-top: 1px #bebebe solid;
	border-bottom: 1px #bebebe solid;
	margin-bottom: -1px;
}

.topics_side_box h3{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #333;
}

.topics_side_box ul {
	padding-left: 0px;
	padding-bottom: 30px;
}

.topics_side_box ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topics_side_box ul li a{
	color: #333;
	font-size: 16px;
}

.topics_side_box ul li a:hover{
	text-decoration: underline;
	
}


#topics_page {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.next_btn a{
	display: inline-block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

.next_btn a:hover{
	opacity: 0.7;
}

.topics_img {
	padding-bottom: 30px;
}

.topics_img img{
	max-width: 500px;
}


.topics_pdf{
	margin-bottom: 30px;
	padding-top: 40px;
}

.topics_pdf a{
	padding: 10px;
	border: 1px #ccc solid;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.topics_pdf a:hover{
	opacity: 0.7;
}


.topics_map {
	padding-top: 20px;
}



.topics_form {
	padding-top: 20px;
}

.topics_form a{
	display: block;
	width: 280px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #bf4750;
	color: #FFF;
	font-size: 18px;
}

.topics_form a:hover{
	opacity: 0.7;
}

.topics_list_contents {
	border-bottom: 1px #bebebe solid;
	padding-bottom: 60px;
}

.topics_list_contents_body {
	float: left;
	width: 380px;
}



.topics_list_contents_img {
	float: right;
	width: 255px;
	height: 195px;
	overflow: hidden;
}

.topics_list_contents_img img{
	width: 255px !important;
	height: auto !important;
}

	#ac_bt01 {
		display: block;
		background-image: url();
		background-repeat: no-repeat;
		background-position: center right;
	}
	#ac_bt02 {
		display: block;
		background-image: url();
		background-repeat: no-repeat;
		background-position: center right;
	}


@media screen and (max-width:640px){
	
	#sub_mv {
    height: 300px;
    width: 100%;
	background-image: url("../img/news/sub_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 155%;
    overflow: hidden;
}
	
	
	#topics_contents {
		padding-bottom: 20px;
		padding-top: 0px;
	}




	#topics_main_contents {
		width: 580px;
		padding-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	#topics_main_contents_center {
		width: 580px;
		padding-bottom: 20px;
	}

	#topics_main_contents_left {
		width: 580px;
		padding-bottom: 20px;
	}
	
	#topics_main_contents_left img{
		max-width: 580px;
	}

	#topics_main_contents_right {
		width: 580px;
		padding-bottom: 20px;
	}

	.topics_main_box {
		background-color: none;
		padding: 0px;
		margin-bottom: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
		box-sizing: border-box;
	}

	.topics_main_box h3{
		font-size: 28px;

	}

	.topics_main_box h3 a{
		font-size: 28px;
	}


	.topics_side_box h3{
		font-size: 28px;
		padding-top: 20px;
	}

	.topics_main_box_body img{
		max-width: 538px;
	}
	
	.next_btn a{
		width: 180px;
		font-size: 18px;
	}


	#topics_page {
		width: 580px;
	}


	.topics_img img{
		max-width: 538px;
	}
	
	

	.topics_list_contents_body {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}



	.topics_list_contents_img {
		float: none;
	}

	.topics_main_box_date {
		font-size: 18px;
	}
	
	#ac_bt01 {
		display: block;
		background-image: url(../img/news/ac_bg_01.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
	#ac_bt02 {
		display: block;
		background-image: url(../img/news/ac_bg_01.png);
		background-repeat: no-repeat;
		background-position: center right;
	}


	#privilege_box1 {
		display: none;
	}
	
	#privilege_box2 {
		display: none;
	}

	
	
	
}

