﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

body {
    margin: 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

img {
    border: 0;
    display: block;
}
.img-mb {
    display: none;
}
button, input, select, textarea {
    margin: 0;
    text-decoration: none;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

        button[disabled], html input[disabled] {
            cursor: default;
        }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        box-sizing: border-box;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
        }

    input[type="file"] {
        display: block;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/*----------------------------------扶輪金像獎----------------------------------*/
* {
    font-family: "Noto Sans CJK TC","Noto Sans TC","Microsoft JhengHei" !important;
    color: #4D4D4D;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, a:active, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

    a:focus {
        color: inherit;
    }

h1, h2, h3, h4, h5, h6, p, a, ul, li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.75em;
    letter-spacing: 7px;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    letter-spacing: 6.4px;
    font-weight: 600;
    color: #fff;
    padding: 12px 30px;
    background: transparent linear-gradient(90deg, #FFD100 0%, #E04403 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 15px 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    display: inline;
}

h3 {
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E04403;
    text-align: left;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.125em;
    font-weight: 600;
}
p {
    font-size: 1.125em;
    text-align: left;
    color: #4D4D4D;
    margin-left: 46px;
    margin-top: 6px;
    line-height: 1.6;
}
ol {
    margin-left: 20px;
    padding: 0;
}
    ol li {
        font-size: 1.125em;
        text-align: left;
        color: #4D4D4D;
        margin-left: 46px;
        margin-top: 6px;
        line-height: 1.6;
    }
.item-section p {
    margin-left: 0px;
}
.point {
    font-weight: 600;
    color: #F4772A;
}
/*------------animation------------*/
.animation-up {
    animation: animationUp 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.2s;
}
@keyframes animationUp {
    0% {
        transform: translate(0, 15px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0px);
        opacity: 1;
    }
}
    /*------------Layout︱Layout︱Layout------------*/
    header {
        position: fixed;
        width: 100%;
        z-index: 777;
        top: 0;
        left: 0;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent linear-gradient(180deg, #F3F2F1 0%, #F3F2F1 83%, #F3F2F100 100%) 0% 0% no-repeat padding-box;
        color: #4D4D4D;
        padding: 25px 60px;
    }

    .logo {
        width: 373px;
        cursor: pointer;
    }

    .logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .menu {
        list-style: none;
        display: flex;
        align-items: center;
    }

    .menu li {
        padding: 2px 25px;
        border-right: 1px solid #4D4D4D;
    }

    .menu a {
        text-decoration: none;
        font-size: 1.125em;
        font-weight: 600;
        color: #4D4D4D;
    }

    .menu a:hover {
        color: #E04403;
    }

    .menu li:last-child, .menu li:nth-last-child(2) {
        border-right: 0px solid #4D4D4D;
    }

    .menu .page-btn a {
        display: block;
        padding: 6px 30px;
        background: transparent linear-gradient(90deg, #E02927 0%, #960048 100%) 0% 0% no-repeat padding-box;
        border-radius: 100px;
        font-size: 1.375em;
        color: #fff;
        font-weight: 600;
        transform: translate(0, 0px);
        transition: all 0.1s ease-in-out;
    }

    .menu .page-btn a:hover {
        transform: translate(0, 5px);
    }
    /* 漢堡選單 */
    .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .bar {
        width: 25px;
        height: 3px;
        background-color: #4D4D4D;
        margin: 4px 0;
        border-radius: 50px;
    }


    .banner {
        background: url(../Images/banner.png) top center no-repeat;
        margin-top: 40px;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding-bottom: 60.520%;
    }


    .banner-inner {
        position: absolute;
        width: 67.70%;
        height: 100%;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .banner-kv {
        position: absolute;
        background: url(../Images/banner_kv.png) no-repeat top center;
        background-size: contain;
        width: 94.30%;
        height: 78.82%;
        left: 1%;
        top: 9.63%;
        animation: shake 3s infinite;
        animation-timing-function: ease-in-out;
        animation-delay: 1.5s;
        animation-fill-mode: forwards;
        transform: rotate(0deg);
    }

    @keyframes shake {
        0% {
        transform: rotate(0deg);
    }
    8% {
        transform: rotate(-3deg);
    }
    16% {
        transform: rotate(0deg);
    }
    24% {
        transform: rotate(-3deg);
    }
    32% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.banner-tittle {
    position: absolute;
    background: url(../Images//banner_tittle.svg) no-repeat top center;
    background-size: contain;
    width: 30.384%;
    height: 19.4492%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 35.02%;
    animation: Up 0.6s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes Up {
    0% {
        transform: translate(-50%, 15px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }
}
.banner-tittle2 {
    position: absolute;
    background: url(../Images/banner-info.svg) no-repeat top center;
    background-size: contain;
    width: 19.538%;
    height: 13.16%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 55.5938%;
    animation: down 0.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.21s;
    animation-fill-mode: forwards;
    opacity: 0;
    text-align: center;
}
@keyframes down {
    0% {
        transform: translate(-50%,-15px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0px);
        opacity: 1;
    }
}

.banner-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}
.banner-deco1 {
    position: absolute;
    background: url(../Images/banner_deco_1.png) no-repeat top center;
    background-size: contain;
    width: 12.5%;
    height: 23.14974%;
    left: 5.1562%;
    top: 52.9259%;
   
}
.banner-deco2 {
    position: absolute;
    background: url(../Images/banner_deco_2.png) no-repeat top center;
    background-size: contain;
    width: 10.31%;
    height: 48.709%;
    left: 81.3541%;
    top: 42.340%;
}
.banner-info {
    display: none;
}
.banner-page {
    background: url(../Images/banner_page.png) top center no-repeat;
    margin-top: -56px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 8%;
}
    .banner-page .tittle-box {
        display: block;
        max-width: 395px;
        height: 226px;
        padding: 0 30px;
        margin: 245px auto 0;
    }
        .banner-page .tittle-box img {
            display: block;
            width: 100%;
            height: auto;
        }
        #gotop {
            font-size: 1.375em;
            font-weight: 600;
            position: fixed;
            z-index: 90;
            right: 6%;
            bottom: 3%;
            display: none;
            color: #707070;
            padding: 20px;
            transition: all 0.5s;
            text-align: center;
        }
    #gotop:hover {
        color: #E04403;
    }
    #gotop img {
        display: block;
        margin: 0 auto;
    }
footer {
    background: #F3F2F1;
    position: relative;
}
    footer::before {
        content: "";
        background: url(../Images/deco_4.png) no-repeat top right;
        width: 100%;
        height: 441px;
        position: absolute;
        top: -243%;
        left: -15%;
        z-index: -1;
    }
    footer::after {
        content: "";
        background: url(../Images/deco_3.png) no-repeat top left;
        width: 20%;
        height: 247px;
        position: absolute;
        top: -164%;
        left: 74%;
        z-index: 1;
    }
    footer p {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        line-height: 40px;
    }
/*------------Index︱Index︱Index------------*/
main {
    position: relative;
}

    main::before {
        content: "";
        display: block;
        background: #707070;
        width: 1px;
        height: 90px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -130px;
    }

    main::after {
        content: "";
        background: url(../Images/arrow.svg) center center no-repeat;
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -130px;
    }

.container {
    max-width: 1180px;
    padding: 72px 45px 60px 45px;
    display: block;
    box-shadow: 2px 4px 0px #00000029;
    border: 1px solid #707070;
    border-radius: 10px;
    margin: 60px auto 148px;
    position: relative;
}
    .container::before {
        content: "";
        display: block;
        background: #707070;
        width: 1px;
        height: 90px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -130px;
    }
    .container.top::after{
        content: "";
        background: url(../Images/arrow.svg) center center no-repeat;
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -130px;
    }
    .list-item {
        padding: 20px 0;
        border-bottom: 1px solid #D6D6D6;
    }
        .list-item:nth-last-of-type(1) {
            padding: 20px 0 0 0;
            border-bottom: 0px solid #D6D6D6;
        }
#section-info .list-item:first-of-type::before {
    content: "";
    background: url(../Images/deco_1.png) no-repeat top right;
    width: 100%;
    height: 436px;
    position: absolute;
    top: 20%;
    left: -103%;
}
#section-info::after {
    content: "";
    background: url(../Images/deco_2.png) no-repeat top left;
    width: 28%;
    height: 346px;
    position: absolute;
    bottom: 3.831%;
    right: 0;
    left: 104%;
}
.item-section {
    padding: 0 0 10px 0;
    margin-left: 46px;
}
.img-box {
    padding: 30px 0;
    background: #F9F9F9;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    max-width: 1088px;
}
    .img-box img {
        margin: 0 auto;
        width: 60%;
    }
.card-group {
    width: 75.76%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    list-style: none;
    position: relative;
    left: 6%;
}
    .card-group .card {
        padding: 20px;
        box-shadow: 0px 3px 0px #00000029;
        border: 1px solid #707070;
        border-radius: 5px;
    }
.card .card-img {
    display: block;
    width: 218px;
    height: 140px;
}
.card .card-img img {
    object-fit: cover;
    width: 218px;
    height: 140px;
    margin: 0 auto;
}
    .card h4 {
        color: #F4772A;
        text-align: left;
        margin: 10px 0;
    }
.card span {
    display: block;
    text-align: right;
    font-size: 0.875em;
    color: #4D4D4D;
}
table {
    width: 64.5762%;
    font-size: 1.125em;
    display: table-cell;
    border-collapse: separate;
    border-spacing: 5px;
    position: relative;
    left: 15%;
}
tr td {
    padding: 12px 30px;
    background: #F3F2F1;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
}
table thead tr td {
    background: #F4772A;
    color: #fff;
}

table tbody tr td:nth-child(2) {
    padding: 12px 100px 12px 30px;
    text-align: left;
}

table tbody tr:nth-child(2n) td {
    background: #F9F9F9;
}
table thead tr td:first-child {
    border-radius: 15px 5px 5px 5px;
}

table thead tr td:last-child {
    border-radius: 5px 15px 5px 5px;
}
table tbody tr:last-child td:first-child {
    border-radius: 5px 5px 5px 15px;
}
table tbody tr:last-child td:last-child {
    border-radius: 5px 5px 15px 5px;
}
.award {
    display: flex;
    justify-content: space-between;
    width: 54%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.award-item {
    width: 49%;
}
.award-item h4 {
    position: relative;
}
    .award-item h4::before {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: #DBDBDB;
        z-index: -1;
    }
    .award-item h4::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: #DBDBDB;
        z-index: -1;
    }
.award-item > p {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
}
.award-item img {
    display: block;
    margin: 0 auto;
}
#section-award .list-item >p {
    margin-left: 0px;
}
.timeline-group {
    display: flex;
    justify-content: space-between;
    width: 67.80%;
    margin: 0 auto;
}
    .timeline-group .link {
        display: block;
        width: 15%;
        height: 1px;
        background: #fff;
        border-top: 2px dashed #E04403;
        position: relative;
        top: 53px;
    }
    .timeline-item {
        margin-top: 15px;
        width: 22%;
        display: block;
    }
.timeline-item img {
    margin: 0 auto;
    display: block;
}
.timeline-item h4 {
    color: #E04403;
    text-align: center;
    margin: 10px 0;
}
.timeline-item p {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 0.875em;
    font-weight: 600;
}
.timeline-item span {
    font-size: 0.875em;
    text-align: center;
    display: block;
}
.timeline-item p, .timeline-item span {
    margin-top: 5px;
}
.signUp {
    max-width: 1180px;
    display: block;
    margin: 0 auto 268px;
    padding-top: 20px;
}
    .signUp a {
        display: inline-block;
        padding: 10px 30px;
        background: transparent linear-gradient(90deg, #E02927 0%, #960048 100%) 0% 0% no-repeat padding-box;
        border-radius: 100px;
        font-size: 1.5em;
        color: #fff;
        font-weight: 600;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px);
        transition: all 0.1s ease-in-out;
    }
        .signUp a:hover {
            transform: translate(-50%, 10px);
        }
/*------------報名 頁面------------*/
#apply::before {
    content: "";
    background: url(../Images/deco_1.png) no-repeat top right;
    width: 100%;
    height: 436px;
    position: absolute;
    top: -17%;
    left: -24%;
}
#apply::after {
    content: "";
    background: url(../Images/deco_2.png) no-repeat top left;
    width: 22%;
    height: 346px;
    position: absolute;
    top: 25%;
    left: 89%;
}
.container.apply {
    margin-top: 40px;
}
    .container.apply h3 {
        margin-bottom: 45px;
    }
    .container.apply .list-item {
        max-width: 768px;
        margin: 0 auto;
    }
    .container.apply .text > span {
        font-size: 1.125em;
        text-align: left;
        color: #4D4D4D;
        line-height: 1.6;
        width: 210px;
        padding: 0 15px 0 0 !important;
        box-sizing: border-box;
        margin: 0 10px 0 0;
        font-weight: 600;
    }
        .container.apply .text > span o {
            color: #E04403;
        }
        .container.apply p {
            margin-left: 0px;
            margin-top: 0px;
        }
.item-section > div, .item-section > label {
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 25px 0;
}

    .item-section .text p, #imageUploadForm, select {
        width: calc(100% - 220px);
        display: flex;
        flex-flow: row wrap;
    }
