@import url("reset.css");

/*== 內頁 ===========================================================*/

/* 內頁文字 */
h1{
    font-size: 3em;
}
h2{
    font-size: 5.8em;
}
h3{
    font-size: 1.3em;
}
h4{
    font-size: 1.2em;
}
h5{
    font-size: 2.2em;
}
h6{
    font-size: 1.4em;
}
p{
    font-size: 1em;
}


/*-- 標圖 -----------------------------------------------------------*/
.banner_all{
    width: 100%;
    height: 500px;
    position: relative;
}
.banner_img, .Mask, .banner_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_txt h1{
    margin-bottom: 15px;
}
.banner_txt p{
    font-size: 1.2em;
    font-weight: 600;
}

/* 桌機 */
.banner_img{
    display: block;
    overflow: hidden;
}
.banner_img img{
    width: 100%;
    position: relative;
}
.banner_img_pA img{
    top: -250px;
}
.banner_img_pB{
    background-color: #232E56;
    /* background-image: linear-gradient(90deg,
    rgba(25, 17, 70, 1)   0%,
    rgba(5, 68, 107, 1) 100% ); */
}
.banner_img_pB img{
    top: -155px;
    filter: grayscale(0%);
}
.banner_img_pD img{
    top: -140px;
    filter: grayscale(18%);
}
.banner_img_pF img{
    top: -34px;
    filter: grayscale(18%);
}
.banner_img_go{
    position: relative;
    top: 0;
}

/* 手機 */
.bg_banner_img{
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_banner_img_pA{
    background-position: left 10% center;
    background-image: url(../old_images/page-A_features/pA_img_1.jpg);
}
.bg_banner_img_pB{
    background-position: center center;
    background-image: url(../old_images/page-B_news/pB_img_1.jpg);
}
.bg_banner_img_pD{
    background-position: left 10% bottom;
    background-image: url(../old_images/page-D_technical/pD_img_1.jpg);
}
.bg_banner_img_pF{
    background-position: left 10% bottom;
    background-image: url(../old_images/page-F_ShareArticle/pF_img_1.jpg);
}

/* 黑遮罩 */
.Mask_pA{
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0, .6)   0%,
    rgba(0, 0, 0, .3)  30%,
    rgba(0, 0, 0, .3)  70%,
    rgba(0, 0, 0, .6) 100%);
}
.Mask_pB{
    /* background-image: linear-gradient(90deg, 
    rgba(0, 0, 0, .75)   0%,
    rgba(0, 0, 0,  .4)  30%,
    rgba(0, 0, 0,  .4)  70%,
    rgba(0, 0, 0, .75) 100%); */
}
.Mask_pD{
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0,  .4)   0%,
    rgba(0, 0, 0, .15)  30%,
    rgba(0, 0, 0, .15)  70%,
    rgba(0, 0, 0,  .6) 100%);
}

/* 文字 */
.banner_txt > div{
    color: #FFF;
    padding-top: 70px;
    text-align: center;
}
.banner_txt .tit{
    margin-bottom: 3px;
}
.banner_txt p{
    letter-spacing: .5px;
}
.banner_txt_pD div{
    display: none;
}

