* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

html,
body {
    line-height: 1.6;
    letter-spacing: .05rem;
    font-size: 16px;
    position: relative;
    width: 100%;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑", sans-serif;
    background: #000516;
    text-align: center;
    scroll-behavior: smooth;
    color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.25;
}

button,
input {
    overflow: visible;
    text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

button {
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: 0.3s ease;
}

a:hover {
    -webkit-filter: brightness(130%);
    /* Safari */
    filter: brightness(130%);
    transition: 0.3s ease;
}

a.btn:hover {
    -webkit-filter: saturate(500%);
    filter: saturate(500%);
    transition: 0.3s ease;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.mo {
    display: none !important;
}

.pc {
    display: inline-block !important;
}

/*--font--*/
.text_Big {
    font-size: clamp(7.3rem, 6.25vw, 7.5rem);
    /* 120px */
}

.text_ll {
    font-size: clamp(2.3rem, 3.12vw, 3.75rem);
    /* 60px */
    line-height: 1;
}

h2 {
    font-size: clamp(2rem, 2.86vw, 3.43rem);
    /* 55px */
    line-height: 1.3;
}

.text_ml {
    font-size: clamp(1.69rem, 2.6vw, 3.12rem);
    /* 50px */
    line-height: 1.1;
}

.text_l {
    font-size: clamp(1.7rem, 2.34vw, 2.81rem);
    /* 45px */
    line-height: 1.2;
}

.text_sl {
    font-size: clamp(1.07rem, 2.08vw, 2.5rem);
    /* 40px */
    line-height: 1.2;
}

h3 {
    font-size: clamp(1.4rem, 2.6vw, 2.18rem);
    /* 35px */
    line-height: 1.2;
}

.text_m {
    font-size: clamp(1.25rem, 1.56vw, 1.87rem);
    /* 30px */
}

p {
    font-size: clamp(1.05rem, 1.3vw, 1.56rem);
    /* 25px */
}

.text_s {
    font-size: clamp(0.9rem, 1.04vw, 1.25rem);
    /* 20px */
}

.text_ss {
    font-size: clamp(0.7rem, 0.83vw, 1rem);
    /* 16px */
}

/*--root: margin + color--*/
:root {
    --ssize: 1.04vw;
    /* 20px */

    --colwhite: #ffffff;
    --white: #ffffff;
    --gradient-cyan: #00ffff;
    --gradient-purple: #00215f;
    --gradient-blue: #0058ff;
}

/*--color--*/
.co_lightBlue {
    color: #00F2FE;
}

.co_blue{
    color: #2859E0;
}

/*--other--*/
.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 4rem !important
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 4rem !important
}

.pt-6,
.py-6 {
    padding-top: 4rem !important
}

.pr-6,
.px-6 {
    padding-right: 4rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important
}

.pl-6,
.px-6 {
    padding-left: 4rem !important
}


.center {
    margin: 0 auto;
}

.lesp_m {
    letter-spacing: 0.3rem;
}

.lineColor_blue {
    background: linear-gradient(to bottom, #20F2EC, #0649C6);
    background: -webkit-linear-gradient(to bottom, #20F2EC, #0649C6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.text_light {
    text-shadow: 0px 0px 1.156rem #15F9FF;
}

.text-slp{
    letter-spacing: -0.1vw;
}

#storage,#security,#management{
    scroll-margin-top: -3.5rem;
}

/*--margin--*/
.wall {
    max-width: 1575px;
    width: 85vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*--entry--*/
#entry {
    background: url(../images/bg/sec01-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 13rem;
    position: relative;
}

#entry::before {
    content: '';
    background: url(../images/bg/bg-wall-1.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 8vw;
    height: 100%;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    mix-blend-mode: screen;
}

#entry::after {
    content: '';
    background: url(../images/bg/bg-wall-2.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 8vw;
    height: 100%;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    mix-blend-mode: screen;
}

/*--tenlight--*/
#tenlight {
    background: url(../images/bg/sec02-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 8rem;
    position: relative;
}

#tenlight::before {
    content: '';
    background: url(../images/bg/bg-wall-3.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#tenlight::after {
    content: '';
    background: url(../images/bg/bg-wall-4.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#tenlight>header {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tenlight article span{
    display: block;
    width: 47vw;
    margin: 0 auto;
}

#tenlight article ul {
    display: flex;
    justify-content: space-evenly;
}

#tenlight article ul li {
    position: relative;
    width: 18VW;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tenlight article ul li> a {
    padding: 0;
    width: 18vw;
}

#tenlight article span.ten-img {
    width: 63.5vw;
    margin: 2vw auto 0;
}

#tenlight article ul li:nth-child(2) {
    margin-top: 6vw;
}

/*--storage--*/
.title {
    width: 38.8vw;
    margin: 0 auto;
    position: relative;
}

.title > h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -49%);
    width: 100%;
}

#storage {
    background: url(../images/bg/sec03-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 6rem;
    position: relative;
}

#storage::before {
    content: '';
    background: url(../images/bg/bg-wall-5.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#storage::after {
    content: '';
    background: url(../images/bg/bg-wall-6.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#storage>article {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#storage>article>div:first-child {
    width: 37.5vw;
}

#storage>article .sto-text {
    text-align: left;
}

#storage>article .sto-text>header {
    display: flex;
    align-items: center;
}

#storage>article .sto-text>header>span {
    width: 8.4vw;
}

#storage>article .sto-text>.listTexts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#storage>article .sto-text>.listTexts>ul {
    display: flex;
    align-items: center;
}

