html, body {
	overflow-x: hidden;
	width: 100vw;
}
body {
	font-family: "Frutiger57",Helvetica,Arial,"sans-serif","Microsoft Jhenghei","MS PGothic";
	color: #fff;
	font-size: 1.125rem;
	width: 100%;
	background-color: #1a1a1a;
}
body.loaded {
}
p {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"] {
	cursor: pointer;
}
input, select, textarea {
	font-family: '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: 300;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#1a1a1a; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #666; /* Light grey */
    border-top: 8px solid #ffd300; /* 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 2em;
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1280px;
}
footer .container {
	padding: 2em 2em;
}

.max-w7 {max-width: 620px;}
.max-w6 {max-width: 500px;}

.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; }
.mb-1 {	margin-bottom: 0.8em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-s { margin-bottom: 10px; }
.ml-1 { margin-left: 1em; }

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

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

/* position */
.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-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;
}
/* color */
.bg-no {
	background: transparent;
}
.bg-white {
	background-color: rgba(255, 255, 255, 1);
}
.bg-whitegray {
	background-color: #f7f7f7;
}
.bg-black {
	background-color: #1a1a1a;
}
.bg-blue {
	background-color: #5cc7c4;
}
.black {
	color: #1a1a1a;
}
.white {
	color: #fff;
}
.main-blue {
	color: #49c0bd;
}
.sub-blue {
	color: #5cc7c4;
}
.sub-whiteblue {
	color: #97ffff;
}
.main-yellow {
	color: #ffd300;
}

.gray {
	color: #999;
}
/* text */
.t-xlarge {
	font-size: 1.67em; /* 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;
}
.bold {
	font-weight: 700;
}
.font-w4 {
	font-weight: 400;
}
.lh-mid {
	line-height: 1.3;
}

.show-sm, .show-mid {
	display: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

/* button */
.main-btn {
	background-color: #ffd300;
	color: #1a1a1a;
	text-align: center;
	border: 0;
	display: block;
	font-weight: 700;
	font-size: 34px;
}
.main-btn.col {
	display: inline-block;
}
.wide-btn {
	height: 65px;
	width: 250px;
	letter-spacing: 2px;
	line-height: 65px;
	text-indent: 2px;
}
.main-btn.bg-blue {
	background-color: #5cc7c4;
	line-height: 65px;
}
.long-btn {
	height: 180px;
	width: 50px;
	writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 14px;
    font-size: 27px;
    letter-spacing: 4px;
	border: 0;
}
.main-btn:hover {
	background-color: #fff100;
}
.trans-btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 18px;
	height: 36px;
	width: 120px;
	line-height: 36px;
	display: block;
	text-align: center;
}
.top-btn {
	background-color: #1a1a1a;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 27px 16px 10px;
	position: relative;
}
.top-btn::before {
	content: "";
	width: 26px;
	height: 0;
	display: block;
	border-top: 2.7px solid #fff;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-btn::after {
	content: "";
	width: 13px;
	height: 13px;
	border: 4.5px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}
/* header */
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #1a1a1a;
	z-index: 99;
    transition: transform 0.4s ease, max-height 0.6s ease;
    height: 120px;
    max-width: 100vw;
}
.navtop.container {
	padding: 1em 2em 0.4em 2em;
	height: 100%;
}

.logolinetop .container {
	padding: 1em 2em 0.4em 2em;
}
.navbar {
	padding-top: 6px;
	padding-left: 0px;
	text-align: right;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 1em;
}
.navbar a {
	padding: 5px 10px;
	color: #fff;
	transition: opacity 0.12s ease;
}
.navbar a:hover, .navbar a.active {
	opacity: 0.8;
}
.logo {
	transition: all 0.2s ease;
	height: 100%;
	display: inline-block;
}
.logo + .logo {
	margin-left: 10px;
}
.logo img {
	height: auto;
	width: auto;
	vertical-align: middle;
	max-height: 100%;
	margin-top: -4px;
}
.socaillinks {
	vertical-align: middle;
	float: right;
	padding-right: 10px;
}
.socaillinks li + li {
	margin-left: 8px;
}
.logolinetop span {
	color: #888;
}
.logolinetop a {
	transition: opacity 0.2s ease;
}
.logolinetop a:hover {
	opacity: 0.8;
}
.logolinetop li {
	display: inline-block;
}
header.detachedHide {
	transform: translateY(-100%);
}
header.detached {
}
header.detached.show {
	transform: translateY(0);
}
header.detached .navtop.container {
}
header.detached .logo {
}
header.detached .navbar {
}

