@charset "UTF-8";
.bannerArea,
.outerWrap,
.side_share a,
.tab a,
.tabContent #download ul,
.tabContent #download ul li .btn,
.tabContent #download ul li .btn a,
.tabContent #download ul li .info,
.tabContent #download ul li .name {
    box-sizing: border-box;
}
.tabContent #download ul li .btn i {
    transition: all 0.3s ease-in-out;
}
.classBoxTop .classLink,
.pageBox,
.side_news .item,
.tabContent #download ul,
.tabContent #download ul li,
.tagBox ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.outerWrap {
    overflow-x: hidden;
    padding-top: 80px;
}
@media (max-width: 1200px) {
    .outerWrap {
        padding-top: 60px;
    }
}
.bannerArea .wrap {
    max-width: 100%;
    padding: 0;
}
.bannerArea img {
    display: block;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    height: 300px;
}
@media (max-width: 768px) {
    .bannerArea img {
        height: 150px;
    }
}
.mainArea {
    max-width: 1920px;
    padding: 50px 0;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .titleBox {
        margin-bottom: 30px;
    }
}
.titleBox .bread {
    position: absolute;
    top: 0;
    right: 10px;
}
@media (max-width: 768px) {
    .titleBox .bread {
        display: none;
    }
}
.titleBox .bread a {
    color: #626262;
}
@media (min-width: 1201px) {
    .titleBox .bread a:hover {
        color: #1577c3;
    }
}
.titleBox .bread span {
    color: #626262;
    padding: 0 5px;
}
@media (max-width: 768px) {
    .titleBoxDetail {
        display: none;
    }
}
.titleBoxDetail .bread {
    position: relative;
    text-align: right;
}
.textEditor {
    padding: 15px 0;
}
.articleTitle,
.sectionTitle {
    border-bottom: 1px dashed #cbcbcb;
    color: #050505;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 25px 0;
    padding-bottom: 15px;
    position: relative;
}
.articleTitle span,
.sectionTitle span {
    display: inline-block;
}
.sectionTitle strong {
    display: block;
    position: relative;
    font-weight: 400;
}
.sectionTitle a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.breakpoint > tbody > tr > td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
}
.classBox {
    width: 100%;
    padding: 20px 0;
}
.classBoxTop .classLink {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .classBoxTop .classLink {
        display: none;
    }
}
.classBoxTop .classLink li {
    text-align: center;
    margin: 0 8px;
}
.classBoxTop .classLink a {
    border: 1px solid #0068b7;
    color: #0068b7;
    display: block;
    padding: 6px 20px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.classBoxTop .classLink a:hover {
    color: #fff;
    background-color: #0068b7;
}
.classBoxTop .classLink a.current {
    color: #fff;
    background-color: #0068b7;
}
.classBoxTop .m_classLink {
    display: none;
}
@media (max-width: 768px) {
    .classBoxTop .m_classLink {
        display: block;
        position: relative;
    }
    .classBoxTop .m_classLink a.main {
        display: block;
        color: #fff;
        border: 1px solid #ccc;
        background-color: #0068b7;
        position: relative;
        padding: 15px;
    }
    .classBoxTop .m_classLink a.main b {
        font-weight: 500;
    }
    .classBoxTop .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -6px;
    }
    .classBoxTop .m_classLink ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #fff;
        border: 1px solid #d1d1d1;
        border-top: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        box-sizing: border-box;
    }
    .classBoxTop .m_classLink ul li {
        padding: 0;
    }
    .classBoxTop .m_classLink ul li a {
        display: block;
        padding: 15px 25px;
        border-top: 1px solid #d1d1d1;
    }
    .classBoxTop .m_classLink ul li:first-child a {
        border: none;
    }
}
.classBoxSide {
    width: 100%;
    padding-top: 0;
}
@media (max-width: 1200px) {
    .classBoxSide .classLink {
        display: none;
    }
}
.classBoxSide .classLink > li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.classBoxSide .classLink > li > a {
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    word-break: break-word;
}
@media (min-width: 1201px) {
    .classBoxSide .classLink > li > a:hover {
        background-color: #003c69;
        color: #fff;
    }
}
.classBoxSide .classLink > li > a.current {
    background-color: #0068b7;
    color: #fff;
}
.classBoxSide .classLink .submenuList {
    width: 140px;
    display: none;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@media (max-width: 1200px) {
    .classBoxSide .classLink .submenuList {
        display: none;
    }
}
.classBoxSide .classLink .submenuList li {
    border-bottom: 1px solid #e1e1e1;
}
.classBoxSide .classLink .submenuList a {
    background-color: #0068b7;
    border: 1px solid #0068b7;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 15px;
    word-break: break-word;
}
@media (min-width: 1201px) {
    .classBoxSide .classLink .submenuList a:hover {
        background-color: #003c69;
        color: #fff;
    }
}
.classBoxSide .classLink .submenuList a.current {
    background-color: #003c69;
    color: #fff;
}
.classBoxSide .m_classLink {
    display: none;
}
@media (max-width: 1200px) {
    .classBoxSide .m_classLink {
        display: block;
        position: relative;
    }
    .classBoxSide .m_classLink a.main {
        display: block;
        color: #fff;
        border: 1px solid #ccc;
        background-color: #0068b7;
        position: relative;
        padding: 15px;
    }
    .classBoxSide .m_classLink a.main b {
        font-weight: 500;
        word-break: break-word;
    }
    .classBoxSide .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -6px;
    }
    .classBoxSide .m_classLink > ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #fff;
        border: 1px solid #d1d1d1;
        border-top: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        box-sizing: border-box;
    }
    .classBoxSide .m_classLink > ul > li {
        padding: 0;
    }
    .classBoxSide .m_classLink > ul > li > a {
        border-top: 1px solid #d1d1d1;
        display: block;
        padding: 15px 25px;
        word-break: break-word;
        word-wrap: wrap;
    }
    .classBoxSide .m_classLink > ul > li:first-child a {
        border: none;
    }
    .classBoxSide .m_classLink .submenuList {
        display: none !important;
    }
}
.tagBox {
    padding: 25px 0 30px;
}
.tagBox b {
    display: inline-block;
    margin-right: 10px;
}
.tagBox li {
    margin: 0 5px 5px 0;
}
.tagBox a {
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 9px 10px;
    border: 1px solid #0068b7;
    font-size: 14px;
    line-height: 1;
    color: #0068b7;
}
@media (min-width: 1201px) {
    .tagBox a:hover {
        color: #fff;
        background-color: #0068b7;
    }
}
.tagBox a.current {
    color: #fff;
    background-color: #0068b7;
}
.tagBox a.current:before {
    content: "";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}
