/*\\\\\\\\\\\\\\\\\\\\\\\\全網基本定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/

html, body {background: #eeeeee; font-family:arial,"Microsoft JhengHei","微軟正黑體",sans-serif; margin:0 auto; padding:0; width: 100%; -webkit-font-smoothing: antialiased;  font-size: 14px; line-height: 170%; color: #333; letter-spacing: 1px; }
* { box-sizing: border-box; }
table { width:100%; }
img { vertical-align:middle; }
a { color:#666666; text-decoration:none; }
a:hover { color:#FB1E01; text-decoration:none; }


/*\\\\\\\\\\\\\\\\\\\\\\\\全網基本定義結束\\\\\\\\\\\\\\\\\\\\\\\\*/

/*\\\\\\\\\\\\\\\\\\\\\\\\全網架構定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/*--1桌面區塊--*/
#ns_Wrapper { width:100%; max-width: 100%; text-align:left; background:#eee; border:0px; padding:0px; }
.ns_WrapperR1, .ns_WrapperR3, #ns_Wrapper4, #ns_Wrapper6 { display:none; }

/*--1版權宣告區塊--*/
#ns_Copyright { width:100%; }


/*--2天區塊--*/
#ns_Header {
    width: 100%;
    /*background: #d6d6d6;*/
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background-color: #F7F7F7;
    border-bottom: 1px solid #e8e8e8;
}
.ns_HeaderR1, .ns_HeaderR3, #ns_Header4, #ns_Header6 { display:none; }
#id_Header {
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
    padding: 0 10px;
    position: relative;
}

/*天第一列左欄*/
#id_HeaderLeft {
    width: 320px;
    padding: 0 30px 0 0;
    vertical-align: middle;
}
#id_HeaderLeft .logo .AlignCenter { text-align: left; }
#id_HeaderLeft img {
    width: 100%;
    max-width: 70px;
}
/*天第一列左右欄*/
#id_HeaderRight {
    vertical-align: middle;
    display: flex;
    align-content: center;
    flex-direction: row-reverse;
    padding: 20px;
}


#id_HeaderCol{ width:100%; }

/*--2導覽區塊--*/
#ns_Menu { width:100%; background-color: #f7f7f7; display: none; }
#id_Menu { width:100%; /*max-width: 1200px;*/ }

/*導覽列左欄*/
#id_MenuLeft {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
}

/*導覽列右欄*/
#id_MenuRight {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 30px;
    padding-top: 22px;
}
/*管理大標文字*/
.headline1 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
}
.TopMenuUserName, .TopMenuHome, .TopMenuLoginLogout, .TopMenuJoinPanel, .TopMenuMemberCenter, .TopMenuSearch { white-space:nowrap; }
#id_CtrlBtn .TopMenuJoinPanel, #id_CtrlBtn .TopMenuHome,
#id_CtrlBtn .TopMenuSearch, #id_CtrlBtn .TopMenuMemberCenter,
#id_CtrlBtn .TopMenuLoginLogout .VLine { display: none; }
#id_CtrlBtn .TopMenuLoginLogout { display: none; }
#SearchBox { border:1px solid #888888;  color:#bbbbbb; }
#SearchBox:focus { color:#333333; }
#id_MemoLeft, #id_MemoRight { width:100%; }
#MemberMenu { text-align:left; }

/**管理頁右上新版本按鈕*/
.ManPageTopMenu a {
    display: block;
    font-size: 13px;
    border: 1px solid #e0dcdc;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f7f7f7;
    color: #737373;
    width: fit-content;
    height: auto;
    transition: .2s;
}

.ManPageTopMenu a:hover {
    background-color: #e9e6e6;
}

/*--2內容區塊--*/
#ns_Main {
    width: 100%;
}
.ns_MainR1, .ns_MainR3, #ns_Main4, #ns_Main6 { display:none; }
#id_Main { width:100%; }


/*--2地區塊--*/
#ns_Footer {
    width: 100%;
    /*background-color: #151515;*/
}
.ns_FooterR1, .ns_FooterR3, #ns_Footer4, #ns_Footer6 { display:none; }
#id_Footer { width:100%; }

/*地第一列左欄*/
#id_FooterLeft  { width:100%; background: #fff; vertical-align: bottom; padding: 0; }

