/******* layout ***********/
@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, '微軟正黑體', Arial, sans-serif;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin: 15px 0 15px;
    line-height: 1.3;
}

h2 {
    margin: 20px 0 15px;
}

h1,
h2,
h3 {
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 3rem;
    margin-bottom: 40px;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.85rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

h6 {
    font-size: 1.3rem;
    font-weight: 600;
}

strong {
    font-weight: 700;
}

p {
    font-size: 1.2rem;
    line-height: 1.9rem;
}

/* p:last-child {
    margin-bottom: 0px;
} */

p {
    color: #333333;
}

small {
    font-weight: inherit;
}

ul {
    list-style: none;
    line-height: 1.9;
}

.ol {
    padding-left: 1.5em;
}

.ul {
    padding-left: 18px;
    position: relative;
}

.ul li {
    position: relative;
}

.ul li:before {
    content: '•';
    position: absolute;
    font-size: 20px;
    left: -14px;
    line-height: 1.3;
    color: #333333;
}

a {
    transition: all .3s ease;
    color: #d690f9;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #c55afa;
    text-decoration: none;
}

button,
.btn {
    color: #333333;
    padding: 10px 20px;
    font-size: 18px;
    transition: all .3s ease;
}

button:focus,
button:hover,
.btn:focus,
.btn:hover {
    color: #333333;
}

.btn-xl {
    padding: 1.2rem 4rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    margin-top: 2%;
}

.disabled {
    background-color: #999999 !important;
}

section,
header,
nav,
footer {
    position: relative;
}

section {
    margin: 0;
    padding: 4% 0px 5%;
}


section .ul li,
section .ol li {
    margin-bottom: .3rem;
}

section:last-of-type {
    margin-bottom: 0;
}

.gotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffddfb;
    color: #232323;
    cursor: pointer;
    padding: 14px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 0 5px #8d5a84;
}

.gotop:hover {
    background-color: #ecbbe6;
    box-shadow: 0 0 1px #8d5a84;
}

/* side bar */
.sidebar {
    margin-left: auto;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 165px;
    background-color: rgba(67, 25, 59, .95);
    box-shadow: 0 0 2px #ecbbe6;
    padding: 8px 12px;
    border-radius: 5px;
    line-height: 25px;
}

/* 共用 */
.title {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}

.sub-title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.btn-default {
    color: #fff;
    background-color: #722e8f;
    border-color: #722e8f;
    padding: 10px 20px;
    font-size: 18px;
    transition: all .3s ease;
}

.btn-default:focus,
.btn-default:focus-within,
.btn-default:hover,
.btn-default:active {
    color: #fff;
    background-color: #722e8f;
    border-color: #722e8f;
}

.btn-line {
    color: #fff;
    background-color: #722e8f;
    border: 2px solid #722e8f;
    padding: 10px 20px;
    font-size: 18px;
    text-shadow: none;
    transition: all .3s ease;
}

.btn-line:focus,
.btn-line:focus-within,
.btn-line:hover,
.btn-line:active {

    color: #722e8f;
    background-color: #fff;
    border: 2px solid #722e8f;
}

.btn-signup {
    color: #fff;
    background-color: #ff543b;
    border-color: #ff543b;
    padding: 14px 80px;
    font-size: 18px;
    transition: all .3s ease;
}

.btn-signup:focus,
.btn-signup:hover {
    color: #fff;
    background-color: #e7381e;
    border-color: #ff543b;
}

.btn-download {
    background-color: #4d2345;
    border: 2px solid #4d2345;
    padding: 2px 5px;
    font-size: 14px;
    text-shadow: none;
    transition: all .3s ease;
    color: #fff;
    margin: 3px;
    text-indent: -0.1em;
}

#forum2 .btn-download{
    background-color: #4732ae;
    border: 2px solid #4732ae;
    outline: none;
}

#forum2 .btn-download:focus,
#forum2 .btn-download:hover{
    color: #4732ae;
    background-color: #fff;
    outline: none;
}

.btn-download:focus,
.btn-download:hover {
    color: #4d2345;
    background-color: #fff;
}

.text-free {
    color: #1ead32;
}

.lead {
    margin: 10px 0 5px;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: none;
}

/*********** layout  ***********/

/*********** navbar ***********/
nav {
    background: rgb(30, 87, 153);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(65 50 178) 0%, rgb(162 43 101) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(65 50 178) 0%, rgb(162 43 101) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(162 43 101) 0%, rgb(65 50 178) 100%);

}

/* 上方logo */
.brand-box {
    padding-left: 30px;
    margin-right: auto;
}

.brand-box .navbar-brand img {
    max-width: 420px;
    width: 100%;
}

.navbar {
    flex-wrap: wrap;
    padding: 0;
}

