@charset "utf-8";

/* CSS Document */
input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #ffe5ba !important;
}

a:focus, input[name*="Collapse"]:focus, .owl-prev:focus, .owl-next:focus, input[type*="submit"]:focus, input[type*="reset"]:focus, input.enter_bn[type*="button"]:focus {
    outline: 2px #d83e3e dotted !important;
}

.modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !important;
}

.content_txt span[style*="color: red"] {
    color: #d20000 !important;
}

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: 微軟正黑體;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {}

.clean {
    clear: both;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

/* menu*/
.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    background-color: #f8f7f3;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.top_menu>li {
    width: calc(100%/8 - 46px);
    margin: 0 23px;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu li a {
    color: #3e3a39;
    display: block;
    padding: 4px 4px;
    font-size: 125%;
    font-weight: 700;
}
.top_menu>li>a{
    display: inline-block;

}
.top_menu>li {
    border-bottom: solid 4px #F8F7F3;
}

.top_menu>li:hover, .top_menu .top_menu_fixed {
    border-bottom: solid 4px #f39700;
}

.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}

/* 二級選單顯示於一級選單的正下方 */
.top_menu li>.main {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 35px;
    left: 0;
    text-align: left;
    padding-top: 25px;
    display: none;
}



/* .top_menu li:nth-of-type(1) .sub{display: flex !important;} */

.top_menu ul li:first-of-type a::before {}

.top_menu ul li {
    height: auto;
    border-bottom: 1px #f3f3f3 solid;
    background-image: none;
    float: none;
    text-align: center;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 8px 0px;
    font-size: 0.938em;
    color: #383838;
}



.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.top_menu ul.sub {
    z-index: 999;
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding: 14px 20px 34px 20px;
    border-radius: 0;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    background: #C9C8B5;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* .top_menu li:nth-of-type(8) ul.sub{display: flex !important;} */
.top_menu ul.sub>li {
    background: none;
    border: none;
    width: calc(100%/4 - 20px);
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.top_menu ul.sub>li>a {
    color: #56543E;
    font-size: 1.111em;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #aeac97;
}

.top_menu ul.sub>li:nth-of-type(4n)>a {
    margin-right: 0px;
}

.top_menu ul.sub>li>a:hover, .top_menu ul.sub>li>a:focus {
   color: #895315;
}

.top_menu .sub00 {
    /* display: block !important; */
    /* position: static; */
    width: auto;
    padding-top: 0;
    border: none;
    background: none;
    margin-bottom: 16px;
}

.top_menu .sub>li>.sub00 {
    /* padding-left: 2px; */
    display: block !important;
    left: auto;
    top: auto;
    position: relative;
}

.top_menu .sub00>li {
    border: none;
    width: auto;
    text-align: left;
    padding-left: 10px;
    position: relative;
}

.top_menu .sub00>li:before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: FontAwesome;
    font-size: 1.05em;
    transition: all 0.3s;
    color: #3e3a39;
}

.top_menu .sub00>li>a {
    color: #3e3a39;
    font-size: 1em;
    font-weight: normal;
    padding: 5px 0 5px 0px;
    display: inline-block;
}

.top_menu .sub00>li .sub00 a {
    font-size: 1em;
}

.top_menu .sub00>li>a:hover, .top_menu .sub00>li>a:focus {
    background: none;
    color: #895315;
}

.top_menu .sub00>li:hover:before{
    color: #895315;
}


.top_menu .sub01{
    position: relative;
    padding-left: 0;
    left: auto;
    text-align: left;
    border-bottom: 0;
}


.top_menu ul.sub01 li{
   border-bottom: 0;
   
}

.top_menu .sub01 a{
    text-align: left;
    border-bottom: 0;
    font-weight: normal;
    padding: 4px 0 0 0;
}

.top_menu .sub01 a::before{
    content: "．";
}



/* page*/
h2 {
    width: 100%;
    min-height: 47px;
    background: url(../images/title_icon.png) no-repeat 0 21px;
    color: #5b5b5b;
    font-size: 1.25em;
    font-weight: bold;
    padding: 19px 208px 11px 42px;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 20px;
    max-width: 1078px;
}

#header {
    position: relative;
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 43px 20px 34px 20px;
}

#logo {
    float: left
}

#logo a {
    display: inline-block;
}

