@charset "utf-8";

/* 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;}

/* 基本設定 */
body { color:#222222; background-color:#ffffff; letter-spacing:0.05em; 
    font-family: "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁",'Arial', sans-serif; 
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, .title { 
	font-family: "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁",'Arial', sans-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:#dddddd; width:100%; margin:20px 0; }

/* 連結 */
a { text-decoration:none; color:#222222; }
a:hover { text-decoration:none; color:#1f893c; }

/* 反選 */
::selection{ background-color:#1f893c; color: #ffffff; }

/* Body */
body.fixed{ overflow:hidden; }
#Wrap{ min-width:320px; }


/*----------------------------------------------------------------------*/
/* Header */
#Header{ width: 100%; background-color: #ffffff; box-sizing: border-box;  }
#Header::after, #Header > div::after{ content:''; clear:both; display:block; }
#Header .logo{ z-index: 10010; }
#Header .logo a{ display: block; }
#Header .logo a img{ max-width:100%; max-height:100%; }
#Header .topGuidBox{ width: 100%; box-sizing: border-box; text-align: right; overflow: hidden; }

/* 功能連結 */
#Header .tool_link{ font-size: 1.125rem; margin-bottom: 10px; }
#Header .tool_link ul li a{ text-decoration: none; display: block;
/*    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;*/
}
#Header .tool_link > ul > li { cursor: pointer; position: relative; 
    display: inline-block; vertical-align: middle; padding: 0 20px;
}
#Header .tool_link > ul > li::before{ content: ""; display: block; width: 1px; height: 15px; 
    background-color: #bbbbbb; position: absolute; top: 5px; left: -2px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
}
#Header .tool_link > ul > li:first-child{ padding-left: 0; }
#Header .tool_link > ul > li:first-child::before{ display: none; }
#Header .tool_link > ul > li:last-child{ padding-right: 0; }
#Header .tool_link > ul > li.login{ padding-left: 0; padding-right: 0; }
#Header .tool_link > ul > li.login a{ 
    line-height: 40px; padding: 0 20px 0 45px; background: #66bc2c url(../images/icon_user.png) no-repeat;
    background-size: 40px 40px; background-position: 10px center; color: #ffffff; 
    border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px;
}
#Header .tool_link > ul > li.login::before{ display: none; }
#Header .tool_link > ul > li.login.btn_logout a{ background-color: #666666; background-image: none; padding: 0 20px; }
#Header .tool_link > ul > li > a > span{ display: none; }
#Header .tool_link > ul > li > ul{ display: none; position: absolute; z-index: 10001; }
#Header .tool_link > ul > li:hover > ul{ display: block; }

/* 全站搜尋 */
#Header .header_search{ float: right; }
.header_search { 
    background: #ebebeb; color: #222222; z-index: 9; position: relative;
    overflow: hidden; position: relative; width: 300px; padding-right: 45px; box-sizing: border-box; 
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}
.header_search input { border: none; height: 40px; line-height: 40px; }
.header_search input[type="text"] { box-sizing: border-box; width: 100%; font-size: 1.125rem;
    border-radius: 35px 0 0 35px; background-color: #ebebeb; color: #222222; font-weight:400; 
    padding: 0 10px 0 20px; 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: #8d8d8d; }/* Edge */
.header_search input[type="text"]:-ms-input-placeholder { color: #8d8d8d; }/* Internet Explorer 10-11 */
.header_search input[type="text"]::placeholder { color: #8d8d8d; }
.header_search input[type="text"]:focus{ outline: 0; }
.header_search .btn { height: 100%; position: absolute; right: 0; top: 0; }
.header_search .btn input { background-color: #ebebeb; background-image:  url(../images/icon_search.png); 
    background-position: center center; vertical-align: top; background-size: cover; padding: 0;
    text-indent: -9999px; width: 40px; background-repeat: no-repeat; 
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    transition: all 0.3s ease; 
}
.header_search .btn input:hover, .header_search .btn input:focus { 
    background-color: #66bc2c; background-image:  url(../images/icon_search_w.png); 
}
.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; }

.bxSlider_list li .img{ background-repeat: no-repeat; background-size: contain; 
    background-position: center center;
}

/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual { overflow: hidden; }
#KeyVisual::after{ content:''; width:100%; height:100px; 
    display:block; position: absolute; bottom:0; left:0; background-size:contain; 
}
#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;  /*max-width: 100%; max-height: 100%; */}

/* DIRECTION CONTROLS (NEXT / PREV) */
#KeyVisual .bx-wrapper .bx-controls-direction a {
    display:block; position:absolute; top:50%; text-indent:-10000px; z-index:9990;
    background-color:rgba(255,255,255,0.9);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -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 #141414; border-top:2px solid #141414;
    -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:0; 
}
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next { 
    right:0; 
}
#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:9997; 
    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:15px; height:15px; margin:0 5px; background-color:#fff; 
    border: 2px solid #ffffff; 
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    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; }


