@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
html{
	font-size: 1em;
}
html,
body {
	width: 100%;
	line-height: 1.8;
  	color: #333;
  	overflow:visible;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 600;
}
body.medium{
	font-size: 1.1em;
}
body.small{
	font-size: 1em;
}
body.large{
	font-size: 1.25em;
}
a {
    color: #ff5555;
    outline: none;
}
.g-font-style-tc{
	font-family: 'Noto Sans TC', sans-serif;
	letter-spacing: 1.3px;
}
.navbar {
    padding: 0 10px;
}
.navbar .navbar-nav{
	padding: 0;
}
.u-header__logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 502;
}
.navbar-brand img {
    height: 70px;
    margin: 0;
    padding: 5px 5px 5px 25px;
    background-color: #fff;
}
.js-header-fix-moment .navbar {
    padding: 0 10px;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #ff6666;
    padding: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #fff;
    background-color: #ff6666;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #ff6666;
    padding: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #ff6666;
    background-color: #efefef;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #ff6666;
    background-color: #efefef;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #ff6666;
    background-color: #efefef;
}
.hs-has-sub-menu > a::after {
    content: "\f0d7";
    font-family: "FontAwesome" !important;
    font-size: 0.8em;
    display: inline;
    margin-left: 7px;
}
.hs-sub-menu {
    padding: 0;
    margin: 0;
}
.hs-sub-menu, 
.hs-mega-menu {
    background-color:#efefef;
    color: #ff6666;
    box-shadow: 0 5px 8px rgba(0,0,0,0.05);
}
.hs-mega-menu h2{
	font-weight: 400;
	font-size: 1.5em;
	position: relative;
	padding: 18px 0 18px 30px;
	color: #111;
}
.hs-mega-menu h2:after{
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	z-index: -1;
}
.hs-has-mega-menu.hs-mega-menu-opened .nav-link,
.hs-sub-menu.hs-sub-menu-opened .nav-link{
	background-color: #efefef;
	color: #ff6666 !important;
}
.hs-has-mega-menu.hs-mega-menu-opened .hs-mega-menu a.nav-link,
.hs-mega-menu a.nav-link,
.hs-has-sub-menu.hs-has-sub-menu-opened .hs-sub-menu a.nav-link,
.js-header-change-moment .hs-has-mega-menu.hs-mega-menu-opened .hs-mega-menu a.nav-link,
.js-header-change-moment .hs-mega-menu a.nav-link,
.js-header-change-moment .hs-has-sub-menu.hs-has-sub-menu-opened .hs-sub-menu a.nav-link,
.u-header__section--primary--shift.js-header-change-moment .hs-has-mega-menu.hs-mega-menu-opened .hs-mega-menu a.nav-link,
.u-header__section--primary--shift.js-header-change-moment .hs-mega-menu a.nav-link,
.u-header__section--primary--shift.js-header-change-moment .hs-has-sub-menu.hs-has-sub-menu-opened .hs-sub-menu a.nav-link{
	padding: 7px 15px !important;
	display: block;
	color: #ff6666 !important;
	font-weight: 700;
    letter-spacing: 1.2px;
}
.hs-has-mega-menu.hs-mega-menu-opened .hs-mega-menu a.nav-link:hover,
.hs-mega-menu a.nav-link:hover,
.hs-has-sub-menu.hs-has-sub-menu-opened .hs-sub-menu a.nav-link:hover{
	background-color: #fff;
	color: #ff6666 !important;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu-opened .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu-opened .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu-opened .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu-opened .nav-link,
.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-mega-menu-opened .nav-link {
	background-color: #efefef;
	color: #ff6666;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link, 
.u-header__section--light.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link  {
    color: #ff6666;
    padding: 7px 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.4;
    transition: all .5s ease;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link:hover, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link:hover, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link:hover, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .hs-has-sub-menu .hs-sub-menu .nav-link:hover {
    color: #ff6666;
    padding: 7px 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    background-color: rgba(0,0,0,0.09);
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 300px;
    --bs-offcanvas-height: 30vh;
}
/*scroll-down*/
.top{
	position: relative;
}
.top .scroll-down {
    position: absolute;
    left: calc(50% - 1px);
    top: -50px;
    width: 2px;
    transition: opacity 0.5s linear 2s, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 2s;
    z-index: 2;
}
.top .scroll-down.hidden {
    opacity: 0;
    transform: translateY(50px);
    z-index: 2;
}
.top .scroll-down__text {
    font-size: 0.7em;
    font-family: "Roboto";
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff6666;
    text-align: center;
    z-index: 2;
}
.top .scroll-down__border {
    position: relative;
    width: 2px;
    height: 180px;
    margin: auto;
    background-color: #efefef;
    overflow: hidden;
    z-index: 2;
}
.top .scroll-down__border:after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 40%;
    position: absolute;
    animation-name: animateScrollBar;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    background-color: #ff6666;
    z-index: 2;
}
@keyframes animateScrollBar {
  	0% {
    	transform: translateY(-100px);
	}
  	80% {
    	transform: translateY(200px);
	}
  	100% {
    	transform: translateY(200px);
    }
}
.index-list-group a{
	display: block;
	padding: 20vh 0 30px 0;
	min-height: 50vh;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.index-list-group a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0);
	display: block;
	z-index: 0;
	transition: all .5s ease;
}
.index-list-group a:hover:before,
.index-list-group a:focus:before {
	background-color: rgba(0,0,0,0.5);
}
.index-list-group a .index-list-info{
	position: relative;
	padding: 30px 50px;
	background-color: rgba(255,102,102,0.9);
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.2);
	z-index: 10;
	transition: all .5s ease;
}
.index-list-group a:hover .index-list-info,
.index-list-group a:focus .index-list-info {
	background-color: rgba(255,102,102,1);
	box-shadow: 0 20px 15px -8px rgba(0, 0, 0, 0.4);
}
.index-list-group a .index-list-info h3{
	position: relative;
	z-index: 10;
	font-size: 1.6em;
	margin-bottom: 20px;
} 
.index-list-group a .index-list-info-w{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.index-list-group a .index-list-info-w .end-time{
	border-left: 1px solid #fff;
	padding-left: 30px;
}
.index-list-group a .index-list-info-w .end-time strong {
	font-weight: 800;
	letter-spacing: 1px;
}
.index-list-group a .index-list-info .more{
	text-align: right;
	padding-top: 20px;
	font-weight: 800;
}
.index-list-group a .index-list-info .more i {
	margin-left: 10px;
	transition: all .5s ease;
}
.index-list-group a:hover .index-list-info .more i ,
.index-list-group a:hover .index-list-info .more i {
	margin-left: 30px;
}
.header-title{
	padding-top: 70px;
	margin-bottom: 50px;
	text-align: center;
}
.header-title h2{
	display: inline-block;
	padding: 15px 15px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
.big-header{
	padding-top: 80px;
}
.big-header .photo-bg{
	min-height: 40vh;
}
.big-header .big-header-title{
	position: absolute;
	left: -30px;
	bottom: -30px;
	display: inline-block;
	background-color: rgba(255, 102, 102, 0.9);
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 50px;
}
.big-header .big-header-title h2{
	font-size: 1.7em;
}
.header-s{
	background-color: #ff6666;
	color: #fff;
	padding: 10px 10px 4px 10px;
	margin-bottom: 0;
	text-align: center;
}
.header-s h2{
	font-size: 1.2em;
}
.form-wrapper{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 15px 35px -12px rgba(0, 0, 0, 0.2)
}
.accordion {
	border-radius: 0;
	line-height: 1.4;
}
.accordion-item {
    border: none !important;
    border-radius: 0 !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.1em;
    color: #333 !important;
    background-color: #fff !important;
    text-align: left;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    overflow-anchor: none;
    margin: 15px 0;
    padding: 5px 15px;
    font-weight: 600;
}
.accordion-button span{
	font-size: 1.6em;
	color: #ff6666;
	width: 60px;
	display: inline-block;
}
.accordion-item{
	background-color: #efefef;
}
.gotomain-btn{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 602;
	width: 35px;
}
.gotomain-btn a{
	width: 35px;
	text-align: center;
	padding: 7px 1px 7px 0;
	background-color: #ff6666;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	transition: all .5s ease;
	font-size: 1.1em;
}
.gotomain-btn a:focus{
	opacity: 1;
}
input[type="checkbox"]:checked + .g-bg-primary--checked, 
input[type="radio"]:checked + .g-bg-primary--checked, 
input[type="checkbox"]:checked + * .g-bg-primary--checked, 
input[type="radio"]:checked + * .g-bg-primary--checked {
    background-color: #ff6666 !important;
}
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4, 
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4, 
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4, 
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4, 
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4, 
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4, 
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4, 
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
    color: #ff6666;
    border-color: #ff6666;
}
.page-title{
	text-align: center;
	position: relative;
}
.page-title h2 {
	font-weight: 300;
}
.form-s-title{
	font-size: 1.1em;
	color: #ff6666;
	border-top: 1px solid #ff6666;
	border-bottom: 1px solid #ff6666;
	margin-top: 10px;
	margin-bottom: 20px;
}
.form-s-title h3{
	padding: 5px;
	font-size: 1.1em;
	margin: 0;
}
.accesskey{
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
	text-decoration: none;
	border: 3px dashed rgba(0,0,0,0);
	opacity: 0;
	z-index: 600;
}
.accesskey:focus{
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
	text-decoration: none;
	border: 3px dashed rgba(0,0,0,1);
	opacity: 1;
}
.container{
	position: relative;
}
.dropdown-item {
    padding: 0;
}
.dropdown-item a.nav-link{
	padding: 5px 15px !important;
	color: #fff;
}
.index-intro{
	padding: 100px 0 60px 0;
	/*min-height: calc(50vh - 70px);*/
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-intro-inner{
	width: 95%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.index-intro-inner img{
	width: 90%;
	max-width: 460px;
}
.index-intro-inner .index-intro-name {
	font-size: 2.6em;
	padding: 15px 0;
}
.inedx-news{
	width: 95%;
	max-width: 800px;
	margin: 0 auto 50px;
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.inedx-news h3{
	font-weight: 800;
}
.inedx-news ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.inedx-news ul li a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	transition: all .5s ease;
}
.inedx-news ul li a:hover,
.inedx-news ul li a:focus {
	background-color: #efefef;
}
.inedx-news ul li a span{
	min-width: 100px;
	color: #999;
	display: inline-block;
}
.history-list{
	border-top: 2px solid #ff6666;
}
.history-list-group a{
	padding: 30px 20px 10px 20px;
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ff6666;
	transition: all .5s ease;
}
.history-list-group a:hover,
.history-list-group a:focus {
	background-color: #efefef;
}
.history-list-group a strong{
	font-weight: 800;
	color: #777;
	letter-spacing: 1px;
}
.history-list-group a h3{
	font-size: 1.4em;
}
.rev_slider_wrapper{
	z-index: 0;
}
.hamburger {
	margin-top: -3px;
}
.h1-style {
    font-size: 2.5rem;
}
.h5-style {
    font-size: 1.25rem;
}
.g-bg-black-opacity-0{
	background-color: rgba(0,0,0,0) !important;
}
.banner-left{
	text-align: center;
	background-image: url('../img/banner-left.png');
	background-size: 640px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding-bottom: 320px;
}
.banner-left img{
	width: 100%;
	max-width: 350px;
}
.font-size-header .hs-mega-menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.font-size-header .hs-mega-menu ul li{
	display: inline-block;
}
.font-size-header .hs-mega-menu ul li a{
	padding: 0 8px;
	display: block;
	transition: all .5s ease;
	color: #ff6666;
	text-decoration: none;
}
.font-size-header .hs-mega-menu ul li.active a,
.font-size-header .hs-mega-menu ul li.active a:hover{
	background-color: #fff;
}
.font-size-header .hs-mega-menu ul li a:hover{
	background-color: rgba(0,0,0,0.1);
}
.g-bg-style{
	background-color: #fff !important;
}

.banner .rev_slider .tp-parallax-wrap {
	display: inline-block;
	width: 20%!important;
	left: 50px!important;
	top: 48px!important;
	max-width: 205px!important;
}

.banner .rev_slider .tp-parallax-wrap a.moreBtn {
	font-size: 1rem!important;
	position: fixed;
	top: 70vh;
	left: calc(50vw - 120px);
	width: 150px;
	text-align: center !important;
	font-weight: 700;
	letter-spacing: 1.2px;
	background-color: #a6302b;
	color: #eed7a0;
	text-decoration: none;
	border-radius: 50px;
	padding: 10px;
	transition: all .5s ease;
	z-index: 10;
}
.banner .rev_slider .tp-parallax-wrap a.moreBtn span{
	font-size: 1rem!important;
	transition: all .5s ease;
}
.banner .rev_slider .tp-parallax-wrap a.moreBtn:hover {
	background-color: #eed7a0;
	color: #a6302b;
}
.banner .rev_slider .tp-parallax-wrap a.moreBtn:hover span{
}
.u-icon-v3{
	text-decoration: none;
}
.phone-view{
	display: none;
}
.pc-view{
	display: block;
}
.hs-sub-menu {
    min-width: 220px;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.3);
}
.navbar-toggler .hamburger-line{
	height: 1px;
	background-color: #222;
	width: 1.5em;
	display: block;
	margin: 7px auto;
}
.u-header {
    font-size: 1.05em;
    z-index: 501;
    background-color: #F4F7FF;
}
.u-header.js-header-fix-moment {
	background-color: #fff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand h1{
	font-size: 0;
	padding: 0;
	margin: 0;
}
nav.navbar .top-menu {
	position: absolute;
	top: -12px;
	right: 15px;
	display: inline-block;
}
.js-header-change-moment nav.navbar .top-menu{
	top: -8px;
}
.js-header-change-moment nav.navbar .top-menu ul li.link a.loginBtn {
	border-radius: 0 0 10px 10px;
}
ul.navbar-nav {
}
.js-header-change-moment ul.navbar-nav {
}
.g-bor-lt{
	border-left: 1px solid #999999;
}
.offcanvas {
    background-color: #ff6666;
}
.content{
	min-height: calc(100vh - 160px);
}
.text-title {
    padding: 5px 0 5px 20px;
    border-left: 5px solid #ff6666;
    font-size: 1.4em;
    color: #ff6666;
}
.text-info {
    color: #000000!important;
    background-color: #e1efff;
}
.custom-control-label::before, .custom-control-label::after {
    position: absolute;
    top: .4rem;
}
.g-bg-secondary-2 {
    background-color: #f2f2f2 !important;
}
.u-btn-primary {
    color: #fff;
    background: #ff6666;
}
.u-btn-primary:hover, 
.u-btn-primary.active {
    border-color: #ff6666;
    background-color: #ff6666;
}
.u-btn-primary.u-btn-hover-v2-2::after,
.u-btn-primary.u-btn-hover-v2-2:hover::after {
    background-color: #ff6666;
}
.u-btn-primary.u-btn-hover-v2-2:hover {
    background-color: #ff6666;
    overflow: hidden;
    color: #fff;
}
.u-btn-outline-primary.u-btn-hover-v2-2::after,
.u-btn-outline-primary.u-btn-hover-v2-2:hover::after {
    background-color: #ff6666;
}
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff6666;
    --bs-btn-border-color: #ff6666;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff6666;
    --bs-btn-hover-border-color: #ff6666;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff6666;
    --bs-btn-active-border-color: #ff6666;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff6666;
    --bs-btn-disabled-border-color: #ff6666;
}
.navbar .u-main-nav-v1 .nav-item.active > .nav-link, 
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link, 
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.show > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link, 
.navbar .u-main-nav-v1 .nav-item .nav-link:focus {
    color: #fff;
    background-color: #ff6666;
}
.u-btn-outline-primary {
    color: #ff6666;
    border-color: #ff6666;
    background-color: transparent;
}
.u-btn-outline-primary.u-btn-hover-v2-2::after, 
.u-btn-outline-primary.u-btn-hover-v2-2:hover::after {
    background-color: #ff6666;
}
.u-btn-outline-primary:hover {
    color: #000 !important;
    border-color: #999 !important;
}
.g-line-bottom{
	border-bottom: 1px solid #ff6666;
}
.check-wrapper{
	display: inline-block;
	padding: 20px 30px;
	background-color: #efefef;
	border-radius: 50px;
	font-size: 1.05em;
	font-weight: 600;
	letter-spacing: 1px;
}
.navbar .u-main-nav-v1 .nav-link {
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius:0;
    border: 3px dashed rgba(0,0,0,0);
    transition: all .5s ease;
}
.navbar .u-main-nav-v1 .nav-link:hover {
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius:0;
    border: 3px dashed rgba(0,0,0,0);
    background-color: rgba(0,0,0,0.2);
}
.form-text {
    margin-top: 0.25rem;
    font-size: 1em; 
    color: #333;
}
.g-bg-primary {
    background-color: #ff6666 !important;
}
.media-news{
	min-height: 50vh;
}
.photo-bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.u-fancybox-theme .fancybox-button--fullscreen::before {
    content: "\f002";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--close::before {
    content: "\f00d";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--play::before {
    content: "\f04b";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-arrow--left::before, 
.u-fancybox-theme .fancybox-arrow--right::before {
    content: "\f054";
    font-family: FontAwesome;
}
.fancybox-button.fancybox-button--thumbs,
.fancybox-button--thumbs{
	display: none;
}
.form-style {
    margin-bottom: 30px;
    background-color: #e0e6ee;
}
.form-style .form-group {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
}
.form-style .form-group:nth-child(odd) {
    background-color: rgba(255,255,255,0.3);
}
.form-style .form-group .row .form-title, .form-style .form-group .row .form-text {
    padding: 10px 15px;
}
.form-style .form-group .row .form-title {
    border-right: 1px solid #ffffff;
}
.form-text {
    display: block;
    margin-top: 0;
}
.g-color-red {
    color: #f00 !important;
}
.form-style .form-group input, .form-style .form-group select, .form-style .form-group textarea {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    background-color: #ffffff;
}
.phone-sed-menu{
	padding-bottom: 10px;
}
.phone-sed-menu-title{
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
.phone-sed-menu-lang{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0;
}
.navbar .u-main-nav-v1 .phone-sed-menu-lang .nav-link{
	display: block;
	padding: 0px 10px;
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	color: rgba(255,255,255,0.4);
}
.navbar .u-main-nav-v1 .phone-sed-menu-lang .nav-link:hover,
.navbar .u-main-nav-v1 .phone-sed-menu-lang .nav-link:focus{
	display: block;
	padding: 3px 10px;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
}
.navbar .u-main-nav-v1 .phone-sed-menu-lang .nav-link.avtive{
	border: 1px solid #fff;
	color: #fff;
}
.space .space-group:hover .space-info .item-icon li {
    background-position: center 10px;
    padding-top: 55px;
}
.btn-wrapper{
	padding: 20px ;
}
.bread{
	background-color: #892e33;
	color: #eed7a0;
	padding: 0px 8px;
	display: inline-block;
	width: auto;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.bread ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.bread ul li{
	display: inline-block;
	padding: 0 10px 0 5px;
position: relative;}
.bread ul li a{
	color: #eed7a0;
	transition-duration: 0.3s;
	text-decoration: none;
}
.bread ul li a:hover{
	text-decoration: none;
	color: #eed7a0;
}
.bread ul li:after {
	content: '';
	font-size: 0.8em;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #eed7a0;
	position: absolute;
	right: 0;
	top: 12px;
	border-radius: 10px;
}
.bread ul li:last-child {
	padding-right: 5px;
}
.bread ul li:last-child:after {
	display: none;
}

.table-wrapper,
.table-style{
	width: 100%;
/*	overflow-x: scroll; */
}
table.table-style,
.table-style table{
/*	min-width: 850px; */
	width: 100%;
	border-bottom: 2px solid #999999;
}
.table-style th{
	padding: 1px 5px;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	text-align: center;
}
.table-style td{
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	min-height: 100px;
	vertical-align: top;
}
.table-style tr td:last-child{
	border-right: none;
}
.table-style td strong{
	font-weight: 800;
	font-size: 1.2em;
	background-color: rgba(0,0,0,0.09);
	display: block;
	line-height: normal;
}
.table-style td .text a{
	background-color: #ad4f9c;
	color: #ffffff;
	padding: 0 3px;
	display: block;
	transition: all .5s ease;
}
.table-style td .text a:hover{
	text-decoration: none;
	background-color: #1e5799;
}
.table-style .today{
	background-color: #CEB3E0;
	color: #1e5799;
}
.table-style .today strong{
	background-color: rgba(255,255,255, 0.7);
}
.table-month{
	/* border-top: 3px solid rgba(0,0,0,0.15); */
	padding: 10px 0;
}
.table-rwd{

}
.table-rwd table{
	width: 100%;
}
.table-rwd table th{
	background-color: rgba(0,0,0,0.05);
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	font-size: 0.8em;
}
.table-rwd table th{
	min-width: 12em;
}
.table-rwd table th:first-child{
	min-width: auto;
}
.table-rwd table th:last-child{
	border-right: none;
}
.table-rwd table td{
	padding: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	vertical-align: top;
	min-height: 3em;
}
.table-rwd table tr td:last-child{
	border-right: none;
}
.table-rwd table td strong{
	font-size: 1.2em;
	font-weight: 600;
	color: #999999;
}
.table-rwd table td.data-va strong{
	color: #cc4444;
}
.table-rwd table td a{
	display: block;
	transition: all .5s ease;
	color: #ff6666;
	line-height: normal;
	padding: 3px;
	text-decoration: none;
	transition: all .5s ease;
}
.table-rwd table td a span{
	display: block;
	font-size: 0.8em;
	color: #3077af;
	margin-bottom: -3px;
}
.table-rwd table td a:hover{
	background-color: #3077af;
	text-decoration: none;
	color: #ffffff;
}
.table-rwd table td a:hover span{
	color: rgba(255,255,255,0.7);
}
.table-rwd table td.data-today{
	background-color: rgba(0,0,0,0.09);
}
.table-rwd table td.data-today strong{
	color: #000000;
}
.steamap-list a {
	padding: 10px;
	background-color: #ff6666;
	border-radius: 30px;
	display: block;
	color: #ffffff;
	transition: all .5s ease;
	height: 100%;
	border: 2px solid #ff6666;

}
.steamap-list a:hover {
	background-color: #f4f7ff;
	border: 2px solid #6a7ca8;
	color: #333;
}
.footer-style{
	background-color: #efefef;
	position: relative;
	z-index: 10;
	padding: 30px 0;
}
.footer-bottom a{
	text-decoration: none;
	color: #ff6666;
	transition: all .5s ease;
}
.footer-bottom a:hover,
.footer-bottom a:focus{
	color: #111;
}
.footer-logo{
	width: 100%;
	max-width:300px;
}
.contant-wrapper{
}
.h-100vh{
	height: 100vh;
	z-index: -1;
	width: 30px;
}
.g-order-1--md{
	order: 2;
}
.g-order-2--md{
	order: 1;
}
.g-order-1--sm{
	order: 2;
}
.g-order-2--sm{
	order: 1;
}
.g-color-primary {
    color: #ff6666 !important;
}

.download{
	padding: 15px 0;
	border-top: 2px solid #ff6666;
	border-bottom: 2px solid #ff6666;
}
.download i{
	font-size: 2.5em;
	color: #999;
}
.download span{
	color: #777;
}
.download a{
	display: block;
	padding: 3px;
	color: #111;
	text-decoration: none;
	transition: all .5s ease;
}
.download a:hover,
.download a:focus{
	background-color: #efefef;
	color: #ff6666;
}

.btn-book{
	display:block;
	text-decoration:none;
	text-align:center;
}
.btn-book img {
	width: 200px;
	box-shadow:0 20px 25px -12px rgba(0, 0, 0, 0.4);
	transition:all .5s ease;
	position:relative;
	top: 0;
}
.btn-book span{
	display:block;
	padding:30px 20px 15px 20px;
	color: #fff;
	background-color:#ED6D1F;
	border-radius:50px 50px;
	width:280px;
	font-size:1.1em;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin: 0 auto;
	margin-top:-15px;
	transition:all .5s ease;
}
.btn-book:hover img {
	position:relative;
	top: -10px;
}
.btn-book:hover span{
	background-color: #1D3B8C;
}
.btn-big{
	padding: 15px 40px;
	display:inline-block;
	color:#fff;
	background-color:#ED6D1F;
	text-decoration:none;
	border-radius:30px;
	border: none;
	font-size:1.1em;
	font-weight: 700;
	letter-spacing: 1.2px;
	transition:all .5s ease;
}
.btn-big:hover{
	background-color: #1D3B8C;
	color:#fff;
}
.btn-social{
	width:50px;
	height:50px;
	display:inline-block;
	font-size:1.3em;
	color: #eed7a0;
	font-size: 1.8em;
	transition: all .5s ease;
	text-align: center;
	line-height: 50px;
}
.btn-social:hover{
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}

@keyframes wave {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(4px);
	}
}
.main-wrapper{
	background-image: url('../img/bg-repeat-01.png');
	background-size: 120px;
	
	min-height: calc(100vh - 174px);
	position: relative;
}
.main-wrapper:before{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(153,46,45,0.6) 0%,rgba(153,46,45,0.96) 10%,rgba(153,46,45,0.96) 90%,rgba(153,46,45,0.6) 100%); 
	content: "";
	z-index: 0;
}
.main-inner{
	position: relative;
	z-index: 2;
}

.tab-style{
	margin-bottom: 40px;
}
.tab-style ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.tab-style ul li{
	display: inline-block;
	margin: 6px;
}
.tab-style ul li a{
	padding: 10px 30px;
	background-color: #fff;
	border: 3px solid #ff6666;
	color: #ff6666;
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size:1.1em;
	transition: all .5s ease;
}
.tab-style ul li a:hover{
	background-color: rgba(0,0,0,0.2);
}
.tab-style ul li.active a{
	background-color: #ff6666;
	color: #fff;
	border: 3px solid #ff6666;
}
.tab-month{
	width: 100%;
	overflow: visible;
	text-align: center;
	margin-bottom: 50px;
  	/*cursor: grab;
  	position: relative;
  	box-shadow: 30px 0 15px -16px rgba(0, 0, 0, 0.4);*/
}
.tab-month ul{
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
}
.tab-month ul li{
	position: relative;
}
.tab-month ul li a{
	line-height: normal;
	white-space: nowrap;
	text-align: right;
}
.tab-month ul li a strong{
	display: block;
	font-size: 2.3em;
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	right: -2px;
}
.tab-month ul li .number{
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 0.8em;
	font-weight: 700;
	background-color: #A03737;
	color: #eed7a0;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -5px;
	letter-spacing: 1.2px;
	box-shadow: 3px 10px 20px -3px rgba(0,0,0,0.5);
}
.tab-month ul li.active .number{
	background-color: #962D2D;
	color: #eed7a0;
}
.tab-month:after{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: -10px;
	animation: jump 1s infinite alternate;
	content: "\f25a";
	font: normal normal normal 1em/1 FontAwesome;
	display: none;
}
@keyframes jump {
  0% {
    right: 0; /* 初始位置 */
  }
  100% {
    right: 40px; /* 跳动到的位置 */
  }
}
.flex-item {
  display: flex;
  align-items: stretch; /* 让 flex 子项的高度与父容器的高度相同 */
}
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i, 
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i, 
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i, 
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i, 
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i, 
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i, 
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i, 
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
    color: #fff;
    background-color: #ff6666;
    border-color: #ff6666;
}
.m-title{
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.btn-more {
	padding: 2px 5px;
	display: inline-block;
	color: #ff6666;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	transition: all .5s ease ;
}
.btn-more:hover,
.btn-more:focus {
	background-color: rgba(0, 0, 0, 0.1);
	color: #ff6666;
}
.text-right{
	text-align: right;
}
.carousel{
	width: 95%;
	max-width: 400px;
	margin: 0 auto;
}
.carousel-item a{
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.carousel-item a .this-month{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 15px;
	color: #eed7a0;
	background-color: rgba(153,46,45,0.6);
	font-weight: 700;
	letter-spacing: 1.2px;
}
.carousel-item a .carousel-title{
	background-color: #99302D;
	box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.3);
	color: #eed7a0;
	padding: 20px;
	margin: -20px 20px 30px 20px;
	transition: all .5s ease;
}
.carousel-item a:hover .carousel-title,
.carousel-item a:focus .carousel-title {
	color: #fff;
	background-color: #ED6D1F;
}
.carousel-indicators {
    margin-bottom: 5px;
}
.carousel-indicators [data-bs-target] {
    background-color: #eed7a0;
}
.pagination{
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}
.pagination li{
	display: inline-block;
	margin: 0 -2px;
}
.pagination li a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	display: block;
	color: #ff6666;
	text-decoration: none;
	font-weight: 700;
	transition: all .5s ease;
}
.pagination li.active a{
	border-bottom: 2px solid #ff6666;
}
.pagination li a:hover,
.pagination li a:focus {
	color: #111;
	border-bottom: 2px solid #111;
	background-color: #efefef;
}
.date{
	text-align: right;
	font-weight: 700;
	letter-spacing: 2px;
}
.further-reading{
	padding: 0 0 50px 0;
}
.further-reading-group{
	height: 100%;
}
.further-reading-group a{
	display: block;
	background-color: #99302D;
	text-decoration: none;
	color: #eed7a0;
	padding: 20px;
	box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.3);
	height: 100%;
	transition: all .5s ease;
}
.further-reading-group a:hover,
.further-reading-group a:focus{
	background-color: #ED6D1F;
	color: #fff;
}
.further-reading-group a .further-reading-top{
	opacity: 0.6;
	margin-bottom: 10px;
}
.further-reading-group h3{
	font-size: 1.3em;
	font-family: 'Noto Sans TC', sans-serif;
}

.btn-back{
	padding: 8px 10px;
	border-bottom: 2px solid #ff6666;
	display: inline-block;
	color: #ff6666;
	text-decoration: none;
	transition: all .5s ease;
}
.btn-back:hover,
.btn-back:focus {
	background-color: #ff6666;
	color: #fff;
	border-bottom: 2px solid #ff6666;	
}
.activties-info{
	padding: 50px;
	width: 100%;
	max-width: 900px;
}
.activties-title h2{
	font-size: 3em;
}
.carousel.carousel-activitie {
    width: 50vw;
    max-width: 50vw;
    margin: 0 auto;
}
.carousel-activitie img{
	width: 100%;
	height: calc(100vh - 55px);
}
.search-wrapper {
	margin-bottom: 50px;
}
.search-wrapper .search-inner{
	padding: 30px 30px 20px 30px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50px;
}
.form-select {
	font-size: 1em;
	padding: 11px 20px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	color: #333;
}
.form-group{
	padding: 20px 0;
	border-bottom: 2px dotted #f4cece;
}
.form-group-title{
	margin-bottom: 5px;
}
.form-control {
	font-size: 1em;
	padding: 11px 20px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	color: #333;
}
.form-group .form-group-text{
	padding: 15px;
	background-color: #efefef;
	margin-bottom: 10px;
}
.input-group .btn{
	font-size: 1em;
	padding: 13px 30px 13px 20px;
	border-radius: 0;
	background-color: #ff6666;
	border: none;
	color: #fff;
	box-shadow: 20px 15px 20px -12px rgba(0, 0, 0, 0.3);
	transition: all .5s ease;
}
.input-group .btn:hover{
	color: #962D2D;
	background-color: #eed7a0;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.6);
}
.form-control:focus {
    color: #111;
    background-color: #f4d0d5;
    border-color: rgba(255,255,255,0);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0,.25);
}
.step-style{
	background-color: #ff6666;
	width: 110px;
	height: 110px;
	color: #fff;
	line-height: 110px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	left: -16px;
}
.step-style span{
	font-size: 0.8em;
}
.text-center--xs{
	text-align: left;
}
.btn-primary {
    background-color: #ff6666;
    border: 2px solid #ff6666;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    transition: all .5s ease;
}
.btn-primary-out {
    background-color: #fff;
    border: 2px solid #ff6666;
    color: #ff6666;
    border-radius: 0;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    transition: all .5s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary-out:hover,
.btn-primary-out:focus {
    background-color: #333 !important;
    border: 2px solid #333 !important;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
}
#captcha_image{
	position:absolute; 
	height:35px; 
	right:40px; 
	top:5px;
}
#captcha_image_audio_controls{
	position:absolute; 
	right:0px; 
	top:0px;
}
.captcha_play_button{
	display:none; 
	border:none; 
	height:50px; 
	width:50px; 
	padding-left:7px; 
	position:absolute; 
	right:49px; top:0px;
}
#btn_captcha_repeat{
	display:block; 
	border:none; 
	height:30px; 
	width:30px; 
	color:#eed7a0; 
	border-radius:0px 50px 50px 0px; 
	background-color:rgba(0,0,0,0); 
	position:absolute; 
	right:10px; 
	top:10px; 
	cursor:pointer;
}
#btn_captcha_repeat:hover{
	color:#841212; 
	background-color:#eed7a0;
}
.input-group-code .form-control{
	border-radius: 0;
}
.input-group-search input{
	border-radius: 30px 0 0 30px;	
}
.input-group-code{
	position: relative;
}
.exhibition-wrapper{
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1800px;
}
.exhibition-wrapper .exhibition-group a h3 {
    font-size: 2.3em;
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    letter-spacing: 3px;
    line-height: normal;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 20px 5px;
    background-color: #932121;
    box-shadow: 10px 20px 25px -12px rgba(0, 0, 0, 0.3);
    transition: all .5s ease;
}
.exhibition-wrapper .exhibition-group a:hover h3 {
    color: #932121;
    background-color: #eed7a0;
}
.exhibition-wrapper .exhibition-group .exhibition-group-text{
	padding: 20px;
	background-color: #a6302b;
	z-index: -1;
}
.exhibition-wrapper .exhibition-group a .exhibition-group-height{
	height: 68vh;
	box-shadow: 0px 20px 25px -18px rgba(0, 0, 0, 0.3);
	z-index: 2;
	position: relative;
}
.exhibition-wrapper .exhibition-group a{
	position: relative;
}
.exhibition-wrapper .exhibition-group a:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0);
	transition: all .8s ease;
}
.exhibition-wrapper .exhibition-group a:hover:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.4);
}
.exhibition-wrapper .exhibition-group a:hover{
}
.exhibition-wrapper .exhibition-group a{	
}
.banner .slotholder:nth-child(1){
	display: block !important;
}
.banner .slotholder:nth-child(2){
	display: none !important;
}
.exhibition-group a .activity-end {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #eed7a0;
	color: #932121;
	padding: 5px 15px;
	z-index: 100;
	font-weight: 700;
	font-size: 1.1em;
	letter-spacing: 1.2px;
	transition: all .5s ease;
}
.exhibition-group a:hover .activity-end {
	color: #932121;
	background-color: #eed7a0;
}
.sitemap-group{
	height: 100%;
	text-align: center;
}
.sitemap-group a{
	text-decoration: none;
	padding: 5px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	height: 100%;
	text-align: center;
	color: #111;
	transition: all .5s ease;
}
.sitemap-group a:hover,
.sitemap-group a:focus {
	background-color: #ff6666;
	color: #fff;
}
.sitemap-info{
	padding: 30px 0;
	border-top: 1px solid #888;
	border-bottom:  1px solid #888;
	margin: 0;
	list-style-type: none;
}
.sitemap-info li{
	padding: 5px 0;
}
.sitemap-info li span{
	width: 30px;
	text-align: center;
	background-color: #efefef;
	color: #000;
	display: inline-block;
}
.sticky-scroll{
	top: 80px;
	position: sticky;
}
.right-info{
	padding: 30px;
	background-color: #efefef;
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}
.info-title{
	font-weight: 700;
	font-size: 1.1em;
	padding: 6px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
.info-group{
	margin-bottom: 20px;
}
.info-group strong{
	color: #ff6666;
}
.proecss-style{
	background-color: #efefef;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
}
.proecss-style ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.proecss-style ol li {
	display: inline-block;
	position: relative;
	margin: 0 12px;
	padding: 8px 3px 5px 3px;
	border-bottom: 3px solid rgba(255,255,255,0);
}
.proecss-style ol li.active {
	color: #ff6666;
	border-bottom: 3px solid #ff6666;
	font-weight: 600;
}
.proecss-style ol li:after {
	position: absolute;
	color: #ff6666;
	right: -16px;
	top: 15px;
	font: normal normal normal 1em / 1 FontAwesome;
	content: "\f0da";
}
.proecss-style ol li:last-child:after {
	display: none;
}
.news-group{
	margin-bottom: 15px;
}
.news-group a{
	padding: 20px;
	background-color: #efefef;
	display: block;
	text-decoration: none;
	color: #333;
	border: 3px solid #efefef;
	line-height: 1.4;
	transition: all .5s ease;
}
.news-group a:hover,
.news-group a:focus {
	color: #000;
	border: 3px solid #ff6666;
}
.news-group a .date{
	font-size: 1.8em;
	position: relative;
	top: -5px;
}
.album-wrapper{
	padding: 30px 30px 0 30px;
	background-color: #efefef;
	margin-bottom: 50px;
}
.work-area{
	margin-bottom: 20px;
	border: 1px solid #aaa;
}
.work-title{
	padding: 5px 10px;
	background-color: #efefef;
	position: relative;
}
.work-title h4{
	float: left;
	margin-bottom: 0;
	font-size: 1.15em;
	padding-top: 5px;
}
.work-title button{
	float: right;
	margin-left: 8px;
}
.work-title button.btn_show {
	float: right;
	background-color: #ff6666;
	border: 2px solid #ff6666;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	transition: all .5s ease;
}
.work-title button.dynamic_del {
	float: right;
	border: 2px solid #aaa;
	color: #666;
	padding: 0 10px;
	display: inline-block;
	transition: all .5s ease;
}
.work-title button.btn_show:hover,
.work-title button.dynamic_del:hover,
.work-title button.btn_show:focus,
.work-title button.dynamic_del:focus {
	background-color: #333;
	border: 2px solid #555;
	color: #fff;
}
.work{
	padding: 10px;
}
.clear{
	display: block;
	clear: both;
}
.btn-preview{
	padding: 0 30px;
	text-align: center;
	min-width: 10em;
	border: 2px solid #ff6666;
	background-color: #fff;
	color: #ff6666;
	display: inline-block;
	text-decoration: none;
	transition: all .5s ease;
}
.btn-preview:hover,
.btn-preview:focus {
	background-color: #ff6666;
	color: #fff;
}
.btn-s-del{
	border: 2px solid #aaa;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    transition: all .5s ease;
}
.btn-s-del:hover,
.btn-s-del:focus{
	background-color: #ff6666;
	color: #fff;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #efefef;
}
.form-min-height{
	min-height: 48px;
	display: block;
}

@media (min-width: 1199px) and (max-width: 1300px) {
	.navbar-toggler-btn {
	    right: 3px;
	    top: 8px;
	    padding-left: 10px;
	}
	.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
	.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
	.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
	.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
	    padding: 15px 10px;
	}
}
@media (max-width: 1339px) {
	.tab-month{
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
	  	cursor: grab;
	  	position: relative;
	  	box-shadow: 30px 0 15px -16px rgba(0, 0, 0, 0.4);
	}
	.tab-month ul{
		width: auto;
		display: flex;
		padding-bottom: 20px;
	}
	.tab-month ul li{
	}
	.tab-month ul li a{
		line-height: normal;
		white-space: nowrap;
		text-align: right;
	}
	.tab-month ul li a strong{
		display: block;
		font-size: 2.3em;
		font-family: 'Noto Sans TC', sans-serif;
		position: relative;
		right: -2px;
	}
	.tab-month:after{
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		bottom: -10px;
		animation: jump 1s infinite alternate;
		content: "\f25a";
		font: normal normal normal 1em/1 FontAwesome;
		display: block;
	}
}

