@charset "utf-8";




/* CSS Document */

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

dd:before {
    content: none;
}

img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

body {
    font-family: 微軟正黑體;
    font-size: 100%;
    background: url(../in_images/bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

body.bg2 {
    background: url(../in_images/bg2.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

#FontSizeArea {

    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px;
}



select,
input,
textarea {
    border: 1px solid #666666;
}

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%;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.article a {
    text-decoration: none;
}

.clean {
    clear: both;
}

.span_none {
    display: none
}

.center {
    text-align: center !important;
}

.modal-footer a {
    color: #F00
}

.modal-footer a:hover {
    color: #000
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}









/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    position: fixed;
    width: 46px;
    height: 40px;
    background: #996666;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 10px;
    display: none;
}
#menu_bth.open{width: 100vw}



#main_menu {}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}


.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 97px
}

.top_menu li {
    width: calc(14.2%);
    display: table-cell;
    position: relative;
    /* 使子選單依照母選單的座標顯示 */
}

.top_menu>li:last-child {
    background: none;
}

.top_menu li a {
    text-decoration: none;
    color: #483c28;
    padding: 10px 30px;
    display: block;
    font-size: 1.250em;
    font-weight: bold;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    background: #A35C22;
    color: #fff;
}


.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}

nav>.top_menu>li {
    display: table-cell;
    /* 使一級選單排成一橫列 */
}









/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 25px;
    padding-top: 25px;
    display: none;
}

.top_menu ul li {
    background: #fff;
    width: 100%;
    height: auto;
    border-bottom: 1px #ccc dotted;
    background-image: none;
    display: block;
    float: none;
}


.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 10px;
    font-size: 100%;
    color: #585858;
    display: block;
}

.top_menu ul li a:hover {
    background: #a35c22;
    color: #fff;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}









/* page*/

h2 {
    background: #483C28;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px;
    position: absolute;
    top: -10px;
}

.ace {
    color: #999;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {

    position: relative;
}

#header .top {
    max-width: 1200px;
    margin: 0 auto 60px;
    position: relative;
    text-align: center;
    padding: 105px 0 0 0;
}

#logo {

    margin-bottom: 20px;
}


#logo a {
    display: block;
}

.top strong {
    color: #454545;
    font-size: 2.500em;
}

.place {
    color: #333;
    margin: 5px 0;
    font-size: 1em;
}

.place li {
    display: inline-block
}

.place a {
    color: #483c28;
    display: inline-block;
}

.place a:hover,
.place .on {
    color: #8ba682;
}

.title_box {
    border-bottom: 1px #483c28 solid;
    margin: 10px 0;
    position: relative;
}

.main_bn {
    float: right;
    padding-top: 10px;
}

.main_bn li {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}

.main_bn li a {
    color: #aa5a17;
    display: block;
    text-align: center;
    font-size: 1.125em;
    letter-spacing: 2px;
}

.main_bn li a:hover i {
    padding-right: 0;
}

.main_bn li i {
    padding-right: 5px;
    transition: all 0.2s;
}

.article {
    min-height: 630px;
}

.content_txt {
    color: #444444;
    line-height: 180%;
    font-size: 1.125em;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b,
strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt a,
.gallery_list dd a {
    display: inline;
    color: #8ba682;
}

.content_txt a:hover,
.gallery_list dd a:hover {
    color: #a35c22;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.content_txt .imgbox,
.faq .imgbox {
    font-size: 100%;
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a,
.video_box {
    border-radius: 5px;
    background: #8ba682;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 168px !important;
}

.content_txt .imgbox2 img {
    max-height: 600px !important;
}

#div_content {

    position: relative;
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    font-size: 100%;
    float: right
}

.menu_nav {
    background: #483C28;
    padding: 5px 8px;
    color: #fff;
}

.menu_nav a {
    display: inline-block;
    font-size: 1.250em;
    color: #fff;
    vertical-align: middle;
    padding: 0 5px;
}

.menu_nav a:hover {
    color: #88a27f
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
    font-size: 100%;
}

.pic {
    clear: both;
    text-align: center;
    font-size: 100%;
}

.pic dl {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type {
    text-align: right;
    padding: 0 0 30px 0;
    font-size: 100%;
}

#keyword,
#main_type select {
    padding: 0 5px;
    width: 117px;
    height: 30px;
    border: 1px solid #000;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

#main_type * {
    vertical-align: middle;
}

.type_word a {
    color: #262626;
    text-decoration: none;
    display: inline-block;
}

.type_word a:hover {
    color: #8ba682;
}

.type_word a:focus {
    color: #8ba682;
}

.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_bn_search.png);
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-indent: -9999px;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}









/*按鈕選單*/

.b {
     cursor: pointer;
     height: 23px;
     width: 25px;
     position: fixed;
     right: 10px;
     top: 11px;
     z-index: 999;
     transition: .2s;
}

.b i {
    position: absolute;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 7px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 14px;
    left: 0;
}


.b.open .b1 {
    top: -9px;
    left: 0;
    width: 25px;
    transform: translateY(20px) rotate(45deg);
}

.b.open .b3 {
    top: -9px;
    left: 0;
    width: 25px;
    transform: translateY(20px) rotate(-45deg);
}

.b.open .b2 {
    left: 50px;
    width: 0;
}