.tab {
    width: 100%;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
}
.tab a {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #0068b7;
    color: #0068b7;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    text-align: center;
}
.tab a:not(:first-child) {
    border-left: none;
}
@media (min-width: 1201px) {
    .tab a:hover {
        color: #fff;
        background-color: #0068b7;
    }
}
.tab a.current {
    background-color: #0068b7;
    color: #fff;
}
@media (max-width: 480px) {
    .tab a {
        padding: 10px;
    }
}
.tabContent {
    width: 100%;
    padding: 30px 0;
}
.tabContent > li {
    display: none;
}
.tabContent .textEditor {
    margin: 0;
}
.tabContent .sectionTitle {
    display: none;
}
.tabContent #download ul {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #f9f9f9;
    overflow: hidden;
    margin: 0 auto;
    list-style: none;
}
.tabContent #download ul li {
    width: 100%;
    padding: 20px 0;
}
.tabContent #download ul li:nth-child(2n) {
    background-color: #f9f9f9;
}
.tabContent #download ul li:nth-child(odd) {
    background-color: #e4e4e4;
}
.tabContent #download ul li:first-child {
    background-color: #0068b7;
}
@media (max-width: 768px) {
    .tabContent #download ul li:first-child {
        display: none;
    }
}
.tabContent #download ul li:first-child .download,
.tabContent #download ul li:first-child .info,
.tabContent #download ul li:first-child .name {
    color: #fff;
}
.tabContent #download ul li:first-child .download {
    padding-right: 44px;
}
.tabContent #download ul li:not(:first-child) {
    border-top: 1px solid #f9f9f9;
}
@media (max-width: 768px) {
    .tabContent #download ul li:nth-child(2) {
        border-top: none;
    }
}
.tabContent #download ul li .name {
    width: 300px;
}
@media (max-width: 1024px) {
    .tabContent #download ul li .name {
        width: 220px;
    }
}
.tabContent #download ul li .info {
    width: calc(100% - 465px);
    word-break: break-word;
}
@media (max-width: 1024px) {
    .tabContent #download ul li .info {
        width: calc(100% - 385px);
    }
}
@media (max-width: 768px) {
    .tabContent #download ul li .info {
        margin: 15px 0 20px;
    }
}
.tabContent #download ul li .btn {
    width: 165px;
    font-size: 0;
    margin-left: auto;
    padding-right: 15px;
    text-transform: uppercase;
}
@media (min-width: 1201px) {
    .tabContent #download ul li .btn:hover a,
    .tabContent #download ul li .btn:hover i {
        color: #1577c3;
    }
}
.tabContent #download ul li .btn a {
    color: #050505;
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}
.tabContent #download ul li .btn i {
    display: inline-block;
    font-size: 15px;
}
.tabContent #download ul li .btn,
.tabContent #download ul li .info,
.tabContent #download ul li .name {
    color: #050505;
    padding-left: 15px;
}
.tabContent #download ul li .btn span,
.tabContent #download ul li .info span,
.tabContent #download ul li .name span {
    color: #050505;
    display: block;
    padding-bottom: 3px;
}
@media (min-width: 769px) {
    .tabContent #download ul li .btn span,
    .tabContent #download ul li .info span,
    .tabContent #download ul li .name span {
        display: none;
    }
}
@media (max-width: 768px) {
    .tabContent #download ul li .btn,
    .tabContent #download ul li .info,
    .tabContent #download ul li .name {
        width: 100%;
        padding: 0 5px;
    }
}
.side_menu {
    width: 100%;
    max-width: 200px;
    margin-bottom: 50px;
}
.side_menu li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.side_menu li > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
}
.side_menu li > a.current {
    background-color: #0068b7;
    color: #fff;
}
.side_menu dl {
    padding-left: 25px;
    position: absolute;
    right: 0;
}
.side_menu dl a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.side_menu dl a.current {
    color: #000;
    text-decoration: underline;
}
.side_album {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -10px;
}
.side_album li {
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
}
.side_album a {
    display: block;
    box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_booking {
    margin-bottom: 30px;
}
.side_booking a {
    display: block;
    border-radius: 4px;
    box-shadow: 0 1px 1px #8d2121;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background-color: #f05b8f;
}
.side_booking a i {
    display: inline-block;
    font-size: 28px;
    padding: 10px 15px;
    margin-right: 15px;
    border-right: 1px solid #d33434;
    box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
    box-shadow: inset 0 3px 3px #8d2121;
}
.side_contactInfo li {
    margin-bottom: 20px;
}
.side_contactInfo a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #414141;
}
.side_contactInfo i {
    display: inline-block;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    font-size: 20px;
    color: #a5a5a5;
    text-align: center;
}
.side_contactInfo b {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.side_room {
    margin-bottom: 50px;
}
.side_room .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.side_room .Txt {
    margin-top: 5px;
}
.side_room .Txt p {
    max-height: 100px;
    font-size: 13px;
    color: #858383;
    line-height: 1.8;
    overflow: hidden;
}
.side_room h3 a {
    font-size: 16px;
    font-weight: 400;
}
.side_share {
    width: 100%;
    max-width: 640px;
    display: none;
    margin: 30px auto 0;
}
@media (max-width: 1024px) {
    .side_share {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}
.side_share a {
    width: calc(100% / 2 - 7.5px);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    padding: 20px 10px;
    text-align: center;
}
.side_share a:last-child {
    margin-left: 15px;
}
@media (max-width: 480px) {
    .side_share a {
        width: 100%;
    }
    .side_share a:last-child {
        margin-top: 12px;
        margin-left: 0;
    }
}
.side_share i {
    padding-right: 5px;
    font-size: 18px;
}
.side_share .line {
    background: #00b900;
}
.side_share .fb {
    background: #3a5898;
}
.side_news {
    margin: 56px 0 30px;
}
.side_news ul {
    margin-top: 20px;
}
.side_news li {
    margin-bottom: 25px;
}
.side_news .Img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    overflow: hidden;
}
.side_news .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side_news .Txt {
    width: calc(100% - 72px);
    overflow: hidden;
}
.side_news .Txt span {
    margin-left: 0;
}
.side_news .Txt h3 {
    height: 25px;
    margin-bottom: 5px;
}
.side_news .Txt h3 a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.side_news .Txt b {
    color: #050505;
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}
.pageBox {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
}
.pageBox a {
    margin: 0 5px;
    padding: 0 10px;
}
.pageBox a.current {
    color: #1577c3;
}
.captchaArea {
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
    transition: none;
}
.captchaArea .note {
    position: absolute;
    top: 17px;
    right: 30px;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-family: "微軟正黑體";
    color: #777;
    letter-spacing: 1px;
    pointer-events: none;
}
.sliderBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: RoyalBlue;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s linear;
}
.sliderBtn:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none;
}
/*# sourceMappingURL=inner.css.map */
