@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/
#news .board {
	box-shadow: none;
}

.title-page-left .btn-set {
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: -15px;
}

.btn-select {
	position: relative;
	overflow: hidden;
	float: left;
	padding-bottom: 2px;
}

.btn-select select {
	cursor: pointer !important;
}

.btn-select .customSelect {
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	background: #FFFFFF url(../img/share/arrow-s.svg) no-repeat right 14px center;
	background-size: 10px 7px;
	border: 1px solid #F5D100;
	border-radius: 30px;
	width: 100%;
	padding: 11px 32px 12px 24px;
	color: #543618;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.15em;
	box-shadow: 0 2px 0 rgba(245,209,0,0.75);
	transition: .1s ease-out;
}

.btn-select .customSelect .customSelectInner {
	width: 100% !important;
}

.btn-select select:hover + .customSelect {
	background-color: #F5D100;
	margin-top: 2px;
	box-shadow: 0 0 0 rgba(245,209,0,0.75);
}

/* .news-list
------------------------------------*/
.news-list {
	width: 1160px;
	margin: 0 auto;
	transform: translateX(10px);
}

.news-list article {
	position: relative;
	float: left;
	width: 364px;
	margin: 0 32px 45px 0;
	padding: 0;
}

.news-list article:nth-of-type(3n) {
	margin-right: 0;
}

.news-list article:before {
	border-radius: 6px;
	left: 3%;
	width: 94%;
	height: 6px;
	z-index: 3;
	transition: .15s ease-out;
}

.news-list article:hover:before {
	height: 0;
}

.news-list article .tail {
	display: none;
	content: '';
	position: absolute;
	bottom: 20px;
	left: -70px;
	background: url(../img/share/illust-tail.svg) no-repeat;
	background-size: 95px 56px;
	width: 95px;
	height: 56px;
	transform-origin: right bottom;
	z-index: 1;
	opacity: 0;
}

.news-list article a {
	position: relative;
	display: block;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 48px 30px 32px;
	z-index: 2;
	transition: none;
}

.news-list article a:hover {
	opacity: 1;
}

.news-list article a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-color: #FFFFFF;
	border-image: url(../img/share/border-dot.svg) 10 round;
	border-style: solid;
	border-width: 10px;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .15s ease-out;
}

.news-list article a:hover:after {
	opacity: 1;
}

.news-list time {
	display: inline-block;
	float: left;
	vertical-align: top;
}

.news-list time em {
	display: inline-block;
	border-bottom: 1px solid #543618;
	margin-right: 12px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
	transform: translateY(-22px);
}

.news-list time strong {
	font-size: 40px;
}

.news-list .category {
	display: inline-block;
	float: right;
	border-top: 1px solid #543618;
	border-bottom: 1px solid #543618;
	max-width: 150px;
	padding: 13px 6px 6px 8px;
	font-size: 11px;
	letter-spacing: 0.15em;
}

.news-list .category span {
	position: relative;
	display: inline-block;
	margin: 0 4px 6px 0;
}

.news-list .category span:last-of-type {
	margin-right: 0;
}

.news-list .category span:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -4px;
}

.news-list .category span:last-of-type:after {
	display: none;
}

.news-list figure {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 0 70%;
}

.news-list figure img {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	min-width: 100%;
	height: auto;
}