.place {
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    display: inline-block;
}

.title_box {
    border-bottom: 3px #c9c8b5 solid;
    margin: 10px 0;
    position: relative;
}

.content_txt a:hover, .gallery_list a:hover {
    color: #ee7610;
}

.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
}

.main_bn>li>a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {}

.main_bn .main_bn_share:hover {
    background: #000;
}

.main_bn2 {
    position: absolute;
    right: 0;
    bottom: 4px;
    margin: 0;
}

.main_bn2 li {
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.main_bn2 li:hover ul {
    display: block
}

.main_bn2>li>a:hover, .main_bn2>li>a:focus {
    background-position: 33px -27px !important
}

.main_bn2>li>a {
    font-size: 0.75em;
    display: flex;
    text-indent: -20vw;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 33px 3px !important;
    border-radius: 40px;
}

.main_bn2>li>a.ISL-facebook {
    background: url(../images/icon-fb.png) #c9c7b5;
}

.main_bn2>li>a.ISL-facebook:hover, .main_bn2>li>a.ISL-facebook:focus {
    background-color: #2c5194;
}

.main_bn2>li>a.ISL-line {
    background: url(../images/icon-line.png) #c9c7b5;
}

.main_bn2>li>a.ISL-line:hover, .main_bn2>li>a.ISL-line:focus {
    background-color: #10bc10;
}

.main_bn2>li>a.ISL-twitter {
    background: url(../images/icon-x.png) #c9c7b5;
}

.main_bn2>li>a.ISL-twitter:hover, .main_bn2>li>a.ISL-twitter:focus {
    background-color: #000000;
}

.main_bn2>li>a.ISL-print {
    background: url(../images/icon-print.png) #c9c7b5;
}

.main_bn2>li>a.ISL-print:hover, .main_bn2>li>a.ISL-print:focus {
    background-color: #ce487a;
}

.main_bn2>li>a.ISL-youtube {
    background: url(../images/icon-youtube.png) #c9c7b5;
}

.main_bn2>li>a.ISL-youtube:hover, .main_bn2>li>a.ISL-youtube:focus {
    background-color: #fe0000;
}

.main_bn2>li>a.ISL-flickr {
    background: url(../images/icon-flickr.png) #c9c7b5;
}

.main_bn2>li>a.ISL-flickr:hover, .main_bn2>li>a.ISL-flickr:focus {
    background-color: #d2fff6;
}

.main_bn2>li>a.ISL-mouse {
    background: url(../images/icon-mouse.png) #c9c7b5;
    text-indent: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    padding-top: 0px;
}

.main_bn2>li>a.ISL-mouse p {
    position: relative;
    top: 43px;
    left: 0px;
    transition: 0.4s
}

.main_bn2>li>a.ISL-mouse:hover, .main_bn2>li>a.ISL-mouse:focus {
    background-color: #ea5e10;
}

.main_bn2>li>a.ISL-mouse:hover p, .main_bn2>li>a.ISL-mouse:focus p {
    top: 6px;
}

.article {
    min-height: 730px;
}

.content_txt {}

.content_txt .imgbox a {
    display: block;
}

.content_txt b, strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
    margin: 0;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.gallery_list .imgbox, .content_txt .imgbox, .faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 1
}

.content_txt .imgbox_left {
    float: left;
    text-align: center;
    padding: 0;
}

.content_txt .imgbox_left img {
    max-height: 500px;
}

.content_txt .imgbox a, .faq .imgbox a, .imgbox a, .imgbox2 a, .imgbox .video_box {
    border-radius: 5px;
    background: #dddccf;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
}

.gallery_list .imgbox img, .gallery_list .imgbox2 img, .content_txt .imgbox img, .faq .imgbox img, .pic img, .gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #d20000;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    float: right;
    background: #c9c8b5;
    border-radius: 0 0 10px 10px;
    padding: 0px 13px 0px 13px;
    top: -43px;
    position: relative;
}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
    margin-right: 20px;
}

.menu_nav li {
    display: inline-block;
    color: #19455e;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
    margin: 0 6px;
}

.menu_nav a:hover {
    color: #d20000
}

