@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap&subset=chinese-traditional'); /*font-family:'Noto Sans TC', sans-serif;*/

/* 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:none; vertical-align:top; }
ul, ol { list-style:none; }
body { line-height:1; -webkit-text-size-adjust:none; }
table { border-collapse:collapse; }
p { line-height:1.75em; padding:3px 0; }

select { padding:0; }
select, input { vertical-align:middle; }
input[type="button"], input[type="submit"], input[type="reset"] { padding:1px 4px; *padding:0 4px; *overflow:visible; }/* Remove IE7 Extra Width & Padding */
input[type="text"], textarea { padding:2px; }
input[type="checkbox"], input[type="radio"] { margin:0 3px; padding:0; }
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], select, button { cursor:pointer; *cursor:hand; }
input[type="text"]:disabled { background:#eee; }

/*ios樣式清除*/
input[type="button"], input[type="submit"], input[type="reset"], button {
	background-color:transparent; border:none; margin:0px; border-radius:0px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

/*字型設定*/
body { font-size:1rem; color:#333; }
body, input, textarea, select { font-family:"Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微软雅黑"; }
h1, h2, h3, h4, h5, h6 { font-family:"Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微软雅黑", sans-serif; line-height:180%; }

/* 共用 */
#Wrap { }
a { color:#116eca; text-decoration:underline; text-underline-offset:5px; }
a:hover, a:focus { text-decoration:none; }
a:focus, :focus { outline:2px dashed #116eca; }
.inner { max-width:1280px; margin:0 auto; padding:0 10px; }

/* 無障礙 */
body { letter-spacing:0.1em; }
p { margin-bottom:2em; }
.guide_title { line-height:1em; font-size:0.75rem; letter-spacing:0; word-spacing:0; color:#7f7f7f; text-decoration:none; position:relative; }
.skip_to_content { 
	position:absolute; top:0; left:0; width:1px; height:1px; margin:-1px 0 0 -1px; background-color:#fff; z-index:99999; overflow:hidden; 
	line-height:1.75em; font-size:0.8125rem; color:#000; 
	}
	.skip_to_content:focus { width:auto; height:auto; margin:0; overflow:visible; }
.sr-only {
	position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(1px, 1px, 1px, 1px); border:0; 
	white-space:nowrap; font-size:0.8125rem; letter-spacing:0.05em; 
	}
.sr-only:focus { width:auto; height:auto; margin:0; overflow:visible; clip:auto; }
.return_form_noscript { margin:20px 0; text-align:center; position:relative; }
.return_form_noscript a { 
    display:inline-block; background-color:#25507b; margin-bottom:5px; margin-right:3px; width:180px; line-height:60px; border-radius:30px;
	text-align:center; color:#fff; font-weight:bold; text-decoration:none; 
	-webkit-box-shadow:3px 5px 0 rgba(0,60,90,0.2);
	-moz-box-shadow:3px 5px 0 rgba(0,60,90,0.2);
	box-shadow:3px 5px 0 rgba(0,60,90,0.2);
	-webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
	}
.return_form_noscript a:hover, .return_form_noscript a:focus { 
	margin-bottom:0; margin-right:0; margin-top:5px; margin-left:3px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; 
	}

.SubMenuList { position:relative; }
.SubMenuList dl { display:flex; flex-wrap:wrap; margin:0 -10px; }
.SubMenuList dd { flex:0 1 auto; padding:10px; box-sizing:border-box; }
.SubMenuList a { 
	display:block; padding:20px; margin-bottom:5px; margin-right:3px; background-color:#25507b; line-height:1.5em; box-sizing:border-box;
	color:#fff; letter-spacing:0.1em; text-decoration:none; font-family:"Noto Sans TC"; font-size:1.125rem;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow:3px 5px 0 rgba(0, 60, 90, 0.2);
    -moz-box-shadow:3px 5px 0 rgba(0,60,90,0.2);
    box-shadow:3px 5px 0 rgba(0, 60, 90, 0.2);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
	}
.SubMenuList span { display:inline-block; text-align:center; position:relative; }
.SubMenuList a:hover, .SubMenuList a:focus { 
    margin-bottom:0; margin-right:0; margin-top:5px; margin-left:3px; background-color:#a72126;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
	}
@media screen and (max-width:479px) {
.SubMenuList dd { width:100%; }
}
@media screen and (min-width:480px) and (max-width:767px) {
.SubMenuList dd { width:50%; }
}
@media screen and (min-width:768px) and (max-width:1279px) {
.SubMenuList dd { width:33.3333%; }
}
@media screen and (min-width:1280px) {
.SubMenuList dd { width:25%; }
}

noscript { font-size:0.8125rem; }
noscript a:focus { outline:2px dashed #117938; }
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
	outline:none;
	}

/*----------------------------------------------------------------------*/
/* Header */
#Header { width:100%; background:#003b59; -moz-box-shadow:0 5px 15px rgba(0,0,0,.2); -webkit-box-shadow:0 5px 15px rgba(0,0,0,.2); box-shadow:0 5px 15px rgba(0,0,0,.2); position:relative; z-index:3331; }
#Header:after { content:""; clear:both; display:block; }
#Header .logo h1 { font-size:0; }
#Header .logo img { max-width:100%; max-height:100%; vertical-align:middle; }
#Header .logo a { display:inline-block; vertical-align:middle; }
#Header .logo a:before { content:""; display:inline-block; vertical-align:middle; height:100%; }
#Header a:focus, #Header button:focus, #Header input:focus  { outline:2px dashed #6dc4e2; }

#Center:after { content:""; display:block; clear:both; }

/* footer */
#Footer { background:#003466; color:#fff; font-size:0.9375rem; line-height:180%; padding:20px 0 60px; }
#Footer > div { box-sizing:border-box; display:flex; justify-content:space-between; flex-wrap:wrap; position:relative; }
#Footer .guide_title { position:absolute; top:0; left:0; }
#Footer .location { overflow:hidden; letter-spacing:0.5px; }
#Footer .location .item { display:inline-block; }
#Footer .tel { background:url(../images/icon_tel.png) no-repeat left 4px; padding:3px 0 3px 28px; }

#Footer .footr_info { letter-spacing:1px; }
#Footer .footer_info .copyright { display:flex; justify-content:flex-end; flex-wrap:wrap; letter-spacing:.25px; }
#Footer .footer_info .organizer { display:flex; }
#Footer .footer_info .bottom { display:flex; align-items:center; flex-wrap:wrap; margin-top:5px; }
#Footer .footer_info .accessibility { margin-left:20px; }
#Footer .footer_info .accessibility a { 
	display:block; width:100px; height:35px; background:url(../images/accessibility.png) no-repeat center center; background-size:contain; text-indent:-999px; overflow:hidden; 
	}
#Footer .footer_info .accessibility a:hover, #Footer .footer_info .accessibility a:focus { opacity:0.8; }
#Footer .footer_info .view span { display:inline-block; background:#32638c; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:2px 12px; font-size:.875rem; }

#Footer a:focus, #Footer button:focus, #Footer input:focus  { outline:2px dashed #6dc4e2; }


/*----------------------------------------------------------------------*/
/* Center */
#Center { position:relative; }
#Center .guide_title { position:absolute; }

/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop { 
	text-align:center; z-index:9994; position:fixed; bottom:5px; right:5px;
	width:50px; height:50px; display:block; 
	}
	@media screen and (max-width:639px) {
	.BtnTop { position:absolute; }
	}
.BtnTop a { display:block; width:50px; height:50px; background-color:#fff; text-indent:-10000px; position:relative; z-index:9993; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; }
.BtnTop a:hover, .BtnTop a:focus {
    background-color:rgba(255,255,255,.8);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.BtnTop a:after {
	content:''; position:absolute; top:15px; left:18px; width:10px; height:10px; border-top:4px solid #003466; border-left:4px solid #003466;
    -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg);
	}
.BtnTop a:before { content:''; position:absolute; top:15px; left:23px; width:4px; height:22px; background:#003466; }

/*----------------------------------------------------------------------*/
/* 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:3330; position:relative; zoom:1; }
.bx-wrapper { position:relative; margin:auto; padding:0; zoom:1; }

.bx-wrapper .bx-controls-direction a.disabled { display:none; }

/*----------------------------------------------------------------------*/
/* 表單 */
.FormGroup { 
	border:2px solid #eee; background-color:transparent; padding:25px 22px; margin:30px 0; position:relative; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}
 	fieldset.FormGroup { max-width:100%; box-sizing:border-box; }
.FormGroup .FormGroupTitle { position:absolute; left:11px; top:-1.625em; }
.FormGroup .FormGroupTitle span { 
	background:#fff; padding:0 0.4em 0 0.525em; display:inline-block; 
	color:#000; font-size:1.5rem; letter-spacing:0.125em; line-height:2em; font-weight:bold;
	}
	.FormGroup legend.FormGroupTitle { margin:0; padding:0; display:block; }
.FormGroup > *:last-child { margin-bottom:0; }	
.FormGroup fieldset { border:1px solid #dfdfdf; margin:0 0 30px 0; padding:19px; }
.FormGroup fieldset legend { padding:0 10px; font-size:0.875rem; font-weight:bold; }

.FormTable { width:100%; margin-bottom:20px; color:#444; }
.FormTable > tbody > tr > th, .FormTable > tbody > tr > td { font-size:1rem; }
.FormTable > tbody > tr > th { font-weight:400; line-height:30px; position:relative; }
.FormTable > tbody > tr > th span { font-weight:bold; color:#ec407a; }
.FormTable > tbody > tr > td { line-height:38px; }

/* 表單內按鈕 */
.FormElmt input.check_btn { background:#333; color:#fff; height:40px; line-height:40px; padding:0 8px; font-size:1rem; letter-spacing:0.125em; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; }
.FormElmt input.check_btn:hover, .FormElmt input.check_btn:focus { background:#a72126; }

/* 表單元件 */
.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:36px; height:36px; }

.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:8px; vertical-align:top; }

.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 #d6dbe3; font-size:1rem; box-sizing:border-box; background-color:#fff; color:#555;
    -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
/*
	-webkit-box-shadow:inset 0px 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0px 1px 5px rgba(0,0,0,.2);
	box-shadow:inset 0px 1px 5px rgba(0,0,0,.2);
*/
}
	
.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"] { 
	padding:0 8px; 
	}
.FormElmt textarea { padding:5px 8px; }
.FormElmt select {
	line-height:20px; background-color:#fff; padding:5px 5px 4px; height:36px; color:#555; max-width:100%;
}	

.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 {
	border:1px solid #00b1ee;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
	
.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 .w100 { width:100px; }
.FormElmt .w200 { width:100%; max-width:200px; }
.FormElmt .w260 { width:100%; max-width:260px; }
.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 .dev-calendar { width:100%; max-width:150px; }
.FormElmt .note { color:#e60000; line-height:160%; font-size:0.9375rem; }
.FormElmt .desc { font-size:0.875rem; line-height:160%; vertical-align:middle; }

/* checkbox/radio群組 */
.FormElmt .input_group.inline { display:inline-block; margin-left:10px; }
.FormElmt .input_group > div { display:inline-block; margin-right:8px; }
.FormElmt .input_group .fullwidth { margin-right:0; }

/* 驗證碼 */
.FormElmt .randomcode::after { content:''; display:block; clear:both; }
.FormElmt .randomcode > div { float:left; }
	.FormElmt .randomcode .input input[type="text"] { width:132px; }
	.FormElmt .randomcode .input { margin-right:15px; }
	.FormElmt .randomcode div.img { margin:3px 8px 0 0; }
	.FormElmt .randomcode div.btn { position:relative; background-color:#777; padding:0; margin-top:3px; border:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; transition:all 0.3s ease; }
	.FormElmt .randomcode div.btn:before { content:"\f2f1"; font-family:'Font Awesome 5 Pro'; font-size:0.875rem; color:#fff; position:absolute; left:0; top:-3px; width:30px; height:30px; vertical-align:top; text-align:center; z-index:1; }
	.FormElmt .randomcode div.btn input { background-color:transparent; border:0; margin:0; height:30px; width:30px; text-indent:-9999px; position:relative; z-index:5; }
	.FormElmt .randomcode div.btn:hover, .FormElmt .randomcode div.btn:focus { background-color:#a72126; }

/* 按鈕 */
.BtnCommon { clear:both; text-align:center; }
	.BtnCommon.tl { text-align:left; }
	.BtnCommon.tr { text-align:right; }
.BtnCommon span, .BtnCommon a, .BtnCommon input { display:block; }
	.BtnCommon.large a, .BtnCommon.large input { height:45px; line-height:45px; }
	.BtnCommon.mid a, .BtnCommon.mid input { height:40px; line-height:40px; }
	.BtnCommon.small a, .BtnCommon.small input { height:35px; line-height:35px; }

.BtnCommon div { display:inline-block; margin-left:5px; }
.BtnCommon div:first-child { margin-left:0; }
.BtnCommon span { 
	position:relative; z-index:1;
	box-sizing:border-box;
	background-color:#333;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
.BtnCommon div[class] span:before { 
	display:block; position:absolute; top:0; left:15px; width:20px;
	 font-family:'Font Awesome 5 Pro'; font-size:1.125rem; color:#fff;
	}
	.BtnCommon.large div[class] span:before { height:45px; line-height:45px; }
	.BtnCommon.mid div[class] span:before { height:40px; line-height:40px; }
	.BtnCommon.small div[class] span:before { height:35px; line-height:35px; }
.BtnCommon span:after { 
	display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:''; 
	}

.BtnCommon a, .BtnCommon input { color:#fff; font-weight:400; box-sizing:border-box; position:relative; z-index:2; }
	.BtnCommon.large a, .BtnCommon.large input { padding-left:2.34722em; padding-right:2.22222em; font-size:1.125rem; letter-spacing:0.125em; }
	.BtnCommon.mid a, .BtnCommon.mid input { padding-left:2.25em; padding-right:2.125em; font-size:1rem; letter-spacing:0.125em; }
	.BtnCommon.small a, .BtnCommon.small input { padding-left:2em; padding-right:1.875em; font-size:1rem; letter-spacing:0.125em; }

.BtnCommon span a { text-decoration:none; }

.BtnCommon span input { border:0; background-color:transparent; margin:0; padding-top:0; padding-bottom:0; }
	.BtnCommon div.submit span:before { content:"\f00c"; }
	.BtnCommon div.reset span:before { content:"\f2f9"; }
	.BtnCommon.mid div[class] span:before { left:15px; }

.BtnCommon div:hover span { 
	background-color:#a72126;
	}

.BtnCommon.btn_form { margin-top:15px; margin-bottom:15px; }
.BtnCommon.btn_form div { margin:10px; }

.BtnCommon div.reset span { background-color:#999; }
.BtnCommon div.reset:hover span { background-color:#555; }

/* 條款 */
.member_terms_wrap { color:#444; }
.member_terms_wrap h4 { font-size:1.25rem; font-weight:normal; padding-top:10px; }
.member_terms { height:210px; padding:15px; margin-top:25px; margin-bottom:15px; border:1px solid #dfdfdf; overflow-y:scroll; background:#fff; }
	.member_terms > *:first-child { padding-top:0; margin-top:0; }
	.member_terms > *:last-child { padding-bottom:0; margin-bottom:0; }
.member_terms h5 { padding-top:10px; font-size:1.125rem; }
.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:32px; text-indent:-32px; }
.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; }

.terms_agree { font-size:1.125rem; }
.member_terms_wrap.lecturelew { margin-bottom:15px; }
.member_terms_wrap.lecturelew .member_terms { margin-top:1em; }

/*----------------------------------------------------------------------*/
/* 手機板選單 */
/* mmenu補丁 */
#MenuMobile { --mm-color-background:#fff; }
.mm-wrapper--opened .mm-wrapper__blocker { opacity:1; --mm-blocker-opacity-delay:0s; box-shadow:0 0 10px rgba(0,0,0,.5); }
#mm-1 .mm-navbar { display:none; }
.mm-btn--next:after, .mm-btn--prev:before { border-left:1px solid #35343e; border-top:1px solid #35343e; }
.mm-navbar__title { justify-content:flex-start; }
.mm-listitem:after { inset-inline-start:0; }
.mm-footer + .mm-listitem:before {
	content:""; display:block; position:absolute; top:0; inset-inline-start:0; inset-inline-end:0;
	border-color:inherit; border-bottom-width:1px; border-bottom-style:solid; 
	}
.mm-listitem__text { text-overflow:inherit; white-space:normal; overflow:hidden; }
.mm-menu a.mm-listitem__text:hover { color:#00005d; }
.mm-menu a.mm-btn--next:hover::after { border-color:#00005d; }

.mm-search { padding:20px; }
.mm-search .search_box { 
	width:100%; position:relative; margin:15px 20px; 
	-webkit-box-shadow:0px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
	box-shadow:0px 5px 5px rgba(0, 0, 0, 0.1);
	}
.mm-search .search_box input[type="text"] { 
	width:100%; height:48px; line-height:48px; padding:0 45px 0 8px; background-color:#fff; border:1px solid #636363; font-size:0.875rem; 
	}
.mm-search .search_box input[type="text"], .mm-search .search_box input[type="text"]::placeholder { color:#636363; }
.mm-search .search_box .btn { 
	position:absolute; top:-1px; right:-1px; width:40px; height:48px; background-color:#25507b; text-indent:-999px; overflow:hidden;
	}
.mm-search .search_box .btn::before { 
	content:''; display:block; position:absolute; top:50%; left:50%; width:16px; height:16px; margin:-8px 0 0 -8px; 
	background:url(../images/icon_search.png) no-repeat 0 0; background-size:100%; 
	}

/* 針對iPhone的補丁 */
#MenuMobile.mm-menu { opacity:0; }
#MenuMobile.mm-menu.mm-menu--opened { opacity:1; }

@media screen and (min-width:1024px) {
#nav, #MenuMobile, .switch { display:none; }
}
@media screen and (max-width:1023px) {
html.mm-open { overflow:hidden; }
#nav .switch a {
	display:block; position:fixed; top:0; left:0; width:60px; height:60px; z-index:99999; background-color:#003b59; transition-delay:0.3s;
	}
.menu-action { height:30px; left:50%; margin-left:-13px; overflow:hidden; }
.menu-action::after, .menu-action::before, .menu-action > i::before, .menu-action, .menu-action > i { width:26px; }
.menu-action::after, .menu-action::before, .menu-action > i::before {
	content:""; position:absolute; left:0; height:3px; background:#fff none repeat scroll 0 0; transition:all 0.3s ease;
	}
.menu-action, .menu-action > i { position:absolute; top:50%; transform:translateY(-50%); }
.menu-action::after { bottom:6px; }
.menu-action::before { top:6px; }
.menu-action > i { height:3px; left:0; text-indent:-999px; overflow:hidden; }
.menu-action > i::before { top:0; }

.mm-wrapper--opened .menu-action > i { opacity:0; }
.mm-wrapper--opened .menu-action::after { bottom:13px; transform:rotate(45deg); }
.mm-wrapper--opened .menu-action::before { top:14px; transform:rotate(-45deg); }

.mm-wrapper--opened .mm-wrapper__blocker { opacity:0.8; }
}
	@media screen and (max-width:639px) {
	#nav .switch a { position:absolute; }
	}

/*----------------------------------------------------------------------*/
/* datepicker共通設定 */
.ui-datepicker { 
	background-color:#fff; padding:15px 8px 7px 8px; margin-top:5px; 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:25px; width:12px; height:12px; background:url("../../tw/images/icon_datepicker.png") no-repeat; 
	text-indent:-10000px; cursor:pointer; 
	}
	.ui-datepicker-prev { left:12px; background-position:0 0; }
	.ui-datepicker-next { right:12px; background-position:0 -12px; }
	.ui-datepicker-prev:hover { background-position:-12px 0; }
	.ui-datepicker-next:hover { background-position:-12px -12px; }
.ui-datepicker-title { text-align:center; font-size:0.75rem; font-weight:bold; line-height:30px; }
.ui-datepicker-title select { height:30px; padding:4px 0 5px 4px; border:1px solid #ccc; border-radius:8px; vertical-align:top; }
.ui-datepicker-title select.ui-datepicker-year { margin-right:6px; }
.ui-datepicker-title select.ui-datepicker-month { margin-left:6px; }
.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:0.875rem; font-weight:bold; }
.ui-datepicker-calendar td { font-size:0.75rem; }
	.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:#00a8a8; }
		.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:#00a8a8 }
	.ui-datepicker-current-day a { border:1px solid #00a8a8; }

/*----------------------------------------------------------------------*/
/* 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%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin:0 -3px 0 0; }

/*----------------------------------------------------------------------*/
/*
    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;
	text-align:center; vertical-align:middle; 
	background-size:cover; background-position:center center; background-repeat:no-repeat;
	-webkit-transition:transform 0.3s ease, box-shadow 0.3s ease;
	-moz-transition:transform 0.3s ease, box-shadow 0.3s ease;
	transition:transform 0.3s ease, box-shadow 0.3s ease;
	}
#colorbox_thum a:hover, #colorbox_thum a:focus { 
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	-webkit-transform:scale(1.02);
    -moz-transform:scale(1.02);
    transform:scale(1.02);
	}
#colorbox_thum a span { display:block; padding-bottom:67.245%; text-indent:-999px; overflow:hidden; }

/*#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("../../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("../../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("../../loader.gif") no-repeat center center; }
        #cboxClose { 
			position:absolute; top:5px; right:5px; display:block; background:url("../../colorbox_controls.png") no-repeat top center; 
			width:38px; height:19px; text-indent:-9999px;
			}
        #cboxClose:hover {background-position:bottom center; }

/*----------------------------------------------------------------------*/
/*測試用menu*/
.ifun_text_menu { position:fixed; top:0; left:0; z-index:10004; }
.ifun_text_menu a { display:block; text-decoration:none; }
.ifun_text_menu > ul > li > a { text-indent:-10000px; width:30px; height:30px; }
.ifun_text_menu > ul ul { display:none; position:absolute; top:30px; left:0; width:176px; }
.ifun_text_menu > ul > li:hover > ul { display:block; } 
.ifun_text_menu > ul ul li { background-color:rgba(255,255,255,0.75); }
.ifun_text_menu > ul ul a { padding:5px 10px; line-height:180%; font-size:0.875rem; color:#333; }