/* -- Universal Setting
--------------------------------------------------*/

html {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "文鼎黑體", Arial, "微軟正黑體", "Microsoft JhengHei", "細明體", MingLiU, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

header,
section,
footer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

pre {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border: none;
    background: none;
    overflow: initial !important;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}


/* -- Common Usage
--------------------------------------------------*/

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.hide {
    display: none !important;
}

.clear {
    clear: both !important;
}

.line-through {
    text-decoration: line-through !important;
}

.underline {
    text-decoration: underline !important;
}

div.no-content-div-15px {
    margin: 0 !important;
    padding-bottom: 15px !important;
}

div.no-content-div-30px {
    margin: 0 !important;
    padding-bottom: 30px !important;
}

div.no-content-div-45px {
    margin: 0 !important;
    padding-bottom: 45px !important;
}

div.no-content-div-60px {
    margin: 0 !important;
    padding-bottom: 60px !important;
}


/* -- Transitions
--------------------------------------------------*/

.transition-effect,
.transition-effect:hover {
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* -- Color & Font
--------------------------------------------------*/

.font-meta {
    font-size: 5em;
}

.font-h1 {
    font-size: 3.5em;
}

.font-h2 {
    font-size: 3em;
}

.font-h3 {
    font-size: 2.5em;
}

.font-h4 {
    font-size: 1.75em;
}

.font-h5 {
    font-size: 1.25em;
}

.font-h6 {
    font-size: 1em;
}

.font-p-lg {
    font-size: 1.125em;
}

.font-p-md {
    font-size: 1em;
}

.font-p-sm {
    font-size: 0.875em;
}

.color-font-main {
    color: #ff0000;
}

.color-bg-main {
    background-color: #ff0000;
}

.color-border-main {
    border-color: #ff0000;
}

.color-font-white {
    color: #fff;
}

.color-bg-white {
    background-color: #fff;
}

.color-border-white {
    border-color: #fff;
}

.color-font-black {
    color: #fff;
}

.color-bg-black {
    background-color: #fff;
}

.color-border-black {
    border-color: #fff;
}


/* -- Customized Style
--------------------------------------------------*/
#homeTheme {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#pageTheme {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#pageTheme .theme-img-left {
    position: fixed;
    left: 0;
    bottom: 5%;
    width: auto;
    max-width: 20%;
    height: auto;
    max-height: 80%;
}

#pageTheme .theme-img-right {
    position: fixed;
    right: 0;
    bottom: 5%;
    width: auto;
    max-width: 20%;
    height: auto;
    max-height: 80%;
}

#pageTheme .theme-img-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2em;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 5em;
    margin: auto;
}

#pageTheme2025 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#pageTheme2025 .theme-img-left {
    position: fixed;
    left: 0;
    bottom: 7.5%;
    width: auto;
    max-width: 20%;
    height: auto;
    max-height: 80%;
}

#pageTheme2025 .theme-img-right {
    position: fixed;
    right: 0;
    bottom: 7.5%;
    width: auto;
    max-width: 20%;
    height: auto;
    max-height: 80%;
}

