.news_content {
    width: 100%;
    display: flex;
    justify-content: center;
	border-bottom: 2px solid #808080;
}

.sub_container{
	width:98%;
	margin:0 auto;
	background-color:#FFF;
	padding:1%;
}

.sub_content_header{
    width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: 400;
    border-bottom: 2px solid #808080;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	padding:20px 0;
}

.sub_content_under{
    width: 100%;
    height: auto;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: left;
	padding:10px 0;
}

.sub_more_detail{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:25px;
}

.sub_more_list{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:25px;
	font-size: 22px;
}

.sub_more_list a{
	font-size: 22px;
	color:#fff;
}

.sub_more_detail a{
	font-size: 22px;
	color:#fff;
	border: 8px solid #f90000;
	background-color: #f90000;
	border-radius: 7px;
}

.sub_more_detail a:hover{
	border: 8px solid #ff0f0f;
	background-color: #ff0f0f;
}

.news_pad{
	width: 22%;
	height: auto;
	float: left;
	margin: 25px 1.5% 0 1.5%;
}

.news_board{
	width:100%; 
	display:flex; 
	flex-wrap: wrap; 
	justify-content: flex-start;
}

.plan_board{
	width:100%; 
	display:flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	margin-top: 30px;
}

.sub_text{
	width:100%;
}

.sub_text a{
	color:#a9a9a9;
}

.sub_text a:hover{
	text-decoration: underline;
}

.list_header{
	display: flex;
    justify-content: space-evenly;
	font-size:26px;
}

