body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #452b0d !important;
	line-height: 1.3;
	font-size: 15px;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Arial',
		sans-serif !important;
	font-weight: 400;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type='button'],
input[type='submit'] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}

p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.row {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

li {
	list-style: none !important;
}

label {
	margin: 0;
}

a {
	color: #000;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.table td,
.table th {
	vertical-align: middle !important;
	padding: 0.75em;
}

.hide {
	display: none !important;
}

img {
	width: 100%;
}

section {
	padding-top: 4em;
	padding-bottom: 4em;
}

.scroll-to-top {
	z-index: 1029;
	right: 1rem;
	bottom: 3.3rem;
	display: none;
}

.scroll-to-top a {
	width: 3.1rem;
	height: 3.1rem;
	background-color: rgba(44, 46, 48, 0.8);
	line-height: 3.1rem;
}

.scroll-to-top a::after {
	content: url(../images/svg/fa-angle.svg);
	position: absolute;
	top: 15%;
	right: 15%;
	width: 70%;
	opacity: 0.7;
}

.scroll-to-top a:hover::after {
	opacity: 1;
}

@media (max-width: 575px) {
	.scroll-to-top {
		right: 3.8em;
		bottom: 0;
	}

	.scroll-to-top a {
		width: 5.8em;
		height: 9.8em;
		line-height: 1;
		font-size: 1em;
		padding-top: 0.4em;
	}
}

/**/

@media (min-width: 992px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1200px) {
	header .container {
		max-width: 1140px;
	}

	.container {
		max-width: 912px;
	}
}

/*END_container*/
/*-- //Reset-Code --*/
@media (min-width: 576px) {
	.container {
		max-width: 740px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 900px;
	}
}
@media (min-width: 992px) {
	.container,
	.page_wrap {
		max-width: 1100px;
	}
}

@media (min-width: 1200px) {
	.container,
	.page_wrap {
		max-width: 1150px;
	}
}

@media (min-width: 1600px) {
	.container,
	.page_wrap {
		max-width: 1200px;
	}
}

/*-- Color-Code --*/
:root {
	--color_1: #ffffff;
}

.bg-white2 {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-blue {
	background-color: #2e426e !important;
}
.bg-gray {
	background-color: #ededed !important;
}
.bg-green {
	background-color: var(--color_1) !important;
}
.f-darkgray {
	color: #2c2c2c !important;
}
.f-green {
	color: var(--color_1) !important;
}
.border-white {
	border: 2px solid #fff;
}
.f-white {
	color: #ffffff !important;
}
.f-red {
	color: #e60012 !important;
}
.f-yellow {
	color: #fdd100 !important;
}
.f-gray {
	color: #7c8d80 !important;
}
/*-- //Color-Code --*/

mark {
	background-color: #f4d739;
}

.navbar_logo {
	font-size: 1.2em !important;
	line-height: 1.6 !important;
	display: block;
	letter-spacing: 1px;
	margin-top: 0.1em;
	margin-bottom: 0 !important;
	color: #1e1e1e;
}

.bn_box {
	margin-bottom: 0.5em;
	box-shadow: 0 0.5em 1em #999;
}
.bg_banner {
	background-image: url('../images/bn_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th1 {
	background-image: url('../images/bg_th1.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a37448;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th2 {
	background-image: url('../images/bg_th2.png'),
		url('../images/svg/bg_s1.svg');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-color: #f2eee9;
	background-size: 100% auto, 100% auto;
	-ms-background-size: 100% auto, 100% auto;
	-moz-background-size: 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto;
}

.bg_th3 {
	background: url('../images/bg_1.png') repeat top right,
		linear-gradient(
			to right,
			#9b9b9b 0%,
			#efefef 8%,
			#c5c5c5 24%,
			#ffffff 48%,
			#c5c5c5 75%,
			#ffffff 89%,
			#9b9b9b 100%
		);
	background: url('../images/bg_1.png') repeat top right,
		-ms-linear-gradient(to right, #9b9b9b 0%, #efefef 8%, #c5c5c5 24%, #ffffff
					48%, #c5c5c5 75%, #ffffff 89%, #9b9b9b 100%);
	background: url('../images/bg_1.png') repeat top right,
		-moz-linear-gradient(to right, #9b9b9b 0%, #efefef 8%, #c5c5c5 24%, #ffffff
					48%, #c5c5c5 75%, #ffffff 89%, #9b9b9b 100%);
	background: url('../images/bg_1.png') repeat top right,
		-webkit-linear-gradient(to right, #9b9b9b 0%, #efefef 8%, #c5c5c5 24%, #ffffff
					48%, #c5c5c5 75%, #ffffff 89%, #9b9b9b 100%);
	background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.bg_th4 {
	background-image: linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -moz-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -o-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -webkit-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
}

.bg_th5 {
	background-image: url('../images/bg_th4.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #a37448;
	background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

/*-------------------------------------Media------------------------------------------*/
@media screen and (max-width: 575px) {
	.bg_banner {
		/*	background-image: url("../images/bn_bg.png");*/
		background-position: left 50% top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		-ms-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
	}

	.bg_th1,
	.bg_th2 {
		background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
}

/**/
/*------------------------------------#END_Media--------------------------------------*/

/*水平垂直至中*/
.middle {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/*齊高*/
.same_height_box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}

.same_height {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
}

/*BTNN*/
.hoverbig img {
	filter: drop-shadow(2px 2px 0.5em #5a5757);
}

.hoverbig:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	filter: drop-shadow(0px 0px 0px #303030);
}
.hoverbig:hover {
	cursor: pointer !important;
}

.btngo {
	min-width: 28%;
	font-weight: 700;
	color: #fff;
	background-color: #001a59;
	border: 0.15em solid #fff;
	padding: 0.4em 0;
	margin-top: 1em;
	box-shadow: 8px 8px 0 rgba(100, 100, 100, 0.8);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	border-radius: 10em;
	align-items: center;
}

.btngo img {
	width: 2em;
	margin-right: 0.5em;
	transition: 0.5s all;
	vertical-align: bottom;
}

.btngo:hover {
	color: #ffe05f;
	box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.8);
}

.btngo:hover img {
	margin-right: 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*#BTNN*/
.shadow-f {
	filter: drop-shadow(3px 3px 5px #303030);
}

.shadow-f:hover {
	filter: drop-shadow(8px 8px 8px #303030);
}

/*click*/
.click_box {
	position: relative;
	display: inline-block;
}

.click_box:hover img.click_hand,
.click_box.active img.click_hand {
	display: none;
}

.click_hand {
	position: absolute;
	filter: drop-shadow(2px 2px 2px #303030);
	width: 3em;
	z-index: 2;
}

/*##click*/

/*---------------------------header------------------------------*/

/* header {} */
header {
	padding: 0.5em 0;
}

header .head_title h1 {
	line-height: 1.5;
	letter-spacing: 0.2em;
}
header .head_title p {
	line-height: 1.5;
	letter-spacing: 0.4em;
}
@media screen and (max-width: 575px) {
	#navbarSupportedContent .container {
		box-shadow: 0 0.1em 0.5em #222;
		margin-top: 1em;
		padding: 0.5em 0;
		background-color: #fff;
	}
}
/*-------------------count--------------------*/
.count {
	width: 50%;
	text-align: center;
}
.count p {
	color: rgba(43, 42, 42, 0.85) !important;
}
@media screen and (max-width: 575px) {
	.count {
		width: 80%;
		max-width: unset;
		top: 2.5em;
		margin: unset;
	}
}

/*-------------------#count--------------------*/
/*-------------------Top--------------------*/

.top ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.top ul h3,
.top ul a {
	line-height: 1.1;
}
@media screen and (max-width: 575px) {
	.bg_banner {
		background: url(../images/bnbg_ph.png) no-repeat center top;
		background-size: contain;
		-ms-background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
	}
}

/*-------------------#Top--------------------*/
/*-------------------Menu--------------------*/
#mainNav {
	width: 100%;
	background-color: var(--color_1);
	z-index: 2000;
}
#mainNav ul {
	width: 96%;
	max-width: 1350px;
	margin: 0 auto;
}

#mainNav ul li {
	width: calc(100% / 8);
	text-align: center !important;
	font-size: 1.5em;
	line-height: 1.2;
	vertical-align: middle;
	margin: 0.4em 0;
}

#mainNav ul li a {
	display: inline-block;
	letter-spacing: 2px;
}

#mainNav.ontop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0.5em 0.5em rgb(102, 100, 100);
	background-image: linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -moz-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -o-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
	background-image: -webkit-linear-gradient(
		to right,
		#9b9b9b 0%,
		#efefef 8%,
		#c5c5c5 24%,
		#ffffff 48%,
		#c5c5c5 75%,
		#ffffff 89%,
		#9b9b9b 100%
	);
}

@media screen and (max-width: 991px) {
	#mainNav ul li {
		width: calc(100% / 4);
	}
}
@media screen and (max-width: 575px) {
	#mainNav {
		font-size: 3vw;
		background-color: unset;
	}
	#mainNav ul li {
		width: calc(100% / 4);
		background: url(../images/menu_btnbg.png) no-repeat center center;
		background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		margin: 0.25em 0;
	}
	#mainNav ul li a {
		display: inline-block;
		background-image: unset;
		padding: 0.2em 0 0.3em 0 !important;
	}
}
/**/
/*---------------#END_mainNav---------------*/
/*------------------Banner------------------*/

@media screen and (max-width: 575px) {
	.banner {
		position: relative;
	}
	#header_btns {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
}
/*---------------#END_Banner---------------*/

@media screen and (max-width: 575px) {
	header {
		padding-top: 0;
	}
}

/**/

/*---------------------------#END_header----------------------------*/
/*---------------------------Part_share------------------------------*/
#part_share {
	height: 38em;
	position: relative;
}

#part_share .ps_box {
	width: 100%;
	position: absolute;
	bottom: 3em;
	left: 0;
}

.bg_ptts {
	background-image: url(../images/svg/pt1-run.svg),
		url(../images/svg/pt1-bg.svg);
	background-repeat: no-repeat;
	background-color: #a37448;
	background-position: left bottom 2em, center;
	background-size: 25em auto, cover;
	-ms-background-size: 25em auto, cover;
	-moz-background-size: 25em auto, cover;
	-webkit-background-size: 25em auto, cover;
}

#part_share .title_style_1 {
	margin-bottom: 1em;
}

/*副標*/
#part_share h5 {
	color: #fff;
	font-weight: 500;
	padding: 0.5em 1.5em;
	position: relative;
	display: inline-block;
	/* background-color: #042236; */
	z-index: 2;
}

#part_share h5::before {
	content: '';
	position: absolute;
	-webkit-clip-path: polygon(
		5% 0%,
		0% 50%,
		5% 100%,
		95% 100%,
		100% 50%,
		95% 0%
	);
	-moz-clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	-o-clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	clip-path: polygon(5% 0%, 0% 50%, 5% 100%, 95% 100%, 100% 50%, 95% 0%);
	left: 5%;
	top: 0;
	width: 90%;
	height: 100%;
	background-color: #042236;
	z-index: 1;
}

#part_share h5 .pp {
	color: #fff;
	font-weight: 500;
	padding: 0.5em 1.5em;
	position: relative;
	z-index: 2;
	margin: 0 0.75em;
}

