._imgstyle, ._pageimg, ._pagestyle, .pagemain .slide {
	height: auto
}
#pageItem, ._imgstyle, .carousel-item, header._pagestyle {
	position: relative
}
*, ._pageimg, body, ol, ul {
	padding: 0
}
*, ._pageItem h2, body, ol, ul {
	margin: 0
}
.btn_01 a:hover::after, .logo img {
	height: 100%
}
._ab_er_we, .top_nav, ul.tabs2 li {
	overflow: hidden
}
._downtxt, ._more, .menu ul li a {
	font-weight: 600
}
._hg_we_fe h2 span, ._hg_we_fe h3 span {
	text-transform: capitalize;
	letter-spacing: -1px
}
._kl_bv_xs ol li, ._more, ._ne_ol_vw ol li, .btn_01 a, .dot, .logo img, .menu ul li a, .slide, .today-btn, .top_nav_a {
	cursor: pointer
}
._kl_bv_xs ol, .footer_ico, li {
	list-style: none
}
._cd_er_aa h2, ._hg_we_fe h2, ._hg_we_fe h3, .btn_01 a {
	text-transform: uppercase
}
.btn-link, .event-link, .navbar-toggler:focus, a, a:hover, ul._list_tag li a, ul.tabs2 li a {
	text-decoration: none
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ececec
}
::-webkit-scrollbar {
	width: 5px;
	border-radius: 10px;
	background-color: #ececec
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c30d23
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
html {
	scroll-behavior: smooth
}
body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	font-weight: 300;
	overflow-x: hidden
}
a {
	color: #2a6ab7
}
a:hover {
	color: #e14c3f
}
.abgne_tab2, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0
}
p {
	text-align: justify;
	text-justify: inter-ideograph
}
img {
	max-width: 100%
}
._b {
	border: 1px solid red
}
._imgstyle {
	min-height: 0
}
._imgstyle_site {
	width: 100vw;
	text-align: right;
	z-index: 9
}
._imgstyle_site .container {
	padding: 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	margin-bottom: 20px;
	position: relative
}
._imgstyle_site .container a {
	color: #000
}
._pagestyle ._imgstyle_site .container h2 {
	font-weight: 800
}
._pageimg {
	min-height: 250px;
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #000;
	border-left: none;
	border-right: none;
	margin-top: 0;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8))
}
._bg_down, ._bg_main, ._bg_top, ._bg_top2, ._img_d {
	min-height: 300px
}
._form_bg, ._table_bg {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1))
}
#pageItem {
	pointer-events: none
}
._pageItem {
	position: absolute;
	bottom: 3px;
	z-index: 999999;
	display: flex;
	align-items: flex-end
}
._pageItem.expanded {
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s
}
.btn_01 a, .carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev, .slide:hover {
	opacity: 1
}
._pageItem h2 {
	display: block;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	padding: 0;
	text-shadow: 0 0 5px #000;
	background: linear-gradient(to bottom, transparent 50%, #000 50%)
}
._pageItem h2 span {
	margin-left: 5px;
	font-size: 36px
}
._calendartxt h3, .note-color {
	color: #ca4e33
}
.top_nav {
	position: relative;
	background: linear-gradient(45deg, transparent 55%, #000 0, #000 100%, transparent 0);
	padding: 10px 0;
	z-index: 999
}
.dot, .dot.active {
	background-color: #1e3047
}
.top_nav a {
	color: #fff;
	background: #000;
	padding: 15px 30px
}
.top_nav a:hover {
	color: #000;
	background: #eadb7e
}
._kl_er_we ol li, .top_nav a span {
	display: inline-block
}
._cd_er_aa ol li:nth-child(2)::before, .top_nav a img {
	display: none
}
.navbar-nav .nav-item {
	border-bottom: 1px solid #fff
}
.top_nav_a {
	color: #fff;
	padding: 10px 20px;
	border-bottom: 5px solid rgba(255, 255, 255, 0)
}
.top_nav_a:hover {
	color: #fff;
	border-bottom: 5px solid #c30d23
}
.pt-6 {
	padding-top: 4.5rem!important
}
.pt-7 {
	padding-top: 6rem!important
}
.pt-8 {
	padding-top: 7.5rem!important
}
.pl-0 {
	padding-left: 0!important
}
.pl-1 {
	padding-left: 1.5rem!important
}
.pl-2 {
	padding-left: 3rem!important
}
.pl-3 {
	padding-left: 4.5rem!important
}
.pl-4 {
	padding-left: 6rem!important
}
.pr-0 {
	padding-right: 0!important
}
.pr-1 {
	padding-right: 1.5rem!important
}
.pr-2 {
	padding-right: 3rem!important
}
.pr-3 {
	padding-right: 4.5rem!important
}
.pr-4 {
	padding-right: 6rem!important
}
.mb-6 {
	margin-bottom: 4.5rem!important
}
.mb-7 {
	margin-bottom: 6rem!important
}
.mb-8 {
	margin-bottom: 7.5rem!important
}
.ml-0 {
	margin-left: 0!important
}
.ml-1 {
	margin-left: 1.5rem!important
}
.ml-2 {
	margin-left: 3rem!important
}
.ml-3 {
	margin-left: 4.5rem!important
}
.ml-4 {
	margin-left: 6rem!important
}
.mr-0 {
	margin-right: 0!important
}
.mr-1 {
	margin-right: 1.5rem!important
}
.mr-2 {
	margin-right: 3rem!important
}
.mr-3 {
	margin-right: 4.5rem!important
}
.mr-4 {
	margin-right: 6rem!important
}
.m-center {
	margin: 0 auto
}
._slider {
	border-top: 2px solid #40141a;
	border-bottom: 2px solid #40141a
}
._slider._pageplay {
	border-radius: 20px;
	border: 5px solid #fff
}
.slide {
	height: 300px;
	object-fit: cover;
	transition: opacity .3s
}
.dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	transition: .3s
}
.dot.active {
	width: 45px;
	border-radius: 50px
}
.carousel-item a {
	display: block;
	width: 100%;
	height: 100%
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, .9);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-size: 20px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center
}
._bg_down, ._bg_main, ._bg_top, ._bg_top2, ._dotstyle2, ._img_d {
	height: auto
}
.carousel-control-next, .carousel-control-prev {
	background: 0 0!important
}
._bg_down, ._bg_int, ._bg_main, ._bg_top, ._bg_top2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.carousel-item::before {
	content: attr(data-content);
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 8px;
	text-align: center
}
.pagemain .zindex {
	position: relative;
	z-index: 2
}
.pagemain ._slider .carousel-item, .pagemain .carousel-inner, .pagemain .carousel-inner img {
	border: none
}
.pagemain .carousel-inner {
	border-radius: 15px
}
._dotstyle1 {
	margin-bottom: 10px
}
._dotstyle1 .dot, ._dotstyle1 .dot.active {
	background-color: #fff
}
._dotstyle2 {
	position: absolute;
	max-height: 15px;
	bottom: -30px
}
.zindex-1 {
	position: relative;
	z-index: -1
}
._ne_ol_vd, ._ne_ol_vw {
	display: flex;
	margin: 0 10px;
	position: relative;
	box-sizing: border-box
}
._ne_ol_vd ol li, ._ne_ol_vw ol li, .btn_01 a, .dropdown-toggle::after, .header-wrapper, .menu ul li {
	display: inline-block
}
._ne_ol_vw, ._ol_ul_hy {
	float: right
}
._ne_ol_vd ol ._no_lo_hg {
	margin: 0 10px 0 0
}
._ne_ol_vd ol li {
	position: relative;
	margin: 0 10px 0 52px;
	color: #fff
}
.menu ul li, .menu ul li a {
	font-size: 15px;
	color: #292929
}
._ne_ol_vd ol li:first-child::before {
	position: absolute;
	content: "\f095";
	z-index: 9;
	font-family: fontawesome;
	font-size: 20px;
	color: #fff;
	left: 0;
	margin: 0 0 0 -20px
}
._ne_ol_vd ol li:nth-child(2)::before {
	position: absolute;
	content: "\f003";
	z-index: 9;
	font-family: fontawesome;
	font-size: 20px;
	color: #fff;
	left: 0;
	margin: 0 0 0 -30px;
	top: -2px
}
._ne_ol_vw ol li {
	margin: 0 15px
}
._more a, ._ne_ol_vw ol li a i, ._xs_we_zs ol li:hover:first-child::before, ._xs_we_zs ol li:hover:nth-child(2)::before, ._xs_we_zs ol li:hover:nth-child(3)::before {
	color: #fff
}
._bg_int {
	background-image: url(../images/background.svg)
}
._bg_top {
	background-image: url(../images/background-top.svg)
}
._bg_top2 {
	background-image: url(../images/background-top2.svg)
}
._bg_main {
	background-image: url(../images/background-main.svg)
}
._bg_down {
	background-image: url(../images/background-reverse.svg)
}
._bg_d {
	background: url("../images/_bg_d_img.jpg") left top/auto 100% no-repeat #e6e7e7
}
._bg_d1 {
	background: url(../images/bg_1.jpg) center top/100% auto no-repeat fixed #e8e9e9
}
._bg_d2 {
	background: url(../images/bg_1.jpg) center top/100% auto no-repeat #fff
}
._img_d {
	background: url(../images/_img_d.png) top right no-repeat
}
.header-wrapper {
	position: relative;
	z-index: 999999;
	background: url("../images/top_d.jpg") top left/auto 100% no-repeat #808181;
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
._cd_er_aa, .logo {
	box-sizing: border-box
}
.og-hf {
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 99999;
	box-shadow: 0 1px 9px #000
}
.logo, .my-nav, nav {
	position: relative
}
.og-hf .menu {
	margin-top: -20px
}
nav {
	display: flex;
	width: 100%;
	z-index: 999
}
.dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	width: .4em;
	height: .4em;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgba(255, 255, 255, .5);
	transform: rotate(45deg) translateY(.05em);
	box-sizing: border-box;
	background-color: transparent
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	padding: 0 20px
}
._nb_cd_er h2 a:hover, ._nb_cd_er ol li a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background: #ff751f
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	background: #ff751f;
	border-radius: 0;
	padding: 1rem 0 .8rem;
	margin: 0;
	border: 0
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-collapse {
	border-top: 1px solid rgba(255, 255, 255, 0);
	padding: 0
}
.navbar-light .container-fluid {
	padding: 0;
	background: 0 0
}
.navbar-light .navbar-toggler {
	color: #fff;
	background: #ff751f;
	border: 2px solid #c30d23
}
.navbar-toggler:focus {
	outline: 0;
	box-shadow: none
}
.dropdown-item {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}
.logo {
	width: 100%;
	height: 100px;
	float: left;
	padding-left: 2rem;
	line-height: 50px
}
.logo img {
	width: auto;
	filter: brightness(0) invert(1) drop-shadow(0px 0px 5px rgba(0, 0, 0, .5))
}
.my-nav {
	width: 100%
}
.menu {
	float: right;
	z-index: 99
}
.menu ul li {
	padding: 10px 25px
}
.menu ul li a {
	transition: .5s
}
.menu ul li a:hover {
	color: #f55e45;
	transition: .5s
}
.menu-toggle {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	float: right;
	margin: 10px 0 0 40px;
	opacity: 0;
	visibility: hidden
}
.menu-toggle::before {
	position: absolute;
	content: "\f0c9";
	font-size: 26px;
	color: #f55e45;
	font-family: fontawesome
}
._ab_er_we, ._more, ._pro_Day ._time ul li, ._pro_Svg, .btn_01 a, .btn_01 a span, .map-container, ul.tabs2 li {
	position: relative
}
.menu-toggle.active::before {
	content: "\f00d"
}
.w-100 {
	opacity: .9
}
._mazu {
	background: #808081
}
._festival ._festivalTop img, ._historyDiv img, ._list_bg._mainp img, ._mazu img, ._pro_Item img {
	width: 100%;
	height: auto
}
.carousel-item {
	background: #000
}
.d-md-block {
	width: 60%;
	margin: 0 auto;
	top: 40%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp
}
.d-md-block h5 {
	font-size: 25px;
	line-height: 50px;
	letter-spacing: .6px
}
.btn {
	margin: 10px 5px
}
.btn_01 {
	display: flex;
	margin: 30px 0;
	align-items: center;
	justify-content: center
}
.btn_01 a {
	z-index: 9;
	padding: 6px 14px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: 1px;
	margin: 0 10px;
	line-height: normal
}
.btn_01 a span {
	z-index: 2;
	font-size: 16px
}
.btn_01 a::after {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
	height: 0;
	background: #f55e45;
	width: 100%;
	bottom: 0;
	z-index: 1
}
.carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
	border: 0
}
._ab_er_we {
	padding: 40px 0;
	visibility: visible
}
._ab_er_we .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px
}
._ab_er_we .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #1e3047!important;
	border: none!important
}
._ab_er_we .owl-dot.active {
	width: 45px;
	border-radius: 50px;
	background-color: #1e3047!important
}
._titleico_imp {
	background: url(../images/titleIcon_imp.png) left top/160px auto no-repeat
}
._titleico_eve {
	background: url(../images/titleIcon_eve.png) left top/160px auto no-repeat
}
._titleico_nb {
	background: url(../images/titleIcon_nb.png) left top/160px auto no-repeat
}
._titleico_calendar {
	background: url(../images/titleIcon_calendar.png) left top/160px auto no-repeat
}
._titleico_service {
	background: url(../images/titleIcon_service.png) left top/160px auto no-repeat
}
.font_blue {
	color: #1e3047;
	text-shadow: 0 0 10px transparent, 0 0 10px transparent
}
.font_white {
	color: #fff;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0), 0 0 5px rgba(255, 255, 255, 0)
}
.marker-text, .marker-text2 {
	text-anchor: middle;
	dominant-baseline: middle;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
	pointer-events: none
}
._statisticstxt {
	line-height: 30px;
	padding: 50px 10px;
	text-align: end
}
._statisticstxt span {
	font-weight: 700;
	display: inline-table;
	min-width: 60px
}
._more {
	color: #fff;
	background: #c30d23;
	min-width: 100px;
	width: auto;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px 20px 2px;
	display: inline-table;
	border-radius: 50rem!important;
	margin: 10px 20px;
	top: -10px;
	z-index: 2
}
._more:hover {
	background: #ff751f
}
.abgne_tab {
	clear: left
}
ul.tabs, ul.tabs_feint {
	width: 100%;
	text-align: center
}
ul.tabs li, ul.tabs_feint li {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-left: none
}
ul.tabs li a, ul.tabs_feint li a {
	display: block;
	padding: 5px 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	background: #403b35;
	margin: 0 5px
}
._firstDiv:hover, .owl-carousel .owl-item:hover, ul._list_tag li a:hover, ul.tabs li a:hover, ul.tabs_feint li a:hover {
	background: #dba5ad
}
.owl-carousel.carousel-3 .owl-item:hover, ul.tabs li.active a, ul.tabs li.active a:hover, ul.tabs_feint li.active a, ul.tabs_feint li.active a:hover {
	background: #c30d23
}
.table._table_bg tbody tr:hover, div.tab_container2, ul.tabs2 li.active, ul.tabs2 li.active a:hover {
	background: #faf5e2
}
div.tab_container {
	clear: left;
	width: 100%
}
div.tab_container .tab_content {
	padding: 20px
}
._cd_er_ad ol, div.tab_container .tab_content h2, div.tab_container2 .tab_content h2 {
	margin: 0 0 20px
}
ul.tabs2 {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: flex-end
}
ul.tabs2 li {
	height: 35px;
	line-height: 35px;
	background: #f4ecbd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}
ul.tabs2 li a {
	display: block;
	padding: 0 20px;
	color: #000
}
ul.tabs2 li a:hover {
	background: #e3d587
}
ul.tabs2 li.active {
	height: 43px;
	margin-top: -8px
}
div.tab_container2 {
	clear: left;
	width: 100%;
	border-top: none;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px 0 10px 10px
}
div.tab_container2 .tab_content {
	padding: 30px 40px;
	text-align: center
}
.sec_tab {
	width: 600px
}
._downtxt {
	font-size: 18px
}
._downtxt a {
	display: block;
	margin: 15px 0
}
.fa-external-link-square-alt, .fa-file-alt, .fa-file-excel, .fa-file-image, .fa-file-pdf, .fa-file-powerpoint, .fa-file-video, .fa-file-word {
	font-size: 36px;
	vertical-align: middle;
	margin-right: 8px
}
.fa-file-pdf {
	color: #e14c3f
}
.fa-file-word {
	color: #2b78ce
}
.fa-file-alt {
	color: #a5a8ae
}
.fa-file-video {
	color: #da4a3d
}
.fa-file-excel {
	color: #209e62
}
.fa-file-powerpoint {
	color: #cc4f2e
}
.fa-file-image {
	color: #e7aa17
}
.fa-external-link-square-alt {
	color: #9369cc
}
._procession_d {
	background: url("../images/procession_d_img.jpg") left top/cover no-repeat #e6e7e7
}
._pro_Title {
	border-left: 1px solid rgba(30, 48, 70, .5);
	padding-left: 50px
}
._pro_Title h1 {
	font-weight: 900;
	line-height: 35px
}
._pro_Svg {
	text-align: right
}
._pro_Day ul {
	padding: 0 50px
}
._pro_Day ul li {
	border-radius: 10px;
	margin: 15px 0
}
._pro_Day ul li div {
	padding: 5px
}
._pro_Day ul li>div:first-child {
	background: #da4c55;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-bottom: 10px;
	border: 1px solid #da4c55;
	border-right: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
._pro_Day ul li>div:first-child span {
	display: block;
	font-size: 45px;
	font-weight: 900
}
._pro_Day ul li>div:nth-child(2) {
	background: #fff;
	padding: 10px 30px;
	line-height: 30px;
	border: 1px solid #b4b4b4;
	border-left: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}
._pro_Day ul li>div:nth-child(2) span {
	display: block;
	font-size: 24px;
	font-weight: 700
}
._pro_Day ._time {
	border-left: 1px solid #b4b4b4
}
._pro_Day ._time ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 8px
}
._pro_Day ._time ul li {
	border-radius: 0;
	margin: 0 8px 0 0;
	flex: 0 0 calc(25% - 8px);
	font-size: 14px;
	line-height: 23px;
	padding: 2px 30px 0 0;
	border-bottom: 1px solid #e4e4e4;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal
}
._pro_Day ._time ul li::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	transform: translateY(-50%);
	color: #666;
	margin-top: 10px
}
._pro_Day ._time ul li:last-child::after {
	content: ""
}
.map_Svg {
	transform: scale(1.5);
	transform-origin: top center;
	height: auto;
	min-height: 1600px;
	width: 100%
}
.cls-2, .route-path {
	transform: translate(60px, 0)
}
.map-container {
	max-width: 800px;
	margin: 0 auto;
	height: calc(­ì©l°ª«× * 1.5);
	overflow: visible
}
.map-marker {
	fill: #e74c3c;
	stroke: #c0392b;
	stroke-width: 2
}
.map-marker:hover {
	fill: #ff6b6b
}
.route-path {
	fill: #cc4d4c;
	fill-rule: evenodd
}
.cls-2 {
	fill-rule: evenodd;
	fill: #cd4d4c
}
.region-north {
	fill: #f1c40f;
	stroke: #e46d61;
	stroke-width: 2;
	opacity: .9;
	transform: translate(60px, 0)
}
.region-central, .region-south {
	stroke: #e46d61;
	opacity: .9;
	transform: translate(60px, 0)
}
.region-central {
	fill: #87cefa;
	stroke-width: 2
}
.region-south {
	fill: #aed581;
	stroke-width: 2
}
.region-east {
	fill: #d8bfd8;
	stroke: #e46d61;
	stroke-width: 2;
	opacity: .9;
	transform: translate(60px, 0)
}
#marker1 {
	transform: translate(64px, 4px)
}
#marker2 {
	transform: translate(63px, 4px)
}
#marker3 {
	transform: translate(65px, 4px)
}
#marker4 {
	transform: translate(60px, 5px)
}
#marker5 {
	transform: translate(51px, 4px)
}
#marker6 {
	transform: translate(57px, 4px)
}
#marker7 {
	transform: translate(57px, 1px)
}
.marker-text {
	fill: #ffffff;
	font-size: 12px;
	font-weight: 700;
	display: block;
	transform: translate(10px, 0)
}
.marker-text2 {
	fill: #ffffff;
	font-size: 14px;
	font-weight: 700;
	display: block
}
.marker-changhua, .marker-chiayi, .marker-taichung, .marker-yunlin {
	fill: #000000;
	opacity: .1;
	font-weight: 700
}
._hg_we_fe, ._hg_we_fe h2 span, ._hg_we_fe h3 span, ._lk_fr_er, ._oi_yt_we {
	display: inline-block
}
.marker-text tspan {
	font-size: 25px;
	font-weight: 900
}
.marker-text2 tspan {
	fill: #ffffff;
	font-size: 20px;
	font-weight: 900
}
.marker-group:hover .marker-text {
	transform: scale(1.1)
}
.marker-taichung {
	font-size: 36px;
	transform: translate(300px, 255px)
}
.marker-changhua {
	font-size: 36px;
	transform: translate(240px, 440px)
}
.marker-yunlin {
	font-size: 36px;
	transform: translate(240px, 550px)
}
.marker-chiayi {
	font-size: 36px;
	transform: translate(220px, 700px)
}
.dialog-add {
	width: 270px;
	padding: 3px 5px;
	background: rgba(255, 255, 255, 0);
	border-radius: 3px;
	line-height: 11px;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff
}
.dialog-add p {
	font-size: 9px;
	color: #000;
	font-weight: 200;
	text-indent: -3em;
	margin-bottom: inherit;
	padding-left: 3em
}
.dialog-add p::first-line {
	text-indent: 0
}
.dialog-box text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400
}
._A4size {
	width: 180mm;
	max-width: 180mm;
	border: 1px solid red
}
.day-label {
	font-family: Your-Font, sans-serif;
	font-size: 28px;
	font-weight: 600;
	transform: translate(-140px, 10px);
	fill: #7e8894
}
#node1, #node2, #node3, #node4, #node5, #node6, #node7, #node8, #node9 {
	fill: #FFFFFF;
	stroke: #1a2e44;
	stroke-width: 8px
}
#node1.nodecolor, #node2.nodecolor, #node3.nodecolor, #node4.nodecolor, #node5.nodecolor, #node6.nodecolor, #node7.nodecolor, #node8.nodecolor, #node9.nodecolor {
	fill: #f29d38;
	stroke: #1a2e44;
	stroke-width: 8px
}
circle:hover {
	r: 20;
	transition: r .3s
}
._hg_we_fe {
	max-width: 400px;
	width: auto;
	min-height: 160px;
	height: auto;
	margin: 0 0 30px;
	position: relative;
	z-index: 9;
	text-align: left;
	padding: 30px 0 0 170px
}
._lk_fr_er, ._oi_yt_we {
	width: 100%;
	position: relative
}
._hg_we_fe h2 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 50px
}
._hg_we_fe h2 span {
	font-size: 3rem;
	font-weight: 700;
	line-height: 30px;
	margin-left: -10px;
	position: absolute;
	top: 90px;
	left: 150px
}
._hg_we_fe h2 span font {
	display: block;
	font-size: 1.3rem;
	margin-left: 80px
}
.pagemain ._hg_we_fe {
	max-width: none;
	width: auto;
	padding: 10px 30px 30px;
	min-height: inherit;
	height: auto;
	position: relative
}
.pagemain ._hg_we_fe:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	background: url("../images/titleIcon_icon.png") top center/auto 100% no-repeat;
	border-top: 3px solid #4f6680
}
.pagemain ._hg_we_fe.font_blue:after {
	background: #4f6680
}
._hg_we_fe h3 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 55px
}
._hg_we_fe h3 span {
	font-size: 2rem;
	font-weight: 100;
	line-height: 25px;
	margin-left: 10px
}
._hg_we_fe h3 span font {
	display: block;
	font-size: 1.2rem;
	margin-left: 80px
}
._lk_fr_er {
	margin: 10px 0 20px
}
._lk_fr_er p {
	font-size: 16px;
	color: #222;
	letter-spacing: .2px;
	line-height: 25px;
	padding: 10px 30px;
	border-radius: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 0!important
}
._lk_fr_er img {
	border-radius: 20px;
	border: 5px solid #fff;
	margin: 20px
}
._lk_fr_er img._floatR {
	float: right;
	width: 50%;
	height: auto;
	margin: 30px
}
._lk_fr_er h1, ._lk_fr_er h2, ._lk_fr_er h4 {
	font-weight: 700;
	line-height: normal;
	padding: 0 30px
}
._lk_fr_er h1 span {
	font-size: 60%;
	opacity: .3;
	margin-left: 8px
}
._lk_fr_er h2 span {
	font-size: 70%;
	margin-left: 8px;
	color: #fc7d00
}
._birthdaytxt {
	color: #fc7d00
}
._oi_yt_we {
	z-index: 2;
	overflow: hidden;
	margin: 0;
	padding: 10px 50px
}
._oi_yt_we .accordion .card {
	margin: 10px 0;
	border: 1px solid #d7d6d6;
	border-radius: 20px;
	background: #fefdfc;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .1));
	text-align: left;
	padding: 5px 0 5px 50px;
	position: relative
}
._oi_yt_we .accordion .card::before {
	font-family: "Font Awesome 5 Free";
	content: "\f059";
	font-weight: 900;
	font-size: 2rem;
	position: absolute;
	left: 20px;
	top: 10px;
	color: #d1d1d1
}
._oi_yt_we h2 button {
	font-size: 18px;
	font-weight: 500
}
.card-header {
	background: 0 0!important;
	padding: 0;
	border: none
}
._hn_cd_we_xs, ._ng_cs_we_rw {
	padding: 40px 0;
	overflow: hidden
}
.text-left::before {
	position: absolute;
	content: "\f078";
	font-size: 16px;
	color: #d8c96b;
	font-family: fontawesome;
	right: 30px;
	transform: rotate(0);
	transition: .3s ease-in-out
}
.text-left[aria-expanded=true]::before {
	transform: rotate(180deg)
}
._oi_yt_we .card-body {
	padding-left: 15px;
	border-top: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	transition: .3s ease-in-out
}
._oi_yt_we .card-body::before {
	font-family: "Font Awesome 5 Free";
	content: "\f4ad";
	font-weight: 900;
	font-size: 2rem;
	position: absolute;
	left: -30px;
	top: 5px;
	color: #eadb7e;
	transform: scaleX(-1)
}
._oi_yt_we ol, ._oi_yt_we ul {
	margin-left: 20px
}
._oi_yt_we ol li, ._oi_yt_we ul li {
	list-style: inherit
}
.btn-link {
	color: #292929
}
.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none!important
}
._kl_bv_xs {
	position: relative;
	display: block;
	z-index: 1
}
._kl_bv_xs ol {
	display: flex;
	justify-content: space-evenly;
	padding: 0
}
._kl_bv_xs ol li {
	display: flex;
	width: 30%;
	margin: 0;
	float: left;
	position: relative;
	justify-content: center
}
._he_w ol li, ._he_w ul li, ._lk_bg_cd, ._xs_we_er {
	display: inline-block
}
._kl_bv_xs ol li p {
	margin-top: 135px;
	color: #37475a;
	font-size: 25px;
	font-weight: 300;
	line-height: 23px;
	text-align: center
}
._kl_bv_xs ol li p span {
	display: block;
	color: #c4bfa2;
	font-size: 14px
}
._kl_bv_xs ol li::before {
	position: absolute;
	content: "";
	background: url(../images/services_1.png) center center/100% auto no-repeat;
	color: #f55e45;
	height: 120px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center
}
._kl_bv_xs ol li:nth-child(2)::before {
	content: "";
	background: url(../images/services_2.png) center center/100% auto no-repeat
}
._kl_bv_xs ol li:nth-child(3)::before {
	content: "";
	background: url(../images/services_3.png) center center/100% auto no-repeat
}
._kl_bv_xs ol li:nth-child(4)::before, ._onlineIcon ol li:nth-child(4)::before {
	content: "";
	background: url(../images/readerico_4.png) center center/100% auto no-repeat
}
._kl_bv_xs ol li:nth-child(5)::before, ._onlineIcon ol li:nth-child(5)::before {
	content: "";
	background: url(../images/readerico_5.png) center center/100% auto no-repeat
}
._kl_bv_xs ol li:hover::before {
	transform: rotate(360deg);
	transition: .5s ease-in;
	color: #fff;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in
}
._vd_yt_re_wq {
	background: #fff;
	overflow: hidden
}
._ma_ol_lk {
	margin-top: 0
}
._historyDiv hr, ._lk_bg_cd, ._lk_bg_cd h5, ._lk_bg_cd img, .form-group {
	margin: 20px 0
}
._vd_yt_re_wq ._ne_ol_vd_pl {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 210px;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	cursor: pointer
}
._vd_yt_re_wq ._ne_ol_vd_pl ._ne_ol_vd_pr {
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
._vd_yt_re_wq ._ne_ol_vd_pl:hover ._ne_ol_vd_pr {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}
._vd_yt_re_wq ._ne_ol_vd_pl ._ne_ol_vd_pr::after {
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: rgba(55, 70, 90, .9);
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}
._vd_yt_re_wq ._ne_ol_vd_pl:hover ._ne_ol_vd_pr::after {
	background: rgba(55, 70, 90, .5)
}
._vd_yt_re_wq ._ne_ol_vd_pl h2 {
	text-align: center;
	z-index: 1;
	font-size: 60px;
	letter-spacing: .5px;
	color: #fff;
	font-weight: 100;
	position: relative;
	width: 100%;
	line-height: 90px;
	text-shadow: 0 0 10px #192536, 0 0 10px #192536, 0 0 10px #192536, 0 0 10px #192536, 0 0 10px #192536, 0 0 10px #192536
}
._vd_yt_re_wq ._ne_ol_vd_pl h2 span {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	margin-top: -10px
}
._bd_we_xs_qw, ._bv_xs_we, ._he_w, ._he_w ul li, ._hn_cd_we_xs, ._lk_bg_cd, ._lk_bg_sd_we, ._mn_sd_we, ._ng_cs_we_rw, ._xs_we_zs ol li, .timeline-container {
	position: relative
}
._ng_cs_we_rw {
	background: url(../images/_ng_cs_we_rw_d_img.jpg) center/cover no-repeat fixed #e6e7e7
}
._lk_bg_cd {
	width: 100%;
	text-align: center;
	color: #fff
}
._hn_cd_we_xs {
	background: #fafafa
}
._lk_bg_sd_we {
	overflow: hidden;
	margin: 20px 0 0
}
._bv_xs_we {
	z-index: 1;
	background: url(../images/img-02.jpg) center/cover no-repeat;
	height: 300px
}
._he_w, .btn-02 a span {
	z-index: 2
}
._bv_xs_we::before {
	content: "";
	position: absolute;
	height: 0;
	width: 100%;
	top: 0;
	background: #000;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}
._bv_xs_we:hover::before {
	opacity: .8;
	height: 100%;
	visibility: visible;
	transition: .5s
}
._xs_we_er {
	width: 100%;
	padding: 15px;
	border: 1px
}
._cs_eve_sd, ._cs_we_sd {
	display: block;
	margin: 0 auto
}
._he_w {
	margin: 10px 0;
	overflow: hidden
}
._he_w h3 {
	font-size: 18px;
	font-weight: 400;
	color: #292929
}
._he_w ol li span {
	color: #5c5c5c;
	font-size: 15px;
	font-weight: 500;
	margin: 0 5px 0 0
}
._he_w ol li {
	color: #f55e45;
	font-size: 14px;
	width: 100%
}
._he_w ol li ._mn_cd_xs {
	margin: 0;
	left: 10%;
	color: #f55e45;
	font-size: 14px;
	font-weight: 400;
	position: relative
}
._he_w p {
	font-size: 16px;
	color: #5c5c5c;
	letter-spacing: .2px;
	line-height: 24px;
	margin: 15px 0 10px
}
._nb_cd_er ul li p, ._xs_we_zs h3, ._xs_we_zs h4 {
	letter-spacing: .6px
}
._he_w ul li {
	color: #5c5c5c;
	font-size: 14px;
	margin: 10px 10px 10px 30px
}
._he_w ul li::before {
	content: "";
	background: url(../images/message.png);
	position: absolute;
	left: -30px;
	height: 25px;
	width: 25px
}
._he_w ul li:nth-child(2)::before {
	background: url(../images/like.png);
	top: -2px
}
._bd_we_xs_qw {
	padding: 40px 0;
	overflow: hidden
}
._bd_we_xs_qw .owl-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	max-width: 100%;
	padding: 0 10px
}
._bd_we_xs_qw .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 5px;
	background-color: #0e030b!important;
	border: 1px solid #0e030b!important
}
._cs_we_sd, ._cs_we_sd img {
	border-radius: 50%
}
._bd_we_xs_qw .owl-dot.active {
	width: 45px;
	border-radius: 50px;
	background-color: #0e030b!important
}
.item {
	margin: 10px 15px
}
._cs_we_sd {
	height: 100px;
	width: 100px
}
._cs_eve_sd {
	height: auto;
	width: 100%;
	border-radius: 10%
}
._cs_eve_sd img {
	border-radius: 15px;
	margin-bottom: 10px;
	border: 5px solid #fff
}
._xs_we_zs {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 2px 15px;
	margin-bottom: 20px
}
._mn_cd_we_vd .owl-nav, .timeline-year, ul._list_tag {
	text-align: center
}
._xs_we_zs h3 {
	font-size: 1.7rem;
	color: #222;
	font-weight: 600
}
._xs_we_zs h4 {
	font-size: 1rem;
	color: #222;
	font-weight: 400
}
._xs_we_zs b {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 500;
	color: #fc7d00
}
._xs_we_zs p {
	margin: 10px 0;
	line-height: 26px;
	color: #222;
	font-size: 16px
}
._xs_we_zs ol li {
	display: flex;
	height: 30px;
	width: 30px;
	float: left;
	border-radius: 50%;
	line-height: 30px;
	justify-content: center;
	border: 1px;
	margin: 10px 8px 10px 0
}
._xs_we_zs ol li:first-child, ._xs_we_zs ol li:nth-child(2), ._xs_we_zs ol li:nth-child(3) {
	border: 1px
}
._xs_we_zs ol li::before {
	position: absolute;
	content: "\f09a";
	color: #3b5998;
	font-family: fontawesome;
	font-size: 15px
}
._xs_we_zs ol li:nth-child(2)::before {
	content: "\f099";
	color: #00acee
}
._xs_we_zs ol li:nth-child(3)::before {
	content: "\f16d";
	color: #dd2a7b
}
._xs_we_zs ol li:hover:first-child {
	background: #3b5998
}
._xs_we_zs ol li:hover:nth-child(2) {
	background: #00acee
}
._xs_we_zs ol li:hover:nth-child(3) {
	background: #dd2a7b
}
._mn_sd_we {
	overflow: hidden;
	padding: 10px 20px;
	border: 1px solid #acacac;
	border-radius: 10px;
	background: #fff
}
.timeline-container {
	max-width: 1200px;
	margin: 0 auto 150px
}
.timeline-line {
	position: absolute;
	width: 4px;
	background-color: #cd3f37;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px
}
.timeline-item {
	position: relative;
	margin-bottom: 50px;
	min-height: 200px;
	display: flex;
	align-items: flex-start
}
.timeline-item:nth-child(odd) {
	justify-content: flex-start
}
.timeline-item:nth-child(2n) {
	justify-content: flex-end
}
.timeline-icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: var(--bg-image) no-repeat center center;
	background-size: cover;
	border: 5px solid #cd3f37;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin: 120px 0 0
}
.timeline-icon i {
	font-size: 50px;
	color: #cd3f37
}
.timeline-content {
	position: relative;
	width: calc(50% - 80px);
	padding: 0 20px;
	z-index: 9
}
.timeline-year {
	background-color: #cd3f37;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px
}
.timeline-title {
	color: #cd3f37;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 400
}
.timeline-text {
	line-height: 1.5;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, .8);
	border-radius: 5px;
	padding: 20px
}
.timeline-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #cd3f37;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1
}
.timeline-item:nth-child(2n) .timeline-dot, .timeline-item:nth-child(odd) .timeline-dot {
	top: 15px
}
.timeline-item:nth-child(odd) .timeline-connector {
	position: absolute;
	height: 3px;
	background-color: #cd3f37;
	top: 25px;
	right: calc(50% + 0px);
	left: calc(0px + 20px);
	z-index: 1
}
.timeline-item:nth-child(2n) .timeline-connector {
	position: absolute;
	height: 3px;
	background-color: #cd3f37;
	top: 25px;
	left: calc(50% + 0px);
	right: calc(0px + 20px);
	z-index: 1
}
.icon-briefcase, .icon-desktop, .icon-home, .icon-server, .icon-store {
	width: 60px;
	height: 60px;
	fill: #cd3f37
}
._calendartxt {
	padding: 0 30px 0 0;
	text-align: end
}
.btn-02, .btn-02 a, .calendar-day, .weekdays {
	text-align: center
}
.calendar-container {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	padding: 1.5rem;
	border: 1px solid #d8d8d8
}
.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem
}
.today-btn {
	display: flex;
	align-items: center;
	gap: .25rem;
	padding: .25rem .75rem;
	background-color: #de8229;
	color: #fff;
	border: none;
	border-radius: .5rem;
	transition: background-color .2s
}
.calendar-days, .weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr)
}
.calendar-day.other-month, .no-events {
	color: #9ca3af
}
.calendar-day, .nav-btn {
	cursor: pointer;
	transition: .2s
}
.today-btn:hover {
	background-color: #2563eb
}
.today-btn i {
	font-size: .875rem;
	margin-right: .25rem
}
.current-date h2 {
	font-size: 1.125rem;
	font-weight: 600
}
.nav-btn i, .weekdays div {
	font-size: .875rem
}
.weekdays {
	gap: .5rem;
	margin-bottom: .5rem
}
.weekdays div {
	font-weight: 500;
	color: #4b5563
}
.calendar-days {
	gap: .5rem
}
.calendar-day {
	padding: .5rem;
	border-radius: .5rem;
	border: none;
	background: 0 0
}
.calendar-day.selected, .calendar-day:hover {
	background-color: #f4edbe
}
.calendar-day.today {
	border: 2px solid #eadb7e
}
.calendar-day.has-events {
	color: #fff;
	font-weight: 700;
	background-color: #de8229;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto
}
.events-panel {
	flex: 1;
	border-radius: .5rem;
	padding: 1.5rem 0 1.5rem 2rem
}
.event-date, .no-events {
	align-items: center;
	display: flex
}
.events-container {
	max-height: 300px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden
}
._cd_er_ab, ._cd_er_aq, ._jk_rt_we, ._mj_ol_ek, ._mn_sd_eve, ._mn_uy_we, ._vc_zs_qw, .btn-02 a, .end-footer {
	overflow: hidden
}
.no-events {
	height: 100%;
	justify-content: center;
	font-size: 18px;
	font-weight: 400
}
.event-date {
	gap: .5rem;
	margin-bottom: 1.5rem
}
.date-circle {
	width: 3rem;
	height: 3rem;
	background-color: #de8229;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.25rem
}
.date-text {
	color: #de8229;
	font-size: 1.55rem;
	font-weight: 700;
	font-style: italic
}
.events-container::-webkit-scrollbar {
	width: 8px
}
.events-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px
}
.events-container::-webkit-scrollbar-thumb {
	background: #de8229;
	border-radius: 4px
}
.events-container::-webkit-scrollbar-thumb:hover {
	background: #c76f1a
}
.event-link {
	color: #222;
	color: inherit;
	display: block
}
.event-content, .nav-btn {
	color: #4b5563
}
.event-link:hover .event-item {
	background-color: #f4edbe;
	transition: background-color .2s
}
.event-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 0 20px
}
.event-item {
	border-left: 4px solid #de8229;
	padding-left: 1rem;
	cursor: pointer;
	background: rgba(244, 237, 190, 0)
}
.event-item:hover {
	background: #f4edbe
}
.event-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .5rem
}
.year-navigation {
	display: flex;
	align-items: center;
	gap: 1rem
}
.nav-btn {
	background: 0 0;
	border: none;
	padding: .5rem;
	border-radius: .25rem;
	display: flex;
	align-items: center;
	justify-content: center
}
.nav-btn:hover {
	background-color: #f3f4f6;
	color: #2563eb
}
.nav-btn:disabled {
	color: #9ca3af;
	cursor: not-allowed
}
.year-select {
	border: 1px solid #aaa;
	background: 0 0;
	font-size: inherit;
	font-weight: 700;
	cursor: pointer;
	padding: 5px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px
}
.year-select:hover {
	background-color: #f0f0f0;
	border-radius: 4px
}
._mn_sd_eve {
	position: relative
}
._owlph .item {
	border-radius: 10px
}
._owlph._actlist {
	display: flex;
	flex-wrap: wrap
}
._owlph._actlist .item {
	border-radius: 10px;
	flex: 1 0 auto;
	height: 100%
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 30px;
	font-weight: 600;
	color: #f55e45;
	margin: 0 20px
}
.owl-nav {
	position: absolute;
	top: 50%;
	width: 110%;
	left: -5%;
	transform: translateY(-50%)
}
.owl-prev {
	position: absolute;
	left: 0
}
.owl-next {
	position: absolute;
	right: 0
}
.carousel-4 .owl-prev, .carousel-5 .owl-prev, .carousel-6 .owl-prev, .carousel-7 .owl-prev {
	left: 50px
}
.carousel-4 .owl-next, .carousel-5 .owl-next, .carousel-6 .owl-next, .carousel-7 .owl-next {
	right: 50px
}
.owl-carousel .owl-stage, .owl-carousel_no .owl-stage {
	display: flex;
	align-items: stretch
}
._firstDiv, .owl-carousel .owl-item {
	display: flex;
	align-items: stretch;
	border-radius: 10px;
	background: #fff;
	cursor: pointer
}
._cd_er_we_zs, .btn-02, .btn-02 a {
	display: inline-block
}
.owl-carousel.carousel-1 .owl-item {
	background: #fff;
	padding: 0
}
.owl-carousel.carousel-2 .owl-item {
	background: #fff;
	margin: 0 10px;
	padding: 8px;
	border: 1px solid #acacac
}
.owl-carousel.carousel-2 .owl-item:hover, .owl-carousel_no .item:hover {
	background: #f7e2e5
}
.owl-carousel.carousel-3 .owl-item {
	background: #fff;
	margin: 0 10px;
	padding: 10px 20px;
	border: 1px solid #c30d23
}
.owl-carousel.carousel-4 .owl-item, .owl-carousel.carousel-5 .owl-item, .owl-carousel.carousel-7 .owl-item {
	background: #fff;
	margin: 0 10px;
	padding: 0;
	border: 1px solid #acacac;
	cursor: default;
}
.owl-carousel.carousel-6 .owl-item {
	background: #fff;
	padding: 3px 0px !important;
	border: 1px solid #acacac;
	margin: 5px 5px !important;
	cursor: default;
    width: calc(16.666% - 10px)!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.owl-carousel.carousel-6 .owl-item img, .owl-carousel.carousel-7 .owl-item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: #acacac 1px solid;*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .owl-carousel.carousel-6 .owl-item {
        margin: 5px 5px !important;
        width: calc(50% - 10px)!important;
    }
}
@media (max-width: 767.98px) {
    .owl-carousel.carousel-6 .owl-item {
        margin: 0px 0px !important;
        width: 100% !important;
    }
}
.owl-carousel.carousel-7 .owl-item {
	background: #fff;
	margin: 0 10px;
	padding: 0;
	border: 1px solid #acacac;
	cursor: default;
}
.owl-carousel.carousel-6 .owl-stage, .owl-carousel_no .owl-stage {
	display: inline-block;
	width: auto!important;
	overflow: hidden;
	align-items: stretch;
	white-space: normal;
}
.no-js .owl-carousel.carousel-6, .owl-carousel.carousel-6.owl-loaded {
	display: inline-block;
	width: auto !important;
	max-width: none !important;
	width: fit-content !important;
	flex: none !important;
}
.owl-carousel.carousel-6 .owl-stage-outer {
	width: auto !important;
	overflow: visible !important;
}