/* 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: 2em;
}
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: #fff;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}

/* main */
main {
	
}

/* section */
.topsec {
	padding-top: 100px;
	min-height: 100vh;
}

.topsec h1 {
	margin-left: -9px;
	margin-top: 15px;
}
.topsec p {
	line-height: 1.8;
	max-width: 540px;
	margin-top: 50px;
}
.topsec .container {
	padding-bottom: 1em;
}

.section-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	margin-left: -0.55em;
}
.bg-white .section-title {
	color: #1a1a1a;
}
.section-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 10px auto;
}
.section-title.sub {
	border-bottom: 2px solid #fff;
	width: 200px;
	padding-bottom: 10px;
	max-width: 80%;
}
.section-title.sub::after {
	content: none;
}
.bg-white .section-title::after {
	background: #1a1a1a;
}
.bg-white .section-title.sub {
	border-bottom: 2px solid #1a1a1a;
}
.section-title.white {
	color: #fff;
}
.main-title {
	width: 100%;
	max-width: 413px;
}

/* main animation */
#topIconSouth {
	transition: opacity 0.6s ease-in-out 2s, transform 0.6s ease-in-out 2s;
}
#top-signup-btn {
	transition: opacity 0.6s ease-in-out 2.6s, transform 0.6s ease-in-out 2.6s;
}
.mainbg {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: none;
	transition: opacity 0.7s ease-in-out 0s;
	opacity: 1;
	max-width: 100vw;
	overflow: hidden;
}
.mainbg::before, 
.mainbg::after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 100vw;
}
.mainbg::before {
	background: url('../img/bg_0.jpg') no-repeat center center;
	transition: opacity 0.6s ease-in-out 0.8s;
	position: fixed;
	background-size: cover;
	top: 0;
}
.mainbg::after {
	background: url('../img/bg_main.png') no-repeat left;
	background-size: auto 100%;
	transition: opacity 1s ease-in-out 1.6s;
	animation: shining 4s infinite ease-in-out 2.4s;
	right: calc(-100px - 100% + 1280px);
	bottom: 0;
}

@keyframes shining {
    0% {opacity: 1;}
    30% {opacity: 0.7;}
    60% {opacity: 1;}
    100%{opacity: 1;}
}
.topsec.active .mainbg,
.topsec.active .mainbg::before, 
.topsec.active .mainbg::after {
	opacity: 1;
}
.topsec h1 {
	opacity: 1;
}

#topIconSouth,
#top-signup-btn {
	opacity: 1;
}