#storage>article .sto-text>.listTexts>ul:last-of-type>li:first-child {
    transform: rotate(-180deg);
}

#storage ol {
    text-align: left;
    width: fit-content;
    max-width: 85vw;
    margin: 0 auto;
}

#storage ol li {
    list-style: inherit;
}

.sto-2 {
    position: relative;
}

.sto-2::before {
    content: '';
    background: url(../images/bg/bg-wall-3.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.sto-2::after {
    content: '';
    background: url(../images/bg/bg-wall-4.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.sto-2 article header,
.sto-3 article header {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    text-align: left;
    line-height: 1.3;
}

.sto-3 {
    background: url(../images/bg/sec04-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 6rem;
    position: relative;
}

.sto-3::before {
    content: '';
    background: url(../images/bg/bg-wall-3.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.sto-3::after {
    content: '';
    background: url(../images/bg/bg-wall-4.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.sto-3-text {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    text-align: left;
}

.sto-3-text .sto-3-list ul {
    background: linear-gradient(135deg, rgba(32, 242, 236, 0.6) 0%, rgba(6, 73, 198, 0.6) 100%);
    border-bottom-right-radius: 3rem;
    border-top-left-radius: 3rem;
    padding: 2.5vw;
}

.sto-3-text .sto-3-list ul li:first-child {
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0.5vw;
    align-items: center;
}

.sto-3-text .sto-3-list ul li:first-child > span > img {
    width: 0.8vw;
    margin-right: 0.5vw;
}

.sto-3-text .sto-3-list ul li {
    list-style-type: disc;
    margin-left: 1vw;
}

.sto-3-text ol li {
    list-style: inherit;
    margin-left: 1vw;
}

/*--security--*/
#security {
    background: url(../images/bg/sec05-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 6rem;
    position: relative;
}

#security::before {
    content: '';
    background: url(../images/bg/bg-wall-1.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#security::after {
    content: '';
    background: url(../images/bg/bg-wall-2.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.secur-color01{
    color: #0070FF;
    line-height: 1;
}

.secur-color02{
    color: #20F2EC;
    line-height: 1;
}

.secur-color03{
    color: #ADF0FF;
    line-height: 1;
}

.secur-color04{
    color: #ffffff;
    line-height: 1;
}

.row_toggle{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    width: 75vw;
    overflow: hidden;
}

.container_cooldown .row_toggle .item_toggle.is-active .toggle_content {
    width: 75vw;
}

.row_toggle .item_toggle{
    display: flex;
    display: -ms-flexbox;
    width: 25vw;
    height: 37.8vw;
    justify-content: flex-start;
}

.item_toggle.btn_toggle-cooldown.is-active{
    width: 67vw;
}

.row_toggle > div:hover{
    filter: brightness(130%);
    transition: 0.3s ease;
}

.item_toggle.btn_toggle-cooldown.is-active{
    filter: brightness(100%);
    transition: 0.3s ease;
}

.row_toggle .toggle_main{
    position: relative;
    width: 25vw;
    overflow: hidden;
    transition: all ease .3s;
    cursor: pointer;
}

.btn_toggle-cooldown.is-active > div.toggle_main{
    width: 20vw;
    height: 37.8vw;
}

.btn_toggle-cooldown.is-active > div.toggle_main > div{
    width: 25vw;
    height: inherit;
}

.row_toggle .toggle_content{
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    padding: 2vw 1vw;
    background: #fff;
    display: none;
    width: 0;
    overflow: hidden;
    transition: all ease .3s;
    color: #000000;
    flex-direction: column;
    letter-spacing: 0.5px;
}

.row_toggle .toggle_content > *{
    animation: move-in 0.5s linear alternate;
}

.row_toggle .toggle_content .list_title{
    color: #0174C7;
    font-weight: bold;
}

.row_toggle .toggle_content .list_title+p{
    font-weight: bold;
}

.row_toggle .toggle_content .list_title::after{
    content: '';
    width: 30vw;
    border-bottom: 0.2vw solid #1381CB;
    display: block;
    margin: 0 auto;
    padding-top: 0.5vw;
}

.row_toggle .toggle_content .list_info{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
}

.row_toggle .toggle_content .list_info > li{
    display: flex;
    line-height: 1.4;
    margin-bottom: 1vw;
}

.row_toggle .toggle_content .list_info > li::before{
    content: '♦︎';
    margin-top: -0.1vw;
    margin-right: 0.3vw;
}

.row_toggle .toggle_content .list_info > li.s-mb{
    margin-bottom: 0vw;
}

.row_toggle .toggle_content .list_info > li.disc{
    margin: 0 0 0 2vw;
}

.row_toggle .toggle_content .list_info > li.disc::before{
    content: '•';
}

.row_toggle .item_toggle.is-active .toggle_content{
    display: flex;
    width: 57vw;
    overflow-y: auto;
}

.row_toggle .item_toggle.none-active .toggle_content{
    display: none;
    width: 0;
}

.row_toggle .item_toggle.none-active {
    width: 4vw;
}

.row_toggle .main_pic{
    width: 104%;
    height: 104%;
}

.row_toggle .main_pic img{
    width: auto;
    height: 104%;
    object-fit: cover;
    transition: all ease .3s;
}

.row_toggle .item_toggle .main_pic img{
    transform: translateX(0%);
    transition: 0.3s ease;
}

.row_toggle .item_toggle.is-active .main_pic img{
    transform: translateX(-20%);
    transition: 0.3s ease;
}

.row_toggle .main_title{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.1;
}

.row_toggle .is-active .main_title,
#management .row_toggle .is-active .main_title {
    top: -10vw;
}

.row_toggle .main_title > p:last-child{
    padding-right: 5vw;
    width: 100%;
    text-align: left;
}

.item_toggle.btn_toggle-cooldown.is-active > div.toggle_main  .main_title,
.item_toggle.btn_toggle-cooldown.none-active > div.toggle_main > .main_title{
    animation: move-in 0.5s linear alternate;
}

.item_toggle.btn_toggle-cooldown.is-active > div.toggle_main  .main_title > p:last-child{
    padding-right: 0;
}

.item_toggle.btn_toggle-cooldown.none-active > div.toggle_main > .main_title > p:first-child{
    font-size: clamp(1.07rem, 2.08vw, 2.5rem);
}

.item_toggle.btn_toggle-cooldown.none-active > div.toggle_main > .main_title > p:last-child{
    padding-right: 0;
    font-size: clamp(1.05rem, 1.3vw, 1.56rem);
    writing-mode: vertical-lr;
    color: #99C7E9 !important;
    width: auto;
}

.item_toggle.btn_toggle-cooldown.none-active > div.toggle_main > .main_title > p.br-s-none > br,
.item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title > p.br-s-none > br{
    display: none !important;
}

.sup-list{
    flex-wrap: wrap;
    align-items: center;
}

.sup-list > span{
    margin-left: 1.1vw;
}

.secur-btn{
    display: flex;
    background: linear-gradient(to right, #0649c6 0%, #032360 100%);
    padding: 1vw;
    width: 16vw;
    margin: 0.8vw auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 10vw;
    cursor: pointer;
}

.toggle_content > ol > li{
    text-align: left;
    color: #295ABD;
    list-style-type: inherit;
    margin-left: 1.1vw;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.season_video{
    position: relative;
}

.season_video::before{
    content: '';
    display: block;
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: -17vw 
}

.season_video .player_season{
    position: absolute;
    top: 0;
    right: 50%;
    width: 73%;
    height: 73%;
    transform: translateX(50%);
}

@keyframes move-in{
    0%{
        opacity: 0;
    }

    50%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

/*--management--*/
#management {
    background: url(../images/bg/sec06-Bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 8.1rem 0 6rem;
    position: relative;
}

#management::before {
    content: '';
    background: url(../images/bg/bg-wall-5.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#management::after {
    content: '';
    background: url(../images/bg/bg-wall-6.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.container_cooldown .row_toggle .item_toggle.is-active .toggle_content {
    width: 75vw;
}

#management .row_toggle .item_toggle{
    display: flex;
    display: -ms-flexbox;
    width: 18.75vw;
    height: 37.8vw;
    justify-content: flex-start;
}

#management .item_toggle.btn_toggle-manage.is-active{
    width: 63vw;
}

#management .row_toggle > div:hover{
    filter: brightness(130%);
    transition: 0.3s ease;
}

#management .item_toggle.btn_toggle-manage.is-active{
    filter: brightness(100%);
    transition: 0.3s ease;
}

#management .row_toggle .toggle_main{
    position: relative;
    width: 22vw;
    overflow: hidden;
    transition: all ease .3s;
    cursor: pointer;
}

.btn_toggle-manage.is-active > div.toggle_main{
    width: 20vw;
    height: 37.8vw;
}

.btn_toggle-manage.is-active > div.toggle_main > div{
    width: 25vw;
    height: inherit;
}

#management .row_toggle .toggle_content{
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    padding: 2vw 1vw;
    background: #fff;
    display: none;
    width: 0;
    overflow: hidden;
    transition: all ease .3s;
    color: #000000;
    flex-direction: column;
}

#management .row_toggle .toggle_content > *{
    animation: move-in 0.5s linear alternate;
}

#management .row_toggle .toggle_content .list_title{
    color: #0174C7;
    font-weight: bold;
}

#management .row_toggle .toggle_content .list_title+p{
    font-weight: bold;
}

#management .row_toggle .toggle_content .list_title::after{
    content: '';
    width: 30vw;
    border-bottom: 0.2vw solid #1381CB;
    display: block;
    margin: 0 auto;
    padding-top: 0.5vw;
}

#management .row_toggle .toggle_content .list_info{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    letter-spacing: -0.03vw;
}

#management .row_toggle .toggle_content .list_info > li{
    display: flex;
    line-height: 1.4;
    margin-bottom: 1vw;
}

#management .row_toggle .toggle_content .list_info > li::before{
    content: '♦︎';
    margin-top: -0.1vw;
    margin-right: 0.3vw;
}

#management .row_toggle .toggle_content .list_info > li.s-mb{
    margin-bottom: 0vw;
}

#management .row_toggle .toggle_content .list_info > li.disc{
    margin: 0 0 0 2vw;
}

