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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

.wapperBOX, .wapperBOX section.stepBOX ul.noteul2 li div img { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.wapperBOX header img, .wapperBOX section.stepBOX ul.noteul2 li div img, .wapperBOX section .notetext img { border: 0; display: block; width: 100%; height: auto; }

.wapperBOX section .notetext { color: #9b9b9b; margin-bottom: 35px; }
.wapperBOX section .notetext h3 { color: #e63d41; margin: 20px 0 5px; }
.wapperBOX section .notetext p { padding: 15px; background-color: #f4f4f4; color: #777; border-radius: 5px; }

html, body { width: 100%; min-height: 100%; font-size: 16px; color: #5e5e5e; line-height: 1.6; font-family: "Noto Sans", "Microsoft JhengHei"; background: #fff; }

.noborder { box-shadow: none !important; }

.wapperBOX { max-width: 100%; margin-left: auto; margin-right: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 1200px; background: #fff; font-size: 1rem; }
.wapperBOX:after { content: " "; display: block; clear: both; }
.wapperBOX header { width: 100%; float: left; }
.wapperBOX header h1 { text-indent: -100%; font-size: 0; }
.wapperBOX header img { margin-bottom: 15px; }
.wapperBOX section { width: 99.16667%; float: left; margin-left: 0.41667%; margin-right: 0.41667%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wapperBOX section h2 { font-size: 1.5rem; color: #e63d41; margin: 15px auto; text-align: center; font-weight: 700; }
.wapperBOX section p { color: #5e5e5e; padding: 0 3.33333% 25px; line-height: 1.6; text-align: justify; }
.wapperBOX section p span.redtext { color: #e63d41; }
.wapperBOX section.dateBOX { text-align: center; }
.wapperBOX section.dateBOX .fwb { font-weight: bold; border-bottom: 6px solid #3894ae; border-radius: 20px; color: #3894ae; text-align: center; padding: 0 35px; display: inline-block; margin-bottom: 15px; font-size: 2.4rem; }
.wapperBOX section.dateBOX p { text-align: center; color: #5e5e5e; font-size: 1rem; }
.wapperBOX section.activeBOX { clear: both; padding: 0 25px; }
.wapperBOX section.activeBOX ul.noteul1 { list-style: disc; margin-left: 20px; padding: 0 3.33333% 25px; }
.wapperBOX section.activeBOX ul.noteul1 li { padding: 0 10px 15px 0; color: #9b9b9b; text-align: justify; }
.wapperBOX section.stepBOX { clear: both; }
.wapperBOX section.stepBOX ul.noteul2 { list-style: none; padding: 0 20px; }
.wapperBOX section.stepBOX ul.noteul2 li { background: url(../images/arrow-left.png) no-repeat 0 5px; background-size: 18px auto; padding: 0 0 0 25px; color: #5e5e5e; text-align: justify; }
.wapperBOX section.stepBOX ul.noteul2 li div { max-width: 450px; margin: 25px auto 35px; }
.wapperBOX section.stepBOX ul.noteul2 li div img { max-width: 450px; margin: 25px auto 35px;
}
.wapperBOX section .notetext { padding: 0 25px; }
.wapperBOX section .notetext img { margin: 0 auto 30px; max-width: 250px; }
.wapperBOX section .notetext p:nth-of-type(2) { text-align: center; }
.wapperBOX section.noteBOX { clear: both; padding: 0 25px; }
.wapperBOX section.noteBOX h3 { padding: 5px 0; background-color: #e63d41; font-size: 1.2rem; color: #fff; text-align: center; }
.wapperBOX section.noteBOX ul { list-style: decimal; margin-top: 20px; }
.wapperBOX section.noteBOX ul li { margin: 10px 13px 25px 28px; text-align: justify; }

.wapperBOX .imgset {
    display: block;
    width: 100%;
    max-width: 300px;
}
/*go to top*/
.scroll-to-top {
	position: fixed;
    right: 35px;
    bottom: 40px;
    font-size: 18px;
    height: 50px;
    width: 50px;
    background-color: #bdbdbd;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
}
.scroll-to-top:hover {
	opacity: 0.5;
}

nav>div>div{
	width: 100%;
}
nav>div>div.navbar-header>a>img.up{
	width: 190px;
}
nav>div>div.navbar-header>span{
	float:right;
}
nav>div>div.navbar-header>span>a>img.icon{
	width: 40px;
	margin: 20px 5px 10px 5px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	border-radius: 0px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
	box-shadow: #000 0px 0px 10px;
}

/*# sourceMappingURL=style.css.map */



