@charset "utf-8";

/* CSS Document */

.header_out,
.banner_out,
.text_out,
.content_out,
.footer_out {
    width: 100%;
    min-width: 1024px;
}

.header,
.banner,
.footer {
    width: 1024px;
    margin: 0 auto;
}

.text_box {
    width: 950px;
    margin: 0 auto;
    color: red;
    border: 3px red solid;
    padding: 15px 35px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.text_box .text_tw {
    font-size: 20pt;
    width: 500px;
}

.text_box .text_en {
    font-size: 16pt;
    font-family: "Times New Roman";
    width: 500px;
}

.content {
    width: 950px;
    margin: 0 auto;
}

.header_out {
    background: url(../images/header.jpg) repeat-x top;
}

.logo {
    padding: 10px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.search {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: right;
    padding: 31px 0;
}

.search input[type="text"] {
    margin-right: 15px;
    border: #000 1px solid;
    width: 120px;
}

.search img:hover {
    opacity: 0.7;
}

.menu {
    padding: 8px 0;
    text-align: right;
}

.menu a {
    padding: 0 35px;
    color: #666;
    font-family: "微軟正黑體";
    font-size: 15px;
}

.menu a:hover {
    color: #81C136;
}

.banner_out {
    background: url(../images/bannerbg.jpg) repeat-x top;
}

.content_out {
    background: url(../images/cbg.jpg) repeat-x top;
}

.content {
    padding: 35px;
    border-left: #e8e8e8 1px solid;
    border-right: #e8e8e8 1px solid;
}

.h01 {
    padding-left: 10px;
    line-height: 30px;
    background: url(../images/titbg.jpg) no-repeat center;
    font-family: "微軟正黑體";
    font-size: 16px;
    line-height: 29px;
    height: 29px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
}

.h01 b {
    font-family: Calibri;
    font-size: 14px;
}

.text {
    padding: 0 15px;
    font-family: "微軟正黑體";
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.text b {
    font-weight: bold;
    color: #06C;
}

.text p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.text span {
    color: #e45600;
}

.english {
    padding: 0 15px;
    font-family: Calibri;
    font-size: 18px;
    line-height: 22px;
    color: #666;
}

.footer_out {
    background: #e8e8e8;
    padding: 12px 0;
    text-align: center;
    border-top: #ccc solid 1px;
}

.footer {
    font-family: "微軟正黑體";
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.footer b {
    font-weight: bold;
    color: #666;
    padding-left: 15px;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #81C136;
}