/*--------------copyright by vicky start-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 18px;
	font-family:'Libre Baskerville','Noto Sans TC',sans-serif;
	overflow-x:hidden;
	color:#fff;
	background:#fff;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
a {
	display: block;
	color:#303030;
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: none;
	color:#303030;
}
img {
	max-width:100%;
}
::selection {
	background: rgba(204,204,204,1);
}
[lang="one"] {
	font-family: 'Klee One';
	font-weight: 600;
	letter-spacing: 1px;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/****overlay start****/
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:40;
	display:none;
}
.overscroll {
	overflow:hidden;
}
/****overlay end****/
/************************/
/****head001 start****/
header {
	z-index:90;
	position:relative;
}
/*mibutton*/
.mibutton {
	position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
	display:none;
}
	.mibutton span {
		display:block;
		text-align:center;
		width:100%;
		height:2px;
		position:absolute;
		top:0;
		left:0;
		background:#fff;
		transition:.3s ease all;
	}
		.mibutton span:nth-child(2) {
			top:10px;
		}
		.mibutton span:nth-child(3) {
			top:20px;
		}
	.mibutton_ani span {
		opacity:1;
		background: #fff;
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(35deg);
					transform:rotate(35deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-35deg);
					transform:rotate(-35deg);
			-webkit-transform-origin:center left;
					transform-origin:center left;
		}
/*navbar*/
.navbar {
	background:#fff;
	padding:.2em 2em;
	text-align:left;
	border-radius:0;
    min-height: auto;
    margin: 0;
    border: 0;
	position:absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity:0;
	pointer-events: none;
}
.navtop,.intop {
	position:fixed;
	z-index:30;
	opacity:1;
	pointer-events:auto;
	background: rgb(28 28 28 / .85);
	transition:.5s ease-in;
}
/*logo*/ 
.logo {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	text-align:right;
}
.logo a {
	display:inline-block;
	transition:.3s ease all;
}
	.logo a:hover {
		opacity:.7;
	}
/*ibutton*/
.ibutton {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	width:75%;
}
.ibutton ul {
}
.ibutton li {
	display:inline-block;
	vertical-align:middle;
	padding:0 1em;
	letter-spacing:3px;
	text-align:center;
}
.ibutton a {
	position:relative;
	overflow:hidden;
	transition:.2s ease all;
	color:#dddcdc;
	height:30px;
	letter-spacing:1px;
}
	p.en {
		transition:.3s ease all;
	}
	p.ch {
		transition:.3s ease all;
	}
	.ibutton a:hover p.en {
		transform: translateY(-100%);
	}
	.ibutton a:hover p.ch {
		transform: translateY(-100%);
	}
	@media (max-width:1024px) {
		.logo {
			width:25%;
		}
		.ibutton {
			width:70%;
		}
	}
	@media (max-width:1080px) {
		img.ft001_logo {
			max-width: 22vw;
		}
		.mibutton {
			display:block;
			top:1.5em;
		}
		.logo {
			width: 100%;
			text-align: left;
			padding:.3em 2em;
		}
		.logo a {
			display:inline-block;
			width:200px;
		}
		.ibutton {
			width: 100%;
			text-align:center;
			display:none;
			padding-bottom:1em;
		}
		.ibutton li {
			display:block;
			width:100%;
			padding:0;
		}
		.ibutton li a {
			padding:1em;
			transition:.2s ease all;
			height:auto;
		}
			.ibutton li a:hover {
				background:#4c4c4c;
			}
		p.ch {
			font-size:16px;
		}
		.ibutton a:hover p.en,.ibutton a:hover p.ch {
			transform: translateY(0);
		}
		.navbar {
			padding:0;
			position:fixed;
			opacity:1;
			pointer-events:auto;
			background: rgb(28 28 28 / .85);
		}
	}
	@media (max-width:600px) {
		.logo a {
			width: 160px;
		}
		.mibutton {
			top:1.3em;
		}
	}
	@media (max-width:500px) {
		.mibutton {
			right:1em;
		}
		.ibutton a {
			font-size:16px;
		}
		.logo {
			padding: .3em 1em;
		}
	}
	@media (max-width:350px) {
		.mibutton {
			top:1em;
		}
	}