#pageTheme2025 .theme-img-bottom {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (orientation: portrait) {
    #homeTheme .theme-btn {
        position: absolute;
        top: 47.5%;
        left: 0;
        right: 0;
        width: 4em;
        height: 4em;
        margin: auto;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        color: #fff;
        background-color: rgba(243, 153, 59, 0.8);
        border-radius: 50%;
    }

    #homeTheme .theme-btn::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 3.25em;
        height: 3.25em;
        margin: auto;
        background-color: rgba(243, 153, 59, 1);
        border-radius: 50%;
        z-index: 0;
    }

    #homeTheme .theme-btn>span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1em 0.5em;
        z-index: 1;
    }

    #homeTheme .theme-2025-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url(/2025/images/img-home-bg-m.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-organizer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2.5%;
        width: auto;
        max-width: 30%;
        height: auto;
        max-height: 10%;
        margin: 0 auto;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main {
        display: none !important;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main+.theme-2025-img-main {
        display: block !important;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12.5%;
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 30%;
        margin: 0 auto;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-logo {
        display: block !important;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-logo {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        width: auto;
        max-width: 75%;
        height: auto;
        max-height: 40%;
        margin: 0 auto;
    }

    #pageTheme2025 .theme-img-left {
        display: none;
    }

    #pageTheme2025 .theme-img-right {
        display: none;
    }

    #pageTheme2025 .theme-img-bottom {
        bottom: 2.5vw;
        width: auto;
        height: 12.5vw;
    }

    #pageTheme2025~section>.main-content {
        padding-bottom: 17.5vw;
    }

    .news-group,
    .content-group {
        max-width: 95%;
    }

    @media only screen and (max-width: 991px) {
        #pageTheme2025 .theme-img-bottom {
            bottom: 2em;
            height: 4em;
        }

        #pageTheme2025~section>.main-content {
            padding-bottom: 8em;
        }
    }

    @media only screen and (max-width: 767px) {
        #pageTheme2025 .theme-img-bottom {
            bottom: 1em;
            height: 3em;
        }

        #pageTheme2025~section>.main-content {
            padding-bottom: 5em;
        }
    }

    @media only screen and (max-width: 480px) {}

    @media only screen and (max-width: 360px) {}
}

@media only screen and (orientation: landscape) {
    #homeTheme .theme-btn {
        display: none;
    }

    #homeTheme .theme-2025-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url(/2025/images/img-home-bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-organizer {
        position: absolute;
        left: 2.5%;
        bottom: 2.5%;
        width: auto;
        max-width: 10%;
        height: auto;
        max-height: 10%;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main {
        display: block !important;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main+.theme-2025-img-main {
        display: none !important;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-main {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2%;
        width: auto;
        max-width: 80%;
        height: auto;
        max-height: 90%;
        margin: 0 auto;
    }

    #homeTheme .theme-2025-bg .theme-2025-img-logo {
        display: none !important;
    }

    #pageTheme2025 .theme-img-bottom {
        bottom: 2vw;
        width: auto;
        height: 5em;
    }

    #pageTheme2025~section>.main-content {
        padding-bottom: -moz-calc(2vw * 2 + 5em);
        padding-bottom: -webkit-calc(2vw * 2 + 5em);
        padding-bottom: -o-calc(2vw * 2 + 5em);
        padding-bottom: calc(2vw * 2 + 5em);
    }

    .news-group,
    .content-group {
        max-width: 60%;
    }

    @media only screen and (max-width: 991px) {
        #pageTheme2025 .theme-img-bottom {
            bottom: 1.5em;
            height: 3em;
        }

        #pageTheme2025~section>.main-content {
            padding-bottom: 6em;
        }
    }

    @media only screen and (max-width: 767px) {
        #pageTheme2025 .theme-img-bottom {
            bottom: 1em;
            height: 3em;
        }

        #pageTheme2025~section>.main-content {
            padding-bottom: 5em;
        }
    }
}

@media only screen and (max-width: 991px) {
    #pageTheme .theme-img-left {
        position: fixed;
        left: 2.5%;
        bottom: 2.5vw;
        width: auto;
        max-width: 35%;
        height: auto;
        max-height: 45vw;
    }

    #pageTheme .theme-img-right {
        position: fixed;
        right: 2.5%;
        bottom: 2.5vw;
        width: auto;
        max-width: 35%;
        height: auto;
        max-height: 45vw;
    }

    #pageTheme .theme-img-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 2.5vw;
        width: auto;
        max-width: 30%;
        height: auto;
        max-height: 45vw;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    #pageTheme .theme-img-left {
        position: fixed;
        left: 2.5%;
        bottom: 1vw;
        width: auto;
        max-width: 37.5%;
        height: auto;
        max-height: 38vw;
    }

    #pageTheme .theme-img-right {
        position: fixed;
        right: 2.5%;
        bottom: 1vw;
        width: auto;
        max-width: 37.5%;
        height: auto;
        max-height: 38vw;
    }

    #pageTheme .theme-img-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 2vw;
        width: auto;
        max-width: 25%;
        height: auto;
        max-height: 38vw;
        margin: auto;
    }
}