@media (min-width: 1200px){
	.container {
	    width: 100%;
	    max-width: 1380px;
	}
}

@media (max-width: 1199px) {
	.u-header {
	    height: 60px;
	}
	.carousel.carousel-activitie {
	    width: 100vw;
	    max-width: 100vw;
	    margin: 0 auto;
	}
	.carousel-activitie img{
		width: 100%;
		height: 50vh;
	}
	.exhibition-group .exhibition-photo{
		order: -1;
	}
	.exhibition-group:nth-child(even) .exhibition-photo{
		order: -1;
	}
	.exhibition-group .exhibition-link{
		width: calc(100% - 50px);
		position: absolute;
		bottom: 50px;
		text-align: right;
	}
	.exhibition-group:nth-child(even) .exhibition-link{
		left: 0;
		width: calc(100% - 50px);
		position: absolute;
		bottom: 50px;
		text-align: right;
	}
	.navbar-toggler-btn{
		position: fixed;
		right: 10px;
		top: 8px;
		background-color: rgba(255,255,255,0);
		border: none;
		border-left: 1px solid rgba(255,255,255,0.2);
		padding-left: 13px;
	}
	.navbar-toggler-btn .hamburger-line {
	    height: 1px;
	    background-color: #ff6666;
	    width: 1.5em;
	    display: block;
	    margin: 7px auto;
	}
	.navbar-toggler-btn strong{
		font-size: 0.7em;
		color: #ff6666;
		letter-spacing: 1px;
		margin-top: -7px;
		display: block;
	}
}

