* {
    font-size: 17px;
    line-height: 1.8em;
    color: #333333;
    font-family: 'Noto Sans TC', 'Noto Sans', "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif;
}

body {
    position: relative;
    /* background: url("../../../images/signup/2026/kv-bg.png") no-repeat fixed center; */
    background-size: cover;
}

body::before {
    content: url(../../../images/signup/2026/bg01.png);
    overflow: hidden;
    width: 15vw;
    height: 100vh;
    display: flex;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #22d2ff;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
}

body::after {
    content: url(../../../images/signup/2026/bg02.png);
    visibility: visible;
    overflow: hidden;
    width: 15vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    justify-content: center;
    z-index: 3;
    background-color: #22d2ff;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
}



@media (max-width:767px) {
    .pad-pc-only {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .pad-only {
        display: none;
    }
}


.fixed_logoo_left {
    position: fixed;
    z-index: 100;
    top: 1vh;
    left: 2vw;
    margin: 0;
}

.fixed_logoo_left img {
    width: 11vw;
}

.fixed_logo_right {
    position: fixed;
    z-index: 100;
    bottom: 25vh;
    right: 1vw;
    margin: 0;
}

.fixed_logo_right img {
    width: 12vw;
}

@media screen and (max-width: 767px) {
    .fixed_logoo_left {
        background-color: #41d2ff;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
    }

    .fixed_logoo_left img {
        width: 40vw;
    }

    body::before,
    body::after {
        display: none;
    }

    .fixed_logo_right {
        background-color: #050a44;
        width: 100%;
        height: 9vh;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .fixed_logo_right img {
        width: 40vw;
    }
}

.top-link,
.cr-title {
    text-align: right;
}


.top-link a {
    color: #00226b;
}

.top-link a:hover {
    color: #626770;
    text-decoration: none;
}

.bottom-link a {
    color: #848882;
}

.bottom-link a:hover {
    color: #4f524d;
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    .signup-title,
    .top-link,
    .bottom-link,
    .cr-title {
        text-align: center;
        margin-bottom: 10px;
    }
}

.section-signup {
    width: 65%;
    margin: 0 auto;
    padding: 2em 3em;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .section-signup {
        width: 100%;
        padding-bottom: 75px;
    }
}

.signup-title {
    font-size: 1.4rem;
    padding-bottom: 20px;
}

.signup-title span {
    font-size: 16px;
    color: #CDD0CB;
}

.form-control {
    background-color: #efefef;
    border: none;
}

.custom-control-label {
    color: #848882;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-image: url(../../../images/signup/2026/warning.svg)
}

.form-control:focus {
    border-color: #41d2ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}


.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #37ccfa;
    border-radius: 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #41d2ff;
}


/* 報名按鈕 */
.button-signup {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 18px;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-signup {
        padding: 19px 32px;
    }
}

.button-signup:before,
.button-signup:after {
    border-radius: 80px;
}

.button-signup:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-signup:after {
    background-color: initial;
    background-image: linear-gradient(133deg, #41d2ff 40%, #b84cff 90%, #ff98ff 100%);
    box-shadow: inset 0 -3px 10px #b84cff60;
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-signup:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-signup:active:not(:disabled) {
    color: #ccc;
}

.button-signup:active:not(:disabled):after {
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ffdc31 0, #de8627 100%); */
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-signup:disabled {
    cursor: default;
    opacity: .24;
}

.btn:hover {
    color: #f9f066;
}

.helperSpan {
    font-size: small !important;
}

.helperSpan a {
    font-size: small;
}

.mark-required {
    color: #dc3545;
}

.download-txt {
    color: #d80066;
}

.dl-btn {
    background-color: #d80066;
    color: #FFF;
    padding: 10px 24px;
    border: 1px #d80066 solid;
}

.dl-btn:hover {
    background-color: #FFF;
    color:  #d80066;
    border: 1px #d80066 solid;
    text-decoration: none;
}