@media only screen and (max-width: 575px) {
    #pageTheme .theme-img-left {
        position: fixed;
        left: 2.5%;
        bottom: 2.5vw;
        width: auto;
        max-width: 33%;
        height: auto;
        max-height: 55vw;
    }

    #pageTheme .theme-img-right {
        position: fixed;
        right: 2.5%;
        bottom: 2.5vw;
        width: auto;
        max-width: 33%;
        height: auto;
        max-height: 55vw;
    }

    #pageTheme .theme-img-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 5vw;
        width: auto;
        max-width: 34%;
        height: auto;
        max-height: 55vw;
        margin: auto;
    }
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #84beed 20%, #f7f7f7 60%);
    text-align: center;
}

.background .footer,
.main-content .footer {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 100;
}

.main-content .footer {
    position: fixed;
}

.background.index {
    display: none;
    background: linear-gradient(180deg, rgba(89, 166, 204, 0.5) 0%, #EEF5F9 60%);
}

.background.animate {
    background: url(../images/index-bg1.png), url(../images/index-bg2.png), url(../images/index-bg3.png);
    background-position: center bottom, center top, center center;
    background-repeat: no-repeat;
    background-size: 250vh auto, 250vh auto, cover;
    z-index: 101;
}

.background.index .bottom {
    position: absolute;
    width: 100%;
    bottom: 45.6px;
    left: 0;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20vh;
    z-index: 600;
}

.footer-bottom img {
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

.footer-bottom p {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    font-weight: bold;
}

/* -- Header
--------------------------------------------------*/


/* -- Nav
--------------------------------------------------*/

.nav-button {
    display: none;
}

.nav-icon4 {
    background: url(../images/nav-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon4.open {
    background: none;
}

.nav-icon4 span {
    display: none;
    position: absolute;
    height: 3px;
    width: 60%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon4 span:nth-child(1) {
    top: 33%;
    left: 20%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
    top: 60%;
    left: 20%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span {
    display: block;
}

.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28%;
    left: 28%;
}

.nav-icon4.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 71%;
    left: 28%;
}

.nav-mobile {
    width: 100%;
}

.nav-mobile .circle {
    display: none;
}

.recruit {
    position: fixed;
    top: 5%;
    right: 15%;
    width: 8em;
    height: 8em;
    background-image: url(../images/recruit.png);
    background-size: 100%;
    z-index: 600;
    text-align: center;
    color: #fff;
    padding: 1.6em;
    line-height: 1.6em;
}

.recruit a,
.recruit a:hover {
    color: #fff;
}

.recruit a {
    display: inline-block;
    width: 80%;
    height: 80%;
}

#siteNav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 600;
    text-align: center;
}

#siteNav .toFB {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin-left: 10px;
}

#siteNav .toFB img {
    width: 100%;
    display: block;
}

.nav-list {
    display: inline-block;
    background-color: #f3993b;
    height: 47px;
    border-radius: 40px;
    margin: 10px auto 0 auto;
    padding: 0;
    opacity: .9;
}

.nav-list li {
    float: left;
    list-style-type: none;
    height: 100%;
    padding: 0 0.75em;
    border-radius: 1.5em;
    text-align: center;
}

.nav-list li:nth-child(7) {
    margin-right: 1em;
}

.nav-list li:last-child {
    display: none;
}

.nav-list li.hidden {
    display: none;
}

.nav-list li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    line-height: 47px;
    width: 120%;
}

.nav-list .nav-click,
.nav-list .nav-hover {
    background-color: #7cc16d;
}

/* -- Section
--------------------------------------------------*/

.main-content {
    width: 100%;
}