/*----------------------------------------------------------------------*/
/* Footer */
#Footer{ background-color: #f5f5f5; } 
#Footer .ft_info{ max-width: 1280px; margin: auto; }
#Footer .ft_info::after{ content: ""; display: block; clear: both; }
#Footer .ft_info > div{ box-sizing: border-box; }
#Footer .ft_info .logo .img img{ max-width: 100%; max-height: 100%; }
#Footer .ft_info .contBox { padding-top: 15px; padding-bottom: 15px; }
#Footer .ft_info .contBox .info{ margin-bottom: 15px; }
#Footer .ft_info .contBox .info li{ margin-bottom: 5px; position: relative; 
   padding: 5px 0 5px 40px;
}
#Footer .ft_info .contBox .info .icon{ width: 32px; height: 32px; display: block; position: absolute;
    background:  #d8eacd url(../images/icon_footer_info.png) no-repeat; background-size: cover;
    border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px;
    top: 0; left: 0;
}
#Footer .ft_info .contBox .info .icon.icon_build{ background-position: 0 0; }
#Footer .ft_info .contBox .info .icon.icon_add{ background-position: 0 -32px; }
#Footer .ft_info .contBox .txt{ color: #666666; }
#Footer .copyright{ background-color: #1f893c; color: #ffffff; text-align: center; padding: 20px; }


/*----------------------------------------------------------------------*/
/* Center */
/* 頁籤 */
.tabStyle .tabs::after{ content:''; display:block; clear:both; }


/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop { text-align:center; z-index:9995; position:fixed; bottom:30px; right:1.0416666%; display: none; }
.BtnTop.TopFix { display:block; }
.BtnTop a { display:block; width:50px; height:50px; background-color:rgba(255,255,255,1);
	font-weight:bold; color:#000000; position:relative; z-index:10000;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2); 
	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:-7px; margin-top: -3px;
	border-top:3px solid #333333; border-left:3px solid #333333;
    -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: #66bc2c; }   
.BtnTop a:hover::after{ border-color: #ffffff; }	



/*----------------------------------------------------------------------*/
/* 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:10300; font-size:16px;
    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:#f5f5f5; position:relative; z-index:100000; text-align:left; 
    /*overflow-x:hidden; overflow-y:auto;*/ box-sizing:border-box; 
    -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);
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
}