.news-list h2 {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-list p {
	font-size: 13px;
	text-align: justify;
}

.news-list .btn-line {
	overflow: hidden;
	position: relative;
	margin-top: 8px;
	padding-top: 15px;
}

.news-list .btn-line span {
	padding-right: 30px;
	font-size: 16px;
}

.news-list .btn-line i {
	display: none;
	position: absolute;
	bottom: -4px;
	right: -3px;
	transform-origin: center bottom;
	opacity: 0;
}

/* media query
-----------------------------------*/
@media (max-width: 1379px) {
	.news-list {
		transform: translateX(0);
	}
}
@media (max-width: 1280px) {
	.title-page-left .btn-set {
		right: 0;
	}
	.news-list {
		width: 1100px;
		margin: 0 auto;
	}
	.news-list article {
		width: 344px;
		margin-right: 32px;
	}
	.news-list article figure img {
		width: 100%;
		height: auto;
	}
}


/* news single
---------------------------------------------------------------------------*/
.news-single {
	width: 1130px;
	margin: 0 auto;
	padding-top: 10px;
	transform: translateX(20px);
}

.news-area {
	float: left;
	width: 860px;
}

/* media query
-----------------------------------*/
@media (max-width: 1280px) {
	.news-single {
		width: 1090px;
		transform: translateX(0);
	}
	.news-area {
		width: 820px;
	}
}

.news-area article {
	padding: 60px 50px 50px;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 40px;
	color: #543618;
}

.news-title time,
.news-title .category {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.15em;
}

.news-title time {
	margin: 0 8px 0 1px;
}

.news-title .category {
	text-transform: uppercase;
}

.news-title .category span {
	position: relative;
	display: inline-block;
	margin: 0 2px 6px 0;
}

.news-title .category span:last-of-type {
	margin-right: 0;
}

.news-title .category span:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -6px;
}

.news-title .category span:last-of-type:after {
	display: none;
}

.news-title h1 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

/* .nav-page
------------------------------------*/
.nav-page {
	margin-top: 8px;
}

.nav-page li {
	float: left;
	width: calc(50% - 4px);
	border-radius: 11px;
/* 	box-shadow: 7px 7px 0 #F1EFD9; */
}

.nav-page li.prev {
	float: right;
}

.nav-page a {
	overflow: hidden;
	display: block;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 11px;
	height: 100%;
	padding: 35px 85px 35px 42px;
}

.nav-page a:hover {
	opacity: 1;
}

.nav-page h2 {
	margin-bottom: 6px;
	color: #B68D50;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.nav-page h3 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.nav-page h2,
.nav-page h3 {
	transition: .15s ease-out;
}

.nav-page a:hover h2,
.nav-page a:hover h3 {
	opacity: 0.5;
}

.nav-page i {
	display: block;
	position: absolute;
	bottom: -14px;
	right: 8px;
	transition: .1s ease-out;
	opacity: 0;
}

.nav-page a:hover i {
	bottom: -4px;
	opacity: 1;
}


/* .side-area
---------------------------------------------------------------------------*/
.side-area {
	float: right;
	width: 230px;
	white-space: nowrap;
}

.side-area .board {
	margin-bottom: 44px;
	padding: 42px 40px 25px;
}

.side-area .board:before {
	left: 4%;
	width: 92%;
}

.side-area h2 {
	display: inline-block;
	border-bottom: 2px solid #F5D100;
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

/* .category-list
------------------------------------*/
.side-area .category-list li {
	margin-left: -10px;
}

.side-area .category-list a {
	display: block;
	padding: 12px 10px;
	
}

.side-area .category-list strong {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.15em;
}

.side-area .category-list em {
	display: block;
	margin-left: 1px;
	color: #B68D50;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

/* .archive-list
------------------------------------*/
.side-area .archive-list {
	padding-left: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.side-area .archive-list dt {
	margin: 10px 0 15px;
	font-size: 17px;
}

.side-area .archive-list dt a {
	position: relative;
}

.side-area .archive-list dd {
	display: none;
	margin: 20px 0 30px 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.side-area .archive-list dd:first-of-type {
	display: block;
}

.side-area .archive-list dd a {
	display: inline-block;
	position: relative;
	padding: 5px 20px 10px 0;
}

.side-area .archive-list dd a span {
	display: inline-block;
	margin-left: 4px;
	color: #B68D50;
	text-transform: lowercase;
	letter-spacing: 0.06em;
}


/* .news-other
---------------------------------------------------------------------------*/
.news-other {
	position: relative;
	width: 1160px;
	margin: 220px auto -45px;
}

.news-other > h2 {
	margin-bottom: 40px;
}