/*** slick ***/
/*↓這兩組數字要相同↓*/
.regular .slick-center {
	padding-top: 2em;
	padding-bottom: 0;
}

.regular .slick-slide:not(.slick-center) {
	margin-top: 4.5em;
	margin-bottom: 0;
}

/*↑這兩組數字要相同↑*/

.regular .slick-center {
	transform: scale(1.05);
	transition: 1.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 1.5s all;
	-o-transition: 1.5s all;
	-ms-transition: 1.5s all;
	z-index: 9999;
	position: relative;
}

.regular .slick-slide:not(.slick-active) {
	cursor: pointer;
}

/*** #slick ***/
/*** slick_arrow ***/

.regular .slick-prev:before,
.regular .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #ecae66;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.regular .slick-prev:before {
	content: '<';
}

.regular .slick-next:before {
	content: '>';
}

.regular .slick-prev:before,
.regular .slick-next:before {
	font-size: 50px;
}

.regular .slick-next {
	right: 21px;
}

.regular .slick-prev {
	left: -7px;
	z-index: 9;
}

.regular .slick-dots li button:before {
	content: '●';
	color: #ecae66;
}

.regular .slick-dots li.slick-active button:before {
	color: #2b2f88;
	content: '●';
}

/*** #slick_arrow ***/

