body {
	font-family: "Frutiger57",Helvetica,Arial,"sans-serif","Microsoft Jhenghei","MS PGothic";
	width: 100%;
	font-size: 1.125rem;
	background-color: #fafafa;
	color: #1a1a1a;
}
body.loaded {
}
p {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #ffbd00;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"] {
	cursor: pointer;
}
input, select, textarea {
	font-family: 'PingFang TC', 'Heiti TC', 'Noto Sans TC', 'Noto Sans CJK 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:#122948; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #1f446d; /* Light grey */
    border-top: 8px solid #ffbd00; /* Blue */
    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;
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1160px;
}
footer .container {
	padding: 2em 2em;
}

.max-w8 {max-width: 800px;}
.max-w6 {max-width: 500px;}
.max-w5 {max-width: 450px;}

.col {
	display: inline-block;
}
.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.w100 {
	width: 100%;
}
.d-table {
	display: table;
}
.d-row {
	display: table-row;
}
.d-cell {
	display: table-cell;
}
.mt-1 {	margin-top: 1em; }
.mt-2 {	margin-top: 1.4em; }
.mb-1 {	margin-bottom: 1em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-4 {	margin-bottom: 3em; }
.mb-s { margin-bottom: 10px; }

.pl-s { padding-left: 12px; }
.py-3 { padding-top: 3em; padding-bottom: 3em; }

/* 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: #fafafa;
}
.bg-gray {
	background-color: #eee;
}
.bg-blue {
	background-color: #122948;
}

.white {
	color: #fff;
}
.yellow {
	color: #ffbd00;
}
.main-blue {
	color: #005fa5;
}
.main-red {
	color: #ffbd00;
}
.sub-black {
	color: #333;
}
.sub-gray {
	color: #666;
}
/* 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.78em; /* 14px */
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: 700;
}

.lh-mid {
	line-height: 1.3;
}

.show-sm, .show-mid {
	display: none;
}

/* button */
.main-btn {
	background-color: #ffbd00;
	color: #1a1a1a;
	text-align: center;
	border: 0;
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
	transition: background-color 0.2s ease;
	vertical-align: text-bottom;
}
.topsec .main-btn {
	margin: 1.5em 2em;
}
.wide-btn {
	height: 52px;
	width: 250px;
	letter-spacing: 2px;
	line-height: 54px;
}
form .wide-btn {
	width: 200px;
	height: 57px;
	line-height: 57px;
	font-size: 25px;
	border-bottom: 2px solid #4d4d4d;
}
.long-btn {
	height: 150px;
	width: 50px;
	writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 16px;
    letter-spacing: 4px;
}
.main-btn:hover {
	background-color: #ffdb2c;
	color: #1a1a1a;
}

.top-btn {
	background-color: #122948;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 27px 17px 10px;
	position: relative;
}
.top-btn::before {
	content: "";
	width: 26px;
	height: 0;
	display: block;
	border-top: 2.2px solid #fff;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-btn::after {
	content: "";
	width: 13px;
	height: 13px;
	border: 4px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}

/* header */
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #122948;
	z-index: 99;
    transition: all 0.4s ease;
    max-height: 72px;
}
.navtop.container {
	padding: 0em 3em 0 2em;
	height: 100%;
}
.navbar {
	padding-top: 15px;
	margin-left: -10px;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 1em;
}
.navbar a {
	padding: 5px 10px;
	color: #fff;
	transition: color 0.12s ease;
}
.navbar a:hover, .navbar a.active {
	color: #ffbd00;
}

.socaillinks {
	float: right;
	padding-top: 7px;
}
.socaillinks li {
	display: inline-block;
	transition: opacity 0.2s ease;
}
.socaillinks li:hover {
	opacity: 0.7;
}
.socaillinks li + li {
	margin-left: 8px;
}

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(0, 0, 0, 0.6);
	border: 0;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 5px;
	display: none;
	transition: margin 0.2s ease;
	position: absolute;
	top: 8px;
	right: 1.5em;
}

.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 {
	position: relative;
}