/*地第一列右欄*/
#id_FooterRight {
    width: 323px;
    background: transparent;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 100px;
}
#id_FooterCol{ width:100%; }


/*--3左欄區塊--*/


/*側邊項目*/

#id_ColLeft {
    width: 220px;
    min-width: 200px;
    padding: 20px 0;
    /*background: #dedede;*/
    height: 100vh;
    overflow-x: hidden;
    background-color: #f7f7f7;
    will-change: scroll-position;
}
#id_ColLeft a.meMsg_ItemImgURL img {
    width: 1.25rem;
    height: 1.25rem;
    transform: rotate(0deg);
    fill: rgb(184, 190, 204);
    object-fit: contain;
}
#id_ColLeft .itemMsgList {
    text-align: left;
    padding: 0.63rem 25px;
}
#id_ColLeft .itemMsgList:hover {
    background: #464f63;
}

#id_ColLeft .meMsg_ItemTitle {
    display: inline-block;
    color: rgba(230, 239, 255, 0.8);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 10px;
}

/*語言*/
.language{
    display: flex;
    align-items: center;
}
.language:before {
content: "";
    background-color: #6e5948;
    width: 3px;
    height: 17px;
    display: block;
    margin-right: 10px;
}
.language .meMsg_MsgMainTd{
	position:relative;
	cursor:pointer;
}
.language .meMsg_MsgList{
	display:none;
	opacity:0;
	transition:0.2s;
    	position: absolute;
    	z-index: 999;
	left: -85px;
	background-color:white;
    	width: 110px;
    	margin-top: 5px;
    	border: 1px solid #decfd6;
    	border-bottom: 0px;
	box-shadow: 2px 2px 5px #555555
}
.language .meMsg_MsgTitle{
    	display: block;
    	margin: 0px auto;
    	padding: 5px 0;
    	border-bottom: 1px solid #decfd6;
}
.language a{
	color:black;
	display: table;
   	margin: 0 auto;
    	background-color: white;
}



/*--3中欄區塊--*/
#id_Content  { width: auto; padding:20px; background-color: #ffff; }

#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%; }

/*--3右欄區塊--*/
#id_ColRight { width: 200px; }

/*\\\\\\\\\\\\\\\\\\\\\\\\全網架構定義結束\\\\\\\\\\\\\\\\\\\\\\\\*/

/*\\\\\\\\\\\\\\\\\\\\\\\\全網元素開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 頁碼元素*/
#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 {   border:1px solid #bbbbbb;  color:#666666;  margin:0px; vertical-align:middle; }
.weForm input:focus { border:1px solid #888888; }
.weForm input[type=submit] {   appearance: none; -moz-appearance: none; -webkit-appearance: none; }
.weForm input[type=button] {   }
* html .weForm input {  }
* html .weForm input.button {  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 { padding:0px; }
.weForm select, x:-moz-any-link, x:default {  padding-top:2px; }
* html .weForm select { }
*+html .weForm select {  }

.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 */

body .weForm #tdChkCodeInp {
    border:0;
    padding-right: 5px;
}
body .weForm #tdChkCodeImg {
    padding-right: 5px;
}
body .weForm input[type=edit], .weForm input[type=password] {
    height: 40px;
}
body .weForm input[type=edit], body .weForm input[type=password] {
    
}

body .weForm .captionTop {
    padding: 0;
}
body .darkmode .button[type=submit], .darkmode .button[type=button], body .darkmode .button[type=reset] {
    background-color: #B92638;
    border: 0;
    color: #fff;
    width: 100%;
}
body .darkmode textarea {
    width: 100%;
    height: 80px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

/* 管理後台內容區背景色 */
.PanelBgColor { background:#c0d0e0; }

/*\\\\\\\\\\\\\\\\\\\\\\\\全網元素結束\\\\\\\\\\\\\\\\\\\\\\\\*/

/*自訂css開始-------------------------------------------------------------------------*/

/*返回上一頁*/
.back {
    margin-bottom: 10px;
}


/*Logo*/
.logo {
    padding: 10px 5px;
}
.logo img.ImgAlignCenter {
    width: 130px;
}

#id_HeaderRight .shopFront a {
    color: #333;
}
#id_HeaderRight #id_CtrlBtn {
   margin: 0 0 0 0;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}
#id_HeaderRight #id_CtrlBtn .txt_TopMenuLogout, #id_HeaderRight #id_CtrlBtn .VLine {
    display: none;
}




