@charset "UTF-8";





/*==================================
    TIMELINE
==================================*/


/*-- GENERAL STYLES
------------------------------*/

.timeline {
    line-height: 1.8em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6,
.timeline p {
    color: #fff;
    margin: 1.5% 1%;
    line-height: 1.5em;
}






/*----- TIMELINE ITEM -----*/

.timeline-item {
    padding-left: 40px;
    position: relative;
}
.timeline-item:last-child {
    padding-bottom: 0;
}






/*----- TIMELINE INFO -----*/

.timeline-info {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.timeline-info .num {
    font-size: 180px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #eaeaeaba;
    display: block;
    margin-top: 60px;
}






/*----- TIMELINE MARKER -----*/

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}
.timeline-marker:before {
    background: #fff;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
    content: "";
    width: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #fff;
}






/*----- TIMELINE CONTENT -----*/

.timeline-content {
    padding-bottom: 40px;
}
.timeline-content p:last-child {
    margin-bottom: 0;
}






/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/

@media (min-width: 768px) {
    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }
    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }
    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}






/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/

@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: left;
        padding-right: 30px;
    }
    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 6% 0 3%;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        left: auto;
    }
}






/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/

.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #fff;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #fff;
}






/*  TIMELINE end */

.modal-open .modal {
    overflow-y: visible;
    padding: -15px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid transparent;
    background-color: #da6e10;
    color: #fff;
}

.font-size18 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 3px;
    margin: 1.5%;
}

.font-size15 {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin: 1.5%;
}

.light-box_speaker {
    background-color: #e6e2e4;
    border-radius: 8px;
    display: flex;
    padding: 10px;
}






/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    color: #333;
    position: relative;
    background-color: #fff;
    font-family: "Open Sans", "Helvetica Neue", 微軟正黑體, Helvetica, Arial, sans-serif;
    font-size: 15px;
}
@media (max-width: 768px) {
    body {
        min-height: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 10px;
}

h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin: 1%;
    }

    h3 {
        font-size: 24px;
        margin: 1%;
    }

    h4 {
        font-size: 20px;
        margin: 1%;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        margin: 1%;
    }

    h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 1%;
    }

    p {
        font-size: 14px;
    }
}
strong {
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 1.6em;
    word-wrap: break-word;
    margin: .2% 0;
}

ul {
    list-style: none;
    line-height: 1.9em;
}

ul li {
    list-style: none;
}

.ma__t30 {
    margin-top: 30px;
}

.overflow-y {
    overflow-y: visible;
}

.ma10 {
    margin: 10px;
}

.mat30 {
    margin-top: 30px;
}

.mat20 {
    margin-top: 20px;
}

.mat10 {
    margin-top: 10px;
}

.mab10 {
    margin-bottom: 10px;
}

.mab20 {
    margin-bottom: 20px;
}

a {
    transition: all .3s ease;
    color: #c75c00;
}

button,
.btn {
    color: #ddd;
    transition: all .3s ease;
    font-size: 16px;
}
button:focus,
buttonhover,
.btn:focus,
.btnhover {
    color: #ddd;
}

.btn--default {
    color: #fff;
    background: #da6e12;
    border: 2px solid #da6e12;
    margin-top: 20px;
    min-width: 120px;
    display: inline-block;
    width: 45%;
    margin: 1%;
    padding: 10px 0;
    font-size: 18px;
}

.btn--default:focus,
.btn--default:hover,
.btn--default:active {
    background: #fff;
    color: #da6e12;
}

.inactivelink {
    pointer-events: none;
    cursor: default;
}

.text-over-h {
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-h-15 {
    line-height: 1.5em !important;
}

.line-h-16 {
    line-height: 1.6em !important;
}

.line-h-18 {
    line-height: 1.8em !important;
}

section,
header {
    position: relative;
}

section {
    overflow: hidden;
}
@media (max-width: 767px) {
    section {
        padding: 1.2% 0;
        overflow: hidden;
    }
}
section .container {
    z-index: 1;
}
section .ul li {
    margin-bottom: 1em;
}
section .ul li:before {
    content: '•';
    position: absolute;
    font-size: 30px;
    left: -.8%;
    color: #fff;
}
section:last-of-type {
    margin-bottom: 0;
}

section:not(footer) {
    padding: 5% 1%;
}

header {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
}

.navbar-inverse {
    width: 100%;
    box-shadow: 0 0 16px #ddddddaa;
    background: #da6e10;
    border-color: #da6e10;
}
@media (max-width: 767px) {
    .navbar-inverse {
        position: absolute;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-inverse .navbar-header {
        width: 20%;
    }
}

.navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    margin-top: 5%;
    border-color: #fff;
}
.navbar-inverse .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 20px;
    display: block;
}
.navbar-inverse .navbar-logobox {
    display: block;
    padding: 14% 2% 3% 6%;
    width: 50%;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .navbar-inverse .navbar-logobox {
        width: 95%;
        padding-top: 14%;
    }
}

