@charset "utf-8";

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	scroll-behavior: smooth;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: "canada-type-gibson", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC';
	font-style: normal;
	color: #666;
	margin: 0px;
	line-height: 170%;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	letter-spacing: 1px;
	width: 100%;
}


.txt_en {
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.15em;
}



.div_clear {
	clear: both;
}









/*文字反選顏色*/

::selection {
	background: #bf9d5b;
	color: #fff;
}

::-moz-selection {
	background: #bf9d5b;
	color: #fff;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}







/*提示語*/

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

a p {
	color: #666;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 0.70;
}

a:hover p {
	color: #666;
}


.btn:hover,
button:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 1
}


.body_no {
	overflow: hidden;
}




.mb,
.mb_b,
.mb_550,
.mb_414,
.mb_390,
.mb_375,
.mb_360,
.mb_320,
.div_close {
	display: none!important;
}






/*通用全站都有的寫法-會影響到手機版輪播*/

@media (min-width: 811px) {
	*:link,
	*:visited,
	*:hover,
	*:active,
	*:focus {
		-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear, padding .15s linear, filter .15s linear, opacity .15s linear, transform .15s linear;
		transition: color .25s linear, background-color .25s linear, border-color .25s linear, padding .15s linear, filter .15s linear, opacity .15s linear, transform .15s linear;
	}
}

.h1_no {
	font-size: 1px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: alpha(opacity=0);
	opacity: 0;
	pointer-events: none;
}

body,
input,
select,
textarea {
	font-size: 18px;
}

.h1 {
	color: #79591b;
	font-size: 36px;
	letter-spacing: 3px;
}

.h1 span,
.tit span {
	display: block;
	text-align: center;
	font-size: 14px;

	letter-spacing: 1px;
	line-height: 150%;
	font-weight: normal;
}

.h1 span,
.tit span {
	color: #666;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

h2,
.h1,
.txt_36 {
	font-size: 36px;
	line-height: 150%;
}

h3,
.txt_30 {
	font-size: 30px;
	line-height: 150%;
	color: #232323
}

h4,
.txt_24 {
	font-size: 24px;
	line-height: 150%;
	color: #232323
}

.txt_20 {
	font-size: 20px;
}

.txt_18 {
	font-size: 18px;
}

.txt_16 {
	font-size: 16px;
}

.txt_14,
footer p {
	font-size: 14px;
}

.txt_40 {
	font-size: 40px;
	line-height: 150%;
}

.txt_50 {
	font-size: 50px;
	line-height: 150%;
}






/*文字顏色、字體大小*/


/*黑*/

.c_b {
	color: #000
}






/*白*/

.c_w {
	color: #fff
}






/*金*/

.c_gd,
h2.tit {
	color: #bf9d5b;
}





/*紅*/

.c_r,
.table_form aside {
	color: #b10202;
}






/*灰*/

.c_gy {
	color: #333;
}

.c_gy2 {
	color: #999;
}






/*主標*/

.tit {
	margin-bottom: 60px;
	text-align: center;
	display: block;
}

.TIT {
	text-align: center;
	padding: 3%;
}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}



@media (max-width: 1366px) {
	body,
	input,
	select,
	textarea {
		font-size: 16px
	}

	.txt_40 {
		font-size: 36px;
	}
	.txt_50 {
		font-size: 46px;
	}
	h2,
	.h1,
	.txt_36 {
		font-size: 32px;
	}

	h3,
	.txt_30,
	.tit2 {
		font-size: 26px;
	}

	h4,
	.txt_24 {
		font-size: 20px;
	}
	.txt_20 {
		font-size: 18px;
	}
	.txt_18 {
		font-size: 16px;
	}
	.txt_16,
	.footerR li>a {
		font-size: 14px;
	}

	.txt_14,
	footer p {
		font-size: 11px;
	}
	.tit2 {
		padding: 20px;
	}
}


@media (max-width: 810px) {
	body,
	input,
	select,
	textarea {
		font-size: 18px
	}


	h2,
	.h1,
	.txt_36,
	.txt_50 {
		font-size: 30px;
	}
	.txt_40 {
		font-size: 34px;
	}

	h3,
	.txt_30 {
		font-size: 24px;
	}

	h4,
	.txt_24 {
		font-size: 22px;
	}
	.txt_20 {
		font-size: 20px;
	}
	.txt_18 {
		font-size: 18px;
	}
	.txt_16 {
		font-size: 16px;
	}

	.txt_14,
	footer p {
		font-size: 13px;
	}
}