.nav_parent .nav_focus.active, .menu_nav li.nav_parent:hover div, .menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    top: 46px;
    right: -6px;
    z-index: 99;
    display: table;
    text-align: right;
    display: none;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.menu_nav li.nav_parent .search_main {
    padding: 9px;
    top: 46px;
    background: #dddccf;
    border-radius: 4px;
    right: -20px !important;
}


.menu_nav>li{
    position: relative;
}

.menu_nav .nav_sub{
    position: absolute;
    z-index: 999;
    border: 2px solid #a9a890;
    left: -20px;

}
.menu_nav .nav_sub a{
    display: block;
    width: 120px;
    background: #ffffff;
    border-bottom: 1px;
    text-align: center;
    color: #3e3a39;
    padding: 8px 5px;
    border-bottom: 1px solid #cfcebb;
    font-size: 0.95em;
}
.menu_nav .nav_sub a:hover{
    background: #dddccf;
    color: #3e3a39;
}

.menu_nav .nav_sub li:last-child a{
    border-bottom: 0;
}








.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.top_search .text {
    width: 193px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
    border-bottom: 3px solid #AFD9F1;
}

.nav_search .text2, .top_search .text2 {
    width: 13px;
    height: 13px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 6px;
}

.top_search .text2 {
    top: 3px;
}

.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt, .imgbox2 dt, .imgbox figure, .imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type, .main_type {
    text-align: right;
    margin-bottom: 10px;
}

#main_type * {
    /* margin-bottom: 5px; */
}

#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input, .bus_left input {
    height: 32px !important;
    line-height: normal !important;
}

.bus_left input#kd {
    min-width: 140px;
}

.bus_left input.bn_search {
    vertical-align: super;
}

.bus_error {
    border-radius: 5px;
    color: #3e3a39;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
    border: solid 3px #c7c4b2;
    background: #ffffff;
    margin-top: 10px;
}

#bus_id, #errata_id {
    margin: 4px 0;
    margin-left: 0;
    max-width: 266px;
    background: #fff;
}

.bus_error:hover {
    background: #f39800;
    border-color: #f39800;
    color: #fff;
}

#main_type select, .bus_left select {
    height: 32px;
    background: transparent;
}

#main_type select, #main_type input {
    margin-bottom: 5px;
}

#main_type .white_space {
    white-space: nowrap;
}

#main_type .white_space input.bn_search {
    vertical-align: top;
}

.white_space {
    white-space: nowrap;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    display: inline-block;
    padding: 2px 5px;
}

.type_word a.active, .type_word a:hover, .type_word a:focus {}

#main_type .type_word a.active, .type_word a:hover {
    background: #393939;
    border-radius: 5px;
    color: #FFF;
}

.search_table {
    border: 1px solid #CCC;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go, .bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

#main_type .bn_search {
    width: 32px !important;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover, .bn_search:hover {
    opacity: 0.7
}

/*按鈕選單*/
.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid #000;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #1d5549;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    background-color: #cccccc;
    padding: 10px 0;
    position: fixed;
    left: -10px;
    bottom: 25px;
    width: 258px;
    z-index: 999999;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}

.menu2 li>a:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.menu2 .sub_menu->a, .menu2>li>a:hover {
    color: #fff;
    background-color: #f7b74d;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li, .menu2 .sub_sub>li {
    border-bottom: 1px dashed #A0A0A0;
}

.menu2 .sub_sub2>li:last-of-type, .menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #353535;
    padding: 5px 5px 5px 48px;
}

.menu2 .sub_sub a:before {
    content: "\f0da";
    top: 7px;
    left: 36px;
}

.menu2 .sub_menu2->a, .menu2 .sub_sub a:hover {
    background-color: #f7b74d;
    color: #fff;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    color: #353535;
    padding-left: 65px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}