.navbar-inverse .navbar-logobox img {
    width: 120px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #da6e10;
}
.navbar-inverse .navbar-nav li:hover {
    background: #61616138;
}
.navbar-inverse .navbar-nav li.social {
    min-height: 100%;
    line-height: 55px;
    padding: .1em;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #b55300;
        text-align: center;
    }
}
.navbar-inverse .navbar-nav li a {
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    padding: .9em;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li a {
        padding: .3em;
    }
}
.navbar-inverse ul li:last-child {
    border-bottom: none;
}
.navbar-inverse .dropdown {
    float: left;
}
.navbar-inverse .dropdown a:hover,
.navbar-inverse .dropdown a:active,
.navbar-inverse .dropdown a:visited {
    color: #fff;
}
.navbar-inverse .dropdown .btn {
    background: transparent;
}
.navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 10px;
    padding: 10px 1em;
    text-align: center;
}
.navbar-inverse .nav .open>a,
.navbar-inverse .nav .open>a:focus,
.navbar-inverse .nav .open>a:hover {
    background: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #b55300;
    padding: 0;
}

.sign-navi a {
    background: #53bf9b;
    text-shadow: 0px 0px 2px #737373;
}

.sign-navi a:hover {
    background: #4ea561;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #da6e10;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: 0.5s linear;
}

