@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");


.image-container {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

body {
    background-color: #ffffff;

    overflow: hidden;
    width: 100vw;
    height: 100vh;
    font-family: 'Noto Sans TC', sans-serif;

    background-size: cover;
    background-repeat: no-repeat;

}

#fullpage {
    display: flex;

    margin: 0 auto;

    flex-direction: column;
    align-items: center;
}

#fullpage img {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#bg {
    background-image: url("../img/bg.jpg");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
}

#log {
    display: flex;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;

    transition: opacity 0.2s ease;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#log.visible {
    opacity: 1;
    pointer-events: auto;
}

.page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    scroll-snap-align: start;
}

#log_img {
    width: 5.25rem;
    height: auto;
    cursor: pointer;
    transition: 0.4s ease;
}

#log_img:hover {
    filter: brightness(0.8) contrast(180%);
    transition: 0.4s ease;
}



#log_data {
    position: relative;
    font-size: 0.85rem;
    line-height: 1.8;
    left: 4%;
    color: #858585;
}

#section-kv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 3180px;

    background-size: cover;
    background-repeat: no-repeat;
}


.ro1 {
position: absolute;
    width: 7.657%;
    height: auto;
    left: 2rem;
    top: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
    transition: 0.15s ease;
}



.ro1:hover {
    filter: brightness(0.95) contrast(140%);
    transition: 0.15s ease;
}

.kv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;

    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.custom-anim_kv {
    --animate-duration: 1.2s;
    animation-delay: 0s;
}

.custom-anim_btn {
    --animate-duration: 1.4s;
    animation-delay: 0.3s;
}

.slogan {
    position: absolute;
    width: 76vh;
    height: auto;
    top: 9%;
    left: 14%;

    background-size: contain;
    background-repeat: no-repeat;

    z-index: 2;
    transition: transform 0.2s ease-in-out;
}

.gotoevent {
    position: absolute;
    width: 38.8%;
    height: auto;
    bottom: 33.2%;
    right: -2%;

    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.4s ease;
}

.gotoevent:hover {
    bottom: 34%;
    filter: brightness(0.9) contrast(160%);
    transition: 0.4s ease;
}

#box-logo {
    position: absolute;
    width: 8.5vw;
    height: 8vw;
    left: 9vw;
    top: 2vw;
    background-color: #ff000030;
    cursor: pointer;
    z-index: 2;
}

.s1_oxbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.s1_o {
    position: absolute;

    right: 39%;
    top: 1%;

    width: 20.6%;
    max-width: 600px;
    height: auto;
    animation: rotateLoop 40s linear infinite;
}

.s1_x {
    position: absolute;
    top: 37%;

    right: 1%;
    width: 20.6%;
    max-width: 600px;
    height: auto;
    animation: rotateLoop2 40s linear infinite;
}

#section-01 {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 2560px;

    background-size: cover;
    background-repeat: no-repeat;
}

.live_box {
    position: relative;

    width: 91%;
    max-width: 2560px;

    font-size: 1.2rem;
    line-height: 1.6;
    flex-direction: row;
    gap: 1%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas: "live_left_top live_right" "live_left_footer live_right";

}

.live_left {
    position: relative;
    display: flex;

    height: 94vh;

    background-size: contain;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    flex-direction: row;
}

.live_left_top {
    position: relative;
    width: calc(71vh * 16 / 9);
    height: 71vh;
    background: #a9a9a9;
    overflow: hidden;
    border-radius: 1.5vh;
}