/*-- 頁面子選單 -----------------------------------------------------*/
.page_menu{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.page_menu_off{
    display: none;
}
.page_menu ul{
    display: table;
    margin: 0 auto;
}
.page_menu li{
    float: left;
    position: relative;
    margin-right: 10px;
}
.page_menu li:hover a{
    color: #00BEE9;
}
.page_menu li:hover span{
    transform: scale(1);
}
.page_menu a{
    display: block;
    font-size: 16px;
    color: #828282;
    padding: 20px 42px;
    text-decoration: none;
    font-weight: bold;
}
.page_menu span{
    width: 100%;
    height: 1px;
    background-color: #00BEE9;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
    transform: scale(0);
}
.page_btn_active a{
    color: #00BEE9;
}
.page_btn_active span{
    transform: scale(1);
}


/*-- 內容 -----------------------------------------------------------*/

/* 通用 ----------------------------*/
.main_p_p{
    padding-top: 70px;
}
.Page_content{
    font-size: 16px;
    line-height: 2.2;
    padding: 80px 0 100px;
}
.content_wrap_bottom100{
    margin-bottom: 100px;
}

/* 文字 ---------------------------*/

/* 抬頭 */
.Page_content .tit{
    margin-bottom: 30px;
}
.Page_content .titNo{
    margin-bottom: 0px;
}
.Page_content .tit > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Page_content .tit .al-it-ba{
    align-items: baseline;
}
.Page_content .tit .em-2{
    font-size: 2em;
}
.Page_content .tit h5{
    color: #aaa7a5;
    font-size: 1.6em;
    font-weight: bold;
}
.Page_content .tit h6{
    color: #262626;
}
.Page_content .tit span.date{
    color: #999;
    font-size: 14px;
}

/* 內文 */
.Page_content .txt > div{
    margin-bottom: 40px;
}
.Page_content p{
    color: #777;
    font-weight: bold;
}
.txt_p_NoBold p{
    font-weight: normal;
}
.Page_content h4{
    color: #8f4227;
}
.txt-justify p{
    text-align: justify;
}

/* 插圖 ----------------------------*/
.part_img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.part_img img{
    width: 100%;
    height: auto;
    position: relative;
}

/* A-公司簡介 */
.pA_img-d{
    margin-bottom: 80px;
}
.pA_img-d img{
    top: -20px;
    filter: grayscale(60%);
}

/* B-最新消息 */
.pB_img-a{
    height: 460px;
    margin-bottom: 60px;
}
.pB_img-a img{
    top: -50px;
}


/*-- 頁面A-關於華鉅 --------------------------------------------------*/

/* 公司簡介 -------------------------*/

/* 滑鼠動圖 */
.parallax-scene-js{
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 60px 0 160px;
    /* margin-bottom: 60px; */
}
.layer-wrap{
    position: absolute;
    top: 48%;
    left: 46%;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
}
.layer-wrap img{
    width: 660px;
    height: auto;
    opacity: .6;
}

/* 文字+影片 */
.introduction{
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}
.introduction > div:first-child{
    width: 40%;
}
.introduction > div:last-child{
    width: 60%;
}
.introduction > .txt{
    padding-right: 20px;
}

/* 文字 */
.introduction h1{
    font-size: 40px;
    color: #373737;
}
.introduction p{
    line-height: 28px;
}
.featuresTxt{
    display: flex;
    padding-top: 10px;
}
.featuresTxt > div > div{
    margin-bottom: 45px;
}
.featuresTxt > div:first-child{
    margin-right: 60px;
}
.txtAfter{
    position: relative;
}
.txtAfter::after {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    opacity: .4;
    border-radius: 32px;
    background: #00BEE9;
    position: absolute;
    top: -12px;
    left: -17px;
}
/* .txtAfter::after {
    display: block;
    content: '';
    width: 10px;
    height: 20px;
    background: #fa9719;
    position: absolute;
    top: 5px;
    left: 0px;
    margin-right: 10px;
} */

/* 影片 */
.basis{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basis img{
    width: 100%;
    height: auto;
}
.basis .Mask{
    background-image: linear-gradient(90deg, 
    rgba(0, 0, 0, .2)    0%,
    rgba(0, 0, 0, .1)   30%,
    rgba(0, 0, 0, .1)   70%,
    rgba(0, 0, 0, .2)  100%); 
}
.basis a{
    position: absolute;
    bottom: 160px;
    left: 140px;
    color: black;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #FFF;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basis i{
    font-size: 28px;
    text-indent: 8px;
    transition: .3s;
}

/* :hover */
.basis a:hover{
    background-color: #00BEE9;
}
.basis a:hover i{
    color: #FFF;
}

/* 序 */
.preface{
    background-color: #282828;
    background-image: url(../old_images/page-A_features/pA_img_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0 140px;
}
.preface h6{
    color: rgba(255, 255, 255, 1);
}
.preface p{
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
}

/* 人物小圖 */
.people{
    overflow: hidden;
}
.peopleImg{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.peopleImg img{
    width: 100%;
    height: auto;
}
.people p{
    color: #C4956A;
    position: relative;
    top: 40px;
}

/* 逗點 */
.preface .frame_padding{
    position: relative;
}
.quote-classic-decor-wrap{
	position: absolute;
	top: 0;
	left: -3%;
	font-size: 0;
	line-height: 0;
	/* transform: translate3d(-50%, 0, 0); */
}
.quote-classic-decor{
	display: inline-block;
}

.quote-classic-decor::before{
	display: block;
	content: '';
	width: 16px;
	height: 14px;
	background: #C4956A;
}

.quote-classic-decor::after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #C4956A transparent transparent transparent;
}

.quote-classic-decor + .quote-classic-decor{
	margin-left: 10px;
}

/* 特點 */
.trait{
    display: flex;
}
.trait > div{
    flex-basis: 50%;
    height: 360px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trait img{
    width: auto;
    height: 100%;
    filter: grayscale(80%);
}
.trait .trait01{
    width: 100%;
}
.trait .txt{
    color: #FFF;
    position: absolute;
}
.trait svg{
    width: 110px;
    height: fit-content;
}
.trait .p1{
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
}

/* 左 */
.trait > div:first-child{
    background-color: sandybrown;
    position: relative;
    top: -90px;
}
.trait > div:first-child .Mask{
    background-color: rgb(20 123 192 / 75%);
}

/* 右 */
.trait > div:last-child{
    background-color: #686868;
}
.trait > div:last-child img{
    position: relative;
}
.trait > div:last-child .Mask{
    background-color:  rgba(0, 0, 0, .6);;
}

/* 三大保證 */
.Works{
    margin-top: 120px;
}
.Works h1{
    font-size: 40px;
    color: #373737;
    text-align: center;
}
.three{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.three .fa, .three .fa-solid{
    font-size: 32px;
    color: #00BEE9;
}
.three li{
    width: 24%;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 30px 50px 30px;
    border-radius: 5px;
}
.three h3{
    color: #4a4a4a;
    font-size: 20px;
    letter-spacing: 0px;
}
/* .three p{
    font-size: 15px;
    font-weight: normal;
}
.three li:first-child{
    background-image: url(../old_images/page-A_features/three1.png);
}
.three li:nth-child(2){
    background-image: url(../old_images/page-A_features/three2.png);
}
.three li:last-child{
    background-image: url(../old_images/page-A_features/three3.png);
} */

/* 問答 */
.technical{
    margin-top: 120px;
}
.technical .tit{
    margin: 0;
}
.technical h1 {
    font-size: 40px;
    color: #373737;
    text-align: center;
}
.technical_RL{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.technical_RL > div{
    width: 48.5%;
}

/* 成長歷程 -------------------------*/
.history_content{
    padding: 15px 0 0 35px;
    margin-left: 30px;
    border-left: 1px dashed #e1e1e1;
    margin-bottom: 40px;
}
.history_content dl {
    margin: 0 0 35px 10px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #e1e1e1;
}
.history_content dl dt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 10px;
    position: relative;
}
.history_content dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: -56px;
    top: 7px;
    width: 13px;
    height: 13px;
    border: 4px solid #fa9719;
    border-radius: 19px;
    background-color: #fff;
}
.history_content dl dd{
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.news dl dd{
    background-color: #f5f4f2;
    padding: 0 15px;
}
.history_content dl dd:last-child{
    margin-bottom: 0px;
}
.history_content dl dd span {
    float: left;
    color: #333;
    font-weight: bold;
    padding-right: 20px;
}
.history_content dl dd p{
    float: left;
    margin-right: 12px;
}
.history_content dl dd a{
    float: right;
    color: #fa9719;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.history_content dl dd a:hover{
    text-decoration: revert;
}
.history .txt{
    margin-left: 30px;
}

/* 服務經驗 -------------------------*/
.course{
    overflow: hidden;
    margin-bottom: 70px;
}
.course_txt h6{
    line-height: 1em;
    margin-bottom: 25px;
}
.course_txt p{
    font-size: .9em;
    text-align: justify;
}

/* 公司LOGO */
.all_logo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all_logo li{
    flex-basis: 165px;
    margin: 0 15px 25px;
}
.all_logo img{
    width: 100%;
}
.all_logo .li_so{
    text-align: center;
}
.all_logo img.so{
    width: 50%;
}

/* 合作廠商 -------------------------*/
.cooperate{
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
}
.cooperate ul{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.cooperate li{
    position: relative;
    width: 208px;
    height: 100%;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    flex-shrink: 0;
}
.cooperate li:last-child{
  margin-right: 0;
}
.cooperate li div{
    width: 100%;
    height: 208px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 廠商圖 */
.cooperate li img{
    width: 65%;
}

.cooperate li p{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, .9);
    background-color: #666;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
}

/* 左右鍵 */
.cooperate .fa{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: .3s;
}
.cooperate .fa:hover{
    background-color: #666;
}
.cooperate .fa-angle-left{
    left: -60px;
}
.cooperate .fa-angle-right{
    right: -60px;
    text-indent: 4px;
}


/*-- 頁面B-最新消息 --------------------------------------------------*/

/* 新聞活動 -------------------------*/

/* 秀圖 */
.show_img{
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.show_img ul{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show_img li{
    flex-basis: 350px;
    flex-grow: 1;
    border-radius: 5px;
    background-color: #FFF;
    overflow: hidden;
    cursor: pointer;
    margin: 0 5px 10px;
}
.show_img li.img_border{
    border: 2px solid #e1e1e1;
}
.show_img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    transform: scale(1);
}
.show_img li:hover img{
    transform: scale(1.04);
}

/* 新聞圖 */
.news_img img{
    width: 100%;
}

/* 連結 */
.news_a a{
    display: block;
    color: #fa9719;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.news_a a:hover{
    text-decoration: revert;
}


/*-- 頁面B-收費方案 --------------------------------------------------*/
.main_Overlay{
    background-color: #e5e5e5;
}

/* 標圖 */
.banner_all-Overlay{
    height: 339px;
}

/* 標圖文字 */
.banner_all-Overlay .tit{
    padding-top: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_all-Overlay .tit .titImg{
    width: 72px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.banner_all-Overlay .tit h1{
    font-size: 48px;
}

/* 內容 */
.Page_content-Overlay{
    height: fit-content;
    padding: 0 0 42px;
    position: relative;
}
.Page_content-Overlay_bg{
    width: 100%;
    height: 261px;
    background-color: #232E56;
    position: absolute;
    top: 0;
    left: 0;
}
.Page_content-Overlay .content_wrap{
    width: 100%;
    position: sticky;
}

/* 外框 */
.plan_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.plan_div_wrap{
    flex-basis: 400px;
    flex-grow: 1;
    margin: 0 8px 16px;
}
.plan_bigTit{
    font-size: 23px;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}
.plan_wrap .plan_div{
    height: calc(100% - 41px);
    border-radius: 8px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    padding-bottom: 20px;
}
.plan_wrap .plan_div-03{
    height: fit-content;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.plan_wrap .plan_div-03:last-child{
    margin-bottom: 0;
}

/* 方案標題 */
.plan_tit{
    color: #FFF;
    width: 100%;
    height: 220px;
    text-align: center;
    line-height: normal;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 60px;
}
.plan_div-03 .plan_tit{
    height: 100px;
    padding-top: 18px;
}

/* 計畫標題顏色 */
.plan_bigTit-01{
    color: #6c80ff;
}
.plan_bigTit-02{
    color: #1dafe9;
}
.plan_bigTit-03{
    color: #fba12d;
}

/* 版本標題背景顏色 */
.plan_div-01 .plan_tit{
    background-color: #687CFF;
}
.plan_div-02 .plan_tit{
    background-color: #1dafe9;
}
.plan_div-03 .plan_tit{
    background-color: #fba12d;
}
.plan_tit h2{
    font-size: 38px;
    margin-bottom: 5px;
}
.plan_div-03 .plan_tit h2{
    font-size: 30px;
}
.plan_tit h6{
    font-size: 16px;
    font-weight: normal;
    opacity: .7;
}

/* 價錢 */
.Price_wrap{
    width: 80%;
    height: 130px;
    text-align: center;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    position: relative;
    top: -50px;
    margin: auto;
}
.plan_div-03 .Price_wrap{
    height: 70px;
    top: -30px;
}
.Price_wrap > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Price_wrap div.Price_P_div{
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: normal;
}
.plan_div .Price_P-01{
    font-size: 30px;
    font-weight: bold;
}
.plan_div-03 .Price_P-01{
    font-size: 20px;
}
.plan_div .Price_P-02{
    font-size: 55px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 0 10px;
}
.plan_div-03 .Price_P-02{
    font-size: 40px;
}
.Price_P_div-01 p{
    color: #546af5;
}

/* 項目 */
.item_wrap{
    width: fit-content;
    position: relative;
    top: -17px;
    margin: auto;
}
.item_li{
    font-size: 17px;
    display: flex;
    align-items: center;
}
.plan_div-03 .item_li{
    line-height: 32px;
}
.item_li .fa{
    color: #8f8f8f;
    font-size: 21px;
    margin-right: 10px;
}
.item_li p{
    color: #8f8f8f;
}
.Price_P_div-02 p, .item_li-02 .fa, .item_li-02 p{
    color: #23aadf;
}
.Price_P_div-03 p, .item_li-03 .fa, .item_li-03 p{
    color: #f39419;
}


/*-- 頁面C-解決方案 --------------------------------------------------*/

/* 背景顏色 */
.bg_color{
    background-image: linear-gradient(90deg, 
    rgba( 7,  7,  7, 1)   0%,
    rgba(29, 29, 29, 1)  30%,
    rgba(35, 35, 35, 1)  70%,
    rgba( 7,  7,  7, 1) 100%);
}

/* 標圖 -----------------------------*/
.banner_solve{
    height: 1200px;
}
.banner_img_pC, .bg_banner_img_pC{
    background-image: url(../old_images/page-C_solve/VirtualESImg-01.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right;
}
.banner_img_pC-b, .bg_banner_img_pC-b{
    background-image: url(../old_images/page-C_solve/VirtualESImg-02.png);
    background-size: 72%;
    background-position: right 24%;
    background-repeat: no-repeat;
}
.Mask_pC{
    background-image: linear-gradient(90deg,
    rgba(25, 17, 70, .9)   0%,
    rgba(17, 37, 70, .9)  15%,
    rgba(5, 68, 107, .9)  30%,
    rgba(0, 0, 0, 0)     100% );
}
.Mask_pC-b{
    background-image: linear-gradient(90deg,
    rgb(30, 36, 47)   0%,
    rgb(30, 41, 60)  15%,
    rgb(48, 56, 69)  30%,
    rgba(0, 0, 0, .3)  50%,
    rgba(0, 0, 0, 0)     100% );
}
.banner_txt_pC > div{
    padding-top: 0;
    text-align: left;
    padding-left: 200px;
}
.banner_txt_pC h1{
    font-size: 5.5em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.banner_txt_pC p{
    font-size: 1.5em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* 內容 -----------------------------*/
.Page_content_pC{
    position: relative;
    padding: 0;
    padding-bottom: 100px;
}
/* .Page_content_pC .frame_padding{
    max-width: 1500px;
} */
.solve_video{
    padding: 150px 0 50px 0;
}
.solve_video .introduction{
    align-items: center;
}

/* 文字 */
.solve_video .txt{
    text-align: justify;
    position: relative;
    top: -32px;
}
.solve_video .txt h5{
    font-size: 40px;
}
.solve_video .txt h5, .solve_video .txt p{
    color: rgba(255, 255, 255, .8);
}
.solve_video .txt p{
    line-height: 30px;
}
.solve_video .txtAfter::after{
    opacity: .8;
    top: -4px;
    left: -17px;
}
.solve_video .introduction{
    position: relative;
}

/* 影片 */
.Page_content_pC .basis{
    width: 800px;
    min-width: 800px;
    height: 550px;
    overflow: hidden;
    box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.5);
}
.Page_content_pC .introduction > div:last-child{
    width: 50%;
    min-width: 50%;
    height: 440px;

    background-image: linear-gradient(180deg, 
    rgb(28, 33, 40) 0%,
    rgb(7, 17, 29)  100% );
}
.Page_content_pC .introduction > div.basis-b{
    width: 58%;
    min-width: 58%;
    height: 500px;
}
.Page_content_pC .introduction > div.basis-a:last-child{
    width: 100%;
    min-width: 100%;
    height: 500px;
}
.solve_video .basis img{
    width: 122%;
    position: relative;
    top: 0;
    left: 0;
}
.solve_video_b{
    position: relative;
}
.solve_video_b .basis img{
    width: 100%;
    position: relative;
    top: 0;
}
.solve_video .Mask{
    background-image: linear-gradient(90deg, 
    rgba(0, 0, 0, .8)    0%,
    rgba(0, 0, 0, .3)   30%,
    rgba(0, 0, 0, .3)   70%,
    rgba(0, 0, 0, .8)  100%); 
}
.solve_video a{
    right: 0;
    left: 0;
    bottom: 96px;
    margin: auto;
}

/* 插圖 */
.illustration{
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .8;
}
.illustration_1{
    height: 960px;
    background-image: url(../old_images/page-C_solve/pC_imgbg_2.png);
}
.illustration_2{
    height: 868px;
    background-image: url(../old_images/page-C_solve/pC_imgbg_3.png);
    position: relative;
}

/* 裝飾線 */
.adorn{
    display: block;
    width: 0px;
    height: 2px;
    opacity: .8;
    background-color: #00BEE9;
    position: absolute;
    top: 380px;
    z-index: 1;
    transition: 1s;
}
.adorn_a{
    width: 845px;
}
.adorn_b{
    width: 875px;
}
.adorn_c{
    width: 924px;
}

/* 測試.購買 */
.buy{
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-color: #FFF;
    background-image: url(/old_images/page-C_solve/pC_img_4.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 80% center;
    margin-top: 200px;
    position: relative;
}
.buy_img_btn{
    width: 100px;
    height: 100%;
}
.buy .img{
    position: absolute;
    top: 0;
    left: -400px;
}
.buy .img img{
    height: 100%;
}

/* 應用產業 -----------------------------*/

/* 文字 */
.introduction > div.industryTxt {
    width: 50%;
}
.solve_video .industryTxt{
    padding-right: 20px;
}
.industryTxt h1{
    color: #FFF;
}
.industryTxt h3{
    font-size: 1.3em;
    font-weight: bold;
    color: #00BEE9;
    margin-bottom: 10px;
}
.industryTxt h4{
    font-size: 1em;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
}
.solve_video .industryTxt p{
    line-height: 27px;
    text-align: justify;
    color: rgba(255, 255, 255, .7);
}
.Page_content_pC .Pbott{
    margin-bottom: 30px;
}
.Page_content_pC .industryTxt > div{
    margin-bottom: 40px;
}
.industryTxt .txtAfter::after{
    top: -5px;
    left: -10px;
}

.txtSmall > div {
    display: flex;
    margin-bottom: 14px;
}
.txtSmall .fa{
    font-size: 8px;
    color: #FFF;
    margin-right: 7px;

    position: relative;
    top: 9px;
}

/* 圖片 */
.solve_video .basis{
    border-radius: 8px;
}
.solve_video .basis .industryImg05{
    width: auto;
    height: 100%;
}
.solve_video .basis .industryImg06{
    width: auto;
    height: 100%;
    right: 36px;
    left: auto;
}
.solve_video .basis .industryImg07{
    width: auto;
    height: 100%;
}
.solve_video .basis .industryImg08{
    width: auto;
    height: 110%;
    right: 135px;
    left: auto;
    top: 26px;
}
.solve_video .basis .industryImg09{
    width: auto;
    height: 100%;
}
.solve_video .basis .industryImg10{
    width: 104%;
}
.solve_video .basis .industryImg11{
    width: 125%;
}


/*-- 頁面D-支援服務 --------------------------------------------------*/

/* 題目 -------------------------*/
.technical_Q{
    width: 100%;
    height: auto;
}
.technical_Q ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.technical_Q li{
    flex-basis: 330px;
    height: 350px; /*260px*/
    flex-grow: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    /* margin: 0 5px 10px; */

    display: flex;
    align-items: center;
    justify-content: center;
}
.technical_Q li.LL{
    margin-right: 5px;
}
.technical_Q li.RR{
    margin-left: 5px;
}
.technical_Q li > div{
    position: absolute;
}
.technical_Q img{
    display: block;
    width: 100%;
}
/* .technical_Q .RR img{
    height: 100%;
} */
.technical_Q li.LL .Mask, .technical_Q li.RR .Mask{
    background-color: rgba(0, 0, 0, .6);
}
.technical_Q li.CC .Mask{
    background-color: rgb(227 133 12 / 75%);
}
.technical_Q .txt .fa, .technical_Q .txt p, .technical_Q .txt a{
    color: rgba(255, 255, 255, .9);
}
.technical_Q .txt .fa{
    font-size: 28px;
}
.technical_Q .txt .p1{
    font-size: 22px;
    line-height: 2;
}
.technical_Q .txt a{
    display: block;
    width: 99px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
    position: relative;
    transition: .3s;
    transform: translateY(0);
    margin: 0 auto;
}
.technical_Q .txt a span{
    display: block;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}
.technical_Q .txt a:hover{
    transform: translateY(-5px);
}
.technical_Q .txt a:hover span{
    width: 100%;
}
.technical_Q li.a_active a{
    transform: translateY(-5px);
}
.technical_Q li.a_active a span{
    width: 100%;
}

/* 回答 -------------------------*/
.technical_A{
    margin-top: 60px;
    margin-bottom: 20px;
}
.technical_A .A_wrap{
    display: none;
    width: 100%;
}
.technical_A .div_open{
    display: block;
}
.A_div{
    margin-bottom: 80px;
}
.A_div:last-child{
    margin-bottom: 0px;
}
.A_div > div{
    width: 100%;
    padding: 22px 32px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-bottom: 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.A_div > div:last-child{
    margin-bottom: 0;
}
.A_div_m-b-0{
    margin-bottom: 0;
}
.A_wrap h6{
    color: #333;
    font-size: 2em;
    text-align: center;
    margin-bottom: 5px;
    font-weight: normal;
}
.A_wrap p{
    font-size: 1.2em;
    font-weight: normal;
}
.A_wrap a{
    color: #fa9719;
    font-size: 1em;
    line-height: 1.1;
    padding: 10px 34px;
    border-radius: 5px;
    border: 1px solid #fa9719;
    outline: none;
    cursor: pointer;
    transition: .5s;
}
.A_wrap a:hover{
    color: #FFF;
    background-color: #fa9719;
}

/* 問與答 */
.QandA_div:last-child{
    border-bottom: 1px solid #e1e1e1;
}
.QandA_Q{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding: 20px 24px;
    cursor: pointer;
}
.QandA_Q > div{
    width: calc(100% - 40px);
}
.QandA_Q p{
    font-weight: bold;
    transition: .3s;
}
.QandA_A{
    display: none;
    background-color: #f5f4f2;
    padding: 20px 24px;
    margin-bottom: 16px;
}
.QandA_A img{
    width: 500px;
    display: block;
    margin-bottom: 15px;
}
.answer p{
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: justify;
}
.answer > div{
    display: flex;
    line-height: 1.8;
    margin-bottom: 6px;
}
.answer span.tit{
    color: #fff;
    padding: 4px 5px 3px;
    border-radius: 3px;
    margin-right: 8px;
    white-space:nowrap;
}
.answer span.error{
    background-color: #e01d1d;
}
.answer span.feature{
    background-color: #fa9719;
}
.answer span.solve{
    background-color: #2a9e49;
}
.answer .a1{
    margin: 0 7px;
}
.a2{
    margin-bottom: 10px;
}

/* 問答開關 */
.QandA_Q .off{
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
}
.QandA_Q .off > div{
    width: 34px;
    height: 16px;
    margin: 0 auto;
    position: relative;

    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
}
.QandA_Q .off span{
    display: block;
    width: 34px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

/* :hover */
.QandA_div .QandA_Q:hover .off .off-top{
    width: 34px;
    background-color: #777;
}
.QandA_div .QandA_Q:hover .off .off-bott{
    background-color: #777;
}

/* 打開 */
.QandA_div .QandA_Q .off .off-top{
    width: 20px;
    transform: translateY(0px) rotate(0deg);
}
.QandA_div .QandA_Q .off .off-bott{
    top: 12px;
    transform: translateY(0px) rotate(0deg);
}

/* 關閉 */
.QandA_div .QandA_Q .off .off-top-xx{
    width: 34px;
    transform: translateY(7px) rotate(45deg);
    background-color: #777;
}
.QandA_div .QandA_Q .off .off-bott-xx{
    transform: translateY(-5px) rotate(-45deg);
    background-color: #777;
}

/* 問答查詢功能 */
.QA_Inquire{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.QueryBox{
    color: rgb(80, 80, 80);
    font-size: 18px;
    width: calc(100% - 105px);
    height: 42px;
    line-height: 42px;
    padding: 6px 15px 5px;
    outline: none;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    transition: .3s;
}
.QueryBox:focus{
    border: 2px solid rgba(250, 151, 25, 1);
}
::-webkit-input-placeholder { color: rgb(153, 153, 153); }

.QueryButton{
    width: 100px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    background-color: rgba(250, 151, 25, 1);
    transition: .3s;
}
.QueryButton:hover{
    background-color: #ec800d;
}
.QueryButton .fa{
    font-size: 19px;
    margin-right: 3px;
}


/*-- 頁面D-影片專區 --------------------------------------------------*/
.movie_wrap{
    padding: 120px 0 150px;
}
.movie_wrap h2{
    font-size: 40px;
    color: #373737;
    line-height: 1.6em;
}
.movie_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.movie_wrap .movie_div:last-child{
    margin-bottom: 0;
}
.movie_div .basis{
    width: 49%;
    height: 368px;
    overflow: hidden;
    border-radius: 8px;
}
.movie_div .basis img{
    width: 100%;
    height: 100%;
}
.movie_div .basis a{
    left: 30px;
    bottom: 30px;
}
.movieImg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.movieImg01{
    background-image: url(/old_images/page-D_technical/pD_img_6.jpg);
}
.movieImg02{
    background-image: url(/old_images/page-D_technical/pD_img_7.jpg);
}
.movieImg03{
    background-image: url(/old_images/page-D_technical/pD_img_8.jpg);
    background-position: center;
}
.movieImg04{
    background-image: url(/old_images/page-D_technical/pD_img_9.jpg);
    background-position: center;
}


/*-- 頁面E-聯絡我們 --------------------------------------------------*/
.Page_content_pE{
    padding: 0;
    height: 100vh;
    background-color: rgba( 0, 0, 0, .7);
}
.Page_content_pE > section{
    /* width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.55); */
}

/* 背景線圖_桌機 */
.Page_content_pE .parallax-scene-js{
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
}
.Page_content_pE .parallax-scene-js .layer-wrap{
    width: 100%;
    height: 100%;
    top: -4%;
    left: -4%;
    transform: translate3d(0, 0, 0);
}
.Page_content_pE .parallax-scene-js img{
    width: 108%;
    height: auto;
    opacity: .55;
}

/* 背景線圖_手機 */
.ba_img_pE{
    display: none;
    overflow: hidden;
}
.ba_img_pE img{
    width: 150%;
    opacity: .7;
}

.Mask_pE{
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0, .4)   0%,
    rgba(0, 0, 0, .2)  10%,
    rgba(0, 0, 0, .05)  20%,
    rgba(0, 0, 0, .05)  80%,
    rgba(0, 6, 17,.1) 100%);
    z-index: 2;
}
    /* linear-gradient(180deg, 
    rgba(0, 0, 0, .5)   0%,
    rgba(0, 0, 0, .1)  20%,
    rgba(0, 0, 0, .1)  70%,
    rgba(0, 6, 17,.1)  95%,
    rgba(0, 6, 17,.1) 100%); */


/* 公司圖.公司資料 */
.contact{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #FFF;
    z-index: 3;
}
.contact > div{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 文字 */
.contact .fadeInLeft{
    width: 590px;
}
.Page_content_pE .contact .txt > div{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.contact .txt .icosp{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.contact .txt .fa,
.contact .txt .fa-solid{
    color: #00BEE9;
}
.contact .txt .fa-phone{
    font-size: 23px;
}
.contact .txt .fa-fax{
    font-size: 19px;
}
.contact .txt .fa-location-dot{
    font-size: 25px;
}
.contact .txt .fa-globe{
    font-size: 22px;
}
.contact .txt .fa-envelope{
    font-size: 18px;
}
.contact .txt h2{
    color: #222;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: bold;
}
.contact .txt h3{
    font-size: 20px;
    font-weight: bold;
    color: #565656;
}
.contact .txt h3.tx01{
    font-size: 19.5px;
}

/* 地圖 */
.contact .contactImg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.3);
}
.contactImg iframe{
    width: 100%;
    height: 100%;
}


/*-- 頁面F-文章分享 --------------------------------------------------*/
.ShareArticle_wrap{
    padding: 100px 0;
}

/* 序 */
.ShareArticle_wrap .tit{
    margin-bottom: 5px;
}
.ShareArticle_wrap h2{
    font-size: 40px;
    color: #373737;
    line-height: 1.6em;
}

/* 分享文章 */
.ShareArticle_ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ShareArticle_li{
    flex-basis: calc( 100% / 3 - 10px);
    flex-grow: 0;
    margin: 5px;
}

/* 文章區塊 */
.ShareArticle_a{
    width: 100%;
}
.ShareArticle_a:hover .ArticleTit h2{
    color: #0189dd;
}
.ShareArticle_a:hover .Article_div{
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
}
.Article_div{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.ArticleImg{
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
}
.ArticleImg-01{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-01.png);
}
.ArticleImg-02{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-02.png);
}
.ArticleImg-03{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-03.png);
}
.ArticleImg-04{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-04.png);
}
.ArticleImg-05{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-05.png);
}
.ArticleImg-06{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-06.png);
}
.ArticleImg-07{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-07.png);
}
.ArticleImg-08{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-08.png);
}
.ArticleImg-09{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-09.png);
}
.ArticleImg-10{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-10.png);
}
.ArticleImg-11{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-11.png);
}
.ArticleImg-12{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-12.png);
}
.ArticleImg-13{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-13.png);
}
.ArticleImg-14{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-14.png);
}
.ArticleImg-15{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-15.png);
}
.ArticleImg-16{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-16.png);
}
.ArticleImg-17{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-17.png);
}
.ArticleImg-18{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-18.png);
}
.ArticleImg-19{
    background-image: url(/old_images/page-F_ShareArticle/ArticleImg-19.png);
}
.ArticleTit h2{
    height: 60px;
    font-size: 20px;
    color: #474747;
    line-height: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    transition: .3s;
    padding: 0 12px;
    margin: 18px 0;
}
.information{
    color: #474747;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d7d7d7;
    padding: 10px 12px 0;
}
.Browse{
    display: flex;
    align-items: baseline;
}
.Browse .fa{
    font-size: 18px;
    margin: 0 5px;
}