.navbar-nav {
    margin-left: auto;
    padding-right: 18px;
    color: #fff;
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    padding: 0.8rem 1rem;
    font-size: 18px;
    color: #ffffff;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #ebc2ff;
}

.navbar-nav .nav-highlight .nav-link {
    background-color: #ff543b;
}

.navbar-nav .nav-highlight .nav-link:hover,
.navbar-nav .nav-highlight .nav-link:focus {
    background-color: #e7381e;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px #26182c;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #ebc2ff;
}

.navbar-nav .dropdown-menu {
    text-align: center;
}

/*********** navbar ***********/

/*********** footer ***********/
.footer {
    background-color: #11080f;
    color: #f6e7ff;
}

.footer .container {
    padding: 1.6rem;
    position: relative;
}

.footer-deco {
    position: absolute;
    height: 5px;
    width: 100%;
    /* background-color: #000; */
    background: rgb(30, 87, 153);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(65 50 178) 0%, rgb(162 43 101) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(65 50 178) 0%, rgb(162 43 101) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(162 43 101) 0%, rgb(65 50 178) 100%);

}

.footer a {
    color: #f6e7ff;
    margin-right: 2px;
    padding: 3px;
    transition: all .3s ease-in;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
}

.footer-header {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    word-break: keep-all;
    letter-spacing: 1px;
    color: #f6e7ff;
    margin-bottom: 10px;
}

.footer-part img {
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
    opacity: .9;
}

.footer-list {}

/*********** footer ***********/


/*********** home kv ***********/
.home-kv {
    /* margin-top: 60px; */
    position: relative;
    min-height: 50vh;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url('../img/kv.jpg');
}

.home-kv__txt {
    color: #fff;
    padding: 7% 15px 5%;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-shadow: 3px 2px 5px #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-kv__txt .main-title {
    color: #fff;
    font-size: 4.3rem;
    margin-bottom: 0.5rem;
    word-break: keep-all;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
}

.home-kv__txt .location {
    color: #fff;
    font-size: 1.8rem;
    word-break: keep-all;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
}

.home-kv__txt .btn-line {
    margin: 1% 0;
}

/* event block */
.home-kv__txt .event-bg {
    border-radius: 10px;
    background-color: rgba(162, 43, 101, .8);
    margin: 2% 0;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

.home-kv__txt .event .event-block:nth-child(2) .event-bg {
    background-color: rgba(65, 50, 178, .6);
}

.home-kv__txt .event-date {
    font-size: 4rem;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-kv__txt .event-date span {
    font-size: 2rem;
    margin: 5px;
}

.home-kv__txt .event-titlebox {
    margin: 0 10px;
}

.home-kv__txt .event-titlebox h2 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 10px;
}

.home-kv__txt .event-titlebox h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0;
}

.home-kv__txt .btn-event {
    position: absolute;
    right: 0px;
    color: #eee;
    font-size: 1.1rem;
    vertical-align: middle;
    padding: 5px 20px;
    margin: 1%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s ease;
}

.home-kv__txt .btn-event:hover {
    color: #fff;
    background-color: #000;
}

/*********** kv ***********/



/*********** 首頁介紹 ***********/
.home-intro {
    background-color: #fff;
}

/*********** 首頁介紹 ***********/




/*********** 首頁活動資訊 ***********/
.home-time {
    background-color: #21021c;
    padding-bottom: 1%;
    /* background: linear-gradient(90deg, rgb(244 184 213) 50% ,rgb(201 181 240) 50.1%) center center / 100%; */
}

/* .home-time h2 {
    color: #fff;
} */
.home-time .event1-text .time-title {
    color: rgb(248 161 204);
}

.home-time .event2-text .time-title {
    color: rgb(171 159 255);
}

.home-time * {
    color: #fff;
}

.home-time .btn-signup {
    margin-top: 1em;
    font-size: 19px;
    letter-spacing: 1px;
}

/*********** 首頁活動資訊 ***********/

/*********** 首頁議程 ***********/
.home-agenda {
    background-color: #f6e7ff;
}

.agenda-nav {
    border: none;
    max-width: -50px;
    ;
}

.agenda-nav li {
    min-width: 20%;
}

.agenda-nav li a {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background-color: rgb(162, 43, 101);
    border-color: rgb(162, 43, 101);
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.agenda-nav li:nth-child(2) a {
    background-color: rgb(65, 50, 178);
    color: #fff;
}

.agenda-nav li .nav-link.active,
.agenda-nav li.nav-item.show .nav-link {
    background-color: rgb(162, 43, 101);
    color: #fff;
    border-color: rgb(162, 43, 101);
}

.agenda-nav li.nav-item .nav-link:hover,
.agenda-nav li.nav-item .nav-link:focus {
    background-color: rgb(139, 32, 84);
    color: #fff;
    border-color: rgb(139, 32, 84);
}

.agenda-nav li:nth-child(2) .nav-link.active,
.agenda-nav li:nth-child(2).nav-item.show .nav-link {
    background-color: rgb(65, 50, 178);
    border-color: rgb(65, 50, 178);
}

.agenda-nav li:nth-child(2).nav-item .nav-link:hover,
.agenda-nav li:nth-child(2).nav-item .nav-link:focus {
    background-color: rgb(37, 24, 138);
    color: #fff;
    border-color: rgb(46, 32, 149);
}

.tab-content .tab-pane {
    padding: 0;
}

#forum1 {
    border-top: 8px solid rgb(162, 43, 101);
}