/****head001 end****/
/***********************/
/***a001 start***/
.a001 {
	position:relative;
	background:url(../../images/a001_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	padding: 9rem 0 7em;
}
	.a001:before {
		content:'';
		background:rgba(183,177,169);
		position:absolute;
		top:0;
		left:0;
		width:37.8%;
		height:100%;
	}
/*a001_top*/
.a001_top {
	position:relative;
	z-index:3;
	text-align:left;
	color:#fff;
	width:1600px;
	margin:0 auto;
	max-width:90%;
}
	/*a01_left*/
	.a01_left {
		text-align:left;
		display:inline-block;
		vertical-align:middle;
		width:30%;
	}
	.a01_left img {
	}
	.a01_left p {
		font-size:36px;
		font-style:italic;
	}
	/*a01_right*/
	.a01_right {
		display:inline-block;
		text-align:right;
		width:67%;
		vertical-align:middle;
	}
	.a01_right p {
		font-size: 30px;
		font-weight: 700;
		border-bottom: solid 1px #fff;
		padding-bottom:.5em;
		margin-bottom:1.5em;
		padding-right:2em;
	}
	.a01_right span {
		display: inline-block;
		font-size: 20px;
		max-width: 100%;
		text-align: left;
		padding-right:3em;
	}
	b.shape {
		position:relative;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
		background:rgba(255,255,255,.8);
		width:10px;
		height:14px;
		display:inline-block;
		margin:0 5px;
	}
/*a001_btm*/
.a001_btm {
	position:relative;
	z-index:3;
	text-align:right;
	padding: 2em 2em 0 1em;
	overflow-x: hidden;
}
.a001_btm img {
	padding-left:1em;
	-webkit-filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, .8));
	filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, .8));
}
	@media (max-width:1400px) {
		.a001:before {
			width:45vw;
		}
		.a01_left p {
			white-space:nowrap;
		}
	}
	@media (max-width:1200px) {
		.a01_left,.a01_right {
			width:100%;
		}
		.a001 {
			padding: 9em 0 4em;
		}
		.a001_btm img {
			width:24vw;
		}
	}
	@media (max-width:990px) {
		.a001:before {
			width: 54vw;
		}
		.a001 {
			background-attachment:inherit;
			padding: 9em 0 2em;
			background-position-x: 30%;
		}
		.a01_left img {
			width: 35vw;
		}
	}
	@media (max-width:768px) {
		.a001:before {
			width: 100%;
			top: inherit;
			bottom: 0;
			height: 53%;
		}
		.a001 {
			padding:8em 0 2em;
			background-position-x: 15%;
		}
		.a01_right {
			padding-top:3em;
		}
		.a001_btm {
			padding: 2em 2em 0 1em;
		}
		.a01_right p {
			margin-bottom:1em;
		}
	}
	@media (max-width:600px) {
		.a01_left img {
			width: 45vw;
		}
		.a01_left p {
			font-size:45px;
		}
		.a001 {
			padding: 7em 0 3em;
			background-position-x: 42%;
		} 
		.a01_right p {
			font-size:25px;
			padding-right:0;
		}
		.a01_right span {
			font-size:18px;
			padding-right:0;
		}
		.a001_btm img {
			width: 28vw;
		}
		.a01_right {
			padding-top: 2em;
		}
		.a001:before {
			height: 55%;
		}
		.a001_btm {
			padding: 2em 1em 0 1em;
		}
	}
	@media (max-width:450px) {
		.a01_left img {
			width: 55vw;
		}
		.a001 {
			padding:7em 0 3em;
		}
		.a01_right p {
			font-size: 24px;
			text-align: left;
		}
		.a01_right p {
			margin-bottom: .5em;
		}
		.a001_btm img {
			padding-left:.5em;
		}
		.a001:before {
			height:100%;
			background: rgb(183 177 169 / 100%);
		}
	}
	@media (max-width:380px) {
		.a01_right p {
			font-size:20px;
		}
		.a001:before {
			height: 53%;
		}
		.a01_right span {
			font-size: 16px;
		}
		.a01_left p {
			font-size: 40px;
		}
		.a001_btm img {
			padding-left: .2em;
		}
	}
	@media (max-width:350px) {
		.a001:before {
			height: 50%;
		}
		.a01_right {
			padding-top: 1em;
		}
		.a001 {
			padding:6em 0 1em;
		}
		.a01_left p {
			font-size: 35px;
		}
		.logo a {
			width: 110px;
		}
	}
	@media (max-width:310px){
		.a001_btm img {
    width: 27vw;
}
	}
/***a001 end***/
/*****************************/
/***b001 start***/
.b001 {
	position:relative;
	text-align:left;
	background:#e8e8e8;
	z-index:40;
}
.b001_left {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:7em 0 4em 6em;
	width:42%;
}
	.b001_left:before {
		content:'';
		background:rgb(38 38 37 / .28);
		width:90%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:0;
	}
/*b001_top*/
p.b001_top {
	color:#fff;
	font-size:20px;
	position:relative;
	padding-bottom: .5em;
	margin-bottom:4em;
}
	p.b001_top:after {
		content:'';
		border:solid 1px #fff;
		width:115px;
		height:8px;
		position:absolute;
		left:0;
		bottom:0;
	}
.b001_left img {
	box-shadow: 0px 5px 8px rgba(0,0,0,.1);
}
.b001_deco {
	position: absolute;
    bottom: 0;
    left: 3em;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    padding-left: 20em;
	letter-spacing:0;
}
	.b001_deco:after {
		content:'';
		height:3px;
		width: 75%;
		position: absolute;
		bottom:12px;
		left:0;
		background:#fff;
	}
.b001_right {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:17em 0 0 8em;
    width:45%;
	color:#303030;
}
.b001_right h6 {
	color:#303030;
	font-size:66px;
	font-weight: 600;
}
.b001_right span {
	display:block;
	font-size:28px;
	letter-spacing:5px;
	padding:.6em 0;
}
.b001_right p {
	line-height:2;
}
	@media (max-width:1430px) {
		.b001_right {
			padding:13em 2em 0 4em;
			width: 54%;
		}
		.b001_left {
			width:45%;
		}
	}
	@media (max-width:1100px) {
		.b001_left {
			width: 90%;
			z-index:5;
			text-align:right;
		}
		p.b001_top {
			text-align:left;
		}
		.b001_right {
			padding: 9em 2em;
			width: 100%;
		}
		.b001 {
			background:#e8e8e8;
		}
		.b001:before {
			display:none;
		}
	}
	@media (max-width:840px) {
		p.b001_top {
			margin-bottom: 3em;
		}
		.b001_left {
			padding:5em 0 2em 5em;
		}
		.b001_right {
			padding: 6em 2em 4em;
		}
		.b001_right h6 {
			font-size:80px;
		}
	}
	@media (max-width:600px) {
		p.b001_top {
			margin-bottom: 2em;
		}
		.b001_left {
			padding:5em 0 2em 3em;
		}
		.b001_deco {
			left:2em;
		}
		.b001_right h6 {
			font-size:13vmin;
		}
		.b001_right span {
			font-size:25px;
		}
		.b001_right {
			padding: 6em 2em;
		}
	}
	@media (max-width:500px) {
		.b001_left {
			padding:4em 0 2em 3em;
		}
		p.b001_top {
			font-size: 16px;
		}
		p.b001_top:after {
			width: 90px;
			height: 6px;
		}
		.b001_deco {
			padding-left:13em;
			font-size:15px;
		}
		.b001_deco:after {
			width:67%;
			bottom: 9px;
		}
		.b001_right {
			padding: 4em 2em;
		}
	}
	@media (max-width:430px) {
		.b001_left {
			width:95%;
		}
		.b001_right {
			padding:3em 2em;
			background-position-y: 100%;
		}
		.b001_right h6 {
			font-size: 55px;
		}
		.b001_right span {
			font-size: 22px;
		}
	}
	@media (max-width:350px) {
		.b001_deco {
			padding-left: 10em;
		}
		.b001_deco:after {
			width: 58%;
		}
		.b001_left {
			padding:3em 0 1em 2em;
		}
		p.b001_top {
			font-size: 15px;
			margin-bottom: 1em;
		}
		p.b001_top:after {
			width: 85px;
			height: 5px;
		}
		.b001_right span {
			font-size: 20px;
		}
		.b001_right p {
			font-size: 16px;
		}
	}