/* 最新消息-內頁文章 */
.ShareArticleContent_wrap{
    padding: 150px 0;
}
.ShareArticleContent_div{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ShareArticleContent{
    width: 1000px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin: 0 auto;
}
.ShareArticleContentTlt{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
.ShareArticleContentTlt h2{
    font-size: 30px;
    color: #222;
    line-height: 38px;
}
.ShareArticleContentTlt h6{
    color: #0189dd;
    font-size: 18px;
    font-weight: 600;
}
.ShareArticleContentImg{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px 0 45px;
}
.ShareArticleContentImg img{
    height: 100%;;
}
.ShareArticleContentTxt .TxtEmphasis > div{
    margin-bottom: 25px;
}
.ShareArticleContentTxt > div{
    margin-bottom: 40px;
}
.ShareArticleContentTxt p{
    color: #222;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    font-weight: normal;
    margin-bottom: 10px;
}
.ShareArticleContentTxtIco{
    display: flex;
    align-items: baseline;
    justify-content: left;
}
.ShareArticleContentTxtIco .fa, 
.ShareArticleContentTxtIco .fa-solid {
    font-size: 22px;
    color: #0189dd;
    margin-right: 8px;
}
.ShareArticleContentTxtIco h3{
    color: #0189dd;
    line-height: 34px;
    margin-bottom: 10px;
}
.ShareArticleContentTxtIco p{
    font-weight: bold;
}
.txtStress{
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

/* 社群 */
.Community_wrap{
    width: 1000px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    margin-top: 30px;
}
.Community_wrap a{
    display: block;
    width: 36px;
    height: auto;
    margin-right: 12px;
}
.Community_wrap a img{
    width: 100%;
}

/* 分頁 */
.Pagination_wrap{
    display: flex;
    justify-content: center;
    padding: 10px;
}
.nav-btns {
    display: flex;
    align-items: center;
}
.nav-btns li{
    margin: 0 12px;
}
.nav-btns a {
    font-size: 18px;
    color: #767676;
    font-weight: bold;
}
.nav-btns .fa{
    font-size: 20px;
}
.nav-btns .fa-angle-left{
    margin-right: 15px;
}
.nav-btns .fa-angle-right{
    margin-left: 15px;
}
.nav-btns a:hover {
    color: #0189dd;
}
.nav-btns .page-active{
    color: #0189dd;
}


/*-- 頁面G-聯絡我們 --------------------------------------------------*/
.EDM_wrap{
    padding: 100px 30px 30px;
    background-color: #262626;
}
.EDM_div{
    display: flex;
    align-items: center;
    justify-content: center;
} 
.EDM_div div{
    width: 50%;
    line-height: normal;
    margin-bottom: 26px;
}
.EDM_div div img{
    width: 100%;
    margin-bottom: 0;
}

.EDM-dow{
    text-align: center;
}
.EDM-dow a{
    font-size: 26px;
    color: rgba(255, 255, 255, .7);
    font-weight: bold;
    transition: .3s;
}
.EDM-dow a:hover{
    color: #34a8d0;
}



/* == 平板版型 ========================================================= */

@media ( min-width: 768px ) and ( max-width: 1024px ) {

    /*-- 標圖 -----------------------------------------------------------*/
    
    /* 桌機 */
    .banner_img{
        width: 100%;
        background-size: cover;
    }
    .banner_img_pA img{
        top: 0px;
    }
    .banner_img_pB img{
        top: 0px;
    }
    .banner_img_pD img{
        width: auto;
        height: 100%;
        top: 0px;
    }
    .banner_img_go{
        height: 100%;
    }

    /*-- 頁面B-收費方案 --------------------------------------------------*/
    .main_Overlay{
        background-color: #e5e5e5;
    }

    /* 標圖 */
    .banner_all-Overlay{
        height: 339px;
    }

    /* 標圖文字 */
    .banner_all-Overlay .tit{
        padding-top: 97px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_all-Overlay .tit .titImg{
        width: 72px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }
    .banner_all-Overlay .tit h1{
        font-size: 48px;
    }

    /* 內容 */
    .Page_content-Overlay{
        height: fit-content;
        padding: 0 0 34px;
        position: relative;
    }
    .Page_content-Overlay_bg{
        width: 100%;
        height: 261px;
        background-color: #232E56;
        position: absolute;
        top: 0;
        left: 0;
    }
    .Page_content-Overlay .content_wrap{
        width: 100%;
        position: sticky;
    }

    /* 外框 */
    .plan_wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .plan_div_wrap{
        flex-basis: 400px;
        flex-grow: 1;
        margin: 0 8px 16px;
    }
    .plan_bigTit{
        font-size: 23px;
        text-align: center;
        line-height: normal;
        margin-bottom: 5px;
    }
    .plan_wrap .plan_div{
        height: calc(100% - 41px);
        border-radius: 8px;
        background-color: #f5f5f5;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
        padding-bottom: 20px;
    }
    .plan_wrap .plan_div-03{
        height: fit-content;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .plan_wrap .plan_div-03:last-child{
        margin-bottom: 0;
    }

    /* 方案標題 */
    .plan_tit{
        color: #FFF;
        width: 100%;
        height: 220px;
        text-align: center;
        line-height: normal;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-top: 60px;
    }
    .plan_div-03 .plan_tit{
        height: 140px;
        padding-top: 33px;
    }

    /* 計畫標題顏色 */
    .plan_bigTit-01{
        color: #6c80ff;
    }
    .plan_bigTit-02{
        color: #1dafe9;
    }
    .plan_bigTit-03{
        color: #fba12d;
    }

    /* 版本標題背景顏色 */
    .plan_div-01 .plan_tit{
        background-color: #687CFF;
    }
    .plan_div-02 .plan_tit{
        background-color: #1dafe9;
    }
    .plan_div-03 .plan_tit{
        background-color: #fba12d;
    }
    .plan_tit h2{
        font-size: 38px;
        margin-bottom: 5px;
    }
    .plan_div-03 .plan_tit h2{
        font-size: 30px;
    }
    .plan_tit h6{
        font-size: 16px;
        font-weight: normal;
        opacity: .7;
    }

    /* 價錢 */
    .Price_wrap{
        width: 80%;
        height: 100px;
        text-align: center;
        border-radius: 5px;
        background-color: #FFF;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
        position: relative;
        top: -50px;
        margin: auto;
    }
    .plan_div-03 .Price_wrap{
        height: 100px;
        top: -30px;
    }
    .Price_wrap > div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Price_wrap div.Price_P_div{
        display: flex;
        align-items: baseline;
        justify-content: center;
        line-height: normal;
    }
    .plan_div .Price_P-01{
        font-size: 30px;
        font-weight: bold;
    }
    .plan_div-03 .Price_P-01{
        font-size: 30px;
    }
    .plan_div .Price_P-02{
        font-size: 50px;
        letter-spacing: -1px;
        font-weight: normal;
        margin: 0 10px;
    }
    .plan_div-03 .Price_P-02{
        font-size: 50px;
    }
    .Price_P_div-01 p{
        color: #546af5;
    }

    /* 項目 */
    .item_wrap{
        width: fit-content;
        position: relative;
        top: -17px;
        margin: auto;
    }
    .item_li{
        font-size: 17px;
        display: flex;
        align-items: center;
    }
    .plan_div-03 .item_li{
        line-height: 34px;
    }
    .item_li .fa{
        color: #8f8f8f;
        font-size: 21px;
        margin-right: 10px;
    }
    .item_li p{
        color: #8f8f8f;
    }
    .Price_P_div-02 p, .item_li-02 .fa, .item_li-02 p{
        color: #23aadf;
    }
    .Price_P_div-03 p, .item_li-03 .fa, .item_li-03 p{
        color: #f39419;
    }
        
}


/* == 手機版型 ========================================================= */

@media ( max-width: 767px ){

    /* 內頁文字 */
    h1{
        font-size: 1.6em;
        line-height: 35px;
    }
    h2{
        font-size: 5.8em;
    }
    h3{
        font-size: 1.3em;
    }
    h4{
        font-size: 1.2em;
    }
    h5{
        font-size: 2.2em;
    }
    h6{
        font-size: 1.4em;
    }
    p{
        font-size: 1em;
    }

    /*-- 標圖 -----------------------------------------------------------*/
    .banner_all{
        height: 50vh;
    }
    .banner_txt .titImg{
        width: 60px;
    }

    /* 桌機 */
    .banner_img{
        display: none;
        width: 100%;
    }
    .banner_img_pB{
        display: block;
    }
    .banner_img img{
        width: auto;
        height: 100%;
    }
    .banner_img_pA img{
        top: 0px;
        right: 5%;
    }
    .banner_img_pB img{
        top: 0px;
    }
    .banner_img_pD img{
        top: 0px;
        right: 12%;
    }
    .banner_img_go{
        height: 100%;
    }

    /* 手機 */
    .bg_banner_img{
        display: block;
        background-size: 180%;
        background-position: 22% top;
    }
    .bg_banner_img_pF{
        background-size: cover;
    }

    /* 文字 */
    .banner_txt > div{
        padding-top: 50px;
    }
    .banner_txt_pD div{
        display: block;
    }


    /*-- 頁面子選單 -----------------------------------------------------*/
    .page_menu .frame_padding{
        padding: 0;
    }
    .page_menu ul{
        display: flex;
        overflow-x: auto;
        justify-content: center;
    }
    .page_menu li{
        float: none;
    }
    .page_menu li:hover a{
        color: #333;
    }
    .page_menu li:hover span{
        transform: scale(0);
    }
    .page_menu a{
        padding: 20px 26px;
        white-space:nowrap;
    }


    /*-- 內容 -----------------------------------------------------------*/

    /* 通用 ----------------------------*/
    .Page_content{
        font-size: 14px;
        line-height: 2;
        padding: 40px 0 50px;
    }

    /* 文字 ---------------------------*/

    /* 抬頭 */
    .Page_content .tit{
        margin-bottom: 20px;
    }
    .Page_content .tit > div{
        align-items: flex-start;
        flex-direction: column;
    }

    /* 內文 */
    .Page_content .txt > div{
        margin-bottom: 30px;
    }

    /* 插圖 ----------------------------*/
    .part_img{
        height: auto;
    }
    
    /* A-公司簡介 */
    .pA_img-d{
        margin-bottom: 15px;
    }
    .pA_img-d img{
        top: 0px;
    }
    
    /* B-最新消息 */
    .pB_img-a{
        height: auto;
        margin-bottom: 15px;
    }
    .pB_img-a img{
        top: 0px;
    }


    /*-- 頁面A-關於華鉅 --------------------------------------------------*/

    /* 公司簡介 -------------------------*/

    /* 滑鼠動圖 */
    .parallax-scene-js{
        padding: 0;
        margin-bottom: 30px;
    }

    /* 文字+影片 */
    .introduction{
        flex-direction: column;
        padding-bottom: 40px;
    }
    .introduction > div:first-child{
        width: 100%;
    }
    .introduction > div:last-child{
        width: 100%;
    }
    .introduction > .txt{
        padding-right: 0;
    }

    /* 文字 */
    .introduction h1{
        font-size: 30px;
    }
    .introduction p{
        line-height: 24px;
    }
    .featuresTxt{
        display: flex;
        justify-content: space-evenly;
        padding-top: 0;
    }
    .featuresTxt > div > div{
        margin-bottom: 20px;
    }
    .featuresTxt > div:first-child{
        margin-right: 30px;
    }
    .txtAfter{
        position: relative;
    }
    .txtAfter::after {
        width: 26px;
        height: 26px;
        border-radius: 26px;
        top: -10px;
        left: -10px;
    }

    /* 影片 */
    .basis{
        width: 100%;
        height: auto;
        box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.4);
    }
    .basis a{
        bottom: 30px;
        left: 60px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .basis i {
        font-size: 20px;
        text-indent: 4px;
    }

    /* 序 */
    .preface{
        padding: 80px 0 100px;
    }
    
    /* 逗點 */
    .quote-classic-decor-wrap{
        top: -20px;
        left: 15px;
    }

    /* 特點 */
    .trait_block .frame_padding{
        padding: 0;
    }
    .trait > div{
        height: 160px;
    }
    .trait svg{
        width: 50px;
    }
    .trait .fa{
        font-size: 30px;
    }
    .trait .p1{
        font-size: 16px;
    }

    /* 三大保證 */
    .Works{
        margin-top: 80px;
    }
    .Works h1{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .three li{
        width: 48.5%;
        padding: 20px;
        margin-bottom: 10px;
    }
    .three h3{
        font-size: 13px;
    }

    /* 問答 */
    .technical{
        margin-top: 80px;
    }
    .technical .tit{
        margin: 0;
    }
    .technical h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .technical_RL{
        display: block;
    }
    .technical_RL > div{
        width: 100%;
    }

    /* 成長歷程 -------------------------*/
    .history_content{
        padding: 15px 0 0 10px;
        margin-left: 10px;
    }
    .history_content dl {
        margin: 0 0 30px 10px;
        padding-bottom: 25px;
    }
    .history_content dl dt:before {
        left: -31px;
    }
    .history_content dl dd{
        height: auto;
        display: inline-flex;
    }
    .history_content dl dd span {
        padding-right: 10px;
    }
    .history_content dl dd p{
        margin-right: 0px;
    }
    .history .txt{
        margin-left: 0;
        text-align: justify;
    }

    /* 服務經驗 -------------------------*/
    .course{
        margin-bottom: 50px;
    }
    /* 公司LOGO */
    .all_logo li{
        flex-basis: 42%;
        margin: 0 13px 26px;
    }

    /* 合作廠商 -------------------------*/
    .cooperate{
        height: auto;
        margin-bottom: 0;
    }
    .cooperate ul{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto;
    }
    .cooperate li{
        width: 150px;
        height: auto;
        margin: 0 5px 10px 5px;
        flex-grow: 1;
    }
    .cooperate li:last-child{
        margin-right: 5px;
    }
    .cooperate li div{
        height: 150px;
    }
    .cooperate li p{
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 0.85em;
    }

    /* 廠商圖 */
    .cooperate li img{
        position: relative;
        top: -10px;
    }

    /* 左右鍵 */
    .cooperate .fa{
        display: none;
    }

    /*-- 頁面B-收費方案 --------------------------------------------------*/
    .main_Overlay{
        background-color: #e5e5e5;
    }

    /* 標圖 */
    .banner_all-Overlay{
        height: 270px;
    }

    /* 標圖文字 */
    .banner_all-Overlay .tit{
        padding-top: 97px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_all-Overlay .tit .titImg{
        width: 55px;
        margin-right: 0px;
        position: relative;
        top: -2px;
    }
    .banner_all-Overlay .tit h1{
        font-size: 34px;
    }

    /* 內容 */
    .Page_content-Overlay{
        height: fit-content;
        padding: 0;
        position: relative;
    }
    .Page_content-Overlay_bg{
        width: 100%;
        height: 261px;
        background-color: #232E56;
        position: absolute;
        top: 0;
        left: 0;
    }
    .Page_content-Overlay .content_wrap{
        width: 100%;
        position: sticky;
    }

    /* 外框 */
    .plan_wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .plan_div_wrap{
        flex-basis: 400px;
        flex-grow: 1;
        margin: 0 0 15px;
    }
    .plan_bigTit{
        font-size: 23px;
        text-align: center;
        line-height: normal;
        margin-bottom: 5px;
    }
    .plan_wrap .plan_div{
        height: calc(100% - 41px);
        border-radius: 8px;
        background-color: #f5f5f5;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
        padding-bottom: 20px;
    }
    .plan_wrap .plan_div-03{
        height: fit-content;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .plan_wrap .plan_div-03:last-child{
        margin-bottom: 0;
    }

    /* 方案標題 */
    .plan_tit{
        color: #FFF;
        width: 100%;
        height: 160px;
        text-align: center;
        line-height: normal;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding-top: 30px;
    }
    .plan_div-03 .plan_tit{
        height: 130px;
        padding-top: 30px;
    }

    /* 計畫標題顏色 */
    .plan_bigTit-01{
        color: #6c80ff;
    }
    .plan_bigTit-02{
        color: #1dafe9;
    }
    .plan_bigTit-03{
        color: #fba12d;
    }

    /* 版本標題背景顏色 */
    .plan_div-01 .plan_tit{
        background-color: #687CFF;
    }
    .plan_div-02 .plan_tit{
        background-color: #1dafe9;
    }
    .plan_div-03 .plan_tit{
        background-color: #fba12d;
    }
    .plan_tit h2{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .plan_div-03 .plan_tit h2{
        font-size: 30px;
    }
    .plan_tit h6{
        font-size: 14px;
        font-weight: normal;
        opacity: .7;
    }

    /* 價錢 */
    .Price_wrap{
        width: 80%;
        height: 80px;
        text-align: center;
        border-radius: 5px;
        background-color: #FFF;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
        position: relative;
        top: -50px;
        margin: auto;
    }
    .plan_div-03 .Price_wrap{
        height: 80px;
        top: -30px;
    }
    .Price_wrap > div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Price_wrap div.Price_P_div{
        display: flex;
        align-items: baseline;
        justify-content: center;
        line-height: normal;
    }
    .plan_div .Price_P-01{
        font-size: 20px;
        font-weight: bold;
    }
    .plan_div-03 .Price_P-01{
        font-size: 20px;
    }
    .plan_div .Price_P-02{
        font-size: 40px;
        letter-spacing: -1px;
        font-weight: normal;
        margin: 0 10px;
    }
    .plan_div-03 .Price_P-02{
        font-size: 40px;
        letter-spacing: -1.5px;
    }
    .Price_P_div-01 p{
        color: #546af5;
    }

    /* 項目 */
    .item_wrap{
        width: fit-content;
        position: relative;
        top: -17px;
        margin: auto;
    }
    .item_li{
        font-size: 17px;
        display: flex;
        align-items: center;
    }
    .plan_div-03 .item_li{
        line-height: 32px;
    }
    .item_li .fa{
        color: #8f8f8f;
        font-size: 21px;
        margin-right: 10px;
    }
    .item_li p{
        color: #8f8f8f;
    }
    .Price_P_div-02 p, .item_li-02 .fa, .item_li-02 p{
        color: #23aadf;
    }
    .Price_P_div-03 p, .item_li-03 .fa, .item_li-03 p{
        color: #f39419;
    }

    /*-- 頁面C-解決方案 --------------------------------------------------*/

    /* 標圖 -----------------------------*/
    .banner_solve{
        height: 100vh;
    }
    .banner_img_pC, .bg_banner_img_pC{
        background-image: url(../old_images/page-C_solve/VirtualESImg-01.jpg);
        background-size: cover;
        background-position: 44% center;
    }
    .banner_img_pC-b{
        background-image: url(../old_images/page-C_solve/VirtualESImg-02.png);
        background-size: 72%;
        background-position: right 24%;
    }
    .Mask_pC-b{
        background-image: linear-gradient(90deg,
        rgba(0, 0, 0, .3)   0%,
        rgba(0, 0, 0, .1)  30%,
        rgba(0, 0, 0,  0)  50%,
        rgba(0, 0, 0, .1)  70%,
        rgba(0, 0, 0, .3) 100% );
    }
    .banner_txt_pC{
        display: flex;
    }
    .banner_txt_pC > div{
        padding-top: 136px;
        padding-left: 20px;
    }
    .banner_txt_pC h1{
        font-size: 2.2em;
    }
    .banner_txt_pC p{
        font-size: 1em;
    }

    /* 內容 -----------------------------*/
    .Page_content_pC{
        padding: 15px 0 0;
    }
    .Page_content_pC .frame_padding{
        max-width: 100%;
    }
    .solve_video{
        padding: 60px 0 0;
        margin-bottom: 0;
    }
    .solve_video .introduction{
        align-items: center;
    }

    /* 文字 */
    .solve_video .txt{
        text-align: justify;
        position: relative;
        top: -32px;
    }
    .solve_video .txt h5{
        font-size: 25px;
    }
    .solve_video .txt h5, .solve_video .txt p{
        color: rgba(255, 255, 255, .8);
    }
    .solve_video .txt p{
        line-height: 20px;
        line-height: 24px;
    }
    .solve_video .txtAfter::after{
        opacity: .8;
        top: -2px;
        left: -10px;
    }
    .solve_video .introduction{
        position: relative;
        padding-bottom: 0;
    }
    .solve_video .txt .txt_p_NoBold{
        margin-bottom: 0;
    }

    /* 影片 */
    .Page_content_pC .basis{
        width: 100%;
        min-width: 100%;
        height: fit-content;
    }
    .Page_content_pC .introduction > div:last-child{
        width: 100%;
        min-width: 100%;
        height: 220px;
    }
    .Page_content_pC .introduction > div.basis-a:last-child{
        width: 100%;
        min-width: 100%;
        height: 220px;
    }
    .solve_video .basis img{
        width: auto;
        height: 100%;
        left: 2px;
    }
    .solve_video a{
        left: 20px;
        bottom: 20px;
    }
    .solve_video .Mask{
        background-image: linear-gradient(90deg, 
        rgba(0, 0, 0, .3)    0%,
        rgba(0, 0, 0, .1)   30%,
        rgba(0, 0, 0, .1)   70%,
        rgba(0, 0, 0, .3)  100%); 
    }

    /* 插圖 */
    .illustration{
        display: none;
    }

    /* 裝飾線 */
    .adorn{
        top: 41px;
        transition: .8s;
    }
    .adorn_a, .adorn_b, .adorn_c{
        width: calc(100% - 30px);
    }

    /* 應用產業 -----------------------------*/

    /* 文字 */
    .solve_video .industryTxt{
        padding-right: 0;
    }
    .industryTxt h1{
        font-size: 25px;
    }
    .industryTxt h3{
        position: static;
        font-size: 1.2em;
        white-space: initial;
    }
    .solve_video .industryTxt h4{
        line-height: 22px;
    }
    .solve_video .industryTxt p{
        line-height: 22px;
    }
    .Page_content_pC .Pbott{
        margin-bottom: 20px;
    }
    .Page_content_pC .industryTxt > div{
        margin-bottom: 20px;
    }
    .industryTxt .txtAfter::after{
        top: -10px;
        left: -17px;
    }

    /* 圖片 */
    .solve_video .basis .industryImg05{
        width: 100%;
        height: auto;
    }
    .solve_video .basis .industryImg06{
        width: 100%;
        height: auto;
        right: 0;
        left: auto;
    }
    .solve_video .basis .industryImg07{
        width: 100%;
        height: auto;
    }
    .solve_video .basis .industryImg08{
        width: 100%;
        height: auto;
        right: 57px;
        left: auto;
        top: 0;
    }
    .solve_video .basis .industryImg09{
        width: 100%;
        height: auto;
    }

    /*-- 頁面D-支援服務 --------------------------------------------------*/

    /* 題目分類 -------------------------*/
    .technical_Q li{
        flex-basis: 130px;
        height: 130px; /*110px*/
        margin: 0 2px 4px;
    }
    .technical_Q img{
        height: 100%;
    }
    .technical_Q .txt .fa{
        font-size: 20px;
    }
    .technical_Q .txt .p1{
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }
    .technical_Q .txt a{
        width: 72px;
        font-size: 12px;
        line-height: 1.6;
    }

    /* 回答分類 -------------------------*/
    .technical_A{
        width: calc(100% - 4px);
        margin: 20px auto 20px;
    }
    .A_div{
        margin-bottom: 30px;
    }
    .A_div > div{
        padding: 20px 22px;
        margin-bottom: 10px;
    }
    .A_wrap p{
        font-size: 1em;
    }
    .A_wrap a{
        padding: 8px 25px;
    }

    /* 常見問題 */
    .QandA_Q{
        align-items: flex-start;
        padding: 15px 0px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .QandA_Q > div{
        width: calc(100% - 50px);
    }
    .QandA_Q p{
        line-height: 40px;
    }
    .QandA_A{
        padding: 12px;
    }
    .QandA_A img{
        width: 100%;
    }
    .answer p{
        font-size: 12px;
        word-break: break-all;
    }
    .answer > div{
        line-height: 1.8;
        margin-bottom: 6px;
    }

    /* 問答開關 */
    .QandA_Q .off > div{
        width: 30px;
        height: 14px;
    }
    .QandA_Q .off span{
        width: 30px;
    }

    /* :hover */
    .QandA_div .QandA_Q:hover .off .off-top{
        width: 30px;
    }

    /* 關閉 */
    .QandA_div .QandA_Q .off .off-top-xx{
        width: 30px;
    }

    /*-- 頁面D-影片專區 --------------------------------------------------*/
    .movie_wrap{
        padding: 50px 0 0;
    }
    .movie_wrap h2{
        font-size: 25px;
    }
    .movie_div{
        flex-direction: column;
        margin-bottom: 0;

    }
    .movie_div .basis{
        width: 100%;
        height: 230px;
        margin-bottom: 30px;
    }
    .movieImg03{
        background-position: right;
    }

    /*-- 頁面E-聯絡我們 --------------------------------------------------*/
    .Page_content_pE{
        height: auto;
        padding: 0;
        padding-top: 70px;
    }

    /* 背景線圖_桌機 */
    .Page_content_pE .parallax-scene-js{
        display: none;
    }

    /* 背景線圖_手機 */
    .ba_img_pE{
        display: block;
    }
    .ba_img_pE img{
        opacity: .7;
    }

    /* 公司圖.公司資料 */
    .contact{
        display: block;
        padding: 25px 0 20px;
    }
    .contact > div{
        width: 100%;
        padding: 0 15px;
    }

    /* 文字 */
    .contact .fadeInLeft{
        width: 100%;
        margin-bottom: 12px;
    }
    .Page_content_pE .contact .txt > div{
        margin-bottom: 0;
    }
    .contact .txt .icosp{
        width: 25px;
        height: 25px;
        margin-right: 3px;
    }
    .contact .txt .fa-phone{
        font-size: 18px;
    }
    .contact .txt .fa-fax{
        font-size: 16px;
    }
    .contact .txt .fa-map-marker{
        font-size: 21px;
    }
    .contact .txt .fa-globe{
        font-size: 18px;
    }
    .contact .txt .fa-envelope{
        font-size: 15px;
    }
    .contact .txt h2{
        font-size: 34px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .contact .txt h3{
        font-size: 16px;
    }
    .contact .txt h3.tx01{
        font-size: 15.5px;
    }
    .contact .txt h3.tx02{
        font-size: 16.5px;
    }

    /* 地圖 */
    .contact .fadeInRight{
        height: 300px;
    }
    .contact .contactImg{
        border-radius: 8px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    /*-- 頁面F-文章分享 --------------------------------------------------*/
    .ShareArticle_wrap{
        padding: 30px 0 0px;
    }

    /* 序 */
    .ShareArticle_wrap .tit{
        margin-bottom: 10px;
    }
    .ShareArticle_wrap h2{
        display: none;
        font-size: 30px;
        color: #373737;
        line-height: 1.6em;
    }

    /* 分享文章 */
    .ShareArticle_ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ShareArticle_li{
        flex-basis: 100%;
        flex-grow: 0;
        margin: 0;
        margin-bottom: 15px;
    }

    /* 文章區塊 */
    .ShareArticle_a{
        width: 100%;
    }
    .ShareArticle_a:hover .ArticleTit h2{
        color: #0189dd;
    }
    .ShareArticle_a:hover .Article_div{
        transition: .3s;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
    }
    .Article_div{
        width: 100%;
        border-radius: 6px;
        border: 1px solid #d7d7d7;
        padding: 0;
    }
    .ArticleImg{
        width: 100%;
        height: auto;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background-size: cover;
        background-position: center;
        padding-bottom: 53.42%;
    }
    .ArticleTit h2{
        height: auto;
        font-size: 20px;
        color: #474747;
        line-height: 30px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-word;
        white-space: normal;
        overflow: hidden;
        transition: .3s;
        padding: 0 12px;
        margin: 10px 0;
    }
    .information{
        color: #474747;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #d7d7d7;
        padding: 6px 10px;
    }
    .Browse{
        display: flex;
        align-items: baseline;
    }
    .Browse .fa{
        font-size: 18px;
        margin: 0 5px;
    }

    /* 最新消息-內頁文章 */
    .ShareArticleContent_wrap{
        padding: 110px 0 30px;
    }
    .ShareArticleContent_div{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .ShareArticleContent{
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 0;
        margin: 0 auto;
    }
    .ShareArticleContentTlt{
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 5px;
    }
    .ShareArticleContentTlt h2{
        font-size: 30px;
        color: #222;
        line-height: 38px;
    }
    .ShareArticleContentTlt h6{
        color: #0189dd;
        font-size: 18px;
        font-weight: 600;
    }
    .ShareArticleContentImg{
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 20px 0;
    }
    .ShareArticleContentImg img{
        width: 100%;
        height: auto;
    }
    .ShareArticleContentTxt .TxtEmphasis > div{
        margin-bottom: 25px;
    }
    .ShareArticleContentTxt > div{
        margin-bottom: 30px;
    }
    .ShareArticleContentTxt p{
        color: #222;
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
        font-weight: normal;
    }
    .ShareArticleContentTxtIco{
        display: flex;
        align-items: baseline;
        justify-content: left;
    }
    .ShareArticleContentTxtIco .fa{
        font-size: 22px;
        color: #0189dd;
        margin-right: 8px;
    }
    .ShareArticleContentTxtIco h3{
        color: #0189dd;
        line-height: 34px;
    }
    .ShareArticleContentTxtIco p{
        font-weight: bold;
    }

    /* 社群 */
    .Community_wrap{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin: 0 auto;
        margin-top: 30px;
    }
    .Community_wrap a{
        display: block;
        width: 36px;
        height: auto;
        margin-right: 12px;
    }
    .Community_wrap a img{
        width: 100%;
    }

    /*-- 頁面G-聯絡我們 --------------------------------------------------*/
    .EDM_wrap{
        padding: 85px 15px 15px;
        background-color: #262626;
    }
    .EDM_div{
        display: block;
    } 
    .EDM_div div{
        width: 100%;
        margin-bottom: 6px;
    }
    .EDM-dow a{
        font-size: 18px;
    }

}