/*** hover ***/
.tbox {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 1em;
	border-radius: 0.5em;
	box-shadow: 0.2em 0 0.5em rgba(0, 0, 0, 0.25);
	background-color: #042236;
	max-width: 17em;
	height: 37em;
}

.tbox img {
	width: 100%;
	height: auto;
	transition: all 0.75s linear;
}

.regular .slick-center .tbox img {
	position: relative;
	transform: scale(1.1);
	z-index: 1;
	top: -1.75em;
}

/**詳細介紹**/
.tbox .tbox-introduction {
	background: linear-gradient(to left top, #e34f04, #e34f04);
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	padding: 1em 1.25em 2em 1.25em;
	transition: all 0.2s ease;
	opacity: 0;
}

.regular .slick-center .tbox .tbox-introduction {
	opacity: 1;
	top: 68%;
}

.tbox .tbox-content {
	color: #042236;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: -4.5em;
	right: 0px;
	transition: all 0.4s linear 0s;
	z-index: 0;
	text-align: left;
	background: url(../images/triangle2.png) right bottom / 100% 100% no-repeat;
	padding: 3em 0.6em 0em 0.8em;
	height: 9em;
}

.regular .slick-center .tbox .tbox-content {
	transform: translateY(-50%) scale(1);
}

.tbox .tbox-content .t_title {
	letter-spacing: 3px;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0.3em;
}

.tbox .tbox-content .post {
	letter-spacing: 1px;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: 700;
	text-shadow: 0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff,
		0 0 0.05em #fff, 0 0 0.05em #fff, 0 0 0.05em #fff;
}

.tbox .t_experience {
	color: #fff0e3;
}

/*簡介*/
.tbox-name {
	width: 100%;
	background-color: #11426b;
	padding: 1em 1em 3em 1em;
	text-align: center;
	position: relative;
	bottom: 0;
	left: 0;
}

.tbox-name p {
	color: #fff0e3;
}

.tbox-name p.tbox-name_p1 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 0.35em;
	color: #fac65a;
	line-height: 2;
	border-bottom: 1px solid #fff;
}

