*, *:focus {
	outline: none;
}

html, body {
    height: 100%;
    min-height: 100%;
	margin: 0px auto;
	padding: 0;
    font-family: 'Microsoft JhengHei';
    text-align: justify;
    color: #303030;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../img/background.png);
    background-attachment: fixed, fixed;
    background-size: cover, cover;
	cursor: default;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    color: #008aff;
	outline: 0;
    word-break: break-all;
}

article {
    min-height: 100%;
    margin: 0 0 -50px;
    padding: 0 0 50px;
    box-sizing: border-box;
}

footer {
    height: 50px;
    margin: -50px 0 0;
    padding: 15px 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    background: #fff;
}

/*-------------------- Section1 (Start) --------------------*/
.header {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.header .cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header .cont .logo {
    height: 55px;
    margin: 40px 20px 0;
}

.header .cont .navBar {
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: translateX(160px) translateY(-10px);
}

.header .cont .navBar .nav {
    margin: 0 5px;
    padding: 5px 25px;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.header .cont .navBar .nav.relation {
    position: relative;
}

.header .cont .navBar .nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(1px);
}

.header .cont .navBar .nav:hover ul {    
    display: block;
    text-align: center;
}

.header .cont .navBar .nav ul li {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #303030;
    background: #fff;
}

.header .cont .navBar .nav ul li:hover {
    background: #8cfffb;
}

.header video {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.caption {
    width: 1200px;
    height: 220px;
    margin: -110px auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/carousel1.png); */
    /* background-size: cover, cover; */
}

.contOver {
    width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

.list {
    width: 1200px;
    margin: 0 auto 60px;
    border: none;
    border-collapse: collapse;
    font-size: 14px;
}

.list tr:nth-child(odd) {
    background: #f0f0f0;
}

.list tr:nth-child(even) {
    background: #ffffff;
}

.list tr th {
    padding: 15px 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #00cccc;
    color: rgb(76, 117, 199);
    background: #fff;
}

.list tr th:last-child {
    text-align: center;
}

.list tr td {
    padding: 15px 10px;
    box-sizing: border-box;
    border: none;
}

.list tr td .iconPDF{
    width: 20px;
    margin: auto;
    display: block;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .header {
        height: 200px;
    }

    .header .cont {
        width: 100%;
    }

    .header .cont .logo {
        height: 35px;
        margin: 12px 28px 0;
    }

    .caption {
        width: 80%;
        height: 80px;
        margin: -80px auto 40px;
        font-size: 20px;
    }

    .contOver {
        width: 93%;
    }

    .list tr th {
        padding: 30px 10px;
    }
}
    
@media screen and (min-width: 401px) and (max-width: 450px) {
}

@media screen and (min-width: 451px) and (max-width: 550px) {
}

@media screen and (min-width: 551px) and (max-width: 767px) {
}
/*-------------------- Section1 (End) --------------------*/