download.pngdownload.png#add-to-calendar-checkbox-label {
    cursor: pointer;
    border: #333 1px solid;
    display: block;
}

.new-cal div {
    position: relative;
}

.new-cal label {
    font-size: 20px;
    cursor: pointer;
    background: #f5c01b;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    margin: 0;
}

.add-to-calendar-checkbox~a {
    display: none;
    border-radius: 4px;
    padding: 11px;
    margin-top: 2px;
    font-size: 20px;
    color: #fff;
}

.add-to-calendar-checkbox:checked~a {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
}

.add-to-calendar-checkbox:checked~a {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
}

input[type=checkbox].add-to-calendar-checkbox {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: -9999px;
    left: -9999px;
}

.icon-google {
    background: #4285F4;
}

.icon-yahoo {
    background: #4203B0;
    top: 82px;
}

.icon-ical {
    background: #666;
    top: 124px;
}

.icon-outlook {
    background: #0070C6;
    top: 166px;
}

div.dropdown-menu a {
    cursor: pointer;
}

html,
body {
    font-size: 16px;
    font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif;
}

.bgc_blue {
    background-color: #04365c;
}

.bgc_red {
    background-color: #db230b;
}

.bgc_grey {
    background-color: #999;
}

.bgc_yellow {
    background-color: #f5c01b;
}

.bd_blue {
    border: 1px solid #04365c;
}

.bd_blue:not(:disabled):not(.disabled).active {
    background-color: #04365c;
    color: #fff;
}

.bd_red {
    border: 1px solid #db230b;
}

.bd_grey {
    border: 1px solid #999;
}

.bd_yellow {
    border: 1px solid #f5c01b;
}

.text_blue {
    color: #04365c;
}

.text_red {
    color: #db230b;
}

.text_grey {
    color: #999;
}

.text_yellow {
    color: #f5c01b;
}

.f_w_700 {
    font-weight: 700;
}

.f_s_h1 {
    font-size: 1.8em;
}

.f_s_h2 {
    font-size: 1.6em;
}

.f_s_h3 {
    font-size: 1.425em;
}

.f_s_h4 {
    font-size: 1.25em;
}

.f_s_h5 {
    font-size: 1.125em;
}

.ly_section {
    overflow: hidden;
}

.layout_sec {
    padding-top: 60px;
    padding-bottom: 80px;
}

.layout_sec.bg_grey {
    background-color: rgba(0, 0, 0, 0.02);
}

.header_title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
}

.header_function {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.function_item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 1rem;
}
.sns_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: -6px;
}
.sns_dropdown.is_show {
    display: block;
}
.sns_dropdown .btn_fb {
    margin-bottom: 2px;
}
.function_btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: center/cover no-repeat;
    cursor: pointer;
}
.function_btn.btn_share {
    background-image: url(img/UI/share.svg);
}
.function_btn.btn_fb {
    background-image: url(img/UI/facebook.svg);
}
.function_btn.btn_line {
    background-image: url(img/UI/line.svg);
}


@media (max-width: 992px) {
    .header_title {
        left: 72px;
    }
}

.sec_title {
    position: relative;
    margin: 30px auto 45px;
    min-width: 120px;
    max-width: 16%;
    width: 100%;
    text-align: center;
}

.sec_title::after {
    content: '';
    display: block;
    line-height: 1;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #f5c01b;
    -webkit-box-shadow: 0 0 3px #f5c01b;
    box-shadow: 0 0 3px #f5c01b;
}

.sec_title .tit {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding-bottom: 16px;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #04365c;
    letter-spacing: .1em;
}

.sec_title .tit::before {
    left: 0;
}

.sec_title .tit::after {
    right: 0;
}

.sec_title .tit::before,
.sec_title .tit::after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background-color: #f5c01b;
    -webkit-box-shadow: 0 0 3px #f5c01b;
    box-shadow: 0 0 3px #f5c01b;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: #f5c01b;
    color: #04365c;
}


.sec_hero {
    position: relative;
    margin-top: 56px;
}

.sec_hero .g_kv {
    border-bottom: 1px solid #f0f0f0;
}
.sec_hero .g_kv img {
    width: 100%;
}


.sec_hero .kv_desktop {
    position: relative;
    overflow: hidden;
    /*height: calc(100vh - 56px);*/
}

/*.sec_hero .kv_bg {
    height: 100%;
}
.sec_hero .kv_bg img {
    min-height: 100%;
    width: auto;
}*/
.sec_hero .kv_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, #001220, rgba(0, 18, 32, 0));
}

.sec_hero .kv_logo {
    position: absolute;
    top: 6%;
    left: 8%;
    z-index: 2;
    width: 160px;
}

.sec_hero .kv_bg_text {
    position: absolute;
    top: 16.596%;
    left: 0;
    z-index: 1;
}

.sec_hero .kv_left {
    position: absolute;
    left: 8.4375%;
    top: 34%;
    z-index: 2;
    width: 42.7%;
}