.tbox-name p.tbox-name_p2 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 1em;
}

@media only screen and (max-width: 990px) {
	.tbox {
		max-width: 16em;
	}

	.regular .slick-center .tbox .tbox-introduction {
		top: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.tbox {
		max-width: 22em;
		margin: 0 -1em 0px;
		overflow: hidden;
		height: 44em;
	}

	.tbox-name {
		position: relative;
		top: 0;
	}
}

@media only screen and (max-width: 575px) {
	#part_share {
		height: 74em;
	}

	.title_head .lightss_box {
		left: -25%;
		top: -5em;
		width: 152%;
	}

	.regular .slick-center .tbox .tbox-introduction {
		top: 50%;
	}
}

/*** #hover ***/
/*---------------------------#Part_share------------------------------*/
/*---------------------------index_newspt------------------------------*/
.index_title {
	border-bottom: 0.5em solid #808080;
	text-align: center;
}

/*-------------------------#END_index_newspt---------------------------*/
/*-------------------------same_contact--------------------------------*/
#contact .social {
	margin-left: 1.6em;
}
#contact .social a {
	display: inline-block;
	width: 100%;
}
#contact .social .social_img {
	max-width: 4.8em;
}
@media screen and (max-width: 575px) {
	#contact .social {
		margin-top: 2em;
		margin-bottom: 3em;
	}
	#contact .social .social_img {
		max-width: 6em;
	}
}