#management  .row_toggle .toggle_content .list_info > li.disc::before{
    content: '•';
}

#management  .row_toggle .item_toggle.is-active .toggle_content{
    display: flex;
    width: 57vw;
    overflow-y: auto;
}

#management .row_toggle .item_toggle.none-active .toggle_content{
    display: none;
    width: 0;
}

.row_toggle .item_toggle .main_title > .full-main+p{
    display: none;
}

.row_toggle .item_toggle.is-active .main_title > .full-main{
    display: none;
}

.row_toggle .item_toggle.is-active .main_title > .full-main+p{
    display: block;
}

#management .row_toggle .item_toggle.none-active {
    width: 4vw;
}

#management .row_toggle .main_pic{
    width: 100%;
    height: 100%;
}

#management .row_toggle .main_pic img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}

#management .row_toggle .item_toggle .main_pic img{
    transform: translateX(0%);
    transition: 0.3s ease;
}

#management .row_toggle .item_toggle.is-active .main_pic img{
    transform: translateX(0%);
    transition: 0.3s ease;
}

#management .row_toggle .main_title{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.1;
}

#management .row_toggle .main_title > p:last-child{
    padding-right: 5vw;
}

.item_toggle.btn_toggle-manage.is-active > div.toggle_main  .main_title,
.item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title{
    animation: move-in 0.5s linear alternate;
}

