@font-face {
	font-family: myFont;
	src: url('../fonts/Noto_Serif_TC/NotoSerifTC-Medium.otf');
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: myFont, Microsoft YaHei, '宋體', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
/* rwd img css，使圖片縮放 */
img {
	max-width: 100%;
	height: auto;
}
div:focus {
	outline: none;
}
.gotop {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 9999;
}
.form-control {
	line-height: 1.75;
}
.form-control:focus {
	border-color: #333;
	box-shadow: 0 0 0 0 transparent;
}
.form-select:focus {
	border-color: #333;
	box-shadow: 0 0 0 0 transparent;
}
.form-select {
	line-height: 28px;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	opacity: 1;
	color: inherit;
}
/*position*/
.sticky {
	position: sticky;
	top: 0px;
	z-index: 99;
}
.btn:focus {
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
/*btn*/
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	height: 38px;
	padding: 0 20px;
	border-radius: 19px;
	border: 1px solid #dfdfdf;
	color: #000;
	text-decoration: none;
	line-height: 1.33;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #FFF;
}
.btn:hover {
	background-color: #ad0104;
	border: 1px solid #ad0104;
	color: #FFF;
}
.btn.-arrow {
	padding-right: 60px;
}
.btn.-arrow::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 31px;
	height: 5.5px;
	margin-top: -3px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSI1LjQ0IiB2aWV3Qm94PSIwIDAgMzEgNS40NCI+PHBvbHlnb24gcG9pbnRzPSIxOS4zMyAwIDE4Ljk4IDAuOTQgMjguMTkgNC40NCAwIDQuNDQgMCA1LjQ0IDMxIDUuNDQgMzEgNC40NCAxOS4zMyAwIi8+PC9zdmc+) no-repeat center center;
	background-size: contain;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn.-arrow:hover::after, a:hover .btn.-arrow::after {
	-webkit-transform: translate(3px, 0);
	transform: translate(3px, 0);
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-filter: brightness(0) invert(1);
}
/*文字自動省略*/
.font_vertical {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 50px;
}
/*文字編輯器*/
.text_editor img {
	width: auto;
	max-width: 100%;
}
/*頁次*/
.pagination {
	justify-content: center;
}
.page-link {
	color: #333;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.page-link:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #333;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.bg_border {
	border-left-color: #be9b7d;
	border-right-color: #be9b7d;
	border-bottom-color: #be9b7d;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
}
.text_area {
	font-size: 16px;
}
.text_area_t {
	font-size: 20px;
}
/*header*/
.logo_area {
	display: inline-block;
}
.logo_area img {
	max-width: 90px;
}
/*pic*/
.pic_bg {
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0px 10px 20px 10px hsla(0, 0%, 0%, 0.20);
	box-shadow: 0px 10px 20px 10px hsla(0, 0%, 0%, 0.20);
}
.pic_bg img {
	width: 100%;
}
/*main*/
.banner_area {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-left: 45px;
	color: #ad0104;
}
.banner_area::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon.png);
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: repeat;
}
.line_style {
	border: 2px solid #e29134;
	position: relative;
	opacity: 1;
	margin: 30px 0;
}
.step_text_box {
	background-color: #ad0104;
	color: #fff;
	padding: 15px 20px;
	border-radius: 80% / 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 10px;
	max-width: 300px;
	font-size: 14px;
}
/*faq*/
.accordion-item {
	background-color: transparent;
	margin-bottom: 30px;
	border-radius: 15px;
	border: 1px solid #ad0104;
}
.accordion-button:not(.collapsed) {
	color: #ad0104;
	background-color: transparent;
}
.accordion-button {
	background-color: transparent;
}
/*step*/
.process_box {
	position: relative;
	z-index: 2;
	display: inline-block;
		margin-bottom: 20px;
}
.process_pic {
	width: 100%;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	max-width: 100px;
}
.process_step {
	color: #ad0104;
	font-size: 16px;
	margin-bottom: 0px;
}
.process_title {
	font-size: 16px;
	margin-bottom: 10px;
}
.process_box::after {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40%;
	right: -10%;
	content: '';
	background-image: url(../images/step/s_icon.png);
	background-repeat: no-repeat;
	background-size: 22px 25px;
}
.process_box:nth-child(6)::after, .process_box:nth-child(3)::after {
	display: none;
}
.process_box:nth-child(4)::before {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40%;
	left: -6%;
	content: '';
	background-image: url(../images/step/s_icon.png);
	background-repeat: no-repeat;
	background-size: 22px 25px;
}
.box{
	background-image: url(../images/step/img_bg.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 100% 100%;
}
@media (min-width: 480px) {
.process_box::after {
	right: -5%;
}
}

@media (min-width: 768px) {
.process_box:nth-child(4)::before {
		left: 0%;
}
}

@media (min-width: 992px) {
.text_area {
	font-size: 20px;
}
.text_area_t {
	font-size: 24px;
	margin-bottom: 0px;
}
.bg_border {
	border-left-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
}
/*main*/
.banner_area {
	font-size: 36px;
	line-height: 40px;
}
.banner_area::before {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	top: 5px;
}
.step_text_box {
	font-size: 20px;
	padding: 20px 50px;
	bottom: 30px;
	max-width: 450px;
}
/*step*/
.process_box::after {
	width: 50px;
	height: 50px;
	top: 40%;
	right: -10%;
	background-size: 32px 49px;
}
.process_box:nth-child(4)::before {
	width: 50px;
	height: 50px;
	top: 40%;
	right: 0%;
	background-size: 32px 49px;
}
.process_step {
	font-size: 24px;
}
.process_title {
	font-size: 20px;
}
.process_pic {
	max-width: 150px;
}
}

@media (min-width: 1280px) {
}

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