@charset "UTF-8";
/* CSS Document */

/***NEWS***/

section.news-sec .wrap {
    padding: 0 !important;
}

ul.news-list {
    width: 100%;
}

ul.news-list li a {
    width: 95%;
    margin: 0 auto;
    padding: 15px 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: #001D4B;
}

.pagination-area {
	width: 80%;
	max-width: 300px;
	margin:30px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-area .pagination {
	width: 15.5%;
	height: 10%;
	margin: 0 2%;
	text-align: center;
	color: #001D4B;
	border: solid 2px #001D4B;
    border-radius: 5px;
	font-size: 100%;
	line-height: 280%;
    font-weight: bold;
}
.pagination-area .pagination .current {
    width: 100%;
	height: 100%;
    display: block;
    background-color: #001D4B;
    color: #FFF;
}

.pagination-area .pagination a.page-numbers {
	width: 100%;
	height: 100%;
    margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #FFF;
    color: #001D4B;
    border-radius: 5px;
    text-decoration: none;
}

h1.news-title {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 210%;
    line-height: 180%;
    font-weight: 500;
}
h1.news-title:after {
    content: "";
    width: 100%;
    height: 5px;
    margin: 5px 0 0;
    display: block;
    background-color: #001D4B;
    border-radius: 5px;
}

.news-date {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.news-contents {
    width: 95%;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 240%;
}

.news-btn {
    width: 60%;
    max-width: 300px;
    margin: 40px auto 0;
    background-color: #001D4B;
    border-radius: 5px;
}
.news-btn a {
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 110%;
    line-height: 110%;
    color: #FFF;
    text-decoration: none;
}
.news-btn a:after {
    content: "";
    width: 40px;
    height: 5px;
    display: inline-block;
    background-image: url("../img/index/news_arr-r_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