.live_left_top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.live_left_footer {
    position: relative;
    width: 100%;
    height: 23vh;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.live_left_footer_off {
    position: absolute;
    width: 64%;

    height: auto;

    left: 0;
    bottom: 0;

    z-index: 2;
}

.qa_wrapper {
    display: flex;
    width: 79%;
    height: 100%;
    position: relative;
    color: #796969;
    flex-direction: column;
    justify-content: space-between;
}

.qa_tab_buttons {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    height: 16%;
    gap: 1.5%;
    margin: 2% 0 1%;
    justify-content: center;
    font-size: 1rem;
    align-items: flex-end;
}

.qa_tab_btn {
    display: flex;
    height: 100%;
    width: 14%;
    padding: 1% 2.5%;
    background: #95c1ea;
    cursor: pointer;
    font-weight: 500;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1rem;
    border: none;
    outline: none;
    transition: all 0.2s ease;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
}

.qa_tab_btn.active {
    height: 100%;
    width: 18%;
    background: #f3aebe;
    padding: 1% 4%;
    border-radius: 99px;

}

.qa_tab_content {
    height: 70%;
    display: none;
    flex-direction: column;
    justify-content: space-between;

    background: #ffffff;
    padding: 1%;
    border-radius: 1.5vh;
    font-size: 1rem;
    border: 3px solid #d7e8fa;
    box-sizing: border-box;
}

.qa_tab_content.active {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.qa_question {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qa_options {
    display: flex;
    gap: 1%;
}

.qa_options label {
    display: inline-block;
    background: #f5f5f5;
    padding: 1% 3%;
    margin: 0.5%;
    border-radius: 99px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.qa_options input[type="radio"] {
    display: none;
}

.qa_options input[type="radio"]:checked + label {
    background: #d4edff;
    border-color: #4a90e2;
    color: #0077cc;
}

.live_btnbox {
    display: flex;
    margin-left: 1%;
    width: 23.35%;
    height: 100%;

    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.live_btn_top {
    display: flex;
    position: relative;
    width: 100%;
    height: 49%;
    margin-bottom: 2%;
    background-image: url("../img/pl.png");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;

    position: relative;
    justify-content: center;
    align-items: flex-end;
}

.input-container {
    width: 100%;
    border-radius: 1.5vh;
    text-align: center;
}

.input-container input {
    color: #6a7474;
    width: 90%;
    padding: 4%;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 0.4rem;
    outline: none;
    transition: border-color 0.2s;
}

.input-container input:focus {
    border-color: #f8c8cd;
}

#btn_send {
    width: 100%;
    height: auto;

    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: relative;
    transition: 0.3s ease;
    bottom: 0;
}

#btn_send:hover {
    bottom: 2%;
    filter: brightness(0.9) contrast(160%);
    transition: 0.3s ease;
}

.live_right {
    position: relative;
    width: 100%;

    height: 94vh;

    background: #c0c0c0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 1.5vh;
}

.chat-icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    padding-bottom: 3%;
}

.chat-box {
    width: 100%;
    height: 94vh;

    background: white;
    border: 3px solid #d7e8fa;
    border-radius: 1.5vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.chat-header {
    background-color: #b6dcfb;
    color: white;
    text-align: center;
    width: 42%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 0.5rem;
    border-radius: 0 0 3.5vh 3.5vh;
}

.chat-messages {
    flex-grow: 1;
    padding: 6%;
    overflow-y: auto;
    background-color: #fefefe;
    height: 100%;
    font-size: 1rem;
}

.chat-messages p {
    color: #a7a7a7;
    text-align: center;
    margin-bottom: 3%;
}

.message {
    margin-bottom: 5%;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 1%;
    color: #f8b0bf;
    font-size: 1rem;
    word-break: break-word;
}

.user-icon {
    width: 1.1rem;
    height: 1.1rem;

    border-radius: 50%;
    margin-right: 1%;
    background-image: url("../img/plicon.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.bubble {
    background-color: #f1f2f5;
    padding: 2%;
    border-radius: 0.8vh;
    line-height: 1.5;
    word-break: break-word;
    max-width: fit-content;
    color: #6a7474;
}

.chat-input-area {
    background-color: #c7e4fc;
    padding: 4%;
    display: flex;
    align-items: center;
}

#sendBtn_remsg {

color: #ffffff;
    padding: 1% 4% 1% 4%;
    display: flex
;
    justify-content: center;
    font-weight: 500;
    letter-spacing: .3rem;
    background-color: #ffbfbf;


}



.chat-input {
    flex-grow: 1;
    padding: 3%;
    border: none;
    border-radius: 99px;
    outline: none;
    font-size: 1rem;
    color: #919191;
}

.send-btn {
    background-image: url(../img/chat_btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 1rem;
    cursor: pointer;
    transition: 0.3s;
    background-color: unset;
}

.send-btn:hover {
filter: brightness(1.1);
transition: 0.3s;
}

.chat-messages::-webkit-scrollbar {
    width: 1.1rem;
}

.chat-messages::-webkit-scrollbar-track {

    border-radius: 99px;

}

.chat-messages::-webkit-scrollbar-thumb {
    background-color: #d8d4d4;
    border-radius: 99px;
    border: 5px solid transparent;
    background-clip: content-box;
}

.chat-messages::-webkit-scrollbar-button {
    display: none;
    height: 0;
}

.text_s1 {
    position: absolute;
    width: 4%;
    height: auto;
    left: 0;
    bottom: 0;

    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#section-02 {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 2560px;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;

    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;

}

.section-02::-webkit-scrollbar {
    display: none;

}

.section-02-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2% 2% 2% 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.6;
}

.s2_title {
    width: 76.2%;
    height: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.s2_award {
    width: 77.5%;
    height: auto;
    margin: 3rem 0;
}

.s2_titletxt {
    font-weight: bold;
    font-size: 1.5rem;
    color: #6fb6f8;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
}

.s2_list {
    list-style: none;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    counter-reset: s2-counter;
    color: #796969;
}

.s2_list.note {
    color: #ffffff;
}

.s2_list li {
    position: relative;
    padding-left: 3%;
    margin-bottom: 1%;
    letter-spacing: 0.015rem;
}

.s2_list.note li {
    position: relative;
    padding-left: 3%;
    margin-bottom: 1%;
}

.s2_list li::before {
    counter-increment: s2-counter;
    content: counter(s2-counter);
    position: absolute;
    left: 0;
    top: 0.15rem;
    font-weight: 500;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2;
    background-color: #a9a4a4;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1rem;
}

.s2_list.note li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2;
    background: none;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1rem;
}

.s2_note_box {
    position: relative;
    width: 80%;
    max-width: 1600px;
    padding-top: 2%;
    height: auto;
    background-color: #6fb6f8;
    z-index: 1;
    border-radius: 999px;
}

.s2_cat {
    position: absolute;
    width: 62.3%;
    height: auto;
    bottom: -200%;
    left: 68%;

    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    transition: transform 0.2s ease-in-out;
}

.s2_cat_mood {
    position: absolute;
    width: 16.5%;
    left: 19%;
    height: auto;

    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;

}




@keyframes swing-bottom {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing-bottom {
 
  animation: swing-bottom 1.2s cubic-bezier(0.42, 0, 0.58, 1);
  transform-origin: bottom center;
}



.s2_note_title {
    position: relative;
    width: 18.8%;
    height: auto;
   
    bottom: -50%;
    left: 0;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
}

.s2_note {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 2% 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.6;
}


.text_s2_box {
    position: relative;
    width: 900px;
}


.text_s2 {
    position: absolute;
    width: 8%
;
    height: auto;
    left: -10%;
    bottom: -1rem;
   
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}



.s2_oxbg {
position: absolute;
    top: 0;
   
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    z-index: -1;
}


.s2_o {
position: absolute;
   
    bottom: 5%;
    left: 0;
    width: 20.6%;
        max-width: 600px;
    height: auto;
      animation: rotateLoop 40s linear infinite;
}

.s2_x {
position: absolute;
    top: 20%;
   
    right: 1%;
    width: 20.6%;
        max-width: 600px;
    height: auto;
    animation: rotateLoop2 40s linear infinite;
}



@keyframes rotateLoop {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateLoop2 {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}


#gotop {
    position: absolute;
    width: 7.657%;
    height: auto;
    right: -1%;
    bottom: 3vh;

    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
    transition: 0.4s ease;
}

#gotop:hover {
    right: -2%;

    filter: brightness(0.85) contrast(180%);
    transition: 0.4s ease;
}

#footbox {
    position: relative;

    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 10vw;
    background-color: #ffffff;
}

.section-m {
    display: none;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #63ade2d6;
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.popup-box {
    position: relative;
    width: 139vh;
    max-width: 2560px;
    height: auto;
}

.popup-close {
    position: absolute;
    width: 5.25rem;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    background: none;
    border: none;

    cursor: pointer;
    transition: 0.4s ease;
}

.popup-close:hover {
    transform: scale(1.0);
    filter: brightness(0.8) contrast(180%);
    transition: 0.4s ease;
}

 

@media screen and (min-aspect-ratio: 19/9) and (max-aspect-ratio: 26/9) {

    #section-kv {
        max-width: 2400px;

    }

    #section-01 {
        max-width: 1920px;
    }

    .live_left_footer_off {
        position: absolute;
        width: 65%;

        height: auto;

        left: 0;
        bottom: 0;

        z-index: 2;
    }

}

@media screen and (min-aspect-ratio: 35/10) and (max-aspect-ratio: 36/10) and (min-width: 2200px) {

    #section-kv {
        max-width: 2400px;

    }

    #section-01 {
        max-width: 1920px;
    }

}

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

    body {
        background-color: #ffffff;
        overflow: hidden;
        font-family: 'Noto Sans TC', sans-serif;

        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-m {
        position: fixed;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 100%;
        background-color: #54D7A050;
        background-image: url("../img/bg_m.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 99999;
        top: 0;
        text-align: center;
    }

    #log,
    #section-01,
    #section-02,
    #section-kv {
        display: none;
    }

    .m_switch {
        position: absolute;
        width: 100%;
        height: auto;

        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9;
    }

}

@media screen and (min-width: 2240px) {

    .s1_oxbg {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        max-width: 2560px;
    }

    .s2_oxbg {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        max-width: 2560px;
    }

    .s2_o {
        bottom: 16%;
        left: 8%;
    }

    .s2_x {
        top: 13%;
        right: 8%;
    }

}

@media screen and (min-height: 1081px) {

    .s2_o {
        bottom: 33%;
        left: 8%;
    }

    .s2_x {
        top: 9%;
        right: 8%;
    }

    .slogan {
        top: 9%;
        left: 8%;
    }

    .live_left_footer_off {
        position: absolute;
        width: 65%;

        height: auto;

        left: 0;
        bottom: 0;

        z-index: 2;
    }

}