/* close btn */
.popup_box .close_btn{ position: absolute; top: -23px ; right: -23px; width: 46px; height: 46px; 
    line-height: 40px; background-color: #333333; border: 2px solid #ffffff; cursor: pointer;
    border-radius: 50%;-webkit-border-radius: 50%; -moz-border-radius: 50%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.popup_box .close_btn a{ display: block; left: 30px; top: 9px; position: absolute;
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg); 
    transform: rotate(-45deg);    
}
.popup_box .close_btn a::before{ content: ""; display: block; }
.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: #ffffff;
}
.popup_box .close_btn a::before{
}
.popup_box .close_btn a::after{
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    transform: rotate(90deg); 
}
.popup_box .close_btn:hover{ background-color: #777777; }
.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 { float:left; text-align: center; position: relative; }
.tabs_group .tabs li.active{  }
.tabs_group .tabs li.active::after{ opacity: 1; }
.tabs_group .tabs a { color:#000000; text-decoration:none; 
    display:block; padding:0 20px; 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; padding:0 20px; box-sizing:border-box; color:#000; 
    line-height:50px; text-decoration:none; 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 { background-color:#444444; 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.25rem; text-align: center; }

/*----------------------------------------------------------------------*/
/* 個資條款 */
.member_terms_wrap { margin-bottom:25px; }
.member_terms_wrap .title{ font-weight: bold; font-size: 1.188rem; 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;
    border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
}
.FormGroup:last-child{ margin-bottom:30px; }

.FormGroup > *:last-child { margin-bottom:0; }
.form_group_title { position:absolute; top:0; display:block; margin-top:-23px;font-weight: bold; }
.form_group_title span { position: relative;  display:inline-block; background-color: #10654e;
    letter-spacing:0.08em; color:#ffffff; line-height: 46px; 
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}

.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: bold; color: #333; font-size: 1.25rem; line-height: 35px;
	border-bottom: 3px solid #5081d3; position: relative; bottom:-3px;
}
.FromSubGroup > *:last-child { margin-bottom:0; }

/* 表單群組裡的元件 */
.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: #444444;
	-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 #bbbbbb;
    margin-bottom:0;
    border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px;
/*    -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{
    border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px;
}
.FormTableWrap{ margin-top:10px; }
.FormGroupWarp .FormTable{ margin-bottom:0; }
.FormGroupWarp .note_box{ line-height: 170%; border-bottom: 1px solid rgba(156,156,156,0.2); padding-bottom: 10px; }
.FormGroupWarp .note_box a{ text-decoration: underline; color: #10654e; }

.FormGroup .form_group_subtitle{ border-bottom:1px solid #bbbbbb; margin-bottom:35px; margin-top:10px; }
.FormGroup .form_group_subtitle span{ font-size:1.375em; color:#444444; 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; }
.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-weight:400; line-height:32px; position:relative; }
.FormTable > tbody > tr > th span { font-weight:bold; color:#f2234a; }
.FormTable > tbody > tr > td { line-height:35px; }
.FormTable > tbody > tr > th.text-top{ vertical-align:top; }
table.FormTable > tbody > tr > th, table.FormTable > tbody > tr > td{ vertical-align: middle; }

/* 表單群組分等分 */
.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:45px; height:45px; }

.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 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 #666666; background-color:#ffffff; 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:35px;
	-moz-border-radius:35px;
	border-radius:35px;
}
	
.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:#222222; 
}
.FormElmt select { line-height:45px; background-color:#fff; padding:5px 5px 4px; height:45px; color:#000000; }	
.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; background-color: #fffed3;
	border:1px solid #1f893c;　
    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 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:150px; }
.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 { display:inline-block; margin-right:8px; vertical-align:middle; }
    .FormElmt .randomcode .input input[type="text"] { width:120px; }
    .FormElmt .randomcode .img img { vertical-align:middle; }
    .FormElmt .randomcode .btn > * { 
        display:inline-block; background:url("../images/icon_randomcode.png") no-repeat; border:0; 
        margin:0 5px 0 0; padding-left:20px; text-decoration:underline;
        font-size:100%; color:#444444; 
    }
    .FormElmt .randomcode .btn > *{ text-decoration:none; vertical-align: middle; }
    .FormElmt .randomcode .btn > *:hover, .FormElmt .randomcode .btn > *:focus { text-decoration:underline; }
    .FormElmt .randomcode .btn .refresh { background-position:0 0; }
    .FormElmt .randomcode .btn .play { background-position:0 -37px; }
    .FormElmt .randomcode .btn input{ vertical-align: middle; }

