@import url("reset.css");

/* == Locomotive Scroll設定 ================== */
html.has-scroll-smooth {
  overflow: hidden;
}

body {
  overflow: hidden;
  background-color: #000;
}

[data-scroll-container] {
  position: relative;
  min-height: 100%;
  will-change: transform;
}

main {
    height: 100vh;
}


/* == 開頭 =================================== */
.headerCover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #222;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.headerCover .quote {
    font-size: 20px;
    color: rgba(255, 255, 255, .95);
}
.headerCover .quote .char {
    font-family: sans-serif;
    /* font-weight: bold; */
    letter-spacing: .2px;
    display: inline-block;
    opacity: 0;
}
.headerCover .loadingBar {
    position: relative;
    margin-top: 20px;
    width: 100vw;
    height: 1px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
    overflow: hidden;
}
.headerCover .loadingBar .loadingValue {
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
    width: 0;
    height: 4px;
}


/* == 標圖 =================================== */
.banner_wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.banner_wrap > div{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

/* 背景影片 */
.banner-video_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video_wrap > div {
    position: relative;
}
.banner-video_div{
    max-width: 1344px;
    width: 70vw;
    height: auto;
    object-fit: cover;
    z-index: -1;
    transform: translateY(3.5%);
}
.banner-video_div video {
    width: 100%;
    height: auto;
    position: relative;
}
.banner-video_div .Mask-top{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0, .8)  0%,
    rgba(0, 0, 0, .6) 25%,
    rgba(0, 0, 0, .4) 50%,
    rgba(0, 0, 0, .2) 75%,
    rgba(0, 0, 0,  0) 100% );
}
.banner-video_div .Mask-bot{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0,  0)  0%,
    rgba(0, 0, 0, .2) 25%,
    rgba(0, 0, 0, .4) 50%,
    rgba(0, 0, 0, .6) 75%,
    rgba(0, 0, 0, .8) 100% );
}
.banner-txt_div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-txt_div .txt-p {
    display: none;
    color: #6eeeff;
    font-size: 1.5rem;
}