/*-------------------------#END_same_contact---------------------------*/
/*-------------------------same_dp_know--------------------------------*/

#dp_know ul,
#dp_know ul li {
	margin-bottom: 0.3em;
	line-height: 1.5;
}
#dp_know ul li:not(.fw_700) {
	list-style: disc !important;
}

@media screen and (max-width: 575px) {
	#dp_know {
		border-radius: 2em;
	}
}
/*-------------------------#END_same_dp_know--------------------------------*/

/*---------------------------ser-------------------------------------------*/
#ser h2 {
	margin-top: 0.2em;
	margin-bottom: 2em;
}
#ser h3.ser_title {
	color: rgb(221, 22, 22);
	font-weight: 700;
	margin-bottom: 1em;
}
#ser ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1.5em;
	margin-left: 2em;
}
#ser ul li {
	list-style-type: decimal !important;
}
#ser ul li,
#ser p {
	line-height: 1.6;
	letter-spacing: 4px;
}

/*---- ser1 ----*/

@media screen and (max-width: 575px) {
	#ser h3.ser_title {
		text-align: center;
	}
	#ser .order-1 {
		margin-bottom: 2em;
	}
}

/*---------------------------#ser-----------------------------------------*/

/*---------------------------messages-----------------------------------*/
#messages .modal-content {
	background-color: unset !important;
}
#messages .modal-content {
	border: unset !important;
}

.gotomsg {
	width: 12em;
	opacity: 0.85;
}
.gotomsg:hover,
.gotomsg:active {
	opacity: 1;
}
.gender {
	width: 7em;
}
/* 頁碼 */
.pages_btns {
	width: 100%;
}
.pages_btns .pages_btnnn {
	background-color: #b49059;
	color: #fff;
	padding: 0.5em 0;
}
.pages_btns .pages_btnnn:first-child {
	border-top-left-radius: 0.75em;
	border-bottom-left-radius: 0.75em;
}
.pages_btns .pages_btnnn:last-child {
	border-top-right-radius: 0.75em;
	border-bottom-right-radius: 0.75em;
}
.pages_btns .pages_btnnn:not(:last-child) {
	border-right: 1px solid #fff;
}
.pages_btns .pages_btnnn:hover {
	background-color: #b49059;
}

/* ##頁碼 */
@media screen and (max-width: 575px) {
	.gotomsg {
		margin: 1em auto;
	}
	.gender {
		width: 5em;
	}
}

/*---------------------------#END_message------------------------------*/

/*---------------------------footerstyle------------------------------*/
footer {
	padding: 4em 0;
	background-color: var(--color_1);
}
footer a:hover {
	color: #fff799;
}
footer p,
footer a {
	line-height: 1.8;
}
footer .title {
	padding-bottom: 0.1em;
	margin-bottom: 0.4em;
	border-bottom: 0.2em solid #fff799;
	display: inline-block;
}

footer ul li ul#pages {
	width: 80%;
	margin: 0 auto;
}
footer ul li ul#pages li {
	width: 50%;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
	footer .title {
		border-bottom: none;
	}
	footer {
		padding: 2em 0;
		background-color: #fff;
	}
}

/**/
/*---------------------------#END_footerstyle------------------------------*/

/*---------------------------media------------------------------*/
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1199px) {
	body {
		font-size: 13px !important;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 9px !important;
	}
}

/*576以上*/
@media screen and (min-width: 576px) {
	.type_ph {
		display: none !important;
	}
}

/*手機板575*/

@media screen and (max-width: 575px) {
	body {
		font-size: 2.6vw !important;
	}

	section {
		padding-bottom: 4em;
		padding-top: 4em;
	}

	.type_pc {
		display: none !important;
	}

	.nolr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 470px) {
}

@media screen and (max-width: 440px) {
	body {
		font-size: 2.8vw !important;
	}
}

/*END_media*/