/***b001 end***/
/***********************/
/***f_item03 start***/
.f_item03 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	padding-bottom:2em;
}
/*title*/
.title {
	width:860px;
	margin:0 auto;
	max-width:100%;
	padding:4em 0;
	position:relative
}
	.title:after {
		content:'';
		width:160px;
		margin:0 auto;
		max-width:100%;
		background:#cabaaa;
		height:1px;
		position:absolute;
		bottom:2em;
		left:50%;
		transform:translateX(-50%);
	}
.title h5 {
	font-size:35px;
	font-weight:700;
	color:#000;
	text-align:center;
}
.title span {
	display:block;
	font-size:16px;
	color:#808080;
	text-align:center;
	padding-bottom:.5em;
}
.title p {
	font-size:16px;
	color:#666666;
	text-align:center;
	padding-top: 2rem;
}
.f_item03 ul {
}
.f_item03 li {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:2em 3em 3em 1em;
	position:relative;
}
.f_item03 img {
	vertical-align:top;
}
.concept {
	display:inline-block;
	vertical-align:top;
	position:relative;
	max-width: 25vw;
	min-width:58%;
	margin:.5em 0 0 1em;
}
.concept b {
	display:block;
	font-size:20px;
	font-weight:700;
	color:#000;
	text-align:left;
}
.concept sup {
	color:#7c7c7c;
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
	font-style:italic;
	line-height:1;
	width: 170px;
    text-align: left;
}
.concept p {
	color:#404040;
	font-size:16px;
	text-align:left;
	padding-top:1em;
}
	@media (max-width:1100px) {
		.f_item03 li {
			padding: 1em 1em 2em 0em;
		}
		.concept sup {
			font-size: 16px;
			width: 140px;
		}
		.f_item03 img {
			display: block;
			margin: 0 auto;
		}
		.concept {
			max-width: 100%;
			min-width: 100%;
			margin: .5em 0 0 0em;
			padding: 0em 1em;
		}
		.concept sup {
			top:.5em;
		}
	}
	@media (max-width:570px) {
		.f_item03 img {
			width:30%;
		}
		.concept b {
			text-align:center;
		}
		.concept p {
			padding-top:.5em;
		}
		.f_item03 li {
			padding: 0em 1em 2em 0em;
		}
		.concept sup {
			position: relative;
			top: 0;
			width: auto;
			font-size: 15px;
			display: block;
			text-align: center;
		}
		.f_item03 {
			padding-bottom: 1em;
		}
	}
	@media (max-width:450px) {
		.title {
			padding: 3em 0;
		}
		.title h5 {
			font-size:30px;
		}
		.title span {
			font-size:15px;
		}
		.f_item03 li {
			padding: 0em 0em 1em 0em;
		}
		.concept {
			padding: 0em .5em;
		}
		.concept b {
			font-size:18px;
		}
	}
	@media (max-width:350px) {
		.f_item03 li {
			width:100%;
		}
		.concept p {
			text-align:center;
		}
	}
/***f_item03 end***/
/*****************************/
/***e001 start***/
.black {
	background:#e8e4de;
}
.e001 .title {
	padding: 4em 0 6em;
}
.e001 .title:after {
	bottom:4em;
}
.e001 .title h5,.e001 .title span,.e001 .title p {
	color:#303030;
}
.e001 .title p {
	text-align:center;
}
/************************/
.e001 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	padding:0em 0 3em;
}
.e001 img:nth-of-type(1) {
	padding-right:15px;
}
.e001 img:nth-of-type(2) {
}
	@media (max-width:1393px) {
		.e001 img:nth-of-type(1) {
			padding-right: 10px;
			width: 35vw;
		}
		.e001 img:nth-of-type(2) {
			width: 52vw;
		}
	}
	@media (max-width:990px) {
		.e001 img:nth-of-type(1) {
			padding-right:7px;
		}
	}
	@media (max-width:800px) {
		.e001 img:nth-of-type(1) {
			padding-right: 0;
			padding-bottom:15px;
			width: 100%;
		}
		.e001 img:nth-of-type(2) {
			width: 100%;
		}
	}
	@media (max-width:500px) {
		.e001 {
			padding:0 0 2em;
		}
		.e001 img:nth-of-type(1) {
			padding-bottom: 5px;
		}
		.e001 .title {
			padding: 4em 0 5em;
		}
	}
	@media (max-width:450px) {
		.e001 .title {
			padding: 3em 0 4em;
		}
		.e001 .title:after {
			bottom: 3em;
		}
	}
/***e001 end***/
/***********************/
/***f_item01 start***/
.f_item01 .title:after {
	display:none;
}
.f_item01 {
	padding-bottom:3em;
}
.f_item01 ul {
	width:1100px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	color:#000;
}
.f_item01 li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:2em 1em 2em;
	position:relative;
}
	.f_item01 li:before {
		content:'';
		background:#fff;
		position:absolute;
		top:0;
		right:0;
		width:1px;
		height:190px;
	}
	.f_item01 li:nth-of-type(3):before {
		display:none;
	}
.f_item01 li span {
	display:block;
	text-align:center;
}
.f_item01 li b {
	line-height:1;
	font-size:48px;
	position:relative;
	font-weight:400;
}
.f_item01 li p {
}
.f_item01 li strong {
	display:block;
	color:#8f857a;
	font-size:20px;
	font-weight:400;
	padding: .2em 0;
}
	@media (max-width:600px) {
		.f_item01 .title {
			padding: 3em 0 2em;
		}
		.f_item01 li {
			padding:1em .5em;
		}
	}
	@media (max-width:500px) {
		.f_item01 li {
			padding: 0em .5em 1em;
			width: 100%;
		}
		.f_item01 li:before {
			top: inherit;
			right: 0;
			width: 100%;
			height: 1px;
			bottom: 0;
		}
		.f_item01 .title {
			padding: 2em 0 1em;
		}
		.f_item01 {
			padding-bottom: 1em;
		}
		.f_item01 li p {
			font-size:16px;
		}
		.f_item01 li strong {
			font-size:18px;
		}
	}