.container.apply .list-item {
    border-bottom: 2px solid #D6D6D6;
}
    .container.apply .list-item:nth-last-of-type(2) {
        border-bottom: 0px solid #D6D6D6;
    }
    .container.apply .list-item:nth-last-of-type(3) {
        padding: 20px 0 0 0;
        border-bottom: 0px solid #D6D6D6;
    }
.input-radio {
    position: relative;
    margin-right: 56px;
    display: flex;
    flex-flow: row wrap;
}
.input-radio input {
    position: absolute;
    visibility: hidden;
}
    .input-radio > span {
        font-size: 18px !important;
        font-weight: 400;
    }
    .input-radio b {
        width: 23px;
        height: 23px;
        border-radius: 100px;
        display: flex;
        border: 2px solid #D6D6D6;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 0 5px 0 0;
        cursor: pointer;
    }
        .input-radio b::after {
            background: #F4772A;
            content: "";
            width: 13px;
            height: 13px;
            border-radius: 100px;
            opacity: 0;
            transition: opacity 0.3s ease-out;
            display: block;
        }
        .input-radio input:checked ~ b::after {
            opacity: 1;
        }
input[type=text], input[type=tel], textarea {
    height: 39px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #D6D6D6;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    outline: none;
    padding-left: 8px;
    font-family: "Noto Sans TC";
    font-weight: 600;
    font-size: 1rem;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    border-radius: 5px;
}
textarea {
    height: 120px;
}
select {
    border: 1px solid #D6D6D6;
    font-family: "Noto Sans TC";
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-left: 8px;
    height: 39px;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
}
    select option:hover {
        background: #FFD100 !important;
        color: #4D4D4D !important;
    }
    input[type=text], input[type=tel], textarea, select option {
        width: 100%;
        font-weight: 300;
    }
