/* ===================================================================
filename:menu-list-page.css
=================================================================== */

.menuListPage .page-contents {
	padding-bottom: 160px;
}
@media (max-width: 991px) {
	.menuListPage .page-contents {
		padding-bottom: 80px;
	}
}

/* ------------------------------------------------------------ */
/* .page-header */
/* ------------------------------------------------------------ */

.menuListPage .page-contents .page-header {}
.menuListPage .page-contents .page-title .page-title-inner {}
@media (max-width: 767px) {
	.menuListPage .page-contents .page-header {
		margin-bottom: 3px;
	}
}
@media (min-width: 992px) {
	.menuListPage .page-contents .page-header {
		margin-bottom: 50px;
	}
	.menuListPage .page-contents .page-title .page-title-inner {
		padding-top: 110px;
		min-height: 250px;
	}
}


/* ------------------------------------------------------------ */
/* .page-body */
/* ------------------------------------------------------------ */

.menuListPage .page-contents .page-body .container {
	max-width: 1084px;
}


/* ------------------------------------------------------------ */
/* .page-list-sec */
/* ------------------------------------------------------------ */

.menuListPage .page-contents .page-list-sec {}
.menuListPage .page-contents .page-list-sec .sec-body {
	padding: 0;
}
@media (max-width: 767px) {
	.menuListPage .page-contents .page-list-sec {
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 55px;
	}
}
@media (min-width: 992px) {
	.menuListPage .page-contents .page-list-sec {
		margin-bottom: 95px;
	}
}

/* ------------------------------------------------------------ */
/* .list-title */
/* ------------------------------------------------------------ */

.menuListPage .page-contents .list-title {
	margin-bottom: 50px;
}
.menuListPage .page-contents .list-title .en-title {
	font-size: 15px;
	color: #856D47;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 13px;
}
.menuListPage .page-contents .list-title h2 {
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.menuListPage .page-contents .list-title {
		margin-bottom: 35px;
	}
	.menuListPage .page-contents .list-title .en-title {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.menuListPage .page-contents .list-title h2 {
		font-size: 25px;
		margin-right: -1em;
	}
}

/* ------------------------------------------------------------ */
/* .page-list */
/* ------------------------------------------------------------ */

.menuListPage .page-contents .page-list {}
.menuListPage .page-contents .page-list > .row {
	list-style: none;
	padding: 0;
	margin: 0 -16px;
}
.menuListPage .page-contents .page-list > .row > * {
	padding: 0 16px;
	margin: 0 0 32px;
}
@media (max-width: 767px) {
	.menuListPage .page-contents .page-list > .row {
		margin: 0 -10px;
	}
	.menuListPage .page-contents .page-list > .row > * {
		padding: 0 10px;
		margin: 0 0 15px;
	}
}

/* a.article */
.menuListPage .page-contents .page-list a.article {
	position: relative;
	height: 100%;
	display: block;
	text-decoration: none;
	padding: 0 0 66px;
	margin: 0;
	color: #241D14;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.menuListPage .page-contents .page-list a.article figure {
	padding: 7px 7px 0;
	margin: 0;
}
.menuListPage .page-contents .page-list a.article figure img {
	display: block;
	border-radius: 8px;
	width: 100%;
}
.menuListPage .page-contents .page-list a.article .title-wrap {
	display: flex;
	align-items: center;
	padding: 12px 24px;
	min-height: 130px;
}
.menuListPage .page-contents .page-list a.article .title-wrap .inner {
	width: 100%;
}
.menuListPage .page-contents .page-list a.article .title-wrap .title {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
}
.menuListPage .page-contents .page-list a.article .title-wrap .sub-title {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.03em;
	margin: 5px 0 0;
}
.menuListPage .page-contents .page-list a.article .en-title {
	position: absolute;
	right: 24px;
	bottom: 0;
	left: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 66px;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.menuListPage .page-contents .page-list a.article .en-title span.en {
	font-size: 15px;
	color: #856D47;
	text-transform: uppercase;
	letter-spacing: 0;
}
.menuListPage .page-contents .page-list a.article .en-title i.arrow {
	content: "";
	position: relative;
	width: 40px;
	height: 16px;
	border-radius: 100px;
	background-color: #CBA373;
	overflow: hidden;
	margin-left: 20px;
}
.menuListPage .page-contents .page-list a.article .en-title i.arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
	width: 200%;
	background-image: url(/_img/common/wide-btn-arrow.svg);
	background-position: 0 0;
	background-size: 50%;
}
@media (max-width: 767px) {
	.menuListPage .page-contents .page-list a.article {
		padding-bottom: 65px;
	}
	.menuListPage .page-contents .page-list a.article figure {
		padding: 12px 12px 0;
	}
	.menuListPage .page-contents .page-list a.article .title-wrap {
		min-height: 110px;
	}
	.menuListPage .page-contents .page-list a.article .title-wrap .title {
		font-size: 22px;
	}
	.menuListPage .page-contents .page-list a.article .en-title {
		right: 24px;
		left: 24px;
		height: 64px;
	}
	.menuListPage .page-contents .page-list a.article .en-title span.en {
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	.menuListPage .page-contents .page-list a.article {
		transition: color 0.3s, border 0.3s;
	}
	.menuListPage .page-contents .page-list a.article:hover {
		color: #856D47;
		border: solid 1px #CBA373;
	}
	.menuListPage .page-contents .page-list a.article .en-title i.arrow::before {
		transition: transform 0.3s;
	}
	.menuListPage .page-contents .page-list a.article:hover .en-title i.arrow::before {
		transform: translateX(0%);
	}

}