/***f_item01 end***/
/***********************/
/***d001 start***/
.d001 {
	background:#e7e4de;
	position:relative;
}
/*d001_left*/
.d001_left {
	text-align:left;
	padding:20vh 0 0 0;
	width:570px;
	margin:0 auto;
	max-width:90%;
	color:#1c1c1c;
}
.d001_left h6 {
	color:#303030;
	font-size:66px;
	font-weight: 600;
}
.d001_left span {
	display:block;
	font-size:28px;
	letter-spacing:5px;
	padding:.6em 0;
}
.d001_left p {
	line-height:2;
	padding:2em 0 0 0;
}
.d001_btm {
	font-size:15px;
	letter-spacing:1px;
	color:#303030;
	padding-top:33vh;
}
.d001_btm b {
	position:relative;
	height:1px;
	padding-right: 15em;
    margin: 0 5px;
}
	.d001_btm b:after {
		content:'';
		background:#303030;
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		height:1px;
	}
/*d001_right*/
.d001_right {
	padding:0;
}
.d001_slider {
	line-height:0;
}
.d001_s {
	background:#b7a68e;
	text-align:left;
}
.d001_s div {
	padding:0;
}
.d001_s div:nth-of-type(1) {
	padding:3em;
}
.d001_s div p {
	color:#fff;
	font-size:22px;
	line-height:2;
	padding-bottom:2em;
}
.d001_s div span:nth-of-type(1) {
	display:block;
	text-align:left;
	font-size:15px;
	border-bottom:solid 1px #fff;
	color:#fff;
}
.d001_s div span:nth-of-type(2) {
	display:block;
	color:#fff;
	font-size:15px;
	text-align:right;
}
.d001_s div:nth-of-type(2) {
	background:url(../../images/d001_img.jpg) center center no-repeat;
	background-size:cover;
	min-height:390px;
}
	@media (max-width:1600px) {
		.d001_btm {
			padding-top: 22vh;
		}
	}
	@media (max-width:1300px) {
		.d001_left {
			padding: 8vh 0 0 0;
		}
		.d001_s div:nth-of-type(1) {
    padding: 1em;
}
		.d001_btm {
			padding-top: 15vh;
		}
	}
	@media (max-width:1260px) {
		.d001_s div:nth-of-type(1) {
			padding: 2em;
		}
		.d001_s div:nth-of-type(2) {
			min-height:345px;
		}
		.d001_left {
			padding: 6vh 0 0 0;
		}
	}
	@media (max-width:1199px) {
		.d001_left {
			padding: 7em 0 0 0;
		}
		.d001_btm {
			padding: 6em 0 3em;
		}
		.d001_slider {
			background:url(../../images/d001_slide1.jpg) top center no-repeat;
			background-size:cover;
			min-height:650px;
		}
		.d001_slider img {
			display:none;
		}
	}
	@media (max-width:900px) {
		.d001_left {
			padding: 5em 0 0 0;
		}
		.d001_slider {
			min-height:600px;
		}
		.d001_s div:nth-of-type(1) {
			padding: 1.5em;
		}
	}
	@media (max-width:660px) {
		.d001_left h6 {
			font-size:75px;
		}
		.d001_left span {
			font-size:26px;
		}
		.d001_btm b {
			padding-right: 35vw;
		}
		.d001_s div p {
			font-size: 30px;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 270px;
		}
		.d001_slider {
			min-height: 450px;
		}
	}
	@media (max-width:520px) {
		.d001_left {
			padding:4em 0 0 0;
		}
		.d001_left h6 {
			font-size: 65px;
		}
		.d001_left span {
			font-size: 24px;
		}
		.d001_btm {
			padding:5em 0 2em;
		}
		.d001_btm b {
			padding-right: 25vw;
		}
		.d001_s div:nth-of-type(1) {
			padding: 1em;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 240px;
		}
		.d001_slider {
			background:none;
			min-height:auto;
		}
		.d001_slider img {
			display:block;
		}
	}
	@media (max-width:450px) {
		.d001_left h6 {
			font-size:46px;
		}
		.d001_left span {
			font-size:18px;
		}
		.d001_left {
			padding: 3em 0 0 0;
		}
		.d001_left p {
			padding:0;
			font-size:16px;
		}
		.d001_btm {
			font-size:12px;
		}
		.d001_btm b {
			padding-right: 20vw;
		}
		.d001_s div p {
			font-size: 25px;
			line-height: 1.5;
		}
		.d001_s div:nth-of-type(2) {
			min-height: 185px;
		}
		.d001_s div span:nth-of-type(1),.d001_s div span:nth-of-type(2) {
			font-size:14px;
		}
	}
	@media (max-width:360px){
		.d001_s div p {
    font-size: 20px;
}
	}
	@media (max-width:350px) {
		.d001_btm b {
			padding-right: 8vw;
		}
		.d001_left h6 {
			font-size: 42px;
		}
		.d001_left span {
			font-size:18px;
		}
		.d001_btm {
			padding: 3em 0 2em;
		}
	}
/***d001 end***/
/*****************************/
/***inews start***/
.inews {
	background:#ccc;
	text-align:center;
}
/*inews_title*/
.inews_title {
	color:#fff;
	font-size:115px;
	line-height:1.2;
	padding:.7em 1em .5em;
}
.inews_title span {
	display:block;
	text-align:center;
	font-size:30px;
}
.inews_list {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	min-height:300px;
}
.inews_list a {
	color:#fff;
}
.more {
	padding:2em 1em;
}
.more a {
	display:inline-block;
	color:#000;
	position:relative;
	letter-spacing:1px;
	padding:0 .5em;
}
	.more a:before {
		content:'';
		background:#000;
		width:20px;
		height:1px;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		transition:.3s ease all;
	}
	.more a:hover:before {
		width:100%;
	}
	@media (max-width:768px) {
		.inews_title {
			font-size: 90px;
			padding: .5em 1em .5em;
		}
		.inews_title span {
			font-size: 26px;
		}
	}
	@media (max-width:530px) {
		.inews_title {
			font-size: 65px;
		}
		.inews_title span {
			font-size: 22px;
		}
	}
	@media (max-width:450px) {
		.inews_title {
			font-size: 60px;
		}
		.inews_title span {
			font-size: 20px;
		}
		.more {
			padding: 1em 1em;
		}
	}