#imageUploadForm input[type=text] {
    margin-bottom: 20px;
}
.text input:focus, .text select:focus, textarea:focus {
    border: 2px solid #F4772A;
}
#upphoto {
    width: 100%;
    padding: 0;
}
.form-group {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
    border-bottom: 1px dashed #D6D6D6;
    width: 100%;
}
    .form-group:last-child {
        border-bottom: 0px dashed #D6D6D6;
        margin-bottom: 0px;
    }
    .form-group input[type="file"] {
        display: none;
    }

.custom-file-input {
    background-color: #F4772A;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    margin: 10px 0;
}

.image-preview {
    display: block;
    width: 100%;
}

    .image-preview img {
        max-width: 100%;
        max-height: 300px;
        margin-top: 10px;
    }
.item-section .text.checkbox {
    display: block;
    max-width: 695px;
    margin: 0 auto;
    padding: 20px 0 0;
}
#agree-error {
    max-width: 695px;
    display: block;
    margin: 0 auto;
    padding-left: 0;
}
#alertMsg {
    margin-top: 0;
}
#CONTENT3-error {
    font-weight: 300;
}
.item-section .text.checkbox p {
    display: flex;
}
.text.checkbox p input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    padding: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #D6D6D6;
    margin-right: 5px;
}
.text.checkbox p input:checked ~ .checkbox-custom::after {
    opacity: 1;
}
.text.checkbox .checkbox-custom {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #D6D6D6;
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
    .text.checkbox .checkbox-custom::after {
        content: "";
        background: url(../Images/check.svg) no-repeat center center;
        background-color: #F4772A;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        opacity: 0;
        transition: opacity 0.3s ease-out;
        display: block;
    }
.text.checkbox span {
    font-weight: 600;
    line-height: 1;
}
.text.checkbox a {
    text-decoration: underline;
}
    .text.checkbox a:hover {
        color: #F4772A;
    }
#privacy-content {
    display: none;
}
#privacy-content::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
}
.privacy-content {
    border: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    padding: 60px 50px 60px 60px;
    max-width: 1000px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: hidden;
    height: 756px;
    position: fixed;
    z-index: 999;
    width: 80%;
}

.content-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
#close {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 28px;
}
    #close .bar {
        width: 25px;
        height: 3px;
        background-color: #707070;
        margin: 4px 0;
        position: absolute;
    }
    #close .bar:first-child {
        transform: rotate(45deg);
    }
    #close .bar:last-child {
        transform: rotate(-45deg);
    }
.content-main {
    overflow-y: scroll;
    overscroll-behavior: contain;
    height: 100%;
    padding-right: 10px;
}
#privacy-content h3 {
    margin-bottom: 0px;
    color: #4D4D4D;
    font-size: 1.125em;
}
#privacy-content h4, #privacy-content p, #privacy-content li {
    font-size: 0.875em;
    text-align: justify;
}
#privacy-content p {
    margin-left: 0px;
}
    .send {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .send input[type=submit] {
        appearance: none;
        padding: 10px 30px;
        line-height: 45px;
        background: transparent linear-gradient(90deg, #E02927 0%, #960048 100%) 0% 0% no-repeat padding-box;
        color: #FFF;
        border-radius: 100px;
        border: none;
        font-weight: 600;
        font-size: 1.375rem;
        letter-spacing: 2px;
        text-align: center;
        cursor: pointer;
        margin: 0 10px;
        transform: translate(0, 0px);
        transition: all 0.1s ease-in-out;
    }
        .send input[type=submit]:hover {
            transform: translate(0, 5px);
        }
/*------------報名完成 頁面------------*/
    #result::before, #result::after, #result .container::before {
    display: none;
}
#result .container {
    max-width: 768px;
    background: url(../Images/result.png) no-repeat bottom center #fff;
    height: auto;
    margin: -50px auto 196px;
    background-size: contain;
    padding: 120px 45px 200px 45px;
}
    #result .container::after {
        background: url(../Images/completed.svg) no-repeat center center;
        width: 100px;
        height: 100px;
        background-size: contain;
        top: -56px;
    }
    #result .container.fail::after {
        background: url(../Images/fail.svg) no-repeat center center;
        width: 114.743px;
        height: 100px;
        background-size: contain;
        top: -56px;
    }
    #result .container > h2 {
        font-size: 2.625em;
        letter-spacing: 8px;
        font-weight: 600;
        color: #008b20;
        padding: 93px 30px;
        background: none;
        border-radius: 5px 5px 15px 15px;
        /* text-align: center; */
        /* position: absolute; */
        /* left: 50%; */
        top: -40px;
        /* transform: translateX(-50%); */
    }
    #result .container.fail > h2 {
        color: #FFD100;
    }
    #result .result-deco {
        background: url(../Images/result-deco.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        width: 436px;
        height: 576px;
        top: -600px;
        left: -124px;
        z-index: 2;
        animation: swinging 3s infinite;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        transform: rotate(0deg);
        transform-origin: 30px 0;
    }
.result-list span {
    display: block;
    text-align: center;
    color: #4D4D4D;
}
@keyframes swinging {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*------------投票 頁面------------*/
#vote::before {
    content: "";
    background: url(../Images/vote_deco.png) no-repeat center right;
    background-size: contain;
    /* display: block; */
    width: 34%;
    height: 135px;
    position: absolute;
    top: -135px;
    left: 257px;
    z-index: -1;
}
#vote::after {
    display: none;
}

.container.vote select {
    width: 27%;
    margin: 20px 0 60px 46px;
}

