@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_green1 { color: #268053; }
.text_green2 { color: #4c9a87; }
.text_blue { color: #007da2; }
.text_yellow1 { color: #f8b50c; }
.text_yellow2 { color: #f8d914; }
.text_green { color: #adc71c; }

.bgc_green1,
.bgc_tainan { background-color: #268053; }
.bgc_green2 { background-color: #4c9a87; }
.bgc_grey { background-color: #97999c; }
.bgc_taichung { background-color: #008cc9; }

.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%;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #268053;
}
.sec_title::before,
.sec_title::after {
    content: '';
    position: absolute;
}
.sec_title::before {
    width: 100%;
    height: calc(100% + 36px);
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
}
.bg-light .sec_title::before {
    background-color: #f8f9fa;
}
.sec_title::after {
    left: 50%;
    top: 0%;
    z-index: 1;
    transform: translateX(-50%);
    border-radius: 20px;
    width: 200px;
    max-width: 90%;
    height: 100%;
    box-shadow: 0 0 30px #268053;

}



/*------ NAV MENU ------*/
.fixed-top {
    background-color: #268053;
    background: linear-gradient(60deg, rgb(38, 128, 83) 50%, rgb(76, 154, 135));
}
.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%);*/
    background-color: rgba(0,0,0,.4);
    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 img {
    max-width: 100%;
}
.g_kv .series_links {
    position: absolute;
    right: 5vw;
    top: 52%;
}
.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_tainan {
    background-color: #268053;
    color: #fff;
}
.g_kv .series_links .bgc_taichung {
    background-color: #fff;
    border: 2px solid #008cc9;
    color: #008cc9;
    transition: transform 300ms;
    line-height: 1.1;
}
.g_kv .series_links .bgc_tainan:hover {
    text-decoration: none;
    color: #fff;
}
.g_kv .series_links .bgc_taichung:hover {
    transform: scale(1.12);
    text-decoration: none;
    color: #008cc9;
}
.kv_desktop {
    position: relative;
    overflow: hidden;
}
.kv_bg {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: url(img/kv_bg2.png) center/cover no-repeat;
}

.sec_hero .other_link {
    position: fixed;
    left: 1em;
    bottom: 1em;
    z-index: 4;
}
.sec_hero .other_link a {
    position: relative;
    display: block;
    color: #007da2;
    transition: transform 400ms, opacity 400ms;
    transform: scale(0.97);
    transform-origin: left bottom;
    opacity: .3;
}
.sec_hero .other_link a:hover {
    transform: scale(1);
    opacity: 1;
    text-decoration: none;
}
.sec_hero .other_link .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
}
.sec_hero .other_link .text {
    border-radius: 0 10px 10px 0;
    margin-left: 200px;
    padding: .5em 1em .5em 1em;
    background-color: #fff;
    font-size: 1.25em;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    background-color: #fffcee;
    line-height: 1.3;
}
.sec_hero .other_link .text div {
    color: #787979;
    font-size: 1rem;
}

@media (max-width:1260px) {
    .sec_hero .other_link a {
        transform: scale(.8);
    }
}

/*------ INTRO ------*/
.g_intro {
    line-height: 1.5;
}
.g_intro p,
.g_intro div {
    margin-bottom: 1rem;
}
.g_intro div {
    line-height: 1.1;
}

.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: #268053;
    color: #fff;
}
.s_agenda .border-bottom {
    border-color: rgba(26, 33, 102, .5)!important;
}
.s_agenda .title_tr {
    font-weight: normal ;
}
.s_agenda .soft_tr {
    background-color: rgba(249,217,20, .15);
}


/*------ SPEAKER ------*/
.s_speaker {
    overflow-x: hidden;
}
.s_speaker img {
    max-width: 100%;
}
.s_speaker .card-title {
    font-size: 1.5em;
    margin-bottom: .5rem;
}
.s_speaker .card-text {
    margin-bottom: .25em;
    line-height: 1.3em;
    height: 2.6em;
}
.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(38, 128, 83, .5);
    transition: background 500ms;
}
.sponsor_sort .btn:not(:disabled):not(.disabled).active {
    background-color: #268053;
    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);
}


/*------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: #268053;
    background: linear-gradient(60deg, rgb(38, 128, 83) 50%, rgb(76, 154, 135));
}




@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_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: 200px;
        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;
    }
}