/***inews end***/
/*****************************/
/***footer***/
footer {
    background: #f2f2f1;
    position: relative;
    z-index: 10;
}

footer .title {
    padding-top: 5.2rem;
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
}
footer .title h2 {
    font-size: 45px;
    color: #303030;
    display: inline-block;
    padding-right: 5.8rem;
}
footer .title h3 {
    font-size: 32px;
    color: #888888;
    font-family: 'Noto Sans TC';
    display: inline-block;
    font-weight: bold;
}
footer .deco {
}
footer .deco span {
    font-size: 15px;
    color: #888888;
    padding-right: 1.2rem;
    display: inline-block;
}
footer .title:after{
	display: none;
}
.ftwrap {
    padding-top: 0rem;
    padding-bottom: 8rem;
    max-width: 1248px;
    margin: 0 auto;
}

@media (max-width:1400px) {}

@media (max-width:1200px) {}
@media screen and (max-width: 1160px) {
footer .title {
        padding-left: 3rem;
    }
}
@media (max-width:991px) {
    .ftwrap {
        padding-left: 2rem;
    }

    .ftlist:nth-of-type(1) {
        margin-right: 2rem;
    }
}

@media (max-width:768px) {}
@media screen and (max-width: 500px) {
footer .title h2 {
        font-size: 40px;
        padding-right: 4.1rem;
    }

footer .title h3 {
        font-size: 27px;
    }
}

@media screen and (max-width: 450px) {
footer .title {
        padding: 5.2rem 0 0 2rem;
    }
}

@media screen and (max-width: 414px) {
footer .title h2 {
        font-size: 33px;

    }

footer .title h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 390px) {
footer .title h2 {
        padding-right: 1.8rem;
    }
}
/*ftlist*/
.ftlist {
    display: inline-block;
    vertical-align: top;
}

.ftlist:nth-of-type(1) {
    width: 60%;
    padding: 0;
    vertical-align: top;
}

.ftlist:nth-of-type(2) {
    width: 35%;
    vertical-align: top;
}

.ftinfo {
    text-align: left;
}

.ftinfo h6 {
    padding-bottom: 4.3rem;
}

.ftinfo ul {
    padding-top: .5em;
}

.ftinfo ul li span {
    position: relative;
    font-size: 16px;
    color: #5b6066;
    font-family: 'Noto Sans TC';
}

.ftinfo ul li span:nth-of-type(1) {
    display: inline-block;
    width: 6%;
    vertical-align: top;
    color: #a7a7a7;
	text-align: center;
}

.ftinfo ul li span:nth-of-type(2) {
    display: inline-block;
    width: 90%;
}

/*ft_link*/
.ft_link {
    margin-top: 5rem;
}

.ft_link a {
    transition: .3s ease all;
    display: inline-block;
}

.ft_link a:nth-of-type(1) {
    margin-bottom: 1rem;
}

.ft_link a:hover {
    opacity: .5;
}

/*website*/
.website {
    line-height: 2;
    margin-top: 3rem;
}

.website a {
    color: #5b6066;
    display: inline-block;
    margin-right: 2.5rem;
}

.website a span {
    font-size: 16px;
    font-family: 'Noto Sans TC';
}

.website a:hover {
    color: #8c6637;
}


.footer_bot {
    max-width: 1248px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4.6rem;
}

/*share*/
.share {
    color: #a7a7a7;
    font-size: 16px;
    display: inline-block;
    width: 24%;
    text-align: left;
}

.share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
}

.share a:hover {
    opacity: .7;
}


/*ftrt*/
.ftrt {
    color: #a7a7a7;    
	font-size: 14px;
    display: inline-block;
    top: 0;
    right: 0;
    width: 75%;
    text-align: right;
    font-family: 'Noto Sans TC';
}

.ftrt a, .ftrt a h1 {
    color: #a7a7a7;
    display: inline-block;
	font-size: 14px;
}

.ftrt a:hover, .ftrt a h1:hover {
    color: #8c6637;
}

.ft_bot {
    background: #b7a68e;
    width: 100%;
    height: 22px;
}

#gotop {
    position: fixed;
    bottom: 13em;
    right: 1em;
    z-index: 50;
    cursor: pointer;
    display: none;
}

#btn {
    position: fixed;
    bottom: 5em;
    right: 1em;
    z-index: 50;
    cursor: pointer;
    display: none;
}

#gotop img,
#btn img {
    -webkit-filter: drop-shadow(5px 0px 5px rgba(17, 8, 8, .5));
    filter: drop-shadow(5px 0px 5px rgba(17, 8, 8, .5));
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

#gotop:hover img,
#btn:hover img {
    transform: translateY(-10px);
}

@media (max-width:1580px) {}

@media (max-width:1440px) {}

@media (max-width:1200px) {}

@media (max-width:991px) {
    .footer_bot {
        padding: 0 1rem 4rem;
    }

    .website a {
        margin-right: 0.5rem;
    }

    #gotop,
    #btn {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .ftwrap {
        padding: 5.2rem 3rem 0;
    }

    .ftlist:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
    }

    .ftlist:nth-of-type(2) {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding: 2rem 0;
        display: block;
    }

    .ftinfo h6 {
        text-align: center;
    }

    .ftinfo ul {
        text-align: left;
        margin: 0 auto;
    }

    .ft_link {
        text-align: center;
    }

    .website {
        text-align: left;
    }

    .share {
        width: 100%;
        text-align: left;
    }

    .ftrt {
        width: 100%;
		text-align: left;
		
    }
}

@media screen and (max-width: 576px) {
    .ftlist:nth-of-type(2) {
        width: 90%;
    }
}