#result .result-deco {
    background: url(../Images/result-deco.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 436px;
    height: 576px;
    top: -600px;
    left: -124px;
    z-index: 2;
    animation: swinging 3s infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform: rotate(0deg);
    transform-origin: 30px 0;
}

.container.vote .card-group {
    width: 100%;
    column-gap: 30px;
    row-gap: 60px;
    left: 0;
}
    .container.vote .card-group .card {
        padding: 20px;
        background: #fff;
        border: 0px solid #707070;
        box-shadow: 0px 0px 10px #00000029;
        border-radius: 10px;
        position: relative;
    }
    .container.vote .card-group .card-tittle .name,
    .container.vote .card-group .card-tittle .rotary {
        display: block;
        position: relative;
    }
    .container.vote .card-group .card-tittle .rotary {
        margin-bottom: 8px;
        color: #F4772A;
    }
        .card-tittle .name::before {
            content: "";
            background: url(../Images/name.svg) no-repeat center center;
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-right: 5px;
            line-height: 18px;
        }
.card-tittle .rotary::before {
    content: "";
    background: url(../Images/rotary.svg) no-repeat center center;
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 5px;
    line-height: 18px;
}
.container.vote .card-group .card::before {
    content: "";
    background: url(../Images/photo.svg) no-repeat center center #960048;
    background-position-y: 9px;
    display: block;
    width: 54px;
    height: 44px;
    padding: 10px 16px 16px 16px;
    position: absolute;
    top: -6px;
    right: 20px;
    border-radius: 5px 5px 40px 40px;
}
        .container.vote .card-group .card.video::before {
            content: "";
            background: url(../Images/video.svg) no-repeat center center #17458F;
            background-position-y: 9px;
            display: block;
            width: 54px;
            height: 44px;
            padding: 10px 16px 16px 16px;
            position: absolute;
            top: -6px;
            right: 20px;
            border-radius: 5px 5px 40px 40px;
        }
.container.vote .card-group .card-w {
    display: block;
    width: 100%;
    height: 225px;
    border-radius: 5px;
    overflow: hidden;
    background: #17458F;
    position: relative;
}
        .container.vote .card-group .card-w img {
            object-fit: cover;
            margin: 0 auto;
            width: 100%;
            height: 225px;
        }
        .container.vote .card-group .card-w iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .swiper-wrapper {
            position: absolute;
        }
.swiper-pagination {
    display: flex;
    justify-content: center;
}
    .swiper-pagination .swiper-pagination-bullet {
        opacity: 8;
        background: #fff;
    }
    .swiper-pagination .swiper-pagination-bullet-active {
        background: #F4772A;
    }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, 
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #F4772A;
}
.lg-container.lg-show {
    width: 100vw;
}
.lg-img-wrap {
    padding: 2%;
}
.lg-toolbar .lg-download:after {
    display: none;
}
.lg-toolbar .lg-icon {
    display: block !important;
}
.lg-sub-html h4 {
    font-size: 1.125em;
    color: #fff;
    margin: 10px auto;
}
.lg-show-in .lg-next, .lg-show-in .lg-prev, .lg-show-in lg-close {
    padding: 20px;
}
.container.vote .card.video .card-w a {
    display: block;
    background: url(../Images/play.svg) no-repeat center center;
    width: 100%;
    height: 225px;
}
        .list-item .label {
            display: inline;
            font-size: 0.75em;
            text-align: left;
            font-size: 0.875em;
            color: #fff;
            background: #F4772A;
            padding: 2px 8px;
            border-radius: 5px;
        }
.container .label.type1 {
    background: #F4772A;
}
.container .label.type2 {
    background: #FEC240;
}
.container .label.type3 {
    background: #4AAD3A;
}
.container .label.type4 {
    background: #633E98;
}
.container .label.type5 {
    background: #BAD1AB;
}
.container .label.type6 {
    background: #25AAE1;
}
.container .label.type7 {
    background: #D91B5C;
}
.container .label.type8 {
    background: #E02927;
}
    .container.vote .card h4 {
        color: #4D4D4D;
        height: 140px;
    }
.container.vote .card > p {
    font-size: 1em;
    text-align: left;
    color: #4D4D4D;
     margin-left: 0px;
     margin-top: 0px;
    line-height: 1.6;
    margin: 10px 0 10px 0;
    /* border-bottom: 1px solid #F4772A; */
    height: 128px;
    overflow-y: auto;
}
.scrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.scrollBar::-webkit-scrollbar {
    width: 4px;
    background-color: #000;
}

.scrollBar::-webkit-scrollbar-thumb {
    background-color: #F4772A;
}
.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4772A;
    padding-top: 20px;
}.cardBottom-info span {
        text-align: left;
        display: inline;
    }
.cardBottom-info p {
    color: #F4772A;
    font-size: 32px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 0;
    line-height: 1.2;
}
    .cardBottom-info p span {
        font-size: 14px;
        font-weight: 400;
        margin-left: 5px;
    }
.cardBottom-btn {
    width: 59%;
    margin-left: 10px;
}
    .cardBottom-btn a {
        padding: 11px;
        font-size: 24px;
        color: #fff;
        background: #F4772A;
        border-radius: 5px;
        width: 100%;
        display: block;
        text-align: center;
    }
#vote-info::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
}
.vote-info {
    border: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    padding: 60px 50px 60px 60px;
    max-width: 1000px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 999;
    max-width: 560px;
    overflow-x: hidden;
    padding: 30px 60px;
    height: revert;
}
#vote #vote-info p,
#vote #vote-info h3 {
    text-align: center;
}
    #vote #vote-info h3 {
        font-size: 3em;
        position: relative;
    }
        #vote #vote-info h3::before {
            content: "";
            background: url(../Images/vote_success.svg) no-repeat center center;
            background-size: contain;
            display: block;
            width: 100px;
            height: 100px;
            top: -56px;
            position: relative;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
        }
        #vote #vote-info p {
            margin-left: 0px;
        }