/* section */
.topsec {
	padding-top: 60px;
	background: linear-gradient(to bottom, rgba(18, 41, 72, 1.0) 100px, rgba(18, 41, 72, 0)) no-repeat;
	background-size: 100% 50%;
	background-position: center top;
	min-height: 100vh;
	position: relative;
    padding-bottom: 50px;
}
.topsec::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: url('../img/main-bg.jpg') no-repeat top;
	background-size: cover;
	background-position: center 100%;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	bottom: 0;
}
.topsec h2 {
	margin-left: -9px;
}
.topsec h1 {
	margin-left: -9px;
	margin-bottom: 25px;
}
.topsec p {
	margin-right: 7px;
	margin-top: 3em;
	margin-bottom: 1.2em;
	text-shadow: 0 0 3px rgba(22, 46, 78, 1.0), 
				0 0 6px rgba(22, 46, 78, 1.0), 
				0 0 40px rgba(22, 46, 78, 1);
    color: #ffbd00;
}
.topsec .container {
	padding-bottom: 1em;
}
.section-title {
	height: 52px;
	font-size: 30px;
	font-weight: 700;
}
.section-title.t-cube {
	border: 1px solid #005fa5;
	display: inline-block;
	padding: 12px 18px 12px 20px;
}
.section-title.t-cube.yellow {
	border: 1px solid #fff;
}
/* speaker */
.speakers-group {
	display: flex;
	align-items:flex-start;
}
.speaker {
	padding-top: 15px;
	margin-top: 6px;
	margin-bottom: 50px;
	display: inline-block;
	max-width: 200px;
}
.speaker-img {
	min-width: 151px;
}
.speaker-info {
	text-align: justify;
	width: 110%;
	margin-left: -5%;
	margin-top: 5px;
	transition: opacity 0.6s ease-in-out 0s, max-height 1.2s ease-in-out 0s;
	color: #4d4d4d;
	border-top: 1px solid #ccc;
	padding-top: 6px;
	overflow: hidden;
	font-size: 15px;
	opacity: 0;
	max-height: 0;
}
.speaker.hover .speaker-info {
	opacity: 1;
	max-height: 500px;
}
.speaker-name {
	color: #1a1a1a;
}
.speaker-title {
	display: inline-block;
}
.speaker h4 {
	line-height: 1.3;
	margin-top: 10px;
}
/* info */

.time-row {
	border-bottom: 1px solid #ccc;
	padding: 1em 0 0.8em; 
	line-height: 1.5;
	display: flex;
	justify-content:center;
	margin: 0 auto;
}
.time-row:first-of-type {
	border-top: 2px solid #ccc;
}
.time-col p {
	color: #fff;
}
.time-col {
	display: inline-block;
	width: 180px;
	padding-top: 1px;
}
.event-col {
	display: inline-block;
	width: 615px;
	color: #fff;
}
.event-col h5 {
	color: #ffbd00;
	font-size: 20px;
}
.event-col h4 {
	color: #ffbd00;
	font-size: 25px;
	font-weight: 700;
}
.event-col p {
	color: #fff;
	display: flex;
	margin-top: 7px;
}
.event-col p span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding-right: 8px;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-top: -1px;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0.8em 0 1em;
}


/* form */
.form-item .d-cell {
	min-width: 120px;
}
.formblock {
	background: #fff;
	padding: 2em;
	margin: -5.2em auto;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
.form-item + .form-item > label:first-of-type {
	padding-top: 1.4em;
	line-height: 1.4;
}
.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: 0.6;
}
.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;
}
.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;
	line-height: 2;
    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;
}

input[type=radio]:hover + .radio-label span,
input[type=checkbox]:hover + .radio-label span {
  border: 1px solid #333;
}

.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,
input[type=checkbox]:checked + .radio-label span {
  border: 1px solid #333;
}

input[type=radio]:checked + .radio-label span::before,
input[type=checkbox]:checked + .radio-label span::before {
  background: #333;
}

.map {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.map iframe {
	max-width: 100%;
}
/* news card */
.news-card {
	max-width: 100%;
	width: 300px;
	height: 220px;
	display: inline-block;
	background: #666;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin: 0 0.6em 1.4em;
}
.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;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.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: linear-gradient(to top, rgba(68, 105, 127, 1), rgba(68, 105, 127, 0.5));
	opacity: 0.6;
	z-index: 1;
	transition: opacity 0.6s ease;
}

.news-card:hover::before {
	opacity: 0.9;
}

.news-card:hover h5 {
	bottom: 100px;
}
.news-card:hover p {
	opacity: 1;
	bottom: 20px;
}
/* footer */
.logo {
	transition: opacity 0.2s ease;
	display: inline-block;
	margin: 1em 0.3em;
}
.logo img {
	height: auto;
	width: auto;
	vertical-align: middle;
	margin-right: 20px;
	max-height: 100%;
}
.logo:hover {
	opacity: 0.7;
}
.logo span {
	margin-left:-20px ;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 3px;
}
footer hr {
	border-color: #808080;
}
footer p {
	vertical-align: middle;
}
footer p + .logo {
	margin-left: 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 0.4s ease, transform 0.4s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
.signup-full {
	position: relative;
	pointer-events: none;
}
.signup-full::after {
	content: "報名已額滿";
	position: absolute;
	z-index: 10;
	display: flex;
	width: 100%;
	height: calc(100% + 60px);
	background: rgba(0, 0, 0, 0.5);
	top: -30px;
	color: #fff;
	font-weight: 700;
	justify-content:center;
	align-items:center;
	font-size: 40px;
}