@media (max-width:450px) {
    .ftwrap {
        padding: 5.2rem 1rem 0;
    }
.ftlist:nth-of-type(2) {
    width: 100%;
}
    #gotop,
    #btn {
        width: 50px;
    }

    #gotop {
        bottom: 11em;
    }
}

@media (max-width: 414px) {
    
    .ft_link a {
    width: 40%;
    text-align: center;
}
    .ftlist:nth-of-type(2) {
        width: 100%;
    }
    .footer_bot {
    padding: 0 1rem 7rem;
}
}

@media (max-width: 390px) {}

@media (max-width: 350px) {}

/**/
#about,
#pro {
    transform: translateY(-75px);
}

#con {
    transform: translateY(-78px);
}


@media (max-width:991px) {}

@media (max-width:768px) {
    #con {
        transform: translateY(-60px);
    }

}

@media (max-width:450px) {}




/***map***/


.map {
    position: relative;
    height: 540px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    border: 10px solid #706553;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width:1200px) {}

@media (max-width:991px) {
    .map {
        width: 100%;
    }

}

@media (max-width:768px) {}

@media (max-width:560px) {}

@media (max-width:450px) {
    .map {
        height: 400px;
    }
}

@media (max-width:380px) {}

@media (max-width:350px) {}

/***********************/
/***top***/
#gotop {
	position:fixed;
	bottom:3em;
	right:1em;
	z-index:50;
	cursor:pointer;
	display:none;
}
#gotop i {
	font-size: 40px;
    color:#191818;
	transition:.2s linear;
}
	#gotop:hover i {
		transform:translateY(-5px);
	}
.back {
	position:fixed;
	bottom:6em;
	right:1.2em;
	z-index:10;
	text-align:center;
	display:none;
	line-height:1;
}
.back a {
	color: #F44336;
}
.back a i {
	font-size: 35px;
	transition:.2s linear;
}
.back a p {
	font-weight: bold;
    font-size: 12px;
    letter-spacing: 0px;
}
	.back:hover i {
		transform:translateY(-5px);
	}
	@media (max-width:768px) {
		#gotop {
			bottom:4em;
		}
		.back {
			bottom:6.5em;
		}
	}

/***********************/
.space {
	transform:translateY(-82px);
}
.space2 {
	transform:translateY(-10px);
}
	@media (max-width:840px) {
		.space {
		}
	}