.logo {
    display: block;
    width: 40em;
    max-width: 100%;
    margin: 0 auto;
    padding: 7em 0 0;
}

.logo-wrap {
    position: relative;
    padding: 0 0 7em;
}


/* -- Footer
--------------------------------------------------*/
.footer img {
    position: fixed;
}

.footer .bottom {
    width: 100%;
    bottom: 0;
}

.footer .right,
.footer .left {
    width: 20%;
    height: auto;
    bottom: 7em;
}

.footer .left {
    right: 0;
}

.footer .logo {
    width: 20%;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer p {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    font-weight: bold;
}

.remarks {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    background-color: #ebebeb;
    text-align: right;
    padding: .4em;
}

.remarks-index {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    text-align: right;
    padding: 0 .4em;
}

/* -- Main Content
--------------------------------------------------*/

.news-group,
.content-group {
    width: 50em;
    margin: 1.5em auto 0;
}


.content-div {
    position: relative;
    z-index: 500;
    width: 100%;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 15px 20px -10px rgba(243, 153, 59, 0.5);
    margin-bottom: 1.2em;
    overflow: hidden;
}

.content-mark {
    background-color: rgba(243, 153, 59, 0.5);
    height: .6em;
    width: .6em;
}

.content-wrap {
    padding: .6em 1em;
}

.content-wrap>div {
    overflow: hidden;
}

.news-date {
    font-size: .8em;
    color: #f3993b;
    font-weight: bold;
    float: left;
}

.news-title {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #f3993b;
    font-weight: 700;
    clear: both;
}

.news-group.content .news-title {
    color: #444;
    float: left;
}

.news-group.content .news-span {
    color: #f3993b;
}

.news-content {
    font-size: 1.2em;
    line-height: 1.8em;
}

.news-content .span-title {
    font-size: 1.2em;
    font-weight: bold;
}

.news-content .blank {
    display: inline-block;
    width: 2em;
}

.news-content a {
    word-wrap: break-word;
}

.news-group ol {
    padding-left: 1.6em;
    font-size: 1.2em;
}

.news-img {
    width: 100%;
    margin: 1em 0;
}

.share-group {
    float: right;
    overflow: hidden;
    line-height: 1.92em;
    margin-bottom: .2em;
}

.share-group a .share-hover {
    display: none;
}

.share-group a .share {
    display: block;
}

.share-group a:hover .share-hover {
    display: block;
}

.share-group a:hover .share {
    display: none;
}

.share-group img {
    float: left;
    margin-left: .4em;
    width: 1.5em;
    cursor: pointer;
}

.table-wrap {
    width: 100%;
}

.table-style-1,
table.awards {
    font-size: 1em;
    margin: 1em auto;
}

table.awards {
    width: 100%;
}

.table-style-1 thead,
table.awards thead {
    background-color: rgba(243, 153, 59, .1);
    color: #f3993b;
    text-align: center;
    border: 1px solid rgba(243, 153, 59, .1);
}

table.awards thead {
    font-size: 1.2em;
    font-weight: bold;
}

.table-style-1 td,
table.awards td {
    padding: .4em .6em;
}

.table-style-1 tbody td,
table.awards tbody td {
    border: 1px solid #eeeeee;
}

table.awards tbody td:nth-child(3) {
    text-align: center;
}

.awards .col-awards {
    width: 12em;
}

table.date-infor {
    margin: 0;
    table-layout: fixed;
}

.table-style-1.prize {
    width: 100%;
    text-align: center;
}

.table-style-1.prize .prize-name {
    width: 80%;
}

.table-style-1.prize img {
    width: 80%;
}

/* 2025 */
table.awards.year2025 td {
    text-align: center;
}

/* table.awards.year2025 td:nth-child(1) {
    width: 8em;
} */

table.awards.year2025 td:nth-child(3),
table.awards.year2025 td:nth-child(4) {
    width: 10em;
}

.run-infor {
    width: 90%;
    margin: 1em auto;
}

.rule-wrap ol {
    padding-left: 1.5em;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1.8em;
}

.rule-wrap .terms {
    font-size: 1em;
}

.map-infor {
    width: 100%;
    margin: 1em 0;
}

.info2-wrap>div {
    float: left;
}

.info2-wrap .boon {
    margin-left: 2em;
}

.frame {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
}

.frame.non-scroll {
    overflow-y: hidden;
}

.modal {
    position: relative;
    top: 5em;
    left: 0;
    right: 0;
    margin: auto;
    width: 50em;
    max-width: 90%;
    background-color: #FFF;
    border-radius: 20px;
    z-index: 800;
    padding: 2em;
    display: block;
    margin-bottom: 5em;
}

.modal-open .modal {
    overflow-x: visible;
    overflow-y: unset;
}

.modal img {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 25%;
    z-index: 100;
}

.modal-title {
    color: #f3993b;
    font-size: 1.4em;
    font-weight: bold;
}

.modal-content {
    line-height: 1.8em;
    font-size: 1.125em;
    border: none;
}

.modal-content ol {
    padding-left: 1em;
    color: #f3993b;
    margin-bottom: 0;
}

.modal-content span {
    color: #f3993b;
}

.vote-container {
    position: relative;
    z-index: 500;
    width: 80em;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 3em;
    background-color: #fff;
    overflow: hidden;
}

.vote-rank {
    display: block;
    width: 25%;
    padding: 1em;
    background: linear-gradient(90deg, rgba(90, 218, 252, 0.3) 20%, rgba(90, 218, 252, 0) 70%);
    float: left;
    padding: 1em;
}

.rank-div {
    margin-top: 1.4em;
    overflow: hidden;
    clear: both;
}

.rank-sort {
    width: 25px;
    height: 25px;
    opacity: 0.9;
    box-shadow: 0 10px 10px -5px rgba(243, 153, 59, 0.5);
    background-color: #ffffff;
    border: solid 1px rgba(243, 153, 59, 0.5);
    border-radius: 12.5px;
    text-align: center;
    float: left;
    font-size: .8em;
    line-height: 25px;
    color: #f3993b;
}

.rank-team {
    font-size: 1.125em;
    float: left;
    margin-left: .5em;
    max-width: 80%;
}

.rank-catch {
    font-size: .8em;
    color: #f3993b;
}

.rank-close {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #f3993b;
    float: left;
}


.close-icon {
    position: relative;
    height: 100%;
    width: 100%;
}

.close-icon span {
    position: absolute;
    height: 3px;
    width: 60%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
}

.close-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    left: 20%;
}