@media (max-width: 550px) {
	body,
	input,
	select,
	textarea {
		font-size: 17px;
	}
	h1,
	h2,
	h3,
	h4,
	p,
	ol li,
	select,
	td,
	button[type="submit"],
	button[type="reset"] {
		font-weight: bold;
	}
	.tit2 {
		font-size: 30px;
	}
	h2,
	.h1,
	.txt_36,
	.txt_50 {
		font-size: 30px;
	}
	h3,
	.txt_30,
	.guide_lineBTN h2 {
		font-size: 22px;
	}
	.txt_20 {
		font-size: 19px;
	}
	.txt_16 .Copyright {
		font-size: 14px;
	}
	.txt_14,
	footer p {
		font-size: 12px;
	}
}


@media (max-width: 390px) {
	body,
	input,
	select,
	textarea {
		font-size: 16px;
	}
	.txt_20 {
		font-size: 18px;
	}


	h2,
	.h1,
	.txt_36,
	.txt_50 {
		font-size: 28px;
	}
	.txt_40 {
		font-size: 32px;
	}

	h3,
	.txt_30 {
		font-size: 23px;
	}

	h4,
	.txt_24 {
		font-size: 21px;
	}
}

@media (max-width: 360px) {
	body,
	input,
	select,
	textarea {
		font-size: 15px;
	}
	.txt_20 {
		font-size: 17px;
	}

	h2,
	.h1,
	.txt_36,
	.txt_50 {
		font-size: 27px;
	}
	.txt_40 {
		font-size: 33px;
	}

	h3,
	.txt_30 {
		font-size: 22px;
	}

	h4,
	.txt_24 {
		font-size: 20px;
	}
}

@media (max-width: 320px) {
	h2,
	.h1,
	.txt_36,
	.txt_50 {
		font-size: 25px;
	}
}

.div_clear {
	clear: both;
}

.div_block {
	display: block;
	margin-left: auto;
	margin-right: auto
}


@media (min-width: 768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
	}
}










/*選單樣式*/

.btn,
button[type="submit"],
button[type="reset"],
.btn_submit {
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-top-style: none;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	border: 1px none #bf9d5b;
	background-color: #bf9d5b;
	-webkit-transition: 500ms;
	transition: 500ms;
	border-radius: 5px;
}

.btn,
button[type="submit"],
.btn_submit {
	border: 1px solid #bf9d5b;
}

.btn h4 {
	color: #fff;
	margin: 0!important;
}

button[type="submit"],
button[type="reset"],
.btn_submit {
	width: 45%;
	max-width: 200px;
	margin: 0 10px;
	color: #fff;
	padding-top: 10px;
}

button[type="reset"] {
	background-color: #999999;
	border: 1px solid #999999;
}

button[type="reset"]:hover {
	color: #999;
	background-color: #fff;
}

.btn:hover,
button[type="submit"]:hover,
.btn_submit:hover,
.index_list li a:hover .btn {
	color: #bf9d5b;
	background-color: #fff;
}

.btn_one,
button[type="submit"].btn_one {
	display: block;
	width: 70%;
	max-width: 200px;
	margin: 20px auto;
}

.btn_g {
	border: 1px solid #ccc;
	background-color: #ccc;
}

select,
input,
textarea {
	font-family: "canada-type-gibson", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC';
	-webkit-transition: 500ms;
	transition: 500ms;
}


input {
	-webkit-appearance: none;
}

input[type="text"],
select,
textarea,
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(204, 210, 196, 0.6);
	background: #fff;
	letter-spacing: 0.1em;
	color: #58534a;
	padding: 0;
	width: 100%;
}

input:focus,
select:focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}

input[type="text"],
select,
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"] {
	height: 50px;
}