.menu2 .sub_menu3->a, .menu2 .sub_sub2 a:hover {
    background-color: #f7b74d;
    color: #fff;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    color: #000;
    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a, .menu2 .sub_sub3 a:hover {
    background-color: #f7b74d;
    color: #fff;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {
    color: #a1a1a1;
    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #d20000
}

.left_title {
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.content_title, .gallery_list .title {
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}

.gallery_list .title {
    width: 100%;
    background: #ccc;
    display: table;
    padding: 8px;
    margin-bottom: 10px;
}

.gallery_list .title strong {
    width: 85%;
    display: table-cell;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .title p {
    width: 15%;
    display: table-cell;
    font-size: 110%;
    text-align: right
}

.imgbox a:hover, .imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}

.download li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

.download li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

.download {
    margin: 20px 0;
}

.download_tt {
    color: #000;
    background-color: #CCC;
    padding: 10px 5px;
    font-weight: bold;
}

.download li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
}

.download .word {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 80%;
    color: #000;
    display: table-cell;
    padding-left: 20px;
}

.download a {
    color: #000;
}

.download a:hover {
    color: #093;
}

.download .file {
    width: 20%;
    display: table-cell;
    text-align: center;
}

.download dd {
    display: inline-block;
}

.download .file a {
    width: 16px;
    display: inline-block;
    margin: 2px;
}

.goback .icon {
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon {
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    line-height: 36px;
    text-align: left;
    padding: 0 10px 0 30px;
    color: #3e3a39;
    position: relative;
    background: #fff;
    border: solid 3px #c7c4b2;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {
    background-color: #c9c7b5;
    color: #3e3a39;
    padding: 0px 0 14px 0;
    position: relative;
    line-height: 30px;
    letter-spacing: 1px;
}

#fat_footer {
    padding: 13px 0;
    width: 100%;
    margin: auto;
    position: relative;
    background: #f8f7f3;
}

#fat_footer ul {
    max-width: 1200px;
    margin: 10px auto;
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #3e3a39;
    text-decoration: none;
    font-weight: bold;
    padding-left: 3px;
}

#fat_footer ul li a:hover {
    color: #f39700;
}

#fat_footer ul li ul {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #c9c8b5;
    padding-top: 5px;
    margin-top: 5px;
    padding-left: 2px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 5px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #f39700;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}

#ff_btn .btn_open, #ff_btn .btn_close {
    border: 0;
    width: 179px;
    height: 43px;
    background: url(../images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}

#ff_btn.active .btn_close {
    display: block;
    position: relative;
}

#ff_btn.active .btn_open {
    display: none;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 10px 0 16px 0;
}

.footer_img, .footer_word {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer_word {
    white-space: nowrap;
    padding-left: 40px;
}

.footer_word span {
    color: #3e3a39;
}

.footer_bth {}

.footer_bth a {
    background: #ffffff;
    padding: 0px 7px;
    margin-bottom: 4px;
    line-height: 28px;
}

#footer .footer_bth a:hover {
    background: #f39800;
    color: #fff;
}

#footer .footer_bth a {
    color: #3e3a39;
}

#footer .footer_bth2 a {
    background: #fff;
    color: #3e3a39;
    margin: 0 4px;
    line-height: 25px;
}

#footer a {
    display: inline-block;
}

#footer a:hover {}

.footer_img a {
    padding: 0 10px;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover, .table_txt a:focus {
    color: #d20000;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #d20000;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    padding: 3px 8px;
    color: #3e3a39;
}

.page .icon a:hover, .enter_bn:hover {}

.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.icon a, .enter_bn {
    border-radius: 5px;
    background: #ffffff;
    color: #FFF;
    color: #3e3a39;
    padding: 5px;
    display: inline-block;
    border: solid 3px #c7c4b2;
}

.enter_bn {
    border-radius: 5px;
    color: #3e3a39;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover, .icon a:hover, .enter_bn:hover {
    background: #f39800;
    border-color: #f39800;
    color: #fff;
}

#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}

.list {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.list li {
    border-bottom: 1px #ccc dotted;
    width: 100%;
    display: table;
}

.list li:last-of-type {
    border-bottom: 0;
}

.list li:nth-child(1) {
    background: #c9c7b5;
}

.list .list_head {
    border-bottom: 0px;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
    word-break: break-word;
}

.list .list_head span {}

.list span dl {
    display: inline-block;
    padding-left: 5px;
}

.list span dt, .list span dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.table_head span {
    border-bottom: 0px
}

.list .list_title {
    text-align: left
}

.list .list_word {
    text-align: left;
    background: url(../images/icon_list.png) no-repeat 10px 14px;
    padding-left: 25px;
}

#readchk {
    height: 17px;
    width: 17px;
}

.list .icon.mail_bth, .tabulation_word a, .search li strong a, .content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .list a, #footer a, .menu_nav>li>a {
    display: inline-block;
}