.close-icon span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
    left: 18%;
}

.rank-btn {
    position: relative;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #f3993b;
    margin-bottom: 1em;
}

.rank-btn.mobile {
    position: fixed;
    display: none;
    right: 1.5em;
    top: 1.5em;
    z-index: 700;
}

.rank-btn span {
    position: absolute;
    width: 3px;
    background: #fff;
    opacity: 1;
}

.rank-btn span:nth-child(1) {
    height: 13px;
    top: 40%;
    left: 32%;
}

.rank-btn span:nth-child(2) {
    height: 17px;
    top: 30%;
    left: 47%;
}

.rank-btn span:nth-child(3) {
    height: 9px;
    top: 50%;
    left: 62%;
}

.video-group {
    width: 75%;
    float: left;
    padding: 2em 1em;
    overflow: hidden;
}

.video-div {
    position: relative;
    width: 45%;
    margin: 0 2.5% 1em 2.5%;
    float: left;
}

.video-space {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 9em;
}

.video-space>iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.video-space .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.video-intro {
    overflow: hidden;
    width: 50%;
    float: left;
    padding-left: .8em;
}

.video-intro .rank-team {
    max-width: 100%;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    float: none;
    margin-left: 0;
}

.vote-wrap {
    overflow: hidden;
    margin-top: .2em;
}

.vote-wrap .rank-catch {
    line-height: 40px;
}

