@charset "utf-8";
@import url("reset.css");
*{box-sizing:border-box;}
html{
	/*width: 100%;
	height: 100%;*/
	-webkit-text-size-adjust:none;
    
}
body{
	/*width: 100%;
	height: 100%;*/
	/* font-size: 18px; */
	font-family: "Microsoft JhengHei",Sans-Serif;
    background-color: #EAF3F0;
	/* color: #fff; */
}
input{
	border: none;
	padding-left: 9px;
	padding-right: 9px;
	font-family: "Microsoft JhengHei";
	height: 30px;
	font-size: 100%;
}
select {
    border: none;
	font-family: "Microsoft JhengHei";
	height: 30px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 100%;
}
input[type="submit"]{
	cursor: pointer;
}
input[type="button"]{
	cursor: pointer;
}
.title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    text-align: center;
}

.cf .title {
    color: #3e9229;
}


.h1 {font-size: 2.5rem;}
.h2 {font-size: 2rem;}
.h3 {font-size: 2rem;}
.wrapper {
    margin: auto;
    max-width: 1024px;
    padding: 0 10px;
}
.message {
    display: block;
    background-color: #fff;
    line-height: 1.6;
    padding: 20px;
    font-size: 1.125rem;
    margin-top: 20px;
    p {
        margin-bottom: 10px;
    }

}

/*錯誤頁*/
.otherPage_2 {
    display: flex;
    justify-items: center;  
    /* color: #FFF; */
    width: 100%;
    min-height: 100vh;
    /*position: fixed;*/
    /* background: url(../../images/errorPageBg3.jpg) no-repeat fixed top left/cover; */
    padding: 5vh 0;
}
/* .otherPage_2.underConst {background: url(../../images/errorPageBg4.jpg) no-repeat fixed top center/cover;} */

.otherPage_2 h1.logo {
    text-align: center;
    margin-bottom: 25px;
}
.otherPage_2 .logo a{
    display: inline-block;
    background: url(../../images/logo_horizontal.png) no-repeat center/contain;
    width: 390px;
    margin-top: 4px;
    margin-left: -11px;
    text-indent: -9999px;
    margin-bottom: 3px;
}
.otherPage_2 .backBtn{
    margin-top: 20px;
    text-align: center;
}
.otherPage_2 .backBtn a {
    display: inline-block;
    width: 180px;
    /* color: #FFF; */
    padding: 10px;
    border-radius: 20px;
    background: #FF6D46;
    font-size: 90%;
}

