@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');

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;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 4px;
    margin: 0;
}
.new-cal label i {
	line-height: 40px;
}
.add-to-calendar-checkbox~a {
    display: none;
    border-radius: 4px;
    margin-top: 4px;
    font-size: 20px;
    color: #fff;
}
.add-to-calendar-checkbox:checked~a {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.add-to-calendar-checkbox:checked~a .fab {
    position: relative;
    top: 10px;
}
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;
}
.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);
}
div.dropdown-menu a {
    cursor: pointer;
}

/*----------------------------------------------------------*/




html,
body {
    font-size: 16px;
    font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif;
}

.text_pri1 { color: #2d13bd; }
.text_pri2 { color: #882fa3; }
.text_blue1 { color: #0716ff; }
.text_blue2 { color: #07f8ff; }
.text_green { color: #42e8e0; }

.bgc_pri1 { background-color: #2d13bd; }
.bgc_pri2 { background-color: #882fa3; }
.bgc_pink { background-color: #e1cfeb; }

.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; }
.f_s_sm { font-size: 0.875em; }
.f_s_xs { font-size: 12px; }

.f_w_700 { font-weight: 700; }
.f_w_300 { font-weight: 300; }
.lh_min { line-height: 1.1; }

.layout_sec {
    padding-top: 60px;
    padding-bottom: 80px;
}
.layout_sec.bg_grey {
    background-color: rgba(0, 0, 0, 0.02);
}

/*------ SECTION STYLE ------*/
.section_bgc {
    background-color: #e0eff0;
}
.sec_title {
    position: relative;
    margin: 30px auto 60px;
    width: 100%;
    text-align: center;
}
.sec_title .tit {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    font-size: 24px;
    font-weight: 700;
    color: #007da2;
}
.sec_title .tit_in {
    position: relative;
    z-index: 3;
}
.sec_title .tit::before,
.sec_title .tit::after {
    content: '';
    position: absolute;
}
.sec_title .tit::before {
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(225,207,235,0), #e1cfeb, rgba(225,207,235,0));
}


/*------ NAV MENU ------*/
.fixed-top {
    background-color: #2d13bd;
    background: linear-gradient(90deg, rgb(045, 19, 189) 50%, rgb(136, 47, 163));
}
.navbar,
.header_function {
	padding: 8px 1rem;
}
.header_title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    color: #f5c01b;
}
.header_function {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.nav-link {
	padding: 0 1rem;
	line-height: 40px;
}
.navbar-nav .nav-link {
    color: #fff;
}
.navbar-nav .nav-link.active {
    background: linear-gradient(150deg, rgba(0,0,0,.5), rgba(0,0,0,.1) 66%);
    color: #fff;
}

.navbar-nav .nav-link:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0,0,0,.2);
}

/*------ KEY VISUAL ------*/
.sec_hero {
    position: relative;
    margin-top: 56px;
}
.g_kv {
    position: relative;
}
.g_kv img {
    max-width: 100%;
}
.g_kv .unit {
    position: absolute;
    width: 26px;
}
.g_kv .unit:nth-child(1) {
    right: 6%;
    top: 20%;
}
.g_kv .unit:nth-child(1)>div {
    animation-duration: 3000ms;
}

.g_kv .unit:nth-child(2) {
    right: 4%;
    top: 45%;
}
.g_kv .unit:nth-child(2)>div {
    animation-duration: 2400ms;
}

.g_kv .unit:nth-child(3) {
    right: 8%;
    top: 48%;
}
.g_kv .unit:nth-child(3)>div {
    animation-duration: 3200ms;
}

.g_kv .unit:nth-child(4) {
    right: 3%;
    top: 72%;
}
.g_kv .unit:nth-child(4)>div {
    animation-duration: 2200ms;
}

.g_kv .unit:nth-child(5) {
    right: 38%;
    top: 80%;
}
.g_kv .unit:nth-child(5)>div {
    animation-duration: 2000ms;
}

.g_kv .unit:nth-child(6) {
    left: 12%;
    top: 75%;
}
.g_kv .unit:nth-child(6)>div {
    animation-duration: 2800ms;
}

.g_kv .unit>div {
    position: relative;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
.g_kv .unit .top {
    z-index: 3;
    animation-name: unit_top;
}
.g_kv .unit .mid {
    z-index: 2;
    top: -6px;
    animation-name: unit_mid;
}
.g_kv .unit .bot {
    z-index: 1;
    top: -12px;
    animation-name: unit_bot;
}
.kv_desktop {
    position: relative;
    overflow: hidden;
}
.g_kv .tit {
    position: absolute;
    left: 1vw;
    top: 1vw;
    width: 30%;
}
.g_kv .tit img {
    max-width: 100%;
}
.g_kv .tit .l1,
.g_kv .tit .l3 {
    width: 76%;
}
.g_kv .tit .l1 {
    position: relative;
    z-index: 3;
}
.g_kv .tit .l2 {
    position: relative;
    top: -10px;
    z-index: 2;
}
.g_kv .tit .l3 {
    position: relative;
    top: -25px;
    z-index: 1;
}
.g_kv .circles {
    position: absolute;
    overflow: hidden;
    width: 2%;
    height: 6.8%;
}
.g_kv .circles:nth-child(1) {
    left: 19.6%;
    top: 70%;
}
.g_kv .circles:nth-child(2) {
    left: 17.9%;
    top: 79%;
}
.g_kv .circles:nth-child(3) {
    left: 22%;
    top: 87%;
}
.g_kv .circle {
    position: absolute;
    border-radius: 50%;
    background-color: #42e8e0;
    animation-name: floatup;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    bottom: 0;
}
.g_kv .circle:nth-child(1) {
    left: 3%;
}
.g_kv .circle:nth-child(2) {
    right: 10%;
    animation-delay: 1s;
    background-color: #2fd3c7;
}
.g_kv .circle:nth-child(3) {
    right: 4%;
}
.g_kv .circle:nth-child(4) {
    left: 25%;
    animation-delay: .6s;
    background-color: #2fd3c7;
}
.g_kv .circle:nth-child(5) {
    right: 33%;
    animation-delay: 1.6s;
    background-color: #2fd3c7;
}
.g_kv .circle:nth-child(6) {
    left: calc(50% - 4px);
}
.g_kv .circle.cir_s {
    width: 4px;
    height: 4px;
    animation-duration: 2000ms
}
.g_kv .circle.cir_n {
    width: 6px;
    height: 6px;
    animation-duration: 3500ms
}
.g_kv .circle.cir_l {
    width: 8px;
    height: 8px;
    animation-duration: 5000ms
}

@keyframes floatup {
    0% {
        opacity: 0;
        bottom: 0%;
    }
    10% {
        opacity: 1;
    }
    66% {
        opacity: 1;
    }
    92% {
        opacity: 0;
    }
    100% {
        bottom: 100%;
    }
}

.kv_bg {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: url(img/kv_bg2.png) center/cover no-repeat;
}
@keyframes unit_top {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes unit_mid {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.82);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes unit_bot {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(12px);
    }
    100% {
        transform: translateY(0);
    }
}

/*------ INTRO ------*/
.g_intro {
    line-height: 1.5;
    padding-right: 2em;
}
.g_intro p {
    margin-left: auto;
    margin-right: auto;
    max-width: 44em;
}
.g_intro div {
    line-height: 1.2;
}

.primary_cta .p_cta {
    display: inline-block;
    margin: 6px;
    border-radius: 1.2em;
    padding-left: 1.75em;
    padding-right: 1.75em;
    height: 2.4em;
    line-height: 2.4em;
    font-size: 1.8em;

    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.primary_cta .p_cta::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    transform: skew(-15deg);
    transition: right 600ms;
}
.primary_cta .p_cta span {
    position: relative;
    z-index: 2;
    color: #fff;
    transition: color 600ms;
}
.primary_cta .p_btn::before {
    background: linear-gradient(60deg, #00002e, #1a2166 75%, #c664b2);
}
.primary_cta .o_btn::before {
    background: linear-gradient(60deg, #a51086, #c664b2 75%, #f1c542);
}
.primary_cta .p_cta:hover {
    text-decoration: none;
}
.primary_cta .p_cta:hover span {
    color: #1a2166;
}
.primary_cta .p_cta:hover::before {
    right: calc(100% + 20px);
}

/*------ AGENDA ------*/
.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: #ddd;
}
.s_agenda .ag_dtalk {
    text-align: center;
    background-color: #882fa3;
    color: #fff;
}
.s_agenda .border-bottom {
    border-color: rgba(45,19,189, .65)!important;
}
.s_agenda .title_tr {
    font-weight: normal ;
}
.s_agenda .soft_tr {
    background-color: rgba(225,206,235, .33);
}


/*------ SPEAKER ------*/
.s_speaker {
    overflow-x: hidden;
}
.s_speaker img {
    max-width: 100%;
}
.s_speaker .card-text {
    margin-bottom: 0;
}
.speaker_item {
    cursor: pointer;
}
.speaker_item img {
    transition: transform 360ms;
}
.speaker_item:hover img {
    transform: scale(.96);
}


/*------ SPONSOR ------*/
.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(45, 19, 189, .5);
    transition: background 500ms;
    cursor: pointer;
}
.sponsor_sort .btn:not(:disabled):not(.disabled).active {
    background-color: rgb(45, 19, 189);
    color: #fff;
}
.sponsor_sort a {
    font-size: 1rem;
}
.sponsor_item img {
    max-width: 240px;
    width: 100%;
    transition: transform 300ms;
    background-color: #fff;
}
.sponsor_item a[href]:hover img {
    transform: scale(0.96);
}


/*------GIFT------*/
.s_gift .item {
    padding: 1.5em 0;
}
.s_gift .item .tit {
    margin-top: 1rem;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1;
}
.s_gift .item .name {
    margin: 10px 0;
    font-size: 1.33em;
    color: #882fa3;
    line-height: 1.5em;
}
.s_gift .item .txt {
    margin: 0 auto;
    max-width: 25em;
    line-height: 1.5em;
    color: #676767;
}
.s_gift .item .img {
}


/*------VENUE------*/
.s_venue {
    
}



/*------JOIN------*/
.s_join {

}



/*------ FIX BOTTOM ------*/
.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 .bttn {
    position: relative;
    right: 0;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    transition: right 300ms;
    border: 1px solid #e4e4e4; }
.g_fixbottom .bttn {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    animation-name: jump;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.g_fixbottom .bttn div {
    display: block;
    padding: 7px 10px;
    color: #fff;
}
@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 .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 .bttn:hover,
.g_fixbottom .totop:hover {
    right: 6px;
    text-decoration: none; 
}

/*------FOOTER------*/
.sec_footer {
    background-color: #2d13bd;
    background: linear-gradient(90deg, rgb(045, 19, 189) 50%, rgb(136, 47, 163));
}




@media (min-width:769px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width:768px) {
    .sec_title {
        max-width: 60%;
    }
    .g_active {
        margin-left: 0;
        margin-right: 0;
    }
    .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;
        line-height: 1.2;
    }
    .s_agenda .ag_speaker {
        margin-top: -.5em;
    }
    .s_agenda dt.bg-light,
    .s_agenda .bgc_yellow {
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }
    .s_agenda .ag_dtalk {
        text-align: left;
        margin-top: -.5em;
    }
    
    .iframe_wrap {
        position: relative;
        padding-top: 100%;
    }
    .iframe_wrap iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .s_join ol {
        padding-left: 16px;
    }
    .g_fixbottom {
        right: 10px;
    }
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1!important;
        transform: translate3d(0,0,0)!important;
    }
}

@media (max-width:600px) {
    .sec_title::before {
        width: calc(100% + 36px);
        left: -18px;
    }
    .g_kv .series_links {
        position: static;
        left: 0;
        top: 0;
        padding: 0 10px;
        display: none;
    }
    /*.g_kv .series_links .link {
        margin: 10px 0;
    }
    .g_kv .series_links a {
        display: block;
        border-radius: 10px;
        padding: 1rem 2rem;
        font-size: 1.75em;
    }
    .g_kv .series_links .bgc_taichung {
        background-color: #008cc9;
        color: #fff;
    }
    .g_kv .series_links .bgc_tainan {
        background-color: #fff;
        border: 2px solid #268053;
        color: #268053;
        transition: transform 300ms;
        line-height: 1.1;
    }
    .g_kv .series_links .bgc_taichung:hover {
        text-decoration: none;
        color: #fff;
    }
    .g_kv .series_links .bgc_tainan:hover {
        transform: scale(1.12);
        text-decoration: none;
        color: #268053;
    }*/
    .g_intro {
        font-size: 1em;
        line-height: 1.6;
    }
    .g_intro>div {
        padding: 0 1rem;
    }
    .intro_prim {
        margin: 2rem 0 1.5rem;
    }
    .intro_prim .other:last-child {
        display: block;
        margin-top: 10px;
        text-align: right;
    }

    .g_active {
        padding: 30px 30px 60px;
    }
    .active_main {
        font-size: 3em;
    }
    .g_active .usual_img {
        margin: 0 auto;
        padding-top: 240px;
    }
    .g_active .special_img {
        margin-bottom: 20px;
    }
    .review_essential {
        min-height: 100vw;
    }
    .review_wrap {
        font-size: 2.2em;
    }
    .essential_wrapper {
        height: 180px;
    }
    .s_agenda .ag_title {
        font-size: 1.33em;
        margin-top: -.5em;
    }
    .g_fixbottom {
        bottom: 10px;
        width: 130px;
        font-size: 0;
    }
    .g_fixbottom .totop,
    .g_fixbottom .bttn {
        display: inline-block;
        vertical-align: bottom; 
        font-size: 1rem;
        margin-bottom: 0;
    }
    .g_fixbottom .bttn {
        margin-right: 10px;
        animation-name: none;
    }
}