.group-name {
    color: #f3993b;

}

#confirm_frame {
    display: none;
}

.confirm-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22.5em;
    max-width: 95%;
    margin: auto;
    padding: 2em 1em;
    height: 300px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
}

.confirm-modal p {
    font-size: 1.25em;
    margin: 2em 0;
}

.confirm-modal div {
    overflow: hidden;
    display: inline-block;
    margin: 1em 0;
}

.confirm-modal .button-style-1 {
    margin: 0 .5em;
}

/* 會員區塊 */
#member_frame {
    display: none;
}

.member-modal {
    display: none;
    position: relative;
    margin: 0 auto;
    margin-top: 10em;
    width: 320px;
    max-width: 95%;
    background-color: #efefef;
    box-shadow: 0 15px 20px -10px rgba(243, 153, 59, 0.5);
    text-align: center;
    padding: .6em;
    border-radius: 20px;
}

.member-modal.open {
    display: block;
}

.member-title {
    color: #f3993b;
    margin-bottom: 1em;
    font-size: 1.125em;
    font-weight: 500;
}

.member-title span {
    font-size: 12px;
    height: 1em;
}

.member-title span.hidden {
    visibility: hidden;
}

.member-form {
    height: 220px;
}

.member-form label {
    color: #f3993b;
    font-size: .8em;
}

.member-form #countdown {
    color: #f3993b;
}

.input-text {
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 10px;
    height: 40px;
    width: 250px;
    margin: 0 auto;
}

.input-text:focus {
    border: 1px solid #f3993b;
    outline: none;
}

.input-text.error {
    border-color: #ff001f;
}

.form-group {
    margin-bottom: 0;
}

.member-form .error-message {
    display: block;
    min-height: 1.5em;
    font-size: 12px;
    line-height: 1.5em;
    visibility: hidden;
    text-align: left;
    width: 250px;
    margin: 0 auto;
    margin-bottom: .2em;
}

.member-form .error-message .error {
    margin-bottom: 0;
    color: #ff001f;
}

.member-form .error-message.visible {
    visibility: visible;
}

.radio-div {
    height: 30px;
    width: 250px;
    margin: 0 auto;
    text-align: left;
    padding-left: 1em;
    line-height: 30px;
    margin-bottom: 1em;
}


.member-close {
    position: absolute;
    right: .6em;
    width: 32px;
    height: 32px;
    float: left;
    cursor: pointer;
}

.member-close .close-icon span {
    background-color: #f3993b;
}

.member-modal .button-style-1 {
    display: inline-block;
    float: none;
    margin: .6em 0;
}

.member-modal .button-style-1.hidden {
    display: none;
}

.modal-bottom {
    font-size: .8em;
}

.modal-bottom span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(243, 153, 59, 0.4);
    margin: 0 2px;
    line-height: 1em;
}

.modal-bottom span.active {
    background-color: #f3993b;
}

.member-modal .registered {
    clear: both;
    color: #f3993b;

}

.member-modal .registered a {
    color: #f3993b;
    text-decoration: underline;
}

.member-modal .registered a:hover {
    color: #f3993b;
}

.login-error {
    color: #ff001f;
    padding: .4em 0;
}

.certification-message,
.forget-message {
    color: #f3993b;
    padding: .4em 0;
    display: none;
}

.certification-message.error,
.forget-message.error {
    color: #ff001f;
}

/* -- Components
--------------------------------------------------*/

.blank-60px {
    width: 100%;
    height: 60px;
}

.blank-20px {
    width: 100%;
    height: 20px;
    clear: both;
}

.content-title-1 {
    display: inline-block;
    line-height: 2em;
    width: auto;
    padding: 0 1.2em;
    border-radius: 40px;
    background-color: rgba(243, 153, 59, 0.1);
    color: #f3993b;
}

.content-title-1.rank-title {
    width: 100%;
    text-align: center;
    margin-top: .4em;
}