/* 返回商城按鈕 */
.shopFront {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
}
#id_HeaderRight .shopFront a {
    cursor: pointer;
    border-right: 1px solid #333;
    padding-right: 5px;
    margin-right: 5px;
}


/* 會員區塊 */
.memberBlk{
display: inline-block;
/*position: relative;*/
margin: 0 0 0 8px;
top: 5px;
right: 0px;
}
.memberBlk .meMsg_MsgMainTd{
	position:relative;
	cursor:pointer;
}
.memberBlk .meMsg_MsgList {
    display: none;
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    z-index: 1;
    left: -48px;
    background-color: white;
    width: 80px;
    margin-top: 5px;
    border: 1px solid #333333;
    border-bottom: 0px;
    box-shadow: 2px 2px 5px #555555;
}
.memberBlk .meMsg_MsgListBlk, .memberBlk tbody, .memberBlk tr, .memberBlk span{
	display:block;
	text-align:center;
}
.memberBlk .meMsg_MsgTitle{
    	display: block;
    	margin: 0px auto;
    	padding: 5px 0;
    	border-bottom: 1px solid #333333;
}
.memberBlk a{
	color: #333;
	display: table;
   	margin: 0 auto;
    	background-color: white;
}




.mobNav, .mobNavBottom { display: none; }



/* footer 橫標 */
.footerTitle .meMsg_MsgTitle_1 {
}
.footerTitle .meMsg_MsgTitle_1 img {
    width:100%;

}
.footerTitle .meMsg_MsgTitle_2 {
    background: #3C3D35;
    color: #fff;
}
.footerTitle .meMsg_ItemTitle {
    color: #fff;
}
.footerTitle .meMsg_ItemTitle:hover {
    color: #808080;
}

/* footer 橫標結束 */


/* newfooter list msglist ------------*/
.newFooterList {
    box-sizing: border-box;
}
.newFooterList .listMsgList {text-align: center; }
/* newfooter list msglist 結束------------*/




/* footer Copyright */
.meCopyrightBlock {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}
.meCopyrightBlock .meMsg_ItemTitle {
    font-size: 12px;
    color: rgb(184, 190, 204);
}

/*footer 聯絡我們*/


textarea#cmTopicSelection::placeholder {
    color: transparent;
}
.topNav img {
    width: 30px;
}
.topNav {
    width: 60px;
}

div#divider1{
}
div#divider3 {
    padding-top: 204px;
    background: #D7D7D7;
    height: 260px;
}
input#chkcode::placeholder {
    font-size: 16px;
    text-align: center;
}







/* footer Copyright 結束 */





/*側邊欄=================*/
#id_ColLeft a.TreeItem_3 {
    color: #424242;
     font-weight: bold;
}
#id_ColLeft a.TreeItem_2 {
    color: #091352;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    display: block;
}
#id_ColLeft .TreeMenu_0 {
    line-height: 120%;
}
#id_ColLeft .TreeNode_2 {
    padding-left: 20px;
}
#id_ColLeft .TreeGroup_3:last-child {
}
#id_ColLeft .TreeGroup_3:first-child {
}
/*--#id_ColLeft a.TreeItem_3:before {
    content: "· ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    /* font-weight: 900; */
    /*font-family: 'Roboto';*/
    font-family: 'arial';
    font-size: 10px;
color: #fa0606;
}--*/

#id_ColLeft .TreeMenu_0 a.TreeItem_t {
}
#id_ColLeft .TreeNode_3 {
    padding-left: 15px;
    font-size: 16px;
}
#id_ColLeft .TreeNode_3 a {
    padding-left: 0;
}
#id_ColLeft .TreeMenu_2 {
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
    padding-left: 28px;
}
#id_ColLeft a.TreeItem_2:before {
    content: "·";
    font-size: 20px;
}
#id_ColLeft a.TreeItem_4 {
    color: #000;
}
#id_ColLeft a.TreeItem_4:before {
content: "–";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    /* font-weight: 900; */
    font-family: 'Roboto';
    font-size: 10px;
    color: #000000;
}
#id_ColLeft .TreeNode_1:hover, #id_ColLeft .TreeNode_2:hover, #id_ColLeft .TreeNode_3:hover, #id_ColLeft .TreeNode_4:hover, #id_ColLeft .TreeNode_5:hover, #id_ColLeft .TreeNode_6:hover, #id_ColLeft .TreeNode_7:hover, #id_ColLeft .TreeNode_8:hover, #id_ColLeft .TreeNode_9:hover {
    background: #e8e8e8;
    transition: 0.5s;
    font-weight: normal;
}


