body {
	font-family: "Frutiger57",Helvetica,Arial,"sans-serif","Microsoft Jhenghei","MS PGothic";
	color: #fff;
	font-size: 1.125rem;
	width: 100%;
	background-color: #013B6B;
}
body.loaded {
}
p {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #6e8db0;
	-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:#ffffff; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #123A5F; /* 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;
}
footer .container {
	padding: 2em 2em;
}
#speaker-sec .container {
	padding: 1em 2em 4em;
}
.max-w7 {max-width: 620px;}
.max-w6 {max-width: 500px;}

.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-s { margin-bottom: 10px; }

/* 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;
}
/* color */
.main-gradient {
	background: linear-gradient(#4abbc1, #e1f4f5);
}
.bg-no {
	background: transparent;
}
.bg-white {
	background-color: rgba(255, 255, 255, 1);
}
.bg-gray {
	background-color: #4d4e4f;
}
.bg-blue {
	background-color: #123a5f;
}

.white {
	color: #fff;
}
.main-blue {
	color: #123A5F;
}
.sub-blue {
	color: #6E8BAE;
}
.sub-gold {
	color: #b3936e;
}
.sub-black {
	color: #333;
}
/* 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;
}
.bold {
	font-weight: 700;
}
.font-w4 {
	font-weight: 400;
}
.lh-mid {
	line-height: 1.3;
}
/* button */
.main-btn {
	background-color: #F9B515;
	color: #123A5F;
	text-align: center;
	border: 0;
	display: block;
	font-weight: 700;
	font-size: 22px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.wide-btn {
	height: 50px;
	width: 245px;
	letter-spacing: 2px;
	line-height: 50px;
}
.long-btn {
	height: 180px;
	width: 50px;
	writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 14px;
    letter-spacing: 4px;
}
.main-btn:hover {
	background-color: #b3936e;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.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: #6E8BAE;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 21px 18px;
}
.top-btn::before {
	content: "";
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}

/* header */
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 99;
    transition: all 0.4s ease;
    height: 112px;
}
.navtop.container {
	padding: 1em 4.7em 0.4em 2em;
	height: 100%;
}
.navbar {
	float: right;
	padding-top: 45px;
	margin-right: -10px;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 1em;
}
.navbar a {
	padding: 5px 10px;
	color: #333;
	transition: color 0.12s ease;
}
.navbar a:hover, .navbar a.active {
	color: #b3936e;
}
.logo {
	transition: all 0.2s ease;
	height: 100%;
	display: inline-block;
}
.logo img {
	height: auto;
	width: auto;
	vertical-align: top;
	margin-right: 30px;
	max-height: 100%;
}
.fb-btn {
	height: 39px;
	display: inline-block;
	/*background: url('../img/fb-icon-g.png') no-repeat center 5px;*/
}
/*
.fb-btn img {
	opacity: 1;
	transition: opacity 0.12s ease;
}
.fb-btn:hover img {
	opacity: 0;
}
*/
header.detachedHide {
	transform: translateY(-100%);
}
header.detached {
	transition: #fff;
}
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;
	float: right;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 7px;
	display: none;
	transition: margin 0.2s ease;
	margin-right: -15px;
}
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: #333;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}
/* bg-sec */
#bg-sec {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('../img/main-bg.jpg') no-repeat fixed;
	background-position: calc(50% + 200px) 100px;
}
#bg-sec canvas {
	min-height: 100vh;
}
/* main */
main {
	
}