.pager {
    padding: 20px 0 0;
}

    .pager ul {
        margin: 0 auto;
        max-width: 210px;
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

        .pager ul li a {
            text-align: center;
            display: block;
            padding: 10px 40px;
            background-color: #E04403;
            border-radius: 5px;
            color: #fff;
        }
        .go {
            display: flex;
            align-items: center;
            justify-content: center;
        }
.container.vote .go select {
    margin: 10px;
    width: 26%;
}
.all {
    display: none;
}
    /*------------得獎 頁面------------*/
.banner-page.ten {
    background: none;
    margin-top: -121px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
    .banner-page.ten .tittle-box {
        background: url(../Images/banner_tittle_vote.png) no-repeat center center;
        background-size: contain;
        display: block;
        max-width: 677px;
        height: 122px;
        padding: 0 30px;
        margin: 280px auto 0;
    }
    .ten::before, .ten::after {
        display: none;
    }
.ten .container::before {
    content: "";
    background: url(../Images/award_deco1.png) no-repeat center center;
    display: block;
    width: 86px;
    height: 164px;
    position: absolute;
    left: 177px;
    top: 95px;
    background-size: contain;
}
.ten .container::after {
    content: "";
    background: url(../Images/award_deco2.png) no-repeat center center;
    display: block;
    width: 84px;
    height: 147px;
    position: absolute;
    left: 1109px;
    top: 134px;
}
.ten .container {
    max-width: 1300px;
    padding: 16px 0 280px 0;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 0px #00000000;
    border: 0px solid #707070;
    border-radius: 0px;
}
    .ten .container h2 {
        position: relative;
        padding: 6px 30px;
        background: transparent linear-gradient(90deg, #E02927 0%, #960048 100%) 0% 0% no-repeat padding-box;
        border-radius: 100px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        display: inline-block;
        margin-top: 106px;
        z-index: 5;
    }
        .ten .container h2 .none {
            display: none;
        }
    .ten .container .container-header {
        margin-top: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }
        .ten .container .container-header::before {
            content: "";
            background: url(../Images/c_h_deco1.png) no-repeat;
            display: block;
            width: 105px;
            height: 145px;
            position: absolute;
            top: -5px;
            left: 260px;
        }
        .ten .container .container-header::after {
            content: "";
            background: url(../Images/c_h_deco2.png) no-repeat;
            display: block;
            width: 145px;
            height: 117px;
            position: absolute;
            top: 18px;
            left: 892px;
        }
        .ten .container .container-header .award {
            background: url(../Images/award_bg.png) no-repeat center top;
            background-size: cover;
            position: absolute;
            width: 46%;
            height: 80%;
            left: 50%;
            top: 76px;
            transform: translateX(-50%);
            z-index: 2;
        }
        .ten .container .container-header .award-tittle {
            background: url(../Images/award_tittle.png) no-repeat center center;
            background-size: contain;
            position: absolute;
            width: 30%;
            height: 22%;
            top: 1px;
            left: 50%;
            z-index: 1;
            transform: translate(-50%, 110px) scale(0) rotateY(360deg);
            animation: show 1.8s infinite;
            animation-timing-function: ease-in-out;
            animation-delay: 0s;
            animation-fill-mode: forwards;
            z-index: 3;
        }
        @keyframes show {
            0% {
                transform: translate(-50%, 110px) scale(0) rotateY(360deg);
            }
            50% {
                transform: translate(-50%, 10px) scale(1) rotateY(0deg);
            }
            60% {
                transform: translate(-50%, 10px) scale(1.3) rotateY(0deg);
            }
            70% {
                transform: translate(-50%, 10px) scale(1) rotateY(0deg);
            }
            80% {
                transform: translate(-50%, 10px) scale(1.3) rotateY(0deg);
            }
            100% {
                transform: translate(-50%, 10px) scale(1) rotateY(0deg);
            }

        }
.award-list {
    margin: 60px 0 120px;
}
.award-list:la {
    margin: 60px 0 0;
}
.winner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px auto;
}
    .winner-list li {
        list-style: none;
        text-align: center;
        position: relative;
    }
        .winner-list li::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 17px;
            background: #4d4d4d;
            opacity: 0.5;
        }
        .winner-list li:last-child::after {
            content: "";
            display: none;
        }
        .winner-list li a {
            font-size: 1.375em;
            letter-spacing: 1px;
            padding: 0 25px;
            margin: 0 25px;
            transition: all 0.3s ease-in-out;
        }
            .winner-list li a span {
                font-size: 1rem;
                padding: 2px 6px;
                background: #4d4d4d;
                color: #fff;
                border-radius: 5px;
                margin-right: 5px;
                transition: all 0.3s ease-in-out;
            }
            .winner-list li a:hover {
                color: #E04403;
            }
                .winner-list li a:hover span {
                    background: #E04403;
                }
    .ten .container p {
        text-align: center;
        margin: 0;
    }
.ten .container h3 {
    margin: 30px auto;
    padding: 10px 20px;
    background: #E04403;
    border-radius: 5px 50px 50px 5px;
    display: inline;
    color: #fff;
    position: relative;
}
    .ten .container h3::before {
        content: "";
        display: inline-block;
        background: url(../Images/photo.svg) no-repeat;
        width: 30px;
        height: 24px;
        margin-right: 5px;
        background-size: cover;
        position: relative;
        top: 3px;
    }
.ten .container .video h3::before {
    content: "";
    display: inline-block;
    background: url(../Images/video.svg) no-repeat;
    width: 32px;
    height: 20px;
    margin-right: 5px;
    background-size: cover;
    position: relative;
    top: 3px;
}
.ten .container #winner3 h3::before {
    content: "";
    display: inline-block;
    background: url(../Images/win_vote.svg) no-repeat;
    width: 27px;
    height: 22px;
    margin-right: 5px;
    background-size: cover;
    position: relative;
    top: 3px;
}
.ten .container #winner4 h3::before {
    content: "";
    display: inline-block;
    background: url(../Images/annual.svg) no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-size: cover;
    position: relative;
    top: 5px;
}
.ten .container > p {
    font-weight: 600;
    color: #F4772A;
    margin-bottom: 15px
}
.ten .container #winner3 > p {
    text-align: left;
    margin: 40px 0 0 20px;
    font-size: 22px;
    color: #E04403;
    font-weight: 600;
    display: inline;
}
.ten .container #winner4 > p {
    font-size: 1.375em;
    line-height: 1.8;
}
.winner-list.name {
    justify-content: start;
}
    .winner-list.name li {
        padding: 5px 20px;
        border-radius: 50px;
        border: 1px solid #4d4d4d;
        margin: 10px 20px;
    }
    .winner-list.name li::after {
        display: none;
    }
        .winner-list.name li a {
            padding: 0;
            margin: 0;
            font-size: 1.125rem;
        }
        .ten .container .list-item {
            position: relative;
            text-align: center;
            padding: 15px 0;
            border-bottom: 0px solid #D6D6D6;
        }
    .ten .container .list-item .winner-list {
        list-style: none;
    }
        .ten .container .list-item .winner-list li {
            margin-bottom: 20px;
            color: #4D4D4D;
        }
            .ten .container .list-item .winner-list li a {
                font-size: 1.125em;
            }
            .ten .container .list-item .winner-list a:hover,
            .ten .container .list-item .winner-list a:hover b {
                color: #F4772A;
            }
        .ten .container .list-item .winner-list li b::after {
            content: " | ";
        }
        .ten .container .list-item .winner-list li:last-child {
            margin-bottom: 0px;
        }
