/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif TC', serif; */
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
/* font-family: 'Libre Caslon Text', serif; */

/*-- Basic --*/
body {
	font: 16px/1.231 'Noto Serif TC', '新細明體', sans-serif;
	letter-spacing: 0.13em;
	line-height: 1.75;
	background: #ECEAE6;
	color: #25251F;
	font-weight: 500;
}

* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.xxx {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.select_arti .left_box::before,
.select_arti .right_box li::before,
.select_arti .left_box:hover::before,
.select_arti .right_box li:hover::before,
.select_item h2.title,
.select_arti .left_box:hover h2.title,
.select_arti .right_box>ul>li:hover h2.title,
.select_item .text_box,
.select_arti .left_box:hover .text_box,
.select_arti .right_box>ul>li:hover .text_box,
.select_item,
.ft_submit,
.ft_submit:hover,
.list_cont h2.title,
.list_cont a:hover h2.title,
.btn_page,
.btn_page:hover,
.btn_page::before,
.btn_page:hover::before,
.btn_page.next::before,
.btn_page.next:hover::before,
.other_arti h2.title,
.other_arti a:hover h2.title,
.other_arti .img_box::before,
.other_arti a:hover .img_box::before,
.btn01,
.btn01:hover,
.menu,
.menu.open,
.menu ul,
.menu.open ul {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.inbox {
	width: 1440px;
	margin: 0 auto;
}

.row {
	display: flex;
}

ul {
	margin: 0;
	padding: 0;
}

.ulli>li,
.ulli_line>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ulli_line {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ulli_line>li {
	display: flex;
}

button {
	background: none;
	border-width: 0;
}

.body_fixed {
	overflow: hidden;
}

input {
	-webkit-appearance: none;
}

h2.title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin: 0;
}

.en_tit {
	font-family: 'Libre Caslon Text', serif;
	margin: 0;
	letter-spacing: 0.145em;
}

.l {
	display: inline-block;
	float: left;
}

.r {
	display: inline-block;
	float: right;
}

/*-- 文字編輯器 --*/
.Txt {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.Txt h1,
.Txt h2,
.Txt h3,
.Txt h4,
.Txt h5,
.Txt h6 {
	margin: 0;
	padding: 7px 0;
}

.Txt p {
	padding: 8px 0;
}

.Txt ul,
.Txt ol {
	margin: 2px 0 10px 0;
	padding-left: 20px;
	overflow: visible;
}

.Txt ul ul,
.Txt ol ol,
.Txt ul ol,
.Txt ol ul {
	margin-bottom: 10px;
}

.Txt ul li,
.Txt ol li {
	padding: 2px 0;
	background: none;
	overflow: visible;
	border: 0;
}

.Txt a {
	color: #69C;
	padding: 0;
	display: inline-block;
}

.Txt a:hover {
	text-decoration: underline;
}

.Txt img {
	max-width: 100%;
	margin: 10px 0;
}

/*-- Header --*/
.hd_area {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	background: #ECEAE6;
	border-top: 1px #706150 solid;
	border-bottom: 1px #706150 solid;
	padding: 8px 20px;
	display: flex;
	justify-content: center;
}

.hd_area::before,
.hd_area::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #706150;
	position: absolute;
	left: 0;
}

.hd_area::before {
	top: -13px;
}

.hd_area::after {
	bottom: -13px;
}

.logo {
	display: none;
}

.logo a {
	display: block;
	width: 120px;
}

.logo img,
.menu .img_box img {
	width: 100%;
}

.burger {
	display: none;
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 20px;
}

.burger span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #706150;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 7px auto;
}

.burger {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.burger.on {
	animation: smallbig 0.6s forwards;
}

@keyframes smallbig {

	0%,
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

.burger.on span:nth-child(1),
.burger.on span:nth-child(2),
.burger.on span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.burger.on span:nth-child(2) {
	opacity: 0;
}

.burger.on span:nth-child(1) {
	-webkit-transform: translateY(11px) rotate(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	-o-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
}

.burger.on span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.menu ul {
	display: flex;
	align-items: center;
}

.menu li {
	padding: 0 25px;
}

.menu a {
	display: block;
	padding: 5px;
	color: #706150;
	font-size: 18px;
	font-weight: 600;
}

.menu a:hover {
	color: #FF6A4C;
}

.menu .img_box {
	width: 150px;
}

/*-- Index --*/
.new_arti {
	margin: 170px 0 40px;
}

.new_arti .swiper-slide {
	width: 70% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_arti .swiper-horizontal>.swiper-scrollbar,
.new_arti .swiper-scrollbar.swiper-scrollbar-horizontal {
	background: rgba(203, 193, 181, 0.5);
}

.new_arti .swiper-scrollbar-drag {
	background: #CBC1B5;
}

.new_arti_item {
	display: block;
	width: 100%;
	padding: 45% 0 50px;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}

.new_arti_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.new_arti_item h2.title {
	font-size: 24px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	color: #fff;
	z-index: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 84px;
}

.about_box {
	margin: 70px 20px 30px;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	padding: 100px 0;
}

.about_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.about_box .text_box {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	color: #fff;
}

.deco_line,
.deco_line01 {
	display: block;
	width: 40px;
	height: 50px;
	background: url('../images/content/icon_line.svg') center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
}

.deco_line {
	top: 50px;
	left: 40px;
}

.deco_line01 {
	bottom: 50px;
	right: 40px;
	transform: rotate(180deg);
}

.about_box h2.title {
	width: 70%;
	font-size: 22px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: 600;
	color: #CBC1B5;
	border-bottom: 1px #CBC1B5 solid;
	margin: 0 auto 40px;
}

.about_box p {
	padding: 8px 0;
}

.about_box li {
	list-style-position: inside;
}

.box01 {
	padding: 40px 20px;
}

.box01 .tit_box {
	border-top: 3px #706150 solid;
	border-bottom: 1px #706150 solid;
	padding: 15px 20px;
	margin-bottom: 40px;
	text-align: center;
}

.box01 .tit_box .en_tit {
	font-family: 'Libre Caslon Text', serif;
	font-size: 30px;
	font-weight: 500;
	color: #CBC1B5;
}

.box01 .tit_box h2.title {
	color: #81624F;
	font-size: 22px;
	margin-top: -10px;
}

.select_arti {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.select_arti .left_box,
.select_arti .right_box {
	width: 50%;
}

.select_arti .left_box,
.select_arti .right_box li {
	margin: 10px;
	padding: 40% 0 50px;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}

.select_arti .left_box::before,
.select_arti .right_box li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
}

.select_arti .left_box:hover::before,
.select_arti .right_box li:hover::before {
	background: rgba(0, 0, 0, 0.5);
}


.select_arti .left_box {
	background-position: center !important;
	background-size: cover !important;
}

.select_item {
	display: block;
	position: absolute;
	z-index: 2;
	color: #fff;
	bottom: 25px;
	left: 30px;
	right: 30px;
}

.select_item h2.title {
	font-size: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	transform: translateY(0);
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 70px;
}

.select_item .dcp {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 84px;
}

.select_arti .left_box:hover h2.title,
.select_arti .right_box>ul>li:hover h2.title {
	transform: translateY(20px);
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.select_item .btn_box {
	text-align: center;
	padding: 10px;
}

.btn {
	font-family: 'Libre Caslon Text', serif;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	border-bottom: 1px #fff solid;
	font-style: normal;
}

.select_arti .left_box:hover .btn,
.select_arti .right_box>ul>li:hover .btn,
.btn:hover {
	color: #FF6A4C;
	border-bottom: 1px #FF6A4C solid;
}

.select_item .text_box {
	position: absolute;
	top: 100%;
	display: none;
}

.select_arti .left_box:hover .text_box,
.select_arti .right_box>ul>li:hover .text_box {
	top: 0;
	display: block;
}

.select_arti .left_box:hover .select_item,
.select_arti .right_box>ul>li:hover .select_item {
	bottom: 50%;
	transform: translateY(50%);
	visibility: visible;
	opacity: 1;
	z-index: 2;
	transition-delay: 0.33s;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.select_arti .right_box>ul>li:hover .select_item {
	bottom: 57%;
}

/*-- Blog List --*/
.pg_box {
	margin-top: 150px;
}

.blog_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px 30px;
}

.blog_list_box .left_box {
	width: 230px;
	padding-right: 15px;
}

.blog_list_box .right_box {
	width: calc(100% - 230px);
	border: 1px #706150 solid;
	padding: 15px;
}

.listmenu_box h2.title {
	background: #706150;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 8px 10px;
}

.listmenu_box ul {
	padding: 20px 10px;
}

.listmenu_box ul li {
	padding: 3px 0;
}

.listmenu_box a {
	display: 5px 0;
	color: #25251F;
}

.listmenu_box ul li.on a,
.listmenu_box a:hover {
	color: #FF6A4C;
}

.list_cont li {
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px #706150 solid;
}

.list_cont a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.list_cont .img_box {
	width: 40%;
	padding: 25% 0 50px;
	position: relative;
}

.list_cont .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.list_cont .text_box {
	width: 60%;
	padding: 10px 0 10px 15px;
}

.list_cont em {
	color: #BDAA94;
	font-family: 'Libre Caslon Text', serif;
	font-size: 13px;
}

.list_cont h2.title {
	font-size: 18px;
	color: #25251F;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 63px;
	margin: 5px 0 10px;
}

.list_cont a:hover h2.title {
	color: #FF6A4C;
}

.list_cont .dcp {
	color: #8A8A8A;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
	word-break: break-all;
}

.pagination_box {
	padding: 30px 25px 20px;

}

.btn_page {
	color: #706150;
	font-family: 'Libre Caslon Text', serif;
	position: relative;
}

.btn_page::before {
	content: '';
	display: block;
	width: 150%;
	height: 130%;
	background: url('../images/content/icon_page.svg') center no-repeat;
	background-size: cover;
	position: absolute;
	left: -18px;
	bottom: -9px;
}

.btn_page:hover {
	color: #BDAA94;
}

.btn_page:hover::before {
	left: -22px;
}

.btn_page.next::before {
	transform: scaleX(-1);
	left: -3px;
}

.btn_page.next:hover::before {
	transform: translateX(4px) scaleX(-1);
}

.listmenu_mobile {
	display: none;
}

/*-- Page --*/
.pg_box01 {
	margin-top: 130px;
}

.breadcrumb {
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.breadcrumb li {
	padding-right: 20px;
	position: relative;
}

.breadcrumb li::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url('../images/content/icon_breadcrumb.svg') center no-repeat;
	background-position: cover !important;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
}

.breadcrumb li:last-child:before {
	content: none;
}

.breadcrumb a,
.detail a {
	color: #BDAA94;
	text-decoration: underline;
	padding: 5px;
}

.breadcrumb a:hover,
.detail a:hover {
	text-decoration: none;
	color: #81624F;
}

.page_titbox h1.title {
	font-size: 28px;
	color: #25251F;
	font-weight: 600;
	margin: 0;
	padding: 15px 0;
}

.detail li {
	padding: 0 25px 0 20px;
	position: relative;
	color: #BDAA94;
	font-size: 14px;
}

.detail i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.detail em {
	display: block;
	line-height: 2.4;
}

.share_box {
	padding: 25px 10px;
	display: flex;
	align-items: center;
	color: #706150;
	border-bottom: 1px #706150 solid;
}

.share_box p {
	padding-right: 10px;
}

.share_box p>i {
	padding-right: 5px;
}

.share_box li {
	padding: 0 10px;
}

.share_box a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background: #706150;
	color: #ECEAE6;
	position: relative;
}

.share_box a:hover {
	opacity: 0.6;
}

.share_box ul li i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}

.writer_box {
	padding: 40px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: #8A8A8A;
}

.writer_box h2.title {
	width: 100%;
	font-size: 20px;
	color: #81624F;
	text-align: center;
	font-weight: 600;
	padding-bottom: 20px;
}

.writer_box b {
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	font-weight: 500;
	color: #25251F;
}

.writer_box .img_box {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 50%;
	background-position: center !important;
	background-size: cover !important;
}

.writer_box .text_box {
	width: calc(100% - 220px);
}


.other_arti_box {
	margin: 20px 0;
}

.other_arti {
	padding: 0 10px;
}

.other_arti ul {
	justify-content: space-between;
	flex-wrap: wrap;
}

.other_arti li {
	width: 32%;
}

.other_arti a {
	color: #25251F;
}

.other_arti .img_box {
	width: 100%;
	padding: 50% 0 50px;
	position: relative;
}

.other_arti .img_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}

.other_arti a:hover .img_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.other_arti .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.other_arti .text_box {
	padding: 10px 5px;
}

.other_arti em {
	color: #BDAA94;
	font-family: 'Libre Caslon Text', serif;
	font-size: 13px;
}

.other_arti h2.title {
	font-size: 18px;
	color: #25251F;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 63px;
	margin: 5px 0 10px;
}

.other_arti a:hover h2.title {
	color: #FF6A4C;
}

.other_arti .dcp {
	color: #8A8A8A;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
}

/*-- Contact --*/
.pg_box_bg {
	background: url('../images/content/img_bg.png') bottom no-repeat;
	background-size: cover;
	padding: 0 0 40px;
}

.contact_box {
	padding: 0 20px;
}

.form_type {
	border: 1px #706150 solid;
	padding: 30px 0 50px;
}

.form_type form {
	width: 80%;
	margin: 0 auto;
}

.bar {
	padding: 30px 0 10px;
	border-bottom: 1px #706150 solid;
	position: relative;
}

.bar01 {
	border: none;
}

.lb {
	color: #81624F;
	font-weight: 600;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.lb.on {
	bottom: 35px;
	font-size: 14px;
}

.lb01 {
	display: block;
	position: static;
	margin-bottom: 5px;
	padding: 0 10px;
}

.form_type .ip {
	border: none;
	background: transparent;
	width: 100%;
	padding: 5px 10px;
}

.ta {
	border-bottom: 1px #706150 solid;
	background: transparent;
	width: 100%;
	padding: 10px;
}

.check_bar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 25px;
}

.check_bar a {
	color: #81624F;
	display: inline-block;
	padding: 0 5px;
	text-decoration: underline;
}

.check_bar a:hover {
	color: #FF6A4C;
	text-decoration: none;
}

.ratype,
.cktype {
	display: inline-block;
	margin: 9px 10px 0 0;
}

.ratype span,
.cktype span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 1px solid #BDAA94;
	vertical-align: top;
}

.ratype input,
.ratype input:disabled,
.cktype input,
.cktype input:disabled {
	position: absolute;
	opacity: 0;
}

.ratype span:after,
.cktype span:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.ratype input:checked+span:after,
.cktype input:checked+span:after {
	background: #706150;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ratype i,
.cktype i {
	font-style: normal;
}

.form_type .btn_box {
	text-align: center;
}

.btn01 {
	background: transparent;
	border: none;
	border-bottom: 1px #81624F solid;
	color: #81624F;
	display: inline-block;
	padding: 5px 10px;
}

.btn01:hover {
	color: #FF6A4C;
	border-bottom: 1px #FF6A4C solid;
}

/*-- Privacy --*/
.tit_box01 {
	margin-top: 30px;
}

.Txt_box {
	padding: 0 20px;
	margin-bottom: 40px;
}

/*-- Fancybox --*/
.age_fancy_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
}

.age_fancy_box .text_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: justify;
}

.age_fancy_box p{
	padding: 5px 0;
}
.age_fancy_box .btn_box {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.age_fancy_box li {
	padding: 15px 10px;
}

.btn02 {
	display: block;
	width: 200px;
	padding: 10px 20px;
}

.btn_yes {
	background: #81624F;
	color: #ECEAE6;
}

.btn_no {
	border: 1px #81624F solid;
	color: #81624F;
}

/*-- Footer --*/
.ft_area {
	background: #706150;
	color: #FFFFFF;
	padding: 20px 60px;
}

.ft_area .top_row,
.ft_area .bt_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
}

.ft_area .bt_row p {
	font-family: 'Libre Caslon Text', serif;
}

.ft_logo {
	width: 120px;
}

.ft_logo img {
	width: 100%;
}

.social li {
	padding: 0 8px;
}

.social a {
	color: #CBC1B5;
	font-size: 28px;
	display: block;
	position: relative;
}

.social a:hover,
.ft_submit:hover {
	opacity: 0.6;
}

.ft_form .bar {
	padding: 8px 0;
	text-align: center;
}

.ft_form .ip {
	border: 1px #CBC1B5 solid;
	background: none;
	padding: 10px 15px;
}

.ft_submit {
	border: none;
	background: #CBC1B5;
	color: #706150;
	padding: 8px 20px;
}

.ft_form .ip::placeholder {
	color: rgba(203, 193, 181, 0.7);
}

.copyright {
	background: #25251F;
	color: #fff;
	font-size: 12px;
	font-family: 'Libre Caslon Text', serif;
	font-weight: 400;
	padding: 15px 30px;
	text-align: center;
}

.copyright a {
	display: inline-block;
	padding: 0 5px;
	text-decoration: underline;
	color: #fff;
}

.copyright a:hover {
	opacity: 0.6;
}

@media only screen and (max-width:1550px) {
	.inbox {
		width: 90%;
	}
}

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

	/*-- Index --*/
	.select_arti .right_box li {
		padding: 50% 0 50px;
	}

}

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

	/*-- Header --*/
	.hd_area {
		justify-content: space-between;
	}

	.logo,
	.burger {
		display: block;
	}

	.burger {
		margin-top: 4px;
	}

	.menu {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.menu.open {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #BDAA94;
		opacity: 1;
		visibility: visible;
		z-index: 3;
	}

	.menu ul {
		position: absolute;
		top: 160px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		opacity: 0;
	}

	.menu.open ul {
		opacity: 1;
	}

	.menu li {
		width: 100%;
		padding: 10px 0;
	}

	.menu li:nth-child(2) {
		display: none;
	}

	.new_arti .swiper-slide {
		width: 80% !important;
	}

	.new_arti_item {
		padding: 70% 0 50px;
	}

	.about_box {
		margin: 70px 0 30px;
	}

	.box01 {
		padding: 40px 0;
	}

	.pg_box {
		margin-top: 120px;
	}

	.select_arti {
		flex-wrap: wrap;
	}

	.select_arti .left_box,
	.select_arti .right_box {
		width: 100%;
	}

	.select_arti .left_box,
	.select_arti .right_box li {
		padding: 50% 0 50px;
	}

	.select_arti .left_box {
		margin: 0 10px;
	}

	/*-- Blog List --*/
	.blog_list_box .left_box {
		display: none;
	}

	.listmenu_mobile {
		display: block;
		position: relative;
	}

	.listmenu_mobile,
	.blog_list_box .right_box {
		width: 100%;
	}

	.menu_selected {
		background: #81624F;
		color: #fff;
		padding: 10px 15px;
		font-weight: 600;
		position: relative;
		margin-bottom: 20px;
	}

	.listmenu_mobile i {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}

	.listmenu_mobile .scrollbox {
		position: absolute;
		top: 48px;
		left: 0;
		right: 0;
		background: #fff;
		padding: 15px 15px;
		z-index: 3;
	}

	.listmenu_mobile .scrollbox ul {
		margin: 10px 0;
	}

	.listmenu_mobile .scrollbox li {
		padding: 3px 5px;
	}

	.listmenu_mobile .scrollbox .group_tit {
		color: #BDAA94;
		font-weight: 600;
		border-bottom: 1px #BDAA94 solid;
		margin-bottom: 5px;
		padding: 0 5px;
	}

	.listmenu_mobile .scrollbox a {
		display: block;
		color: #81624F;
		font-weight: 500;
	}

	.list_cont .img_box {
		padding: 30% 0 50px;
	}

	.page_titbox,
	.Txt {
		padding: 0 10px;
	}

	.other_arti li {
		width: 100%;
		margin-bottom: 20px;
	}

	.other_arti a {
		display: block;
		border-bottom: 1px #706150 solid;
	}

	.contact_box {
		padding: 0 10px;
	}

	.form_type form {
		width: 90%;
	}

	.Txt_box {
		padding: 0 10px;
	}
}

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

	/*-- Blog list --*/
	.blog_list_box .right_box {
		padding: 15px 5px;
	}

	.list_cont li {
		margin-bottom: 10px;
	}

	.list_cont .img_box,
	.list_cont .text_box {
		width: 100%;
	}

	.list_cont .img_box {
		padding: 50% 0 50px;
	}

	.list_cont .text_box {
		padding: 10px 10px 0;
	}

	.writer_box {
		display: block;
	}

	.writer_box .img_box {
		margin: 0 auto;
	}

	.writer_box .text_box {
		width: 100%;
		padding: 20px 0 0;
	}

	.writer_box b {
		text-align: center;
	}

	/*-- Footer --*/
	.ft_area {
		padding: 20px 30px;
	}

	.ft_area .top_row,
	.ft_area .bt_row {
		flex-wrap: wrap;
	}

	.ft_area .bt_row .left_box,
	.ft_area .bt_row .right_box {
		width: 100%;
		text-align: center;
	}

	.ft_logo {
		margin: 0 auto;
	}

	.social {
		display: flex;
		justify-content: center;
	}

	.ft_form {
		margin-top: 20px;
	}

	.ft_form .ip,
	.ft_submit {
		width: 100%;
	}

	.age_fancy_box .ulli_line {
		display: block;
	}
}