@charset "UTF-8";

#page_content{
	margin-top:0 !important;
}

.headbox{
	width:100%;
	position: relative;
	margin-bottom: 60px;
	padding-left: 2.5vw;
}

/*.headbox::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:100%;
	background:#54c2f0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}*/

.index_head{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding:35px calc((100vw - 1065px) / 2) 35px 35px;
	position: relative;
	z-index: 2;
	max-width:calc(100vw - calc((100vw - 1065px) / 2));
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width:auto;
	background:#54c2f0;
	margin:0 0 0 auto;
}

.index_head .tl{
	font-size: 2.4rem;
	color:#fff;
	font-weight: 600;
	letter-spacing: 0.05em;
	width:185px;
	padding:10px 0;
}

.index_head .tl{
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color:#fff;
	width:180px;
	min-width: 180px;
	position: relative;
	display: flex;
	align-items: center;
}

.index_head .tl::after{
	content: "";
	width:4px;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	border-radius: 9999px;
	background:#a9e0f7;
}

.index_head ul.category{
	display:flex;
	justify-content: flex-start;
	border-left: none;
}

.index_head ul.category li{
	padding: 5px 0 5px 40px;
	text-align: center;
}

.index_head ul.category li a{
	font-size: 1.6rem;
	transition: all 0.3s;
	padding:0 0 0 0;
	display: block;
	color:#fff;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	opacity: 0.5;
}

.index_head ul.category li a:hover,
.index_head ul.category li.current-cat a,
.index_head ul.category.archive li:nth-child(1) a{
	opacity: 1;
}

.index_head ul.category li a:after,
.index_head ul.category li.current-cat a:after,
.index_head ul.category.archive li:nth-child(1) a:after{
	content: "";
	width:100%;
	height: 4px;
	background:#fff;
	position: absolute;
	bottom:-10px;
	left:0;
	border-radius: 9999px;
	opacity: 0;
	transition: all 0.3s;
}

.index_head ul.category li a:hover:after,
.index_head ul.category li.current-cat a:after,
.index_head ul.category.archive li:nth-child(1) a:after{
	opacity: 1;
}

.index_head .archiveselect{
	position: relative;
	max-width: 160px;
	width:35%;
	margin-left: 20px;
	margin:0 0 0 auto;
}
	
.index_head .archiveselect::after{
	content: "";
	position: absolute;
	display: inline-block;
  	width: 8px;
  	height: 8px;
  	margin: 0 0;
  	border-bottom: 1px solid #009691;
  	border-right: 1px solid #009691;
  	transform: rotate(45deg);
	top:calc(50% - 4px);
	right:25px;
}

.index_head .archiveselect select{
	color:#464646;
	width:100%;
	margin:0 0 0 0;
	padding: 15px 30px 15px 30px;
	border-radius: 9999px;
	font-weight: 500;
	border:none;
	background:#fff;
	outline: none;
	font-size:1.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
}

.news_cont{
	width:95%;
	margin:0 auto;
	max-width: 1065px;
}

.news_cont.single{
	width:95%;
	margin:0 auto;
	max-width: 900px;
}

.news_cont ul.news_list{
	width:100%;
	margin-bottom: 0;
}

.news_cont ul.news_list li{
	position: relative;
}

.news_cont ul.news_list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#000;
	padding:4em 0;
	padding-right:60px;
	border-bottom:1px solid #eaeaea;
	position: relative;
	transition:all 0.3s;
	font-weight: 500;
}

.news_cont ul.news_list li a::after{
	content: "";
	position: absolute;
	display: inline-block;
  	width: 14px;
  	height: 14px;
  	margin: 0 0;
  	border-bottom: 1.5px solid #009691;
  	border-right: 1.5px solid #009691;
  	transform: rotate(-45deg);
	top:calc(50% - 7px);
	right:25px;
}

.news_cont ul.news_list li a:hover{
	background:#e5f6f5;
}

.news_cont ul.news_list li a .date{
	width:85px;
	text-align: center;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	padding:0 0;
	color:#009691;
	position: relative;
}