.ten .container .card {
    display: flex;
    margin-top: 105px;
    justify-content: space-between;
    align-items: center;
    padding: 36px;
    background: #fff;
    border: 0px solid #707070;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    position: relative;
}
    .ten .container .card::before {
        content: "";
        background: url(../Images/award_1-4.svg) no-repeat center center;
        display: block;
        width: 160px;
        height: 68px;
        position: absolute;
        top: -45px;
        right: 12px;
    }
    .ten .container .card.gold::before {
        background: url(../Images/award_1-1.svg) no-repeat center center;
        background-size: contain;
        display: block;
        width: 160px;
        height: 68px;
    }

    .ten .container .card.silver::before {
        background: url(../Images/award_1-2.svg) no-repeat center center;
        background-size: contain;
        display: block;
        width: 160px;
        height: 68px;
    }

    .ten .container .card.bronze::before {
        background: url(../Images/award_1-3.svg) no-repeat center center;
        background-size: contain;
        display: block;
        width: 160px;
        height: 68px;
    }

    .ten .container .card.reverse::before {
        right: 0px;
        left: 4px;
    }
    .ten .container .card.reverse::before {
        right: 0px;
        left: 12px;
    }
.ten .container .card-t {
    display: block;
    width: 55.384%;
    height: 500px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 0 36px;
    background: #17458F;
    position: relative;
}
    .ten .container .card-t.video a {
        display: block;
        background: url(../Images/play.svg) no-repeat center center;
        width: 123px;
        height: 118px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .ten .container .card-t img {
        object-fit: cover;
        width: 100%;
        margin: 0 auto;
        height: 500px;
    }
    .ten .container .card-t iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.ten .container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 8px;
}
.ten .container .swiper-button-next:after, .ten .container .swiper-button-prev:after {
    font-size: 4.75em;
}

.ten .container .swiper-button-prev:after {
    margin-left: 30px;
}

.ten .container .swiper-button-next:after {
    margin-right: 30px;
}
.ten .container .card-content {
    text-align: center;
    width: 32%;
    margin: 0 auto;
    position: relative;
    padding-left: 36px;
}
    
.ten .container #winner_pc::before {
    content: "";
    background: url(../Images/award_2.svg) no-repeat center center;
    display: block;
    width: 160px;
    height: 79px;
    position: absolute;
    top: -45px;
    right: 12px;
}
.ten .container .annual::before {
    content: "";
    background: url(../Images/award_annual.svg) no-repeat center center;
    display: block;
    width: 206px;
    height: 97px;
    position: absolute;
    top: -45px;
    right: 12px;
}
    .card-content .label {
        display: inline;
        font-size: 0.75em;
        text-align: center;
        font-size: 0.875em;
        color: #fff;
        background: #F4772A;
        padding: 2px 8px;
        border-radius: 5px;
    }
.card-content .card-tittle {
    text-align: center;
    color: #4D4D4D;
    margin-top: 24px;
    font-size: 1.375em;
}
.ten .card-content p {
    width: 100%;
    height: 158px;
    overflow-y: auto;
    margin-top: 24px;
    margin-left: 0;
    text-align: justify;
    padding-right: 5px;
}
#winner1 .card-content p {
    height: 100px;
}
.card-content .card-tittle:last-of-type {
    margin-top: 82px;
    position: relative;
}
.card-content .rotary {
    color: #F4772A;
}
    .card-content .rotary::before {
        content: "";
        background: url(../Images/rotary.svg) no-repeat center center;
        display: inline-block;
        width: 13px;
        height: 15px;
        margin-right: 5px;
        line-height: 18px;
    }
    .card-content .card-tittle:last-of-type::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 50px;
        background: #FFD100;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }
    .card-content .card-tittle:last-of-type::after {
        content: "";
        background: url(../Images/award_3.svg) no-repeat center center;
        background-color: #fff;
        padding: 20px;
        display: block;
        width: 27px;
        height: 37px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -62px;
    }
.ten .container .card.reverse {
    flex-direction: row-reverse;
}
.ten .container .reverse .card-t {
    margin: 0 36px 0 0;
}
.ten .container .reverse .card-content {
    padding-left: 0px;
    padding-right: 36px;
}
    .ten .container .reverse .card-content::before {
        right: 0;
        left: -60px;
    }