.item_toggle.btn_toggle-manage.is-active > div.toggle_main  .main_title > p:last-child{
    padding-right: 0;
}

.item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title > p:first-child{
    font-size: clamp(1.07rem, 2.08vw, 2.5rem);
}

.item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title > p:last-child{
    padding-right: 0 !important;
    font-size: clamp(1.05rem, 1.3vw, 1.56rem);
    writing-mode: vertical-lr;
    color: #99C7E9 !important;
    width: auto;
}

.item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title > p.br-s-none > br{
    display: none;
}

/*--PowerStore--*/
#PowerStore {
    background: url(../images/bg/sec07-Bg.jpg) center 110% no-repeat #000518;
    background-size: 100%;
    padding: 8.1rem 0 6rem;
    position: relative;
}

#PowerStore::before {
    content: '';
    background: url(../images/bg/bg-wall-1.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -5%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#PowerStore::after {
    content: '';
    background: url(../images/bg/bg-wall-2.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -5%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.cards-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1rem;
}

.cards-list > ul{
    border-radius: 0.5vw;
    background: linear-gradient(180deg, #3471EC 0%, #461D8D 44.23%, #000516 100%);
    padding: 3rem 2rem;
    width: fit-content;
    max-width: 30vw;
    margin: 0 auto;
}

.cards-list > ul li{
    position: relative;
    list-style-type: disc;
    text-align: left;
    margin: 0 auto 0.3vw 1vw;
}

.cards-list > ul li:first-child{
    list-style: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.15vw;
    margin: 0;
}

.cards-list > ul li:first-child::after{
    content: '';
    display: block;
    width: 18vw;
    border-bottom: 0.13vw solid transparent;
    border-image: linear-gradient(to right, #20F2EC, #FFFFFF) 1;
    margin: 0.5vw auto 1.5vw;
}

/*--media--*/
#media{
    text-align: center;
    position: relative;
}

#media img{
    margin: 0 auto;
}

#media::before {
    content: '';
    background: url(../images/bg/bg-wall-5.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#media::after {
    content: '';
    background: url(../images/bg/bg-wall-6.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -2%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

.media-img-box{
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    gap: 0rem 1rem;
}

/*--黏人精--*/
/* 右側浮動選單 */
.float_menu {
  position: fixed;
  right: 5px;
  top: 30%;
  transform: translateY(-50%) translateX(20px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  will-change: transform, opacity, visibility;
}

/* 顯示狀態控制 */
.show-floating-menu .float_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  transition: all 0.3s ease;
  pointer-events: auto;
}

.hide-floating-menu .float_menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(20px);
  transition: all 0.2s ease;
  pointer-events: none;
}

/* 確保隱藏時完全不可見 */
.hide-floating-menu .float_menu * {
  pointer-events: none;
}

/* 選單項目 */
.float_menu_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 20px;
}

.float_menu_item:hover {
  transform: translateX(-10px);
}

.float_menu_item:active {
  transform: translateX(-10px) scale(0.95);
}

/* 選單圖標 */
.menu_icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.float_menu_item:hover .menu_icon {
  transform: scale(1.05);
}

.menu_icon img {
  width: 100px;
  height: 100px;
  filter: brightness(1.2);
}

/* 工具提示 */
.menu_tooltip {
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--gradient-purple), var(--gradient-blue));
  color: var(--white);
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 2px solid var(--gradient-cyan);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.menu_tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: var(--gradient-cyan);
}

.float_menu_item:hover .menu_tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-8px);
}

/*--section_survey--*/
#survey {
    background: url(../images/bg/sec08-Bg.jpg) top center no-repeat #000518;
    background-size: cover;
    padding: 8.1rem 0 0;
    position: relative;
}

#survey::before {
    content: '';
    background: url(../images/bg/bg-wall-1.png) center left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    left: -5%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#survey::after {
    content: '';
    background: url(../images/bg/bg-wall-2.png) center right no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 50%;
    right: -5%;
    transform: translateY(-40%);
    mix-blend-mode: screen;
}

#survey article {
    position: relative;
    z-index: 3;
}

#survey article header > span > img,
#media article > span:nth-child(2) > img{
    width: 29vw;
    margin: 0 auto;
}

.ps-text>a {
    display: inline-block;
    color: #20F2EC;
}

#survey ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1vw;
}

#survey ul>li{
    padding: 0 2vw;
}

#survey ul>li>p.text_s{
    color: #20F2EC;
}

#survey ul>li>p+h3{
    font-size: 1.5rem;
}

#survey ul>li>p.text_m{
    border: 0.1vw solid #ffffff;
    border-radius: 10vw;
    width: 7vw;
    margin: 1vw auto 0;
}

#survey ul>li>span:nth-child(1){
    display: block;
    width: 23vw;
}