.content-title-2 {
    line-height: 2em;
    width: 100%;
    padding: 0 1.2em;
    margin-bottom: 1em;
    border-radius: 40px;
    background-color: #fff;
    color: #f3993b;
    border: 1px solid #f3993b;
    text-align: center;
}

.content-title-3 {
    display: inline-block;
    line-height: 2em;
    padding: 0 1.2em;
    margin: 1em .5em 0em .5em;
    border-radius: 40px;
    background-color: #fff;
    color: #f3993b;
    border: 1px solid #f3993b;
    text-align: center;
}

.content-p {
    font-size: 1.125em;
    line-height: 1.8EM;
}

.content-p a,
.content-p a:hover {
    color: #000;
}

.rule-wrap {
    width: 100%;
    padding: 1.25em 1em 2em 1em;
}

.part-wrap {
    width: 45%;
    margin: 0 2.5%;
    float: left;
}

.rule-wrap.partition .part-wrap {
    margin-top: 1em;
}

.part-wrap p {
    font-size: 1.125em;
}

.tab-content .part-wrap {
    width: 30%;
    margin: 0 calc(10%/6);
}

.tab-content .part-wrap p {
    font-size: 1em;
}

.logo-wrap .toNews {
    display: none;
}

.news-table {
    margin: 0 auto;
    min-width: 80%;
    max-width: 100%;
}

.news-table tr th {
    text-align: center;
    font-size: 1.2em;
    padding: .6em;
    color: #f3993b;
}

.news-table tr td {
    border: 1px solid #888;
    padding: .2em;
}

.news-table tr td:nth-child(1) {
    text-align: center;
    width: 8em;
}

/* -- Styled Button -- */

.button-style-1 {
    height: 47px;
    width: 8em;
    border-radius: 40px;
    background-color: #f3993b;
    color: #fff;
    line-height: 47px;
    text-align: center;
    float: left;
}

.button-style-1:hover {
    color: #fff;
}

.button-style-1.vote {
    display: inline-block;
    float: none;
}

.button-style-2 {
    display: inline-block;
    height: 80px;
    padding: 1em;
    border-radius: 20px;
    background-color: #f3993b;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
    box-shadow: 0 15px 20px -10px rgba(243, 153, 59, 0.5);
}

.button-style-2:hover {
    color: #fff;
}

.button-style-2 span {
    font-size: .6em;
}

.button-style-1.next {
    float: right;
}

.button-style-3 {
    width: 40px;
    height: 60px;
    border-radius: 40px;
    background-color: #f3993b;
    box-shadow: 0 15px 20px -10px rgba(243, 153, 59, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 1em 0;
    margin: 0 auto;
}

.button-style-3 img {
    width: 40%;
    transform: rotate(180deg);
}

.button-style-5 {
    height: 40px;
    border-radius: 10px;
    line-height: 14px;
    background-color: #f3993b;
    color: #fff;
    font-size: 14px;
    padding: 6px;
    cursor: pointer;
    float: right;
}

.button-style-5.voted {
    background-color: #cecece;
    cursor: default;
}

.button-style-5.clicked {
    background-color: #fbb40d;
    cursor: default;
}



/*Tab*/

.tabs-wrap {
    width: 100%;
    height: auto;
}

.tabs-container {
    display: inline-block;
    background-color: rgba(243, 153, 59, 0.1);
    height: 40px;
    border-radius: 40px;
    margin: 10px auto 0 auto;
    padding: 0;
    text-align: center;
}

.tabs-container .tab {
    float: left;
    list-style-type: none;
    height: 100%;
    border-radius: 40px;
    text-align: center;
    color: #f3993b;
}

.tabs-container .tab a {
    color: #f3993b;
}

.tabs-container .tab a.active {
    background-color: #f3993b;
    box-shadow: 0 0 1px transparent;
    color: #ffffff;
    border-radius: 40px;
}

.tabs-container .tab .button-style-4 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.tabs-container .tab .button-style-4:before {
    content: "";
    position: absolute;
    z-index: 100;
    left: 50%;
    right: 50%;
    bottom: -4px;
    height: 2px;
}

/*photo wall*/
.photo-picbox-container {
    margin-top: 2.5em;
}

.photo-picbox-container>.content-title-1 {
    margin-bottom: 1em;
}

.photo-picbox-container .photo-text {
    margin-top: 0.25em;
}

.picbox {
    width: 100%;
    overflow: hidden;
}

.picbox>div {
    float: left;
    padding: 0 .5em;
    margin: .5em 0;
}

.picbox img {
    cursor: pointer;
}

.photo-wrap {
    position: relative;
}

.photo-show {
    width: 100%;
}

.photo-wrap .next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 5em;
    opacity: 0;
}

