@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
}

/*\\\\\\\\\\\\\\\\\\\\\\\\全網基本定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/
* { box-sizing: border-box; }
html, body {
    font-family: 'Roboto', 'Noto Sans TC', 'Open Sans';
    line-height: 150%;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #4A4A4A;
}

a { color:#333; text-decoration:none; }
a:hover { color: #374b55; text-decoration:none; }
table { width:100%; }

img { vertical-align:middle; }

.meMsg_MsgTitleBlk { color:#000000;}

.meMsg_MsgBlk img { }
.meMsg_MsgBlk .meMsg_MsgTitle { color:#333333;  font-weight:400; }
.meMsg_MsgBlk .meMsg_MsgSubTitle { color:#333333;  font-weight:400; }
.meMsg_MsgBlk .meMsg_Content {color: #4A4A4A; line-height: 170%; text-align: justify; }
.en .meMsg_MsgBlk .meMsg_Content { text-align: left; }

.meMsg_MsgContentBlk .meMsg_MsgTitle { color:#333333;  font-weight:400; }
.meMsg_MsgContentBlk .meMsg_Content {color: #4A4A4A; line-height: 170%; text-align: justify; }
.en .meMsg_MsgContentBlk .meMsg_Content { text-align: left; }

.meMsg_MsgURLList { margin:0px; padding:0px; }
.meMsg_MsgURL  { margin-left:20px; list-style:disc outside; color:#222222;  }
.meMsg_MsgFileList { margin:0px; padding:0px; }
.meMsg_MsgFile { margin-left:20px; list-style:disc outside; color:#222222;  }
.meMsg_MsgList {  }
.meMsg_MsgList td {  }



/*\\\\\\\\\\\\\\\\\\\\\\\\全網基本定義結束\\\\\\\\\\\\\\\\\\\\\\\\*/





/*\\\\\\\\\\\\\\\\\\\\\\\\全網架構定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/*--1桌面區塊--*/
#ns_Wrapper { width:100%; max-width:1400px; text-align:left; border:0px; padding:0px; }
.ns_WrapperR1, .ns_WrapperR3, #ns_Wrapper4, #ns_Wrapper6 { display:none; }

/*--1版權宣告區塊--*/
#ns_Copyright { 
    width:100%; 
    height: 115px;
    background-color: #4A4A4A;
    margin-top: 0;
    padding:0 20px; 
    box-sizing: border-box;
}


/*--2天區塊--*/
#ns_Header {
    width: 100%;
    padding: 5px 20px 0px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    position: relative;
    z-index: 99999;
}
.ns_HeaderR1, .ns_HeaderR3, #ns_Header4, #ns_Header6 { display:none; }
#id_Header {
    width: 100%;
    padding: 0;
}

/*天第一列左欄*/
#id_HeaderLeft  { display:block; float:left; }
/*天第一列左右欄*/
#id_HeaderRight {display:block; float:right; width:50%; }

#id_HeaderCol{ width:100%; }


/*--2導覽區塊--*/
#id_Menu { width:100%;  }

/*導覽列左欄*/
#id_MenuLeft  { display:block; float:left; width:100%; }
/*導覽列右欄*/
#id_MenuRight {display:block; float:right; width:100%; }


.TopMenuUserName, .TopMenuHome, .TopMenuLoginLogout, .TopMenuJoinPanel, .TopMenuMemberCenter, .TopMenuSearch { white-space:nowrap; }
#id_CtrlBtn { display:none; }
#SearchBox { border:1px solid #888888;  color:#bbbbbb; }
#SearchBox:focus { color:#333333; }
#id_MemoLeft, #id_MemoRight { width:50%; }
#MemberMenu { text-align:left; }


/*--2內容區塊--*/
#ns_Main {  width:100%; box-sizing: border-box; }
.ns_MainR1, .ns_MainR3, #ns_Main4, #ns_Main6 { display:none; }
#id_Main { width:100%;  }


/*--2地區塊--*/
#ns_Footer {
    width: 100%;

}
.ns_FooterR1, .ns_FooterR3, #ns_Footer4, #ns_Footer6 { display:none; }
#id_Footer { width:100%; }

/*地第一列左欄*/
#id_FooterLeft  {  display:block; float:left; width:50%; }

/*地第一列右欄*/
#id_FooterRight {display:block; float:right; width:50%; }