.owl-carousel.carousel-4 .owl-item:hover, .owl-carousel.carousel-5 .owl-item:hover, .owl-carousel.carousel-7 .owl-item:hover {
	background: #ecd8db
}

.owl-carousel.carousel-6 .owl-item:hover {
	background: #ecd8db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.carousel-4, .carousel-5, .carousel-7 {
	margin: 0 2px;
	padding: 5px 10px
}
.carousel-6 {
	margin: 0px;
	padding: 0px;
}

.carousel-6 .item {
	width: 100%!important;
	height: auto;
	margin: 5px 10px;
}
.carousel-7 .item {
	width: 100%!important;
	height: auto;
}

._firstDiv img {
	width: 100%;
	height: auto;
	border-radius: 10px
}
.owl-carousel_no .owl-nav button.owl-next, .owl-carousel_no .owl-nav button.owl-prev {
	font-size: 30px;
	font-weight: 600;
	color: #f55e45;
	margin: 0 20px;
	display: none
}
.owl-carousel_no .item {
	display: flex;
	align-items: stretch;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	margin: 0 5px 10px;
	padding: 20px;
	border: 1px solid #b4b4b4
}
button:focus {
	outline: 0
}
._mn_uy_we {
	padding: 40px 0;
	background-color: #fafafa;
	position: relative
}
._cd_er_we_zs {
	width: 100%;
	margin: 25px 0;
	position: relative;
	padding: 10px;
	background: #f1f1f1
}
._cd_er_we_zs ol li {
	display: block;
	position: relative;
	margin: 0 0 0 60px;
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
	color: #5c5c5c
}
.btn-02 a, .btn-02 a span {
	color: #fff;
	font-size: 16px;
	position: relative
}
._cd_er_we_zs ol li p {
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 400;
	margin: 4px 0
}
._cd_er_we_zs ol li::before {
	content: "\f278";
	position: absolute;
	font-family: fontawesome;
	font-size: 27px;
	font-weight: 400;
	color: #f55e45;
	left: -50px;
	display: flex;
	align-items: center;
	height: 100%;
	bottom: 0
}
._nb_cd_er ul li:nth-child(2)::before, ._nd_er ol li::before {
	content: "\f003"
}
._nb_cd_er ul li:nth-child(3)::before, ._nd_er_io ol li::before {
	content: "\f095"
}
._lk_iu_ew {
	font-size: 20px;
	color: #292929;
	letter-spacing: .7px;
	margin: 10px 0 30px
}
#printButton:hover, .social-icon {
	color: #fff!important
}
.btn-02 {
	margin: 20px 0;
	width: 100%
}
.btn-02 a {
	padding: 6px 23px;
	z-index: 9;
	background: #f55e45;
	border-radius: 20px;
	cursor: pointer
}
.btn-02 a:after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	-webkit-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
	width: 0;
	background: #292929;
	height: 100%;
	top: 0;
	z-index: 1
}
._checkblock .form-check, .btn-02 a:hover:after {
	width: 100%
}
._vc_zs_qw {
	padding: 30px 0;
	position: relative;
	background: url(../images/footer.jpg) center/cover no-repeat #d0d7df;
	z-index: 1;
	border-top: 20px solid #222
}
._nb_cd_er {
	position: relative;
	margin: 20px 0;
	padding: 15px;
	width: 100%;
	text-align: left
}
._nb_cd_er h2 {
	font-size: 20px;
	color: #f88c7b;
	padding: 0 0 10px;
	position: relative
}
._nb_cd_er h2 a {
	color: #fff;
	background: rgba(255, 117, 31, 0);
	padding: 3px 8px
}
._nb_cd_er h2::after {
	content: "";
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, .3);
	height: 1px;
	left: 0;
	bottom: 0
}
._nb_cd_er p {
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: .4px;
	margin: 10px 0
}
._nb_cd_er ol li, ._nb_cd_er ul li {
	position: relative;
	padding: 10px 0 0 20px;
	font-size: 15px;
	color: #fff;
	line-height: 28px
}
._nb_cd_er ul li {
	padding: 10px 0 0 30px
}
._nb_cd_er ul li::before {
	content: "\f015";
	position: absolute;
	color: #fff;
	font-family: fontawesome;
	font-size: 20px;
	bottom: 0;
	display: flex;
	height: 100%;
	align-items: flex-start;
	left: 0;
	top: 23px
}
._nb_cd_er ol li::before {
	content: "\f105";
	position: absolute;
	font-family: fontawesome;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	left: 0;
	height: 100%;
	top: 6px
}
._nb_cd_er ol li a {
	color: #fff;
	background: rgba(255, 117, 31, 0);
	padding: 2px 5px
}
.end-footer {
	padding: 30px 0;
	background: #fff;
	position: relative
}
.footer_ico {
	padding: 0;
	display: flex;
	gap: 5px;
	margin-top: 8px
}
._cd_er_aa, ._cd_er_aa ol li, ._jh_er_xs, ul._list_tag li a {
	display: inline-block
}
._cd_er_ac, ._cd_er_ad {
	margin: 20px 0
}
.footer_ico li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #333;
	cursor: pointer
}
.footer_ico li:first-child {
	background-color: #3258a3
}
.footer_ico li:nth-child(2) {
	background-color: #f70000
}
.footer_ico li:nth-child(3) {
	background-color: #e80071
}
.footer_ico li .fa-youtube-square {
	transform: scale(1)
}
.social-icon {
	font-size: 24px
}
.footer_ico li:hover .social-icon {
	transform: scale(1.5)
}
._borl {
	border-left: 1px solid #d0d7df
}
._jh_er_xs {
	position: relative;
	padding: 0 10px 10px
}
._jh_er_xs h3 {
	text-align: left
}
._jh_er_xs p {
	font-size: 16px;
	color: #222;
	margin: 0;
	text-align: left
}
._jh_er_xs a {
	color: #222;
	font-weight: 600;
	padding: 0 20px;
	border-left: 1px solid #222
}
._jh_er_xs a:hover {
	color: #ff751f
}
._jh_er_xs a:first-child {
	padding-left: 0;
	border-left: none
}
._cc_ui {
	text-align: right
}
._cd_er_aq {
	padding: 40px 0;
	background: url(../images/about-01.jpg) center/cover no-repeat;
	position: relative
}
._cd_er_aq::before {
	position: absolute;
	content: "";
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	bottom: 0
}
._cd_er_aa {
	width: 100%;
	position: relative;
	padding: 20px 0;
	text-align: center
}
._cd_er_aa h2 {
	font-size: 25px;
	font-weight: 500;
	margin: 0;
	letter-spacing: .4px;
	color: #fff
}
._cd_er_aa ol li {
	position: relative;
	padding: 20px 18px;
	font-size: 19px;
	color: #fff
}
._cd_er_ad, ._cd_er_ad ol li {
	display: block;
	text-align: center
}
._cd_er_aa ol li::before {
	position: absolute;
	content: "\f101";
	font-family: fontawesome;
	font-size: 20px;
	color: grey;
	right: -7px
}
._cd_er_aa ol li:first-child {
	color: grey
}
._cd_er_ab {
	padding: 40px 0;
	background: #fff;
	position: relative
}
._cd_er_ac {
	position: relative;
	background: #f7f7f7;
	padding: 20px 15px;
	color: #292929
}
._cd_er_ad ol li {
	padding: 0 0 10px;
	height: 80px;
	width: 80px;
	border: 2px;
	margin: 0 auto;
	position: relative;
	transition: 1s;
	line-height: 80px
}
._cd_er_ad ol li:hover {
	background: #01082d;
	transition: 1s
}
._cd_er_ad ol li:hover i {
	color: #fff;
	transition: 1s
}
._cd_er_ad b {
	font-size: 18px;
	color: #292929;
	margin: 0 0 10px
}
._cd_er_ad p {
	line-height: 27px;
	color: grey;
	font-size: 16px;
	margin: 10px 0
}
._cd_er_ad ol li i {
	color: #f55e45;
	font-size: 30px;
	transition: 1s
}
._list_bg {
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	text-align: center;
	margin: 5px 0 10px
}
._list_bg h1 {
	background: #1e3047;
	color: #fff;
	margin: 0;
	padding: 10px 20px
}
ul._list_tag li {
	display: inline-table;
	margin: 5px 0
}
ul._list_tag li a {
	padding: 5px 30px;
	color: #fff;
	border-radius: 50px;
	background: #403b35;
	margin: 0 5px
}
ul._list_tag li a.active {
	color: #fff;
	background: #c30d23
}
._list_tag_p {
	padding: 5px 30px
}
.needs-validation div {
	text-align: left;
	margin: 3px 0;
	padding-left: 30px;
	display: flex;
	align-items: center
}
._form_bg, ._onlineIcon, ._onlineIcon ol, ._table_bg {
	text-align: center
}
.needs-validation ._formph-b {
	border-bottom: 1px dotted #b4b4b4;
	padding-left: 10px
}
.needs-validation ._formph {
	border-right: 1px dotted #b4b4b4;
	justify-content: flex-end;
	padding-right: 30px
}
.needs-validation ._formph span {
	color: #ca4e33;
	margin-right: 5px
}
.needs-validation .form-control, .needs-validation input, .needs-validation select {
	font-size: 16px;
	padding: 8px;
	border: 1px solid #b4b4b4;
	margin: 10px 2px
}
._historyDiv ._historytxt, ._historyDiv ._historytxt2 {
	padding: 4% 6%;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5))
}
.form-check-label {
	margin: 0 10px 0 5px
}
._checkblock {
	display: flex;
	flex-direction: column
}
._form_bg {
	background: #fefdfc;
	padding: 15px 20px;
	border: 1px solid #b4b4b4;
	border-radius: 0;
	margin: 0 0 0 20px
}
.form-control, .form-select {
	width: auto!important;
	padding: 9px 12px;
	display: inline-block
}
.form-control {
	min-width: 300px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control._small {
	min-width: 100px!important;
	max-width: 100px!important;
	width: 100px!important
}
.form-select {
	min-width: 80px;
	margin: 0!important
}
.form-select.w-300 {
	min-width: 300px
}
.form-select span {
	margin: 0 10px
}
.invalid-feedback {
	padding: 0 10px!important
}
._onlineIcon {
	position: absolute;
	right: -95px;
	width: 100px;
	z-index: 1;
	background: url(../images/bg_2.png) left top/150% auto no-repeat
}
._onlineIcon ol {
	padding-top: 50px;
	min-height: 700px
}
._onlineIcon ol li {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0;
	cursor: pointer
}
._onlineIcon ol li::before {
	content: "";
	background: url(../images/readerico_1.png) center center/100% auto no-repeat;
	color: #f55e45;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center
}
._onlineIcon ol li:nth-child(2)::before {
	content: "";
	background: url(../images/readerico_2.png) center center/100% auto no-repeat
}
._onlineIcon ol li:nth-child(3)::before {
	content: "";
	background: url(../images/readerico_3.png) center center/100% auto no-repeat
}
._onlineIcon ol li:nth-child(6)::before {
	content: "";
	background: url(../images/readerico_back.png) center center/100% auto no-repeat
}
._onlineIcon ol li:hover::before {
	transform: rotate(360deg);
	transition: .2s ease-in;
	color: #fff;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in
}
#printButton, ._jk_rt_we {
	position: relative;
	transition: .3s
}
._table_bg {
	background: #fefdfc;
	padding: 15px 20px;
	border: 1px solid #b4b4b4;
	border-radius: 10px;
	margin: 5px 0 10px
}
.table._table_bg tbody tr td, .table._table_bg tbody tr th {
	vertical-align: middle;
	padding: 10px 0;
	cursor: pointer
}
.table._table_festive tbody tr th, .table._table_year tbody tr td, .table._table_year tbody tr th {
	padding: 8px 5px 6px
}
.table._table_year tbody tr td:first-child, .table._table_year tbody tr th {
	width: 15%
}
.table._table_year tbody tr th span {
	font-family: SimSun, "å®‹ä?", serif;
	font-size: 36px;
	font-weight: 700;
	background: 0 0;
	color: #000
}
.table._table_festive tbody tr td:nth-child(2), .table._table_year tbody tr td:nth-child(2) {
	text-align: left;
	padding-left: 30px;
	border-left: 1px dotted #989898
}
.table._table_festive tbody tr td:nth-child(3), .table._table_year tbody tr td:nth-child(3) {
	text-align: left;
	padding-left: 30px
}
.table._table_year tbody tr td:first-child, .table._table_year tbody tr:first-child td:nth-child(2) {
	text-align: right;
	padding-left: 0;
	padding-right: 20px;
	border-right: 1px dotted #989898;
	color: #db6200;
	font-weight: 400
}
.table._table_year tbody tr:first-child td:nth-child(2) {
	border-left: none
}
.table._table_festive tbody tr td:first-child, .table._table_festive tbody tr:first-child td:nth-child(2) {
	width: 20%;
	padding-left: 0;
	padding-right: 20px;
	border-right: 1px dotted #989898;
	color: #d25555;
	font-size: 18px;
	text-align: left
}
.table._table_festive tbody tr td:first-child:hover, .table._table_year tbody tr td:first-child:hover {
	background: 0 0
}
.table._table_festive tbody tr th {
	width: 30%
}
.table._table_festive tbody tr th span {
	font-size: 30px;
	font-weight: 500;
	background: 0 0;
	color: #480e0e;
	line-height: 3rem
}
.table._table_festive tbody tr:first-child td:nth-child(2) {
	border-left: none;
	font-weight: 500
}
.table._table_festive tbody tr td:first-child {
	font-weight: 500
}
._historyDiv div {
	padding: 0;
	position: relative
}
._historyDiv ._historyimg::before {
	content: attr(data-content);
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 8px;
	text-align: center
}
._historyDiv ._historytxt {
	background: rgba(255, 255, 255, .7)
}
._historyDiv ._historytxt2 {
	background: rgba(0, 0, 0, .6);
	color: #fff
}
._historyDiv ._historytxt p, ._historyDiv ._historytxt2 p {
	padding: 8px 0;
	border-bottom: 1px dashed #c5c6c7;
	margin-bottom: 0
}
._historyDiv ._historytxt h3, ._historyDiv ._historytxt2 h3 {
	padding-top: 30px;
	margin: 5px 0
}
._historyDiv ._historytxt h3:first-child, ._historyDiv ._historytxt2 h3:first-child {
	padding-top: 0
}
._historyDiv ._historytxt ol, ._historyDiv ._historytxt2 ol {
	padding: 8px 0 8px 20px;
	border-bottom: 1px dashed #c5c6c7;
	margin-bottom: 0
}
._historyDiv ._historytxt ul, ._historyDiv ._historytxt2 ul {
	padding: 0 0 8px 20px;
	margin-bottom: 0
}
._historyDiv ._historytxt ol>li, ._historyDiv ._historytxt2 ol>li {
	list-style-type: decimal
}
._historyDiv ._historytxt ul>li, ._historyDiv ._historytxt2 ul>li {
	list-style-type: disc
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning, .btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:disabled, .btn-warning:hover, .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #d6c34e;
	border-color: #d6c34e
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #d6c34e;
	border-color: #d6c34e;
	box-shadow: 0 0 0 .25rem rgba(234, 219, 126, .5)
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(234, 219, 126, .5)
}
.table tbody tr th span {
	color: #fff;
	background: #d7c86d;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 20px
}
.table tbody tr {
	background: rgba(255, 255, 255, 0)
}
.paginationdiv .pagination, .table tbody tr td, .table tbody tr th {
	padding: 20px 0
}
.table tbody tr:hover {
	background: #fff
}
.table tbody tr td:first-child {
	border-right: 1px solid #ccc;
	text-align: left
}
.table tbody tr td:first-child a {
	color: #212529;
	padding-left: 30px
}
.table tbody tr td:first-child:hover {
	background: #eed2d6
}
.paginationdiv {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0 50px
}
.paginationdiv .pagination a.page-link {
	background: #403b35;
	color: #fff;
	border: 1px solid #403b35;
	border-radius: 20px;
	padding: 2px 10px;
	margin: 0 5px
}
.paginationdiv .pagination a.page-link:hover {
	background: #ff751f;
	border: 1px solid #ff751f
}
.paginationdiv .pagination li.page-item:first-child a.page-link, .paginationdiv .pagination li.page-item:last-child a.page-link {
	padding: 2px 33px
}
._mn_uy_we .form-control:focus {
	color: #555;
	background-color: #fff;
	border-color: #ccc;
	outline: 0;
	box-shadow: none
}
._mn_uy_we label {
	margin: 0 0 5px
}
._mn_uy_we ._ge_de_ol {
	height: 45px;
	box-shadow: none;
	border-radius: 0
}
._mj_ol_ek {
	padding: 40px 0;
	background-color: #f7f7f7;
	position: relative
}
._jk_rt_we {
	display: inline-block;
	width: 100%;
	z-index: 1;
	padding: 25px;
	text-align: left;
	background: #fff;
	margin: 30px 0 20px;
	box-shadow: 0 0 20px 0 rgba(213, 170, 109, .3);
	border-bottom: 5px solid #01082d
}
._jk_rt_we:hover {
	transform: translateY(-15px)
}
._kl_er_we {
	position: relative;
	margin: 10px 0;
	text-align: left
}
._kl_er_we ol li:nth-child(2) {
	display: flex;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background: #01082d;
	justify-content: center
}
._kl_er_we ol li:nth-child(2)::before {
	content: "\f00c";
	position: absolute;
	font-size: 20px;
	color: #fff;
	font-family: fontawesome
}
._kj_qw_cd {
	padding: 10px 0
}
#top-bar {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	z-index: 1000
}
#top-bar button {
	background-color: #c30d23;
	color: #fff;
	border: none;
	padding: 6px 15px 16px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 900
}
#top-bar button:hover {
	background-color: #f6af5b
}
._festival {
	pointer-events: none
}
._festival ._festivalTop {
	position: absolute;
	top: 0;
	z-index: 99
}
._festival ._festivalDown {
	width: 100vw;
	height: 150px;
	max-height: 150px;
	background-image: var(--bg-image);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat
}
.org-chart-container {
	padding: 30px;
	border-radius: 30px;
	width: 100%;
	position: relative
}
.org-chart {
	display: flex;
	flex-direction: column;
	align-items: center
}
.level {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px
}
.employee, .photo-container {
	display: flex;
	margin-bottom: 10px
}
.department {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	flex: 1
}
.employee {
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 30px
}
.photo-container {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	border: 3px solid #9b9b9b
}
._departmentphoto {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.name-plate {
	background-color: #bf544f;
	color: #fff;
	padding: 3px 20px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	max-width: 250px;
	margin: 0 10px 5px 0
}
.dark-plate {
	background-color: #ca8c89
}
.dark-plate2 {
	background-color: #c39573
}
.dark-plate3 {
	background-color: #bdbb7d
}
.dark-plate4 {
	background-color: #802c28
}
.position {
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px
}
.vertical-line {
	width: 2px;
	background-color: #9b9b9b;
	height: 20px;
	margin-bottom: -10px;
	display: none
}
.department-children {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative
}
.department-children::before, .vertical-connector {
	top: -20px;
	left: 50%;
	width: 2px;
	height: 20px;
	background-color: #9b9b9b;
	transform: translateX(-50%)
}
.department-children::before {
	content: '';
	position: absolute;
	display: none
}
.department-children .department:not(:last-child)::after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	width: 50%;
	height: 2px;
	background-color: #9b9b9b
}
.department-children .department:not(:first-child)::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #9b9b9b
}
.department._noleft:not(:last-child)::after, .department._noright:not(:last-child)::before {
	content: '';
	position: absolute;
	top: -20px;
	right: 0;
	width: 50%;
	height: 0;
	background-color: #9b9b9b
}
.vertical-connector {
	position: absolute
}
@media print {
	._pro_Time, ._pro_Title {
		width: auto!important;
		line-height: normal!important;
		float: left
	}
	#calendar .container, #calendar .p-3, #calendar .row, ._pro_Time, ._pro_Title, ._pro_Title h1, .calendarDIV .container, .calendarDIV .p-3, .calendarDIV .row {
		padding: 0!important;
		margin: 0!important
	}
	._pro_Time, ._pro_Time ol, ._pro_Title, ._pro_Title h1, ._pro_Title h4 {
		margin: 0!important
	}
	._pro_Day, .map_Svg {
		transform: scale(1)!important
	}
	#pageItem, ._hg_we_fe, ._more, .breadcrumb, .calendarDIV:not(.map_Svg), .carousel, .header-wrapper, .navbar, .noprint, .pagemain, .top_nav, aside, body>:not(#calendar):not(.map_Svg), footer, header, nav {
		display: none!important
	}
	._pro_Title {
		border-left: none;
		height: auto!important
	}
	._pro_Title h1 {
		font-size: 16px;
		line-height: 16px;
		float: left
	}
	._pro_Title h4 {
		font-size: 11px;
		line-height: 16px;
		padding: 0 0 0 10px!important;
		float: left
	}
	._pro_Time h4 {
		font-size: 14px;
		line-height: 14px;
		float: left
	}
	._pro_Time ol {
		padding: 5px 0 0 20px!important;
		white-space: nowrap
	}
	._pro_Time ol li {
		font-size: 14px;
		display: inline
	}
	._pro_Day {
		max-width: 800px
	}
	._pro_Day ul {
		padding: 0
	}
	._pro_Day ul li>div:nth-child(2) {
		font-size: 10px;
		line-height: normal
	}
	._pro_Day ul li>div:nth-child(2) span {
		font-size: 12px;
		line-height: normal
	}
	._pro_Day ._time ul li {
		font-size: 9px;
		line-height: 11px
	}
	.map_Svg {
		display: block!important;
		transform-origin: top center;
		height: auto;
		min-height: 800px;
		width: 100%
	}
	.map-container {
		position: relative;
		max-width: 800px;
		margin: 0 auto;
		height: calc(­ì©l°ª«× * 1)!important;
		overflow: visible
	}
}
@page {
	size: A4;
	margin: 1.2cm 1cm 1cm 1cm
}
#printButton {
	display: inline-block
}
@media (max-width:991px) {
	._festival ._festivalTop {
		width: 30%;
		height: auto;
		transform: rotateY(180deg);
		right: 0
	}
}
@media (min-width:992px) {
	._festival ._festivalTop {
		width: 20%
	}
}
@media (max-width:575px) {
	.menu, .menu.active {
		height: 100vh;
		width: 100%
	}
	.logo, .menu {
		width: 100%
	}
	.menu-toggle, .menu.active {
		visibility: visible;
		opacity: 1
	}
	.menu ul li, .menu.active {
		display: block
	}
	.menu {
		position: absolute;
		top: 90px;
		left: 0;
		background: #fff;
		transition: 1s
	}
	.my-nav, nav {
		position: unset
	}
	.logo a img {
		width: 60%
	}
	.my-nav {
		width: unset
	}
	.menu {
		display: none;
		opacity: 0;
		visibility: hidden
	}
	.menu.active {
		z-index: 999
	}
	._ne_ol_vw {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%
	}
	._ne_ol_vd ol ._no_lo_hg {
		margin: 0 10px 0 45px
	}
	.d-md-block h5 {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: .6px
	}
	.btn_01 a, .btn_01 a span {
		font-size: 14px
	}
	.d-md-block {
		width: 85%;
		top: 0;
		display: block!important;
		left: 0;
		right: 0
	}
	.btn_01 a {
		padding: 9px 14px
	}
	._Mnoshow, .btn_01 {
		display: none
	}
	._ab_er_we, ._bd_we_xs_qw, ._cd_er_ab, ._cd_er_aq, ._hn_cd_we_xs, ._mn_uy_we, ._ng_cs_we_rw, ._vc_zs_qw, ._vd_yt_re_wq {
		padding: 20px 0
	}
	._hg_we_fe, ._lk_bg_cd, ._nb_cd_er {
		margin: 10px 0
	}
	._nb_cd_er {
		padding: 0 10px
	}
	._vd_yt_re_wq ._ne_ol_vd_pl {
		margin: 10px auto
	}
	._Mpt110 {
		padding-top: 110px
	}
	._Mpt150 {
		padding-top: 150px
	}
	._Mmb200 {
		margin-bottom: 200px
	}
	._Mmb250 {
		margin-bottom: 250px
	}
	._Mmb300 {
		margin-bottom: 300px
	}
	._Mmb400 {
		margin-bottom: 400px
	}
}
@media (min-width:576px) and (max-width:768px) {
	.logo, .menu {
		width: 100%
	}
	.menu-toggle, .menu.active {
		visibility: visible;
		opacity: 1
	}
	.menu ul li, .menu.active {
		display: block
	}
	.menu {
		position: absolute;
		top: 90px;
		left: 0;
		height: 100vh;
		background: #fff;
		transition: 1s
	}
	.my-nav, nav {
		position: unset
	}
	.logo a img {
		width: 60%
	}
	.my-nav {
		width: unset
	}
	.menu {
		display: none;
		opacity: 0;
		visibility: hidden
	}
	.menu.active {
		height: 100vh;
		width: 100%;
		z-index: 999
	}
	._ne_ol_vw {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%
	}
	._ne_ol_vd ol ._no_lo_hg {
		margin: 0 10px 0 45px
	}
	.d-md-block h5 {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: .6px
	}
	._cd_er_we_zs ol li p, .btn_01 a, .btn_01 a span {
		font-size: 14px
	}
	.d-md-block {
		width: 100%;
		top: 40%;
		display: block!important;
		left: 0;
		right: 0
	}
	.btn_01 a {
		padding: 9px 14px
	}
	.btn_01 {
		margin: 20px 0 0
	}
	._ab_er_we, ._bd_we_xs_qw, ._hn_cd_we_xs, ._mn_uy_we, ._ng_cs_we_rw, ._vc_zs_qw, ._vd_yt_re_wq {
		padding: 20px 0
	}
	._kl_bv_xs ol li {
		width: 28%
	}
	._kl_bv_xs ol li p {
		text-align: center;
		line-height: 22px
	}
	._bv_xs_we {
		height: 200px
	}
	._cd_er_we_zs ol li::before {
		left: -30px
	}
	._cd_er_we_zs ol li {
		margin: 0 0 0 30px;
		font-size: 15px
	}
}
@media (min-width:768.01px) and (max-width:991.98px) {
	.menu, .menu.active {
		height: 100vh;
		width: 100%
	}
	.logo, .menu {
		width: 100%
	}
	.menu-toggle, .menu.active {
		visibility: visible;
		opacity: 1
	}
	.menu ul li, .menu.active {
		display: block
	}
	.menu {
		position: absolute;
		top: 90px;
		left: 0;
		background: #fff;
		transition: 1s
	}
	.my-nav, nav {
		position: unset
	}
	.logo a img {
		width: 41%
	}
	.my-nav {
		width: unset
	}
	.menu {
		display: none;
		opacity: 0;
		visibility: hidden
	}
	.menu.active {
		z-index: 999
	}
	._bv_xs_we {
		height: 210px
	}
	._he_w h3 {
		font-size: 16px
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.logo {
		width: 41%
	}
}
@keyframes LINE-MOVE {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(95px)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}