@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*@import url('fonts.css');*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, form,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
em, img, q, strong, sub, sup,
dl, dt, dd, ol, ul, li { margin:0; padding:0; }
img { border:0; }
ul, ol { list-style:none; }
table { border-collapse:collapse;}
p { line-height:160%; padding:3px 0; }

select { padding:0; }
select, input, textarea { margin:0; font-family: "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁", 'Arial', sans-serif; }
input[type="button"], input[type="submit"], input[type="reset"] { padding:6px 4px; }
input[type="checkbox"], input[type="radio"] { margin-right:3px; vertical-align:middle; width: 15px; height: 15px; }
input[type="button"], input[type="submit"], input[type="reset"], select, button { cursor:pointer; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input{ box-sizing:border-box;}

/* 基本設定 */
html { font-size:20px; }
body { color:#333; background-color:#fff; letter-spacing:0.02em; background: #e0ddd6 url(../images/bg.jpg);
    font-family: "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁",'Arial', sans-serif; 
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title { 
	font-family: 'Noto Serif TC', 'Times New Roman', serif; 
}
.clear { clear:both; float:none; height:0px; width:0; border:none; overflow:hidden; }
.none { display:none; }
hr { clear:both; height:1px; border:0; background-color:#c0c0c0; width:100%; margin:20px 0; }

/* 連結 */
a { text-decoration:none; color:#333; }
a:hover, a:focus { text-decoration:none; color:#a68728; }

/* 反選 */
::selection{ background-color:#a68728; color: #fff; }

/* Body */
body.fixed{ overflow:hidden; }
#Wrap{ min-width:320px; }

/*----------------------------------------------------------------------*/
/* Header */
#Header{ width: 100%; background-color: #f7f6f4; box-sizing: border-box; }
#Header > div { height:100%; position:relative; }
#Header::after{ content:''; clear:both; display:block; }
#Header .logo { display:table; height:100%; }
#Header .logo a { width:100%; height:100%;display:table-cell; vertical-align:middle;}
#Header .logo a img { display:block; max-width:100%; max-height:100%; }
#Header .topBar::after{ content: ""; display: block; clear: both; }
#Header .tool_box, #Header .header_search, #Header .social_box{ display: inline-block; vertical-align: middle; }

/* header相關連結 */
#Header .tool_box ul li { display:inline-block; font-size:0.9em; }
#Header .tool_box ul li a { color:#6a6a6a; }
#Header .tool_box ul li a:hover, #Header .tool_box ul li a:focus { color: #a68728; }
#Header .tool_box > ul > li{ position: relative; border-right: 1px solid #bbb; padding-right: 13px; margin-right: 10px; }
#Header .tool_box > ul > li:last-child{ border-right:0; margin-right: 0; }
#Header .tool_box > ul > li > a{ padding:6px 0; }
#Header .tool_box > ul > li.arrow{ padding-right: 18px; }
#Header .tool_box > ul > li.arrow > a::after{ content: ""; position: absolute; top:8px; right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 2px 0 2px;
    border-color: #777777 transparent transparent transparent;
}
#Header .tool_box > ul > li.arrow > a:hover::after{ border-color: #a68728 transparent transparent transparent; }
#Header .tool_box > ul > li > ul { width: 90px; background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.15);
    position: absolute; top: 24px; right: 0; z-index: 999; 
}
#Header .tool_box > ul > li > ul > li{ width: 100%; text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.05); box-sizing: border-box; 
}
#Header .tool_box > ul > li > ul > li a{ display: block; padding: 8px 10px; }
#Header .tool_box > ul > li > ul > li:last-child{ border-bottom: 0; }
#Header .tool_box > ul > li > ul > li a:hover{ background-color: #f5f5f5; }

/* 顯示設定 */
#Header .tool_box ul li ul { opacity:0; visibility: hidden; }
#Header .tool_box ul li:hover ul { opacity:1; visibility: visible; }

/* header社群 */
#Header .social_box ul li{ display: inline-block; }
#Header .social_box > ul > li{ width: 34px; height: 34px; line-height: 34px; }
#Header .social_box > ul > li > a{ display: block; width: 100%; height: 100%; }
#Header .social_box > ul > li > a img{ max-width: 100%; max-height: 100%; }
#Header .social_box > ul > li > a:hover img{ opacity: 0.75; }

/* 全站搜尋 */
.header_search { 
    background: transparent; color: #333; height: 34px; line-height: 34px; z-index: 9;
    overflow: hidden; position: relative; width: 200px; box-sizing: border-box; padding-right: 34px;
    border-bottom: 1px solid #bbb; 
}
.header_search input { border: none; height: 34px; line-height: 34px; }
.header_search input[type="text"] { box-sizing: border-box; width: 100%; font-size: 0.938em; 
    background-color: transparent; color: #222; font-weight:400; 
    padding: 0 10px; vertical-align: top; 
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
.header_search input[type="text"]::-webkit-input-placeholder { color:#444; }/* Edge */
.header_search input[type="text"]:-ms-input-placeholder { color:#444; }/* Internet Explorer 10-11 */
.header_search input[type="text"]::placeholder { color:#444; }
.header_search input[type="text"]:focus::placeholder{ color:#444; }
.header_search input[type="text"]:focus{ outline: 0; background-color:#fff; }

.header_search .btn { height: 100%; position: absolute; right: 0; top: 0; }
.header_search .btn input { background-image: url(../images/icon_search.png); background-repeat: no-repeat; 
    background-position: center center; vertical-align: top; background-color:transparent; 
    text-indent: -9999px; width: 34px; line-height: 34px; height: 34px;
    -webkit-transition: all 0.25s ease; 
    -moz-transition: all 0.25s ease; 
    transition: all 0.25s ease; 
}
.header_search:hover .btn input, .header_search .btn input:focus { background-color: #a68728; background-image: url(../images/icon_search_w.png); }
.header_search:hover {  }
.header_search label { display: none; }

/*----------------------------------------------------------------------*/
/* bxSlider_list共通設定 */
/* 不顯示子項目 */
.bxSlider_list li { float:left; list-style:none; position:relative; display:none; }
/* 顯示第一筆項目 */  
.bxSlider_list li:first-child { display:block; }
/* 當JS執行時顯示全部 */
.bx-viewport ul.bxSlider_list li { display:block; }

.bx-viewport { z-index:9900; position:relative; zoom:1; }
.bx-wrapper { position:relative; margin:auto; padding:0; zoom:1; }
.bx-wrapper .bx-controls-direction a.disabled { display:none; }

/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual { width: 100%; clear:both; position:relative; z-index:900; background-color: #f7f6f4; overflow:hidden; }
#KeyVisual::after{ content:''; width:100%; height:100px; 
    display:block; position: absolute; bottom:0; left:0; background-size:contain; 
}
#KeyVisual .bx-wrapper { overflow:hidden; padding-bottom:56.1904761904%; }
#KeyVisual .bx-wrapper img { width:100%; }
#KeyVisual .bx-viewport { height:auto !important; position:absolute !important; }

    /* 修改Key visual圖片載入時Slider高度過高問題 */
    #KeyVisual .bxSlider_list { position:relative; }
    /* 載入時顯示loading動畫,載完後圖片淡入 */
    #KeyVisual .bxSlider_list { background:url("../images/loader.gif") no-repeat center center; overflow:hidden; }
    #KeyVisual .bxSlider_list li img { 
        opacity:0; display:block; 
/*        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease;*/
    }
    #KeyVisual .bx-viewport .bxSlider_list { background-image:none; }
    #KeyVisual .bxSlider_list.show li img { opacity:1; }

#KeyVisual .bxSlider_list li { width:100%; }
#KeyVisual .bxSlider_list li a { display:block; width:100%; height:100%; }
#KeyVisual .bxSlider_list li img { width:100%; height:auto; }

/* DIRECTION CONTROLS (NEXT / PREV) */
#KeyVisual .bx-wrapper .bx-controls-direction a { 
    display:block; position:absolute; top:50%; text-indent:-10000px; z-index:9999;
    background-color:rgba(255,255,255,0);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}
#KeyVisual .bx-wrapper .bx-controls-direction a::after { 
    content:''; display:block; position:absolute; top:50%;
    border-left:2px solid rgba(0,0,0,0.6); border-top:2px solid rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}
#KeyVisual .bx-wrapper .bx-controls-direction a:hover::after { 
    opacity:1;
}
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev { 
    left:10px; 
}
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next { 
    right:10px; 
}
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev::after { 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next::after { 
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* PAGER */
#KeyVisual .bx-wrapper .bx-pager { position:absolute; bottom:10px; width:100%; padding:0 40px; z-index:100010; 
    text-align:center; box-sizing:border-box; 
}
#KeyVisual .bx-wrapper .bx-pager .bx-pager-item,
#KeyVisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display:inline-block; }
#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a { 
    text-indent:10000px; display:block; width:25px; height:10px; margin:0 5px; background-color:#fff; 
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    transition: width 0.3s ease-in-out;
}
#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a:hover{ background-color:#ddd;}
#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a.active { background-color:#000000; width:24px; }

/*----------------------------------------------------------------------*/
/* Center */
/* 頁籤 */
.tabStyle .tabs::after{ content:''; display:block; clear:both; }

/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop { 
	text-align:center; z-index:10001; position:fixed; bottom:65px; right:15px;
	width:40px; height:40px; display:none; 
}
.BtnTop.TopFix { display:block; }
.BtnTop a { display:block; width:50px; height:50px; background-color:rgba(255,255,255,0.6);
	font-weight:600; color:#6d6d6d; position:relative; z-index:10000; box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	font-size:14px; padding-top:24px; text-indent: -9999px;
/*	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;*/
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}
.BtnTop a::after { content:''; position:absolute; top:50%; left:50%; width:12px; height:12px;
	margin-left:-6px; margin-top: -3px;
	border-top:2px solid #444; border-left:2px solid #444;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}
.BtnTop a:hover{ background-color:rgba(255,255,255,0.9); }	

/*----------------------------------------------------------------------*/
/* Footer */
#Footer{ background:#004640 url(../images/bg_02.jpg); box-sizing: border-box; overflow: hidden; position: relative; }
#Footer::after{ content: ""; display: block; width: 100%; height: 220px; position: absolute; bottom: 0; left:0;
    background-image: url(../images/bg_footer.png); background-repeat: no-repeat; 
    background-position: center center; background-size: cover;
}

/* footer menu */
.footer_menu{ position: relative; z-index: 99; }
.footer_menu > ul{ display: flex; flex-wrap: wrap; width: 100%; }
.footer_menu > ul > li{ flex: 0 1 auto; width: 20%; box-sizing: border-box; }
.footer_menu > ul > li a{ color: rgba(255,255,255,0.6); display: block; }
.footer_menu > ul > li > a{  font-weight: 500; letter-spacing: 0.08em; color: rgba(255,255,255,1); padding-bottom: 5px;
    font-family: 'Noto Serif TC', 'Times New Roman', serif; box-sizing: border-box; margin-bottom: 5px; position: relative; 
}
.footer_menu > ul > li > a::after{ content: ""; display: block; background-color: rgba(255,255,255,0.3);
    width: 0; height: 1px; position: absolute; bottom: 0; left: 0 
}
.footer_menu > ul > li > ul li{ padding: 8px 0; line-height: 150%; }
.footer_menu > ul > li > ul li a:hover{ color: rgba(255,255,255,0.9); }

/* footer right */
.footer_right{ box-sizing: border-box; position: relative; z-index: 99; }

/* footer info */
.footer_info{ color: rgba(255,255,255,0.6); margin-bottom: 15px; }
.footer_info .title{ color: rgba(255,255,255,1); letter-spacing: 0.08em; font-weight: 600; margin-bottom: 10px; }
.footer_info ul li{  padding: 5px 0; position: relative; padding-left: 35px; font-size:0.9rem; }
.footer_info span{ display: inline-block; width: 30px; height: 30px; vertical-align: middle;
    background: url(../images/icon_footer_info.png) no-repeat; background-position: 0 0;
    position: absolute; top: 0; left: 0;
}
.footer_info span.icon_add{ background-position: 0 0; }
.footer_info span.icon_tel{ background-position: 0 -30px; }
.footer_info span.icon_fax{ background-position: 0 -60px; }

/* footer social */
.footer_social li { padding: 10px 0; font-size:0.9rem; }
.footer_social li a{ display: block; color: rgba(255,255,255,0.6); }
.footer_social .icon, .footer_social .tt{ display: inline-block; vertical-align: middle; }
.footer_social .icon{ border: 1px solid rgba(255,255,255,0.6); margin-right: 5px;
    border-radius: 50%;-webkit-border-radius: 50%; -moz-border-radius: 50%; position: relative;
}
.footer_social .icon img{ opacity: 0.6; width: 34px; height: 34px; max-width: 100%; max-height: 100%; }
/* hover */
.footer_social li a:hover{ color: rgba(255,255,255,0.9); }
.footer_social li a:hover .icon{ border-color: rgba(255,255,255,0.9); }
.footer_social li a:hover .icon img{ opacity: 0.9; }

/* footer bottom */
.footer_bottom{ clear: both; color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.2); 
    position: relative; z-index: 99; font-size: 0.875em; padding-top: 20px; font-size:0.9rem;
}
.footer_bottom::after{ content: ""; clear: both; display: block; }

/*----------------------------------------------------------------------*/
/* popup 彈出視窗 */
.popup_box { position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; 
    width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:10052; 
    overflow-x: hidden; overflow-y: hidden; /*overflow-y: auto;*/   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
}
.popup_box.close { opacity:0; visibility:hidden; }
.popup_box.open { opacity:1; visibility:visible; }
.popup_box > div{ background-color:#f7f6f4; position:relative; z-index:100000; text-align:left; 
    /*overflow-x:hidden; overflow-y:auto;*/ box-sizing:border-box; overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.popup_box .close_btn{ position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 40px; }
.popup_box .close_btn a{ display: block; width: 100%; height: 100%; }
.popup_box .close_btn a::before{ content: ""; display: block; }

.popup_box .close_btn{ display: block; position: absolute; right: -5px; top: 20px;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
}
.popup_box .close_btn a::before, .popup_box .close_btn a::after{
    content: ""; display: block; width: 30px; height:3px; position: absolute; top: 0; right: 0;
    background-color: #333333;
}
.popup_box .close_btn a::after{
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    transform: rotate(90deg); 
}
.popup_box .close_btn a:hover::before, .popup_box .close_btn a:hover::after{
    background-color: #a68728;
}
.popup_box .alert_boxBody{ height: 100%; overflow-x: hidden; overflow-y: auto; padding-top: 10px; }

/*----------------------------------------------------------------------*/
/* 頁籤 */
.tabs_group .tabs::after { content:''; display:block; clear:both; }
.tabs_group .tabs li { position:relative; }
.tabs_group .tabs a { 
    display:block; box-sizing:border-box; position:relative; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs_group .tab_cont { transition:opacity 0.3s ease; overflow:hidden; }
.tabs_group .tab_cont .tab_title { display:none; }
.tabs_group .tab_cont .tab_title a { 
    display:block; box-sizing:border-box; position:relative; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabs_group .tab_cont .tab_title a::after { 
    display:block; position:absolute; top:18px; right:12px; content:""; width:10px; height:10px; 
    border-right:2px solid #333; border-top:2px solid #333;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.tabs_group .tab_cont.active .tab_title a { color:#fff; }
.tabs_group .tab_cont.active .tab_title a::after { 
    border-color:#fff; top:22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 無資料 */
.tabs_group .no_cont { font-size: 1.1rem; text-align: center; }

/*----------------------------------------------------------------------*/
/* 個資條款 */
.member_terms_wrap { margin-bottom:25px; }
.member_terms_wrap .title{ font-weight: 500; font-size: 1.2rem; color: #333333; margin-bottom:10px; }
.member_terms_wrap .title span{ display: inline-block; line-height: 135%; }
.member_terms_wrap h3 { font-size:20px; font-weight:normal; padding-top:10px; }
.member_terms { height:210px; padding:20px 30px; margin-top:5px; margin-bottom:15px; border:1px solid #dfdfdf; overflow-y:scroll; background-color: #fbfbfb; }
    .member_terms > *:first-child { padding-top:0; margin-top:0; }
    .member_terms > *:last-child { padding-bottom:0; margin-bottom:0; }
.member_terms h4 { padding-top:10px; font-size:107.14%; font-family:"Microsoft JhengHei", "微軟正黑體", sans-serif; }
.member_terms p, .member_terms ol { padding:5px 0 10px; line-height:180%; }
.member_terms p + ol { margin-top:-10px; }
.member_terms .level1 {  }
.member_terms .level2 { margin-left:59px; }
.member_terms .li_level1 { margin-left:28px; text-indent:-28px; }
.member_terms .li_level2 { margin-left:46px; list-style-type:decimal; }

.member_terms_agree { overflow:hidden; }
.member_terms_agree div { float:left; width:33.33%; }
.member_terms_agree div span { font-weight:bold; color:#e00000; }

.member_terms_wrap .terms_agree { font-size:18px; }
.member_terms_wrap .terms_agree div > *{ display: inline-block; vertical-align: middle; }

/*----------------------------------------------------------------------*/
/* 表單 */
/* 表單群組 */
/* 注意 ------
fieldset內，表單元件max-width:100%會失效(但IE沒事),加上如下兩個fix(尚未經測試),但須確保fieldset沒有左右margin
又或者,不要用fieldset,改用div
*/
/*IOS webkit fix*/
fieldset.FormGroup, fieldset.FromSubGroup { 
	width:auto;
	min-width:0;
	max-width:none;
	}
/*Mozilla fix*/
@-moz-document url-prefix() { fieldset.FormGroup, fieldset.FromSubGroup { display:table-cell; }}

.FormGroup, .FromSubGroup { 
	max-width:100%; position:relative;
	margin-left:0; margin-right:0; /*消除fieldset的左右margin*/
	}
.FormGroup::after, .FromSubGroup::after { content:''; display:block; clear:both; }
legend.form_group_title, legend.form_subgroup_title { padding-left:0; padding-right:0; }/*消除legend的左右padding*/
.FormGroup, .form_group_title, .FromSubGroup, .form_subgroup_title { box-sizing:border-box; }

.FormGroup { 
	background-color:#f7f6f4; padding:40px 35px 25px; margin-top:50px; border:0;
	margin-bottom:50px; position:relative; border: 1px solid #dfdfdf;
}
.FormGroup:last-child{ margin-bottom:30px; }

.FormGroup > *:last-child { margin-bottom:0; }
.form_group_title { position:absolute; top:0; display:block; margin-top:-12px;
    font-family: 'Noto Serif TC', 'Times New Roman', serif; font-weight: 500;
}
.form_group_title > span { position: relative; background-color:#f7f6f4; display:inline-block; 
    letter-spacing:0.08em; color:#333333; line-height: 24px; 
}
.form_group_title > span::before, .form_group_title > span::after{ content: ""; width: 2px; height: 100%;
    border-left: 2px solid #a9abac; border-right: 2px solid #a9abac; position: absolute; top: 0;
}
.form_group_title > span::before{ left: 0; }
.form_group_title > span::after{ right: 0; }

.FormGroup > *:last-child { margin-bottom:0; }
.FromSubGroup { 
	padding:15px 20px 30px; margin-bottom:15px; position:relative; border-bottom: 1px dashed #ccc; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.FromSubGroup:last-child{ border-bottom: 0; padding-bottom: 10px; }
.FromSubGroup + .FromSubGroup { margin-top:20px; }
.FromSubGroup > *:last-child { margin-bottom:0; }
.form_subgroup_title { border-bottom: 3px solid #ddd; margin-bottom: 10px; }
.form_subgroup_title > span { 
	padding: 0 10px; display: inline-block; font-weight: 500; color: #333; font-size: 1.25rem; line-height: 35px;
	border-bottom: 3px solid #5081d3; position: relative; bottom:-3px;
}
.FromSubGroup > *:last-child { margin-bottom:0; }

/* 可收合 */
.FormGroup.Foldable .form_group_title .mobile span { display:inline-block; padding-right:20px; position:relative; }
.FormGroup.Foldable .form_group_title .mobile span::before { content:'開啟'; }
.FormGroup.Foldable .form_group_title .mobile span::after { 
    display:block; content:""; position:absolute; top:4px; right:0;
    width:10px; height:10px; border-right:2px solid #333; border-top:2px solid #333;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.FormGroup.Foldable.show .form_group_title .mobile span::before { content:'收合'; }
.FormGroup.Foldable.show .form_group_title .mobile span::after { 
    top:10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 表單群組裡的元件 */
.FormGroupWarp .FormElmt input[type="text"], .FormGroupWarp .FormElmt input[type="password"], .FormGroupWarp .FormElmt input[type="file"], 
.FormGroupWarp .FormElmt input[type="number"], .FormGroupWarp .FormElmt input[type="date"], .FormGroupWarp .FormElmt input[type="month"], 
.FormGroupWarp .FormElmt input[type="week"], .FormGroupWarp .FormElmt input[type="time"], .FormGroupWarp .FormElmt input[type="datetime-local"], 
.FormGroupWarp .FormElmt input[type="email"], .FormGroupWarp .FormElmt input[type="search"], .FormGroupWarp .FormElmt input[type="tel"], 
.FormGroupWarp .FormElmt input[type="url"], .FormGroupWarp .FormElmt textarea{
    color: #333;
	-webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align:inherit;
   /* margin-right:3px;*/
}

.FormGroupWarp .FormElmt input[type="text"], .FormGroupWarp .FormElmt input[type="password"], .FormGroupWarp .FormElmt input[type="number"], 
.FormGroupWarp .FormElmt input[type="date"], .FormGroupWarp .FormElmt input[type="month"], .FormGroupWarp .FormElmt input[type="week"], 
.FormGroupWarp .FormElmt input[type="time"], .FormGroupWarp .FormElmt input[type="datetime-local"], .FormGroupWarp .FormElmt input[type="email"], 
.FormGroupWarp .FormElmt input[type="search"], .FormElmt input[type="tel"], .FormGroupWarp .FormElmt input[type="url"], 
.FormGroupWarp .FormElmt textarea, .FormGroupWarp .FormElmt select{
	border: 1px solid #cecece;
    background-color: #fbfbfb;
    margin-bottom:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
/*    -webkit-box-shadow: inset 1px 1px 8px #ccc;
    -moz-box-shadow: inset 1px 1px 8px #ccc;
    box-shadow: inset 1px 1px 8px #ccc;  */  
}

.FormGroupWarp .FormElmt input[type="text"]:focus, .FormGroupWarp .FormElmt input[type="password"]:focus, .FormGroupWarp .FormElmt input[type="file"]:focus, 
.FormGroupWarp .FormElmt input[type="number"]:focus, .FormGroupWarp .FormElmt input[type="date"]:focus, .FormGroupWarp .FormElmt input[type="month"]:focus,
.FormGroupWarp .FormElmt input[type="week"]:focus, .FormGroupWarp .FormElmt input[type="time"]:focus, .FormGroupWarp .FormElmt input[type="datetime-local"]:focus,
.FormGroupWarp .FormElmt input[type="email"]:focus, .FormGroupWarp .FormElmt input[type="search"]:focus, .FormGroupWarp .FormElmt input[type="tel"]:focus,
.FormGroupWarp .FormElmt input[type="url"]:focus,
.FormGroupWarp .FormElmt textarea:focus, .FormGroupWarp .FormElmt select:focus{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.FormTableWrap{ margin-top:10px; }
.FormGroupWarp .FormTable{ margin-bottom:0; }

.FormGroup .form_group_subtitle{ border-bottom:1px solid #ececec; margin-bottom:35px; margin-top:10px; }
.FormGroup .form_group_subtitle span{ font-size:1.375em; color:#898989; background-color:#fff; 
    position:relative; z-index:999; top:14px; left:35px; padding:6px 10px; box-sizing:border-box;
    letter-spacing:0.03em;
}
.FormGroup .question_box .item .title{ font-size:1.25em; padding-left: 3rem; color:#333; }
.FormGroup .question_box .item .title .no{ width:40px; height:40px; line-height:40px; font-weight:400; }
.FormGroup .question_box .item { margin-top:10px; margin-bottom:15px; }
.FormGroup .question_box .item .cont_box{ padding-left:3rem; margin-bottom:0; }

.FormTable { width:100%; margin-bottom:20px; color:#000; }
/*.FormTable > tbody > tr > th::after{ content:'：'; }*/
.FormTable > tbody > tr > th, .FormTable > tbody > tr > td { font-size:100%; }
.FormTable > tbody > tr > th { 
	font-family: 'Noto Serif TC', 'Times New Roman', serif;  font-weight: 600; color: #333333; line-height:40px; 
	position:relative; 
	}
.FormTable > tbody > tr > th span { font-weight:bold; color:#f2234a; }
.FormTable > tbody > tr > td { line-height:40px; }
.FormTable > tbody > tr > th.text-top{ vertical-align:top; }

/* 表單群組分等分 */
.FormTableWrap::after{ content: ""; display: block; clear: both; }
.FormTableWrap{ display: flex; flex-wrap: wrap; }
.FormTableWrap .col-1.FormTable{ flex: 0 1 auto; width: 100%; }
.FormTableWrap .col-2.FormTable{ flex: 0 1 auto; width: 50%;  }
.FormTableWrap .col-2.FormTable:nth-child(2n+1){ padding-right: 30px; border-right: 1px solid #ddd; }
.FormTableWrap .col-2.FormTable:nth-child(2n+2){ padding-left: 30px; }

/* 表單內按鈕 */
.FormTable .inline_btn { padding-right:6px; }
.FormTable .inline_btn span { 
	border:1px solid #ba451a; margin-left:6px; display:inline-block; vertical-align:bottom;
	background: -webkit-linear-gradient(top,  #e67b52 0%, #ba451a 100%); 
	background: -moz-linear-gradient(top,  #e67b52 0%, #ba451a 100%); 
	background: linear-gradient(to bottom,  #e67b52 0%, #ba451a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67b52', endColorstr='#ba451a',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.FormTable .inline_btn span:hover {
	border:1px solid #fd2814;
	background: -webkit-linear-gradient(top,  #fe9b3b 0%, #fd2814 100%); 
	background: -moz-linear-gradient(top,  #fe9b3b 0%, #fd2814 100%); 
	background: linear-gradient(to bottom,  #fe9b3b 0%, #fd2814 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9b3b', endColorstr='#fd2814',GradientType=0 ); /* IE6-9 */
}
.FormTable .inline_btn span > * { 
	padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0; border:0; color:#fff; height:30px; line-height:30px; box-sizing:border-box; 
}
.FormTable .inline_btn span[class] > * { background:url("../images/icon_inline_btn.png") no-repeat; }
.FormTable .inline_btn .search input { background-position:15px 0; padding-left:30px; }
.FormGroup span.required{ font-weight: bold; color: #ec407a; }

/*----------------------------------------------------------------------*/
/* 搜尋表單 */
/* 表單元件 */
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"] { line-height:40px; height:40px; }

.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"],
.FormElmt select, .FormElmt textarea { margin-bottom: 6px; vertical-align:top; resize: vertical; }

.FormElmt input[type="text"], .FormElmt input[type="password"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"], 
.FormElmt textarea, .FormElmt select {
	border:1px solid #cecece; background-color:#fff; font-size:100%; box-sizing:border-box;
    -webkit-transition: box-shadow ease-in-out .15s, border ease-in-out .15s;
    -moz-transition: box-shadow ease-in-out .15s, border ease-in-out .15s;
    transition: box-shadow ease-in-out .15s, border ease-in-out .15s;
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;*/
}
	
.FormElmt input[type="text"], .FormElmt input[type="password"], .FormElmt input[type="file"], 
.FormElmt input[type="number"], .FormElmt input[type="date"], .FormElmt input[type="month"],
.FormElmt input[type="week"], .FormElmt input[type="time"], .FormElmt input[type="datetime-local"],
.FormElmt input[type="email"], .FormElmt input[type="search"], .FormElmt input[type="tel"],
.FormElmt input[type="url"],
.FormElmt textarea{
	padding-left:8px; padding-right:8px; color:#333; 
}
.FormElmt select { background-color:#fff; padding:5px 5px 4px; height:40px; color:#333;}	
.FormElmt textarea{ padding-top:8px; padding-bottom:8px;}
.FormElmt input[type="text"]:focus, .FormElmt input[type="password"]:focus, .FormElmt input[type="file"]:focus, 
.FormElmt input[type="number"]:focus, .FormElmt input[type="date"]:focus, .FormElmt input[type="month"]:focus,
.FormElmt input[type="week"]:focus, .FormElmt input[type="time"]:focus, .FormElmt input[type="datetime-local"]:focus,
.FormElmt input[type="email"]:focus, .FormElmt input[type="search"]:focus, .FormElmt input[type="tel"]:focus,
.FormElmt input[type="url"]:focus,
.FormElmt textarea:focus, .FormElmt select:focus{
	outline: 0;
	border:1px solid #a68728;　
    box-shadow:0 0 8px rgba(0,0,0,0.1);
/*  -webkit-box-shadow: inset 1px 1px 10px #f0f0f0 0 0 6px #ddd;
    -moz-box-shadow: inset 1px 1px 10px #f0f0f0, 0 0 6px #ddd;
    box-shadow: inset 1px 1px 10px #f0f0f0, 0 0 6px #ddd;*/
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;*/
}
.FormElmt input[type="text"]:disabled { background-color:#ececec; color:#777; 
    -webkit-text-fill-color: #777;
    opacity: 1; /* required on iOS */
}
.FormElmt input[type="text"]::placeholder { color:#888; }
.FormElmt input[type="text"]:focus::placeholder{ color:#333; }
.FormElmt hr { margin:25px 0; }
.FormElmt input.addr { margin-top:8px; display:block; }
.FormElmt .gender { display:inline-block; }
.FormElmt .gender input[type="radio"] { margin-left:25px; }
.FormElmt .w40 { width:40px; }
.FormElmt .w60 { width:60px; }
.FormElmt .w80 { width:80px; }
.FormElmt .w150 { width:150px; }
.FormElmt .w100 { width:100px; }
.FormElmt .w200 { width:200px; }
.FormElmt .w300 { width:100%; max-width:300px; }
.FormElmt .w400 { width:100%; max-width:400px; }
.FormElmt .w500 { width:100%; max-width:500px; }
.FormElmt .fullwidth { width:100%; }
.FormElmt .date { width:120px; }
.FormElmt .dev-calendar { width:180px; }
.FormElmt .note { color:#e60000; line-height:160%; font-size:92.85%; display:inline-block; }
.FormElmt .link{ color:#008aff; text-decoration:underline; }
.FormElmt .link:hover{ color:#444; }

/*上傳按鈕*/
.FormElmt .upload_btn span{ position:relative; display:inline-block; border:3px solid #0cb2d5;
    background-color:#fff;color:#0cb2d5;
    display:inline-block;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
}
.FormElmt .upload_btn span::before{ content:"\f34d"; font-family: 'Font Awesome 5 Pro'; font-weight: 900; 
    position:absolute; top:50%; left:25px;
    width:16px; height:16px; line-height:16px; margin-top:-8px;
} 
.FormElmt .upload_btn span:hover{ background-color:#0cb2d5; color:#fff; }
.FormElmt .upload_btn input[type="button"]{ background-color:transparent; border:0; color:#0cb2d5;
    font-size:1em; line-height:40px; padding:0 30px 0 45px; 
}
.FormElmt .upload_btn input[type="button"]:focus{ outline:0; }
.FormElmt .upload_btn input[type="button"]:hover{ color:#fff; }
.FormElmt .upload_btn span:hover{ background-color:#0cb2d5; }

.input_group > span { display:inline-block; white-space:nowrap; margin-right:8px; }
.input_group .fullwidth { margin-right:0; }
.input_table { overflow:hidden; border-top:1px solid #e0d9cf; border-left:1px solid #e0d9cf; }
.input_table li { float:left; padding:10px; border-bottom:1px solid #e0d9cf; border-right:1px solid #e0d9cf; box-sizing:border-box; font-size:87.5%; color:#707070; line-height:150%; }
.input_table li a { display:block; color:#707070; text-decoration:none; }
.input_table li a span { margin:0 5px; color:#ff4c11; }
.input_table li a:hover { color:#ff4c11; }

/* checkbox/radio群組 */
.FormElmt .input_group.inline { display:inline-block; margin-left:10px; }
.FormElmt .input_group > div { display:inline; margin-right:10px; line-height:32px; }
.FormElmt .input_group.item_block > div { display:block; margin-right:0; }
.FormElmt .input_group .fullwidth { margin-right:0; }

/* checkbox/radio樣式 */
.radio-btn input[type="radio"], .check-box input[type="checkbox"] {
    visibility: hidden;
}

/*Custom checkbox button*/
.check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 0 7px 0 0;
    position: relative;
    overflow: hidden;
    vertical-align:middle;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #bbb;
}
.check-box i {
    background: url('../images/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 16px;
    height: 16px;
    opacity: .5;
    /* 動畫 */
    /* -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; */
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.checkedBox {
    -moz-box-shadow: inset 0 0 5px 1px #bbb;
    -webkit-box-shadow: inset 0 0 5px 1px #bbb;
    box-shadow: inset 0 0 5px 1px #bbb;
    /*border-bottom-color: #fff;*/
}
.checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
/*Custom radio button*/
 .radio-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    /*float: left;*/
    margin: 0 7px 0 0;
    vertical-align:middle;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #bbb;
    box-shadow: 0 0 1px #bbb;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
}
.radio-btn i {
    border: 1px solid #bbb;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkedRadio i {
    background-color: #777;
    border: 1px solid #777;
}

/* 驗證碼 */
.FormElmt .randomcode::after { content:''; display:block; clear:both; }
.FormElmt .randomcode > div { float:left; margin-right:8px;}
    .FormElmt .randomcode .input input[type="text"] { width:100px !important; }
    .FormElmt .randomcode .img img { padding-top:2px; padding-bottom:2px;}
    .FormElmt .randomcode div.btn {  padding:0; border:0; }
    .FormElmt .randomcode div.btn > * { 
        background: url(../images/icon_randomcode.png) no-repeat;
        border: 0;
        margin: 0;
        padding: 0 10px 0 28px;
        height: 35px;
        font-size: 100%;
        line-height: 40px;
        color: #333;
        text-decoration: underline;
    }
    .FormElmt .randomcode div.btn input.refresh{ background-position: 10px 12px; }
    .FormElmt .randomcode div.btn input.refresh:hover { opacity: 0.8; }
    .FormElmt .randomcode div.btn .play{ background-position: 10px -37px; padding-left:30px; display: inline-block; }
    .FormElmt .randomcode div.btn .play:hover{ opacity: 0.8; }
    .FormElmt .randomcode div.btn .play::before{ content:''; }

/* 按鈕 */
.BtnCommon { clear:both; text-align:center; }
	.BtnCommon.tl { text-align:left; }
	.BtnCommon.tr { text-align:right; }
.BtnCommon span, .BtnCommon a, .BtnCommon input { display:inline-block; }
	.BtnCommon.large a, .BtnCommon.large input { height:50px; }
	.BtnCommon.mid a, .BtnCommon.mid input { height:35px; line-height:35px; }
	.BtnCommon.small a, .BtnCommon.small input { height:24px; line-height:24px; }

/*.BtnCommon div:first-child { margin-left:0; }*/
.BtnCommon span { 
	position:relative; z-index:1;
	box-sizing:border-box;
	background-color:#5a5a5a;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
  /*-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;*/
}
.BtnCommon div[class] span::before { 
	/*display:block; position:absolute; top:50%; left:15px; width:20px; height:20px; margin-top:-10px; content:''; 
	background:url("../images/icon_btn_common.png") no-repeat;*/
}
.BtnCommon span::after { 
	display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:''; 
	background-color:rgba(255,255,255,0.15); opacity:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
.BtnCommon span:hover::after { opacity:1; }

.BtnCommon a, .BtnCommon input { color:#fff; font-weight:400; box-sizing:border-box; position:relative; z-index:2; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.BtnCommon .reset, .BtnCommon .reset input{ color: #4b4b4b; }
.BtnCommon input:focus{ outline:0; }
	.BtnCommon.large a, .BtnCommon.large input { font-size:100%; padding:0 35px; box-sizing:border-box; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:15px; padding-right:15px; font-size:100%; }
	.BtnCommon.small a, .BtnCommon.small input { padding-left:10px; padding-right:10px; font-size:14px; }
	/*.BtnCommon.large div[class] a, .BtnCommon.large div[class] input { padding-left:45px; }*/
	.BtnCommon.mid div[class] a, .BtnCommon.mid div[class] input { padding-left:40px; }
	.BtnCommon.small div[class] a, .BtnCommon.small div[class] input { padding-left:25px; }

.BtnCommon span a { text-decoration:none; }

.BtnCommon span input { border:0; background-color:transparent; margin:0; }
	.BtnCommon div.submit span::before { background-position:0 0; }
	.BtnCommon div.reset span::before { background-position:0 -30px; }
	.BtnCommon div.preview span::before { background-position:0 -60px; }
	.BtnCommon.mid div[class] span::before { left:15px; }

.BtnCommon.btn_form { margin-top:15px; margin-bottom:15px; }
.BtnCommon.btn_form div { margin:5px; }

.BtnCommon div.reset span { background-color:#a0a0a0; }

.BtnCommon.large div[class] { display:inline-block; margin:5px; }
.BtnCommon.large div[class] span::before { left:25px; }
.BtnCommon.large span{ position:relative; font-size: 1rem; letter-spacing: 0.05em; }
.BtnCommon.large span::before{
	content:''; display:block; position:absolute; top:50%; left:0;
	background: url('../images/icon_btn_common.png') no-repeat;
	width:18px; height:18px; margin-top:-9px;
}
.BtnCommon.large .return input{ width:160px; }
.BtnCommon.large .button span::before{ background-image:none; display:none; }
.BtnCommon.large .save span::before{ background-image:none; }
.BtnCommon.large .GoOn span::before{ background-position:0 -40px; }
.BtnCommon.large .return span::before{ background-position:0 -60px; }
.BtnCommon.large > div[class] span{ background-color:#a68728; }

.BtnCommon.large > div[class] input { padding:0 25px 0 50px; }
.BtnCommon.large div.reset span{ background-color:#d8d8d8; }
.BtnCommon.large .reset span:hover{ background-color:#cacaca; }

/*.BtnCommon.large .submit:hover span, .BtnCommon.large .reset:hover span, 
.BtnCommon.large .button:hover span{
 	background-color:#721616;
}*/

/*----------------------------------------------------------------------*/
/* datepicker共通設定 */
.ui-datepicker { 
	background-color:#fff; padding:15px 8px 7px 8px; position:relative; display:none; z-index:99999 !important;
	-webkit-box-shadow: 0 0 5px #b2b2b2;
	-moz-box-shadow: 0 0 5px #b2b2b2;
	box-shadow: 0 0 5px #b2b2b2;
	}
.ui-datepicker-prev, .ui-datepicker-next { 
	display:block; position:absolute; top:15px; width:36px; height:36px; cursor:pointer; 
	}
	.ui-datepicker-prev { left:0; }
	.ui-datepicker-next { right:0; }
.ui-datepicker-prev span, .ui-datepicker-next span { 
	display:block; position:absolute; top:50%; left:50%; margin:-6px 0 0 -6px; width:12px; height:12px; background:url("../images/icon_datepicker.png") no-repeat; 
	text-indent:-10000px; 
	}
	.ui-datepicker-prev span { background-position:0 0; }
	.ui-datepicker-next span { background-position:0 -12px; }
	.ui-datepicker-prev:hover span { background-position:-12px 0; }
	.ui-datepicker-next:hover span { background-position:-12px -12px; }
.ui-datepicker-title { text-align:center; font-size:15px; font-weight:bold; line-height:30px; }
.ui-datepicker-title select { height:36px; padding:7px 0 8px; font-size:15px; }
.ui-datepicker-title select.ui-datepicker-year { margin-right:4px; }
.ui-datepicker-title select.ui-datepicker-month { margin-left:6px; }
.ui-datepicker-title select.ui-datepicker-month:first-child { margin-left:0; }
.ui-datepicker-title select.ui-datepicker-month + select.ui-datepicker-year { margin-left:6px; margin-right:0; }
.ui-datepicker-calendar { margin-top:5px; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td { width:32px; padding:0; font-family:Arial, Helvetica, "微軟正黑體", sans-serif; text-align:center; }
.ui-datepicker-calendar th { font-size:14px; font-weight:bold; }
.ui-datepicker-calendar td { font-size:14px; }
	.ui-datepicker-calendar th span, .ui-datepicker-calendar td span, .ui-datepicker-calendar td a { display:block; padding:5px 0 5px; }
	.ui-datepicker-calendar td a { text-decoration:none; color:#333; line-height:22px; }
	.ui-datepicker-unselectable { color:#cfcfcf; }
	.ui-datepicker-today { background-color:#a68728; }
		.ui-datepicker-calendar td.ui-datepicker-today a { color:#fff !important; }
		.ui-datepicker-unselectable.ui-datepicker-today { background-color:#f0f0f0; }
	.ui-datepicker-calendar td a.ui-state-default:hover { color:#a68728 }
	.ui-datepicker-current-day a { border:1px solid #21293c; }


/*----------------------------------------------------------------------*/
/*tinyscrollbar*/
.tableWrap
{
/*    width:251px;
    margin:0 0 10px;*/
}

.tableWrap .viewport
{
/*    width:236px;
    height:125px;*/
    overflow:hidden;
    position:relative;
	margin: 0;
}

.tableWrap .overview
{
    list-style:none;
/*    width:1416px;*/
    padding:0;
    margin:0;
/*    position:absolute;*/
    left:0;
    top:0;
	margin: 0;
}

/*.tableWrap .overview img
{
    float:left;
}*/

.tableWrap .scrollbar
{
    /*background:transparent url(../images/bg-scrollbar-track-x.png) no-repeat 0 0;*/
    position:relative;
    margin:0 0 5px;
    clear:both;
    height:4px;
}

.tableWrap .track
{
    /*background:transparent url(../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0;*/
	background-color:#dbdbdb;
    width:100%;
    height:4px;
    position:relative;
	margin: 0;
}

.tableWrap .thumb
{
    /*background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;*/
	background-color:#656565;
    height:8px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    left:0;
    top:-2px;
	margin: 0;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.tableWrap .thumb:hover{ background-color:#ff8922; }

.tableWrap .thumb .end
{
    /*background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%;*/
    overflow:hidden;
    height:8px;
    width:5px;
	margin: 0;
}

.tableWrap .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

/*----------------------------------------------------------------------*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative;font-size:0.8125rem; }
#cboxLoadedContent { overflow:auto;padding:30px 5px 60px 5px; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe { width:100%; height:100%; display:block; border:0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; }

#colorbox_thum::after { content:""; display:block; clear:both; }
#colorbox_thum { padding-top:10px; margin-top:0; margin-bottom:30px; }
#colorbox_thum a { 
    display:block; float:left; overflow: hidden; 
    text-align:center; vertical-align:middle; 
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#colorbox_thum a:hover { 
    opacity: 0.8;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
}
#colorbox_thum a span { display:block; padding-bottom:66.176470588%; text-indent: -9999px; 
    background-size:cover; background-position:center center; background-repeat:no-repeat;
}

/*#colorbox_thum { overflow:hidden; padding-top:10px; margin-top:0; margin-bottom:30px; }
#colorbox_thum a { 
    display:block; float:left;
    text-align:center; vertical-align:middle; 
    border:2px solid #e7e7e7; padding:8px;
    -webkit-transition: border 0.5s ease, box-shadow 0.5s ease;
    -moz-transition: border 0.5s ease, box-shadow 0.5s ease;
    -o-transition: border 0.5s ease, box-shadow 0.5s ease;
    transition: border 0.5s ease, box-shadow 0.5s ease;
    }
#colorbox_thum a:hover { 
    border:2px solid #e60012; 
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    }
#colorbox_thum a *{ vertical-align:middle; }
#colorbox_thum a span { display:inline-block; height:100%; }
#colorbox_thum a img { max-width:100%; max-height:100%; }*/

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:#000; }
#colorbox { }
    #cboxContent { margin-top:20px; }
        .cboxIframe { background:#fff; }
        #cboxError { padding:50px; border:1px solid #ccc; }
        #cboxLoadedContent { border:5px solid #000; background:#000; }
        #cboxTitle { position:absolute; bottom:10px; *bottom:20px; left:10px; color:#fff; line-height:18px; }
        #cboxCurrent { position:absolute; top:-20px; right:0px; color:#ccc; }
        #cboxSlideshow { position:absolute; top:-20px; right:90px; color:#fff; }
        #cboxPrevious { 
            position:absolute; top:50%; left:5px; margin-top:-32px; background:url("../images/colorbox_controls.png") no-repeat top left; 
            width:28px; height:65px; text-indent:-9999px;
            }
        #cboxPrevious:hover { background-position:bottom left; }
        #cboxNext { 
            position:absolute; top:50%; right:5px; margin-top:-32px; background:url("../images/colorbox_controls.png") no-repeat top right; 
            width:28px; height:65px; text-indent:-9999px;
            }
        #cboxNext:hover { background-position:bottom right; }
        #cboxLoadingOverlay { background:#000; }
        #cboxLoadingGraphic { background:url("../images/colorbox_loading.gif") no-repeat center center; }
        #cboxClose { 
            position:absolute; top:5px; right:5px; display:block; background:url("../images/colorbox_controls.png") no-repeat top center; 
            width:38px; height:19px; text-indent:-9999px;
            }
        #cboxClose:hover {background-position:bottom center; }

/*----------------------------------------------------------------------*/
/* RWD選單 */
.mm-list > li.member::after, .mm-list > li.logout::after{ border-bottom:0 !important; }
.mm-list li.member, .mm-list li.logout{ margin:10px 0; }
.mm-list li.member a, .mm-list li.logout a{ background-color:#f0e7df; padding:0; margin-left:10px; 
    margin-right:10px; padding:5px 20px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
}
.mm-list li.member a::before, .mm-list li.logout a::before{ margin-right:5px; font-family: 'Font Awesome 5 Pro'; font-weight: 900; }
.mm-list li.member a::before{ content: "\f406";  }
.mm-list li.logout a::before{ content: "\f08b";  }

.mm-list li.member a::after, .mm-list li.logout a::after{ content: "\f105"; font-family: 'Font Awesome 5 Pro'; font-weight: 900; 
    margin-right:5px; position:absolute; right:25px;
}

/*----------------------------------------------------------------------*/
/* 美化卷軸(僅支援chrome，其他瀏覽器仍維持預設卷軸樣式) */
.scrollWrap{ padding-right: 5px; padding-left: 5px; }
.scrollWrap::-webkit-scrollbar { -webkit-appearance:none; width:8px; height:8px; }
.scrollWrap::-webkit-scrollbar-thumb { border-radius:8px; background-color:#bbbbbb; }
.scrollWrap::-webkit-scrollbar-thumb:hover { background-color:#a68728; }

/* 給Chrome以外瀏覽器以外js產生的捲軸 */
/* jScrollPane-卷軸 */
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar { background: red; height: 100%; position: absolute; right: 0; top: 0; width: 16px; }
.jspHorizontalBar { background: red; bottom: 0; height: 16px; left: 0; position: absolute; width: 100%; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #dde; position: relative; }
.jspDrag { background: #bbd; cursor: pointer; left: 0; position: relative; top: 0; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; cursor: pointer; direction: ltr; display: block; margin: 0; padding: 0; text-indent: -20000px; }
.jspDisabled { background: #80808d; cursor: default; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { float: left; height: 100%; width: 16px; }
.jspVerticalBar .jspArrow:focus { border: 1px solid red; outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }

.IndexMainBox .masterTalk .jspVerticalBar{ opacity: 0; }
.IndexMainBox .masterTalk .jspVerticalBar:hover{ opacity: 1; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }

/*----------------------------------------------------------------------*/
/* cookieconsent setting */
.cc-window.cc-bottom, .cc-revoke { font-family: "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁",'Arial', sans-serif; }
.cc-window .cc-message, .cc-revoke { font-size:14px; }
.cc-window .cc-message a { text-decoration:underline; }
.cc-btn.cc-dismiss { white-space:nowrap; }
@media screen and (max-width: 639px){
.cc-window.cc-banner, .cc-window.cc-floating { padding:10px; }
}

/*----------------------------------------------------------------------*/
/* 測試用menu */
.ifun_text_menu { position:fixed; top:0; left:0; z-index:10200; }
.ifun_text_menu::after{ content: ""; clear: both; display: block; }
.ifun_text_menu a { display:block; text-decoration:none; }
.ifun_text_menu > ul > li > a { text-indent:-10000px; width:40px; height:40px; }
.ifun_text_menu > ul ul { display:none; position:absolute; top:40px; left:0; width:150px; 
	box-shadow:0 0 10px rgba(0,0,0,0.15); overflow: auto; background-color: #fff;
    padding-left: 10px; box-sizing: border-box;
}
.ifun_text_menu > ul > li:hover > ul { display:block; } 
.ifun_text_menu > ul ul > li{  }
.ifun_text_menu > ul ul > li a{ position: relative; padding-left: 8px; }
.ifun_text_menu > ul ul > li a::before{ content: "-"; display: inline-block; position: absolute; top: 5px; left: 0; font-weight: bold; }
.ifun_text_menu > ul ul > li a:focus, .ifun_text_menu > ul ul > li a:hover{ color:#e33f3f; }
.ifun_text_menu > ul ul > li > ul { top:80px; left:150px; width:150px; }
.ifun_text_menu > ul ul > li:hover > ul { display:block; } 
.ifun_text_menu > ul ul li { background-color:rgba(255,255,255,0.9);  }
.ifun_text_menu > ul ul a { padding:7px 10px 7px 0; font-size:14px; color:#333;  line-height:140%; box-sizing: border-box; }
.ifun_text_menu > ul ul a:hover{ font-weight:bold; }