body .SiteItem_0, body .SiteItem_1, body .SiteItem_2, body .SiteItem_3, body .SiteItem_4, body .SiteItem_5, body .SiteItem_6, body .SiteItem_7, body .SiteItem_8, body .SiteItem_9 {
    color: rgba(230, 239, 255, 0.8);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5rem;
    font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
}

/* sitetree */
body #dataSiteTree .SiteNode_T, body #dataSiteTree .SiteNode_0, body #dataSiteTree .SiteNode_1, body #dataSiteTree .SiteNode_2, body #dataSiteTree .SiteNode_3, body #dataSiteTree .SiteNode_4, .SiteNode_5, .SiteNode_6, .SiteNode_7, .SiteNode_8, .SiteNode_9, .SiteNode_x0, .SiteNode_x1, .SiteNode_x2, .SiteNode_x3, .SiteNode_x4, .SiteNode_x5, .SiteNode_x6, .SiteNode_x7, .SiteNode_x8, .SiteNode_x9 {
    border-bottom: 0;
}
body #dataSiteTree .SiteNode_0, body #dataSiteTree .SiteNode_x0 {
    padding-left: 0;
    padding: 0.63rem 25px;
    display: none;
}
body #dataSiteTree .SiteNode_1, body #dataSiteTree .SiteNode_x1 {
    vertical-align: middle;
    border: 0;
    padding: 10px 15px;
}

body #dataSiteTree .SiteNode_1:hover {
    background-color: #ffff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

body #dataSiteTree .SiteItem .ClassName:hover {
    color: #0085FF;
}

body #dataSiteTree .SiteNode_1:hover .ClassName {
    color: #0085FF;
    transition: color .3s ease-in-out;

}

body #dataSiteTree .SiteNode_1:hover .ClassImg img {
    filter: invert(44%) sepia(63%) saturate(5468%) hue-rotate(194deg) brightness(102%) contrast(108%);
}
body #dataSiteTree .SiteNode .ClassDesc { display: none; }
body #dataSiteTree.ClickDown .hasSubMenu .SiteNode_1 a:after {
    background: url(https://nebula.noonspace.com/w82/developer/MsgInfo/down-arrow2.svg) no-repeat 0 0;
    display: inline-block;
    content: '';
    background-size: 100%;
    float: right;
    width: 20px;
    margin-top: 7px;
    height: 10px;
    transition: 0.5s ease;
}
body #dataSiteTree.ClickDown .hasSubMenu.SiteGroup_z .SiteNode_1 a:after {
    transform-origin: center;
}
body #dataSiteTree .SiteNode_2, body #dataSiteTree .SiteNode_x2 {
    border: 0;
    padding: 10px 0;
    padding-left: 16px;
    font-size: 16px;
    margin-left: 21px;
    border-left: 2px solid rgb(184, 190, 204);
}
body #dataSiteTree .SiteNode_3, body #dataSiteTree .SiteNode_x3 {
    margin-left: 21px;
    padding-left: 32px;
    border-left: 2px solid rgb(184, 190, 204);
}

body #dataSiteTree .ClassImg img {
    max-width: 24px;
    width: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

body #dataSiteTree .SiteItem_x .ClassImg img {
    filter: invert(44%) sepia(63%) saturate(5468%) hue-rotate(194deg) brightness(102%) contrast(108%);
}

body #dataSiteTree .ClassName {
    color: #585757;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
body #dataSiteTree .SiteItem_x .ClassName {
    font-weight: bold;
    color: #0085FF;
}

body #dataSiteTree .hasSubMenu_x .SiteNode_1 .ClassName {    
	 font-weight: bold;
    color: #0085FF;
}

body #dataSiteTree .hasSubMenu_x .SiteNode_1 .ClassImg img {
    filter: invert(44%) sepia(63%) saturate(5468%) hue-rotate(194deg) brightness(102%) contrast(108%);
}


/*panel中間區塊*/