#survey ul>li>span:nth-child(2){
    position: relative;
    display: block;
}

#survey ul>li>span:nth-child(2)>img{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    top: 0;
    width: 11vw;
}

#survey ul>li>span:nth-child(2):after{
    content: '';
    width: 100%;
    background: url(../images/gift-down.png) bottom center no-repeat;
    background-size: 100%;
    display: block;
    height: auto;
    padding-top: 12vw;
    position: absolute;
    bottom: -1vw;
    z-index: 1;
}

.btn_survey{
    display: inline-block;
    margin: 0 auto;
    width: 35vw;
}

/*--box_modal--*/
.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.9);
}

.lightbox.is-active {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.lightbox .box_modal {
    display: none;
}

/*--footer--*/
footer {
    display: block;
    background: #444;
    font-size: 3.65vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
}

footer p {
    font-weight: 400;
}

footer a {
    color: #fff;
    display: inline-block;
}

footer a:hover {
    color: #aaa;
}

footer .footer_wrap {
    margin: auto;
    padding: 3.6em 1.6em;
    max-width: 1600px;
}

footer .container {
    padding: 3em 0;
}

footer .wrap_head {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

footer .contact_content p {
    line-height: 1.5;
    text-align: left;
}

footer .contact {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.8;
}

footer .btn_content {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: flex-start;
}

footer .btn {
    margin-right: 5%;
    margin-top: 4%;
    width: 15%;
}

footer .btn img {
    width: 100%;
    height: auto;
}

footer .contact::before {
    display: none;
    content: "";
    margin-right: 1rem;
    padding-bottom: 3.897637em;
    width: 3.5rem;
    height: 0;
    background: url(../images/icon_phone.png) no-repeat left center;
    background-size: contain;
}

footer p.copyright {
    margin: 30px 0 0 0;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.01vw;
}

.lightbox .box_modal.is-active {
    padding-bottom: 2vw;
    display: flex;
    width: 80vw;
    padding-bottom: 0;
    padding: 2vw 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    background: rgba(255, 255, 255, 1);
}

.lightbox .box_movie.is-active{
    background: transparent;
}


.lightbox .box_modal.box_movie > .movie-wall{
    width: 100%;
    padding: 0 2vw 2vw;
    margin: 0 10%;
    background: linear-gradient(135deg, rgba(22, 158, 224, 1) 0%, rgba(2, 41, 183, 1) 100%);
    border-radius: 1vw;
    position: relative;
}

.lightbox .box_modal.box_movie .movie-wall > h2{
    color: #1FFFDD;
    padding: 2vw 0 1vw;
}

.lightbox .box_modal .btn_close {
    position: absolute;
    top: 2.5vw;
    right: 10vw;
    z-index: 1002;
    width: 4vw;
    min-width: 50px;
    height: 4vw;
    min-height: 50px;
    box-sizing: border-box;
    color: #fff;
}

.lightbox .box_movie .btn_close {
    top: 0vw;
    right: 1.5vw;
}

.lightbox .box_modal .btn_close::before,
.lightbox .box_modal .btn_close::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    width: 55%;
    height: 55%;
    margin: auto;
    z-index: 9;
    border-top: 2px solid #000000;
    transform-origin: center;
    pointer-events: none;
}

.lightbox .box_movie .btn_close::before,
.lightbox .box_movie .btn_close::after {
    border-top: 2px solid #ffffff;
}

.lightbox .box_modal .btn_close::before {
    transform: rotate(45deg) translate(0, 45%);

}

.lightbox .box_modal .btn_close::after {
    transform: rotate(-45deg) translate(0, 45%);
}

.lightbox .box_modal .content_inner h3 {
    color: #0672CB;
    font-size: 2.16vw;
    margin: 0 auto 2vw;
}

.lightbox .box_modal .content_inner li {
    font-size: 1.2vw;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    list-style: initial;
    margin-bottom: 1vw;
}

.box_modal.is-active {
    display: flex;
}

.box_modal .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 2em;
    min-width: 35px;
    height: 2em;
    min-height: 35px;
    box-sizing: border-box;
    color: transparent;
}

/*--footer--*/
footer {
    background: #000519;
    font-size: 2rem;
}

.container {
    width: 83.333%;
    margin: auto;
    box-sizing: border-box;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

body>div.lightbox.is-active>div>div>div.content_inner {
    position: relative;
    width: 62vw;
}

.lightbox .box_modal .btn_close {
    top: 1vw;
    right: 1.5vw;
}


/*--RWD--*/
@media screen and (min-width: 1921px) {

    /*--root: margin + color--*/
    :root {
        --ssize: 1.04rem;
        /* 20px */
        --msize: 2.08rem;
        /* 40px */
        --lsize: 3.12rem;
        /* 60px */
        --xlsize: 4.16rem;
        /* 80px */
        --boxtop: 12rem;
    }

    #entry {
        background: url(../images/bg/sec01-Bg.jpg) bottom center no-repeat;
        background-size: auto;
    }

    #tenlight article span.ten-img {
        width: 77rem;
    }

    .title {
        width: 46rem;
    }

    .row_toggle .item_toggle.none-active,
    #management .row_toggle .item_toggle.none-active {
        width: 4rem;
    }

    #survey ul>li>span {
        padding: 4.5rem 0;
        width: 22rem;
        margin-bottom: 1.5rem;
    }

    #survey ul>li>span>h6 {
        font-size: 1.44rem;
        padding: 1.8rem 1.44rem;
        bottom: 3rem;
        right: 2.5rem;
    }

    #survey ul>li>span>img {
        width: 11.5rem;
    }

    #survey ul {
        justify-items: center;
    }

    #survey ul>li>span>img {
        width: 100%;
    }

    #survey ul>li>span:nth-child(1) {
        width: 24rem;
        margin-bottom: 0;
        padding: 0;
    }

    #survey ul>li>span:nth-child(2) {
        padding: 2rem 0;
    }

    .btn_survey {
        width: 35rem;
    }

    .btn_survey>img {
        width: 100%
    }

    .lightbox .box_modal .content_inner h3 {
        font-size: 2.16rem;
        margin: 0 auto 2rem;
    }

    .lightbox .box_modal .content_inner li {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width:1200px){
	.box_modal{
		width: 80%;
		height: max-content;
	}
}