/***********************/
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background:#cabaaa;
    border: solid 1px #303030;
    color:#303030;
    border-radius: 2px;
    font-weight: 400;
    transition: .2s linear;
    padding: 0em 1em;
    height: auto;
    line-height: 2;
	font-size:16px;
	margin:5px;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:#655749;
    color: #ffffff;
}
.table-responsive {
	border:0;
	margin:10px 0;
}
/***news*************************************************************************************************/
.news {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	padding:6em 0 3em;
	color:#000;
	font-size:16px;
}
.newslist {
	min-height:300px;
	text-align:center;
}
.newslist table .h1,.newslist table .h2,.newslist table .h3,.newslist table .h4,.newslist table .h5,.newslist table .h6,.newslist table h1
,.newslist table h2,.newslist table h3,.newslist table h4,.newslist table h5,.newslist table h6 {
	line-height: normal;
}
/***newslist_rwd***/
.newslist_rwd {
	padding-bottom: 1em;
    text-align: left;
   padding: 0em 1em 1em;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
	text-align:center;
}
/*npic*/
.npic {
	position: relative;
    width:300px;
    min-height:300px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	clip-path: circle(50% at 50% 50%);
	-webkit-clip-path: circle(50% at 50% 50%);
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
}
	.newslist_rwd a:hover .npic {
		transform:translateY(-5px);
	}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin:1em 0 .5em 0;
	width: 100%;
    padding:0;
	display:inline-block;
	vertical-align:top;
}
.inews .ntitle p {
	color: #fff;
}
.ntitle p {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 18px;
    margin: 0em 0 0em;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
	line-height:1.3;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle span {
    text-align: left;
    padding: 0 3px;
    font-size: 16px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition:.2s ease all;
}
.ntitle b {
	color: #adadad;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}
	.newslist_rwd a:hover .ntitle span {
		color:#d0771c;
	}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
	@media(max-width:1080px) {
		.npic {
			min-height: 250px;
			width: 250px;
		}
	}
	@media(max-width:600px) {
		.npic {
			min-height: 200px;
			width: 200px;
		}
		.newslist_rwd {
			text-align: left;
			padding: 0em .5em 1em;
		}
		.news {
			padding: 3em 0 1em;
		}
	}
	@media(max-width:500px) {
		.npic {
			min-height: 160px;
			width: 160px;
		}
		.ntitle p {
			font-size:16px;
		}
		.ntitle {
			margin: .2em 0;
		}
		.news {
			padding: 2em 0 1em;
		}
	}
	@media(max-width:380px) {
		.npic {
			min-height: 140px;
			width: 140px;
		}
	}
	@media(max-width:350px) {
		.npic {
			min-height: 120px;
			width: 120px;
		}
	}
/***inbanner***/
.inbanner {
	background:url(../../images/inbanner.jpg) top center no-repeat;
	background-size:cover;
	min-height:598px;
	position:relative;
}
.intitle {
	width:auto;
	margin:0 auto;
	max-width:90%;
	color:#303030;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.intitle p {
	font-size:85px;
	line-height:1;
	text-align:right;
}
.intitle sub {
	font-size:26px;
	position:relative;
	line-height:1;
	bottom: 0;
    display: block;
	padding-left: .2em;
}
	.intitle sub:before {
		content:'';
		background:#fff;
		width:40%;
		height:1px;
		position:absolute;
		top:50%;
		right:0;
	}
.intitle span {
	display:block;
	text-align:right;
	font-style:italic;
	letter-spacing:1px;
	font-size: 14px;
}
	@media(max-width:1200px) {
		.inbanner {
			min-height: 475px;
		}
	}
	@media(max-width:900px) {
		.intitle p {
			font-size:65px;
		}
		.intitle sub {
			font-size:24px;
		}
		.intitle {
			top:60%;
		}
		.inbanner {
			min-height: 350px;
		}
	}
	@media(max-width:600px) {
		.intitle p {
			font-size: 65px;
		}
		.intitle sub {
			font-size: 18px;
		}
		.intitle sub:before {
			width:40%;
		}
		.intitle span {
			font-size:12px;
		}
		.inbanner {
			min-height: 300px;
		}
	}
	@media(max-width:450px) {
		.intitle sub {
			font-size: 16px;
		}
	}
/***scroll***/
.scroll {
	position: absolute;
    text-align: center;
    left: 17.6%;
    bottom: 12em;
	z-index:5;
}
.scroll a {
	background:rgba(255,255,255,.5);
	border-radius:100%;
	width:100px;
	height:100px;
	position:relative;
}
	.scroll a:before {
		content:'';
		background:rgba(255,255,255,.3);
		width:100px;
		height:100px;
		position:absolute;
		top:0%;
		left:0%;
		opacity:0;
		transition:2s linear;
		border-radius:100%;
		z-index:-1;
		transform-origin:center center;
	} 
	.scroll a:hover:before {
		animation:circle .6s ease-in;
	}
		@keyframes circle {
			0% {
				transform:scale(1);
				opacity:0;
			}
			20% {
				opacity:.6;
			}
			100% {
				transform:scale(1.2);
				opacity:0;
			}
		}
.scroll span {
	color:#222221;
	font-size:18px;
	letter-spacing:0px;
	padding: 2em 0 0 0;
    display: block;
}
.scroll img {
	animation:enter 1s infinite alternate;
}
	@keyframes enter {
		0% {
			transform:translateY(-5px);
		}
		100% {
			transform:translateY(15px);
		}
	}
	@media(max-width:1260px) {
		.scroll {
			left:6%;
		}
		.scroll a,.scroll a:before {
			width:90px;
			height:90px;
		}
		.scroll span {
			font-size:16px;
		}
	}
	@media(max-width:990px) {
		.scroll {
			display:none;
		}
	}
	.hasyTc {
		color: #fff !important;
		font-size: 0px !important;
		display: none !important;
	}
/***service***/
.service_tit p {
    white-space: nowrap;
    letter-spacing: 0px;
}
.service_block {
	text-align: center;
}
.service {
	/*border-top: solid 24px #000;*/
	padding-bottom: 2em;
}
.charge {
	border-top: solid 24px #ccb99b;
	background: rgba(204,185,155,.25);
}
.ser_tit {
	position: relative;
	padding: 2em 1em;
}
.ser_tit:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.charge .ser_tit:before {
	border-color: #ccb99b transparent transparent transparent;
}
.ser_tit p {
	font-size: 36px;
	font-weight: 900;
	color: #000;
}
.ser_tit span {
	display: block;
	color: #404040;
	letter-spacing: 1px;	
}
.ser_items{
	color:#333;
	font-size: 20px;
	padding-left: 2rem;
	text-align:left;
}
.ser_items ul{
}
.ser_items ul li{
	display:inline-block;
	padding:1rem;
	width: 19%;
}
.ser_items ul li img{
	padding-right:14px;
}
/*ser_wrap*/
.ser_wrap {
	width: 1700px;
	max-width:90%;
	margin: 0 auto;
	text-align: left;
	padding-left: 4em;
}
/*step*/
.step {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding: 1em;
	text-align: left;
	min-height: 170px;
	position: relative;
	margin: 2em 0;
}
.number {
	display: inline-block;
	vertical-align: top;
	color: #d2c1a6;
	min-height: 170px;
	position: absolute;
	top: 0;
	left: 0;
}
.number:after {
	content: "";
	background: #d2c1a6;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: -1;
}
.number span {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: solid 1px #d2c1a6;
	font-size: 16px;
	font-style: italic;
	display: block;
	padding: 14px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	background: #fff;
}
.number b {
	font-size: 45px;
	position: relative;
	line-height: 1;
}
.step_list {
	color: #000;
    padding: .5em 0em 0em 4em;
}
.step_list h6 {
	font-size: 26px;
}
.step_list h6 img {
	vertical-align: bottom;
}
.step_list h6 sub {
	font-size: 16px;
	color: #cabaaa;
	display: inline-block;
	bottom: 0;
	position:relative;
	line-height: 1;
}
.step_list ul {
	padding: 1em 0;
}
.step_list li {
	position: relative;
	color: #404040;
	padding: .1em 0 .1em .7em;
}
.step_list li:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background: #404040;
	position: absolute;
	top: 13px;
	left: 0;
}
.charge_list {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: relative;
	padding: .5em 1em 1em 1em;
	margin: 2em 0;
}
.charge_list:after {
	content: "";
	width: 80%;
	height: 1px;
	background: #ccb99b;
	position: absolute;
	left: 0;
	bottom: 0;
}
.char_tit {
	position:relative;
}
.char_tit p {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
.char_tit:after {
	content: "";
	background: #ccb99b;
	width: 154px;
	height: 10px;
	position: absolute;
	top: 11px;
    left: 6em;
}
@media(max-width:1280px) {
	.step {
    width: 32%;
}
}
@media(max-width:991px) {
	.step {
    width: 48%;
}
}
@media(max-width:840px) {
	.ser_items {
    padding-left: 0;
    max-width: 90%;
    margin: 0 auto;
}
	.ser_items ul li {
    width: 24%;
}
}
@media(max-width:768px) {
	.service_tit p {
		font-size: 75px;
	}
	.step,.charge_list {
		margin:.5em 0;
		width: 100%;
	}
}
@media(max-width:720px) {
	.ser_items ul li {
    width: 32%;
}
}
@media(max-width:670px) {
	.service_tit p {
		font-size: 10vmin;
	}
}
@media(max-width:550px) {
	.ser_wrap {
		padding-left: 1em;
	}
	.service_tit p {
		text-align: center;
	}
	.ser_items ul li {
    width: 48%;
}
	.charge_list:after {
		width: 90%;
	}
}
@media(max-width:450px) {
	.ser_tit {
		padding: 2em 1em 1em;
	}
	.ser_wrap {
		padding-left: 0em;
	}
	.step_list {
		padding: 0em 0em 0em 4em;
	}
	.charge_list {
		padding: .5em 0em 0em 1em;
	}
	.step {
		padding:.5em 0 0 1em;
	}
	.charge_list:after {
		width: 100%;
	}
	.intitle sub:before {
		width: 28%;
	}
	.step_list h6 {
		font-size: 23px;
	}
}
@media(max-width:380px) {
	.intitle sub:before {
		width: 29%;
	}
}
@media(max-width:360px) {
	.ser_items {
    max-width: 95%;
	font-size: 16px;
}
}
@media(max-width:350px) {
	.intitle sub:before {
		width: 19%;
	}
	.number {
		top: 0;
		left: 0;
		width: 100%;
		min-height: auto;
		position: relative;
	}
	.number:after {
		width: 100%;
		height: 1px;
		bottom: 50%;
		left: 0;
	}
	.step_list {
		padding: .5em 0em 0em 1em;
	}
	.step {
		padding: .5em 0 0 0em;
		margin: 0;
	}
	.charge_list {
		padding: .5em 0em 0em .5em;
		margin: 0;
	}
}
@media(max-width:300px) {
	.ser_items {
    max-width: 98%;
}
}
/*---location-------------------------------------------------------------------------------------------------------------------*/
.locbg{
	background:rgba(204,185,155,.25);
}
.location {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	padding:7em 0 10em;
}
/***loc***/
.loc {
	padding:1em 0;
	text-align:left;
	position:relative;
	border-bottom:dashed 1px #000;
}

/*loc_info*/
.loc_info {
	display:inline-block;
	vertical-align:top;
	width:46%;
	padding:3em 0 1em 2em;
}
.loc_title {
	display:inline-block;
	vertical-align:bottom;
	min-width:195px;
}
.loc_title img {
	vertical-align:top;
}
.loc_title h4 {
	color:#cabaaa;
	font-size:25px;
	font-weight:500;
	display:inline-block;
	vertical-align:top;
	padding:0 .2em;
}
.loc_info a {
	color:#639a21;
}
	.loc_info a:hover {
		color:#e77455;
	}
/*loc_area*/
.loc_area {
	display:inline-block;
	vertical-align:bottom;
	color:#9fa0a0;
	position: absolute;
    right: 0;
    top: 2.5em;
	font-size:25px;
	text-align:right;
	font-weight:500;
	line-height:1;
}
	.loc_area:after {
		content:'';
		position:absolute;
		bottom:0;
		left: 0;
	    width: 100%;
		height:1px;
		background:#9fa0a0;
	}
.loc_area sup {
	font-size:14px;
	right: 0;
    top:-.5em;
    display: block;
	font-weight:300;
}
.loc_info ul {
}
.loc_info li {
	position:relative;
	margin:1em 0;
	color: #555;
}
.loc_info li img {
	position:absolute;
	top:0;
	left:0;
}
.loc_info p {
	display:inline-block;
	vertical-align:top;
	border-bottom:dashed 1px #a0a0a0;
	width:100%;
	margin: 0 0 0 2em;
	line-height:1.5;
	padding-bottom:.3em;
}
.loc_info li span {
	font-size:25px;
	font-weight:500;
	line-height:1;
}
	.loc_info li:last-of-type p {
		border:0;
	}
	@media screen and (max-width:975px) {
		.loc_area:after {
			left: -2em;
			width: 50%;
		}
	}
	@media screen and (max-width:850px) {
		.loc_area:after {
			left: -1em;
			width: 25%;
		}
	}
	@media screen and (max-width:790px) {
		
		.loc_info {
			width: 100%;
			padding: 2em 0 0em 0em;
			position:relative;
		}
		.loc {
			padding: 2em 0 1em;
		}
		.loc_info p {
			width:93%;
		}
		.loc_area {
			top:1.5em;
		}
		.loc_area:after {
			left:-150px;
			width:150px;
		}
	}
	@media screen and (max-width:510px) {
		.location {
			padding: 4em 0 7em;
		}
		
		.loc_area:after {
			left: -100px;
			width: 100px;
		}
	}
	@media screen and (max-width:430px) {
		.loc_area:after {
			left: -12vw;
			width: 12vw;
		}
		.loc_info li span {
			font-size:22px;
		}
	}
	@media screen and (max-width:380px) {
		.loc_area:after {
			left: -5vw;
			width: 5vw;
		}
	}
	@media screen and (max-width:350px) {
		.loc_title h4 {
			font-size:23px;
		}
		.loc_info li span {
			font-size:20px;
		}
		.loc_area {
			font-size:20px;
		}
		.loc_area sup {
			font-size:12px;
		}
		.loc_area {
			top: 2em;
		}
		.loc_area:after {
			left: -3vw;
			width: 3vw;
		}
		
	}
#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
	transform:translateY(-100px);
}
	@media screen and (max-width:1080px) {
		#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
			transform:translateY(-90px);
		}
	}
	@media screen and (max-width:430px) {
		#loc1,#loc2,#loc3,#loc4,#loc5,#loc6,#loc7,#loc8,#loc9,#loc10,#loc11 {
			transform:translateY(-80px);
		}
	}
/*ft_loc*/
ul.ft_loc {
}
ul.ft_loc p {
	display:block;
	vertical-align:middle;
	padding-right:1em;
}
ul.ft_loc p img {
	width: 40px;
    margin-right: -14px;
}
ul.ft_loc li {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width: 30%;
    padding: 0.5em;
}
ul.ft_loc a {
	border:solid 2px #cabaaa;
	border-radius:100px;
	transition:.3s ease all;
}
	ul.ft_loc a:hover {
		background:#cabaaa;
	}
	
/*medal	*/
	
.medal{
    position: relative;
}
.medal .med_title{
    text-align: center;
    margin: 0 auto;
}

.container{
	width: 1300px;
	max-width: 100%;
    margin: 0 auto;
    padding-bottom: 3em;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider h3{
	color: #000;
	font-size: 15px;
	text-align: center;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media screen and (max-width:450px){
	.slick-initialized .slick-slide {
    text-align: center;
}
}