#id_FooterCol{ width:100%; }


/*--3左欄區塊--*/
#id_ColLeft  { display:block; float:left; width: 30%; }

/*--3中欄區塊--*/
#id_Content  { display:block; }

/*--3右欄區塊--*/
#id_ColRight { width: 30%;  }


#ns_Content  { width:100%; }
#ns_Content .meMsgInfo { margin-bottom: 0; }
.ns_ContentR1, .ns_ContentR3, #ns_Content4, #ns_Content6 { display:none; }
#ns_Content5 { }
#id_ContentTop { width:100%;  }
#id_ContentBottom { width:100%;  }

#id_ContTop { width:100%; }
#id_ContTopLeft{ width:34%; }
#id_ContTopCenter { display:; }
#id_ContTopRight  { width:34%; }

#id_ContBottom { width:100%; }
#id_ContBottomLeft{ width:34%; }
#id_ContBottomCenter { display:; }
#id_ContBottomRight  { width:34%; }

#id_PhpTop { width:100%; }
#id_PhpTopLeft{ width:50%; }
#id_PhpTopRight  { width:50%; }

#id_PhpBottom { width:100%; }
#id_PhpBottomLeft{ width:50%; }
#id_PhpBottomRight  { width:50%; }

/*\\\\\\\\\\\\\\\\\\\\\\\\全網架構定義結束\\\\\\\\\\\\\\\\\\\\\\\\*/

/*\\\\\\\\\\\\\\\\\\\\\\\\全網元素開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 頁碼元素*/
#PageCtrl{color:#666666; }
#PageCtrl a {color:#666666; }
#PageCtrl .ThisPage  a {  font-weight:bold;color:#000000; }
#PageCtrl .OtherPage a {color:#666666; }