@media screen and (min-width:1600px){
	.box_modal .btn_close::before,.box_modal .btn_close::after{
		border-width: 3px;
	}
}

@media screen and (max-width:1000px) {
    #entry, #storage , #security, #management, #PowerStore,#storage
    {
        padding: 3rem 0 5rem;
    }

    .sto-2, .sto-3, #media, #survey{
        padding: 3rem 0;
    }

    .sup-list > span,
    .toggle_content > ol > li{
        margin-left: 2.5vw;
    }

    .row_toggle,
    #management .row_toggle{
        width: 85vw;
    }

    .row_toggle .item_toggle,
    .row_toggle .toggle_main{
        width: 28.3vw;
    }

    #management .row_toggle .item_toggle,
    #management .row_toggle .toggle_main{
        width: 21.25vw;
    }

    .row_toggle .item_toggle,
    #management .row_toggle .item_toggle,
    .btn_toggle-cooldown.is-active > div.toggle_main,
    .btn_toggle-manage.is-active > div.toggle_main
    {
        height: 60vw;
    }

    .item_toggle.btn_toggle-cooldown.is-active > div.toggle_main .main_title > .text_ml,
    .item_toggle.btn_toggle-manage.is-active > div.toggle_main .main_title > .text_ml,
    .item_toggle.btn_toggle-cooldown > div.toggle_main .main_title > .text_ml,
    .item_toggle.btn_toggle-manage > div.toggle_main .main_title > .text_ml,
    .cards-list > ul li:first-child  
    {
        font-size: 1.4rem;
    }

    .menu_icon img {
        width: 8vw;
        height: 8vw;
        filter: brightness(1.2);
    }

    .float_menu_item:hover .menu_tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(3vw);
    }

    .item_toggle.btn_toggle-cooldown.is-active {
        width: 75vw;
    }

    #storage,#security,#management{
        scroll-margin-top: -2rem;
    }


    #management .item_toggle.btn_toggle-cooldown.is-active {
        width: 70vw;
    }

    .row_toggle .item_toggle.is-active .toggle_content {
        width: 58vw;
    }

    #management .row_toggle .item_toggle.is-active .toggle_content {
        width: 48.75vw;
    }

    .row_toggle .item_toggle.none-active,
    #management .row_toggle .item_toggle.none-active{
        width: 4vw;
    }

    .secur-btn {
        width: 30vw;
    }

    .cards-list > ul {
        padding: 2rem 1rem;
    }

    .lightbox .box_modal.is-active {
        width: 100vw;
    }

    .lightbox .box_modal.box_movie > .movie-wall {
        margin: 0 3%;
    }    

    #survey ul>li {
        padding: 0;
    }

    #survey ul>li>p+h3 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:767px) {

    /*--root: margin + color--*/
    .mo {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    :root {
        --ssize: 0vw;
        /* 20px */
        --msize: 5vw;
        /* 40px */
        --lsize: 10vw;
        /* 60px */
        --xlsize: 15vw;
        /* 80px */
        --boxtop: 20vw;
    }

    
    #entry , #security, #management, #PowerStore,#storage
    {
        padding: 3rem 0 5rem;
    }

    #storage{
        padding: 3rem 0 0rem;
    }

    .sto-2, #media, #survey{
        padding: 3rem 0;
    }

    .sto-3{
        padding: 0;
    }

    #storage,#security,#management{
        scroll-margin-top: -2rem;
    }

    #media.my-5{
        margin-bottom: 0 !important;
    }

    #entry::before {
        width: 15vw;
        left: -7%;
    }

    #entry::after {
        width: 15vw;
        right: -7%;
    }

    #tenlight{
        padding: 0rem 0 4rem;
    }

    #tenlight::before,
    #storage::before,
    .sto-2::before,
    .sto-3::before,
    #security::before,
    #management::before,
    #PowerStore::before,
    #media::before,
    #survey::before {
        width: 30vw;
        top: 50%;
        left: -10%;
        transform: translateY(-40%);
    }

    #tenlight::after,
    #storage::after,
    .sto-2::after,
    .sto-3::after,
    #security::after,
    #management::after,
    #PowerStore::after,
    #media::after,
    #survey::after
    {
        width: 30vw;
        top: 50%;
        right: -10%;
        transform: translateY(-40%);
    }

    #tenlight article span,
    #tenlight article span.ten-img {
        width: 80vw;
    }

    #tenlight article ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #tenlight article ul li {
        width: inherit;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #tenlight article ul li> a {
        padding: 0;
        width: 36vw;
    }

    #tenlight article ul li:nth-child(2) {
        margin-top: 0;
    }

    .float_menu_item:hover .menu_tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(-1vw);
    }

    /* #tenlight article ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #tenlight article ul li {
        width: 43vw;
        margin: 0 auto;
    }

    #tenlight article ul li::before {
        width: 43vw;
        height: 43vw;
    }

    #tenlight article ul li>span {
        padding: 8vw 0 0;
        width: 10vw;
    }



    #tenlight article ul li:last-child{
        margin-top: 10vw;
    } */

    .title {
        width: 80vw;
    }

    #storage>article {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    #storage>article .sto-text>header,
    .sto-2 article header, .sto-3 article header {
        margin-bottom: 5vw;
        flex-direction: column;
        letter-spacing: -0.3vw;
        text-align: center;
    }

    #storage>article>div:first-child {
        width: 80vw;
    }

    #storage>article .sto-text {
        margin-top: 10vw;
    }

    #storage>article .sto-text>header>span,
    .sto-2 article header > span,
    .sto-3 article header > span {
        width: 15vw;
        min-width: 45px;
    }

    #storage>article .sto-text>.listTexts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #storage>article .sto-text>.listTexts > ul {
        margin-top: 5vw;
    }

    #storage>article .sto-text>.listTexts > ul:last-child {
        margin: 5vw auto 0;
    }

    #storage>article .sto-text>.listTexts > ul li:first-child {
        margin-right: 0.3rem !important;
    }

    #storage ol {
        max-width: 80vw;
    }

    /*--上下--*/
    .row_toggle,
    .row_toggle .item_toggle{
        flex-direction: column;
        width: 85vw;
    }

    .row_toggle .item_toggle,
    .row_toggle .toggle_main,
    .row_toggle .main_pic img,
    #management .row_toggle .item_toggle,
    #management .row_toggle .toggle_main,
    #management .row_toggle .item_toggle .main_pic img,
    #management .item_toggle.btn_toggle-manage.is-active,
    #management .row_toggle .item_toggle.none-active {
        width: 100%;
    }

    .item_toggle.btn_toggle-cooldown.is-active,
    #management .row_toggle .item_toggle.is-active{
        width: 100%;
        height: fit-content;
        max-height: 105vw;
    }

    .row_toggle .item_toggle .main_pic img,
    #management .row_toggle .item_toggle .main_pic img{
        transform: translateX(0%);
        height: inherit;
    }

    .row_toggle .item_toggle .main_pic img,
    #management .row_toggle .item_toggle .main_pic img{
        height: 165%;
    }

    .btn_toggle-cooldown.is-active > div.toggle_main,
    .btn_toggle-manage.is-active > div.toggle_main {
        width: 100%;
        height: 45vw;
    }

    .row_toggle .item_toggle.is-active .toggle_content,
    #management .row_toggle .item_toggle.is-active .toggle_content {
        width: 100%;
        height: fit-content;
    }

    .btn_toggle-cooldown.is-active > div.toggle_main > div,
    .btn_toggle-manage.is-active > div.toggle_main > div{
        width: 100%;
        height: inherit;
    }

    .row_toggle .item_toggle.is-active .main_pic img,
    #management .row_toggle .item_toggle.is-active .main_pic img {
        transform: translateX(0%);
    }

    .row_toggle .item_toggle.none-active,
    #management .row_toggle .item_toggle.none-active {
        width: 100%;
        height: 15vw;
    }

    .row_toggle .main_title,
    #management .row_toggle .main_title {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 0;
        color: #fff;
        line-height: 1.1;
    }

    .row_toggle .main_title > p:last-child,
    #management .row_toggle .main_title > p:last-child {
        text-align: center;
    }

    .item_toggle.btn_toggle-cooldown.none-active > div.toggle_main > .main_title > p:last-child,
    .item_toggle.btn_toggle-manage.none-active > div.toggle_main > .main_title > p:last-child
    {
        writing-mode: inherit;
    }

    .row_toggle .toggle_content,
    #management .row_toggle .toggle_content {
        align-items: stretch;
        padding: 5vw 3vw;
        flex-direction: column;
    }

    .item_toggle.btn_toggle-cooldown.is-active > div.toggle_main .main_title > p:last-child,
    .item_toggle.btn_toggle-manage.is-active > div.toggle_main .main_title > p:last-child {
        color: #99C7E9 !important;
    }

    .row_toggle .toggle_content .list_title::after,
    #management .row_toggle .toggle_content .list_title::after {
        width: 80vw;
        border-bottom: 0.3vw solid #1381CB;
    }

    .row_toggle .toggle_content .list_info > li::before,
    #management .row_toggle .toggle_content .list_info > li::before {
        margin-right: 1vw;
    }

    .secur-btn {
        width: 35vw;
        margin-top: 3vw;
    }

    .secur-btn > span{
        width: 5vw;
    }

    .sup-list > span,
    .toggle_content > ol > li {
        margin-left: 3.5vw;
    }

    .row_toggle .is-active .main_title, #management .row_toggle .is-active .main_title {
        top: 0;
    }

    #security > article > div > a:nth-child(3){
        position: relative;
        z-index: 9;
    }

    .sto-3-text {
        grid-template-columns: 1fr;
    }

    .sto-3-text .sto-3-list ul {
        padding: 8vw 4vw 5vw;
    }

    .sto-3-text .sto-3-list > span{
        width: 80vw;
        margin: 0 auto;
    }
    .sto-3-text .sto-3-list ul li:first-child {
        margin-bottom: 5vw;
        align-items: center;
    }

    .sto-3-text .sto-3-list ul li:first-child h3{
        margin-top: 0.5vw;
    }

    .sto-3-text .sto-3-list ul li {
        margin-bottom: 2vw;
        margin-left: 5vw;
    }

    .sto-3-text ol{
        max-width: 90vw;
        margin-left: 5vw;
    }

    .sto-3-text .sto-3-list ul li:first-child > span > img {
        width: 2vw;
    }

    .cards-list {
        grid-template-columns: 1fr;
        gap: 2rem 0
    }

    .cards-list > ul {
        width: 100%;
        max-width: 100%;
        border-radius: 2vw;
    }

    .cards-list > ul li:first-child::after {
        width: 65vw;
    }

    .cards-list > ul li {
        position: relative;
        list-style-type: disc;
        text-align: left;
        margin: 0 -3vw 0.3vw 1vw;
        letter-spacing: -0.06vw;
    }

    .float_menu {
        right: -10px;
    }
    
    .menu_icon img {
        width: 80px;
        height: 80px;
    }
    
    .menu_tooltip {
        right: 90px;
        font-size: 0.9rem;
        padding: 10px 16px;
    }

    .media-img-box{
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem 0rem;
    }

    #survey {
        background: url(../images/bg/sec08-Bg.jpg) bottom center no-repeat #000518;
        background-size: 200%;
    }
    
    #survey article header > span > img,
    #media article > span:nth-child(2) > img {
        width: 80vw;
        margin: 0 auto;
    }

    #survey h5 {
        font-size: 2.8vw;
    }

    #survey .ps-text {
        margin: 3vw 0;
    }

    #survey ul {
        grid-template-columns: 1fr;
    }

    #survey ul>li {
        width: 80vw;
        margin-bottom: 10vw;
    }

    #survey ul>li>span {
        display: block;
        padding: 0vw 0;
        width: 80vw;
        margin: 0 auto 3vw;
    }

    #survey ul>li>span>img {
        width: 80vw;
    }

    #survey ul>li>span:nth-child(2)>img {
        width: 40vw;
    }

    #survey ul>li>p.text_m {
        width: 30vw;
        margin-top: 3vw;
    }    
    
    #survey ul>li>span:nth-child(2):after {
        padding-top: 30vw;
    }

    #survey ul>li>span:nth-child(1) {
        width: 60vw;
    }

    .btn_survey {
        font-size: 5vw;
        padding: 2vw 10vw 2vw 11vw;
        border-radius: 10vw;
        width: 90vw;
    }

    .lightbox .box_modal .btn_close {
        top: 2vw;
        right: 4.5vw;
    }

    .lightbox .box_modal .btn_close {
        top: 0vw;
        right: -0.5vw;
    }


    footer {
        font-size: 1.4vw;
    }

    footer .footer_wrap {
        padding: 2.5em 4.5em;
    }

    footer .wrap_head {
        flex-direction: row;
        align-items: center;
    }

    footer .btn_content {
        justify-content: flex-start;
        margin-top: 5vw;
    }

    footer .btn {
        margin-left: 5%;
        margin-right: 0;
        margin-top: 0;
        width: 16.5%;
        max-width: 100px;
    }

    footer .btn:first-child {
        margin-left: 0%;
    }

    footer p.copyright {
        margin: 5vw 0 0 0;
        font-size: 2.9vw;
        line-height: 1.7;
    }

    .lightbox .box_modal .content_inner h3 {
        font-size: 5vw;
    }

    .lightbox .box_modal .content_inner li {
        font-size: 2.8vw;
        line-height: 1.7;
        margin-bottom: 3vw;
    }

    body>div.lightbox.is-active>div>div>div.content_inner {
        position: relative;
        width: 90vw;
    }

    .lightbox .box_modal.is-active {
        width: 90vw;
        padding: 2vw 1vw;
        border-radius: 1vw;
        background: rgba(255, 255, 255, 1);
    }

    .lightbox .box_movie.is-active {
        background: transparent;
    }

    .lightbox .box_modal.box_movie > .movie-wall{
        margin: 0;
    }

    .content_inner{
        overflow-y: auto;
        width: 90vw;
        height: 100vw;
        padding: 5vw 3vw 3vw 6vw;
    }
}