@media (max-width: 991px){
	.container, 
	.container-md, 
	.container-sm {
	    max-width: 780px;
	}
	.g-order-1--md{
		order: 1;
	}
	.g-order-2--md{
		order: 2;
	}
	.index-list-group a .index-list-info {
	    padding: 20px 30px;
	}
	.index-intro {
	    padding: 80px 0 40px 0;
	    min-height: calc(50vh - 70px);
	}
}

@media (max-width: 767px) {
	.table-rwd table thead{
	    display: none;
	}
	.table-rwd table tbody tr{
		border-bottom: 3px solid #777777;
	}
	.table-rwd table td{
	    display: block;
	    position: relative;
	    padding: 7px 7px 7px 6em;
	    border-right: none;
	}
	.table-rwd table td:before{
	    content: attr(data-title);
	    display: inline-block;
	    width: 5em;
	    text-align: center;
	    text-decoration: none;
	    background-color: rgba(0,0,0,0.08);
	    font-weight: 900;
	    position: absolute;
	    top: 11px;
	    left: 7px;
	}
	.table-rwd table td.text-center {
    	text-align: left!important;
	}
	.table-rwd.table-rwd-fir-title tbody tr td{
		width: calc(50% - 2px);
		display: inline-block;
	}
	.table-rwd.table-rwd-fir-title tbody tr td:first-child {
    	font-size: 1.2em;
    	font-weight: 600;
    	padding: 7px 7px 7px 7px;
    	min-height: 1.2em;
    	width: 100%;
	}
	.g-order-1--sm{
		order: 1;
	}
	.g-order-2--sm{
		order: 2;
	}
	.g-bor-lt{
		border-left: none;
	}
	.text-end {
	    text-align: left!important;
	}
	.table-rwd table td.td-none,
	.td-none{
		display: none;
	}
	.index-intro-inner .index-intro-name {
	    font-size: 1.8em;
	    padding: 15px 0;
	}
	.index-intro {
        padding: 80px 0 60px 0;
        min-height: calc(50vh - 70px);
    }
    .index-list-group a .index-list-info h3 {
	    font-size: 1.2em;
	}
	.index-list-group a .index-list-info {
        padding: 20px 15px;
    }
	.index-list-group a .index-list-info-w .end-time {
	    border-left: none;
	    padding-left: 0;
	}
	.index-list-group a {
	    padding: 15vh 0 50px 0;
	    min-height: auto;
	}
	.form-min-height {
	    min-height: auto;
	    display: block;
	}
}
@media (max-width: 400px) {
	
}