.sec_hero .kv_text img {
    width: 100%;
}
.sec_hero .kv_desktop .kv_link_area {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}
.sec_hero .kv_desktop .kv_link {
    display: inline-block;
}
.sec_hero .kv_desktop .kv_link:nth-child(2) {
    margin-left: 20px;
}
.sec_hero .kv_desktop .kv_link a {
    position: relative;
    display: block;
    padding: .5em 0 .65em;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #f5c01b;
    opacity: 0.6;
}
.sec_hero .kv_desktop .kv_link a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}
.sec_hero .kv_desktop .kv_link a:hover {
    text-decoration: underline;
    opacity: 1;
}
.sec_hero .kv_desktop .kv_link a.is_active {
    text-decoration: none!important;
    padding-left: 1em;
    padding-right: 1em;
    opacity: 1;
}
.sec_hero .kv_desktop .kv_link a.is_active::before {
    border: 1px solid #f5c01b;
    border-radius: 20px;
}

.sec_hero .kv_line {
    position: absolute;
    left: 8.4375%;
    top: 13%;
    z-index: 2;
    width: 88.6%;
    height: 72.22%;
}
.sec_hero .kv_line div {
    height: 100%;
    background: url("img/mv__line.png") left top/contain no-repeat;
    -webkit-animation-name: bright;
    -o-animation-name: bright;
    animation-name: bright;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes bright {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.sec_hero .kv_map_area {
    position: absolute;
    top: 22%;
    right: 2.8%;
    z-index: 2;
    border: 0 solid #fff;
    width: 50%;
    height: 79.63%;
    background: url("img/mv__tw.png") center/contain no-repeat;
}

.sec_hero .kv_pos {
    position: absolute;
    width: 39.0625%;
}

.sec_hero .kv_pos span {
    display: block;
    padding-top: 100%;
}


.sec_hero .kv_pos.to_0822 {
    top: -22%;
    left: 50%;
    margin-left: 22%;
    transform: translateX(-50%);
}
.sec_hero .kv_pos.to_0822 span {
    background: url("img/mv__pos_1.png") center/contain no-repeat;
    -webkit-animation-name: updown;
    -o-animation-name: updown;
    animation-name: updown;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes updown {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.kv_another {
    position: fixed;
    z-index: 4;
    left: 3%;
    bottom: 3%;
}
.kv_another .wrap {
    position: relative;
    bottom: 0;
    border-radius: 20px;
    background-color: #004987;
    padding: 1em 3em 1em 2em;

    transition: transform 400ms;
/*    -webkit-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;*/
}
.kv_another a {
    display: inline-block;
    color: #F4BF1B;
}
.kv_another .text {
    font-size: 18px;
    line-height: 1.4;
}
.kv_another a:hover {
    text-decoration: underline;
}
.kv_another .ic {
    position: absolute;
    top: 12px;
    z-index: 3;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: transform 300ms, opacity 300ms;
}
.kv_another .ic_close {
    right: 16px;
    opacity: 1;
}
.kv_another .ic_right {
    right: 10px;
    opacity: 0;
    z-index: 0;
}
.kv_another .ic_close:hover {
    transform: rotate(90deg);
}
.kv_another .ic_right:hover {
    transform: translateX(6px);
}
.kv_another.hide .wrap {
    transform: translateX(-100%);
}
.kv_another.hide .ic_close {
    opacity: 0;
    z-index: 0;
}
.kv_another.hide .ic_right {
    opacity: 1;
    z-index: 3;
}

@keyframes shake {
    0% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    82% {
        transform: scale(0.99);
        opacity: .8;
    }
    84% {
        transform: scale(1);
    }
    86% {
        transform: scale(1.01);
        opacity: 1;
    }
    88% {
        transform: scale(1);
    }
    90% {
        transform: scale(0.99);
        opacity: .8;
    }
    92% {
        transform: scale(1);
    }
    94% {
        transform: scale(1.01);
        opacity: 1;
    }
    96% {
        transform: scale(1);
    }
    98% {
        transform: scale(0.99);
        opacity: .8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.g_intro {
    font-size: 1.2em;
}

.s_agenda .table_tip {
    margin-top: 6px;
    font-size: 0.95em;
    text-align: center;
}

.s_agenda .table_tip span {
    display: inline-block;
    padding: .4em 1em;
    background-color: #f5c01b;
}

.primary_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
}

.primary_btn::before,
.primary_btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% - 40px);
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.primary_btn::before {
    left: -30px;
    border-right: 30px solid #001220;
}

.primary_btn::after {
    right: -30px;
    border-left: 30px solid #001220;
}

.primary_btn .btn_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#001220), color-stop(65%, #04365c), to(#001220));
    background: -webkit-linear-gradient(left, #001220, #04365c 65%, #001220);
    background: -o-linear-gradient(left, #001220, #04365c 65%, #001220);
    background: linear-gradient(90deg, #001220, #04365c 65%, #001220);
    -webkit-transition: background 300ms, -webkit-transform 300ms;
    transition: background 300ms, -webkit-transform 300ms;
    -o-transition: background 300ms, transform 300ms;
    transition: background 300ms, transform 300ms;
    transition: background 300ms, transform 300ms, -webkit-transform 300ms;
    font-size: 1.6em;
    letter-spacing: .1em;
    line-height: 80px;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    color: #f5c01b;
}

.primary_btn .btn_inner::before {
    content: 'SIGN UP';
    position: absolute;
    left: -5%;
    bottom: -8px;
    z-index: 0;
    width: 110%;
    text-align: center;
    font-size: 2em;
    color: #fff;
    opacity: .1;
    font-weight: 700;
    line-height: 1;
}


.gift_item {
    position: relative;
    /*background: linear-gradient(-45deg, #04365c, transparent 33%);*/
}
.gift_item::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 150px;
    height: 150px;
    z-index: 0;
}
.gift_item::after {
    background-color: #04365c;
}
.gift_item:last-child::after {
    background-color: #f5c01b;
}
.gift_item img {
    position: relative;
    z-index: 1;
}
.gift_name {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 2;
    padding: .6em 1.5em;
    background-color: #04365c;
    color: #f5c01b;
    font-size: 1.2em;
}
.gift_tips span {
    display: inline-block;
    padding: .3em .6em;
    border: 1px solid #04365c;
    color: #04365c;
}

.s_speaker img {
    max-width: 100%;
}

.s_speaker .card-text {
    margin-bottom: 0;
}

.speaker_item {
    cursor: pointer;
}

.speaker_item img {
    transition: transform 300ms;
}

.speaker_item:hover img {
    transform: scale(.92);
}

.sponsor_sort {
    font-size: 0;
}

.sponsor_sort {
    font-size: 0;
    color: #fff;
}
.sponsor_sort .btn {
    border-color: transparent;
    border-radius: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
    background-color: rgba(4, 54, 92, .5);
    transition: background 500ms;
}
.sponsor_sort a {
    font-size: 1rem;
}

.sponsor_item img {
    max-width: 100%;
    transition: transform 300ms;
}

.sponsor_item a[href]:hover img {
    transform: scale(0.96);
}

/*#backTop,
#register {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    border: 1px solid #ccc;
}

#backTop {
    padding: 10px;
    text-indent: -9999px;
    background: url(../img/UI/uparr-48-b.png) no-repeat center center rgba(255, 255, 255, 0.8);
}

#register {
    padding: 10px 10px 25px 10px;
    text-align: center;
}*/

.g_fixbottom {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    transform: translateX(200%);
    transition: transform 400ms;
}
.g_fixbottom.avtive {
    transform: translateX(0); }
.g_fixbottom .totop,
.g_fixbottom .tosign {
    position: relative;
    right: 0;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    transition: right 300ms;
    border: 1px solid #e4e4e4; }
.g_fixbottom .tosign {
    padding: 7px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    background-color: #ED063B;
    -webkit-animation-name: jump;
    -o-animation-name: jump;
    animation-name: jump;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    76% {
        transform: translateY(0);
    }
    82% {
        transform: translateY(-10px);
    }
    88% {
        transform: translateY(0);
    }
    94% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.g_fixbottom .tosign a {
    color: #fff;
}
.g_fixbottom .totop {
    text-align: center;
    padding: 25px 10px 10px;
    background: #fff url(img/ui/uparr-48-b.png) no-repeat center center;
    font-size: 0; }
.g_fixbottom .tosign:hover,
.g_fixbottom .totop:hover {
    right: 6px;
    text-decoration: none; 
}
@media (min-width:769px) {
    .kv_another .wrap {
        position: relative;
    }
    .kv_another img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .modal-dialog {
        max-width: 600px;
    }
}
@media (max-width:768px) {
    .kv_mobile {
        position: relative;
    }
    .kv_mobile .link_to_next {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #04365c;
        background: linear-gradient(0deg, #001220, transparent);
        text-align: center;
    }
    .kv_mobile .link_to_next a {
        display: block;
        padding: 1em;
        color: #f5c01b;
        font-size: 16px;
    }
    .kv_another {
        left: 0;
        bottom: 3%;
        padding: 0 3%;
        width: 100%;
    }
    .kv_another a {
        display: block;
    }
    .kv_another .text{
        font-size: 14px;
    }
    .kv_another .wrap {
        padding-left: 1.6em;
        padding-right: 1.6em;
        opacity: 1;
    }

    .kv_another .ic_up {
        right: 12px;
        top: -28px;
        color: #004987;
        opacity: 0;
        z-index: 0;
    }
    .kv_another .ic_up:hover {
        transform: translateY(-6px);
    }
    .kv_another.hide .wrap {
        transform: translateY(116%);
    }
    .kv_another.hide .ic_up {
        opacity: 1;
        z-index: 3;
    }
    .s_speaker .speaker_item .img-fluid {
        max-width: 275px;
    }

    .s_agenda .ag_time {
        text-align: left!important;
        color: #04365c;
    }
    .s_agenda .ag_title {
        text-align: left!important;
        font-size: 1.33em;
        line-height: 1.2;
        margin-top: -.4em;
        margin-bottom: -.4em;
    }

    .gift_name {
        position: absolute;
        left: initial;
        top: initial;
        bottom: 15px;
        right: 30px;
        background-color: #04365c;
        color: #f5c01b;
        font-size: 1.2em;
        text-align: center;
    }

}