/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.sec-content {
	padding-bottom: 200px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-bottom: 6.66667vw;
	}
}

.sec-content .search-box {
	position: relative;
	z-index: 3;
	padding: 60px;
	width: 75%;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box {
		width: 100%;
		padding: 6.66667vw 5.33333vw;
	}
}

.sec-content .search-box:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.sec-content .search-box:before {
		width: 50%;
	}
}

.sec-content .search-box .inner {
	position: relative;
	z-index: 2;
	border: 1px solid #00315e;
	background-color: white;
}

.sec-content .search-box .inner .label {
	padding: 30px;
	line-height: 1;
	position: relative;
	color: #00315e;
	font-weight: 500;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .inner .label {
		padding: 4vw 4.66667vw;
		font-size: 3.2vw;
	}
}

.sec-content .search-box .inner .label:after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #00315e;
	border-bottom: 1px solid #00315e;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: calc(50% - 5px);
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .inner .label:after {
		width: 7px;
		height: 7px;
		right: 5.33333vw;
		top: calc(50% - 4px);
	}
}

.sec-content .search-box .inner .label.is-open:after {
	transform: rotate(-135deg);
}

.sec-content .search-box .search-list {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: calc(100% + 2px);
	background-color: white;
	border: 1px solid #00315e;
}

.sec-content .search-box .search-list .wrap {
	padding: 0 30px;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .wrap {
		padding: 0 4vw;
	}
}

.sec-content .search-box .search-list .item {
	display: flex;
	padding: 30px 0;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .item {
		padding: 4vw 0;
		display: block;
	}
}

.sec-content .search-box .search-list .item + .item {
	border-top: 1px solid #eee;
}

.sec-content .search-box .search-list .item ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.sec-content .search-box .search-list .item ul li {
	width: calc(100% / 4);
	padding-right: 1em;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .item ul li {
		width: calc(100% / 3);
		padding-right: .5em;
	}
	.sec-content .search-box .search-list .item ul li:nth-child(n + 4) {
		margin-top: .2em;
	}
}

@media screen and (min-width: 751px) {
	.sec-content .search-box .search-list .item ul li:nth-child(n + 5) {
		margin-top: 1em;
	}
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .item ul.year li {
		width: calc(100% / 5);
	}
	.sec-content .search-box .search-list .item ul.year li:nth-child(n + 4) {
		margin-top: 0;
	}
	.sec-content .search-box .search-list .item ul.year li:nth-child(n + 6) {
		margin-top: .2em;
	}
}

.sec-content .search-box .search-list .item a {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #333;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .item a {
		font-size: 2.93333vw;
	}
}

.sec-content .search-box .search-list .item a:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 5px;
	background-size: contain;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .item a:after {
		width: 2.4vw;
		height: 1.46667vw;
		margin-left: 1.33333vw;
	}
}

.sec-content .search-box .search-list .category-label {
	font-weight: bold;
	color: #00315e;
	width: 13em;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .category-label {
		width: 100%;
		font-size: 3.2vw;
		margin-bottom: 1em;
	}
}

.sec-content .search-box .search-list .tpl-btn-renew {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .tpl-btn-renew {
		justify-content: center;
	}
}

.sec-content .search-box .search-list .tpl-btn-renew:after {
	margin-left: 3em;
}

@media screen and (max-width: 750px) {
	.sec-content .search-box .search-list .tpl-btn-renew:after {
		margin-left: 1.5em;
	}
}

.news-lists {
	padding: 0 12.5%;
	border-bottom: 1px solid #eee;
	position: relative;
}

@media screen and (max-width: 750px) {
	.news-lists {
		padding: 0;
	}
}

.news-lists:before {
	content: '';
	display: block;
	width: 75%;
	height: 160px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.news-lists:before {
		width: 50%;
		height: 26.66667vw;
	}
}

.news-lists .item {
	border-top: 1px solid #eee;
	background-color: white;
}

.news-lists .item a {
	color: #00315e;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	position: relative;
}

@media screen and (min-width: 751px) {
	.news-lists .item a:hover {
		color: #0082e2;
	}
}

@media screen and (max-width: 750px) {
	.news-lists .item a {
		padding: 6.26667vw 5.33333vw;
	}
}

.news-lists .ph {
	width: 135px;
	margin-right: 40px;
}

@media screen and (max-width: 750px) {
	.news-lists .ph {
		width: 24vw;
		margin-right: 6.66667vw;
	}
}

.news-lists .ph img {
	width: 100%;
	height: auto;
}

.news-lists .txt {
	flex: 1;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.news-lists .txt {
		flex-wrap: wrap;
	}
}

.news-lists .category-tag {
	background-color: rgba(59, 139, 198, 0.6);
	width:100px;
	padding: 15px 0;
	text-align: center;
	color: white;
	line-height: 1;
	font-size: 12px;
	margin-right: 30px;
}

@media screen and (max-width: 750px) {
	.news-lists .category-tag {
		width: 20.33333vw;
		padding: 1.33333vw 0;
		font-size: 2.66667vw;
		margin-right: 4vw;
	}
}

.news-lists .date {
	width: 6em;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	margin-right: 38px;
}

@media only screen and (max-width: 750px) {
	.news-lists .date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.news-lists .date {
		font-size: 2.66667vw;
		margin-right: 0;
	}
}

.news-lists .detail {
	flex: 1;
}

@media screen and (max-width: 750px) {
	.news-lists .detail {
		flex: auto;
		width: 100%;
		font-size: 2.93333vw;
		margin-top: 1em;
	}
}

/*# sourceMappingURL=../../../_map/renew_assets/news/css/style.css.map */