#div_content {
    margin-top: 10px;
}

#div_content, .search1 li, .search, .search1_title {
    line-height: 26px;
}

.download_li a, #div_content, .type_word a, .update, .list span, body, input, button, select, textarea, #mail_word, .tabulation2 .example, .search_title, .tabulation_tt, .place, .list .list_head, .search_table, .table_txt, .content_title, .gallery_list .title, #sitemap_txt, #sitemap_txt ul li, .guest_list li, .menu_nav>li>a, .search li strong, .search_txt, .search_result, .search_result .search_bth a, .search_result2, .search_btn li a, .calendar_type a, .calendar ul li span strong, .calendar ul li span strong:nth-child(1), .calendar2_week, .calendar2_week a, .calendar_title, .calendar_type, .calendar ul .date span, .calendar2_unit, .calendar2_date2, .calendar2_doom2 {
    color: #3e3a39;
}

.list .icon.mail_bth, .tabulation_word a, .search li strong a, .content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .list a, .sitemap_table li a, .sitemap_table li ul li a, .sitemap_table li ul li ul li a, .guest_list li a, .video_txt li a, .video_txt li i, .search_result2 a, .search1 li ul li a, .search1 li a, .search1_title a, .calendar ul li span a, .calendar2_doom2 dt a {
    color: #925e09;
}

.place a.on {
    color: #925e09;
}

#main_type .type_word2 a.active {
    color: #925e09
}

.place a {
    color: #3e3a39;
}

.list .icon.mail_bth:hover, .tabulation_word a:hover, .search li strong a:hover, .content_txt a:hover, .gallery_list a:hover, .faq_txt a:hover, .video a:hover, .list a:hover, .menu_nav a:hover, .place a:hover, #footer a:hover, .sitemap_table li a:hover, .sitemap_table li a:focus, .sitemap_table li ul li a:hover, .sitemap_table li ul li a:focus, .sitemap_table li ul li ul li a:hover, .sitemap_table li ul li ul li a:focus, .guest_list li a:hover, .guest_list li a:focus, .video_txt li a:hover, .video_txt li a:hover i, .search1 li ul li a:hover, .search1 li ul li a:focus, .search1 li a:hover, .search1 li a:focus, .search1_title a:hover, .search1_title a.on, .calendar ul li span a:hover, .calendar .select:hover, .calendar2_doom2 dt a:hover {
    color: #f39700;
}

#footer a {
    color: #3e3a39;
}

.content_txt a, .gallery_list .txt a {
    display: inline;
}

.list .list_word a[target="_blank"]:after, .content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

.list .list_word dl a:after, .list .list_word a.file:after, .content_txt .imgbox a:after, .owl-carousel .owl-item>a:after {
    display: none !important;
}

.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {}

.list .icon a {
    padding: 2px 5px;
}