.photo-wrap .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 5em;
    opacity: 0;
}

.photo-wrap .next img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    width: 1em;
    transform: rotate(180deg);
}

.photo-wrap .prev img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    margin: auto;
    width: 1em;
}

.photo-wrap .next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    opacity: 1;
}

.photo-wrap .prev {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    opacity: 1;
}

/* owl */
.slider-container {
    position: relative;
    max-width: 720px;
    height: auto;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .slider-container {
        max-width: 630px;
        margin: 30px auto 0 auto;
    }
}

.slider-container .slider {
    position: relative;
    width: 630px;
    height: auto;
    min-height: 300px;
    float: left;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slider-container .slider {
        width: 100%;
    }
}

.slider-container .slider.active .controls {
    opacity: 1;
}

.slider-container .slider #owl-demo .owl-controls {
    margin-top: 0;
}

.slider-container .slider #owl-demo .owl-controls .owl-pagination {
    display: none;
    height: 18px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .slider-container .slider #owl-demo .owl-controls .owl-pagination {
        display: block;
    }
}

.slider-container .slider #owl-demo .item {
    height: auto;
    object-fit: contain;
}

.slider-container .slider #owl-demo .item img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.slider-container .slider .owl-pagination .owl-page.active span {
    background: #000000;
}

.slider-container .slider .owl-pagination .owl-page span {
    background: #cccccc;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}

.slider-container .slider .controls {
    position: absolute;
    top: -moz-calc(36%);
    top: -webkit-calc(36%);
    top: -o-calc(36%);
    top: calc(36%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
}

@media (min-width: 768px) {
    .slider-container .slider .controls {
        opacity: 0;
        top: 50%;
    }
}

.slider-container .slider .controls.prev {
    left: 0;
}

.slider-container .slider .controls.next {
    right: 0;
}

.slider-container .slider-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 450px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .slider-container .slider-gallery {
        display: none;
    }
}

.slider-container .slider-gallery .gallery-controls {
    position: absolute;
    width: 100%;
    height: 28px;
    opacity: 1;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.slider-container .slider-gallery .gallery-controls.active {
    display: block;
}

.slider-container .slider-gallery .gallery-controls.hide {
    display: none;
}

.slider-container .slider-gallery .gallery-controls svg {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.slider-container .slider-gallery .gallery-controls.prev {
    top: 0;
    border-top: 3px solid #000000;
}

.slider-container .slider-gallery .gallery-controls.next {
    bottom: 0;
    border-bottom: 3px solid #000000;
}

.slider-container .slider-gallery ul {
    position: relative;
    list-style: none;
    transition: top 0.3s ease-in;
    margin: 0;
}

.slider-container .slider-gallery ul li {
    margin-bottom: 6px;
    width: 60px;
    height: 51px;
    cursor: pointer;
}

.slider-container .slider-gallery ul li:last-child {
    margin-bottom: 0;
}

.slider-container .slider-gallery ul li.active img {
    border-bottom: 2px solid #000000;
}

.slider-container .slider-gallery ul li img {
    border-bottom: 2px solid transparent;
    outline-offset: -2px;
    width: 100%;
    height: 51px;
    user-select: none;
}

.slider-container .slider-gallery ul li img:hover {
    border-bottom: 2px solid #000000;
}