/* 標圖文字 */
.banner_txt{
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3rem 2.5rem;
    display: flex;
    position: absolute;
    inset: 0%;
}
.banner_txt_div{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner_txt_div > div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.banner_txt_div p{
    color: #6eeeff;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.banner_txt_div-2{
    opacity: 0;
}
.banner_txt_anim-h1{
    color: #FFF;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
.banner_txt_anim-h1 .txt_anim{
    margin: 0 5px;
}
.txt_anim {
    opacity: 0;
    display: inline-block;
    transition: all .1s ease;
    transform: translateY(100px);
}
.gradient-text {
    font-family: "Noto Sans TC";
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.gradient-color {
    background: linear-gradient(90deg, #0147e7, #01c2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.TxtVES{
    font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    font-weight: bold;
}


/* == 客戶-client ============================ */
.Part_client_wrap{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_txt {
    position: absolute;
    top: 22px;
    left: 50px;
}
.client_txt p {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    opacity: .8;
}
.Part_client_LR-Mask {
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.Part_client_div {
    width: max-content;
    display: flex;
    flex-direction: row;
    margin-right: 30px;
}
.clientImg_div {
    width: 300px;
    height: 150px;
    border-radius: 20px;
    backdrop-filter: blur(20px);                  /* 模糊背景 */
    border: 2px solid rgba(255, 255, 255, 0.15); /* 半透明邊框 */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* 陰影製造立體感 */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 1;
    margin-right: 30px;
}
.clientImg_div img {
    width: 60%;
    height: auto;
}
.clientImg_div-b img{
    height: 50%;
    width: auto;
}


/* == 段落架構 =============================== */
.Part_wrap {
    width: 100%;
}

/* 寬度伸縮 */
.w-flexible-00 {
    width: 100%;
}
.w-flexible-85 {
    width: 1920px;
    max-width: 85vw;
    margin: 0 auto;
}

/* x-水平設計 */
.x-frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 單欄設計 */
.x-frame-one {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* x-2欄設計 */
.x-frame-w2 {
    width: calc( 100% /2 );
}

/* x-3欄設計 */
.x-frame-w3 {
    width: calc( 100% /3 );
}

/* 區塊 */
.frame_Block {
    height: 100%;
    background-color: #c6c6c6;
}


/* == 段落文字 =============================== */

/* 大標-h1 */
.frame_tit {
    margin-bottom: 60px;
}
.frame_tit h1 {
    font-size: 60px;
}

/* 小標-h2 */
.frame_subtit {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.frame_subtit h2 {
    font-size: 2.62rem;
}
.frame_subtit p{
    color: #6eeeff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .5px;
    margin-top: 10px;
}

/* 內文-h3 */
.frame_txt h3 {
    font-size: 32px;
    color: #6c6c6c;
}

/* 內文-p */
.frame_txt p{
    font-size: 1.1rem;
    line-height: 38px;
    text-align: justify;
    letter-spacing: .1px;
}

/* 白色 */
.frame_txt_w{
    color: #FFF;
}

/* 內文-完全置中 */
.frame_txt_oneCenter{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.flex_txt-a {
    display: flex;
    flex-direction: column;
    text-align: center;
}


/* == 段落-VES影片 =========================== */
.Part_VesVideo_wrap{
    position: relative;
    z-index: 1;
    top: -1px;
    width: 100%;
    height: 100vh;
    
    overflow: hidden;
    background-color: #05112f; /* #00011d */
}
.Part_VesVideo_div{
    position: relative;
    width: 100%;
    height: 100%;
}
.VesVideo_div{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#scrollVideo {
    position: absolute;
    right: 0;
    width: 180vw;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    transition: all .5s ease;
}
.Part_VesVideo_wrap .Mask{
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0,  1)  0%,
    rgba(0, 0, 0, .8) 25%,
    rgba(0, 0, 0, .4) 50%,
    rgba(0, 0, 0, .1) 75%,
    rgba(0, 0, 0,  0) 100% );
}
.Part_VesVideo_wrap .frame_tit{
    position: absolute;
}
.VesVideo-Txt{
    text-align: center;
}
.VesVideo-Txt h1 {
    font-size: 6.25rem;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
}
.Txt-top{
    opacity: 0;
    transition: all .3s ease;
}

/* VES三欄區塊 */
.Part_VesContent_div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Part_VesContent_div > div {
    position: relative;
    top: 55px;
    display: flex;
    align-items: stretch;
}
.Part_VES_Block{
    opacity: 0;
    backdrop-filter: blur(18px);
    transform: translateY(300px);
    transition: all 0.3s ease;
    border-radius: 30px;
    margin: 0 15px;
}

/* 正反面區塊 */
.Part_VES_Block_div_wrap {
    color: white;
    width: 100%;
    position: relative;
}
.Part_VES_Block_div_wrap .Flip{
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(600px);
    transition: transform 0.8s ease;
}
.Part_VES_Block_div_wrap:hover .Flip{
    transform: rotateY(180deg);
    cursor: pointer;
}
.Part_VES_Block_div_wrap:hover .Part_VES_Block_Front{
    opacity: 0;
}
.Part_VES_Block_div_wrap:hover .Part_VES_Block_Back{
    opacity: 1;
}
.Part_VES_Block_div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    padding: 7.3rem 5.5rem 5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: .5s;
}

/* 正面 */
.Part_VES_Block_Front{
    position: relative;
    background: radial-gradient(circle at center bottom, 
        rgba(34, 85, 147,.9)   0%,
        rgba(25, 43, 82, .7)  50%,
        rgba(25, 28, 56, .7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.Part_VES_Block_Front .frame_txt p{
    line-height: 36px;
}

/* 反面 */
.Part_VES_Block_Back {
    opacity: 0;
    transform: rotateY(180deg);
    transition: all 0.3s ease;
    background-color: #004d99;
}
.Part_VES_Block_Back .frame_subtit{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Part_VES_Block_Back .frame_subtit p{
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
}
.Part_VES_Block_Back .frame_txt{
    width: fit-content;
    margin: 0 auto;
}
.Part_VES_Block_Back .frame_txt .fa-solid {
    color: #6eeeff;
    margin-right: 10px;
}


/* == 半透明視窗 ============================= */

/* 四條邊緣透明漸層線段 */
.Transparent-blur-frame::before,
.Transparent-blur-frame::after,
.Transparent-blur-frame .edge-left,
.Transparent-blur-frame .edge-right {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* 上下邊（::before、::after） */
.Transparent-blur-frame::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  filter: blur(1px);
  background-image: linear-gradient(90deg,
    rgba( 255, 255, 255, 0 )  0%,
    rgba( 255, 255, 255, 0 ) 10%,
    rgba( 255, 255, 255, 1) 50%,
    rgba( 255, 255, 255, 0 ) 90%,
    rgba( 255, 255, 255, 0 )100% );
}
.Transparent-blur-frame::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  filter: blur(1px);
  background-image: linear-gradient(90deg,
    rgba( 255, 255, 255, 0 )  0%,
    rgba( 255, 255, 255, 0 ) 10%,
    rgba( 255, 255, 255, 1) 50%,
    rgba( 255, 255, 255, 0 ) 90%,
    rgba( 255, 255, 255, 0 )100% );
}

/* 左右邊（用 div 或 JS 動態加） */
.Transparent-blur-frame .edge-left,
.Transparent-blur-frame .edge-right {
    top: 0;
    height: 100%;
    width: 1px;
}
.Transparent-blur-frame .edge-left {
    left: 0;
    filter: blur(1px);
    background-image: linear-gradient(180deg,
        rgba( 255, 255, 255, 0 )  0%,
        rgba( 255, 255, 255, 0 ) 10%,
        rgba( 255, 255, 255, 1) 50%,
        rgba( 255, 255, 255, 0 ) 90%,
        rgba( 255, 255, 255, 0 )100% );
}
.Transparent-blur-frame .edge-right {
  right: 0;
  filter: blur(1px);
  background-image: linear-gradient(180deg,
    rgba( 255, 255, 255, 0 )  0%,
    rgba( 255, 255, 255, 0 ) 10%,
    rgba( 255, 255, 255, 1) 50%,
    rgba( 255, 255, 255, 0 ) 90%,
    rgba( 255, 255, 255, 0 )100% );
}
.imgSvg_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.Part_VesContent_div .imgSvg embed {
    width: 130px;
}


/* == 段落-資安威脅 / 完美防線 ================ */
.Part_question_wrap {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    margin-top: -20vh;
    
}
.Part_question_wrap .w-flexible-85{
    height: 100%;
}
.Part_question{
    width: 100%;
    height: 100%;
    position: relative;
}
.Part_question_div {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 30px;
}
.Part_question_div-content{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}
.Part_question_div-content > .x-frame{
    height: 100%;
}
.Part_question_div-content .x-frame-w2-L{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Part_question_div-content .x-frame-w2-R > div {
    width: fit-content;
    padding-left: 70px;
    padding-right: 120px;
}
.Part_question_div-content .frame_tit {
    margin-bottom: 50px;
}
.Part_question_div-content .frame_tit h1 {
    color: #FFF;
    font-size: 48px;
    justify-content: left;
}
.Part_question_div-content .frame_tit p{
    color: #6eeeff;
    font-size: 19px;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.Part_question_div-content .frame_txt {
    padding-left: 2px;
}
.Part_question_div-content .frame_txt li{
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.Part_question_div-content .frame_txt .ico_div{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.Part_question_div-content .frame_txt .fa-solid{
    font-size: 19px;
}

/* 01 */
.Part_question_div-content .frame_txt .fa-virus-covid{
    font-size: 21px;
}
.Part_question_div-content .frame_txt .fa-envelope-open-text{
    font-size: 19px;
}
.Part_question_div-content .frame_txt .fa-laptop-file{
    font-size: 18px;
}
.Part_question_div-content .frame_txt .fa-person-through-window{
    font-size: 18px;
}
.Part_question_div-content .frame_txt .fa-house-laptop{
    font-size: 21px;
}
.Part_question_div-content .frame_txt .fa-user-ninja{
    font-size: 22px;
}

/* 02 */
.Part_question_div-content .frame_txt .fa-unlock-keyhole{
    font-size: 19px;
}
.Part_question_div-content .frame_txt .fa-fingerprint{
    font-size: 19px;
}
.Part_question_div-content .frame_txt .fa-globe{
    font-size: 18px;
}
.Part_question_div-content .frame_txt .fa-users-gear{
    font-size: 18px;
}
.Part_question_div-content .frame_txt p{
    width: calc(100% - 30px);
    font-size: 20px;
    color: #FFF;
}

/* 資安威脅 */
.Part_question_div-01{
    background-color: rgba(5, 56, 156, 1); /*#dde8f1*/
    transform: translateY(150px);
}
.Part_question_div-content-01{
    background-image: url(/images/index/contentImg-01.png);
    background-size: contain;
    background-position: -35px 0;
    filter: drop-shadow( -5px 5px 15px rgba(13, 23, 39, 0.5));
}
.Part_question_div-content-01-bg{
    position: relative;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(-90deg, 
    rgba(0, 109, 193, 1)   0%, 
    rgba(0, 109, 193, 1)  45%,
    rgba(0, 109, 193,.9)  55%,
    rgba(0, 109, 193, 0)  70%,
    rgba(0, 109, 193, 0) 100%); */
    /* background-image: linear-gradient(-90deg, 
    rgba(6, 64, 165, 1)   0%, 
    rgba(35, 81, 162, 1)  47%,
    rgba(35, 81, 162,.9)  57%,
    rgba(35, 81, 162, 0)  75%,
    rgba(35, 81, 162, 0) 100%); */
    background-image: linear-gradient(-90deg, 
    rgba(5, 60, 150, 1)   0%, 
    rgba(10, 38, 97, 1)  47%,
    rgba(10, 38, 97,.7)  57%,
    rgba(10, 38, 97, 0)  75%,
    rgba(6, 39, 108, 0) 100%);
    /* background-image: linear-gradient(-90deg, 
    rgba(5, 43 , 116, 1)   0%, 
    rgba(6, 40, 92,  1)  47%,
    rgba(6, 40, 92, .7)  57%,
    rgba(6, 40, 92,  0)  75%,
    rgba(6, 40, 92,  0) 100%); */
    /* background-image: linear-gradient(-90deg, 
    rgba(8, 46, 124, 1)   0%, 
    rgba(15, 40, 85, 1)  47%,
    rgba(15, 40, 85,.7)  57%,
    rgba(15, 40, 85, 0)  75%,
    rgba(15, 40, 85, 0) 100%); */
}
.Part_question_div-content-01 > .x-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.Part_question_div-content-01 .frame_txt .fa-solid{
    color: #6eeeff;
}

/* 完美防線 */
.Part_question_div-02{
    transform: translateY(800px);
    background-image: linear-gradient(180deg, 
    rgb(0, 1, 5)     0%, 
    rgb(0, 9, 26)   47%, 
    rgb(0, 16, 40)  57%, 
    rgb(1, 17, 43)  75%, 
    rgb(1, 16, 37) 100%);
}
.Part_question_div-content-02{
    background-image: url(/images/index/contentImg-02.png);
    background-size: contain;
    background-position: left 25px;
}
.Part_question_div-content-02 .frame_txt .fa-solid{
    color: #25a4ff;
}


/* == 段落-輕輕一點 ========================== */
.Part_Click_wrap{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
    margin-top: -20vh;
}

/* 方塊動畫 */
.Part_CubeAn{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
}
.Part_CubeAn_div{
    width: 100%;
    height: 100%;
    position: relative;
}
.CubeAn{
    position: absolute;
    z-index: 1;
}
.CubeAn-01{
    width: 34px;
    height: 34px;
    left: 1033px;
    bottom: 786px;
    background-image: linear-gradient(135deg, #004d99, #0ff);;
}
.CubeAn-02{
    width: 88px;
    height: 88px;
    left: 1441px;
    bottom: 669px;
    background-image: linear-gradient(135deg, #004d99, #0ff);;
}
.CubeAn-03{
    width: 94px;
    height: 94px;
    left: 451px;
    bottom: 363px;
    background-image: linear-gradient(135deg, #0ff, rgba(7, 35, 100, .8));;
}
.CubeAn-04{
    width: 46px;
    height: 46px;
    left: 1231px;
    bottom: 191px;
    background-image: linear-gradient(135deg, #00d9ff, #002244);;
}
.CubeAn-05{
    width: 44px;
    height: 44px;
    left: 824px;
    bottom: 164px;
    background-image: linear-gradient(135deg, rgba(0, 201, 255, 1), rgba(2, 30, 136, 1));;
}

/* 內容影片 */
.Part_video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}
.Part_video_div{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.Part_video_div video{
    width: 100%;
    height: fit-content;
}

/* 文字 */
.Part_Click {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.Part_Click .frame_tit {
    margin-bottom: 0;
}
.Click-Video_Txt {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.Click-Video_Txt h1 {
    font-size: 6.25rem;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.Click-Video_Txt h1:first-child {
    margin-right: 60px;
    font-weight: 100;
}

/* 按鈕_立即選購方案 */
.ButDesign{
    display: flex;
    justify-content: center;
}
.ButDesign .btn {
    position: relative;
    font-size: 20px;
    color: rgba( 255, 255, 255, .8 );
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: .5px;
    background: linear-gradient(90deg, #0147e7, #01c2fd);
    /* box-shadow: 0 4px 15px rgba(1, 194, 253, 0.4); */
    transition: all 0.4s ease;
    padding: 1rem 2rem;
    overflow: hidden;
}
.ButDesign .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}
.ButDesign .btn:hover::before {
    left: 102%;
}
.ButDesign .btn:hover {
    color: rgba( 255, 255, 255, 1 );
    background: linear-gradient(90deg, #01c2fd, #0147e7);
    /* box-shadow: 0 0 20px rgba(1, 194, 253, 0.6), 0 0 40px rgba(1, 194, 253, 0.3); */
    transform: translateY(-15px);
}


/* == 段落-IG動畫 ============================ */
.Part_IG_wrap {
    width: 100%;
    height: 120vh;
    background-color: #000;
    position: relative;
    z-index: 4;
    margin-top: -20vh;
}
.Part_IG_wrap .w-flexible-85 {
    height: 100%;
    display: flex;
    align-items: center;
}
.Part_IG {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Part_IG_div-L {
    width: 40%;
}
.Part_IG_div-R {
    width: 60%;
    height: 100%;
    overflow: hidden;
}
.IG-Txt {
    margin-bottom: 0;
    align-items: flex-start;
    padding-left: 18%;
}
.IG-Txt h1 {
    margin-bottom: 10px;
}
.IG-Txt p {
    font-size: 19px;
    color: #6eeeff;
    letter-spacing: .5px;
}
.IG-Txt p span {
    margin-right: 2px;
}

/* IG牆 */
.Part_IG-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.a_IG-Card_div {
    width: 100%;
    height: fit-content;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.a_IG-Card {
    overflow: hidden;
    border-radius: 10px;
    flex-basis: calc(100% / 3 - 12px);
    margin: 0 6px 6px;
    flex-grow: 1;
}
.a_IG-Card_img {
    width: 100%;
    height: fit-content;
    position: relative;
}
.a_IG-Card_img img {
    width: 100%;
}
.a_IG-Card-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}
.a_IG-Card-hover > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_IG-Card-hover > div .fa-brands{
    color: transparent;
    font-size: 42px;
    transition: .3s;
}

/* :hover */
.a_IG-Card:hover .a_IG-Card-hover {
    background-color: rgba(0, 0, 0, .3);
}
.a_IG-Card:hover .fa-brands{
    color: rgba( 255, 255, 255, 1 );
}

/* 遮罩 */
.image-overlay.top {
    width: 100%;
    height: 28vw;
    inset: auto 0% 0%;
    background-image: linear-gradient(to top, #0a020300 28%, #000 66%, #000 80%, transparent);
    position: absolute;
    top: -15%;
    bottom: auto;
}
.image-overlay {
    width: 100%;
    height: 18vw;
    inset: auto 0% 0%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #0a020300, #000 80%);
    position: absolute;
    bottom: -5px;
}


/* == 最新消息 =============================== */
.Part_News_wrap{
    background-color: #e5e5e5;
    padding: 19px 10px 20px;
    overflow: hidden;
    
}
.Part_News{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Part_News_tit{
    position: absolute;
    width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatex(0);
    transition: all 2.5s ease;
    opacity: 1;
}
.Part_News_tit .frame_tit{
    width: fit-content;
    padding: 100px;
    margin-bottom: 0;
}
.Part_News_tit .frame_tit h1{
    color: #191921;
}
.Part_News_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    transform: translatex(700px);
    transition: all 1.8s ease;
}
.Part_News_div_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.Part_News_div{
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 10px;
    flex-grow: 1;
}
.Part_News_a{
    display: block;
    width: 100%;
    height: 100%;
}
.Part_News_img{
    width: 100%;
    height: 0;
    filter: grayscale(90%) contrast(200%);
    transition: .5s;
    padding-bottom: 58%;
    background-size: cover;
    background-position: center;
}
.Part_News_img-01 {
    background-image: url(/images/index/New/New_01.png);
}
.Part_News_img-02 {
    background-image: url(/images/index/New/New_02.png);
}
.Part_News_img-03 {
    background-image: url(/images/index/New/New_03.png);
}
.Part_News_txt {
    width: 100%;
    min-height: 80px;
    background-color: #FFF;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
}
.Part_News_txt_div-h2{
    width: 100%;
    border-bottom: 1px solid rgb(215, 215, 215);
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.Part_News_txt h2 {
    color: #7d8089;
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}
.Part_News_txt_div-p{
    width: 100%;
    text-align: right;
}
.Part_News_txt p {
    color: #7d8089;
    font-size: 18px;
    transition: .5s;
}
.Part_News_a:hover .Part_News_img{
    filter: grayscale(0%) contrast(120%);
}
.Part_News_a:hover .Part_News_txt h2{
    color: #5a5a5a;
}
.Part_News_a:hover .Part_News_txt p{
    color: #25a4ff;
}


/* == 頁尾 =================================== */
.footer{
    height: fit-content;
    position: relative;
}



/* == 手機版型 ========================================================= */

@media ( max-width: 767px ){

    /* == Locomotive Scroll設定 ================== */
    /* html.has-scroll-smooth {
    overflow: hidden;
    }

    body {
    overflow: hidden;
    background-color: #000;
    }

    [data-scroll-container] {
    position: relative;
    min-height: 100%;
    will-change: transform;
    }

    main {
        height: 100vh;
    } */


    /* == 開頭 =================================== */
    /* .headerCover {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #222;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .headerCover .quote {
        font-size: 20px;
        color: rgba(255, 255, 255, .95);
    }
    .headerCover .quote .char {
        font-family: sans-serif;
        letter-spacing: .2px;
        display: inline-block;
        opacity: 0;
    }
    .headerCover .loadingBar {
        position: relative;
        margin-top: 20px;
        width: 100vw;
        height: 1px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .1);
        overflow: hidden;
    }
    .headerCover .loadingBar .loadingValue {
        position: absolute;
        background-color: rgba(255, 255, 255, .3);
        width: 0;
        height: 4px;
    } */


    /* == 標圖 =================================== */
    .banner_wrap {
        /* width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
        background-color: #000; */
    }
    .banner_wrap > div{
        position: static;
        /* z-index: 3;
        width: 100%;
        height: 100%; */
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    /* 背景影片 */
    .banner-video_wrap {
        position: static;
        /* top: 0; */
        width: 150%;
        height: auto;
        /* overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; */
    }
    /* .banner-video_wrap > div {
        position: relative;
    } */
    .banner-video_div{
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        z-index: -1;
        transform: translateY(0);
    }
    .banner-video_div video {
        width: 100%;
        height: auto;
        position: relative;
    }
    .banner-video_div .Mask-top{
        position: absolute;
        top: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(180deg, 
        rgba(0, 0, 0, .8)  0%,
        rgba(0, 0, 0, .6) 25%,
        rgba(0, 0, 0, .4) 50%,
        rgba(0, 0, 0, .2) 75%,
        rgba(0, 0, 0,  0) 100% );
    }
    .banner-video_div .Mask-bot{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(180deg, 
        rgba(0, 0, 0,  0)  0%,
        rgba(0, 0, 0, .2) 25%,
        rgba(0, 0, 0, .4) 50%,
        rgba(0, 0, 0, .6) 75%,
        rgba(0, 0, 0, .8) 100% );
    }
    .banner-txt_div {
        /* position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; */
    }
    .banner-txt_div .txt-p {
        display: block;
        /* color: #6eeeff;
        font-size: 1.6rem; */
    }

    /* 標圖文字 */
    .banner_txt{
        position: static;
        /* inset: 0%;
        z-index: 2;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%; */
        height: 200px;
        padding: 0;
    }
    .banner_txt_div{
        /* position: relative;
        width: 100%;
        height: 100%; */
    }
    .banner_txt_div > div {
        /* width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center; */
    }
    .banner_txt_div p{
        display: none;
        /* font-size: 1.5rem;
        margin-bottom: 20px; */
    }
    /* .banner_txt_div-2{
        opacity: 0;
    } */
    .banner_txt_anim-h1{
        /* color: #FFF; */
        font-size: 2.5rem;
        /* font-weight: bold; */
        line-height: 50px;
        text-align: center;
        margin-bottom: 20px;
        /* letter-spacing: 1px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); */
    }
    /* .banner_txt_anim-h1 .txt_anim{
        margin: 0 5px;
    }
    .txt_anim {
        opacity: 0;
        display: inline-block;
        transition: all .1s ease;
        transform: translateY(100px);
    } */
    .gradient-text {
        /* font-family: "Noto Sans TC"; */
        font-size: 2rem;
        /* font-weight: bold;
        letter-spacing: 2px; */
    }
    /* .gradient-color {
        background: linear-gradient(90deg, #0147e7, #01c2fd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .TxtVES{
        font-family: Arial, Helvetica, "Microsoft JhengHei", sans-serif;
        font-weight: bold;
    } */


    /* == 客戶-client ============================ */
    .Part_client_wrap{
        /* position: relative;
        z-index: 2;
        width: 100%; */
        height: fit-content;
        /* overflow: hidden;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center; */
        flex-direction: column;
    }
    .client_txt {
        position: static;
        margin-bottom: 20px;
        /* top: 22px;
        left: 50px; */
    }
    /* .client_txt p {
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        opacity: .8;
    }
    .Part_client_LR-Mask {
        width: 100%;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
    .Part_client_div {
        width: max-content;
        display: flex;
        flex-direction: row;
        margin-right: 30px;
    } */
    .clientImg_div {
        width: 180px;
        height: 90px;
        border-radius: 12px;
        /* backdrop-filter: blur(20px);
        border: 2px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 1; */
        margin-right: 15px;
    }
    /* .clientImg_div img {
        width: 60%;
        height: auto;
    }
    .clientImg_div-b img{
        height: 50%;
        width: auto;
    } */


    /* == 段落架構 =============================== */
    /* .Part_wrap {
        width: 100%;
    } */

    /* 寬度伸縮 */
    /* .w-flexible-00 {
        width: 100%;
    } */
    .w-flexible-85 {
        width: 100%;
        max-width: 100%;
        /* margin: 0 auto; */
    }

    /* x-水平設計 */
    /* .x-frame {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    /* 單欄設計 */
    /* .x-frame-one {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    /* x-2欄設計 */
    /* .x-frame-w2 {
        width: calc( 100% /2 );
    } */

    /* x-3欄設計 */
    /* .x-frame-w3 {
        width: calc( 100% /3 );
    } */

    /* 區塊 */
    /* .frame_Block {
        height: 100%;
        background-color: #c6c6c6;
    } */


    /* == 段落文字 =============================== */

    /* 大標-h1 */
    .frame_tit {
        margin-bottom: 60px;
    }
    .frame_tit h1 {
        font-size: 2.5rem;
    }

    /* 小標-h2 */
    .frame_subtit {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .frame_subtit h2 {
        font-size: 2rem;
    }
    .frame_subtit p{
        color: #6eeeff;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: .5px;
        margin-top: 8px;
    }

    /* 內文-h3 */
    .frame_txt h3 {
        font-size: 32px;
        color: #6c6c6c;
    }

    /* 內文-p */
    .frame_txt p{
        font-size: 1rem;
        line-height: 38px;
        text-align: justify;
        letter-spacing: .1px;
    }

    /* 白色 */
    .frame_txt_w{
        color: #FFF;
    }

    /* 內文-完全置中 */
    .frame_txt_oneCenter{
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .flex_txt-a {
        display: flex;
        flex-direction: column;
        text-align: center;
    }


    /* == 段落-VES影片 =========================== */
    .Part_VesVideo_wrap{
        /* position: relative;
        z-index: 1;
        top: -1px;
        width: 100%; */
        height: fit-content;
        /* overflow: hidden;
        background-color: #05112f; */
        padding: 100px 0 50px;
    }
    .Part_VesVideo_div{
        position: static;
        /* width: 100%; */
        height: fit-content;
    }
    /* .VesVideo_div{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    } */
    #scrollVideo {
        /* position: absolute;
        right: 0; */
        width: auto;
        height: 100%;
        /* object-fit: cover;
        pointer-events: none;
        transition: all .5s ease; */
    }
    .Part_VesVideo_wrap .Mask{
        /* position: absolute;
        top: 0;
        width: 100%; */
        height: 30%;
        background-image: linear-gradient(180deg, 
        rgba(0, 0, 0,  1)  0%,
        rgba(0, 0, 0,  1) 25%,
        rgba(0, 0, 0, .5) 50%,
        rgba(0, 0, 0,.25) 75%,
        rgba(0, 0, 0,  0) 100% );
    }
    .Part_VesVideo_wrap .frame_tit{
        position: static;
    }
    /* .VesVideo-Txt{
        text-align: center;
    } */
    .VesVideo-Txt h1 {
        font-size: 2.5rem;
        /* text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6); */
        margin-bottom: 0;
    }
    /* .Txt-top{
        opacity: 0;
        transition: all .3s ease;
    } */

    /* VES三欄區塊 */
    .Part_VesContent_div{
        position: static;
        /* top: 0;
        width: 100%; */
        height: fit-content;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    .Part_VesContent_div > div {
        position: static;
        top: 0;
        /* display: flex;
        align-items: stretch; */
        flex-direction: column;
        padding: 15px;
    }
    .Part_VES_Block{
        /* opacity: 0;
        backdrop-filter: blur(18px);
        transform: translateY(300px);
        transition: all 0.3s ease;
        border-radius: 30px; */
        margin: 0;
    }
    .Part_VesContent_div .x-frame-w3 {
        width: 100%;
        margin-bottom: 15px;
    }

    /* 正反面區塊 */
    /* .Part_VES_Block_div_wrap {
        color: white;
        width: 100%;
        position: relative;
    }
    .Part_VES_Block_div_wrap .Flip{
        width: 100%;
        position: relative;
        transform-style: preserve-3d;
        transform: perspective(600px);
        transition: transform 0.8s ease;
    }
    .Part_VES_Block_div_wrap:hover .Flip{
        transform: rotateY(180deg);
        cursor: pointer;
    }
    .Part_VES_Block_div_wrap:hover .Part_VES_Block_Front{
        opacity: 0;
    }
    .Part_VES_Block_div_wrap:hover .Part_VES_Block_Back{
        opacity: 1;
    } */
    .Part_VES_Block_div {
        /* width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 30px; */
        padding: 80px 30px 50px;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        transition: .5s; */
    }

    /* 正面 */
    /* .Part_VES_Block_Front{
        position: relative;
        background: radial-gradient(circle at center bottom, 
            rgba(34, 85, 147,.9)   0%,
            rgba(25, 43, 82, .7)  50%,
            rgba(25, 28, 56, .7) 100%);
        border: 1px solid rgba(255, 255, 255, 0.1);
    } */
    .Part_VES_Block_Front .frame_txt p{
        line-height: 32px;
    }

    /* 反面 */
    /* .Part_VES_Block_Back {
        opacity: 0;
        transform: rotateY(180deg);
        transition: all 0.3s ease;
        background-color: #004d99;
    }
    .Part_VES_Block_Back .frame_subtit{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */
    .Part_VES_Block_Back .frame_subtit p{
        font-size: 1rem;
        /* font-weight: normal;
        letter-spacing: 1px; */
    }
    /* .Part_VES_Block_Back .frame_txt{
        width: fit-content;
        margin: 0 auto;
    }
    .Part_VES_Block_Back .frame_txt p{
        line-height: 32px;
    }
    .Part_VES_Block_Back .frame_txt .fa-solid {
        color: #6eeeff;
        margin-right: 10px;
    } */


    /* == 半透明視窗 ============================= */

    /* 四條邊緣透明漸層線段 */
    .Transparent-blur-frame::before,
    .Transparent-blur-frame::after,
    .Transparent-blur-frame .edge-left,
    .Transparent-blur-frame .edge-right {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    }

    /* 上下邊（::before、::after） */
    .Transparent-blur-frame::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    filter: blur(1px);
    background-image: linear-gradient(90deg,
        rgba( 255, 255, 255, 0 )  0%,
        rgba( 255, 255, 255, 0 ) 10%,
        rgba( 255, 255, 255, 1) 50%,
        rgba( 255, 255, 255, 0 ) 90%,
        rgba( 255, 255, 255, 0 )100% );
    }
    .Transparent-blur-frame::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    filter: blur(1px);
    background-image: linear-gradient(90deg,
        rgba( 255, 255, 255, 0 )  0%,
        rgba( 255, 255, 255, 0 ) 10%,
        rgba( 255, 255, 255, 1) 50%,
        rgba( 255, 255, 255, 0 ) 90%,
        rgba( 255, 255, 255, 0 )100% );
    }

    /* 左右邊（用 div 或 JS 動態加） */
    .Transparent-blur-frame .edge-left,
    .Transparent-blur-frame .edge-right {
        top: 0;
        height: 100%;
        width: 1px;
    }
    .Transparent-blur-frame .edge-left {
        left: 0;
        filter: blur(1px);
        background-image: linear-gradient(180deg,
            rgba( 255, 255, 255, 0 )  0%,
            rgba( 255, 255, 255, 0 ) 10%,
            rgba( 255, 255, 255, 1) 50%,
            rgba( 255, 255, 255, 0 ) 90%,
            rgba( 255, 255, 255, 0 )100% );
    }
    .Transparent-blur-frame .edge-right {
    right: 0;
    filter: blur(1px);
    background-image: linear-gradient(180deg,
        rgba( 255, 255, 255, 0 )  0%,
        rgba( 255, 255, 255, 0 ) 10%,
        rgba( 255, 255, 255, 1) 50%,
        rgba( 255, 255, 255, 0 ) 90%,
        rgba( 255, 255, 255, 0 )100% );
    }
    .imgSvg_wrap {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: -50px;
        z-index: 3;
        display: flex;
        justify-content: center;
    }
    .Part_VesContent_div .imgSvg embed {
        width: 100px;
    }


    /* == 段落-資安威脅 / 完美防線 ================ */
    .Part_question_wrap {
        width: 100%;
        height: 115vh;
        background-color: #FFF;
        position: relative;
        z-index: 2;
        margin-top: 0;
        padding: 15px;
        padding-top: 70px;
    }
    .Part_question_wrap .w-flexible-85{
        height: 100%;
    }
    .Part_question{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .Part_question, 
    .Part_question_div-01, 
    .Part_question_div-02 {
    will-change: transform;
    }
    .Part_question_div {
        width: 100%;
        height: 80vh;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: unset;
        overflow: hidden;
        border-radius: 30px;
    }
    .Part_question_div-content{
        width: 100%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
    }
    .Part_question_div-content > .x-frame{
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    .Part_question_div-content .x-frame-w2 {
        width: 100%;
    }
    .Part_question_div-content .x-frame-w2-L{
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .Part_question_div-content .x-frame-w2-R > div {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .Part_question_div-content .frame_tit {
        margin-bottom: 20px;
    }
    .Part_question_div-content .frame_tit h1 {
        color: #FFF;
        font-size: 1.5rem;
        justify-content: left;
    }
    .Part_question_div-content .frame_tit p{
        color: #6eeeff;
        font-size: 16px;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }
    .Part_question_div-content .frame_txt {
        padding-left: 2px;
    }
    .Part_question_div-content .frame_txt li{
        display: flex;
        align-items: baseline;
        margin-bottom: 5px;
    }
    .Part_question_div-content .frame_txt .ico_div{
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }
    .Part_question_div-content .frame_txt .fa-solid{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt p {
        font-size: 15px;
        color: #FFF;
        line-height: 26px;
    }

    /* 01 */
    .Part_question_div-content .frame_txt .fa-virus-covid{
        font-size: 18px;
    }
    .Part_question_div-content .frame_txt .fa-envelope-open-text{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-laptop-file{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-person-through-window{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-house-laptop{
        font-size: 19px;
    }
    .Part_question_div-content .frame_txt .fa-user-ninja{
        font-size: 20px;
    }

    /* 02 */
    .Part_question_div-content .frame_txt .fa-unlock-keyhole{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-fingerprint{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-globe{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt .fa-users-gear{
        font-size: 16px;
    }
    .Part_question_div-content .frame_txt p{
        width: calc(100% - 26px);
    }

    /* 資安威脅 */
    .Part_question_div-01{
        background-color: rgba(5, 56, 156, 1); /*#dde8f1*/
        transform: translateY(200px);
        position: relative;
    }
    .Part_question_div-content-01{
        border-radius: 30px;
        background-image: url(/images/index/contentImg-01.png);
        background-size: 100% auto;
        background-position: top center;
        filter: drop-shadow( -5px 5px 15px rgba(13, 23, 39, 0));
    }
    .Part_question_div-content-01-bg{
        position: relative;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, 
        rgba(6, 39, 108, 0)   0%, 
        rgba(10, 38, 97,.5)  28%,
        rgba(10, 38, 97, 1)  38%,
        rgba(5, 60, 150, 1) 100%);
        overflow: hidden;
    }
    /* .Part_question_div-content-01 > .x-frame {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    } */
    .Part_question_div-content-01 .frame_txt .fa-solid{
        color: #6eeeff;
    }

    /* 完美防線 */
    .Part_question_div-02{
        transform: translateY(110%);
        background-image: linear-gradient(180deg, 
        rgb(0, 1, 5)     0%, 
        rgb(0, 9, 26)   47%, 
        rgb(0, 16, 40)  57%, 
        rgb(1, 17, 43)  75%, 
        rgb(1, 16, 37) 100%);
    }
    .Part_question_div-content-02{
        background-image: url(/images/index/contentImg-02.png);
        background-size: 100% auto;
        background-position: left 10px;
    }
    .Part_question_div-content-02 .x-frame-w2-L {
        margin-bottom: 50px;
    }
    .Part_question_div-content-02 .frame_txt .fa-solid{
        color: #25a4ff;
    }


    /* == 段落-輕輕一點 ========================== */
    .Part_Click_wrap{
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: 3;
        margin-top: 0;
    }

    /* 方塊動畫 */
    .Part_CubeAn{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 1);
    }
    .Part_CubeAn_div{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .CubeAn{
        position: absolute;
        z-index: 1;
    }
    .CubeAn-01{
        width: 34px;
        height: 34px;
        left: 75vw;
        bottom: 88vh;
        background-image: linear-gradient(135deg, #004d99, #0ff);;
    }
    .CubeAn-02{
        width: 66px;
        height: 66px;
        left: 90vw;
        bottom: 60vh;
        background-image: linear-gradient(135deg, #004d99, #0ff);;
    }
    .CubeAn-03{
        width: 30px;
        height: 30px;
        left: 25vw;
        bottom: 57vh;
        background-image: linear-gradient(135deg, #0ff, rgba(7, 35, 100, .8));;
    }
    .CubeAn-04{
        width: 36px;
        height: 36px;
        left: 5vw;
        bottom: 25vh;
        background-image: linear-gradient(135deg, #00d9ff, #002244);;
    }
    .CubeAn-05{
        width: 40px;
        height: 40px;
        left: 80vw;
        bottom: 10vh;
        background-image: linear-gradient(135deg, rgba(0, 201, 255, 1), rgba(2, 30, 136, 1));;
    }

    /* 內容影片 */
    .Part_video{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s;
        opacity: 0;
    }
    .Part_video_div{
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .Part_video_div video{
        width: auto;
        height: 50%;
        transform: rotate(90deg);
    }

    /* 文字 */
    .Part_Click {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .Part_Click .frame_tit {
        margin-bottom: 0;
    }
    .Click-Video_Txt {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        flex-direction: column;
    }
    .Click-Video_Txt h1 {
        font-size: 2.5rem;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    }
    .Click-Video_Txt h1:first-child {
        font-weight: 100;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* 按鈕_立即選購方案 */
    .ButDesign{
        display: flex;
        justify-content: center;
    }
    .ButDesign .btn {
        position: relative;
        font-size: 20px;
        color: rgba( 255, 255, 255, .8 );
        border: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 30px;
        letter-spacing: .5px;
        background: linear-gradient(90deg, #0147e7, #01c2fd);
        /* box-shadow: 0 4px 15px rgba(1, 194, 253, 0.4); */
        transition: all 0.4s ease;
        padding: 1rem 2rem;
        overflow: hidden;
    }
    .ButDesign .btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        transform: skewX(-20deg);
        transition: all 0.6s ease;
    }
    .ButDesign .btn:hover::before {
        left: 102%;
    }
    .ButDesign .btn:hover {
        color: rgba( 255, 255, 255, 1 );
        background: linear-gradient(90deg, #01c2fd, #0147e7);
        /* box-shadow: 0 0 20px rgba(1, 194, 253, 0.6), 0 0 40px rgba(1, 194, 253, 0.3); */
        transform: translateY(-15px);
    }


    /* == 段落-IG動畫 ============================ */
    .Part_IG_wrap {
        width: 100%;
        height: 100vh;
        background-color: #000;
        position: relative;
        z-index: 4;
        margin-top: 0;
    }
    .Part_IG_wrap .w-flexible-85 {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .Part_IG {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        padding: 0 10px;
    }
    .Part_IG_div-L {
        width: 100%;
    }
    .Part_IG_div-R {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        position: relative;
    }
    .IG-Txt {
        margin-bottom: 0;
        align-items: center;
        padding-left: 0;
    }
    .IG-Txt h1 {
        margin-bottom: 10px;
    }
    .IG-Txt p {
        font-size: 1rem;
        color: #6eeeff;
        letter-spacing: .5px;
    }
    .IG-Txt p span {
        margin-right: 2px;
    }

    /* IG牆 */
    .Part_IG-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }
    .a_IG-Card_div {
        width: 100%;
        height: fit-content;
        
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .a_IG-Card {
        overflow: hidden;
        border-radius: 10px;
        flex-basis: calc(100% / 3 - 12px);
        margin: 0 6px 6px;
        flex-grow: 1;
    }
    .a_IG-Card_img {
        width: 100%;
        height: fit-content;
        position: relative;
    }
    .a_IG-Card_img img {
        width: 100%;
    }
    .a_IG-Card-hover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
    }
    .a_IG-Card-hover > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .a_IG-Card-hover > div .fa-brands{
        color: transparent;
        font-size: 42px;
        transition: .3s;
    }

    /* :hover */
    .a_IG-Card:hover .a_IG-Card-hover {
        background-color: rgba(0, 0, 0, .3);
    }
    .a_IG-Card:hover .fa-brands{
        color: rgba( 255, 255, 255, 1 );
    }

    /* 遮罩 */
    .image-overlay.top {
        width: 100%;
        height: 150px;
        inset: auto 0% 0%;
        background-image: linear-gradient(to top, #0a020300 28%, #000 66%, #000 80%, transparent);
        position: absolute;
        top: -30px;
        bottom: auto;
    }
    .image-overlay {
        width: 100%;
        height: 100px;
        inset: auto 0% 0%;
        pointer-events: none;
        background-image: linear-gradient(to bottom, #0a020300, #000 80%);
        position: absolute;
        bottom: -5px;
    }


    /* == 最新消息 =============================== */
    .Part_News_wrap{
        width: 100%;
        height: fit-content;
        background-color: #e5e5e5;
        padding: 15px;
        overflow: hidden;
        
    }
    .Part_News{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .Part_News_tit{
        position: absolute;
        width: calc(100% - 30px);
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translatex(0);
        transition: all 2.5s ease;
        opacity: 1;
    }
    .Part_News_tit .frame_tit{
        width: fit-content;
        padding: 0;
        padding-top: 50px;
        margin-bottom: 0;
    }
    .Part_News_tit .frame_tit h1{
        color: #191921;
    }
    .Part_News_content{
        width: 100%;
        display: flex;
        flex-direction: row;
        transform: translatex(105%);
        transition: all 1.8s ease;
    }
    .Part_News_div_wrap{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .Part_News_div{
        border-radius: 10px;
        background-color: #FFF;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        margin: 0;
        margin-bottom: 15px;
        flex-grow: 1;
    }
    .Part_News_div_wrap .x-frame-w3 {
        width: 100%;
    }
    .Part_News_a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .Part_News_img{
        width: 100%;
        height: 0;
        filter: grayscale(90%) contrast(200%);
        transition: .5s;
        padding-bottom: 58%;
        background-size: cover;
        background-position: center;
    }
    .Part_News_img-01 {
        background-image: url(/images/index/New/New_01.png);
    }
    .Part_News_img-02 {
        background-image: url(/images/index/New/New_02.png);
    }
    .Part_News_img-03 {
        background-image: url(/images/index/New/New_03.png);
    }
    .Part_News_txt {
        width: 100%;
        min-height: 80px;
        background-color: #FFF;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px;
    }
    .Part_News_txt_div-h2{
        width: 100%;
        border-bottom: 1px solid rgb(215, 215, 215);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .Part_News_txt h2 {
        color: #7d8089;
        font-size: 1rem;
        font-weight: bold;
        transition: .5s;
    }
    .Part_News_txt_div-p{
        width: 100%;
        text-align: right;
    }
    .Part_News_txt p {
        color: #7d8089;
        font-size: .9rem;
        transition: .5s;
    }
    .Part_News_a:hover .Part_News_img{
        filter: grayscale(0%) contrast(120%);
    }
    .Part_News_a:hover .Part_News_txt h2{
        color: #5a5a5a;
    }
    .Part_News_a:hover .Part_News_txt p{
        color: #25a4ff;
    }


    /* == 頁尾 =================================== */
    .footer{
        width: 100%;
        height: fit-content;
        position: relative;
    }

}

































