* {
    box-sizing: border-box;
}

html {
    background-color: #FCE9E5;
    font-family: 'Microsoft JhengHei';
}

body,
.container_block {
    font-family: 'Microsoft JhengHei' !important;
    background-color: #FCE9E5;
    overflow-x: hidden;
}

.member_title {
    text-align: center;
    margin: auto;
    font-size: 36px;
    color: #EEBDBB;
    font-weight: 800;
    font-family: 'Microsoft JhengHei';
}

.member_title_join {
    text-align: center;
    margin: 5% 0% auto;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Microsoft JhengHei';
    color: #605654;
    padding: 5px;
}

.join_now {
    background-color: #EF876E;
    box-shadow: 10px 10px 5px #CE644E;
    color: white;
    text-align: center;
    margin: auto;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Microsoft JhengHei';
    width: 30%;
    cursor: pointer;
    margin-bottom: 10%;
    animation: joinbtn 1.5s infinite;
    padding: 10px;
}

.join_method {
    background-color: #EF876E;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin: auto;
    font-size: 28px;
    font-family: 'Microsoft JhengHei';
    width: 30%;
    cursor: pointer;
    padding: 10px;
    margin: 1% auto 5%;
}

.evt_method a {
    text-decoration: none;
}

.fa,
.far,
.fas {
    margin: 0 10px;
}

@keyframes joinbtn {
    0% {
        color: white;
        filter: brightness(1);
        transform: scale(0.9);
    }
    50% {
        background-color: white;
        color: #CE644E;
        filter: brightness(1.2);
        transform: scale(1);
    }
    100% {
        color: white;
        filter: brightness(1);
        transform: scale(0.9);
    }
}

@keyframes joinmethod {
    0% {
        color: white;
        filter: brightness(1);
    }
    50% {
        color: white;
        filter: brightness(1.2);
    }
    100% {
        color: white;
        filter: brightness(1);
    }
}