.news_cont ul.news_list li a .cate{
	width:120px;
	border-radius: 9999px;
	background:#009691;
	text-align: center;
	letter-spacing: 0em;
	font-size: 1.2rem;
	padding:0.5em 0;
	color:#fff;
}

.news_cont ul.news_list li a .title{
	width:calc(100% - 120px - 85px - 60px);
	text-align: left;
	letter-spacing: 0.025em;
	font-size: 1.4rem;
	margin:0;
	overflow: hidden;
 	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 1;
}

.news_cont .single_titlebox{
	margin-bottom:70px;
}

.news_cont .single_titlebox .cate_date{
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

.news_cont .single_titlebox .date{
	text-align: center;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	color:#009691;
	position: relative;
	border-right: 1px solid #999999;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
}

.news_cont .single_titlebox .cate{
	border-radius: 9999px;
	background:#009691;
	text-align: center;
	letter-spacing: 0em;
	font-size: 1.2rem;
	padding:0.5em 2em;
	color:#fff;
}

.news_cont .single_titlebox h1.mtl{
	width:100%;
	font-size: 2.8rem;
	line-height: 1.875em;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 0.025em;
}

.news_cont .single_cont p img{
	margin:0 auto 60px;
	width:auto;
	max-width: auto;
}

.news_cont .single_cont p{
	font-size: 1.6rem;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.news_cont .single_cont h2,
.news_cont .single_cont h3,
.news_cont .single_cont h4,
.news_cont .single_cont h5,
.news_cont .single_cont h6{
	font-size: 2.4rem;
	line-height: 1.875em;
	letter-spacing: 0.025em;
	margin-bottom: 0.75em;
	font-weight: 500;
}

.news_cont .single_cont p a{
	color:#00a199;
	text-decoration: underline;
	transition: all 0.3s;
	display: inline-block;
}

.news_cont .single_cont p a:hover{
	opacity: 0.7;
}

.news_cont .return_btn{
	display: flex;
	justify-content: center;
	margin-top:100px;
	padding-top:60px;
	border-top:1px dotted #a2a2a2;
}

@media screen and (max-width:750px) {
#page_content{
	margin-top:0 !important;
}

.headbox{
	width:100%;
	position: relative;
	margin-bottom: 60px;
	padding-left: 5vw;
}

/*.headbox::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:100%;
	background:#54c2f0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}*/

.index_head{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding:20px;
	position: relative;
	z-index: 2;
	max-width:calc(100vw - calc((100vw - 1065px) / 2));
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width:auto;
	background:#54c2f0;
	margin:0 0 0 auto;
}

.index_head .tl{
	font-size: 2.4rem;
	color:#fff;
	font-weight: 600;
	letter-spacing: 0.05em;
	width:185px;
}
	
.index_head .tl{
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color:#fff;
	width:180px;
	min-width: 180px;
	padding:0 0 15px 0 ;
	margin:0 0 10px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.index_head .tl::after{
	content: "";
	width:25px;
	height: 4px;
	position: absolute;
	top:auto;
	right:auto;
	left:0;
	bottom:0;
	border-radius: 9999px;
	background:#a9e0f7;
}

.index_head ul.category{
	display:flex;
	justify-content: flex-start;
	border-left: none;
	padding:10px 0 20px 0;
}

.index_head ul.category li{
	padding: 0 15px 10px 0;
	text-align: center;
}

.index_head ul.category li a{
	font-size: 1.4rem;
	transition: all 0.3s;
	padding:0 0 0 0;
	display: block;
	color:#fff;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	opacity: 0.5;
}

.index_head ul.category li a:hover,
.index_head ul.category li.current-cat a,
.index_head ul.category.archive li:nth-child(1) a{
	opacity: 1;
}

.index_head ul.category li a:after,
.index_head ul.category li.current-cat a:after,
.index_head ul.category.archive li:nth-child(1) a:after{
	content: "";
	width:100%;
	height: 3px;
	background:#fff;
	position: absolute;
	bottom:-10px;
	left:0;
	border-radius: 9999px;
	opacity: 0;
	transition: all 0.3s;
}

.index_head ul.category li a:hover:after,
.index_head ul.category li.current-cat a:after,
.index_head ul.category.archive li:nth-child(1) a:after{
	opacity: 1;
}

.index_head .archiveselect{
	position: relative;
	max-width: 160px;
	width:160px;
	margin-left: 20px;
	margin:0 0 0 auto;
}
	
.index_head .archiveselect::after{
	content: "";
	position: absolute;
	display: inline-block;
  	width: 8px;
  	height: 8px;
  	margin: 0 0;
  	border-bottom: 1px solid #009691;
  	border-right: 1px solid #009691;
  	transform: rotate(45deg);
	top:calc(50% - 4px);
	right:25px;
}

.index_head .archiveselect select{
	color:#464646;
	width:100%;
	margin:0 0 0 0;
	padding: 15px 30px 15px 30px;
	border-radius: 9999px;
	font-weight: 500;
	border:none;
	background:#fff;
	outline: none;
	font-size:1.4rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
}

.news_cont{
	width:90%;
	margin:0 auto;
	max-width: 1065px;
}

.news_cont.single{
	width:90%;
	margin:0 auto;
	max-width: 900px;
}

.news_cont ul.news_list{
	width:100%;
	margin-bottom: 0;
}

.news_cont ul.news_list li{
	position: relative;
}

.news_cont ul.news_list li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	color:#000;
	padding:2.5em 0;
	padding-right:60px;
	border-bottom:1px solid #eaeaea;
	position: relative;
	transition:all 0.3s;
	font-weight: 500;
}

.news_cont ul.news_list li a::after{
	content: "";
	position: absolute;
	display: inline-block;
  	width: 14px;
  	height: 14px;
  	margin: 0 0;
  	border-bottom: 1.5px solid #009691;
  	border-right: 1.5px solid #009691;
  	transform: rotate(-45deg);
	top:calc(50% - 7px);
	right:0;
}

.news_cont ul.news_list li a:hover{
	background:#e5f6f5;
}

.news_cont ul.news_list li a .date{
	width:85px;
	text-align: left;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	padding:0 0;
	color:#009691;
	position: relative;
	margin:0 10px 0 0;
}

.news_cont ul.news_list li a .cate{
	width:100px;
	border-radius: 9999px;
	background:#009691;
	text-align: center;
	letter-spacing: 0em;
	font-size: 1.1rem;
	padding:0.5em 0;
	color:#fff;
}

.news_cont ul.news_list li a .title{
	width:100%;
	text-align: left;
	letter-spacing: 0.025em;
	font-size: 1.4rem;
	margin:15px 0 0 0;
	overflow: hidden;
 	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
	line-height: 1.7em;
}

.news_cont .single_titlebox{
	margin-bottom:40px;
}

.news_cont .single_titlebox .cate_date{
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

.news_cont .single_titlebox .date{
	text-align: center;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	color:#009691;
	position: relative;
	border-right: 1px solid #999999;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
}

.news_cont .single_titlebox .cate{
	border-radius: 9999px;
	background:#009691;
	text-align: center;
	letter-spacing: 0em;
	font-size: 1.2rem;
	padding:0.5em 2em;
	color:#fff;
}

.news_cont .single_titlebox h1.mtl{
	width:100%;
	font-size: 2.4rem;
	line-height: 1.875em;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 0.025em;
}

.news_cont .single_cont p img{
	margin:0 auto 60px;
	width:auto;
	max-width: auto;
}

.news_cont .single_cont p{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.news_cont .single_cont h2,
.news_cont .single_cont h3,
.news_cont .single_cont h4,
.news_cont .single_cont h5,
.news_cont .single_cont h6{
	font-size: 2.4rem;
	line-height: 1.875em;
	letter-spacing: 0.025em;
	margin-bottom: 0.75em;
	font-weight: 500;
}

.news_cont .single_cont p a{
	color:#00a199;
	text-decoration: underline;
	transition: all 0.3s;
	display: inline-block;
}

.news_cont .single_cont p a:hover{
	opacity: 0.7;
}

.news_cont .return_btn{
	display: flex;
	justify-content: center;
	margin-top:50px;
	padding-top:50px;
	border-top:1px dotted #a2a2a2;
}
}