
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");



/*========================================================
                      	 框架設定
=========================================================*/

body {
    background: url("../img/main-bg.jpg") no-repeat fixed right top;
}
main {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*========================================================
                      	 標題設定
=========================================================*/

.h2-s1 {
    background-color: #1a63a0;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 50px;
    position: relative;
}
.h2-s2 {
    background-color: #bf1b00;
}
.h3-s1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.h3-s2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

/*  尺寸設定 */
@media (min-width: 640px) {
    .h2-s1 {
        font-size: 2rem;
    }
    .h3-s1 {
        font-size: 1.6rem;
    }
    .h3-s2 {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .h2-s1 {
        font-size: 2.4rem;
    }
    .h3-s1 {
        font-size: 1.8rem;
    }
    .h3-s2 {
        font-size: 2.2rem;
    }
}
@media (min-width: 1200px) {
    .h2-s1 {
        font-size: 2.8rem;
    }
    .h3-s1 {
        font-size: 1.9rem;
    }
    .h3-s2 {
        font-size: 2.4rem;
    }
}
@media (min-width: 1600px) {
    .h2-s1 {
        font-size: 3rem;
    }
    .h3-s1 {
        font-size: 2rem;
    }
    .h3-s2 {
        font-size: 2.6rem;
    }
}


/*========================================================
                        區塊設定
=========================================================*/

.section-s {
    margin-bottom: 80px;
}

.section-s img {
    display: block;
    margin: 0 auto;
}


.section-s3-item {
    border: 1px solid #000;
    padding: 30px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.section-s3-item h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.section-s3-info {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 0 10px;
}
.section-s3-info h4 {
    font-weight: bold;
    color: #DB0003;
    font-size: 1.2rem;
}
.section-s3-info p {
    margin: 0;
}


.section-s4-1 {
    font-size: 1.2rem;
    line-height: 36px;
    font-weight: bold;
}
.section-s4-1 h4 {
    font-weight: bold;
    font-size: 1.6rem;
}
.section-s4-1 h4 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #bf1b00;
    border-radius: 50%;
    color: #fff;
    margin: 0 10px 20px 10px;
}




/*  尺寸設定 */
@media (min-width: 768px) {
    .section-s3-item {
        padding: 50px;
    }
    .section-s3-item h4 {
        font-size: 1.8rem;
    }
    .section-s3-info {
        font-size: 1.1rem;
    }
    .section-s3-info h4 {
        font-size: 1.4rem;
    }
    .section-s3-info p {
        margin: 0 0 4px 0;
    }
    .section-s4-1 {
        font-size: 1.6rem;
        line-height: 44px;
    }
    .section-s4-1 h4 {
        font-size: 2rem;
    }
    .section-s4-1 h4 span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}


/*========================================================
                        圖片設定
=========================================================*/


.img1 {
    border: 10px solid #0c539c;
}



/*========================================================
                      	 footer
=========================================================*/

footer {
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
}
footer p {
    margin: 0;
}
footer .f1 {
    font-size: 1.6rem;
    color: #0045c3;
}
footer .f2 {
    font-size: 1.2rem;
    color: #125267;
}
footer .f3 a {
    font-size: 1.2rem;
    color: #000;
}
footer .f3 a:hover {
    color: #111;
	text-decoration: underline;
}


/*  尺寸設定 */
@media (min-width: 768px) {
    footer p {
        margin: 5px 0;
    }
    footer .f1 {
        font-size: 2rem;
    }
    footer .f2 {
        font-size: 1.6rem;
    }
    footer .f3 a {
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
    footer p {
        margin: 10px 0;
    }
    footer .f1 {
        font-size: 2.4rem;
    }
    footer .f2 {
        font-size: 1.8rem;
    }
    footer .f3 a {
        font-size: 1.8rem;
    }
}