header {
    width: 100%;
    background-image: url(../image/bg_pc.svg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 1000px;
    background-size: cover;
    background-color: #FCE9E5;
}

@media screen and (min-width: 1550px) {
    header {
        height: 1200px;
    }
}

@media screen and (max-width: 769px) {
    header {
        height: 520px;
    }
    .join_now {
        width: 40%;
    }
}

@media screen and (max-width: 415px) {
    header {
        background-image: url(../image/bg_m.svg);
        height: 250px;
    }
}

.icon3 {
    text-align: center;
    font-family: 'Microsoft JhengHei';
    font-weight: 600;
    font-size: 24px;
    color: #605654;
    margin-bottom: 2%;
    transition: margin 300ms ease-in-out 0ms, font-size 300ms ease-in-out 0ms, line-height 300ms ease-in-out 0ms;
}

@keyframes icon3_animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        left: -200px
    }
    80% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.icon3_img {
    width: 40%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.icon_gift {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.footer {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    color: white;
    background-color: darkcyan;
    width: 100%;
    padding-top: 5px;
    font-family: 'Microsoft JhengHei';
}

.footer li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer li a {
    color: white;
    text-decoration: none;
    font-family: 'Microsoft JhengHei';
}

.logo_div {
    position: absolute;
    top: 5px;
}

.logo {
    float: left;
    width: 10%;
    z-index: 100;
    position: fixed;
}

.join_now_float {
    position: fixed;
    top: 57%;
    right: 2%;
    width: 15%;
    height: 70px;
    cursor: pointer;
    animation: move 3s 0s infinite;
    -webkit-animation: move 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    z-index: 20;
}

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (max-width: 415px) {
    .logo {
        width: 25%;
    }
}

.title_eng {
    font-weight: 500;
}

.evt_method_img {
    width: 25%;
    margin: auto;
    cursor: pointer;
    margin: 30px auto;
}

h4 {
    font-family: 'Microsoft JhengHei' !important;
    color: #637F51 !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
    /*font-size: 20px !important;*/
}

td {
    font-family: 'Microsoft JhengHei' !important;
}

tbody {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (min-width: 1025px) {
    .join_method {
        width: 23%;
    }
}

@media screen and (max-width: 996px) {
    tbody {
        font-size: 16px;
        font-weight: 700;
    }
    .join_method {
        width: 40%;
    }
    .join_now_float {
        width: 20%;
    }
}

@media screen and (max-width: 415px) {
    .join_now {
        font-size: 24px;
        width: 65%;
    }
    .join_method {
        font-size: 24px;
        width: 75%;
    }
    .member_title_join {
        font-size: 22px;
    }
    .icon3 {
        font-size: 22px;
        margin-bottom: 4%;
    }
    .member_title {
        font-size: 32px;
    }
    .join_now_float {
        width: 30%;
        top: 25%;
    }
}


/* Center website */

.main {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    font-family: 'Microsoft JhengHei';
}

.content:hover img {
    opacity: 0.6;
}

img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.title_main {
    text-align: center;
    font-weight: 700;
}

.title {
    font-size: 36px;
    display: inline-block;
    font-family: 'Microsoft JhengHei';
}

.title_small {
    font-size: 28px;
    display: inline-block;
    font-family: 'Microsoft JhengHei';
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00356B;
}

.effect {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

h1 {
    font-size: 50px;
    word-break: break-all;
    color: black;
    text-align: center;
    font-family: 'Microsoft JhengHei' !important;
}

h2 {
    color: black;
}

table {
    width: 100%;
}

.row {
    margin: 10px -16px;
}


/* Add padding BETWEEN each column */

.row,
.row>.column {
    padding: 8px;
}

img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}

td:nth-child(even) {
    color: #637F51;
    width: 70%;
    text-align: right;
    padding-right: 20px;
}

td:nth-child(odd) {
    width: 30%;
    color: #637F51;
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.content {
    padding: 10px;
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}

button {
    outline: none !important;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

.toggle-open {
    display: none;
}

ul {
    margin-bottom: 0rem !important;
}

@media screen and (max-width: 800px) {
    .navbar-body>ul {
        display: none;
        height: auto;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 90px;
        left: 0%;
        background-color: #000;
        overflow-x: hidden;
        transition: 1s;
        text-align: center;
    }
    .navbar-body>ul>li {
        display: block;
        position: relative;
    }
    .navbar-body ul li a {
        color: #fff;
        text-transform: uppercase;
    }
    .navbar-body>ul>li {
        padding: 10px 20px 0;
    }
    .toggle-open {
        display: block;
        float: right;
        font-size: 25px;
        position: relative;
        right: 30px;
        top: 8px;
    }
}

@media screen and (min-width: 801px) {
    .navbar-body>ul {
        display: block;
    }
}

.modal,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto !important;
}

.bomb {
    display: inline-block;
    width: 10%;
}

.modal-box {
    background-image: url(../image/BG_award.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    box-shadow: 10px 10px 5px #F0A28E;
}

.modal-header {
    padding: 20px 40px;
    /* background: #FBDFDC; */
    color: #ED7777;
    border-bottom: 0px solid !important;
    font-weight: 900;
}

.modal-body {
    /* background: #FBDFDC; */
    padding: 0em 3em 3em 3em !important;
    color: #EC7F8A;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Microsoft JhengHei';
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    text-align: center;
}

.modal_title {
    text-align: center;
    font-size: 3rem;
    letter-spacing: .5rem;
    margin: auto;
    font-family: 'Microsoft JhengHei';
}


/* Close Button */

.close-modal {
    text-align: right;
    cursor: pointer;
}

.award_title {
    color: #DC4948;
    font-weight: 800;
    font-family: 'Microsoft JhengHei';
}

.award_name {
    color: #ED7678;
    font-family: 'Microsoft JhengHei';
}

.award_mail {
    color: #ED7678;
}


/* tr */

.table {
    display: initial;
}

.row02 {
    display: table-row;
    font-size: 18px;
    border-bottom: 1px solid #ecb75a;
}

.row03 {
    display: table-row;
    font-size: 18px;
    border-bottom: 1px solid #3ea710;
}

.cell3 {
    font-family: 'Microsoft JhengHei';
    display: table-cell;
    padding: 0px 10px;
    width: 25%;
}

.cell4 {
    font-family: 'Microsoft JhengHei';
    display: table-cell;
    padding: 0px 10px;
    text-align: left;
}


/* Animation */

@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 420px) {
    .modal_title {
        font-size: 2em;
    }
    .modal-body {
        background: #FBDFDC;
        padding: 0em 1em 1em 1em !important;
    }
    .evt_method_img {
        width: 70%;
    }
    .row02 {
        display: grid;
    }
    .cell3 {
        font-family: 'Microsoft JhengHei';
        display: table-cell;
        padding: 0px 10px;
        width: 100%;
    }
    .cell4 {
        font-family: 'Microsoft JhengHei';
        display: table-cell;
        padding: 0px 10px;
        width: 100%;
        text-align: center;
    }
    .award_title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .evt_method_img {
        width: 55%;
    }
}