.left_menu {
    position: relative;
    padding-top: 70px;
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.menu2 {
    border-radius: 10px;
    background-color: #D3A49D;
    padding: 10px 15px;
}

.menu2 li {
    position: relative;
    margin: 3px 0;
}

.menu2 li a {
    display: block;
    background: url(../images/left_icon.png) no-repeat 10px 10px;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    padding: 5px 5px 5px 38px;
}

.menu2 .sub_menu- a,
.menu2>li a:hover {
    background: url(../images/left_icon-.png) no-repeat 10px 10px;
    color: #d79e7c;
    background-color: #fff;
}

.menu2 .sub_sub {
    display: none;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    background: url(../images/left_icon2.png) no-repeat 40px 11px;
    color: #fff;
    padding: 5px 5px 5px 61px;
}

.menu2 .sub_menu2- a,
.menu2 .sub_sub a:hover {
    color: #a35c22;
}

.menu2 .sub_sub2 {
    display: none;
    font-size: 100%;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    background: url(../images/left_icon2.png) no-repeat 64px 12px;
    color: #fff;
    padding-left: 82px;
    padding-right: 5px;
}

.menu2 .sub_menu3- a,
.menu2 .sub_sub2 a:hover {
    color: #fffad6;
}

.menu2 .sub_sub3 {
    display: none;
    font-size: 100%;
}

.menu2 .sub_sub3 a {}

.menu2 .sub_sub3 a:hover {}

.menu2 .sub_menu4- a {}

.menu2 .sub_sub4 {
    display: none;
    font-size: 100%;
}

.menu2 .sub_sub4 a {
    background: url(../images/icon03.png) no-repeat 65px 12px;
    color: #a1a1a1;
    padding-left: 75px;
}

.menu2 .sub_sub4 a:hover {
    background: url(../images/icon03.png) no-repeat 65px 12px;
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
    background: url(../images/icon01.png) no-repeat 5px 13px;
    font-size: 100%;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    background: url(../images/icon02.png) no-repeat 21px 11px;
    font-size: 100%;
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

#footer {
    background: #d4a3a5;
    color: #fff;
    font-size: 1em;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 10px;
    letter-spacing: 1px;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    display: table;
    text-align: center;
}

.footer_main li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;

    line-height: 28px;
}

.footer_word {
    white-space: nowrap;
    padding-left: 50px;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}

.footer_bth {
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 1px 5px;
}

.footer_bth:hover {}

#footer .footer_bth a {
    color: #FFF
}

#footer a {
    display: inline-block;
    color: #fff;
}

#footer a:hover {
    color: #483c28
}

.footer_img a {
    padding: 0 10px;
}

.enter_bn {
    border: 0px;
    border-radius: 30px;
    background-color: #996666;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: bold;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.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;
}

.tabulation {


    line-height: 180%;
}

.tabulation * {
    vertical-align: middle;
}


.tabulation [type*="text"] {
    padding: 0 5px
}

.tabulation>li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.login.tabulation>li:last-of-type,.tabulation>li:last-of-type {
    margin: 0;
}

.tabulation_bg2 {
    background-color: #E3E3E3;
}

.tabulation_title {
    background: #E3E3E3;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px
}

.tabulation .tabulation_list dd,
.tabulation .tabulation_list dd {
    padding: 0
}

.tabulation dd,
.tabulation dt {
    color: #666666;
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
}

.tabulation_tt {

    font-weight: bold;
}

.tabulation_tt strong {
    color: #f00
}

.tabulation_word {}

.tabulation_word a {
    color: #F00
}

.tabulation_word a:hover {
    color: #900
}

.tabulation_word .example {
    display: inline-block
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;

    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    color: #aeaeae;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 95%
}

.tabulation2 .tabulation_tt {
    background: none;
    text-align: left;
}

.tabulation2 dd,
.tabulation2 dt {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 dt>.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;
}

.login {

    max-width: 522px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    font-size: 1.375em;
    box-shadow: 0 0 10px rgba(0, 10, 1, 0.4);
}

.login.tabulation>li {
    margin-bottom: 30px
}

.login .tabulation_tt {
    letter-spacing: 1.5px;
}

.login .tabulation>li {

    margin: 0 0 30px 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w45 {
    width: 45%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.join_word {
    display: inline-block;
}

.borrow {
    text-align: center;
    display: block;
}

.borrow span {
    max-width: 248px;
    border: 2px solid #996666;
    border-radius: 30px;
    display: block;
    font-size: 1.438em;
    font-weight: bold;
    color: #996666;
    padding: 10px 30px;
    margin: 10px auto 0;
}

.borrow:hover span {
    background: #996666;
    color: #fff;
}


.borrow img:last-of-type{display:none}
.borrow:hover img:first-of-type{display:none}
.borrow:hover img:last-of-type{display:inline-block}

.m_20 {
    margin-bottom: 20px
}

.m_40 {
    margin-bottom: 40px
}

.login_info {
    max-width: 303px;
    border: 1px solid #aa7e7f;
    background: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 0;
}

.login_info:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../in_images/icon_login_info.png);
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
}

.login_info strong {
    font-size: 1.250em;
    color: #996666;
    margin-bottom: 10px;
    display: block;
}

.login_info ul {
    font-size: 1.125em;
    text-align: left;
    white-space: nowrap;
}

.login_info li:first-of-type dd {
    letter-spacing: 5px
}

.login_info dd {
    font-weight: normal;
}

.login_info dt {}

.login_info .out {
    background: #966;
    border-radius: 30px;
    color: #fff;
    padding: 5px 13px;
    position: relative;
}

.login_info .out:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../in_images/icon_out.png) no-repeat;
    display: inline-block;
    padding-right: 18px;
    transition: all 0.2s;
}

.login_info .out:hover {
    color: #fff
}

.login_info .out:hover:before {
    padding-right: 30px;
    color: #fff
}