html, body {
	overflow-x: hidden;
}
body {
	font-family: 'Arial', 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	color: #1a1a1a;
	font-size: 1.125rem;
	font-weight: 400;
	background-color: #f4f4f4;
}
body.loaded {
}
p {
	line-height: 1.8;
	font-weight: 400;
}
p + p {
	margin-top: 0.6em;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}
input, select, textarea, button {
	font-family: 'Arial', 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#4abebe; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #faf8f0; /* Light grey */
    border-top: 8px solid #f5da3d; /* yellow */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* layout */
.container {
	padding: 4em 2em 4em;
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1480px;
}
footer .container {
	padding: 1em 2em;
}
.max-w8 {max-width: 840px;}
.max-w7 {max-width: 680px;}
.max-w6 {max-width: 600px;}

.col {
	display: inline-block;
}
.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.w100 {
	width: 100%;
}
.d-table {
	display: table;
}
.d-row {
	display: table-row;
}
.d-cell {
	display: table-cell;
}
.mt-1 {	margin-top: 0.8em; }
.mt-2 {	margin-top: 1.4em; }
.mt-3 {	margin-top: 3.5em; }
.mb-1 {	margin-bottom: 0.8em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-4 {	margin-bottom: 4em; }
.mb-s { margin-bottom: 10px; }
.ml-s { margin-left: 10px; }
.ml-1 { margin-left: 1em; }
.ml-2 { margin-left: 1.8em; }
.mr-1 { margin-right: 1em; }
.mr-2 { margin-right: 2em; }

.my-1 { margin-top: 0.5em; margin-bottom: 0.5em;}

.pt-1 { padding-top: 0.8em; }
.pt-2 { padding-top: 1.4em; }
.pt-4 { padding-top: 4em; }
.pb-1 { padding-bottom: 1em; }
.pb-4 { padding-bottom: 4em; }
.px-1 { padding-left: 0.8em; padding-right: 0.8em; }

/* position */
.relative {
	position: relative;
}
.ab-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.fixed-right {
	position: fixed;
	right: 20px;
	top: 150px;
	z-index: 90;
}
.flex-column {
	flex-direction: column;
}
.flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-space {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-left {
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/* color */
.bg-no {
	background: transparent;
}
.bg-lightgray {
	background-color: #fafafa;
}
.bg-gray {
	background-color: #e6e6e6;
}
.bg-blue {
	background-color: #234c63;
}
.black { color: #1a1a1a; }
.white { color: #fff; }
.red { color: #bb272f; }
.blue { color: #234c63; }
.green { color: #b9e28e; }
.gold { color: #b28146; }
.yellow { color: #eae060; }
.gray { color: #4d4d4d; }
.gray2 { color: #ccc; }

.opacity6 { opacity: 0.6; }

.bd-gold { border-color: #b28146; }
.bd-gray { border-color: #333333; }
.bd-gray2 { border-color: #ccc; }

/* text */
.t-xxlarge { font-size: 46px; /* 30px */ }
.t-xlarge { font-size: 2em; /* 30px */ }
.t-large { font-size: 1.45em; /* 26px */ }
.t-midlarge { font-size: 1.225em; /* 22px */ }
.t-mid { font-size: 1em; /* 18px */ }
.t-small { font-size: 0.89em; /* 16px */ }
.t-xsmall { font-size: 0.72em; /* 14px */ }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.bold { font-weight: 700; }
.font-w4 { font-weight: 400; }
.font-w5 { font-weight: 500; }
.lh-13 { line-height: 1.3; }
.lh-15 { line-height: 1.5; }
.lh-20 { line-height: 2; }
.ls-1 { letter-spacing: 1px; }
.show-sm, .show-mid { display: none; }

.tilt { transform: skewX(-10deg); }

hr {
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* button */
.main-btn {
	color: #fff;
	text-align: center;
	border: 0;
	display: block;
	font-weight: bold;
	font-size: 24px;
	border-radius: 30px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: #b28146;
}
.long-btn {
	color: #fff;
	background: #b28146;
	border-radius: 30px;
	text-align: center;
	min-height: 160px;
    width: 50px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 20px 11px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 30px;
}
.main-btn:hover {
	background: #966733;
	color: #fff;
	line-height: 63px;
}
.top-btn {
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 19px 16px 10px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.top-btn::after {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}

/* header */
.header {
	position: relative;
	z-index: 99;
    transition: transform 0.2s ease, background-color 0.2s ease, height 0.2s ease-in-out;
}
.navtop {
}
.navbar {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: -12px;
    width: calc(100% + 12px);
    display: inline-block;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 2em;
}
.navbar a {
	padding: 5px 10px;
	transition: color 0.12s ease;
    font-weight: 500;
    position: relative;
    color: #333;
}
.navbar a:hover, .navbar a.active {
	color: #a4895e;
}
.navbar a::after {
	content: '';
	display: block;
	background: url('../img/icon_dec.png') no-repeat;
	background-size: 20px 26px;
    position: absolute;
    top: 0px;
    left: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
}
.navbar a:hover::after, .navbar a.active::after {
	opacity: 1;
}
.openlater {
	color: #666;
}
a.openlater:hover {
	color: #666;
}
.navbar a.openlater:hover::after, .navbar a.openlater.active::after {
	opacity: 0;
}
a.openlater span {
	display: block;
	position: absolute;
	background-color: #999;
	color: #fff;
	top: auto;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	text-align: center;
	height: auto;
	border-radius: 20px;
	font-size: 13px;
	padding: 4px 10px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	width: 75px;
}
a.openlater span::after {
	content: '';
	border-style: solid;
	border-color: transparent transparent #999 transparent;
	position: absolute;
	border-width: 0 3px 7px 3px;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
}
.navbar a.openlater:hover span, .navbar a.openlater.active span {
	opacity: 0.6;
}
.header.detachedHide {
	transform: translateY(-100%);
}
.header.detached {
	position: fixed;
	top: 0px;
	left: 0;
	max-height: 78px;
	background-color: #fff;
	width: 100%;
}
.header.detached .navbar {
    padding: 20px 1.3em 20px 2em;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}
.header.detached.show {
	transform: translateY(0);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/* navbar toggle */
.hbg-btn {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border: 0;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 7px;
	display: none;
	transition: margin 0.2s ease;
	margin-right: -15px;
	position: absolute;
	top: 8px;
	right: 25px;
}
header.detached .hbg-btn {
	margin-top: 0;
}
.icon-hbg,
.icon-hbg::before,
.icon-hbg::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 4px;
	background-color: #a4895e;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}

/* main */
main {
	
}

/* section */


/* topsec */
.topsec {
	min-height: 800px;
}
.topsec .container {
	padding-top: 2em;
}
.toptitle {
	margin-top: 4em;
	display: inline-block;
}
.header.detached + .toptitle {
	margin-top: calc(4em + 58px);
}
.infoline {
	text-align: left;
	padding-left: 1.8em;
	padding-top: 1em;
}
.infoline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #a4895e;
	margin-top: -6px;
    margin-left: 12px;
}

/* mainbg */
.mainbg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../img/bg_top.jpg') no-repeat;
	background-size: cover;
}
.mainbg {
	
}
.bg-dec {
	position: absolute;
	z-index: 0;
}
.bgmt {
	line-height: 0;
}
.bg-trans::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/bg_trans.png');
	background-repeat: repeat-y;
	background-size: 100% auto;
	opacity: 0.3;
	z-index: -1;
	pointer-events: none;
}
.bg-lightgray.bg-trans, .bg-blue.bg-trans {
	background-color: transparent;
}
.bg-lightgray.bg-trans::after,
.bg-blue.bg-trans::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -2;
	pointer-events: none;
	top: 0;
	left: 0;
}
.bg-lightgray.bg-trans::after {
	background-color: #fafafa;
}
.bg-blue.bg-trans::after {
	background-color: #234c63;
}
/* speaker */
.speaker {
	display: flex;
	margin-bottom: 4em;
}
.speaker:focus {
    outline: none;
}
.speaker-main {
	border-radius: 50%;
	min-width: 208px;
	width: 208px;
	height: 208px;
	background: #fff;
	margin-bottom: 13px;
	border: 1px solid #b28146;
	margin-right: 30px;
}
.speaker-img.circle-img {
	width: calc(100% - 8px);
	padding-top: calc(100% - 8px);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    box-sizing: content-box;
    overflow: hidden;
}
.speaker-img img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.speaker-info p {
	text-align: justify;
}

/* slick */
.speaker-slider {
	z-index: 0;
}
.slick-list {
}
.slick-arrow {
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
    text-indent: -200px;
    z-index: 2;
    border: 0;
    background: url('../img/prev.png') no-repeat;
    width: 40px;
    height: 55px;
    transition: all 0.2s ease;
    overflow: hidden;
}
.slick-arrow.slick-prev {
	left: -50px;
	background-position: right;
}
.slick-arrow.slick-next {
	right: -50px;
	background: url('../img/next.png') no-repeat;
}
.slick-arrow.slick-prev:hover {
	transform: translateX(-5px);
}
.slick-arrow.slick-next:hover {
	transform: translateX(5px);
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #bbb;
    opacity: 0.25;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #a4895e;
    opacity: 1;
}

/* info */
.icon-dec {
	position: absolute;
	margin-left: -40px;
	margin-top: -7px;
}
.time-row:first-of-type {
	border-top: 1px solid #a4895e;
}
.time-row {
	border-bottom: 1px solid #a4895e;
	padding: 0.7em 0 0.4em 0em;
    line-height: 1.4;
	display: flex;
	justify-content: start;
	margin: 0 auto;
}
.card-content {
	padding: 20px 40px;
}
.card-content .time-col p {
	font-size: 16px;
	line-height: 26px;
}
.time-col {
	display: inline-block;
	width: 136px;
	text-align: left;
	opacity: 0.6;
}
.time-col p {
	line-height: 1.3;
	font-weight: 300;
}
.event-col {
	display: inline-block;
	width: 100%;
}
.event-col h6 {
	color: #fffaa9;
}
.event-col h4 + h4 {
	margin-top: 6px;
}
.event-col p {
	opacity: 0.6;
	font-weight: 300;
}



/* form */
.form-item + .form-item > label:first-of-type {
	padding-top: 1.4em;
	padding-bottom: 0.4em;
}
.form-item .d-cell {
	min-width: 125px;
}
.form-item input,
.form-item .select,
.form-item textarea {
	width: 100%;
	padding: 10px 15px 8px;
	border-radius: 5px;
	border: 1px solid #333;
	box-sizing: border-box;
	opacity: 1;
}
.form-item input:focus,
.form-item .select:focus,
.form-item textarea:focus,
.form-item input:hover,
.form-item .select:hover,
.form-item textarea:hover {
	opacity: 1;
}
.form-item .select {
	padding: 0 15px;
	position: relative;
    background: #fff;
}
.select select {
    background: none;
    width: 100%;
    border: none;
    height: 47px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ”;
    outline: none;
    box-sizing: border-box;
}
.select::after {
	content: "";
	border: 8px solid transparent;
	border-top: 10px solid #666;
	border-bottom: 0;
	position: absolute;
	right: 15px;
	top: 20px;
}

label.required::after {
	content: "*";
	color: #d7261d;
	padding-left: 3px;
}

.form-item input[type=radio],
.form-item input[type=checkbox] {
	display: inline;
	width: auto;
	position: absolute;
    opacity: 0;
}
.form-item .radio-label {
	margin-right: 1.2em;
	padding-top: 0.5em;
}

.radio-label {
	display: inline-block;
}
.radio-label span {
	display: inline-block;
	position: relative;	
	border: 1px solid #AAAAAA;
	border-radius: 100%;
	height: 23px;
	width: 23px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	margin-bottom: -4px;
    margin-right: 7px;
    background: #fff;
}
.radio-label.checkbox span {
	border-radius: 5px;
}

input[type=radio]:hover + .radio-label span,
input[type=checkbox]:hover + .radio-label span {
  border: 1px solid #aaa;
}

.radio-label span::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radio-label.checkbox span::before {
	border-radius: 3px;
}

input[type=radio]:checked + .radio-label span,
input[type=checkbox]:checked + .radio-label span {
  border: 1px solid #666;
}

input[type=radio]:checked + .radio-label span::before,
input[type=checkbox]:checked + .radio-label span::before{
  background: #666;
}

.linkafter + .form-item {
	display: none;
}
.linkafter.showafter + .form-item {
	display: table-row;
}
.linkafter + .form-item label:first-of-type {
	padding-top: .4em;
	padding-bottom: .8em;
}

/* stop sign in */
.stop-signin-block {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
	pointer-events: none;
}
.stop-signin-block.active {
	display: flex;
	pointer-events: auto;
}
#signup-sec {
	position: relative;
}
.stop-signin-block .card-block {
	border-radius: 5px;
	max-width: 400px;
	background-color: #fff;
}


/* list */
.num-list {
	padding-left: 1em;
	text-indent: -1em;
}
.num-list.tc {
	padding-left: 2em;
	text-indent: -2em;
}
.num-list li + li {
	margin-top: 0.4em;
}

/* footer */
.logolinks li {
	margin: 1em 0;
	display: flex;
	align-items: center;
}
footer .container {
	padding: 2em 2em;
}

/* right btns */
.hideontop {
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease;
}
.hideontop.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(50px);
}
.hideontop.show:hover {
	opacity: 1;
}

/* fadein */
.fadein {
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 1s ease, transform 1s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
.fadein.nav-scrollspy {
	transition-delay: 0.4s;
}