/* 表單元素*/
.weFormDiv  {}
.weForm  { color: #666666; width:auto; }
.weForm .header{ text-align:center; padding:4px; color:#000000; background-color:#a0a0a0; }
.weForm .caption  { text-align:right; vertical-align:top; }
.weForm td  { text-align:left; padding-top:1px; padding-bottom:1px; }
.weForm hr  { width:99%; height:0px; border:1px #E18A00 solid; }
.weForm a{  }
.weForm a:hover{  }
.weForm .formview {  color:#222222; line-height:150%;  }
.weForm .formbold { font-weight:bold;color:#222222; line-height:150%; font-size:11px; }
.weForm .desc  { text-align:left; vertical-align:top; }

.weForm input {  height:13px; border:1px solid #bbbbbb;  color:#666666; padding:2px; margin:0px; vertical-align:middle; }
.weForm input:focus { border:1px solid #888888; }
.weForm input[type=submit] { height:19px; padding:1px; }
.weForm input[type=button] { height:19px; padding:1px; }
* html .weForm input { height:12px; }
* html .weForm input.button { height:18px; padding:1px; background:#dddddd; }


.weForm select {color:#000000; background-color: #ffffff; padding:2px; vertical-align:middle; margin:0px; border:1px solid #bbbbbb; }
.weForm select, x:-moz-any-link { height:17px; padding:0px; }
.weForm select, x:-moz-any-link, x:default { height:19px; padding-top:2px; }
* html .weForm select { height:19px;  }
*+html .weForm select { height:19px;  }

.weForm textarea { width:100%; color: #000000; border:#a0a0a0 1px solid; background-color: #ffffff; padding:3px; margin:0px; box-sizing:border-box; }
.ViewTextArea { width:428px; color:#222222; background-color:white; border:1px solid #a0a0a0; padding:3px; }
.weForm textarea,x:-moz-any-link { width:420px; } /* firefox 2 */
.weForm .ViewTextArea, x:-moz-any-link { width:428px; } /* firefox 2 */
.weForm textarea,x:-moz-any-link, x:default { width:420px; } /* firefox 3 */
.weForm .ViewTextArea, x:-moz-any-link, x:default { width:428px; } /* firefox 3 */
* html .weForm textarea{ width:420px; } /* ie 6 */
* html .weForm .ViewTextArea { width:428px; } /* ie 6 */
*+html .weForm textarea{ width:418px; } /* ie 7 */
*+html .weForm .ViewTextArea { width:426px; } /* ie 7 */

/* 管理後台內容區背景色 */
.PanelBgColor { background:#c0d0e0; }

/*\\\\\\\\\\\\\\\\\\\\\\\\全網元素結束\\\\\\\\\\\\\\\\\\\\\\\\*/

/*自訂css開始-------------------------------------------------------------------------*/

/*全網頁繼承項目*/
/*商標*/
.logo {
    margin-top: 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 99999;
}
.logo img {
    width: 165px;
}

.TreeList {
    position: absolute;
    /*top: 18px;*/
    left: 0px;
    /*transform: translate(-50%, 0%);*/
    width: 100%;
}

/*社群*/
.social {
    width: 87px;
    border-left: 1px solid #EFEFEF;
    margin-left: 35px;
    float: right;
    z-index: 3;
    position: relative;
}
.social .listMsgList .itemMsgList {
    padding: 8px;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.service_nav {
    margin-top: 20px;
    padding: 20px;
    margin-left: 60px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}
.service_nav .meMsg_MsgContentBlk .meMsg_MsgTitle{
    display: block;
    padding: 0px 0 5px;
   font-size:14px;
   color:#FF5C00;
    font-weight: 600;
}

/*語言切換*/
.lang {
    float: right;
    margin-top: 10px;
    position: absolute;
    top: 4px;
    right: 120px;
}

/*搜尋列*/
.searchBlk {
    float: right;
    margin-top: 10px;
    position: absolute;
    top: 4px;
    right: 195px;
    overflow: hidden;
}
.searchBlk .meMsg_MsgTitle{
	display:none;
	opacity:0;
}
.searchBlk .meMsg_MsgTitle_2 input {
outline: none;
    font-weight: 400;
    color: #666666;
    padding: 10px 20px 10px 10px;
    border: 1px solid #afafaf;
    border-radius: 0px;
}
.searchBlk .meMsg_MsgTitle_3{
	margin-right: 10px;
}
.searchBlk .meMsg_MsgTitle_3 input {
    background: #3e3a39;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    outline: none;
    border: 0;
    margin-left: 10px;
}

.searchBlk .meMsg_MsgTitle_3 input:hover {
    background: #ED4B70;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.searchBlk .meMsg_MsgTitle_4{
	display:table-cell;
	opacity:1;
	cursor:pointer;
    	vertical-align: top;
	z-index:3;
}
.searchBlk .meMsg_MsgTitle_3, .searchBlk .meMsg_MsgTitle_2{
    	transform: translateX(50px);
	transition: 0.5s;
}

/*聯絡資訊*/
.contact .meMsg_MsgBlk .meMsg_Content {
    line-height: 90%;
    text-align: center;
    color: #b6b6b6;
    font-size: 14px;
    margin-top: 35px;
}
.contact .meMsg_MsgBlk .meMsg_Content a {
    color: #fff;
}
.footer-nav {
    margin-top: 35px;
}
#dataSiteTree.Hori * {
    color: #fff;
}

.meCopyrightBlock {
    font-size: 12px;
    color: #b6b6b6;
    margin-top: 14px;
    margin-bottom: 20px;
}

/*全網頁繼承項目 結束*/



/*自訂css結束-------------------------------------------------------------------------*/


/*=================pc版  開始===================*/

.TreeList .ClassDesc, .TreeList .ClassImg { display: none; }
/*=================pc版  結束===================*/


/*=================手機版  開始===================*/

@media (max-width: 700px) {

/*\\\\\\\\\\\\\\\\\\\\\\\\手機版全網基本定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/*--2天區塊--*/

#ns_Header {
    padding: 5px 20px 20px;
}

/*天第一列左欄*/
#id_HeaderLeft  { width:100%; float: none; }
/*天第一列左右欄*/
#id_HeaderRight {
    width: 100%;
    float: none;
    /*margin-top: 40px;*/
}

#id_HeaderCol{ width:100%; margin-top: -23px; }
.HeaderCol {
    display: block;
}




/*--2導覽區塊--*/
#id_Menu { width:100%; margin-bottom:4px; }

/*導覽列左欄*/
#id_MenuLeft  { width:100%;   }
/*導覽列右欄*/
#id_MenuRight {width:100%;  }

/*--2地區塊--*/
/*地第一列左欄*/
#id_FooterLeft  { width:100%;    display: block; }

/*地第一列左右欄*/
#id_FooterRight {width:100%;     display: block;}

/*--2Memo區塊--*/
/*Memo左欄*/
#id_MemoLeft {     display: block; width:100%; }

/*Memo右欄*/
#id_MemoRight {    display: block; width:100%; }


/*--3左欄區塊--*/
#id_ColLeft  { width:100%; display: block; }

/*--3中欄區塊--*/
#id_Content  { width:100%; display: block; }

/*--3右欄區塊--*/
#id_ColRight{ width:100%; display: block; }


#ns_Copyright {
    /*padding: 0 20px 50px;*/
}

/*\\\\\\\\\\\\\\\\\\\\\\\\手機版全網基本定義結束\\\\\\\\\\\\\\\\\\\\\\\\*/


/*手機版自訂css開始-------------------------------------------------------------------------*/
.logo {
    margin-top: 10px;
    box-sizing: border-box;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 10px;
}

.social {
    width: 100%;
    border-left: 0px solid #EFEFEF;
    margin-left: 0px;
    margin-bottom: 0;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #EFEFEF;
    z-index: 0;
}
.social .listMsgList .itemMsgList {
 padding: 20px 5px 0 10px;
    width: auto;
}

.searchBlk, .lang {
    margin-top: 10px;
    top: unset;
    border: 0;
    position: fixed;
    bottom: 9px;
    z-index: 999;
    right: 15px;
}
.searchBlk {
    right: 145px;
    z-index: 99999999999999999;
}
.meSiteTree.awBtnMenu {
    position: absolute;
    transform: unset;
}


.searchBlk .meMsg_MsgTitle_4{
    z-index:3000;
    vertical-align: bottom;
}

.lang .meMsg_MsgListBlk .meMsg_MsgTitle {
    display: inline-block;
}
.lang .MsgListBlk_1 {
    margin-right: 7px;
}


.contact .meMsg_MsgBlk .meMsg_Content {
    text-align: center;
    line-height: 150%;
}


/*手機版自訂css結束-------------------------------------------------------------------------*/

}

/*=================手機版  結束===================*/


/*=======================================自定義調整 開始*/
#ns_Wrapper {
    max-width: unset;
    background: #fff;
}
#ns_Header {
    position: absolute;
    background: transparent;
    border: 0;
    z-index: 2;
    padding: 20px 15px 0;
}
#ns_Header .logo img {
    width: auto;
}
#id_HeaderCol {
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0;
}
.meus_awBtnMenu {
    padding: 0 20px;
}
.meSiteTree.TreeList {
    position: absolute;
    left: 0px;
    /*transform: translate(-50%, 0%);*/
    width: 100%;
}
#dataSiteTree.Hori2 .SiteGroup_1 .SiteNode_1 .ClassName {
    color: #fff;
    font-size: 16px;
}
body #dataSiteTree.Hori2 .SiteGroup_1 .SiteMenu_1 {
    padding: 10px 0;
    width: 100%;
    left: 0;
    margin-top: 10px;
}
body #dataSiteTree.Hori2 .SiteGroup_2:hover,
body #dataSiteTree.Hori2 .SiteNode_2 a:hover {
    background: transparent;
    font-weight: bold;
}
.logo {
    margin-top: 10px;
    box-sizing: border-box;
    position: absolute;
    /*transform: translate(-50%, 0%);*/
    /*left: 50%;*/
    top: 10px;
}
.language {
    position: absolute;
    /* top: 20px; */
    margin-top: 5px;
    z-index: 2;
    /* width: 240px; */
    right: 0;
    white-space: nowrap;
}
.language .meMsg_MsgList .listMsgList {
    display: flex;
    justify-content: flex-end;
}
.language .meMsg_MsgList .itemMsgList {
    margin: 0 10px;
}
.language .meMsg_MsgList .meMsg_ItemTitle {
    color: #fff;
}
.language.language_Mob { display: none; }


@media (max-width: 768px) {
#ns_Header {
    position: relative;
    background: rgba(255,255,255,0.7);
    height: 60px;
    position: fixed;
}
.logo {
    margin-top: 0px;
    box-sizing: border-box;
    position: absolute;
    /*transform: translate(-50%, 0%);*/
    /*left: 50%;*/
    top: 10px;
}
.logo img {
    filter: brightness(.2);
}
.language {
    position: relative;
    top: -5px;
    margin-top: 8px;
}
.language .meMsg_MsgList .itemMsgList {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #ededed;
}
.language .meMsg_MsgList .itemMsgList:last-child {
    border: 0;
}
.language .meMsg_MsgList .meMsg_ItemTitle {
    color: #333;
}
.awBtnMenu {
    background: #3d6e83;
}
.language.language_Mob {
    display: none;
    top: 261px;
    z-index: 2;
    width: 100%;
    /*background: #3d6e83;*/
    padding: 10px 0;
    position: absolute;
    left: 0;
}
.en .language.language_Mob, .jp .language.language_Mob, .kr .language.language_Mob {
    top: 145px;
}
.language.language_Mob .meMsg_MsgList .listMsgList {
    display: flex;
    justify-content: center;
}
.language.language_Mob .meMsg_MsgList .meMsg_ItemTitle {
    color: #fff;
}
.meus_awBtnMenu {
    top: 10px;
    position: relative;
}
.meSiteTree.TreeList {
    top: 61px;
    /*background: #3D6E83;*/
    display: none;
    z-index: 999;
}
.meSiteTree.TreeList #dataSiteTree.Hori2 {
    margin: 20px 0;
}
.meSiteTree.TreeList #dataSiteTree.Hori2 .SiteGroup_1 {
    margin: 16px 20px;
}
}