/* 按鈕 */
.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 div{ display: inline-block; }
.BtnCommon span { 
	position:relative; z-index:1;
	box-sizing:border-box;
	background-color:#777777;
	-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:''; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.BtnCommon a, .BtnCommon input { color:#ffffff; 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 .del, .BtnCommon .del input{ color: #4b4b4b; }
.BtnCommon input:focus{ outline:0; }
	.BtnCommon.large a, .BtnCommon.large input { font-size:100%; padding:0 35px; box-sizing:border-box; line-height: 50px; }
	.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.del 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: 1.125em; letter-spacing: 0.05em; 
    border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px;
}
.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 span:hover{ opacity: 0.8; }
.BtnCommon.large.btn_common span::before{ display: none; }
.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 .submit span, .BtnCommon.large .save span, .BtnCommon.large .reset span, .BtnCommon.large .button span,
.BtnCommon.large .return span{ background-color:#10654e; }

.BtnCommon.large .submit input, .BtnCommon.large .reset input, .BtnCommon.large .del input{ padding:0 25px 0 50px; }
.BtnCommon.large .reset span{ background-color:#d8d8d8; }
.BtnCommon.large .reset span:hover{ background-color:#cacaca; }
.BtnCommon.large .del span{ background-color:#d8d8d8; }
.BtnCommon.large .del span:hover{ background-color:#cacaca; }
.BtnCommon.large .login span{ background-color: #10654e; }

/*.BtnCommon.large .submit:hover span, .BtnCommon.large .reset:hover span, 
.BtnCommon.large .button:hover span{
 	background-color:#721616;
}*/

/*----------------------------------------------------------------------*/
/* datepicker共通設定 */
.ui-datepicker { z-index: 300 !important;
	background-color:#fff; padding:15px 8px 7px 8px; position:relative; display:none;
	-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:30px; height:30px; 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:12px; font-weight:bold; line-height:30px; }
.ui-datepicker-title select { height:30px; padding:4px 0 5px; }
.ui-datepicker-title select.ui-datepicker-year { margin-right:2px; }
.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:27px; 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:12px; }
	.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; }
	.ui-datepicker-unselectable { color:#cfcfcf; }
	.ui-datepicker-today { background-color:#1f893c; }
		.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:#00b2b3;}
	.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:10200; 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 { padding-top:10px; margin-top:0; margin-bottom:30px; overflow:hidden; }
#colorbox_thum::after { content:""; display:block; clear:both; }
#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:0 20px; line-height: 40px; color: #ffffff; text-align: center; 
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
}
.mm-list li.member a{ background-color: #66bc2c; }
.mm-list li.member span { display: inline-block; position: relative; padding-left: 25px; }
.mm-list li.member span::before{ content: ""; display: block; width: 20px; height: 40px; 
    background: url(../images/icon_user.png) no-repeat; background-size: cover; 
    background-position: -10px 0; position: absolute; top: 0; left: 0;
}
.mm-list li.logout a{ background-color: #777777; }
.mm-list li.logout span { display: inline-block; position: relative; }


/*----------------------------------------------------------------------*/
/* 美化卷軸(僅支援chrome，其他瀏覽器仍維持預設卷軸樣式) */
.scrollWrap{}
.scrollWrap::-webkit-scrollbar { -webkit-appearance:none; width:10px; height:10px; background-color:#ffffff;
    -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; 
}
.scrollWrap::-webkit-scrollbar-thumb { background-color:#666666; border: 2px solid #ffffff;
    -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; 
}
.scrollWrap::-webkit-scrollbar-thumb:hover { background-color:#00b2b3; }

/* 給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; }

/*----------------------------------------------------------------------*/
/*測試用menu*/
.ifun_text_menu { position:fixed; top:0; left:0; z-index:11200; }
.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);*/
}
.ifun_text_menu > ul > li > ul{ box-shadow:0 0 10px rgba(0,0,0,0.15); }
.ifun_text_menu > ul > li:hover > ul { display:block; } 
.ifun_text_menu > ul ul > li{ position: relative; padding-left: 5px; }
.ifun_text_menu > ul ul > li::before{ content: "-"; position: absolute; top: 5px; }
.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:0px; left:150px; width:300px; height:400px; overflow-y: auto; }
.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:5px 10px; line-height:180%; font-size:14px; color:#333; }
.ifun_text_menu > ul ul a:hover{font-weight:bold;}