@media (max-width: 480px) {
  .float_menu {
    right: -12px;
  }
  
  .menu_icon img {
    width: 60px;
    height: 60px;
  }
  
  .menu_tooltip {
    right: 70px;
    font-size: 0.8rem;
    padding: 8px 12px;
  }
  
  .float_menu_item {
    margin-bottom: 10px;
  }
}

@media screen and (min-width:768px) {

    footer {
        font-size: 1.4vw;
    }

    footer .footer_wrap {
        padding: 2.5em 4.5em;
    }

    footer .contact::before {
        display: block;
    }

    footer .wrap_head {
        flex-direction: row;
        align-items: center;
    }

    footer .btn_content {
        justify-content: flex-end;
    }

    footer .btn {
        margin-left: 5%;
        margin-right: 0;
        margin-top: 0;
        width: 16.5%;
        max-width: 100px;
    }
}

/* 動畫效果 */
@keyframes floatMenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes floatMenuFadeOut {
  from {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
}

/* 可選：自定義主題 */
.float_menu.theme-dark {
  --gradient-cyan: #00ffff;
  --gradient-purple: #4a148c;
  --gradient-blue: #1565c0;
}

.float_menu.theme-light {
  --gradient-cyan: #00bcd4;
  --gradient-purple: #9c27b0;
  --gradient-blue: #2196f3;
}
