
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");

/*========================================================
                         基本設定
=========================================================*/

body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
	line-height: 32px;
    font-size: 1rem;
    color: #111;
    overflow-x: hidden;
    background: url("../img/bg.jpg") no-repeat center center / cover;
}


/*========================================================
                         區塊1
=========================================================*/

.section-1 {
    position: relative;
}
.section-1 > div {
    background: url("../img/section1-bg.png") no-repeat left center / cover;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 10%;
    top: 0; 
}
.section-1 > div img {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    width: 60%;
}
@media (min-width: 640px) {
    .section-1 div img {
        width: 50%;
    }
}



/*========================================================
                         區塊2
=========================================================*/

.section-2 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-2 [class*="col-"] {
    text-align: center;
}

@media (min-width: 992px) {
    .section-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-2 [class*="col-"] img {
        max-width: 90%;
    }
}
@media (min-width: 1200px) {
    .section-2 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}







/*========================================================
                           表格
=========================================================*/

.table-box1 {
	border: 1px solid #797979;
    padding: 2%;
}
.table-box2 {
	border: 10px solid #e04900;
    background-color: rgba(0,0,0,0.9);
    padding: 5%;
}
.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0;
	font-size: 0.9rem;
    color: #fff;
}
.table1 th {
	font-weight: bold;
	padding: 5px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #f16d10;
}
.table1 th:last-of-type {
    border-right: none;
}
.table1 td {
	padding: 5px 5px !important;
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.table1 td:last-of-type {
    border-right: none;
}
.table1 tr:last-of-type td {
    border-bottom: none;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

@media (min-width: 768px) {
    .table1 {
        font-size: 1.2rem;
    }
    .table1 th {
        padding: 10px !important;
    }
    .table1 td {
        padding: 10px !important;
    }
}


/*========================================================
                         區塊4
=========================================================*/

.section-4 {

    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-4 .container {
}

.section-4 .container > div {
    position: relative;
    background: url("../img/section4-img.jpg") no-repeat center center / cover;
    margin-left: 15px;
    margin-right: 15px;
}
.section-4 .container .title {
    background-color: rgba(0,0,0,0.7);
    max-width: 50%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0; 
    text-align: center;
}
.section-4 .container .title img {
    width: 80%;
    margin-top: 20%;
    margin-bottom: 20%;
}
@media (min-width: 992px) {
    .section-4 .container .title {
        max-width: 33%;
    }
    .section-4 .container .title img {
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .section-4 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}










/*
.section-4 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-4 .container {
    position: relative;
}
.section-4 .container > div {
    background-color: rgba(0,0,0,0.7);
    width: 33%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0; 
}
.section-4 .container > div img {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    width: 60%;
}
@media (min-width: 768px) {
    .section-4 .container > div img {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .section-4 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
*/






/*========================================================
                         區塊5
=========================================================*/

.section-5 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-5 [class*="col-"] {
    margin-bottom: 40px;
}
.section-5 [class*="col-"] > div {
    border: 1px solid #b8b8b8;
    padding: 20px 20px 30px;
    background-color: #fff;
}
.section-5 [class*="col-"] > div img {
    width: 100%;
    vertical-align: bottom;
}
.section-5 [class*="col-"] > div p {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 30px 0 0 0;
}
@media (min-width: 992px) {
    .section-5 [class*="col-"] {
        margin-bottom: 60px;
    }
    .section-5 [class*="col-"]:nth-child(2n+1) > div {
        margin-right: 20px;
    }
    .section-5 [class*="col-"]:nth-child(2n+2) > div {
        margin-left: 20px;
    }
}


/*========================================================
                         區塊6
=========================================================*/

.section-6 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-6 .container > div {
    position: relative;
    background: url("../img/section6-img.jpg") no-repeat center center / cover;
    margin-left: 15px;
    margin-right: 15px;
}
.section-6 .container .title {
    background-color: rgba(0,0,0,0.7);
    max-width: 60%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0; 
    text-align: center;
}
.section-6 .container .title img {
    width: 80%;
    margin-top: 20%;
    margin-bottom: 20%;
}
@media (min-width: 640px) {
    .section-6 .container .title {
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .section-6 .container .title {
        max-width: 33%;
    }
    .section-6 .container .title img {
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .section-6 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}


/*========================================================
                         區塊8
=========================================================*/

.section-8 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
/*    text-align: center;*/
    color: #000;
}
.section-8 img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-8 [class*="col-"] {
    position: relative;
}
.section-8 [class*="col-"] > div h3 {
    font-weight: bold;
}
.section-8 [class*="col-"] > div p {
    position: absolute;
    right: 40px;
    top: 15%;
    z-index: 9;
    background-color: #e04900;
    color: #fff;
    padding: 2px 10px;
}
.section-8 [class*="col-"] > div h3:after {
    content: '';
    display: block;
    width: 86px;
    height: 4px;
    background-color: #e04900;
    margin-top: 6px;
}
.section-8 [class*="col-"] > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-8 [class*="col-"] > div ul li span {
    color: #e04900;
    display: inline-block;
    margin: 0 7px;
    font-weight: bold;
}
.section-8 [class*="col-"] > div {
    border: 1px solid #b8b8b8;
    background-color: #fff;
    padding: 10% 15%;
}

.section-8 [class*="col-"]:nth-child(2) > div {
    background-color: #e04900;
    color: #fff;
}
.section-8 [class*="col-"]:nth-child(2) > div h3:after {
    background-color: #fff;
}
.section-8 [class*="col-"]:nth-child(2) > div ul li span {
    color: #fff;
}

@media (min-width: 992px) {
    .section-8 img {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}



/*========================================================
                         區塊9
=========================================================*/

.section-9 {
    margin-bottom: 100px;
}
.section-9 h2 {
    text-align: center;
}
@media (min-width: 992px) {
    .section-9 h2 {
        text-align: left;
    }
}
