@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap');
html,
body{
	width: 100%;
	overflow-x:hidden;
}
body{
	font-size: 1.15em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
}
h2{
	font-size: 2.2em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	letter-spacing: 2px;
	line-height: 1.9;
}
p{
	font-size: 1.05em;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
b, strong{
	font-weight: 600;
}
footer{
	background-image: url(../img/bg-star-w.png);
	background-position: right;
	background-size: auto 140%;
	background-repeat: no-repeat;
}
.footer-copyright{
	border-top: 1px solid rgba(0,0,0,0.1);
	letter-spacing: 2px;
}
.navbar-brand img{
	height: 50px;
}
.u-header {
    font-size: 1.1em;
}
.form-control:focus, .custom-select:focus {
    border-color: #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    background-color: #999999;
    border-color: #999999;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:0;
    padding-left: 2rem;
    transition: all .5s ease;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin: 0 5px;
    display: block;
    line-height: normal;
}
.navbar-expand-lg .navbar-nav .nav-link span{
	line-height: normal;
	display: block;
	font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.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: #000000;
    border-bottom: 1px solid #000000;
}
.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: #555555;
    line-height: normal;
}
.album-info{
	text-align: center;
    height: 640px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.album-info img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.mega-menu-title h2{
	font-size: 1.6em;
	padding: 15px 0;
	background-image: url(../img/page-title.png);
	background-size: auto 55px;
	background-position: 6em 0;
	background-repeat: no-repeat;
}
.mega-menu-title h2 span{
	font-size: 16px;
	display: block;
	line-height: normal;
}
.hs-mega-menu a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #333;
	transition: all .5s ease;
	text-align: right;
	border-bottom: 1px solid #ffffff;
}
.hs-mega-menu a span{
	display: block;
	font-size: 1.4px;
}
.hs-mega-menu a:hover{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #444444;
}
.hs-mega-menu a.active{
	color: #000000;
	border-bottom: 1px solid #000000;
}
.media-list-group a{
	display: block;
	color: #333333;
	text-decoration: none;
	transition: all .5s ease;
}
.media-list-group a h3{
	letter-spacing: 1px;
}
.media-list-group a .media-time{
	color: #b5b5b5;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 4px;
}
.media-list-group a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #efefef;
}
.media-list-group a .read-more{
	font-weight: 400;
	transition: all .5s ease;
}
.media-list-group a:hover .read-more{
	font-weight: 800;
	color: #9de620;
}
.page-title{
	padding:30px 0;
}
.page-title h2{
	font-size: 1.7em;
	color: #333;
	background-image: url(../img/page-title.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 3em 0;
	padding: 15px 0 0 0;
	margin-bottom: 0;
	line-height: 20px;
}
.page-title h2 span{
	font-size: 12px;
	color: #222222;
	letter-spacing: 6px;
}
.page-title-2{
	padding:0 0 20px 0;
}
.page-title-2 h2{
	font-size: 1em;
	color: #777777;
	background-image: url(../img/page-title.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 3em 0;
	padding: 15px 0 0 0;
	margin-bottom: 0;
	letter-spacing: 5px;
}
.main-title{
	position: absolute;
	top: 50%;
	color: #000000;
	width: 100%;
	z-index: 100;
}
.main-title h2{
	line-height: normal;
	padding-top: 5px ;
	margin-bottom: 0;
}
.main-title h2 span{
	display: block;
	font-size: 16px;
}
.bread{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bread li{
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid rgba(0,0,0,0.1);
	line-height: normal;
}
.bread li:last-child{
	border-right: 1px solid rgba(0,0,0,0);
}
.bread li:first-child{
	padding: 0px 10px 0 0;
}
.bread li a{
	color: #666666;
	transition: all .5s ease;
}
.bread li a:hover{
	color: #000000;
	text-decoration: none;
}
.content{
	min-height: 50vh;
}
.footer{
	background-color: #f3f3f3;
}
.main-time{
	color: #999999;
	text-align: right;
	padding-right: 15px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.main-time .time-year{
	letter-spacing: 3px;
	font-size: 0.8em;
}
.main-time .time-date{
	font-size: 1.5em;
	font-weight: 800;
}
.botom-downloand a{
	padding: 4px;
	display: block;
	color: #888888;
	border-bottom: 1px solid #ffffff;
	transition: all .5s ease;
}
.botom-downloand a:hover{
	color: #000000;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
.media-group-year{
	color: #bebebe;
	font-size: 4em;
	font-weight: 700;
	padding-right: 0;
	margin-right: -25px;
	line-height: 50px;
	font-family: "Gill Sans", sans-serif;
}

a .photo-bg,
.photo-bg{
	position: relative;
	background-size: cover;
	background-position: center;
	transition: all .5s ease;
	background-color: rgba(0,0,0,0.1);
	background-image: url('../img/logo.svg');
}
a .photo-bg:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	content: "";
	display: block;
	background-color: rgba(255,255,255,0.4);
	opacity: 0;
	transition: all .5s ease;
}
a:hover .photo-bg:after{
	opacity: 1;
}
.btn-more{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 5px 0px 5px 30px;
	display: inline-block;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	transition: all .5s ease;
}
.btn-more:hover{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid rgba(0,0,0,0.8);
}
.art-people-group{
	padding: 10px;
	margin-bottom: 30px;
}
.art-people-group a{
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;
}
.art-people-group a:after{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	height: 60px;
	width: 100%;
	display: block;
	content: "";
	bottom: 60px;
	/*bottom: 60px;*/
	right: 110%;
	z-index: 1;
	transition: all .5s ease;
}
.art-people-group a:hover:after{
	right: 0;
}
.art-people-group a:hover{
	text-decoration: none;
	color: #ffffff;
}
.art-people-group a span{
	padding: 10px;
	display: block;
	width: 100%;
	position: relative;
	bottom: 0;
	transition: all .5s ease;
	z-index: 10;
	line-height: 18px;
}
.art-people-group a:hover span{
	bottom: 70px;
}
.space-01{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all .5s ease;
	border: 5px solid rgba(0,0,0,0);
}
.space-01 img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: all .5s ease;
}
/*.space-01{
	background-image: url(../img/space-01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	transition: all .5s ease;
}
.space-02{
	background-image: url(../img/space-02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-03{
	background-image: url(../img/space-03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-04{
	background-image: url(../img/space-04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-05{
	background-image: url(../img/space-05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-06{
	background-image: url(../img/space-06.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-07{
	background-image: url(../img/space-07.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-08{
	background-image: url(../img/space-08.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-09{
	background-image: url(../img/space-09.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-10{
	background-image: url(../img/space-10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	transition: all .5s ease;
}
.space-01:hover,
.space-02:hover,
.space-03:hover,
.space-04:hover,
.space-05:hover,
.space-06:hover,
.space-07:hover,
.space-08:hover,
.space-09:hover,
.space-10:hover,*/
.space-01:hover{
	border: 5px solid rgba(0,0,0,0.2);
}
.item{
	padding: 0 0 50px 0;
}
.item ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.item ul li {
	display: inline-block;
	margin: 0 5px;
}
.item ul li a{
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ffffff;
	transition: all .5s ease;
	color: #888888;
	font-size: 1.15em;
	font-weight: 600;
}
.item ul li a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
.item ul li.active a{
	border-bottom: 1px solid #000000;
	color: #000000;
}
.bottom-info{
	padding: 20px 0;
	position: relative;
}
.bottom-info::after{
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
}
.container {
    max-width: 1360px;
}
.label-wrapper{
	width: 100%;
	max-width: 600px;
	display: inline-block;
	padding: 20px 30px 10px 30px;
	background-color: rgba(0,0,0,0.05);
	border-radius: 50px;
	font-size: 1.2em;
	font-weight: 600;
}
.btn{
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 1.1em;
	border: 2px solid #111;
	color: #111;
	font-weight: 600;
	transition: all .5s ease;
}
.btn:hover{
	background-color: #444;
	color: #fff;
}
.btn-check1{
	background-color: #111;
	color: #fff;
}
.text-wrapper{
	padding: 20px 0;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.05);
}
.form-group{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}
.form-group:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.u-check input[type="checkbox"]:checked + .u-check-icon-font i, 
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i, 
.u-check input[type="radio"]:checked + .u-check-icon-font i, 
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
    color: #000;
}
.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: #000;
    border-color: #000;
}
.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: #000;
    border-color: #000;
}
.form-control, .form-control:focus {
    color: #000;
    font-weight: 400;
}
.top-menu{
	position: absolute;
	top: -13px;
	right: 0;
}
.top-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: auto;
	display: inline-block;
	padding: 0 0 4px 30px;
	border-bottom: 1px solid #999;
	line-height: 1;
}
.top-menu ul li{
	display: inline-block;
}
.top-menu ul li a{
	padding-left: 10px;
	display: block;
	color: #111;
	transition: all .5s ease;
}
.top-menu ul li a:hover{
	color: #777;
}
.table-style{
	width: 100%;
}
.row-style-header{
	border-bottom: 2px solid rgba(0,0,0,0.2);
	border-top: 2px solid rgba(0,0,0,0.2);
	text-align: center;
}
.row-style-1{
	min-width: 3em;
	text-align: center;
}
.row-style-5{
	text-align: center;
}
.row-style-list{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.form-text-title{
	line-height: 1.4;
	padding-top: 15px;
}
.form-text-title span{
	display: block;
}

@media (min-width: 1200px){
	.atr-people .col-xl {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}
@media (min-width: 992px){
	.space-list .col-lg {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.slick-slide .img-fluid {
		margin: 0 auto;
	    max-width: 100%;
	    max-height: 240px;
	}
}
@media (min-width: 1251px) and (max-width: 1300px) {
	.navbar-brand img {
	    height: 38px;
	}
}
@media (min-width: 992px) and (max-width: 1250px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-left: 0.1rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link span {
	    line-height: normal;
	    display: block;
	    font-size: 10px;
	}
	.navbar-brand img {
	    height: 37px;
	}
	.navbar {
    	padding: 0.5rem 0;
	}
}
@media (max-width: 767px){
	.row-style-1{
		min-width: 3em;
		text-align: center;
		border-right: 1px solid rgba(0,0,0,0.2);
		height: 100%;
	}
	.row-style-list{
		padding-top:0;
		padding-bottom:;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		text-align: left;
	}
	.row-style-header .align-items-center,
	.row-style-list .align-items-center {
	    align-items: start!important;
	}
	.row-style-1,
	.row-style-2,
	.row-style-3,
	.row-style-4,
	.row-style-5{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.row-style-1,
	.row-style-2{
		padding-top: 10px;
	}
	.row-style-5{
		text-align: left;
	}
	.row-style-header{
		border-bottom: 2px solid rgba(0,0,0,0.5);
		border-top: 2px solid rgba(0,0,0,0.5);
		text-align: left;
	}
	.row-style-header .row-style-1,
	.row-style-header .row-style-2,
	.row-style-header .row-style-3,
	.row-style-header .row-style-4,
	.row-style-header .row-style-5 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.row-style-1{
		min-width: 4em;
		text-align: center;
	}
}

.step-wrapper ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.step-wrapper ul li{
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	padding: 0 20px;
	color: #999999;
	z-index: 1;
	margin: 0 -3px 0px -2px;
}
.step-wrapper ul li:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	top: 25px;
	z-index: 1;
	left: 0;
}
.step-wrapper ul li strong{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	font-weight: 700;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid rgba(0,0,0,0.1);
	background-color: #ffffff;
	z-index: 3;
	position: relative;
}
.step-wrapper ul li.check{
	color: #000000;
}
.step-wrapper ul li.check strong{
	border: 3px solid rgba(0,0,0,0.1);
	background-color: #333333;
	color: #ffffff;
}
.step-wrapper ul li span{
	display: block;
	padding-top: 10px;
}
.step-wrapper ul li.check span{
	font-weight: 600;
}