.top-type {
    background-image: url(../img/top-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.title-green {
    text-align: center;
    font-size: 50px;
    color: #da6e10;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    padding-top: 2%;
    padding-bottom: 1%;
}

section .title {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 4px;
}
section .title:before {
    content: '';
    background: url("../img/deco-title.svg") no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -45px;
    left: calc(50% - 15px);
}
section .title span {
    font-size: 28px;
    color: #194e1f;
    display: block;
    margin: 10px auto 20px auto;
    letter-spacing: 2px;
    font-weight: 200;
}

.section--kv {
    position: relative;
    padding: 0;
    top: 55px;
}
.section--kv .mobile-head {
    color: #da6e10;
    min-height: 300px;
    background-image: url(../img/kv-bg.jpg);
    background-size: cover;
    padding-top: 1%;
}
.section--kv .kv-title {
    position: absolute;
    left: 25%;
    top: 22%;
    width: 30vw;
}

.section--info {
    background: #908677 !important;
    width: 100%;
}
.section--info .section--info--intro {
    color: #ffffff;
}
.section--info .section--info--yBox {
    list-style: none;
    padding: 0;
    margin: 2% auto;
}
.section--info .yBox-text {
    padding: 10px;
    color: #ffe58f;
    text-align: center;
    text-shadow: 2px 2px 0px #3a372c;
}
.section--info .yBox-text span {
    font-size: .8em;
    text-align: center;
}
.section--info .yBox-text a {
    color: #ffe58f;
}
.section--info .yBox-icon i {
    font-size: 3em;
}
.section--info .index-info--footer h2,
.section--info .index-info--footer h4 {
    color: #fed041;
}
.section--info .section--info--footer {
    background: #fce68f;
    padding: 1.2% 0 2%;
}
.section--info .section--info--footer h3 {
    line-height: 1.3em;
}

.side-type {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
}

.side-content {
    background: url(../img/side-bg.png) no-repeat;
    background-position: top right;
}

.underline-title {
    border-bottom: 2px solid #cfcfcf;
    font-size: 50px;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 2%;
    margin-top: 0;
    float: left;
    width: 100%;
    word-break: break-word;
}
.underline-title span {
    font-size: .6em;
}

.underline-title:after {
    content: "";
    position: absolute;
    background-color: #cfcfcf;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -10px;
    left: 0;
}

.side-info-group {
    padding: 0 0 30px 30px;
    float: left;
    width: 100%;
}

.Kspeaker-row {
    position: relative;
    margin: 2% 0 1.5%;
}

.Kspeaker-img {
    padding: 5%;
}
.Kspeaker-img img {
    border-radius: 10px;
}

.Kspeaker-issue-title h3 {
    font-size: 3rem;
    color: #afa8a3;
}

.Kspeaker-info {
    position: relative;
    border: 10px #ffffff solid;
    box-shadow: 0 0 5px 0 #da6e12;
    background: #fff;
    padding: 1% 1% 2%;
}
.Kspeaker-info .Kspeaker-info--btn {
    padding-top: 10px;
}
.Kspeaker-info .Kspeaker-info--btn .btn {
    background: #da6e10;
    color: #fff;
}
.Kspeaker-info .Kspeaker-info--btn .btn :hover {
    background: #b35608;
}

.section--speaker .speaker--cover {
    padding: 0px;
}
.section--speaker .speaker-box a {
    min-height: 300px;
}

@media screen and (min-width: 10240px) {
    .section--speaker .speaker-box a {
        min-height: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .section--speaker .speaker-box a {
        min-height: 320px;
    }
}
.section--speaker .track-title h3 {
    background: #135d00;
    color: #fff;
    line-height: 1.4em;
    padding: 8px 2px;
    border-radius: 10px;
}
.section--speaker .track-title h3 span {
    font-size: 50%;
}
.section--speaker .track-title .b {
    background: #e28a0f;
}
.section--speaker .track-title .c {
    background: #35899c;
}
.section--speaker a {
    color: #333;
    float: left;
    padding: 2% .5% 1.5%;
    margin: 2%;
    width: 100%;
    border: 1px solid #da6e12;
}
.section--speaker a:hover {
    box-shadow: 0 0 10px #da6e12;
    background: #ffffffba;
}

.section--gift {
    background: #5aa96b;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    padding: 2% 0;
    z-index: 0;
}
.section--gift img {
    width: 80%;
}

body .section--logowall {
    background: #fff;
    position: relative;
    background-image: url(../img/side-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 3%;
}
body .section--logowall .logowall-side-content {
    position: relative;
    float: left;
}
body .section--logowall .logowall-side-content .underline {
    border-bottom: 2px solid #cfcfcf;
    width: 100%;
}
body .section--logowall .logowall-side-content .underline:after {
    content: "";
    position: absolute;
    background-color: #cfcfcf;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    bottom: -10px;
    left: 0;
}
body .section--logowall a {
    display: block;
}
body .section--logowall .diamond h3 {
    margin-left: 30px;
}
body .section--logowall .diamond .dot {
    background: #f18020;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}
body .section--logowall .platinum h3 {
    margin-left: 30px;
}
body .section--logowall .platinum .dot {
    background: #f7913a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}
body .section--logowall .gold h3 {
    margin-left: 30px;
}
body .section--logowall .gold .dot {
    background: #f7b457;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}
body .section--logowall .silver h3 {
    margin-left: 30px;
}
body .section--logowall .silver .dot {
    background: #c1d6dc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}
body .section--logowall .logo-row {
    clear: both;
    margin-top: 3%;
    display: table;
    width: 100%;
    position: relative;
}
body .section--logowall .logo-wall-img {
    padding: 1.5% 2%;
}
@media (max-width: 767px) {
    body .section--logowall .logo-wall-img {
        max-width: 250px;
    }
}
@media (max-width: 1343px) {
    body .section--logowall .logo-wall-img {
        max-width: 100%;
    }
}

.section--traffic {
    background: #e8e1dc;
}

footer {
    background: #333;
    color: #fff;
    padding: 2%;
}

.section--agenda .section--agenda--intro .page-title {
    font-size: 3em;
    padding-left: 0;
    padding-bottom: 10px;
    position: relative;
    padding-top: 1%;
    margin-top: 0;
}
.section--agenda .section--info--footer {
    padding: 0.5%;
    border-bottom: 1px solid #ccc;
}
.section--agenda .section--info--footer h3 {
    line-height: 1.3em;
}

.section--speakers .underline-title {
    border-bottom: 2px solid #cfcfcf;
    font-size: 50px;
    padding-left: 0;
    padding-bottom: 10px;
    position: relative;
    padding-top: 2%;
    margin-top: 0;
}
.section--speakers .Kspeaker-row {
    margin: 2% 0 1.5%;
}
.section--speakers .Kspeaker-info {
    box-shadow: none;
    border: none;
    padding: 1% 1% 2%;
}
.section--speakers .page-Kspeaker--agenda h4 {
    color: #da6e10;
}

.section--sponsors .sponsor-row {
    margin-top: 2%;
    margin-bottom: 3%;
}
.section--sponsors .sponsor-cover {
    margin-top: 5%;
}
.section--sponsors .sponsor-row--img {
    margin-top: -3%;
    z-index: 1;
    box-shadow: 0 0 10px #6d6d6d;
    padding: 2px;
}
.section--sponsors .sponsor-row--img img {
    background: #fff;
}
.section--sponsors .sponsor-row--text {
    background: #fff;
    display: table;
    padding: 2% 1% 2% 8%;
    right: 6%;
    border-left: 10px solid #da6e12;
}
.section--sponsors .sponsor-row--text .gray-link {
    background: #da6e10;
    color: #fff;
    margin-top: 2%;
    padding: 6px 14px 8px;
}
.section--sponsors .sponsor-row--text .gray-link:hover {
    background: #bd5d09;
}
.section--sponsors .sponsor-row--text .sponsor-row--text__right {
    display: table-cell;
}
.section--sponsors .sponsor-row--text .sponsor-row--text__right .descrip {
    padding: 1%;
}

.section--signup a {
    display: block;
    margin: -8px;
    padding: 8px;
}
.section--signup a:hover {
    background: #ffe8d4;
}
.section--signup .underline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3%;
}
.section--signup .title-green p {
    font-size: 20px;
}






/*# sourceMappingURL=main.css.map */

.slide-session {
    min-height: 160px;
}