body { font-size:1rem; color:#474747; text-align: center; font-family: "Arial","微軟正黑體","Microsoft JhengHei", serif; }
img { width:100%; }
html * { max-height: 9999999px; }

a { color:#474747; }
a:hover { text-decoration: none; color:#0092e0; }
a.Type1 { color:#314a5e; }
a.Type1:hover { color:#0092e0; }
a.Type2 { color:#74151F; border-bottom:1px solid #74151F; }
a.Type2:hover { color:#74151F; border-bottom:1px solid #74151F; }

a:focus , 
button:focus , 
input:focus,
select:focus,
textarea:focus,
label:focus { outline: #f00 dashed 2px; }
a.sr-only-focusable:focus { background-color:#b6ada4; color:#fff; position: absolute; left:0; z-index:10; }

.mtop { height:88px; }
.mh1 { height:10px; }
.mh2 { height:20px; }
.mh25 { height:25px; }
.mh3 { height:30px; }
.mh4 { height:40px; }
.mh5 { height:50px; }
.mh6 { height:60px; }
.mh8 { height:80px; }

.contWd { padding-left:15px; padding-right:15px; }
.Mask { background-color:#000; opacity: 0.4; }

/* 圖片cover */
.gbox { overflow: hidden; }
.gbox .wh { height:100%; width:auto; }
.gbox .ww { width:100%; height:auto; }

.BaseBD { position: relative; width:100%; }
.Base169 { padding-top:56.25%; }
.Base167 { padding-top:43.75%; }
.Base11 { padding-top:100%; }
.Base83 { padding-top:37.5%; }
.BaseImgS { padding-top:46.85%; }
.BaseImgEx { padding-top:45%; }
.BaseTopBnr { padding-top:37.98%; }
.BaseActBnr { padding-top:61.64%; }
.BaseArea { position: absolute; top:0px; left:0px; bottom:0px; right:0px; overflow: hidden; }

.linkIcon { display: flex; align-items:center; justify-content: flex-end; }
.linkIcon .lineImg1 { display:block; width:16px; height:16px; background:url("./images/ico-line.png") no-repeat center center; background-size:16px; }
.linkIcon .lineImg1:hover { background:url("./images/ico-line-2.png")no-repeat center center; background-size:16px; }
.linkIcon .lineImg2 { display:block; width:18px; height:18px; background:url("./images/ico-line.png") no-repeat center center; background-size:18px; }
.linkIcon .lineImg2:hover { background:url("./images/ico-line-2.png")no-repeat center center; background-size:18px; }
.linkIcon .txt { color:#6e6e6e; font-size:0.875rem; padding-right:20px; }

/* 標題 */
.UnitTitle { text-align:left; height:64px; display: flex; } /* 單元大標 */
.UnitTitle img { height:100%; width:auto; }
/* .UnitTitle .txt { padding-left:20px; } */
.UnitTitle .txt .tt1 { color:#8fc31f; font-size:0.875rem; line-height: 10px; }
.UnitTitle .txt .tt2 { color:#fff; font-size:2.25rem; line-height:35px; padding-top:19px; white-space:nowrap; }

.areaTIT { color:#262626; font-size:1.5rem; padding:20px 0px; }
.areaCONT { margin:30px 0px; }
.areaCONT .title { padding-bottom:15px; }
.areaCONT .des { margin-bottom:30px; text-align: justify; }
.areaBD { border-bottom:2px solid #919191; }
.orderBD { border-bottom:1px dotted #c6c6c6; }


.BigTitle { color:#03071e; font-size:2.5rem; }
.nlTitle { color:#b54703; font-size:1.875rem; }
.STitle { color:#262626; font-size:1.5rem; }
.Point { color:#b54703; }
.FormSubt { color:#919191; font-size:1.125rem; }
.FormTitle { color:#b54703; font-size:1.25rem; margin:15px 0px; }
.FormTitle2 { color:#006aa3; font-size:1.25rem; margin-bottom:15px; }

.Status1 { color:#006aa3; }
.Status2 { color:#af141a; }
.Status3 { color:#474747; }

.BGC1 { background-color:#f8f8f8; }

/* 表單 */
form { text-align: left; }
form label { color:#000; }
form input,
form select,
form textarea { width:100%; background-color:#f6f6f6; color:#474747; border:1px solid #c6c6c6; padding:7px 10px; margin-bottom:25px; }
form .ck { margin-bottom:25px; }
form input.nomb { margin-bottom:0px; }
form input.mb2 , form select.mb2 , form textarea.mb2 { margin-bottom:8px; }
form input.wd2 { width:calc(50% - 15px); }
form input.wd3 { width:17.5%; }
form textarea { height:140px; resize:none; }
form .security { display: flex; justify-content: space-between; margin-bottom:40px; }
form .security.swd { margin-bottom:0px; }
form .security.fs { justify-content: flex-start; }
form .birth { position: absolute; right:25px; top:43px; color:#474747; border:none; background-color:transparent; }
form .farea { display: flex; }
form .farea .txt { padding:10px; }
form .farea .ipt { flex-grow: 1; }
form .prompt { color:#919191; margin-bottom:25px; }
form .upload img { width:auto; max-width:100%; }
form .upload .work { margin:25px 0px; border-bottom:1px solid #c6c6c6; }
form .add { cursor: pointer; border:none; padding:0px; margin-top:10px; background: transparent; color:#6a040f; border-bottom:1px solid #6a040f; margin-bottom:25px; }
form .final { max-width:540px; margin:0px auto; padding:0px 15px; }

button.change { border:none; color:#006aa3; background:transparent; margin:7px 0px; }
button.send { border:none; width:100%; border-radius: 5px; background-color:#000; color:#fff; padding:10px; }
button.send.exi { position: relative; text-align: left; }
button.send i { position: absolute; right:30px; top:14px; }


input[type="number"] { -moz-appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin:0; }

select { background: url("./images/arrow.png") no-repeat center center; background-position:calc(100% - 20px) 50%; -webkit-appearance: none; -moz-appearance: none; } /* select 改變按鈕圖示 */
select::-ms-expand { display: none; } /* ie remove arrow */

::-webkit-input-placeholder{ color:#919191; }

.check { display: block; position: relative; padding-left: 30px; margin-bottom: 0px; cursor: pointer; font-size: 0.875rem; color:#6a040f; overflow:hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.check.type2 { color:#474747; font-size:1rem; }
.check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; display:none; }/* Hide the browser's default checkbox */
.checkmark { position: absolute; top: 4px; left: 4px; height: 16px; width: 16px; background-color: #eee; border-radius:3px; }/* Create a custom checkbox */
.check:hover input ~ .checkmark { background-color: #ccc; }/* On mouse-over, add a grey background color */
.check input:checked ~ .checkmark { background-color: #000; }/* When the checkbox is checked, add a blue background */
.checkmark:after { content: ""; position: absolute; display: none; }/* Create the checkmark/indicator (hidden when not checked) */
.check input:checked ~ .checkmark:after { display: block; }/* Show the checkmark when checked */
.check .checkmark:after { left: 6px; top: 3px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }/* Style the checkmark/indicator */

/* scrollbar */
.scrollArea::-webkit-scrollbar { width: 10px; } /* this targets the default scrollbar (compulsory) */
.scrollArea::-webkit-scrollbar-track { background-color: #e6e6e6; } /* the new scrollbar will have a flat appearance with the set background color */
.scrollArea::-webkit-scrollbar-thumb { background-color: #666666; } /* this will style the thumb, ignoring the track */
.scrollArea::-webkit-scrollbar-button { background-color: transparent; display: none; } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

/* 連結 */
.LinkArea1 { display: inline-block; padding:7px 28px; color:#474747; border:1px solid #474747; border-radius: 5px; background-color:#fff; }
.LinkArea1:hover { background-color:#f27602; border:1px solid #f27602; color:#fff; }
.LinkArea1.nobd { border:none; }
.LinkArea1.nobd:hover { color:#7ecef4; background-color:transparent; }
.LinkArea2 { display: inline-block; padding:11px 0px; width:40px; height:40px; border-radius: 25px; border:1px solid #9caeb8; color:#9caeb8; }
.LinkArea2:hover { background-color:#00a0e9; color:#fff; border:1px solid #00a0e9; }

.topnb { position: fixed; width:100%; top:0px; padding:20px 40px; display: flex; justify-content: space-between; background-color:#f3f3f3; z-index:5; }
.topnb .logo img { height:48px; width:auto; }
.topnb .nb { position: absolute; top:0px; right:0px; display: flex; align-items:center; }
.topnb .nb > div { margin-right:40px; }
.topnb .nb > .topicon > a:not(:first-child) { margin-left:20px; }
.topnb .nb > div:not(.topicon) { font-size:0.875rem; }
.topnb .nb .toplink1 , .topmenu .toplink1 { color:#6e6e6e; }
.topnb .nb .toplink1 a { color:#474747; }
.topnb .nb .toplink2 a , .topmenu .toplink2 a { color:#b54703; }
.topnb .nb .toplink1 a:hover , .topnb .nb .toplink2 a:hover { color:#0092e0; }
.topnb .topbar { background:url("./images/ico-menu.png")no-repeat center center; background-color:#f27602; width:88px; height:88px; border:none; }
.topnb .topbar:hover { background:url("./images/ico-menu-o.png")no-repeat center center; background-size:20px; background-color:#fff; }
.topnb .topbar.active { background:url("./images/ico-2_2X.png")no-repeat center center; background-size:20px; background-color:#fff; }

.topmenu { display: none; position: fixed; top:88px; left:0px; width:100%; background-color:#fff; overflow-x: hidden; overflow-y:scroll; max-height:calc(100vh - 88px); z-index:10; }
.topmenu a { color:#262626; }
.topmenu a:hover { color:#0092e0; }
.topmenu::-webkit-scrollbar{ display:none; }

.topmenu .tmheader { display: flex; justify-content: space-between; align-items:center; padding:30px; }
.topmenu .tmheader a.cloz { display: inline-block; width:48px; height:48px; background-color:#fff; border-radius: 25px; padding:15px 0px; }
.topmenu .tmheader a.cloz:hover { background-color:#00a0e9; color:#fff; }
.topmenu .tmbody { width:100%; text-align:left; }
.topmenu .tmbody .tt {font-size:1.125rem; margin-bottom:20px; }
.topmenu .tmbody .tt .Img1 { display: inline-block; width:13px; height:13px; background:url("./images/ico-3_2X.png")no-repeat center center; background-size:contain; }
.topmenu .tmbody .ttimg:hover .Img1 { background:url("./images/ico-1_2X.png")no-repeat center center; background-size:contain; }
.topmenu .tmbody a { display: block; margin-bottom:10px; }
.topmenu .tmfooter { text-align:left; }

.sidebar { position: fixed; right:0px; top:50%; transform:translate(0px,-50%); }
.sidebar a { display: block; width:80px; height:80px; color:#fff; padding:17px 0px; }
.sidebar a:not(.totop) { background-color:rgba(0,0,0,0.7); }
.sidebar a.totop { padding:30px 0px; background-color:rgba(242, 118, 2, 0.6); }
.sidebar a:hover { background-color:#0092e0; }
.sidebar a i { font-size:1.25rem; }
.sidebar a .txt { font-size:0.75rem; padding-top:10px; }
.sidebar img { height:20px; width:auto; }

#searchModal .close { position: absolute; right:0px; top:-50px; color:#ffffff; text-shadow:none; opacity: 1; }
#searchModal .modal-dialog { margin:8rem auto; max-width:730px; }
#searchModal .modal-content { border-radius: 0; text-align: left; }
#searchModal .modal-body input { border:none; width:calc(100% - 40px); border-right:1px solid #c6c6c6; margin-bottom:0px; }
#searchModal .modal-body .fa-search { color:#504f58; width:30px; text-align: right; border:none; background-color:transparent; padding:0px; }
#searchModal .modal-body .fa-search:hover  { color:#9b98a5; }

.modalHeaderCenter { justify-content: center; align-items: center; padding:10px 48px; }
.modalHeaderCenter .mTitle { font-size:1.5rem; color:#19294d; }
.modalHeaderCenter .close { position: absolute; top:0px; right:0px; margin:0px; }
.modal-dialog { max-height:90vh; max-width:90%; margin-top:6rem; margin-left:auto; margin-right:auto; }
/* top:50%; transform: translate(0px,-50%) !important; */
.modal-dialog .closeout { border:none; background-color:transparent; position: absolute; right:0px; top:-40px; color:#fff; opacity: 1; padding:0px; }
.modal-content { border:none; }

#loginModal .modal-dialog , #applyModal .modal-dialog { width:540px; }
#loginModal .modal-content { border-radius: 0px; }
.Page a { color:#6a040f; }
.Page a:hover { color:#faa80f; }
.loginPage , .forgetPage { background-color:#fff; }
.loginPage { left:0px; }
.forgetPage { left:0px; display: none; }
.loginPage .title { display:flex; background-color:#fff; }
.loginPage .title a , .forgetPage .title { flex:1; padding:15px; color:#fff; background-color:#919191; font-size:1.25rem; }
.loginPage .title .active { cursor: default; background-color:#fff; color:#f27602; }
.loginPage .login,
.loginPage .join,
.forgetPage .forget { padding:30px; text-align: left; }
.loginPage .join { display: none; }
.loginPage .content { margin-bottom:30px; color:#474747; }
.loginPage .lr_link { display: flex; justify-content: space-between; padding-top:20px; }
.loginPage .lr_link .check { flex:1; color:#006aa3; font-size:1rem; }
.loginPage .lr_link span { font-size:1.25rem; }
.loginPage .join .mhjoin { height:10px; }

.forgetPage .back { display: inline-block; margin-top:20px; }

.bottombar .totop { position: fixed; right:20px; bottom:15px; width:32px; height:32px; background-color:#474747; color:#fff; padding:8px 0px; border-radius:25px; opacity: 0.8; transition:all .5s; }
.bottombar .totop:hover { opacity: 0.5; cursor: pointer; }

.nodata { padding:80px 0px; color:#919191; text-align:center; }
.nodata .emotion { font-size:6rem; padding-bottom:60px; }
.nodata .ct1 { font-size:1.5rem; padding-bottom:15px; }

.BottomPage { position: relative; height:80px; border-top:1px solid #e2e2e2; background-color:#fff; padding:28px 0px; }
.BottomPage a { color:#474747; }
.BottomPage a:hover { color:#f27602; }
.BottomPage .backArea , .BottomPage .nextArea { position: relative; }
.BottomPage .backArea a.back { position: absolute; left:0px; top:0px; }
.BottomPage .nextArea a.back { position: absolute; right:0px; top:0px; }

.BottomPage .pages { display: flex; justify-content: space-between; }
.BottomPage .pages a.nopage { visibility: hidden; }
.BottomPage .pages .page > div { display: inline-block; padding:0px 20px; }
.BottomPage .pages .page .active { color:#b54703; }

.BottomPage .linkIcon { font-size:1.125rem; }

.footer { border-top:1px solid #e2e2e2; }
.footer .area1 { padding:60px 0px; display: flex; flex-wrap: wrap; }
.footer .area1 .info { width:20%; text-align:left; }
.footer .area1 .info .tt { font-size:1.125rem; color:#474747; margin-bottom:15px; }
.footer .area1 .info .cont { color:#474747; margin-bottom:5px; }
.footer .area1 .info .gm { display: inline-block; font-size:0.75rem; color:#474747; border:1px solid #474747; border-radius: 25px; padding:3px 22px; margin-top:10px; }
.footer .area1 .info .gm:hover { border:1px solid #f27602; background-color:#f27602; color:#fff; }
.footer .area1 .logo { width:40%; text-align:right; }
.footer .area1 .logo img { height:60px; width:auto; margin-bottom:10px; max-width:100%; }
.footer .area1 .logo .cont { font-size:0.875rem; color:#6e6e6e; margin-top:5px; }
.footer .area1 .logo a { color:#6e6e6e; }
.footer .area1 .logo a:hover { color:#262626; }

.footer .area2 { padding:20px 0px 40px; text-align:left; }
.footer .area2 a { margin-right:35px; }

.anchordot { position: absolute; left:0px; top:0px; color:#474747; font-weight: bold; font-size:0.875rem; }
.anchordot:hover { color:#474747; }

.hidden-text { position: absolute; width:1px; height:1px; overflow:hidden; white-space: nowrap; }

/************************** video rwd **************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.video-container-4by3 {
	position: relative;
	padding-bottom: 75%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container-4by3 iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

/************************** map rwd **************************/
.map-responsive{
    overflow:hidden;
    padding-bottom:480px; /* map height */
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media ( max-width:1500px ) and ( min-width:1200px ){
	.topnb .bread { padding-right:250px; }
	.topnb .navitem { margin-right:20px; }
}

@media (min-width:1200px){
	.contWd { max-width:1520px; margin:0px auto; }

	form .security > div { width:160px; }
	.topmenu .tm { width:100%; padding:40px 0px; border-bottom:1px solid #ef7800; }
	.topmenu .tmbody { max-width:1020px; margin:0px auto; }
	.topmenu .tmbody .menu { display: flex; justify-content: space-between; }
	.topmenu .tmheader , .topmenu .tmfooter { display: none; }

	.bottombar { display: none; }
}

@media (max-width:1199.98px){
	.mtop { height:88px; }
	form .security > div { width:140px; }

	.topnb .nb > div { display: none; }

	.topnb { padding:20px 40px; }
	.topmenu .toplink1 { font-size:1.125rem; }
	.topmenu .toplink2 { font-size:1.5rem; }
	.topmenu .toplink2 a { margin-left:15px; }

	.topmenu .tmheader { border-bottom:1px solid #e2e2e2; }
	.topmenu .tmbody { border-bottom:1px solid #ef7800; }
	.topmenu .tmbody a { display:inline-block; margin-bottom:0px; }
	.topmenu .tmbody .tt { position: relative; font-size:1.25rem; padding:15px 30px; margin-bottom:0px; border-bottom:1px solid #e2e2e2; }
	.topmenu .tmbody .tt .icon { position: absolute; right:30px; top:20px; }
	.topmenu .tmbody .items { display: none; }
	.topmenu .tmbody .item { font-size:1.25rem; padding:15px 30px; border-bottom:1px solid #e2e2e2; background-color:#f6f6f6; }
	.topmenu .tmfooter { padding:30px; }
	.topmenu .tmfooter a { color:#474747; }
	.topmenu .tmfooter .tt { margin-bottom:30px; font-size:1.25rem; }

	.footer .area1 .info { width:33%; margin-bottom:40px; }
	.footer .area1 .logo { width:100%; }
	.footer .area2 { display: none; }

	.sidebar { display: none; }
}

@media (min-width:992px){
	
}

@media (max-width:991.98px){

	form .security > div { width:105px; }
	
	

}

@media (min-width:768px) and (max-width:991.98px){
    form label.lg2 { font-size:0.875rem; line-height:24px; }
}

@media (min-width:768px){
	.areaCONT .areaRow { display: flex; }

	.linkIcon a { padding-right:25px; }

	
}

@media (max-width:767.98px){
	.mtop { height:48px; }

	.BaseTopBnr { padding-top:150%; }

	form .security { flex-wrap: wrap; justify-content: flex-start; }
	form .security.swd { margin-bottom:25px; }
	form .security .ipt { width:100%; }
	form .security .img { width:160px; }
	form .security .chg { margin-left:20px; width:80px; }

	.topnb { padding:12px; }
	.topnb .logo { width:auto; }
	.topnb .logo img { height:24px; width:auto; }
	.topnb .topbar { width:48px; height:48px; }

    /* 標題 */
    .UnitTitle { height:40px; }
    .UnitTitle .txt { padding-left:10px; }
    .UnitTitle .txt .tt1 { font-size:0.75rem; line-height: 10px; }
	.UnitTitle .txt .tt2 { font-size:1.25rem; line-height:20px; padding-top:10px; }
	
	/* 內頁標題 */
	.UnitTitle.active { height:50px; }
	.UnitTitle.active .txt { padding-left:15px; }
    .UnitTitle.active .txt .tt1 { font-size:0.75rem; }
	.UnitTitle.active .txt .tt2 { font-size:2rem; line-height:25px; padding-top:15px; }
	
	.modalHeaderCenter .mTitle { font-size:1.125rem; }

	form .security input { margin-bottom:25px; }

	

    /* 連結 */
	/* .LinkArea1 { padding:8px 25px; font-size:0.875rem; } */
	.LinkArea2 { padding:5px 0px; width:24px; height:24px; font-size:0.75rem; }
	
	.linkIcon .txt { padding-right:10px; }
	.topmenu .linkIcon a { margin-right:30px; }

	.topnb .LinkArea1,
	.topnb .LinkArea2,
	.topmenu .tmheader a.cloz { width:36px; height:36px; padding:11px 0px; margin-left:10px; font-size:0.875rem; }

	.topmenu { top:48px; max-height:calc(100vh - 48px); }
	.topmenu .tmbody .menu { display: block; }
	.topmenu .tmbody .menu2 { display: block; }
	
	.topmenu .tmbody .items { display: none; }
	.topmenu .tmbody .items .simg { width:20px; height:15px; padding-right:5px; padding-bottom:5px; transform:translate(0px , -4px); }
	.topmenu .tmbody .items .simg img { width:50%; }
	.topmenu .tmfooter .linkIcon { justify-content: flex-start; width:100%; font-size:1.5rem; }

	.totop { width:32px; height:32px; padding:9px 0px; font-size:0.875rem; right:20px; }
	
	.BottomPage.PAGEMODE { position: relative; padding:16px 0px; color:#919191; }
	.BottomPage .page input { width:60px; height:48px; color:#03071e; background-color:#f6f6f6; border:1px solid #c6c6c6; padding:15px 0px; text-align:center; }
	.BottomPage .pages .prevbtn,
	.BottomPage .pages .nextbtn { position: absolute; top:0px; width:80px; height:80px; padding:28px 0px; }
	.BottomPage .pages .prevbtn { left:0px; border-right:1px solid #e2e2e2; }
	.BottomPage .pages .nextbtn { right:0px; border-left:1px solid #e2e2e2; }

	.BottomPage .backArea { text-align:right; }
	.BottomPage .backArea .linkIcon a { padding:0px; padding-left:20px; }

	.footer .area1 .info { width:100%; margin-bottom:60px; }
	.footer .area1 .logo img { max-height:60px; height:auto; }

	.map-responsive { padding-bottom:300px; }
}