.list .icon a:hover {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
    color: #d20000;
    margin: 0px 0px 0 0;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search, .tabulation {
    border: 2px solid #c9c8b5;
    padding: 5px;
    margin-top: 20px;
}

.tabulation>li {
    width: 100%;
    display: table;
    margin: 1px 0;
}

.tabulation_bg2 {
    background-color: #E3E3E3;
}

.vote .tabulation_bg2 {
    background-color: #f3f2e9;
}

.tabulation_title {
    background: #c9c8b5;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px;
}

.tabulation .tabulation_list dd, .tabulation .tabulation_list dd {
    padding: 0
}

.tabulation .tabulation_tt, .tabulation .tabulation_word {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle
}

.search_title, .tabulation_tt {
    background: #f3f2e9;
    text-align: right;
}

.tabulation_tt strong {
    color: #d20000
}

.tabulation_word {}

.tabulation_word a {}

.tabulation_word a:hover {}

.tabulation_word .example {
    display: inline-block
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;
    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 95%
}

.tabulation2 .tabulation_tt {
    background: none;
    text-align: left;
}

.tabulation2 .tabulation_tt, .tabulation2 .tabulation_word {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 .tabulation_word>.file {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px
}

.tabulation2 dt>.file:last-child {
    margin-bottom: 0
}

.tabulation2 .in_block {
    display: inline-block;
    vertical-align: middle
}

.tabulation2 input, .tabulation2 textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tabulation2 li {
    margin-bottom: 15px;
}

.tabulation2 li:last-of-type {
    margin-bottom: 0;
}

.content_date {
    color: #d20000;
    padding: 0;
    display: block;
}

.content_date:before, .content_date2:before {
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #d20000;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #a90000;
    padding: 0;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w12 {
    width: 12%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

.tabulation_word input, .tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}

/*----------------------------faq---------------------*/
.faq {
    background: #fff;
    margin: 10px 0;
    padding: 0px;
}

.faq_title {
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 2em;
    background: #746c45;
    margin-bottom: 10px;
    position: relative;
}

.faq_number, .faq_txt:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 84%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.faq_number {
    background: #F0ECDE;
    left: 5px;
    top: 6px;
    color: #a50e34;
}

.faq_txt:before {
    background: #746c45;
    color: #fff;
    content: "A";
    left: 5px;
    top: 8px;
}

.faq_txt {
    color: #3d3d3d;
    padding: 5px 10px;
    padding-left: 2em;
    position: relative;
}

.faq_txt a {}

.faq_txt a:hover {}

/*----------------------------video---------------------*/
.video a {
    border-radius: 0;
    background: none;
    display: block;
}

.video a:hover {}

#video2 {}

.video2_imgBox {
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}

.video_txt {
    text-align: left;
    margin-top: 10px;
}

.video_txt strong {
    padding: 5px 0;
    color: #313131;
}

.video_txt li {
    list-style-type: none;
}

.video_txt li .file {
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li a {
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li i {
    padding: 0
}

.video_txt li a:hover, .video_txt li a:hover i {}

.video_txt li span {
    font-weight: bold;
    color: #000;
}

/*----------------------------question---------------------*/
.question2 {
    max-width: 300px;
    border: 1px solid #CCC;
    margin: 20px auto
}

.question2 li {
    border: 0
}

.question3 {
    margin-top: 10px;
}

.question3 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.question3 li:last-child {
    border-bottom: 0px #ccc dotted;
}

.question3_tt {
    font-weight: bold
}

.question3 img {
    height: 8px !important
}

.list .progress {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

abbr {
    display: block;
}

.progress-bar {
    background-color: #c9c7b5;
}

/*----------------------------registration1---------------------*/
.registration1 {
    width: 80%;
    margin: 20px auto
}

/*----------------------------mail---------------------*/
#mail_word {
    border: 1px solid #CCC;
    letter-spacing: 1px;
    padding: 20px;
}

.mail_read {
    text-align: center;
    margin: 5px 0;
    vertical-align: middle
}

.mail_read .enter_bn {
    margin: 5px 0;
}

.list .mail_bth:hover {
    color: #fff;
    opacity: 0.7
}
/* The container */
.agree_box {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin: 16px 0;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.125em;
  }
  
  /* Hide the browser's default checkbox */
  .agree_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border: 2px solid #a3a3a3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
  
  /* On mouse-over, add a grey background color */
  .agree_box:hover input ~ .checkmark,
  .agree_box input:focus ~ .checkmark
   {
    border: 3px solid #ac2020;
  }
  .agree_box input:focus ~span,
  .agree_box:hover span{
    color: #ac2020;
  }

  
  .agree_box span.txt{
    display: inline-block;
    padding: 2px 0;
    border-bottom: 2px dotted transparent;
  }
  .agree_box input:checked ~ span.txt{
    border-bottom: 2px dotted #8e8c73;
    color: #454545;
}
  
  /* When the checkbox is checked, add a blue background */
  .agree_box input:checked ~ .checkmark {
    background-color: #8e8c73;
    border: 2px solid #615d38;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .agree_box input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .agree_box .checkmark:after {
    left: 6px;
    top: 0px;
    width: 13px;
    height: 19px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*----------------------------vote---------------------*/
.vote2 {
    max-width: 500px;
    border: 1px solid #ccc;
    margin: 20px auto 0 auto;
}

.vote2 a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.vote2 li:last-of-type {
    background-color: transparent;
}

.vote2 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.vote2 img {
    height: 8px !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}

.progress-bar {
    box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6);
}

/*----------------------------gallery---------------------*/
/*輪播圖垂直置中*/
.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}

/*輪播圖垂直置中*/
/*箭頭垂直置中*/
.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}

/*箭頭垂直置中*/
.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    margin: 0;
}

.gallery_list .imgbox {}

.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}

/*----------------------------spaces---------------------*/
.spaces_bn {
    margin-bottom: 5px;
}

.spaces_bn li {
    margin: 0 2px 0 0;
}

.spaces_txt {
    margin: 10px 0 0;
}

.spaces_bn li {
    display: inline-block;
    margin: 3px;
}

.spaces_bn a {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 8px;
    color: #000;
    display: block;
}

.spaces_bn a:hover, .spaces_bn a.on {
    background: #000;
    color: #fff;
}

.spaces_mob .calendar2_doom2, .spaces_mob .calendar2_doom {
    padding: 5px
}

.spaces_mob .calendar2_doom2 a {
    display: block;
    margin-bottom: 5px
}

/*----------------------------guest---------------------*/
.guest_list, .guest_list2 {
    border: 1px solid #ccc;
    margin: 10px 0 25px 0;
    background: #fff;
}

.guest_list li {
    padding: 10px;
}

.guest_list li a {}

.guest_list li a:hover, .guest_list li a:focus {}

.guest_list li span {
    display: block;
}

.guest_list li:nth-child(1) {
    /*首行th設定*/
    background: #3365ac;
    color: #fff;
}

.guest_list li:nth-child(3) {
    /*第三行日期*/
    padding: 3px;
    text-align: right;
}

.guest_list2 {}

.guest_list2 li:nth-child(1) {
    /*首行th設定*/
    color: #fff;
    background: #ff5c30;
}

.guest_txt2 {
    max-width: 650px;
    float: left;
    font-weight: bold;
}

.guest_who {
    text-align: right;
    float: right;
    font-weight: bold;
}

.guest_who a {
    display: inline-block;
    margin: 0 5px;
}

/*----------------------------login---------------------*/
.login {
    width: 70%;
    margin: 50px auto 0;
}

/*----------------------------tour2---------------------*/
.tour2 {}

.tour2 li {}

.tour2 li.tour2_3item .item {
    width: calc(100%/3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour2_2item .item {
    width: calc(100%/2 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour3_3item .item img {
    width: 286px;
    height: 191px;
}

.tour2 li.tour2_3item .item img {
    width: 434px;
    height: 191px;
}

.tour2 li .item:last-of-type {
    margin-right: 0;
}

.tour2 li .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour2 li .item a .cover {
    width: 100%;
    height: 100%;
    background: url(../images/tour2/tour2_cover.png) repeat-x bottom;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a .cover span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -29px;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover, .tour2 li .item a:focus .cover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover span, .tour2 li .item a:focus .cover span {
    bottom: 10px;
    transition: all 0.3s;
}

.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #d20000;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #5c9f41;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #5c9f41;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}

.video2_imgBox, .article .box {
    margin: 20px 0;
    background: #dddccf;
    padding: 10px;
}

.article .box .owl-next:hover, .article .box .owl-prev:hover {
    background-color: #e05555;
}

.update {
    font-size: 95%;
    text-align: right;
    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}

/*font-size bg*/
.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #fff;
}

.fontsize li.font_size_btn- a, .share3 .font_size_btn- a:hover {
    color: #19455e;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(../images/icon_x.png);
    background-color: #000;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}

.share .type5:hover {
    background-color: #333;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {
    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.mb_10 {
    margin-bottom: 10px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mt_10 {
    margin-top: 20px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

.mt_90 {
    margin-top: 90px
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_90 {
    padding-bottom: 90px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_90 {
    padding-top: 90px;
}

.red {
    color: #d20000;
}

.blue {
    color: #0366bb;
}

.green {
    color: green;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.download_list {
    display: flex;
    flex-wrap: wrap;
}

.download_li {
    background: #ccc;
    padding: 7px;
    margin-right: 10px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px 0px #b3b3b3;
}

.download_li img {
    max-width: 50px;
    padding: 2px;
    margin-right: 5px;
}

.download_li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
}

.download_title {
    width: 100%;
    font-size: 1.25em;
    padding-left: 3px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 20px;
}

.download_title::before {
    content: "\f019";
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    transition: all 0.3s;
    margin-right: 10px;
}

/*字級大小 */
.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share3 {
    min-width: 300px;
    font-size: 1em;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #dddccf;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 7px 6px;
    border-radius: 4px;
    left: -27px;
}

.share3 a {
    color: #353535;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.share3 a:hover {
    color: #fff;
}

.share3 li {
    width: 28px;
    height: 28px;
}

.nav_parent>a>img {
    vertical-align: initial;
}

.menu_nav .nav_parent>a {
    margin-right: -4px;
    padding: 14px 8px 12px 8px;
}

.menu_nav .nav_parent {
    margin-right: -12px;
}

.fontsize00 {
    margin-left: -10px;
}

/*字級大小 */
footer img {
    vertical-align: top;
}

.bar {
    margin: 0 auto;
    text-align: center;
    border-top: solid #fff 2px;
    padding-top: 13px;
}

.foo {
    /* height: 444px; display: block; width: 100%; background: url(../images/bg02.png) right top no-repeat transparent; position: absolute; top: -444px; z-index: -1; */
}

#main_type .bn_search {
    vertical-align: top;
}

#main_type a {
    color: #3e3a39;
}

#main_type a strong {
    background: #746c45;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
}

#main_type a:hover {
    color: #f39700;
}

#main_type .type_word2 {
    vertical-align: top;
}

[color='#FF0000'] {
    color: #d20000;
}

#div_content .btn_01 {
    border: solid 3px #c7c4b2;
    color: #3e3a39;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 3px 0;
}

#div_content .btn_01:hover {
    background: #f39800;
    border-color: #f39800;
    color: #fff;
}

#div_content .btn_on {
    background: #746c45;
    color: #fff;
}

.btn_00 {
    padding: 1px 7px;
    border-radius: 5px;
}

.hasDatepicker {
    padding: 1px 0;
    vertical-align: middle;
}

.calendar .select_no {
    color: #d20000 !important;
    margin-bottom: 0.4em;
    padding: 0.2em !important;
}

.vote_go {
    display: inline-block;
    margin: 6px 0;
    width: 24%;
    vertical-align: top;
    padding: 4px 3px;
    background: #f3f2e9;
}

.vote_go label {
    display: inline;
}

.vote2 .tabulation_word {
    padding: 10px 0;
}

.bus_left {
    text-align: center;
}

.bus_block {
    background: #f8f7f3;
    padding: 10px;
    color: #3e3a39;
}

.bus_block2 {
    display: inline-block;
    text-align: left;
}

.bus_block2 span {
    display: inline-block;
    margin-right: 5px;
}

.share_mob a {
    font-size: 0em;
}

.content_txt .table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_title {
    width: 30%;
    padding: 3px 10px 3px 10px;
}

.link_bule02:visited {
    font-family: "微軟正黑體", "新細明體", Arial;
    font-size: 92%;
    line-height: 20pt;
    color: #279CBE;
    text-decoration: none;
}

.select_no_x {
    display: inline-block !important;
    position: relative;
    left: 52px;
}

.calendar .select_no {
    margin-bottom: 0em;
    padding-left: 0px !important;
}

.calendar .select_no:nth-last-of-type(1) {
    margin-bottom: -30px;
}

.combo {
    vertical-align: sub !important;
    height: 32px !important;
    border-color: #cecece !important;
}

.combo-arrow {
    height: 38px !important;
    background-color: #ffffff !important;
}

.calendar input[type="checkbox"] {
    vertical-align: middle;
}

.claendar02 {
    display: inline-flex;
}

.color_gary {
    font-size: 0em;
}

.calendar .enter_bn {
    margin: 8px 10px;
    height: 37px;
}

.calendar2 .enter_bn {
    margin: 8px 10px;
    height: 37px;
}

select {
    height: 28px;
}

#main_type .type_word2 a {
    vertical-align: top;
    margin-left: 3px;
}

.icon a[title='陳情回覆查詢'] {
    padding-left: 10px;
}

.icon a[title='陳情回覆查詢'] .fa-clipboard:before {
    content: "\f0ea";
    position: relative;
    left: -4px;
}

#fancybox-bg-e {
    display: none;
}

#fancybox-content {
    width: 692px !important;
}

#fancybox-title {
    width: 687px !important;
}

.w18 {
    width: 18%;
}

.w14 {
    width: 14%;
}

.text_none {
    font-size: inherit !important;
}

span[style*="rgb(255, 0, 0)"] {
    color: #d20000 !important;
}