@charset "UTF-8";

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

.news_cont .index_head{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.news_cont ul.category{
	display:flex;
	justify-content: flex-start;
}

.news_cont ul.category li{
	padding: 0 15px;
	text-align: center;
	border-right: 1px solid #bfe7e5;
}

.news_cont ul.category li a{
	font-size: 1.6rem;
	transition: all 0.3s;
	padding:7px 15px 7px;
	display: block;
	border-bottom:1px solid #fff;
	color:#80d0cc;
	line-height: 1.5em;
}

.news_cont ul.category li a:hover,
.news_cont ul.category li.current-cat a,
.news_cont ul.category.archive li:nth-child(1) a{
	color:#009691;
	border-bottom:1px solid #009691;
}

.news_cont ul.category li:last-child{
	border-right: none;
}

.news_cont .archiveselect{
	position: relative;
	max-width: 230px;
	width:35%;
	margin-left: 20px;
}
	
.news_cont .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;
}

.news_cont .archiveselect select{
	color:#009691;
	width:100%;
	margin:0 0 0 0;
	padding: 15px 30px 15px 30px;
	border-radius: 9999px;
	border:none;
	background:#e5f6f5;
	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 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;
}

.news_cont ul.news_list li a::after{
	content: "";
	position: absolute;
	display: inline-block;
  	width: 15px;
  	height: 15px;
  	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 .date.pin::after{
	content: "";
	width:20px;
	height: 26px;
	background:url("/images/common/pin.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom:-13px;
	left: calc(50% + 10px);
}

.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;
	padding:0 0;
	color:#009691;
	position: relative;
}

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

.news_cont .single_titlebox h1.mtl{
	width:100%;
	border-bottom:1px solid #cceceb;
	font-size: 3.5rem;
	line-height: 1.875em;
	color:#009691;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.025em;
}

.news_cont .single_titlebox h1.mtl::after{
	content: "";
	width:60px;
	height: 1px;
	background:#009691;
	position: absolute;
	bottom:-1px;
	left: 0;
}

.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;
}

@media screen and (max-width:750px) {

.news_cont .index_head{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
}

.news_cont ul.category{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news_cont ul.category li{
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #bfe7e5;
	margin-bottom: 10px;
}

.news_cont ul.category li a{
	font-size: 1.4rem;
	transition: all 0.3s;
	padding:5px 10px 5px;
	display: block;
	border-bottom:1px solid #fff;
	color:#80d0cc;
	line-height: 1.5em;
}

.news_cont ul.category li a:hover,
.news_cont ul.category li.current-cat a,
.news_cont ul.category.archive li:nth-child(1) a{
	color:#009691;
	border-bottom:1px solid #009691;
}

.news_cont ul.category li:last-child{
	border-right: none;
}

.news_cont .archiveselect{
	position: relative;
	max-width: 100%;
	width:100%;
	margin-left: 0;
	margin-top:20px;
}
	
.news_cont .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;
}

.news_cont .archiveselect select{
	color:#009691;
	width:100%;
	margin:0 0 0 0;
	padding: 15px 30px 15px 30px;
	border-radius: 9999px;
	border:none;
	background:#e5f6f5;
	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 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 2.5em;
	padding-right:60px;
	border-bottom:1px solid #eaeaea;
	position: relative;
	transition:all 0.3s;
}

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

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

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

.news_cont ul.news_list li a .date.pin::after{
	content: "";
	width:20px;
	height: 26px;
	background:url("/images/common/pin.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom:-13px;
	left: calc(50% - 15px);
}

.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:100%;
	text-align: left;
	letter-spacing: 0.025em;
	font-size: 1.4rem;
	margin:1.5em 0 0 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: 1em;
}

.news_cont .single_titlebox .date{
	text-align: center;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	padding:0 0;
	color:#009691;
	position: relative;
}

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

.news_cont .single_titlebox h1.mtl{
	width:100%;
	border-bottom:1px solid #cceceb;
	font-size: 2.6rem;
	line-height: 1.875em;
	color:#009691;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.025em;
}

.news_cont .single_titlebox h1.mtl::after{
	content: "";
	width:60px;
	height: 1px;
	background:#009691;
	position: absolute;
	bottom:-1px;
	left: 0;
}

.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: 1.9rem;
	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:80px;
}
}