/*------------隱私政策 頁面------------*/
.privacy.top::after ,.privacy::before {
    display: none;
}
.privacy h2 {
    letter-spacing: 0;
    padding: 12px 20px;
    top: -35px;
}
/*------------ RWD /  RWD /  RWD ------------*/
@media screen and (max-width: 1300px) {
    /*------------得獎 頁面------------*/
    .ten .container {
            max-width: 100%;
            margin: 0 30px;
        }
        .ten .container .container-header::before {
            top: -5px;
            left: 17%;
        }
        .ten .container .container-header::after {
            top: 18px;
            left: 70%;
        }
        .ten .container::before, .ten .container::after {
            display: none;
        }
            .ten .container .card {
                padding: 26px;
            }
            .ten .container .card-t, .ten .container .reverse .card-t {
                margin: 0;
            }
            .ten .container .card-t, .ten .container .card-t img {
                height: 300px;
            }
            .ten .container .card-content {
                width: 41%;
                margin: 0;
                padding-left: 0;
            }
            .ten .container .reverse .card-content {
                padding-right: 0;
            }
            .card-content .card-tittle, .card-content p {
                margin-top: 10px;
            }
            .card-content .card-tittle:last-of-type {
                margin-top: 58px;
            }
                .card-content .card-tittle:last-of-type::before {
                    top: -21px;
                }
                .card-content .card-tittle:last-of-type::after {
                    top: -43px;
                }
        .ten .container .card::before {
            content: "";
            background: url(../Images/award_1-4.svg) no-repeat center center;
            background-size: contain;
            display: block;
            width: 105px;
            height: 45px;
            position: absolute;
            top: -32px;
            right: 4px;
        }
        .ten .container .card.gold::before {
            background: url(../Images/award_1-1.svg) no-repeat center center;
            background-size: contain;
            display: block;
            width: 105px;
            height: 45px;
        }
        .ten .container .card.silver::before {
            background: url(../Images/award_1-2.svg) no-repeat center center;
            background-size: contain;
            display: block;
            width: 105px;
            height: 45px;
        }
        .ten .container .card.bronze::before {
            background: url(../Images/award_1-3.svg) no-repeat center center;
            background-size: contain;
            display: block;
            width: 105px;
            height: 45px;
        }
        .ten .container .card.reverse::before {
            right: 0px;
            left: 4px;
        }
        .ten .container #winner_pc::before {
            background-size: contain;
            width: 106px;
            height: 51px;
            position: absolute;
            top: -32px;
            right: 4px;
        }
        .ten .container .annual::before {
            content: "";
            background: url(../Images/award_annual.svg) no-repeat center center;
            display: block;
            width: 190px;
            height: 83px;
            position: absolute;
            top: -45px;
            right: 12px;
            background-size: contain;
        }
    }
    
    @media screen and (max-width: 1200px) {
        /* 漢堡選單 */
        .navbar {
            padding: 10px 20px;
            background: #F3F2F1;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
        }

        .logo {
            width: 175px;
        }

        .menu {
            display: none;
            flex-direction: column;
            background-color: #F3F2F1;
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            padding: 10px;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }


        .menu.show-menu {
            display: flex;
            opacity: 1;
            transition: all 0.3s ease-in-out;
        }


        .menu li {
            padding: 10px 25px;
            border-right: 0px solid #4D4D4D;
        }

        .menu a {
            padding: 10px 90px;
        }

        .menu-toggle {
            display: flex;
        }

        #gotop {
            font-size: 1.25em;
            right: -10px;
            bottom: -10px;
        }

        footer::after {
            display: none;
        }
        /*------------Index︱Index︱Index------------*/

        .container {
            max-width: 100%;
            margin: 60px 30px 148px;
        }

        .card-group {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            column-gap: 20px;
            list-style: none;
            position: relative;
            left: 0;
            padding: 0;
        }

        .card .card-img {
            object-fit: cover;
            width: 100%;
            height: 300px;
            margin: 0 auto;
        }

            .card .card-img img {
                border: 0;
                display: block;
                width: 100%;
                object-fit: cover;
                height: 300px;
            }

        table {
            display: inline-table;
            left: 50%;
            transform: translateX(-50%);
        }

        table tbody tr td:nth-child(2) {
            padding: 12px 30px 12px 30px;
        }
        #section-info .list-item:first-of-type::before {
            display: none;
        }

        #section-info::after {
            display: none;
        }

        #section-award p {
            margin-left: 0px;
        }

        .timeline-group {
            width: 100%;
        }

        .timeline-item {
            width: 40%;
        }
        /*------------報名 頁面------------*/
        #apply::after, #result .result-deco {
            display: none;
        }

        .item-section .text p, #imageUploadForm, input[type=text], input[type=tel], select, textarea {
            width: 100%;
        }

        .container.apply .text > span {
            margin: 0 0 10px 0;
        }
            .privacy-content {
                max-width: 100%;
                margin: 0;
                padding: 40px;
            }
        /*------------投票 頁面------------*/
        #vote::before {
            display: none;
        }

        .container.vote .card-group {
            grid-template-columns: 1fr 1fr;
        }

        .card-bottom {
            flex-wrap: wrap;
        }

        .cardBottom-info span {
            margin-right: 10px;
        }

        .cardBottom-info {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 10px;
        }

        .cardBottom-info p {
            line-height: 1;
        }

        .cardBottom-btn {
            width: 100%;
            margin-left: 0;
        }

        .vote-info {
            margin: 30px auto;
        }
        /*------------得獎 頁面------------*/
        .banner-page.ten .tittle-box {
            display: block;
            max-width: 520px;
            height: 46px;
            padding: 0 30px;
            margin: 269px auto 0;
        }
        .ten .container .container-header::before {
            top: -5px;
            left: 0%;
        }
        .ten .container .container-header::after {
            top: 18px;
            left: 80%;
        }
        .ten .container .container-header .award-tittle {
            width: 35%;
            height: 28%;
            top: 16px;
            left: 50%;
        }
        .ten .container .container-header .award {
            width: 52%;
            height: 80%;
            left: 50%;
            top: 76px;
        }

        .ten .container #winner4 > p {
            margin-top: 40px;
        }
        
        .ten .container .annual::before {
            content: "";
            background: url(../Images/award_annual.svg) no-repeat center center;
            display: block;
            width: 153px;
            height: 76px;
            position: absolute;
            top: -50px;
            right: 0px;
            background-size: contain;
        }
        .winner-list {
            margin: 24px auto;
        }
    }

        @media screen and (max-width: 768px) {
            .img-pc {
                display: none;
            }

            .img-mb {
                display: block;
            }

            h2 {
                font-size: 1.733em;
                white-space: nowrap;
            }

            .container.apply p, .item-section, .list-item p {
                margin-left: 0px;
            }
            /*------------Layout︱Layout︱Layout------------*/
            .banner {
                padding-bottom: 96%;
                margin-top: 40px;
                background: url(../Images/banner_mb.png) no-repeat top center;
                background-size: cover;
            }

            .banner-inner {
                width: 100%;
                left: 0;
                transform: translate(0, 0px);
            }

            .banner-kv {
                position: absolute;
                background: url(../Images/banner_kv.png) no-repeat top center;
                background-size: contain;
                width: 94.4%;
                height: 73.61%;
                left: 1.066%;
                top: 4.722%;
                animation: shake 3s infinite;
                animation-timing-function: ease-in-out;
                animation-delay: 1.5s;
                animation-fill-mode: forwards;
                transform: rotate(0deg);
            }

            @keyframes shake {
                0% {
                    transform: rotate(0deg);
                }

                8% {
                    transform: rotate(-3deg);
                }

                16% {
                    transform: rotate(0deg);
                }

                24% {
                    transform: rotate(-3deg);
                }

                32% {
                    transform: rotate(0deg);
                }

                100% {
                    transform: rotate(0deg);
                }
            }

            .banner-tittle {
                position: absolute;
                background: url(../Images/banner_tittle.svg) no-repeat top center;
                background-size: contain;
                width: 37.33%;
                height: 22.5%;
                left: 50%;
                transform: translate(-50%, 0px);
                top: 29.166%;
                animation: Up 0.5s;
                animation-timing-function: ease-in-out;
                animation-delay: 0.2s;
                animation-fill-mode: forwards;
                opacity: 0;
            }
            @keyframes Up {
                0% {
                    transform: translate(-50%, 15px);
                    opacity: 0;
                }

                100% {
                    transform: translate(-50%, 0px);
                    opacity: 1;
                }
            }
            .banner-tittle2 {
                position: absolute;
                background: url(../Images/banner-info_mb.svg) no-repeat top center;
                background-size: contain;
                width: 52.8%;
                height: 23.611%;
                left: 50%;
                transform: translate(-50%, 0px);
                top: 76.66%;
                animation: Up 0.5s;
                animation-timing-function: ease-in-out;
                animation-delay: 0.2s;
                animation-fill-mode: forwards;
                opacity: 0;
            }
            .banner-outer {
                display: none;
            }

            footer::after {
                display: none;
            }
            .banner-page .tittle-box {
                margin: 154px auto 0;
            }
            /*------------Index︱Index︱Index------------*/
            main {
                margin-top: 120px;
            }

                main::before {
                    height: 40px;
                    bottom: -60px;
                }

                main::after {
                    bottom: -85px;
                }

            .container {
                padding: 45px 20px;
                margin: 30px 15px 90px;
            }

                .container::before {
                    height: 40px;
                    top: -76px;
                }

                .container.top::after {
                    top: -92px;
                }
            .img-box img {
                width: 80%;
            }

            .card-group {
                grid-template-columns: 1fr;
                row-gap: 20px;
                margin: 0 auto;
                width: 80%;
            }

            .card .card-img, .card .card-img img {
                height: 140px;
            }

            table {
                width: 100%;
            }

                tr td, table tbody tr td:nth-child(2) {
                    padding: 12px 10px;
                    white-space: pre-wrap;
                }

            .award {
                width: 90%;
            }

            .award-item h4::before, .award-item h4::after {
                display: none;
            }

            .timeline-group {
                flex-direction: column;
                margin-top: 20px;
            }

            .timeline-item {
                width: 70%;
                margin: 0 auto;
            }

            .timeline-group .link {
                display: block;
                width: 50%;
                height: 45px;
                background: #fff;
                border-top: 0px dashed #E04403;
                position: relative;
                top: 0px;
                margin: 20px 0;
                border-right: 2px dashed #E04403;
            }

            .signUp a {
                font-size: 1.375em;
            }
            /*------------報名 頁面------------*/
            #apply::before {
                display: none;
            }

            .container.apply h3 {
                margin-bottom: 30px;
            }

            .container.apply .text > span {
                margin: 0 0 10px 0;
            }

            .item-section > div, .item-section > label {
                padding: 0 0 20px 0;
            }

                .item-section > div p, .item-section > label p, input[type=text], input[type=tel], select, textarea {
                    width: 100%
                }

            .input-radio {
                margin-right: 40px;
            }
            .privacy-content {
                padding: 40px 24px 40px;
                top: 6%;
                left: 50%;
                transform: translate(-50%, 0);
                height: 600px;
                width: 90%;
            }
            #close {
                right: 6px;
                top: 16px;
            }
            .content-main {
                padding-right: 6px;
            }
            /*------------報名完成 頁面------------*/
            #result .container {
                margin: -50px 30px 80px 30px;
                padding-top: 112px;
                padding: 120px 45px 174px 45px;
            }
                #result .container > h2 {
                    font-size: 2.5em;
                    letter-spacing: 3px;
                    font-weight: 600;
                    color: #008b20;
                    padding: 66px 30px;
                    background: none;
                    border-radius: 5px 5px 15px 15px;
                    top: -14px;
                }
                #result .container::after {
                    width: 80px;
                    height: 80px;
                    background-size: contain;
                    top: -56px;
                }
            /*------------投票 頁面------------*/
            .container.vote select {
                width: 100%;
                margin: 20px 0 40px 0;
            }
            .container.vote .card-group {
                grid-template-columns: 1fr;
            }
            .vote-info {
                margin: 0;
                max-width: 100%;
                width: 90%;
                padding: 30px 40px;
            }
            .container.vote .card h4 {
                height: auto;
            }
            /*------------得獎 頁面------------*/
            .ten .container {
                padding: 16px 0 90px 0;
                margin: 0 5%;
            }
            .ten .container .container-header {
                padding-bottom: 0;
                margin-top: -133px;
            }
                .ten .container .container-header::before {
                    top: 57px;
                    left: 0%;
                    background-size: contain;
                    width: 80px;
                }
                .ten .container .container-header .award-tittle {
                    width: 53%;
                    height: 37%;
                    z-index: 10;
                    top: 15px;
                    left: 50%;
                }
                .ten .container .container-header::after {
                    top: 62px;
                    left: 80%;
                    width: 145px;
                    height: 117px;
                }
                .ten .container h2 .none {
                    display: block;
                }
                .ten .container h2 {
                    line-height: 1.2;
                    margin-top: 140px;
                    letter-spacing: 2px;
                }
            .ten .container .container-header .award {
                width: 90.66%;
                height: 84.5849%;
                top: 15.415%;
            }
            .ten .container .container-header .award-tittle {
                width: 49.466%;
                height: 12.648%;
            }
            .award-list {
                margin: 24px 0 40px;
            }
            .winner-list {
                margin: 24px auto;
            }
                .winner-list li {
                    margin: 6px 0;
                }
                .winner-list li::after {
                    display: none;
                }
            .winner-list li a {
                font-size: 1.125rem;
                letter-spacing: 1px;
                padding: 0 20px;
                margin: 0 20px;
                transition: all 0.3s ease-in-out;
            }
                .winner-list li a span {
                    font-size: 0.8125rem;
                }
                .ten .container h3 {
                    font-size: 1.25rem;
                    border-radius: 50px;
                    text-align: center;
                    display: block;
                    width: 68%;
                    margin: 24px auto;
                }
            .ten .container #winner3 > p {
                text-align: center;
                margin: 40px 0;
                font-size: 22px;
                color: #E04403;
                font-weight: 600;
                display: block;
                font-size: 1.25rem;
            }
            .ten .container #winner4 h3 {
                width: 80%;
            }
            .ten .container #winner4 > p {
                margin-top: 24px;
                font-size: 1.125rem;
            }
            .card-content .card-tittle {
                font-size: 1.25rem;
            }
            .winner-list.name li {
                padding: 5px 15px;
                border-radius: 50px;
                border: 1px solid #4d4d4d;
                margin: 8px 15px;
            }
                .winner-list.name li a {
                    font-size: 1rem;
                }
                .winner-list.name {
                    justify-content: center;
                }
            .ten .container .list-item {
                padding: 16px 0;
            }
            .ten .container .list-item .winner-list li,
            .ten .container .list-item h3 {
                margin-bottom: 10px;
            }
                .ten .container .card {
                    margin-top: 56px;
                    flex-wrap: wrap;
                    padding: 20px;
                }
                .ten .container .card-t, .ten .container .card-t,
                .ten .container .card-t, .ten .container .card-t img,
                .ten .container .card-content {
                    width: 100%;
                }
                    .ten .container .card-t, .ten .container .card-t img {
                        height: 245px;
                    }
                .ten .container .card-content {
                    margin-top: 20px;
                }
                .ten .container .card::before,
                .ten .container .card.reverse::before,
                .ten .container #winner_pc::before {
                    left: 50%;
                    right: 0;
                    transform: translateX(-50%);
                }
                .ten .container .swiper-button-next:after, .ten .container .swiper-button-prev:after {
                    font-size: 2.75em;
                }
                .ten .container .swiper-button-prev:after {
                    margin-left: 5px;
                }
                .ten .container .swiper-button-next:after {
                    margin-right: 5px;
                }
                .ten .container .swiper-pagination-bullet {
                    width: 10px;
                    height: 10px;
                    margin: 6px;
                }
            /*------------隱私政策 頁面------------*/
            .privacy h2 {
                white-space: break-spaces;
                width: 286px;
                top: -97px;
            }
        }
@media screen and (max-width: 480px) {
    .banner-page.ten .tittle-box {
        background: url(../Images/banner_tittle_vote_mb.png) no-repeat center center;
        background-size: contain;
        max-width: 529px;
        height: 80px;
        padding: 0 30px;
        margin: 232px auto 13px;
    }
    .ten .container h2 {
        line-height: 1.2;
        margin-top: 74px;
        letter-spacing: 2px;
    }
    .ten .container .container-header .award-tittle {
        width: 45%;
        height: 33%;
        z-index: 3;
        top: 0px;
        left: 50%;
    }
    .ten .container .container-header::before,
    .ten .container .container-header::after {
        display: none;
    }
}