input, select, option {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

input, select {
    width:40%;
    height:35px;
    border : 1px #ccc solid;
    vertical-align:top;
	font-size: 20px;
    padding: 2px;
	font-weight:400;
}

.select-style{
	border-radius: 13px;
    padding: 9px;
    height: 55px;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    width: 80%;
}

.select-style > option{
	font-size: 18px;
	text-wrap:auto;
}

.select-row{
	width:100%;
	height:auto;
	display:flex;
	justify-content: center;
	margin:15px 0;
}

.list_header i{
	padding:5px;
	cursor:pointer;
}

.sub_page_header{
	width:100%;
	height:auto;
	font-size:26px;
	font-weight: 500;
	border-bottom: 2px solid #808080;
	display:flex;
	justify-content: space-between;
	flex-direction:column;
}

.sub_subject{
	width:100%;
	font-size:35px;
}

.image_subject{
	width:100%;
	display:flex;
	justify-content:center;
	filter: drop-shadow(0 0 0.35rem #666666);
	margin:15px 0;
}

.image_subject img{width:40%;}

.image_subject_plan{
	width:30%;
	justify-content:center;
	filter: drop-shadow(0 0 0.35rem #666666);
	margin:15px 0;
}

.image_subject_plan img{width:100%;}

.sub_content_detail{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding-top: 25px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.break_content{
	height: 48px;
    width: 100%;
    border-bottom: dashed 1px;
    margin-bottom: 30px;
}

.full_content_detail{
	width:96%;
	padding:0 2%;
	height:auto;
}

.full_content_detail_flex{
	width:96%;
	padding:0 2%;
	height:auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content_board{
	width:100%;
	height:auto;
	display:flex;
	align-items: flex-start;
}

.left_content_detail, .right_content_detail{
	width:46%;
	padding:0 2%;
	height:auto;
}

.left_content_detail, .right_content_detail{
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.image_content{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	filter: drop-shadow(0 0 0.35rem #666666);
}

.map_content{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	filter: drop-shadow(0 0 0.35rem #666666);
}

.map_content svg{
	width:80%;
}

.center_text{
	text-align:center;
	justify-content:center;
}

.size22{font-size:22px;}
.size36{font-size:36px; font-weight:500;  !important}

.content_header{
	width:100%;
	display:block;
	margin:0 0 10px 0;
}

.content_header input[type="text"]{
	width:100%;
}

.select_commu{
	font-weight:400;
	font-size:24px;
	width:70%;
	height: 90px;
	text-align:center;
}

.container-tabs{
	width:100%;
	height:auto;
	margin-top:30px;
	display:none;
}

#about_commu_detail{
	font-weight:400;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
  display:flex;
  justify-content: space-evenly;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size:22px;
  font-weight:400;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(87, 107, 158);
  border-radius: 30px;
  color: #FFF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px 0;
 /* border: 1px solid #ccc;
  border-top: none;*/
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#contact_detail{
	width:100%;
	height:200px;
}

.contact_detail_board{
	width:auto;
	height:auto;
}

.contact_detail_board ul{
	padding:0;
	margin:0;
}

.contact_button {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background-color:rgb(87, 107, 158);
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:19px;
	padding:12px 64px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.contact_button:hover {
	background-color:#476e9e;
}
.contact_button:active {
	position:relative;
	top:1px;
}

.content_header a{color: #3b313f;}
.content_header a:hover{ text-decoration: underline;}

.content_detail{
	color: #555;
	font-weight:normal;
    line-height: 1.6;
	width:80%; 
	height:auto;
	padding:15px 10%;
}

.content_detail_plan{
	color: #555;
	font-weight:normal;
    line-height: 2;
	width:60%; 
	height:auto;
	padding:15px 0;
}

.content_detail_plan a{
	color: #555;
}

.content_detail_plan a:hover{
	text-decoration: underline;
}

.content_gallery{
	width:80%;
	padding:20px 10%;
	margin:0 auto;
	border-bottom: 2px solid #808080;
}

.content_files{
	width:80%;
	padding:0 10%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-weight:normal;
}

.plan_files{
	width:92%;
	padding:0 4%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	font-weight:normal;
}

.plan_files ul{
	margin:0;
	padding:0;
}

.files_header{
	width:100%;
	font-size:26px;
}

.content_files ul{
	padding:0;
	margin:0;
}

.files{
	width:100%;
	margin:0 auto;
	list-style: none;
}

.files_list{
	margin:0 0 0 0;
	display:flex;
	flex-direction: column;
	justify-content: left;
	font-size:15px;
}

.files_subject, .files_date{
	width:98%;
	margin-left:2%;	
	margin-top:5px;
	margin-bottom:4px;
}

.files_subject a{
	font-size:18px;
	color: #3b313f;
}

.files_subject a:hover{
	text-decoration: underline;
}
.files_date a{
	font-size:14px;
	color: #959595;
}

.line_board{
	width:1400px;
	height:auto;
	margin:0 auto;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}

.line_row{
	width:90%;
	padding:0 5%;
	margin: 110px 0; 
	display:flex;
	justify-content: space-evenly;
}

.line_pad{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	flex-direction: column;
}

.line_detail{
	width:100%;
	margin-top:50px;
	font-size: 36px;
	text-align:center;
	font-weight:400;
}

.line_subject a{
	color: 	#555;
}

.line_subject a:hover{
	text-decoration: underline;
}

.pdf_panel{
	width:100%;
	height:90vh;
}
@media only screen and (max-width: 1399px) {
	.sub_text {margin: 5px 0;}
	.left_content_detail{width:100%;}
	.right_content_detail{
		width:98%; 
		margin-top:30px;
		display: flex;
        justify-content: center;
	}
	.image_content {width:50%;}
	.icon_link {width: 5%;}
	
}

@media only screen and (max-width: 1024px) {
	.news_pad{
		width: 47%;
		height: auto;
		float: left;
		margin: 25px 1.5% 30px 1.5%;
	}
	
	.sub_subject{font-size:2.5vw;}
	.sub_content_under{font-size:2vw;}
}

@media only screen and (max-width: 999px) {
	.sub_container, .sub_content_under {padding: 0 1% 1% 1%;}
	.image_subject img{width:80%;}
	.content_detail {
		width: 94%;
		padding: 15px 3%;
	}
	
	.sub_content_header {
		width:94%;
		padding: 15px 3%;
	}
	.image_content{width:90%;}
	
	#map_content{
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	.content_detail_plan{width:100%;}
}

@media only screen and (max-width: 799px) {
	.link_row {width: 100%;}
	.size36{font-size:3.3vw;}
	.size22{font-size:2.8vw;}
}

@media only screen and (max-width: 674px) {
	.sub_more_list a{font-size: 20px;}
	.sub_subject{font-size:4vw;}
	.sub_content_under{font-size:3.5vw;}
}

@media only screen and (max-width: 599px) {
	.sub_content_header{font-size: 4.5vw;}
	.size36{font-size:4.3vw;}
	.size22{font-size:3.8vw;}
	
	.image_subject_plan{width:60%;}
	
	.select-row span{
		font-size:5.5vw !important;
	}
	
	.select-style{font-size:20px;}
	.tab button{font-size:3.5vw;}
}

@media only screen and (max-width: 530px) {
	.sub_more_list a{font-size: 16px;}
	.sub_subject{font-size:5vw;}
	.sub_content_under{font-size:3.5vw;}
}

@media only screen and (max-width: 499px) {
	input, select {font-size:14px;}
	.size36{font-size:4.5vw;}
	.size22{font-size:4vw;}

	
	.news_pad {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 15px 1.5% 5px 1.5%;
    }
	
	.sub_more_list a{font-size: 15px;}
}

@media only screen and (max-width: 374px) {
	.sub_more_list a{font-size: 14px;}
	.size36{font-size:5vw;}
	.size22{font-size:4.5vw;}
}
