@import url('normalize.css');

/* 套用normalize.css可統一各瀏覽器預設值 */

* {
    margin: 0;
    padding: 0;
    /*border: solid 1px;*/
}

html{
    overflow-x: auto;
}

html,
body {
    font-family: '微軟正黑體', Helvetica, Arial, 'LiHei Pro', sans-serif;
    
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.main_01 {
    display: block;
    width: 100%;
    height: 720px;
    background-image: url(../img/main_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.main_02 {
    display: block;
    width: 100%;
    height: 1200px;
    background-image: url(../img/main_02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.main_03 {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/main_03.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

.mainmenu {
    position: fixed;
    display: block;
    width: 980px;
    height: 120px;
    top: 40px;
    left: 50%;
    margin-left: -490px;
}

ul.nav {
    overflow: hidden;
    width: 980px;
    height: 80px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: url(../img/nav_2.png);
    background-repeat: no-repeat;
    background-position: top center;
}

ul.nav li {
    float: left;
    list-style-type: none;
}

li.li_01 a.dropbtn {
    display: inline-block;
    width: 220px;
    height: 80px;
}

li.li_02 a.dropbtn {
    display: inline-block;
    width: 220px;
    height: 80px;
}

li.li_03 a.dropbtn {
    display: inline-block;
    width: 310px;
    height: 80px;
}

li.li_04 a {
    display: inline-block;
    width: 115px;
    height: 80px;
}

li.li_05 a {
    display: inline-block;
    width: 115px;
    height: 80px;
}

li.li_01 a:hover,
li.li_01 a:active,
li.li_02 a:hover,
li.li_02 a:active,
li.li_03 a:hover,
li.li_03 a:active,
li.li_04 a:hover,
li.li_04 a:active,
li.li_05 a:hover,
li.li_05 a:active {
    background-image: url(../img/nav_2.png);
    background-repeat: no-repeat;
}

li.li_01 a:hover,
li.li_01 a:active {
    background-position: 0 -80px;
}

li.li_02 a:hover,
li.li_02 a:active {
    background-position: -220px -80px;
}

li.li_03 a:hover,
li.li_03 a:active {
    background-position: -440px -80px;
}

li.li_04 a:hover,
li.li_04 a:active {
    background-position: -750px -80px;
}

li.li_05 a:hover,
li.li_05 a:active {
    background-position: -865px -80px;
}

.dropdown-content,
.dropdown-content_02 {
    position: absolute;
    z-index: 1;
    display: none;
    width: 200px;
    margin: -2px auto;
}

.dropdown-content {
    margin-left: 10px;
}

.dropdown-content_02 {
    margin-left: 55px;
}

.dropdown-content a.list,
.dropdown-content_02 a.list {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
}

.dropdown-content a.list:hover,
.dropdown-content_02 a.list:hover {
    background-image: none;
    background-color: #ff6600;
}

.dropdown:hover .dropdown-content,
.dropdown:hover .dropdown-content_02 {
    display: block;
}

.title {
    display: block;
    width: 859px;
    height: 110px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

table.table_style {
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1;
    display: block;
    width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

th {
    width: 240px;
    height: 60px;
    color: #fff;
    background-color: #333;
}

td {
    height: 60px;
}

td.style_01 {
    color: #333;
    background-color: #ccc;
}

td.style_02 {
    color: #333;
    background-color: #fc0;
}

td.style_03 {
    color: #fff;
    background-color: #f60;
}

p {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 900px;
    height: auto;
    margin: 0 auto;
    color: #333;
}

.box {
    display: block;
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.box_yes,
.box_no {
    display: inline-block;
    width: 470px;
    height: 320px;
    vertical-align: top;
    background-color: #ccc;
}

.box_yes {
    float: left;
}

.box_no {
    float: right;
}

ul.ul_style {
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 250px;
    margin: 10px auto;
    list-style-type: none;
    color: #333;
}

ol.ol_style_01,
ol.ol_style_02 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 900px;
    margin: 0 auto;
    padding-left: 50px;
    color: #333;
}

ol.ol_style_01 {
    list-style-type: decimal;
}

ol.ol_style_02 {
    list-style-type: upper-alpha;
}

.pic {
    display: block;
    width: 742px;
    height: 367px;
    margin: 10px auto;
}

.bottom {
    padding-bottom: 50px;
}

.footer {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
}