/* section */
.topsec {
	padding-top: 130px;
}
.topsec h2 {
	margin-left: -4px;
}
.topsec h1 {
	margin-left: -9px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.topsec .container {
	padding-bottom: 1em;
}
.section-title {
	height: 36px;
	color: #123A5F;
	font-size: 28px;
	font-weight: 400;
	border-bottom: 1px solid #123A5F;
}
.section-title.white {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.main-title {
	width: 100%;
	max-width: 413px;
}
.topsec .dateimg {
	max-width: 100%;
	height: auto;
	margin-right: 12px;
	padding-left: 2px;
	margin-top: 20px;
}
.top-date .col {
    margin-top: -49px;
    vertical-align: middle;
}
/* speaker */
.speakers-group {
	display: flex;
	justify-content:space-between;
}
.speaker {
	display: inline-block;
	position: relative;
	width: 100%;
}
.speaker-main {
	position: relative;
}
#spk01 {max-width: 360px}
#spk02 {max-width: 250px}
#spk03 {max-width: 243px}
.name-wrap {
	position: absolute;
	bottom: 0px;
	min-width: 100%;
	left: 0;
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	padding: 5px 0 5px 16px;
	white-space: nowrap;
	z-index: 1;
	max-width: 360px;
}
.name-wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
	height: 100px;
	/*background: linear-gradient(rgba(1, 59, 107, 0), rgba(1, 59, 107, 1));*/
	z-index: -1;
}
.name-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	border: 7px solid #b3936e;
	border-top-color: transparent;
	border-right-color: transparent;
}
.speaker img {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
            color-stop(0.70,  rgba(0,0,0,1)),
            color-stop(1.00,  rgba(0,0,0,0)));
	transform: translateX(0px);
	transition: transform 0.3s ease;
}
.speaker.hover img {
	/*transform: translateX(6px);*/
}
/*
.shadow {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 0;
	background: linear-gradient(rgba(179, 147, 110, 1), rgba(179, 147, 110, 0));
	width: 100%;
	height: 100%;
	-webkit-mask: url('../img/speaker/01-b.png') no-repeat;
}*/
#spk02 .shadow {-webkit-mask: url('../img/speaker/02-b.png') no-repeat;}
#spk03 .shadow {-webkit-mask: url('../img/speaker/03-b.png') no-repeat;}

.speaker-main::after {
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(-135deg);
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 10px auto 0;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.4s ease-in-out;
}
.speaker.hover .speaker-main::after {
	opacity: 1;
	transform: translateY(6px) rotate(-135deg);
}
.speaker-info {
	text-align: justify;
	width: 110%;
	margin-left: -5%;
	margin-top: 60px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease-in-out 0s;
}
.speaker.hover .speaker-info{
	max-height: 260px;
}

/* info */
.info-box {
	padding: 2em; 
}
.info-box img {
    margin-bottom: 1.4em;
}
.time-row {
	border-top: 1px solid #6E8BAE;
	padding: 1.2em 0; 
	line-height: 1.5;
	display: flex;
	justify-content:center;
	max-width: 800px;
	margin: 0 auto;
}
.time-row:last-of-type {
	border-bottom: 1px solid #6E8BAE;
}
.time-col p {
	color: #6E8BAE;
	line-height: 31px;
}
.time-col {
	display: inline-block;
	width: 180px;
	padding-top: 5px;
}
.event-col {
	display: inline-block;
	width: 615px;
}
.event-col h5 {
	color: #123A5F;
	font-weight: 700;
}
.event-col p {
	color: #b3936e;
}
.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 {
    margin-top: 2em;
    display: flex;
    justify-content: center;
}
.notice .event-col p {
	color: #6E8BAE;
}
/* form */
.form-item + .form-item label {
	padding-top: 1.4em;
}
.form-item input,
.form-item .select,
.form-item textarea {
	width: 100%;
	padding: 10px 15px 8px;
	border-radius: 5px;
	border: 0;
	box-sizing: border-box;
}
.form-item .select {
	padding: 0 15px;
	position: relative;
}
.select select {
    background: none;
    width: 100%;
    border: none;
    height: 36px;
    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: 15px;
}

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

/* slick */
.card {
	width: 100%;
	max-width: 360px;
	margin: 0 10px;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.cover-img {
	background-color: #ccc;
	width: 100%;
	padding-top: 80%;
	position: relative;
	overflow: hidden;
}
.cover-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	margin-left: -70%;
	max-width: none;
}
.card::before {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    height: 60px;
    left: 0;
    background: linear-gradient(rgba(1, 59, 107, 0), rgba(1, 59, 107, 0.9) 80%);
    transition: height 0.8s;
}
.card:hover::before {
	height: 150%;
}
.card-footer {
	padding: 0.5em 0.8em;
	position: absolute;
	bottom: 0;
	z-index: 2;
	transition: bottom 0.8s;
	z-index: 2;
}
.card-footer h4 {
	line-height: 1.3;
	margin-bottom: 10px;
}
.card:hover .card-footer {
	bottom: 35%;
}
.card-footer p {
	opacity: 0;
	line-height: 0;
	transition: all 0.8s;
}
.card:hover .card-footer p {
	opacity: 1;
	line-height: 1.5;
}
.card .trans-btn {
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.card:hover .trans-btn {
	opacity: 1;
	bottom: 40px;
}

/* */
#notice-sec p + p {
	margin-top: 0.8em;
}

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