/*管理頁標頭*/
.page-headline .meMsg_MsgTitle {
    color: #585757;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0px 15px;
    display: block;
}
.page-headline .meMsg_Content {
    background-color: #d1d1d1;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0 20px; line-height: 150%;
}
.page-headline .meMsg_Content ol {
    padding-left: 20px;
    margin: 0;
}

.page-headline .divSitePath .SitePathA,
.page-headline .divSitePath .SitePathA:hover  {
    color: #606060;
    font-size: 22px;
    font-weight: 600;
    padding: 30px 0px 15px;
    display: block;
    font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
    text-align: left;
    pointer-events: none;
}

body .iTreeShadow0 {
    background-color: transparent;
}
.tbTreeInfo {
    padding: 10px 0 0;
}
/*中間區域分類tab------------------------*/
body .liMyPanelMenu0 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #969696;
}

body .liMyPanelMenu1 {
    padding: 8px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #0085ff;
    background: #fff;
}
body .liMyPanelSubMenu1 {
    border-bottom: 2px solid #0085ff;
    background: #fff;
}
body .liMyPanelSubMenu1 a {
    font-weight: bold;
    color: #0085FF;
}

/*lightbox*/
#MyPanel .weForm input[type=button] {
    height: auto !important;
}


/*空置區頁面 表格大框架設定

body table.meMan > tbody > tr > td {
    display: inline-block;
}
body table.meMan > tbody > tr > td:nth-child(1) {
    width: 84% !important;
}
body table.meMan > tbody > tr > td:nth-child(2) {
    display: none;
    width: 1%;
}
body table.meMan > tbody > tr > td:nth-child(3) {
    width: 15% !important;
}*/

body table.meMan > tbody > tr > td:nth-child(2) {
    width: 1%;
}

table.meMan > tbody > tr > td:nth-child(1) > table:nth-child(5) > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cssPagePanel input[type="button"] {
    height: auto !important;
}






/*自訂css結束-------------------------------------------------------------------------*/


#ns_Footer .meSiteTree .dataPrdTree {
    display: none;
}

#ns_Header .meSiteTree .dataPrdTree {
    display: none;
}

.conupload .listMsgList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.conupload .itemMsgList {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 20px;
    margin: 10px;
    padding: 20px 20px;
    text-align: center;
}

.conupload .meMsg_ItemTitle {
    border: 1px solid #c5fbfc;
    background: #c5fbfc;
    cursor: pointer;
    border-radius: 20px;
    margin: 10px;
    padding: 5px 28px;
    font-size: 16px;
}

.conupload .meMsg_ItemURL:first-child {
    height: 140px;
    display: block;
}

.conupload span {
    display: block;
    text-align: center;
}


.conupload  .meMsg_MsgTitle {
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px 0 5px 0;
font-weight: bold;
}


/*頁碼*/
body#MyPanel .WePageCtrl { margin-top: 40px; }
body#MyPanel .tdPageCtrlL, body#MyPanel .tdPageCtrlRecCount, body#MyPanel .tdPageCtrlGap, body#MyPanel .tdPageCtrlPgCountName { display: none; }
body#MyPanel .WePageCtrl .ThisPage {
    cursor: initial;
    font-weight: normal;
    color: #fff;
    background: #232A32;
    border: 1px solid #1A1F25;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}
body#MyPanel .WePageCtrl .OtherPage, body#MyPanel .WePageCtrl .CtrlBtn.txt_btnLast, body#MyPanel .WePageCtrl .CtrlBtn.txt_btnNext {
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background: #ffffff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    min-width: unset;
    margin: 0;
    box-shadow: none;
}



/*=================PAD  開始===================*/

@media (max-width: 1199px){


/* footer 橫標 */
.footerTitle .meMsg_MsgTitle_1 img {
    box-sizing: border-box;
    padding: 0 150px;
}
.footerTitle .meMsg_MsgTitle_2 {
    background: #3C3D35;
    color: #fff;
    width: 100%;
    display: block;
    padding: 20px 50px;
    line-height: 140%;
}

.footerTitle {
    width: 100%;
    float: none;
}
.newFooterList {
    width: 100%;
    float: none;


}
/* footer 橫標結束 */

}

/*=================手機版  開始===================*/
@media (max-width: 700px) {

#id_HeaderRight #id_CtrlBtn { display: none; }

#ns_Header {
    height: 60px;
}