#id_Menu {
    margin: 0;
}
#id_Content {
    padding: 0;
}
#ns_Footer {
    background: #374B54;
    padding: 40px 20px;
}
#id_Footer {
    padding: 0;
}
#ns_Copyright {
    height: unset;
    background: unset;
}
.Copyright .meMsg_ItemTitle {
    color: #fff;
    padding-top: 20px;
    display: block;
}


/*字型統一*/
.meMsg_MsgBlk .meMsg_MsgTitle, .meMsg_MsgBlk .meMsg_MsgSubTitle {
    font-family: 'Noto Serif TC',serif;
    font-weight: 400;
}
.meMsg_MsgBlk .meMsg_Content {
    font-family: 'Noto Sans TC',sans-serif;
    font-weight: 300;
}
.jp .meMsg_MsgBlk .meMsg_MsgTitle, .jp .meMsg_MsgBlk .meMsg_MsgSubTitle, .jp .meMsg_MsgBlk .meMsg_Content {
    font-family: 'Noto Sans JP';
}
.kr .meMsg_MsgBlk .meMsg_MsgTitle, .kr .meMsg_MsgBlk .meMsg_MsgSubTitle, .kr .meMsg_MsgBlk .meMsg_Content {
    font-family: 'Noto Sans KR';
}