select {
	font-family: "canada-type-gibson", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC';
	-moz-appearance: none;
	background-image: url(../images/select.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px;
	background-color: #FFF;
	padding-right: 25px;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

label {
	display: inline-block;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 0px;
}

input[type="checkbox"]+label,
input[type="radio"]+label:before {
	margin-right: 10px;
	vertical-align: middle;
	border: 1px solid #bf9d5b;
	;
	background-size: 100%;
	border-radius: 0px;
	background-color: #FFF;
}

input[type="radio"]+label:before {
	display: inline-block;
	content: "";
	border-radius: 500px;
}

input[type="checkbox"]+label,
input[type="radio"]+label:before {
	width: 25px;
	height: 25px;
}

input[type="radio"]:checked+label,
input[type="radio"]:checked+label:hover,
input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label:hover {

	background-repeat: no-repeat;
	background-position: center center;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label:hover {
	background-image: url(../images/Arrow_ok.svg);
}

input[type="radio"]:checked+label:before,
input[type="radio"]:checked+label:hover:before {
	background-image: url(../images/Arrow_ok2.svg);
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	overflow: visible;
}




.input_no {
	background-color: #efefef!important;
	cursor: default;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus {
	border-bottom: 2px solid rgba(191, 157, 91, 0.7);
}




@media (max-width: 1366px) and (min-width: 801px) {

	input[type="text"],
	select,
	input[type="number"],
	input[type="password"],
	input[type="email"],
	input[type="date"] {
		height: 40px;
	}

	.btn_arrow img {
		height: 15px;
		margin-top: 0px!important;
	}
	select {
		background-size: 30px;
		padding-right: 35px;
	}
}

@media (max-width: 810px) {
	.tit {
		margin-bottom: 50px
	}
}

@media (max-width: 550px) {

	.tit {
		margin-bottom: 35px
	}
	input[type="text"],
	select,
	textarea,
	input[type="number"],
	input[type="password"],
	input[type="email"],
	input[type="date"] {
		border-bottom: 1px solid rgba(204, 210, 196, 0.6);
	}
}


@media (max-width: 320px) {
	.btn,
	button[type="submit"],
	button[type="reset"],
	.btn_submit {
		padding: 8px 10px;
	}
}






/*箭頭按鈕*/

.btn_arrow {
	width: 70px;
	margin-left: 5px
}

.btn_arrow img {
	width: 100%;
	display: block;
}

@media (max-width: 1360px) {
	.btn_arrow {
		width: 60px;
	}
}

@media (max-width: 550px) {
	.btn_arrow {
		width: 50px;
	}
}

.btn_arrow_down {
	margin: 3% 0;
}

.btn_arrow_down img {
	display: block;
	width: 50px;
	margin: 0 auto;
	-webkit-animation: moveArrow 2s infinite ease;
	animation: moveArrow 2s infinite ease;
}

@-webkit-keyframes moveArrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	40% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes moveArrow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	40% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}






/*箭頭滑過*/

a .btn_arrow,
a.btn_arrow {
	-webkit-transition: 500ms;
	transition: 500ms;
}

a:hover .btn_arrow,
a:hover.btn_arrow {
	transform: translateX(10px);
	-webkit-transition: 500ms;
	transition: 500ms;
}






/*表格樣式////////////////////////////////////////////////////////////*/

.table_style th,
.table_style td {
	padding: 5px 10px;
	border: 1px solid #fff;
	border-collapse: collapse;
}

.table_style td {
	background-color: #f1f1f1
}

.table_style tr:nth-of-type(odd) td {
	background-color: #f9f9f9
}

.table_style th {
	background-color: #b9b8b8;
	line-height: 130%;
	color: #fff;
}


.table_style_center th,
.table_style_center td {
	text-align: center;
}
















/*表單樣式////////////////////////////////////////////////////////////*/

.table_form {
	position: relative;
}

.table_form_main {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.table_form aside {
	display: inline-block;
}

.table_form li {
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	display: block;
	text-align: center;
}

.table_form li:last-child {
	padding-bottom: 10px;
}

.table_form li.active input[type="text"],
.table_form li.active input[type="password"],
.table_form li.active select,
.table_form li.active textarea {
	background-color: #eeecec;
	pointer-events: none;
}

.table_form p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
}

.table_form dl {
	width: 100%;
	display: table;
	margin-left: auto;
	margin-right: auto
}

.table_form dt {
	color: #333;
	font-weight: bold;
}

.table_form dt,
.table_form dd {
	display: block;
	text-align: left;
	position: relative;
}

.table_form dd span {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.table_form dd label {
	margin-left: 10px
}

.table_form dd label:nth-of-type(1) {
	margin-left: 0px
}

.table_form dt {
	margin-bottom: 0px;
}


.table_form table {
	margin-left: auto;
	margin-right: auto;
}

.table_form table td {
	padding-left: 5px;
	padding-right: 5px;
}

.table_form_checkbox {
	position: relative;
	padding-left: 35px;
	position: relative;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}

.table_form_checkbox label {
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1
}


.form_phone select {
	width: 80px;
	margin-right: 20px;
}

.form_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.form_padding {
	padding-top: 10px;
}

.form-captcha {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-captcha input {
	width: 54%;
}

.captcha-refreshbtn {
	float: left;
	width: 11%;
	height: 38px;
	line-height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: url(../images/iconRefresh.png) no-repeat center;
	background-size: 16px;
	cursor: pointer;
}

.captcha-img {
	width: 35%;
}

.captcha-img img {
	display: block;
	width: 100%;
}

.error p {
	color: #b10202;
}

.error input,
.error select {
	border-bottom: 2px solid #b10202;
}

@media (min-width: 1025px) {
	.table_form .form_two {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}
	.table_form .form_two dl {
		margin: 0
	}
	.table_form .form_two dl:nth-of-type(1) {
		width: 40%;
	}
	.table_form .form_two dl:nth-of-type(2) {
		width: 55%;
	}
}

@media (max-width: 1024px) {
	.table_form .form_two dl:nth-of-type(2) {
		margin-top: 50px;
	}
	.form_phone select {
		width: 110px;
	}
}

@media (max-width: 550px) {
	.form_btn {
		margin: 25px 0;
	}
	.table_form dl {
		margin-bottom: 0px
	}
	.table_form .form_two dl:nth-of-type(2) {
		margin-top: 30px;
	}
}















/*popup*/

.popup {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	background-color: rgba(238, 238, 238, 0.8);
	text-align: center;
	left: 0;
	top: 0;
	padding: 5%;
}

textarea {
	height: 150px;
	border: 1px solid #D9D9D9;
	padding: 10px;
	margin-bottom: 20px;
}

.popup>div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popupBG {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.popup_close {
	cursor: pointer;
}

.popupMain {
	width: 90%;
	display: inline-block;
	max-width: 800px;
	background-color: #fff;
	position: relative;
	padding: .5%;
	z-index: 2;
	text-align: left;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.popup_closeBtn {
	display: block;
	position: absolute;
	right: 5%;
	top: 7%;
	z-index: 1;
	width: 45px
}

.popup .tit {
	margin-bottom: 35px;
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}

.popup.open {
	display: block;
}

.popup_form {
	width: 100%;
	margin: 0 auto;
}

.popup_form_double {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.popup_form_double li {
	width: 45%;
	text-align: left;
}

.popup_body {
	padding: 35px 5% 5% 5%;
	position: relative;
}

.popup .btn.popup_close {
	min-width: 200px;
}

.popup_wrapper1,
.popup_wrapper2,
.popup_wrapper3 {
	display: none;
}

.popup_wrapper1.open,
.popup_wrapper2.open,
.popup_wrapper3.open {
	display: block;
}

.popup_body>div {

	width: 100%;
	padding: 3% 5%
}

.popup_closeBtn img {
	width: 100%
}





.popup p {
	text-align: left;
}

.popup.open,
.popupBG.open {
	display: block;
}


.form_upload {
	position: relative;
	text-align: center;
	padding: 5px 0;
	width: 45%;
	background: #D9D9D9;
	margin-bottom: 30px;
}

.popup .form_upload p {
	text-align: center;
	margin-bottom: 0;
}

.form_upload img {
	width: 85px;
}

.form_upload input[type="file"] {
	width: 100%;
	filter: alpha(opacity:0);
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	cursor: pointer;
}

.upload_photo_close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.upload_photo_close img {
	width: 35px;
}

.upload_photo {
	position: relative;
	margin-bottom: 30px
}


.upload_photo>img {
	display: block;
	width: 100%;
}


.popup_form li {
	margin-bottom: 20px;
}

.popup_member_txt {
	text-align: left;
	margin-bottom: 30px;
}

.popup_member_txt img {
	width: 100%
}

.memory_popup .popup_closeBtn {
	top: 20px;
	right: 20px;
}

.memory_popup {
	overflow-y: scroll;
}

.popup_form p {
	margin-bottom: 0;
}

.memory_popup .btn {
	width: 100%;
}

.popup_member_txt img {
	margin-bottom: 20px;
}

.memory_popup .btn_g {
	margin-top: 10px;
}

@media (min-width: 551px) {
	.popup_form_double_pc {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.popup_form_double_pc li {
		width: 45%;
		text-align: left;
	}
}

@media (max-width: 810px) {
	.popupMain {
		padding: 0 2% 2% 2%;
	}
	.popup_body>div {
		padding: 30px 0 30px 0
	}
	.memory_popup .popup_closeBtn {
		top: 10px;
		right: 0;
	}
	.popup_closeBtn {
		right: 5%;
		top: 20px;
	}
	.popup_body>div {
		padding: 10px 0;
	}
}

@media (max-width: 550px) {

	.popup_body>div p br {
		display: inline-block;
	}
	.popup .tit {
		margin-bottom: 25px;
	}
	.popup {
		padding: 5% 0;
	}
	.popup_body {
		padding: 5%;
	}
	.popup .tit {
		margin-bottom: 25px;
	}
}

@media (max-width: 320px) {
	.popupMain {
		padding: 0
	}
}

















/*大框架*/

section {
	position: relative;
}

.section {
	padding-bottom: 5%;
}

.section,
.section_cnt {
	width: 100%;
	display: block;
	position: relative;
	overflow-x: hidden;
}

.section_cnt {
	margin-bottom: 5%;
}

.main,
.main2,
.main3,
.main4 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	z-index: 2
}

.main {
	width: 90%;
	max-width: 1436px;
}

.main2 {
	width: 90%;
	max-width: 1100px;
}

.main4 {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1270px;
}

.main3 {
	width: 95%;
}

.bg,
.main_page:before,
.main_page2 {
	background-repeat: repeat;
	background-position: top center;
	background-size: 100%;
}

.bg,
.main_page:before {
	background-image: url(../images/bg.jpg);
}

.main_page2 {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}

.main_page,
.main_page2 {
	padding-top: 4%;
	position: relative;
}

.main_page:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 700px;
	z-index: -1;
	left: 0;
	top: 0;
}



.page_content {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	position: relative;
	padding: 8% 0;
}



@media (max-width: 1440px) and (min-width: 1281px) {
	.main {
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.main3 {
		width: 100%;
	}
}

@media (max-width: 810px) {
	.main_page,
	.main_page2 {
		padding-top: 8%;
	}
	.main_page:before {
		height: 400px;
	}
}


@media (max-width: 550px) {
	.section_cnt {
		margin-bottom: 10%;
	}
	.main_page:before {
		height: 350px;
	}
	.main_page,
	.main_page2 {
		padding-top: 10%;
	}
	.page_content .main2 {
		width: 85%;
	}
}














/*列表*/

.menu_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_list li {
	position: relative;
}

.menu_list2,
.menu_list2 li,
.menu_list3 li {
	display: inline-block;
}

.menu_list3 {
	display: block;
}

.menu_list a {
	padding: 5px 15px;
}

.menu_list li:before {
	content: "";
	position: absolute;
	width: .5px;
	height: 30%;
	top: 25%;
	background-color: #a2a2a2;
	left: -1px
}

.menu_list3 li:before {
	top: 35%;
}

.menu_list li:nth-child(1):before {
	display: none;
}

@media (max-width:550px) {
	.menu_list li:before {
		top: 35%;
	}
}






/*header*/

header {
	background-color: #bf9d5b;
	padding: 0 5%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header img {
	display: block;
	width: 120px;
	margin: 10px 0;
}

.sign-out {
	display: flex;
	align-items: center;
	justify-content: space-between;
	    padding-top: 3px;
}

.sign-out .inquiry_submit {
	background-color: #fff;
	color: #bf9d5b;
	cursor: pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top-style: none;
    text-align: center;
    padding: 3px 15px 0;
    display: inline-block;
    border: 1px none #bf9d5b;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 5px;
}

.sign-out p {
	margin-bottom: 0;
	margin-right: 10px;
	color: #fff;
	padding-top: 5px;
}
@media (max-width: 550px) {
	.sign-out p{
		font-size: 12px;
	}
}
@media (max-width: 320px) {
	.sign-out p,.sign-out .inquiry_submit{
		font-size: 11px;
		
	}
	.sign-out p{
		margin-right: 5px;
		
	}
	.sign-out .inquiry_submit{
		padding: 3px 5px 0;
	}
}
/*footer*/

footer {
	background-color: #ccc;
	text-align: center;
	padding: 15px 5%;
}

footer p {
	color: #fff;
	margin-bottom: 0;
	line-height: 100%;
}

#go {
	position: fixed;
	cursor: pointer;
	right: 25px;
	bottom: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	background-image: url(../images/icon_top.svg);
	background-color: #ccc;
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	-webkit-transition: 500ms;
	transition: 500ms;
	border: 1px solid #fff;
}

#go:hover {
	transform: translateY(-10px);
	-webkit-transition: 500ms;
	transition: 500ms;
}



@media (max-width: 1440px) {


	#go {

		right: 5px;
	}
}




@media (max-width: 550px) {
	footer p {
		text-align: left;
		font-weight: normal;
	}
}





a.link_line,
.link_line {
	text-decoration: underline;
	-webkit-transition: 500ms;
	transition: 500ms;
	vertical-align: top;
}

.menu_link {
	position: absolute;
	top: -90px;
	z-index: 1;
	left: 0
}

@media (max-width:810px) {
	.menu_link {
		top: -100px;
	}
}












/*數字列表樣式*/

ol {
	list-style-type: decimal;
	padding-left: 20px;
}

ol.ol_alpha {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

ol li {
	padding-bottom: 10px;
}

ol li:last-child {
	padding-bottom: 0px;
}






















/*上稿內容/////////////////////////////////////////////////////////////////*/

.txt_content {
	line-height: 190%;
	position: relative;
}

.txt_content h3,
.txt_content h2,
.txt_content h1 {
	font-weight: bold;
}

.txt_content p,
.txt_content h3,
.txt_content h2,
.txt_content h4,
.txt_content ul,
.txt_content ol {
	margin-bottom: 20px;
	font-family: "canada-type-gibson", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC', '微軟正黑體'!important;
}

.txt_content span,
.txt_content b,
.txt_content strong,
.txt_content em,
.txt_content h4,
.txt_content h5,
.txt_content h6 {
	font-family: "canada-type-gibson", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC', '微軟正黑體'!important;
}

.txt_content img,
.txt_content iframe {
	display: block;
}

.txt_content iframe {
	margin-right: auto;
	margin-left: auto;
}

.txt_content img,
.txt_content iframe,
.txt_content table {
	max-width: 100%;
}

.txt_content a {
	text-decoration: underline;
	display: inline-block;
}

.txt_content a.btn {
	text-decoration: none;
}

.txt_content table {
	margin: 20px 0;
}

.txt_content th {
	text-align: center;
}

.txt_content p {
	margin-bottom: 5%;
}

.txt_content p:last-child {
	margin-bottom: 0;
}

.txt_content ul,
.ul_disc {
	list-style: disc;
	margin-left: 25px;
}

.ul_disc li {
	display: list-item;
	text-align: left;
}

.txt_content ol {
	margin-left: 5px;
}

.txt_left {
	text-align: left!important;
}









/*動態////////////////////////////////////////////////////////////////////*/

.tit {
	opacity: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.loaded_style .aos-animate .tit,
.loaded_style .aos-animate.tit,
.loaded_style .kv .tit,
.loaded_style .open .tit {
	-webkit-animation: tit 1s ease both;
	animation: tit 1s ease both;
	-webkit-transition-delay: 2s;
	transition-delay: 2s
}

@-webkit-keyframes tit {
	from {
		opacity: 0;
		letter-spacing: -10px;
	}
	to {
		opacity: 1;
		letter-spacing: 3px;
	}
}

@keyframes tit {
	from {
		opacity: 0;
		letter-spacing: -10px;
	}
	to {
		opacity: 1;
		letter-spacing: 3px;
	}
}

@media (max-width: 550px) {
	.tit2 {
		opacity: 0;
		-webkit-transition: 500ms;
		transition: 500ms;
	}
	.loaded_style .aos-animate.tit2 {
		-webkit-animation: tit 1s ease both;
		animation: tit 1s ease both;
	}
}

.animateBlur,
.animateDown,
.animateFade,
.animateLeft,
.animateRight,
.animateUp,
.animateBlur2 {
	opacity: 0;
}

.loaded_style .aos-animate.animateBlur {
	-webkit-animation: animateBlur 1.5s ease both;
	animation: animateBlur 1.5s ease both;
}

.loaded_style .aos-animate.animateBlur2 {
	-webkit-animation: animateBlur2 1.5s ease both;
	animation: animateBlur2 1.5s ease both;
}

.loaded_style .aos-animate.animateOP {
	-webkit-animation: animateOP 1s ease both;
	animation: animateOP 1s ease both;
}

.loaded_style .aos-animate.animateLeft {
	-webkit-animation: fadeInLeft 2s ease both;
	animation: fadeInLeft 2s ease both;
}

.loaded_style .aos-animate.animateRight {
	-webkit-animation: fadeInRight 2s ease both;
	animation: fadeInRight 2s ease both;
}

.loaded_style .aos-animate.animateDown {
	-webkit-animation: fadeInDown 1s ease both;
	animation: fadeInDown 1s ease both;
}

.loaded_style .aos-animate.animateUp {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
}

.loaded_style .aos-animate.animateFade {
	-webkit-animation: fade 1s ease both;
	animation: fade 1s ease both;
}

@-webkit-keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes animateBlur {
	from {
		opacity: 0;
		filter: blur(10px);
	}

	to {
		opacity: 1;
		filter: blur(0px);
	}
}

@keyframes animateBlur {
	from {
		opacity: 0;
		filter: blur(10px);
	}

	to {
		opacity: 1;
		filter: blur(0px);
	}
}

@-webkit-keyframes animateBlur2 {
	from {
		opacity: 0;
		filter: blur(10px);
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		filter: blur(0px);
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}
}

@keyframes animateBlur2 {
	from {
		opacity: 0;
		filter: blur(10px);
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		filter: blur(0px);
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}
}


@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes shinye {
	0% {
		transform: translateX(-150%) skewX(-205deg);
		opacity: .8;
	}

	80% {
		transform: translateX(200%) skewX(-205deg);
		opacity: .8;
	}

	100% {
		transform: translateX(200%) skewX(-205deg);
		opacity: 0;
	}
}

@-webkit-keyframes shinye {
	0% {
		transform: translateX(-150%) skewX(-205deg);
		opacity: .8;
	}

	80% {
		transform: translateX(200%) skewX(-205deg);
		opacity: .8;
	}

	100% {
		transform: translateX(200%) skewX(-205deg);
		opacity: 0;
	}
}




@media (max-width: 810px) {
	.pc {
		display: none!important;
	}

	.mb_b {
		display: block!important;
	}

	.mb {
		display: inline-block!important;
	}


	a:hover,
	img a:hover,
	header img:hover,
	button:hover,
}

@media (max-width: 550px) {
	.mb_550 {
		display: inline-block!important;
	}
	.pc_550 {
		display: none!important;
	}
}

@media (max-width: 414px) {
	.mb_414 {
		display: inline-block!important;
	}
}

@media (max-width: 390px) {
	.mb_390 {
		display: inline-block!important;
	}
	.pc_390 {
		display: none!important;
	}
}

@media (max-width: 375px) {
	.mb_375 {
		display: inline-block!important;
	}
	.pc_375 {
		display: none!important;
	}
}

@media (max-width: 360px) {
	.mb_360 {
		display: inline-block!important;
	}
	.pc_360 {
		display: none!important;
	}
}

@media (max-width: 320px) {
	.mb_320 {
		display: inline-block!important;
	}
	.pc_320 {
		display: none!important;
	}
}