#ns_Main {
    padding: 30px 15px 0;
}

.mobNav {
    display: block;
    background: #252D5B;
}

/*--2天區塊--*/

/*天第一列左欄*/
#id_HeaderLeft {
    width: 100%;
    display: block;
    border: 0;
    padding: 13px 0 0;
}
/*天第一列左右欄*/
#id_HeaderRight {
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 3px;
}

.meCopyrightBlock {
    padding: 30px 20px 90px;
}

/*--2導覽區塊--*/
#id_Menu { width:100%; margin-bottom:4px; }

/*導覽列左欄*/
#id_MenuLeft {
    width: 100%;
    padding: 0;
}
/*導覽列右欄*/
#id_MenuRight {
    display: none;
}

/*--2地區塊--*/
/*地第一列左欄*/
#id_FooterLeft { width:100%; display: block; padding: 0px;}

/*地第一列左右欄*/
#id_FooterRight { width:100%; display: block; }



/*--3左欄區塊--*/
#id_ColLeft {
    display: block;
    height: auto;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}

/*--3中欄區塊--*/
#id_Content {
    width: 100%;
    padding: 0px;
    display: block;
}

/*--3右欄區塊--*/
#id_ColRight{ width:100%; }



/*手機版自訂css開始-------------------------------------------------------------------------*/

/*Logo*/
.logo {
    margin: 0 auto;
    padding: 0 76px 0 0;
}
#id_HeaderLeft .logo .AlignCenter {
    text-align: center;
}
#id_HeaderLeft img {
    max-width: 130px;
}

.meMsgInfo.contact.newFooterList.meMsgList .itemMsgList {
    display: inline-block;
    font-size: 16px;
}

/* 搜尋列 DIV */

#blk1, #blk2 {
    margin-right: 10px;
}
.meDivList {
    margin-top: 50px;
}
.meDivList .itemDivList {
    vertical-align: baseline;
    padding: 0;
}



/* 會員區塊 */
.memberBlk{ top: 1px;
}
.memberBlk .meMsg_MsgMainTd{
	cursor:pointer;
}
.memberBlk .meMsg_MsgList {
    bottom: ;
}
.memberBlk .meMsg_MsgContent .meMsg_MsgImg img {
    filter: unset;
}


.shopBlk img {
    filter: unset;
}





/* member center */
.RIghtsTitle {
    padding-top: 0;
    padding-bottom: 0;
}
/* footer 橫標 */
.footerTitle .meMsg_MsgTitle_1 img {
    padding: 0;
}
.footerTitle .meMsg_MsgTitle_2 {
    background: #3C3D35;
    color: #fff;
    width: 100%;
    display: block;
    padding: 20px 50px;
    line-height: 140%;
}

.footerTitle {
    width: 100%;
    float: none;
}
.newFooterList {
    width: 100%;
    float: none;
}
.logos {
    display: none;
}

.homeDIVlist .itemDivList {display:block; width: 100%;}

.homeCustomerService {
    width: 100%;
}

#divCartPopup {
    height: unset !important;
}





/*手機版自訂css結束-------------------------------------------------------------------------*/

#id_Header { padding: 0; }

#ns_Header .meSiteTree .dataPrdTree {
    display: block;
}

.meDivList {
    margin-top: 0px;
}

.meSiteTree {
    position: relative;
    width: 100%;
    display: none;
    background: rgb(54, 61, 77);
    height: auto;
}
/*漢堡線*/
body .awBtnMenuDiv {
    margin: 0;
    position: absolute;
    top: -5px;
    left: 10px;
}
body .awBtnMenuDiv .line1, body .awBtnMenuDiv .line2, body .awBtnMenuDiv .line3, body .awBtnMenuDiv .line4{
    background-color: #37a0e9;
}

body.phpLoginForm .awBtnMenuDiv, body.phpQryPwd .awBtnMenuDiv, body.phpChgPwd .awBtnMenuDiv { display: none; }

body.phpLoginForm #id_HeaderLeft .logo .AlignCenter,
body.phpQryPwd #id_HeaderLeft .logo .AlignCenter,
body.phpChgPwd #id_HeaderLeft .logo .AlignCenter {
    text-align: left;
    margin-left: 15px;
}

}

/*=================手機版  結束===================*/


#imgCouponChkCode { width:auto; }


