@charset "UTF-8";




/************************************* 共用設定 *************************************/

body {
    background-color: #000;
    text-align: center;
    font-family: sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 1.7;
}

a:hover {
    opacity: 0.8;
}


.img100 {
    width: 100%;
    height: auto;
}





/************************************* followMe *************************************/
.followMe {
    position: fixed;
    z-index: 10;
    right: 0px;
    bottom: 30px;
}

.followMe .followMeBtn1 {
    display: block;
    width: 43px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}

.followMe .followMeBtn1:hover,
.followMe .followMeBtn2:hover {
    opacity: 0.8;
}

.followMe .followMeBtn2 {
    display: block;
    width: 43px;
    height: auto;
    cursor: pointer;
    margin-bottom: 0px;
}






/************************************* modal *************************************/


.myClose {
    position: absolute;
    top: 15px;
    right: 15px;
}

.myClose {
    width: 35px;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .4));
}

.myClose:hover {
    opacity: 0.7;
    cursor: pointer;
}


.modal-backdrop {
    opacity: 0.85 !important;
}


/************************************* nav *************************************/


#nav {
    color: #fff;
}

#nav .modal-dialog {
    margin-top: 130px;
}

#nav .modal-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

#nav h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-bottom: 45px;
    text-shadow: 0 0 10px #fff;
}

#nav h3:hover {
    opacity: 0.8;
}

#nav {
    opacity: 0.8;
}

#nav .icons {
    margin-top: 75px;
}

#nav .icons .oneIcon {
    display: inline-block;
    margin: 0 7.5px;
}

#nav .line,
#nav .fb {
    width: 38px;
    height: auto;
    cursor: pointer;
}


/************************************* thank *************************************/


#thank {
    color: #fff;
}

#thank .modal-dialog {
    margin-top: 65px;
}

#thank a {
    color: #57c8ad;
}

#thank a:hover {}


#thank .modal-content {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;

    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
}

#thank .check {
    width: 66px;
    height: auto;
    margin-bottom: 20px;
}




/************************************* banner *************************************/

.banner {
    position: relative;
    overflow-x: hidden;
}

.banner .bg {}

.banner .textArea {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 175px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner .textArea .title {
    width: 358px;
    height: auto;
    margin-bottom: 30px;
}

.banner .textArea .myBtn {
    width: 158px;
    height: auto;
}


.banner .navTrigger {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 35px;
    height: auto;
}

.banner .navTrigger:hover {
    opacity: 0.8;
}


.banner #particles-js {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    ;
    background-color: transparent;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



/************************************* information *************************************/

.information {
    position: relative;
    z-index: 3;
    color: #fff;
    margin-top: -60px;

    background-color: #000;
    background-image: url(../img/information/bgPattern.jpg);
    background-size: cover;
    clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);
    padding-top: 90px;
    padding-bottom: 90px;
}

.information .bigText {
    display: none;

}

.information .title {
    width: 127px;
    height: auto;
    margin-bottom: 30px;
}

.information .blackFrame {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.34);
    padding: 25px;

}



/************************************* schedule *************************************/

.schedule {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: -60px;

    background-color: #000;
    background-image: url(../img/schedule/bgPattern.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
    padding-top: 90px;
    padding-bottom: 60px;
}


.schedule .title {
    width: 127px;
    height: auto;
    margin-bottom: 30px;
}

.schedule .tableContainer {
    max-width: 344px;
    height: auto;
    margin: 0 auto;
}

.schedule .tableDContainer {
    max-width: 1042px;
    height: auto;
    margin: 0 auto;
}

.schedule .tableContainer .table,
.schedule .tableDContainer .tableD {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .4));
}



.schedule .bigText {
    display: none;
}




/************************************* speakers *************************************/

.speakers {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: -60px;
    background-color: #000;
    background-image: url(../img/speakers/bgPatternForM.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
    padding-top: 110px;
    padding-bottom: 90px;
}


.speakers .title {
    width: 127px;
    height: auto;
    margin-bottom: 30px;
}

.oneSpeakers {
    line-height: 1.7;
    margin-bottom: 30px;
}

.oneSpeakers .titleSet {
    margin-top: 15px;
    margin-bottom: 10px;
}

.oneSpeakers .titleSet h4 {
    font-size: 21px;
    font-weight: 500;
    color: #31eee4;
    margin-bottom: 5px;
}


.speakers .bigText {
    display: none;
}







/************************************* signUp *************************************/

.signUp {
    position: relative;
    z-index: 0;
    color: #333;
    margin-top: -60px;

    background-color: #000;
    background-image: url(../img/schedule/bgPattern.jpg);
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    padding-top: 90px;
    padding-bottom: 45px;
}


.signUp .title {
    width: 127px;
    height: auto;
    margin-bottom: 30px;
}

.signUp .bigText {
    display: none;
}

.signUp .custom-checkbox {
    margin-top: 15px;
    margin-bottom: 30px;
}

.signUp .sendButton {
    width: 158px;
    height: auto;
    margin-bottom: 30px;
}

.signUp a {
    color: #333;
    text-decoration: underline;
}

.signUp a:hover {
    opacity: 0.6;
}


.joinBtn {
    width: 178px;
    height: auto;
}



/************************************* footer *************************************/
.footer {}

.footer .topArea {
    background-color: #222222;
    padding: 15px;
}


.footer .topArea .logos {
    display: inherit;
    width: 345px;
    height: auto;
}

.footer .topArea .logosD {
    display: none;
}

.footer .bottomArea {
    text-align: left;
    padding: 15px;
    background-color: #000;
}

.footer .bottomArea p {
    color: #a3a3a3;
    margin-bottom: 0px;
}