/*大標 MainTitle*/
.MainTitle {
    margin: 60px;
}
.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
}
.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle::before {
    content: '';
    display: block;
    height: 5px;
    width: 73px;
    background: #3D6E83;
    margin: 0 auto 20px;
}
.MainTitle .meMsg_MsgBlk .meMsg_MsgSubTitle {
    display: block;
    text-align: center;
    color: #3D6E83;
    letter-spacing: 3.5px;
    line-height: 24px;
}


/*Footer Logo*/
.Footer_Logo .listMsgList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.Footer_Logo .itemMsgList {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px;
}
.Footer_Logo .itemMsgList .meMsg_ItemTitle {
    color: #fff;
    display: block;
    margin-right: 5px;
}
@media (max-width: 768px) {
.Footer_Logo .listMsgList {
    /*max-width: 250px;*/
    margin: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.Footer_Logo .itemMsgList {
    width: 100%;
    justify-content: flex-end;
}
.Footer_Logo .itemMsgList.MsgListBlk_4 {
    flex-direction: column-reverse;
    align-items: flex-start;
}
.Footer_Logo .itemMsgList.MsgListBlk_4 img {
    width: 100%;
}
}



/*MsgList導覽列 NavList*/
.NavList .listMsgList {
    display: flex;
    justify-content: center;
}
.NavList .itemMsgList {
    padding: 10px;
}
.NavList .itemMsgList .meMsg_ItemTitle {
    color: #fff;
    font-size: 15px;
    line-height: 160%;
}
@media (max-width: 768px) {
.NavList {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
}
.NavList .listMsgList {
    flex-direction: column;
    align-items: center;
}
}



/*IntroBanner*/
.IntroBanner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    top: -80px;
}
.IntroBanner .meMsg_MsgBlk img {
    width: 100%;
}
@media (max-width: 768px) {
.IntroBanner {
    top: -40px;
}
}