.outerLinks {
    background: #fe702a;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
}
.outerLinks li {margin-bottom: 15px; display: inline-block; vertical-align: top; width: 48%;}
.outerLinks li:last-child {margin-bottom: 0;}
.outerLinks a {
    position: relative;
    padding-left: 20px;
    color: #fff; 
    text-decoration: none; 
    display: block;
        -o-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.outerLinks li a:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 4px;
    height: 40px;
    background: rgba(255,255,255,.7);
    position: absolute;
}
.outerLinks a b {font-size: 80%; font-weight: 100; display: block;}
.outerLinks a:hover {padding-left: 25px;}
.outerLinks li a:hover:before {background: rgba(255,255,255,1);}
/* .errorPage_2 .box p.t1 {
    display: inline-block;
    font-size: 420%;
    line-height: 100%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    margin-right: 20px;
} */
.errorPage_2 .box p.t2 {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 420%;
    margin-top: -12px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.errorPage_2 .box p.t3 { 
    margin-bottom: 26px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 130%;
    font-weight: normal;
    margin-top: 6px;
    position: relative;
}
.errorPage_2 .box p.t3:before{
    content: "";
    width: 141px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 13px;
    opacity: .6;
}
.errorPage_2 .box p.t3:after{
    content: "";
    width: 141px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 0;
    top:13px;
    opacity: .6;
}
.errorPage_2.underConst .box p.t1 {
    font-size: 300%;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.errorPage_2.underConst .box p.t2 {
    font-size: 200%;
    text-align: center;
    width: 100%;
}
.errorPage_2.underConst .icon1 {
    margin: 0 auto 20px auto;
    width: 170px;
    height: 170px;
    background: url(../../images/underConst.png) no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
    .h1 {font-size: 4rem;}
    .h2 {font-size: 3rem;}
    .h3 {font-size: 2.5rem;}
    .message {
        padding: 30px;
        font-size: 1.25rem;
        margin-top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    
    /*404*/
    .errorPage_2 .box p.t3:before,.errorPage_2 .box p.t3:after{
        display: none;
    }
    .errorPage_2 .box p.t1 {
        font-size: 680%;
        margin-right: 0;
    }
    .errorPage_2 .box p.t2 { 
        font-size: 265%;
    }
    .errorPage_2 .box p.t3 {
        font-size: 106%;
        font-weight: bold;
        margin-bottom: 22px;
    }
    .linkOutPage .box {
        width: 500px;
        margin-left: -382px;
    }
}
/*█████████████████████████↓↓ 768 ↓↓█████████████████████████*/
@media screen and (max-width: 769px) {
    .otherPage_2.underConst{
        /* background: url(../../images/errorPageBg4-mobile.jpg) no-repeat fixed top center/cover; */
    }

    /*404*/
    /*.errorPage_2 {background: url(../../images/errorPage_2Bg2.jpg) no-repeat bottom left/cover;}*/
    .errorPage_2 .box {
    }
    .linkOutPage {
        background: url(../../images/linkOutPageBg.jpg) no-repeat top right/cover;
    }
    .linkOutPage .box {
        width: 500px;
        margin-left: -250px;
        margin-top: 20px;
    }
    .linkOutPage .logo a {
        background: url(../../images/logo_horizontal.png) no-repeat center/contain;
        width: 346px;
        margin-top: 35px;
    }
    .linkOutPage .box p.t1 {
        color: #FFF;
        text-shadow: 0px 0px 23px #000;
    }

    footer{
        padding: 24px 30px 26px 30px;
    }
    /*上稿調整*/
    .textWrap img {
        width: 100% !important;
        height: auto !important;
    }
}
/*█████████████████████████↓↓ 480 ↓↓█████████████████████████*/
@media screen and (max-width: 480px) {
    
    /*搜尋按鈕*/
    .searchBox dl {
        margin-right: 5px;
    }
    input.long {
        width: 162px;
    }
    /*外連頁*/
    .linkOutPage {
        background: url(../../images/linkOutPageBg2.jpg) no-repeat bottom right/cover;
    }
    .linkOutPage .box {
        width: 86%;
        margin-left: -43%;
        margin-top: 8vh;
        top: 0;
    }
    .linkOutPage .box span p {
        margin: 0 0 13px 0;
    }
    .linkOutPage .logo a {
        width: 88%;
    }
    .linkOutPage .box p.t1 {
        font-size: 275%;
    }
    .linkOutPage .box span {
        padding: 16px 28px;
    }
    .linkOutPage .box span {
        padding: 16px 28px;
        height: 44vh;
    }
    .otherPage_2 .backBtn a {
        margin-bottom: 12px;
    }
    /*404*/
    .errorPage_2 .box {
        width: 100%;
    }
    .otherPage_2 .logo a {
        width: 100%;
    }
    .errorPage_2 .box p.t1 {
        font-size:400%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .errorPage_2 .box p.t2 {
        display: block;
        font-size: 150%;
        text-align: center;
    }
    .errorPage_2 .box p.t3 {font-size: 75%;}
    .outerLinks li {width: 100%;}
    .errorPage_2.underConst .box p.t1 {font-size: 175%;}
    .errorPage_2.underConst .box p.t2 {font-size: 115%;}
}
/*█████████████████████████↓↓ 375 ↓↓█████████████████████████*/
@media screen and (max-width: 376px){
    
    /*外連*/
    .linkOutPage .box {
        margin-top: 0;
    }
    .linkOutPage .box p.t1 {
        font-size: 237%;
    }
    /*404*/
    .errorPage_2 .box {
        top: 4vh;
    }
    .errorPage_2 h1.logo{
        margin-bottom: 15px;
    }
    .errorPage_2 .box {
    }
    .errorPage_2 .box p.t1 {
            font-size: 330%;
    }
    .errorPage_2 .box p.t2 {
        font-size:140%;
    }
}


@media print {

    .Nav,aside,.rightNavWrap ,section.bannerPic ,footer ,header .top{display:none;}
    .main article{width: 100%;
    margin-top: 0;}
    header h1{padding: 0}
    .main{padding: 0}

}