/* bg dec */
.bgdec::after {
	content: "";
	position: absolute;
	background: url('../img/bgdec_b.png') no-repeat center;
	height: 116px;
    width: 100%;
    z-index: 0;
    margin-top: -1px;
}
.bgdec.bg-white::after {
	background: url('../img/bgdec_w.png') no-repeat center;
}
.bgdec + section {
}
/* speaker */
.speaker-cate {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 8px;
	position: relative;
}
.speaker-cate::after {
	content: "";
	border-bottom: 2px solid #1a1a1a;
	width: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.speaker-cate ~ .speaker-cate {
	margin-top: 50px;
}
.speaker-slick {
	padding-top: 3em;
	position: relative;
}
.speakers-group {
	display: flex;
	justify-content:center;
}
.speakers-group .speaker-main img {
	max-width: 200px;
	width: 100%;
}
.speakers-group .speaker {
	width: 200px;
	margin: 0 40px;
	margin-bottom: 20px;
}
.speaker-slick .speaker {
	margin: 0 1.5em;
	/* 0917 */
	display: inline-block;
	width: 200px;
	margin-bottom: 60px;
}
.speaker-slick .speaker-main {
	max-width: 200px;
}
.slider {
	max-width: 800px;
	overflow: hidden;
	margin: auto;
}
.speaker {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.speaker:hover,
.speaker:focus,
.speaker:active {
	outline: none;
}
.speaker-main {
	position: relative;
	text-align: center;
	padding-bottom: 65px;
	max-width: 200px;
}
.speaker-main.longname {
	padding-bottom: 50px;
}
.speaker-img {
	width: 100%;
	padding-top: 100%;
	background: #b3b3b3;
	margin-bottom: 10px;
	overflow: hidden;
}
.speaker-img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.speaker-main h5 {
	white-space: nowrap;
	position: absolute;
	left: -100px;
	right: -100px;
	margin: auto;
	line-height: 1.3;
}
.speaker-info {
	text-align: justify;
	width: 120%;
	margin-left: -10%;
	margin-top: 0px;
	transition: opacity 0.6s ease-in-out 0s, max-height 1.2s ease-in-out 0s;
	color: #4d4d4d;
	border-top: 1px solid #1a1a1a;
	padding-top: 6px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
.speaker-slick .speaker-info {
	width: 110%;
	margin-left: -5%;
}
.speaker.hover .speaker-info {
	opacity: 1;
	max-height: 500px;
}

.slick-arrow {
	position: absolute;
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 2px solid #1a1a1a;
	border-right: 0;
	border-bottom: 0; 
	top: 140px;
	background: transparent;
    overflow: hidden;
    text-indent: -200px;
    z-index: 2;
}
.slick-arrow.slick-prev {
	transform: rotate(-45deg);
	left: 0%;
}
.slick-arrow.slick-next {
	transform: rotate(135deg);
	right: 0%;
}
/* info */
.info-box {
	padding: 0 1em 2em; 
}
.info-box h4 {
	line-height: 1.5;
}
.info-box h4:first-of-type {
	font-size: 40px;
}
.time-block {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1.8em 0;
}
.time-group {
	width: 100%;
	display: block;
	max-width: 600px;
	background-color: transparent;
	border: 15px solid transparent;
	/* transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out; */
	z-index: 1;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
/*
.time-block:hover .time-group {
	opacity: 0.5;
}
.time-block:hover .time-group:hover {
	opacity: 1;
	transform: scale(1.08);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
}
*/
.time-row {
	border-bottom: 1px solid #666;
	padding: 0.7em 0 0.4em 0.5em;
    line-height: 1.4;
	display: flex;
	justify-content: start;
	margin: 0 auto;
}

.time-col p {
	color: #ffd300;
	line-height: 31px;
}
.time-col {
	display: inline-block;
	width: 136px;
}
.event-col {
	display: inline-block;
	width: 100%;
	padding-top: 3px;
}
.event-col h6 {
}
.event-col h5 {
	color: #ffd300;
	font-weight: 700;
}
.event-col p {
	color: #fff;
}
.info-date {
	position: relative;
	margin-right: 1em;
}
.info-date img {
	width: 70px;
	height: auto;
}
.info-date .week {
	position: absolute;
	bottom: -1.4em;
	right: 0;
	white-space: nowrap;
	font-size: 12px;
}
.notice {
	max-width: 615px;
	margin: 2em auto 0;
}

/* form */
.form-item + .form-item label {
	padding-top: 1.4em;
}
.form-item .d-cell {
	min-width: 120px;
}
.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] {
	display: inline;
	width: auto;
	position: absolute;
    opacity: 0;
}
.form-item .radio-label ~ .radio-label {
	margin-left: 1.2em;
}
.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;
}

input[type=radio]: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;
}

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

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

.linkafter + .form-item {
	display: none;
}
.linkafter.showafter + .form-item {
	display: table-row;
}

/* news card */
.news-card {
	width: 280px;
	height: 280px;
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.news-card img {
	height: 100%;
	width: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	max-width: none;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.news-card h5,
.news-card p {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	margin: auto;
	line-height: 1.5;
	z-index: 2;
	transition: all 0.6s ease;
}
.news-card p {
	opacity: 0;
	bottom: -30px;
	padding: 0 10px;
}
.news-card::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	transition: opacity 0.6s ease;
}
.news-card::after {
	content: "";
	width: 94%;
	height: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 2;
	border: 1px solid #fff;
	transition: transform 0.6s ease;
}
.news-card:hover::before {
	opacity: 0.7;
}
.news-card:hover::after {
	transform: scale(1.1)
}
.news-card:hover h5 {
	bottom: 100px;
}
.news-card:hover p {
	opacity: 1;
	bottom: 20px;
}
/* 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 0.4s ease, transform 0.4s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}