/*關於Banner共通CSS*/
.About_Banner {
    position: relative;
}
.About_Banner .meMsg_MsgBlk img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.About_Banner .meMsg_MsgBlk>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.About_Banner .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #fff;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
.About_Banner .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-align: center;
}


.About_Banner .meMsg_MsgBlk::before {
    content: '';
    display: block;
    width: 75px;
    height: 100px;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/corner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 100px;
    right: 40px;
}
.About_Banner .meMsg_MsgBlk::after {
    content: '';
    display: block;
    width: 75px;
    height: 100px;
    background-image: url(https://comet.noonspace.com/w62/ec/MsgInfo/corner02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: 100px;
    left: 40px;
}
@media(max-width: 768px) {
.About_Banner .meMsg_MsgBlk>div {
    /*transform: unset;*/
}
.About_Banner .meMsg_MsgBlk::before {
    top: 70px;
    right: 20px;
}
.About_Banner .meMsg_MsgBlk::after {
    bottom: 50px;
    left: 20px;
}
}



/*Tab共通CSS Begin*/
.Exhib_Tab {
    max-width: 1100px;
    margin: 5em auto 0;
    padding: 0 20px;
    position: relative;
    top: 25px;
    z-index: 2;
}
.Exhib_Tab .listTabList {
    display: flex;
    justify-content: center;
}
.Exhib_Tab .listTabList>.meMsg_MsgTitle, .Exhib_Tab .meMsg_MsgTitle_x {
    background: #fff;
    border: 1px solid #5A8294;
    border-left: 0;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
}
.Exhib_Tab .meMsg_MsgTitle_x {
    background: #5A8294;
    position: relative;
}
.Exhib_Tab .meMsg_MsgTitle_x::after {
    content: '';
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/tab_arrow.png);
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.Exhib_Tab .listTabList>.meMsg_MsgTitle:first-child {
    border-left: 1px solid #5A8294;
}
.Exhib_Tab .msgTabListBorder {
    display: none;
}
.Exhib_Tab .listTabList .msgTabListCont {
    padding: 0;
    background: unset;
    border: 0;
}
.Exhib_Tab .msgTabListCont .meMsg_ItemTitle {
    color: #5A8294;
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 24px;
    line-height: 100%;
}
.Exhib_Tab .meMsg_MsgTitle_x .msgTabListCont .meMsg_ItemTitle {
    color: #fff;
}
#tabB, #tabC, #tabD, #tabE {
    display: none;
}
@media (max-width: 768px) {
.Exhib_Tab .listTabList>.meMsg_MsgTitle, .Exhib_Tab .meMsg_MsgTitle_x {
    padding: 10px 5px;
}
.Exhib_Tab .msgTabListCont .meMsg_ItemTitle {
    font-size: 15px;
}
}

.TabContent {
    max-width: 1100px;
    margin: auto;
    padding: 0px 20px;
    height: 40vh;
    min-height: 400px;
    border-top: 8px solid #5A8294;
    border-bottom: 8px solid #5A8294;
    font-size: 16px;
    font-family: 'Noto Sans TC',sans-serif;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    background: linear-gradient(300deg, #E4E4E4 0%, #FFF 100%);
}
.TabContent .meMsg_MsgMainTd {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.TabContent .meMsg_MsgBlk .meMsg_Content span {
    font-size: 22px;
}
@media (max-width: 600px) {
.TabContent {
    height: auto;
    padding-top: 30px;
}
}
/*Tab共通CSS END*/



/*------------------多國語言版頁面隱藏*/
/*活動訊息頁面*/
.en .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC1302893"],
.jp .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC1302893"],
.kr .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC1302893"] {
    display: none;
}

/*精選旅程*/
.en .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC5302881"],
.jp .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC5302881"],
.kr .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC5302881"] {
    display: none;
}

/*特色店家*/
.en .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC2302890"],
.jp .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC2302890"],
.kr .TreeList #dataSiteTree.Hori2 .SiteGroup_1[cn="ZC2302890"] {
    display: none;
}