#forum2 {
    border-top: 8px solid rgb(65, 50, 178);
}

/* info */
.event1-text,
.event2-text {
    padding: 10px;
    text-align: center;
    transition: all .5s ease;
}

.event1-text h3,
.event1-text h4,
.event1-text p,
.event2-text h3,
.event2-text h4,
.event2-text p {
    margin: 10px;
}

.event1-text .forum-title {
    color: rgb(162, 43, 101);
}

.event2-text .forum-title {
    color: rgb(65, 50, 178);
}

/* table */
.sessionbox {
    background-color: #fff;
}

.sessionbox table {
    margin: 0;
}

/* #forum1 .sessionbox{
    background-color: rgba(162, 43, 101,.3);
}
#forum2 .sessionbox {
background-color: rgba(65, 50, 178,.3);
} */
.sessionbox thead th:nth-child(1) {
    width: 20%;
}

.sessionbox time {
    letter-spacing: 1px;
}

.sessionbox table .t-head span {
    font-size: 75%;
    border: 1px solid;
    padding: 3px 5px;
    margin-right: 3px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}

#forum1 .sessionbox table .t-head {
    color: rgb(162, 43, 101);
}

#forum2 .sessionbox table .t-head {
    color: rgb(65, 50, 178);
}

#forum1 .sessionbox table .text-mute {
    opacity: .8;
    color: hsla(311, 46%, 18%, 0.95);
}

#forum2 .sessionbox table .text-mute {
    opacity: .8;
    color: hsl(247deg 56% 45%)
}

.sessionbox table .attendee {
    margin-bottom: 0;
}

.sessionbox table .attendee-list li {
    text-indent: 4.2em;
}

/*********** 首頁議程 ***********/


/*********** 首頁交通 ***********/
.home-traffic {
    background-color: #21021c;
}

.home-traffic h2 {
    color: #fff;
}

.home-traffic h3,
.home-traffic p,
.home-traffic h5 {
    color: #fff;
}

.location {}

.location-header {
    font-weight: 300;
    margin: 0;
}

.location-address {}

.location-list li h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

.location-list li {
    margin-bottom: 10px;
}

.location-list li p {
    padding-left: 1.5em;
}

/*********** 首頁交通 ***********/

/*********** 首頁注意事項 ***********/
.notice {
    background-color: #1f1e1e;
    color: #f6e7ff;
}

.notice .note-list li {
    text-indent: 2em;
}

.notice .note-list.list-disc>li {
    list-style: disc;
}

.notice h2,
.notice h3,
.notice p {
    color: #f6e7ff;
}

.notice p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/*********** 首頁注意事項 ***********/


/*********** home-logowall **********/
.home-logowall {}

.home-logowall .logowall-slogan {
    padding: 5% 10% 1%;
    min-height: 330px;
    position: relative;
    text-align: center;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/bg-logowall.jpg');
}

.home-logowall .logowall-slogan h4 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.logowall-organizer {
    text-align: center;
}

.logowall-sponsor {
    text-align: center;
    margin-top: 5%;
}

.logowall-sponsor a {
    display: block;
    max-width: 300px;
    margin: auto;
}

.logowall-sponsor a:hover,
.logowall-sponsor a:focus {
    box-shadow: 0 0 3px #c55afa;
}

/*********** home-logowall **********/


/*********** content 內頁共用 **********/
.content-kv {
    position: relative;
    min-height: 30vh;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background-position: top left;
    background-size: cover;
    /* background-image: url('../img/kv-content.jpg'); */
}

/*********** content 內頁共用 **********/


/*********** signup **********/
.signup {
    padding-top: 3%;
}

.signup-form {}

.help-block {
    font-size: 90%;
    margin-top: 10px;
    color: #722e8f;
}

.signup-last {
    margin-top: 2%;
}

.btn-last {
    margin: 1%;
    width: 47%;
    padding: 15px;
    background-color: transparent;
    border: 2px solid #722e8f;
    color: #722e8f;
}

.signup-last .btn-signup {
    margin: 1%;
    width: 47%;
    padding: 15px;
    background-color: transparent;
    border: 2px solid #ff543b;
    color: #ff543b;
}

.signup-last .btn-signup:hover {
    background-color: #ff543b;
    color: #fff;
}

/*********** signup **********/