@charset "utf-8";

/* File Description:Main CSS file of the template */


/* TABLE OF CONTENTS 

1) Typography 排版  
2) Layout 布局
3) Pages
4) Template Components 模版組件(按鈕、表單)
5) Navigations 導航
6) Blocks/Widgets 區塊/小工具、裝置
7) Slick
8) Owl carousel

*/


/* 1 Typography
----------------------------------------------------------------------------- */


/*Noto Sans TC*/

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*Open Sans*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
    height: 100%;
    font-size: 75%;
}

body {
    font-family: 'Noto Sans TC', 'Open Sans';
    font-size: 1rem;
    line-height: 1.50;
    color: #666;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #343434;
}

h2 {
    font-size: 187.5%;
    /*30*/
    margin: 0;
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
    color: #000;
}

h2:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #104097;
    box-shadow: 0px 8px 0 #981b80;
    vertical-align: middle;
    margin-top: -30px;
    margin-right: 10px;
}

body.son h2 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-bottom: 30px;
}

body.son h2:before {
    content: none;
}

body.son h2.maintitle {
    font-weight: 400;
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 50px;
}

h3 {
    font-size: 183.33%;
    /*22*/
}

h4 {
    font-size: 150%;
    /*18*/
}

h5 {
    font-size: 133.33%;
    /*16*/
}

p {
    font-size: 116.67%;
    /*14*/
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #1a9fe3;
    text-decoration: none;
    transition: all 0.3s;
}

caption {
    height: 0;
    line-height: 0;
    font-size: 0em;
    visibility: hidden;
    padding: 0;
}

.spacing {
    letter-spacing: 30px;
    vertical-align: inherit;
}

.color-purple {
    color: #ff2b43;
}

body.son img {
    width: 100%;
    max-width: 100%;
}

body.son .box_sort h5 {
    line-height: 1.7em;
}

body.son h5 {
    line-height: 1.5em;
    /*16*/
}

body.son p {
    line-height: 2em;
}

body.son .ui-tabs.traintab .ui-tabs-anchor {
    font-size: 133.3%;
    /*16*/
}

body.son .flex_table {
    font-size: 133.3%;
}

.flex_table .flex_table_list {
    line-height: 2.22em;
    /*40*/
}

.box_body .item_list .location {
    font-size: 125%;
    /*15*/
    line-height: 1.6em;
}

.ticket_wrapper .ticket_img span {
    font-size: 120%;
    /*14*/
}

.box_body .font-14 {
    font-size: 120%;
    /*14*/
}

.box_rule .font-14 {
    font-size: 120%;
    /*14*/
}

.box_rule_body div,
.box_rule_body ul {
    line-height: 1.65em;
}

.link-area2 a {
    display: inline-block;
    font-size: 120%;
    /*14*/
}

.link-area a {
    display: inline-block;
    font-size: 133.3%;
    /*16*/
}

.btn_back_wapper .btn_back {
    font-size: 120%;
    /*14*/
}

body.son footer {
    margin-top: 50px;
}

@media (max-width:768px) {
    .flex_table {
        font-size: 133.3%;
        /*16*/
    }

    .flex_table .flex_table_list {
        line-height: 1.777em;
        /*32*/
    }
}

@media (max-width:767px) {
    body.home .content h2 {
        padding: 20px 0;
    }
}

@media(max-width:480px) {
    h2 {
        padding: 20px 0;
        font-size: 235%;
    }

    body.son footer {
        margin-top: 30px;
    }

    body.son h2.maintitle {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
}


/* 2 Layout
----------------------------------------------------------------------------- */

.page-wrapper {
    overflow: hidden;
}

@media (max-width:2560px) {
    .container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width:1440px) {
    .container-fluid {
        padding-right: 10vw;
        padding-left: 10vw;
    }
}

@media (max-width:1024px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width:500px) {
    .navbar-fixed-bottom .container {
        padding: 0 15px;
    }
}

.sidebar .title {
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}

.page-header {
    margin-top: 20px;
    padding-top: 20px;
}

.main {
    min-height: 500px;
    margin-top: -300px;
}

.no-news .main {
    margin-top: -339px;
}

body.home .main {
    margin-top: 0;
}

@media(max-width:1199px) {
    .main {
        margin-top: 0;
    }

    .no-news .main {
        margin-top: 0px;
    }
}

/*header
---------------------------------- */

.boxed .page-wrapper,
.header .container {
    position: relative;
}

header.header {
    background-color: #237AB8;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
}

.header-link {
    float: right;
    margin: 10px 0;
}

.header-link a {
    padding: 0 5px;
    display: inline-block;
    font-size: .875em;
}

#search .i-search {
    vertical-align: middle;
}

.header-link .i-search {
    background: url(../_images/all/icon-search.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 0;
}

.header-link .dropdown-menu {
    min-width: inherit;
    width: 100%;
    box-shadow: none;
    border-color: #C2C2C2;
}

.header-link .dropdown-menu>li>a {
    padding: 3px 0px 3px 20px;
}

.header-link .dropdown-menu>li>a:hover {
    color: #de7388;
}

.header-top {
    background-color: #fff;
    padding: 10px 0;
}

.header-link ul.list-inline {
    margin-bottom: 0;
}

.header-link ul.list-inline li {
    font-size: 1.35em;
}

.header-link a {
    color: hsla(0, 0%, 0%, 1);
}

.header-link a:hover {
    color: #1b95d4;
}

.header-link span {
    color: #fff;
}

.header-link a.FontBtn {
    width: 24px;
    height: 24px;
    font-size: 0;
    padding: 0;
    vertical-align: middle;
    margin: 0 5px;
}

.header-link a.smallFontBtn {
    background: url(../_images/all/icon-font-small-24.svg) no-repeat 0 0;
}

.header-link a.bigFontBtn {
    background: url(../_images/all/icon-font-big-24.svg) no-repeat 0 0;
}

.link-r .list-inline li>a {
    color: #fff;
}

.header-link a.language {
    background-color: #237AB8;
    color: #fff;
    padding: 3px 10px;
    text-transform: capitalize;
    display: block;
}

ul.dropdown-menu.language-nav {
    width: 94px;
    left: inherit;
    padding: 0px;
    border-radius: 0;
    background-color: #6fe7dd;
    border: 0;
    top: 37px;
}

ul.dropdown-menu.language-nav>li {
    padding: 5px;
}

ul.dropdown-menu.language-nav>li>a {
    padding: 0;
}

ul.dropdown-menu.language-nav>li:hover {
    background-color: #237AB8;
}

ul.dropdown-menu.language-nav>li:hover a {
    color: #fff;
}

.header-link a.btn-search {
    vertical-align: middle;
}

@media(max-width:991px) {
    .header-top {
        padding: 0;
    }

    header.header {
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1px;
    }

    .logo {
        position: absolute;
        margin: 0px auto;
        width: 150px;
        top: 8px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 0;
        z-index: 999;
    }
}


/*main
---------------------------------- */

.banner {
    display: block;
    width: 100%;
    height: 430px;
    background: url(../_images/all/bannerbg.jpg) no-repeat 0 0;
}

@media (min-width:1200px) {}

@media (max-width:1199px) {
    .banner {
        height: auto;
        background-position: center 0;
        background-size: cover;
    }
}

@media (max-width:767px) {
    .banner .container {
        padding: 0;
    }


}

@media (max-width:375px) {}

@media (max-width:320px) {}


/*content
---------------------------------- */
body.son p.pdname {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top: 10px;
}

section.content {
    margin-bottom: 50px;
    margin-top: 0px;
    background: #fff;
    padding: 0 40px;
    min-height: 500px;
    position: relative;
}

.home section.content {
    margin: 15px 0;
}

.content .container {
    position: relative;
}

.pd-wrapper {
    margin-top: 0px;
}

.inews h2 {
    text-align: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.inews a.more {
    background: #de7388;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.75em;
    width: 80px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.inews a.more:hover {
    background: #dd5a74;
}

.newslist {
    border-bottom: 1px dotted #aaaaaa;
    padding: 5px 0;
    margin-bottom: 5px;
}

.newslist span.date {
    border-radius: 5px;
    background: #de7388;
    color: #fff;
    padding: 5px 8px;
    font-size: .875em;
    display: inline-block;
}

.newslist span.subject {
    margin-left: 10px;
    font-size: 1.33rem;
    color: #000;
}

@media(max-width:991px) {
    body.member section.content {
        float: none;
        width: calc(100%);
        border-left: 0;
    }
}

@media(max-width:768px) {
    .pd-wrapper {
        margin-top: 40px;
    }

    .content h2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body.member.register .content h2 {
        display: none;
    }
}

@media (max-width:767px) {
    section.content {
        padding: 0;
    }
}

@media(max-width:480px) {
    section.content {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .pd-wrapper h2 {
        margin-top: 0px;
        font-size: 150%;
    }

    .pd-wrapper h2:before,
    .pd-wrapper h2:after {
        content: none;
    }

    body.member section.content {
        padding: 0;
    }
}

@media(max-width:320px) {
    .content h2 {
        margin-bottom: 10px;
    }
}


/*footer
---------------------------------- */
.footer a[href^="tel"] {
    color: #fff;
}

.subfooter {
    padding-top: 40px;
    padding-bottom: 40px;
}

.subfooter h4 {
    color: #fff;
    font-weight: normal;
}

.subfooter .info .nav>li {
    font-size: 0.875em;
    color: #fff;
    padding-bottom: 5px;
}

.subfooter .menu-info li {
    color: #fff;
    margin-bottom: 5px;
}

.subfooter .nav>li>a {
    color: #fff;
    display: inline-block;
    padding: 0;
}

.subfooter .nav>li>i {
    color: #fff;
    width: 16px;
    margin-right: 10px;
    text-align: center;
}

.menu-list {
    width: calc(100%/8.5);
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.menu-list ul.nav>li:first-child {
    color: #000;
    margin-bottom: 5px;
    border-bottom: 0;
    box-shadow: none;
    font-size: 1.33rem;
    letter-spacing: 2px;
    font-weight: 400;
}

.menu-list ul.nav>li:first-child>a {
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0;
}

.menu-list ul.nav>li>a {
    color: #666;
    font-size: 116.67%;
    padding: 0 0 5px 5px;
    border-left: 1px solid #1b95d4;
}

.menu-list ul.nav>li>a:hover {
    color: #266aa6;
}

.site-nav {
    margin-bottom: 50px;
}

.subfooter {
    background-color: #266aa6;
    color: #fff;
    font-size: 0.875em;
}

.otherlink {
    margin-bottom: 5px;
}

.otherlink a {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.33rem;
    font-weight: 400;
}

.otherlink a:hover {
    color: hsl(0, 0%, 80%);
}

.otherlink a:before {
    content: "";
    margin: 0 5px;
    width: 1px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
}

/*
.subfooter p span:before {
    content: "";
    margin: 0 5px;
    width: 1px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
}
*/

.otherlink a:first-child:before {
    content: none;
}

.subfooter p {
    margin-bottom: 3px;
    line-height: normal;
    font-size: 115%;
}

.footer-info {
    position: relative;
}

.icon-gov {
    position: absolute;
    right: 20px;
    bottom: -8px;
}

.icon-conformance {
    position: absolute;
    right: 100px;
    top: 0;
}

.addusbox {
    position: absolute;
    right: 20px;
    top: 0;
}

.addusbox a {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
    /*filter: grayscale(100%);*/
}

.addusbox a.icon-fb {
    text-indent: -9999px;
    background-image: url(../_images/all/icon-fb.jpg)
}

.addusbox a.icon-youtube {
    text-indent: -9999px;
    background-image: url(../_images/all/icon-youtube.jpg)
}

.addusbox a.icon-rss {
    background-image: url(../_images/all/icon-rss.jpg)
}

.addusbox a.icon-rss:before {
    content: none;
}

@media(max-width:1199px) {}

@media(max-width:991px) {
    .navbar-black {
        background-color: #2a2a2a;
    }

    .subfooter {
        padding: 10px;
        font-size: 100%;
    }

    .footer-info {
        text-align: center;
    }
}

@media (max-width:500px) {
    .copyright:before {
        border-top: 0;
    }

    .copyright {
        margin-top: 0;
        border-top: 0;
    }

    .copyright a {
        display: block;
    }
}

@media (max-width:320px) {
    .footer-info p b {
        display: block;
    }
}


/* 3 Pages
----------------------------------------------------------------------------- */


/*contact
-----------------------------------*/

.content-info li p {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 1.125em;
}

.content-info .time {
    text-align: right;
    display: inline-block;
    line-height: 1.875em;
}

.content-info li p i {
    font-size: 1.25em;
    margin-right: 10px;
}

.contact-form .label {
    color: #939191;
    font-size: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
    font-weight: normal;
}

.contact-form .input,
.contact-form .textarea,
form .input,
form .textarea {
    position: relative;
    display: block;
}

.contact-form .input i,
.contact-form .textarea i {
    position: absolute;
    top: 3px;
    width: 29px;
    height: 29px;
    font-size: 0.9375em;
    line-height: 1.875em;
    text-align: center;
    right: 3px;
    border-left: 1px solid #ccc;
    color: #AEAEAE;
}

.contact-form footer {
    margin: 10px 0;
    text-align: right;
}

.contact-form footer .btn {
    min-width: 110px;
    padding: 8px;
    font-size: 0.875em;
}

@media(max-width:480px) {

    .contact-form label.input,
    form .textarea {
        padding: 0;
    }
}

.contact-text {
    margin-right: 40px;
}

.contact-box,
.contact-box p {
    font-size: 1.125em;
    font-weight: normal;
}

.contact-box p {
    font-weight: bold;
}

.contact-text p {
    letter-spacing: -1px;
    line-height: 1.625em;
    margin-bottom: 0;
}

ul.content-info li {
    margin-bottom: 8px;
}


/*home
-------------------------------*/

.banner ul li .t {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    left: 0;
}

.banner .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 10px;
    z-index: 999;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 2px solid #000;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
    border: 2px solid transparent;
}

.cfpic-m {
    display: none;
}

@media (min-width:768px) {}

@media (max-width:480px) {
    .cfpic {
        display: none;
    }

    .cfpic-m {
        display: block;
    }

    .cfpic-m .slick-slide img {
        padding: 0 15px;
    }
}


/* 4 Template Components
----------------------------------------------------------------------------- */

.quicklinkbox {
    background: url(../_images/all/quicklink_bg.jpg) repeat-y 0 0;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.link-item {
    padding: 0 5px;
}

.link-item a {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px;
    display: block;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 133.3%;
    margin-top: 5px;
    position: relative;
    line-height: 100%;
    text-transform: capitalize;
}

.link-item a:hover {
    background-color: rgba(255, 255, 255, 1);
}

.link-item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    line-height: 1.2;

}

.link-item i.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.link-item i.icon-1 {
    background-image: url(../_images/all/icon1.png);
}

.link-item i.icon-2 {
    background-image: url(../_images/all/icon2.png);
}

.link-item i.icon-3 {
    background-image: url(../_images/all/icon3.png);
}

.link-item i.icon-4 {
    background-image: url(../_images/all/icon4.png);
}

.link-item i.icon-5 {
    background-image: url(../_images/all/icon5.png);
}

.link-item i.icon-6 {
    background-image: url(../_images/all/icon6.png);
}

.link-item i.icon-7 {
    background-image: url(../_images/all/icon7.png);
}

body.son .board-box {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.board-box ul.nav {
    width: 100%;
}

.board-box .board-title {
    background-color: #cc33b5;
    color: #fff;
    padding: 10px;
    font-size: 133.3%;
    display: inline-block;
    width: 100px;
    text-align: center;
    float: left;
}

.board-box .board-content {
    background-color: #e5e5e5;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

body.son .board-box .board-content {
    width: calc(100% - 100px);
}

.board-box ul.nav li {
    width: 100%;
    max-height: 43px;
}

.board-box ul.nav li a {
    font-size: 133.3%;
    margin: 0;
    color: #000;
}

.board-box .board-title.red {
    background-color: #ff2323;
}

.board-box .board-content.red {
    background-color: #ff7171;
    color: #fff;
}

.board-box .board-content.red a {
    color: #fff;
}

.newsbox .imgzoom a {
    border-radius: 5px;
    border: 0;
}

.btn-go {
    background-color: #de7388;
}

.carbox {
    top: 15px;
}

li button.btn-search {
    background-color: transparent;
}

button.btn-search {
    border: 0;
    width: 100%;
    vertical-align: middle;
}

.btn-nb,
.btn-nb:hover,
.btn-nb:focus {
    background-color: transparent;
}

.btn-nb:hover,
.btn-nb:focus {
    color: hsl(200, 98%, 36%);
}

.btn-fb {
    background-color: #3c5a99;
}

.rwd-table tbody>tr>th {
    border-color: #72902a;
    color: #008c3b;
}

@media (min-width: 768px) {
    body.son .board-box {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body.son .board-box {
        width: 970px;
    }
}

@media (min-width:1200px) {
    body.son .board-box {
        width: 1170px;
    }
}

@media(max-width:1199px) {
    .quicklinkbox {
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .link-item {
        margin-bottom: 10px;
    }
}

@media(max-width:991px) {
    .overlay-content button.btn-search {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    body.son .board-box {
        padding-right: 0px;
        padding-left: 0px;
    }

    body.son .board-box .board-content {
        width: calc(100% - 100px);
    }

    .board-box {
        margin-top: 0;
    }

    body.son .board-box {
        margin-top: 0;
    }
}

@media(max-width:375px) {
    .link-item a {
        padding: 5px;
        letter-spacing: 0px;
        font-size: 120%;
    }
}

@media(max-width:320px) {
    .link-item {
        width: 100%;
    }
}

/*--------breadcrumb--------*/

.breadcrumb {
    padding: 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    text-align: left;
    font-size: 1.33rem;
}

.breadcrumb a {
    color: hsl(0, 0%, 40%);
    font-weight: 400;
}

.breadcrumb>li>i {
    margin-right: 5px;
}

.breadcrumb>.active,
.breadcrumb>li,
.breadcrumb>li>a:hover {
    color: #a63a96;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    color: #000;
}

.breadcrumb>li+li:before {
    padding: 0 3px;
}

body.home .breadcramb {
    display: none;
}

@media(max-width:991px) {
    .breadcrumb {
        padding: 10px 0px;
        display: none;
    }
}

@media (max-width:480px) {
    .breadcramb {
        display: none;
    }
}


/*--------imgzoom--------*/

.imgzoom a,
.imgzoom {
    overflow: hidden;
    display: block;
}

.imgzoom img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.imgzoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}


/*--------pager-------*/

.mypager {
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #767676;
    border-color: #767676;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #343434;
    border-color: #999;
    margin: 0 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #767676;
    border-color: #767676;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {}


/*button
-------------------------------*/
.btn {
    font-size: 1.125em;
    background-color: #237AB8;
    padding: 5px;
    color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus {
    outline: inherit;
    outline-offset: 0;
}

.container .btnbox {
    text-align: center;
    margin: 20px 0;
}

.btnbox.line {
    border-top: 1px solid #72902a;
    padding: 20px 0;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #1A5B89;
    outline: none;
}

.btn:focus {
    box-shadow: 0px 0px 0px #91be25;
}

.btn-back i {
    font-size: 0.675em;
    margin-right: 10px;
}

.btn-default {
    background: #ccc;
    font-size: 0.875em;
    color: #666;
}

.btn-checkout {
    min-width: 150px;
    padding: 10px 20px;
    background-color: #2b2b2b;
}

.btn-lg {
    width: 100%;
    font-size: 1.33rem;
    line-height: inherit;
    cursor: pointer;
}

.btn-addcart {
    min-width: 90px;
    padding: 5px;
    background-color: rgba(222, 115, 136, 0.60);
}

.btn-addcat-lg {
    min-width: 150px;
    padding: 10px;
}

.btn-checkout-lg {
    min-width: 150px;
}

.btn-add {
    padding: 8px 30px;
    font-size: 0.875em;
}

.btn-purple {
    background: #dbcde0;
    color: #560f29;
}

.btn-login {
    width: 100%;
    background-color: #eb6877;
    margin-top: 10px;
    letter-spacing: 20px;
}

.btn-fb {
    width: 100%;
    background-color: #3c5a99;
    background-image: none;
    line-height: 1.5em;
    margin-top: 10px;
}

.btn-fb img {
    height: 24px;
}

.btn-fb:hover,
.btn-fb:focus {
    background-image: none;
    background-color: #3F5A93;
    opacity: 0.9;
}

.btn-close {
    background-color: #808080;
    color: #fff;
}

.btn-50 {
    background: url(../_images/member/btn50bg.png) repeat;
}

.btn-del {
    color: #eb6877;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 1.5em;
    transform: translateY(-50%);
}

.btn-del:hover {
    color: #f01d35;
}

.btn-checkout-full {
    width: 100%;
    background-color: #2b2b2b;
}

.btn-gray {
    background-color: hsla(0, 0%, 65%, 1);
    color: #fff;
}

.btn-red {
    background-color: #eb6877;
    color: #fff;
    position: relative;
}

.btn i:before {
    transition: transform .5s;
    transform: translateX(0px);
}

.btn:hover i.icon-right-open:before {
    transform: translateX(5px);
}

.btn:hover i.icon-left-open:before {
    transform: translateX(-5px);
}

.btn-full {
    width: 100%;
}

.btn-nb {
    background-color: transparent;
    color: #000;
    font-size: 0.875em;
}

.btn-nb:hover,
.btn-nb:focus {
    background-color: transparent;
    color: #de7388;
}

.btn-go {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    font-size: 0.75em;
    background-color: #000;
}

.btn-cart-check {
    background-color: transparent;
    color: #999;
    font-weight: normal;
    font-size: 0.9375em;
    letter-spacing: 1px;
    border: 0;
}

.btn-cart-check:hover,
.btn-cart-check:focus {
    color: #72902a;
    background-color: transparent;
    box-shadow: none;
}

.btn-station {
    color: #fff;
    background-color: #894cb1;
    border: 0;
}

/*btn_back*/
body.news .btn_back_wapper {
    margin-top: 30px;
}

.btn_back_wapper {
    text-align: center;
    margin-bottom: 50px;
}

.btn_back_wapper .btn_back {
    color: #fff;
    background: #157EB2;
    position: relative;
    padding: 9px 78px 9px 40px;
}

.btn_back_wapper .btn_back i {
    position: absolute;
    right: 0;
    background: #11648D;
    padding: 12px 18px;
    top: 0;
    transition: all ease .3s;
}

.btn_back_wapper .btn_back:hover,
.btn_back_wapper .btn_back:focus {

    background: #975CBC;
}

.btn_back_wapper .btn_back:hover i,
.btn_back_wapper .btn_back:focus i {

    background: #6A388A;
}

@media(max-width:991px) {
    .btn-del {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #ff75ac;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
        transform: none;
        font-size: 1.125em;
    }

    .btn-del:hover {
        background-color: #ff3b89;
        color: #fff;
    }

    .price .btn-addcart {
        float: right;
        width: 40px;
    }
}

@media(max-width:768px) {
    .btn-default {
        width: auto;
        font-size: 0.875em;
    }

    .btn-addcat-lg,
    .btn-checkout-lg {
        width: 100%;
    }

    .pdlist button {
        transform: translateY(0px);
    }

    .pdlist button:focus {
        transform: translateY(5px);
    }
}

@media(max-width:480px) {
    .btn {
        margin-bottom: 10px;
    }

    .btn.btn-search {
        margin-top: 10px;
    }

    .btn-addcart,
    .btn-checkout {
        min-width: inherit;
        width: 100%;
        margin-bottom: 0;
    }

    .pdlist button {
        position: relative;
        right: inherit;
        bottom: inherit;
    }

    .price .btn-addcart {
        float: none;
        width: 100%;
    }
}

@media(max-width:320px) {

    .btn-checkout,
    .btn-addcart {
        width: 100%;
        min-width: inherit;
        margin-bottom: 0px;
    }

    .member-btnbox .btn-nopding {
        padding: 0;
    }
}


/*form
--------------------------------*/

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

input.addr {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px 5px;
}

.input-captcha img {
    position: absolute;
    top: 2px;
    right: 16px;
    border-left: 1px solid #AEAEAE;
}

label.form-inline input {
    display: inline-block;
}

.inline {
    display: inline-block;
    width: auto;
}

.input-search {
    height: 38px;
    font-size: 1.33rem;
    letter-spacing: 1px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

input.form-control.input-search:focus {
    border-bottom: 1px solid #1b95d4;
    border-color: rgba(142, 80, 183, 0.7);
    box-shadow: 0 0 5px rgba(132, 69, 174, 0.47);
    background: #FFBF47;
}

input.form-control.input-search:hover {
    background: #FFBF47;
}


.form-inline span {
    padding: 0 5px;
}

.twzipcode select,
.twzipcode input {
    height: 34px;
    padding: 6px 12px;
    font-size: 0.875em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.twzipcode input {
    width: 95px;
}

.order.p03 .twzipcode select,
.order.p03 .twzipcode input {
    color: #666;
    font-weight: normal;
    border: 0;
    font-size: 1.33rem;
    width: 25%;
    padding: 0;
}

.error {
    position: absolute;
    right: 17px;
    top: 2px;
    padding: 6px 10px !important;
    border-radius: 3px;
    font-size: 0.8125em;
    background: #981b7f;
    color: #fff;
}

.error::before {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 11px;
    right: 100%;
    border: 4px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #981b7f;
    border-left: 0 solid;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    text-overflow: clip;
    text-shadow: none;
}

.buyForm .error {
    top: 6px;
    right: 15px;
}

.login-form .error,
.forget-form #email-error {
    right: 2px;
}

.input-addr .error {
    top: 12px;
    right: 2px;
}

.addrbox .error {
    bottom: 1px;
    top: inherit;
}

.twzipcode .error {
    top: 0;
    bottom: inherit;
}

.input-captcha .error {
    right: 115px;
}

.contact-form .has-success .error,
form .has-success .error {
    opacity: 0;
}

.message {
    color: #d50931;
    padding: 5px 0;
}

.message p {
    display: inline-block;
}

h3.heading {
    color: #de7388;
    font-size: 1.25em;
    font-weight: 600;
    font-style: normal;
    margin: 20px 0;
    padding-bottom: 10px;
    position: relative;
    vertical-align: middle;
}

.codebox,
.codepic {
    display: inline-block;
}

label span {
    vertical-align: middle;
}

.red {
    color: #f00;
}

.blue {
    color: #1b95d4;
}

.btnbox.t-line {
    border-top: 3px solid #ddd;
    padding-top: 20px;
}

.style--label {
    margin: 5px 0;
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    cursor: pointer;
}

label.style--label.active {}

.style--checkbox {
    display: none
}

.style--radioInput {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 50%, 1);
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 20px;
    line-height: 1;
}

.style--checkbox:checked+.style--radioInput:after {
    background-color: #f87171;
    border-radius: 50%;
    content: "\e813";
    display: inline-block;
    height: 20px;
    margin: -1px;
    width: 20px;
    color: #fff;
    font-family: "fontello";
    font-size: 0.75em;
    text-align: center;
    line-height: 1.25em;
}

.style--checkbox.style--radioInput,
.style--radio:checked+.style--checkbox.style--radioInput:after {
    border-radius: 0
}

span.radio--text {
    color: hsla(0, 0%, 50%, 1);
    font-size: 1.33rem;
    font-weight: 300;
}

img.delivery-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.style--label .price {
    float: right;
    color: hsla(0, 0%, 50%, 1);
    font-weight: normal;
    font-size: 1.125em;
}

.style--label .price:before {
    content: "$";
    margin-right: 5px;
    font-size: 1.125em;
}

.style--label.active .price {
    color: red;
}

.input-list {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    position: relative;
}

.input-list:last-child {
    border-bottom: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 0.875em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
    font-size: 0.875em;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: normal;
    font-size: 0.875em;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: normal;
    font-size: 0.875em;
}

#search::-webkit-input-placeholder {
    font-size: 0.875em;
}

.form-control:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

.order.p03 .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1b95d4;
}

.form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #1b95d4;
}

.form-control:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #1b95d4;
}

.form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #1b95d4;
}

.form-inline label.input-title {
    width: 80px;
    font-weight: normal;
    font-size: 1.125em;
    display: inline-block;
}

label.input-checkbox {
    margin-bottom: 0;
    font-size: 1.125em;
    vertical-align: middle;
    font-weight: normal;
    color: #de7388;
    cursor: pointer;
}

.input-list .form-control {
    border: 0;
    box-shadow: none;
    width: calc(100% - 90px);
    display: inline-block;
}

.input-list select.form-control.gender {
    width: 15%;
}

label.input--addr {
    display: block;
    position: relative;
}

.invoice {
    margin-top: 40px;
}

.triple--invoice {
    display: none;
}

label.invoice--check {
    font-size: 1.125em;
    font-weight: normal;
    cursor: pointer;
}

.triple--invoice .data-title {
    margin-top: 15px;
}

.store--select {
    padding: 8px;
    display: block;
}

.quantity .input-group {
    max-width: 150px;
}

.invoice--item label.input--addr {
    margin-left: 75px;
}

@media (max-width:767px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (max-width:480px) {

    .twzipcode select,
    .twzipcode input {
        width: 100%;
        margin-bottom: 10px;
    }

    .codebox,
    .codepic {
        display: block;
    }

    label {
        display: block;
    }

    .input-list select.form-control.gender {
        width: 60%;
    }

    .form-inline .form-control {
        padding: 0;
    }
}

@media(max-width:320px) {
    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }

    .form-inline span {
        padding: 0;
    }

    .error::before {
        display: none;
    }
}



/*Modal
-------------------------------*/

.modal .titlebox {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal .titlebox a {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #b5b5b5;
    padding: 5px;
    margin-right: -3px;
    color: #000;
}

.modal .titlebox a.active,
.modal .titlebox a:hover {
    background-color: #dbcde0;
}

.modal-dialog {}

.modal-body .input-group {
    margin-bottom: 10px;
}

.modal .input-group .form-control {
    height: 36px;
    font-size: 0.9375em;
}

.modal .input-group .form-control.input-sm {
    width: 50%;
    border-radius: 0px 5px 5px 0;
}

a.code {
    font-size: 1.125em;
    color: #666;
}

.modal .login-btnbox .btn {
    padding: 6px 0;
    font-size: 1.375em;
    margin-bottom: 10px;
}

.modal-footer {
    text-align: center;
}

#pd-window .modal-dialog {
    width: 600px;
}

#pd-window .pd-detail {
    position: relative;
}

#pd-window .img {
    width: 80px;
    float: left;
}

#pd-window .infobox {
    width: calc(100% - 80px);
    float: left;
    padding: 0 10px;
}

#pd-window .pd-detail .name {
    font-size: 1.125em;
    font-weight: 400;
    height: 38px;
    overflow: hidden;
    line-height: 1.5em;
}

#pd-window .pd-detail .offer {
    font-size: .875em;
    font-weight: 400;
    color: #de7388;
    line-height: 1.2em;
    height: 30px;
    overflow: hidden;
}

#pd-window .pd-detail .unit {}

#pd-window .pd-detail .unit p {
    margin-bottom: 0;
    color: red;
    font-size: 1.375em;
}

#pd-window .specification {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#pd-window .specification p.title {
    margin-right: 5px;
    margin-bottom: 0;
}

#pd-window .navbar-nav {
    margin: 7.5px 0px;
}

#pd-window .specification .navbar-nav>li {
    border: 2px solid #ccc;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
    float: left;
}

#pd-window .specification .navbar-nav>li.active,
#pd-window .specification .navbar-nav>li:hover,
#pd-window .specification .navbar-nav>li:focus {
    border: 2px solid #eb6877;
    color: #eb6877;
}

#pd-window .quantity .input-group {
    max-width: 100%;
    margin-bottom: 10px;
}

#pd-window .quantity .input-group .btn {
    line-height: 2.2em;
}

#pd-window .input-group .form-control {
    height: 44px;
}

#pd-window button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

#pd-window .modal-header {
    padding: 40px 5px 5px 5px;
}


/*vendor modal*/


.vendor .form-control:focus {
    border-color: #981b7f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(152, 27, 127, .075), 0 0 8px rgba(152, 27, 127, .6);
    box-shadow: inset 0 1px 1px rgba(152, 27, 127, .075), 0 0 8px rgba(152, 27, 127, .6);
}

.vendor .form-control:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #981b7f;
}

.vendor .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #981b7f;
}

.vendor .form-control:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #981b7f;
}

.vendor .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #981b7f;
}

.vendor .form-group {
    position: relative;
}

.vendor .form-group .error {
    right: 3px;
    top: 2px;
}

.vendor .input-captcha .error {
    right: 130px;
}

.vendor .form-inline label.input-title {
    width: 80px;
    font-weight: normal;
    font-size: 1.125em;
    display: inline-block;
}

.vendor .close {
    opacity: 1;
}

.vendor .modal-header {
    padding: 0;
    padding-bottom: 15px;
    margin: 15px 15px 40px 15px;
}

.vendor .modal-body {
    width: 80%;
    margin: 0 auto 35px;
    padding: 0;
}

.vendor .form-control {
    font-size: 1.4em;
}

.vendor .modal-dialog {
    width: 320px;
}

.vendor .modal-footer {
    padding: 15px 0px 0px;
    margin-top: 40px;
}

.vendor .modal-footer button {
    border-radius: 0px;
    background-color: #535353;
    color: white;
    border: 0px;
    font-weight: lighter;
    font-size: 1.2em;
    margin: 0px;
    padding: 5px 10px;
    width: 90px;
    height: 35px;
}

.vendor .modal-footer button:hover {
    background-color: #3e3d3d;
}

.vendor .ve_in {
    display: flex;
    position: relative;
}

.vendor .ve_in input {
    width: 50%;
}

.vendor .ve_pic {
    padding: 4px 10px;
    border: 1px solid #535353;
    border-radius: 4px;
    box-sizing: content-box;
    width: 85px;
    top: 0;
    right: 0;
}

.vendor #fa_login_form .input-captcha .error {
    right: 130px;
}

@media(max-width:1199px) {
    .vendor .modal-dialog {
        width: 320px;
    }
}

@media(max-width:991px) {
    .vendor .modal-dialog {
        width: 320px;
        margin: 50px auto 0px;
    }
}

@media(max-width:600px) {
    #pd-window .modal-dialog {
        width: auto;
    }

    #pd-window .quantity {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #pd-window .input-group {
        width: 100%;
        max-width: inherit;
    }

    .vendor .modal-dialog {
        width: 320px;
    }
}

@media(max-width:480px) {
    .modal-dialog {
        width: 100%;
    }

    .modal .input-group .form-control.input-sm {
        width: 100%;
    }

    .vendor .modal-dialog {
        width: 300px;
    }

    .vendor .input-captcha .error {
        right: 123px;
    }
}


/*table
-------------------------------*/

table.table {
    border-bottom: 1px solid #ddd;
}
table.table tr td{
    vertical-align: middle;
}

table.table.noline th,
table.table.noline td {
    border-top: 0;
}

table.table.table-gray th,
table.table.table-gray thead {
    color: #000;
}


th.pdimg {
    width: 10%;
    text-align: center;
}

th.w-80 {
    width: 80px;
}

th.pdname,
td.pdname {
    text-align: left;
}

.rwd-table td:before {
    display: none;
}

.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.rwd-table th:first-child,
.rwd-table td:first-child {}

.rwd-table th:last-child,
.rwd-table td:last-child {}

.rwd-table th,
.rwd-table td {}

.rwd-table tbody>tr>th {
    border-color: #de7388;
    color: #de7388;
}

.rwd-table tr {
    background: hsla(78, 36%, 65%, 0.45);
}

.rwd-table tr:nth-of-type(2n) {
    background: hsl(0, 0%, 100%);
}

td p {
    margin: 0;
    line-height: normal;
}

@media(max-width:768px) {
    .rwd-table tbody>tr>td>a {
        color: #de7388;
        font-weight: bold;
    }
}

@media(max-width:480px) {
    .rwd-table {
        background: #fff;
        overflow: hidden;
    }

    .rwd-table {
        min-width: 100%;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        border-top: 0px;
    }

    .rwd-table td:first-child,
    .cartlist .table>tbody>tr>td:first-child {
        border-top: 2px solid #de7388;
    }

    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: 110px;
        display: inline-block;
    }

    body.order .cartlist .rwd-table td:first-child:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

    .rwd-table th,
    .rwd-table td:before {
        color: #333;
        font-weight: bold;
        vertical-align: top;
    }

    table.table.noline th,
    table.table.noline td {
        display: block;
        width: 100%;
    }

    .rwd-table tbody>tr {
        position: relative;
        display: block;
    }
}

@media(max-width:320px) {
    .rwd-table td>a {
        display: block;
        margin-top: 15px;
    }
}



.nav-menu .navbar-nav>li {
    padding: 0;
    margin-bottom: -3px;
}

.nav-menu .navbar-nav>li a:hover {
    border: none;
    background-color: transparent;
}

/* .nav-menu .navbar-nav>li:hover .dropdown-menu, */
.nav-menu .navbar-nav>li.open .dropdown-menu {
    display: block;
    padding: 20px 0;
    background-color: hsla(0, 0%, 95%, 0.96);
    font-size: 120%;
}

.navbar-nav>li>.dropdown-menu>li>a {
    color: #555;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.navbar-nav>li>.dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #72902a;
    text-decoration: none;
    background-color: transparent;
}

.nav-menu .navbar-nav>li>.dropdown-menu {
    padding: 10px;
    width: 100%;
    margin-top: -2px;
    border-top: 2px solid #237AB8;
    transform: none !important;
    top: 100% !important;
}

.mega-dropdown-menu {
    padding: 10px 0;
}

.mega-dropdown-menu ul.nav li {
    margin-bottom: 5px;
    padding-left: 16px;
}

.mega-dropdown-menu ul.nav li a {
    padding: 0px;
    color: hsl(0, 0%, 20%);
}

.mega-dropdown-menu ul.nav li a:hover {
    color: #1b95d4;
}

.mega-dropdown-menu ul.nav li a:focus {
    color: #1b95d4;
}

.mega-dropdown-menu ul.nav li.dropdown-header {
    padding: 5px 0;
}

.mega-dropdown-menu ul.nav li.college-title a {
    color: #1b95d4;
    font-size: 1.33rem;
    padding: 0;
    margin: 5px 0;
}

.mega-dropdown-menu ul.nav li.college-title>a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #104097;
    -webkit-box-shadow: 0px 8px 0 #981b80;
    box-shadow: 0px 8px 0 #981b80;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 8px;
}

.mega-dropdown-menu ul.nav li.college-title a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../_images/all/main-menu-icon.png) no-repeat 0 0;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}

.son-menu_left {
    border: 0;
    padding: 0 50px;
}

.son-menu_left h2.title {
    font-size: 1.33rem;
    position: relative;
    font-weight: 400;
    border-bottom: 0;
}

.son-menu_left h2.title:before {
    content: none;
}

.son-menu_left h2.title span {
    color: #72902a;
    font-size: 0.875em;
    display: block;
    text-transform: lowercase;
    letter-spacing: 0;
    position: relative;
    margin-left: 0;
    padding-left: 45px;
}

.son-menu_left h2.title span:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #72902a;
    left: 50px;
    top: 10px;
}

.son-menu_left h2.title:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 32px;
    width: 40px;
    height: 40px;
    background: url(../_images/son/son-menu-left-icon.png) no-repeat 0 0;
}

.son-menu_left li {
    border: 1px solid #a5cc47;
    margin: 10px 20px;
}

.son-menu_left li:hover,
.son-menu_left li:last-child:hover {
    border: 1px solid #72902a;
}

.son-menu_left li:last-child {
    border-bottom: 1px solid #a5cc47;
}

.son-menu_left li a {
    font-size: 1.375em;
    padding: 5px 10px;
}

.son-menu_left li a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../_images/son/son-menu-list-icon.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 5px;
}

.son-menu_left i {
    float: right;
}

.son-menu_left .dropdown.open .icon-plus:before {
    content: "\e81a";
}

.son-menu_left .dropdown-menu {
    background-color: transparent;
}

ul.dropdown-menu>li>a {
    padding: 5px 0px 5px 50px;
}

ul.son-menu-2>li {
    border: 0;
    margin: 0;
}

ul.son-menu-2>li:hover,
ul.son-menu-2>li.active>a,
ul.son-menu-2>li.active>a:hover,
ul.son-menu-2>li:last-child:hover {
    color: #72902a;
    background-color: transparent;
    border: 0;
}

.open li:last-child {
    border: 0;
}

ul.son-menu-2 li a {
    margin: 0;
    white-space: inherit;
}

ul.son-menu-2 li a:before {
    content: none;
}

@media(max-width:1680px) {
    .son-menu_left {
        padding: 0 20px;
    }
}

@media(max-width:1440px) {
    .son-menu_left {
        padding: 0;
    }

    .son-menu_left h2.title:after {
        right: 18px;
    }
}

@media (max-width: 1199px) {
    .son-menu_left h2.title {
        display: block;
    }

    .son-menu_left h2.title span:before {
        left: 25px;
    }

    .son-menu_left h2.title:after {
        right: 25px;
    }
}

.link-r ul.list-inline {
    margin-bottom: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.header-link .dropdown-menu {
    min-width: inherit;
    width: 100%;
    box-shadow: none;
    border-color: #C2C2C2;
}

.header-link .dropdown-menu>li>a {
    padding: 3px 0px 3px 20px;
}

.header-link .dropdown-menu>li>a:hover {
    color: #741321;
}

.header-link .dropdown-menu>li>a:focus {
    color: #741321;
}

.main-navigation {
    position: relative;
    text-align: center;
}

.mobile-menu {
    display: none;
}

/*son-menu
---------------------------------- */
.son-menu {
    border-radius: 30px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #1a1a1a;
}

body.product.show .son-menu {
    margin-bottom: 96px;
}

ul.nav-center>li {
    display: inline-block;
}

ul.nav-center>li>a {
    font-size: 1.125em;
    font-weight: bold;
    color: #ddd;
}

ul.nav-center>li.open>a,
ul.nav-center>li.open>a:focus,
ul.nav-center>li>a:hover,
ul.nav-center>li>a.active {
    color: #de7388;
    background-color: transparent;
}

ul.nav-center>li>a:before {
    content: "";
    width: 46px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

ul.nav-center>li.open>a:before,
ul.nav-center>li.open>a:hover:before,
ul.nav-center>li>a:hover:before,
ul.nav-center>li>a.active:before {
    content: url(../_images/son/icon_son-menu.png);
}

.son-menu .dropdown-menu {
    background-color: #de7388;
    border-radius: 0px 0 10px 10px;
    padding: 5px;
    padding-bottom: 10px;
    margin-top: 0;
}

.son-menu .dropdown-menu>li>a {
    color: #fff;
    font-size: 1.33rem;
    text-align: center;
}

.son-menu .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: rgba(255, 255, 255, 0.24);
}

/*-----son-menu_left-----*/
.son-menu_left .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.son-menu_left {
    border: 1px solid #ccc;
}

.son-menu_left li {
    border-bottom: 1px solid #ccc;
}

.son-menu_left li:last-child {
    border-bottom: none;
}

@media (min-width:768px) {
    .navbar-collapse.collapse {
        text-align: center;
    }

    .nav-menu ul.navbar-nav {
        float: none;
        display: inline-block;
    }

    .nav-menu .navbar-nav>li {
        padding: 0;
        position: static;
    }

    .nav-menu .navbar-nav>li:hover,
    .nav-menu .navbar-nav>li.open {
        background-color: #1A5B89;
    }

    .navbar-nav>li>.dropdown-menu {
        padding: 0;
        position: absolute;
    }

    .nav-menu .navbar-nav>li>a {
        font-size: 1.333rem;
        padding: 15px 20px;
        color: #fff;
        line-height: 0.9375em;
    }

    .nav-menu .nav .open>a {
        background-color: transparent;
        color: #fff;
        border: 0;
    }

    .nav-menu .navbar-nav>li:last-child:before {
        content: none;
    }
}

@media(max-width:1199px) {
    .nav-menu .navbar-nav>li {
        padding: 0 20px 5px;
    }
}

@media(max-width:991px) {
    .main-navigation {
        display: none;
    }

    .main-btn {
        display: flex;
        margin: 5px 0;
    }

    .main-btn a p {
        font-size: 50%;
        line-height: normal;
        margin-bottom: 0;
    }

    .micon {
        width: 100%;
        color: #f5f5f5;
        font-size: 1.5em;
        text-align: center;
        vertical-align: middle;
    }

    .menu-btn {
        margin-left: 20px;
        margin-top: 0;
        background: none;
        padding: 0;
        color: #fff;
        font-size: 2.4em;
        border: 0;
    }

    .mobile-menu {
        position: relative;
        display: block;
        padding: 11px 0;
        margin: 0 -15px;
    }

    .mobile-menu button.btn {
        position: absolute;
        font-size: 1.875em;
        top: 13px;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        z-index: 999;
        width: auto;
    }

    .mobile-menu button.btn-search {
        right: 20px;
    }

    .mobile-menu button.btn-share {
        right: 70px;
    }

    .mobile-menu button span {
        font-size: 0;
    }

    html,
    body {
        overflow-x: hidden;
        /*height: 100%;*/
        -webkit-overflow-scrolling: touch;
    }

    .height100 {
        height: 100%;
    }

    .pushy {
        width: 300px;
    }

    .pushy-left {
        -webkit-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    body.pushy-open-left .menu-icon,
    body.pushy-open-left .main,
    body.pushy-open-left .banner {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    body.pushy-open-left .logo {
        -webkit-transform: translate3d(360px, 0%, 0);
        transform: translate3d(360px, 0%, 0);
        left: 0;
    }

    body.pushy-open-left .btn-search,
    body.pushy-open-left .btn-share {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .searchbox {
        margin: 10px;
    }

    .searchbox label {
        position: relative;
    }

    .searchbox button {
        position: absolute;
        right: 14px;
        top: 12px;
    }

    .searchbox button.btn {
        padding: 5px 8px;
        border-radius: 3px;
    }

    .searchbox button.btn i {
        margin-right: 0;
    }

    .m-menu-list {
        background-color: #fff;
    }

    .m-menu-list .pushy-h3 {
        padding: 8px 0px 8px 20px;
        background-color: #1b95d4;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.33rem;
    }

    .m-menu-list h2:first-child {
        margin-top: 0;
    }

    .m-menu-list h2:before {
        background-image: none;
        content: none;
    }

    .mobile-menu .nav>li {
        border-bottom: 1px solid #fff;
        background-color: #eee;
    }

    .mobile-menu .nav>li>a {
        font-size: 1.33rem;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        color: #000;
    }

    .mobile-menu .nav>li>a:hover,
    .mobile-menu .nav>li>a:focus,
    .mobile-menu .nav>li>a.active {
        border: 0;
        font-weight: normal;
        color: #000;
        background-color: #6fe7dd;
    }

    .pushy-submenu>ul {
        padding-left: 0;
    }

    .pushy-submenu-open ul {
        background-color: #ddd;
    }

    .mobile-menu .nav>li.pushy-link {
        border-color: #ddd;
        background-color: #fff;
    }

    .mobile-menu .nav>li.pushy-link a {
        color: #981b80;
        padding-left: 40px;
    }

    .right-menu {
        float: right;
        padding: 10px 20px;
    }

    .header-link {
        display: none;
    }

    .followus-box {
        padding: 15px 25px;
        background-color: #eee;
        text-align: center;
    }

    .followus-box p {
        color: #888;
        font-weight: 200;
        font-size: 1.2em;
    }

    .followus-box a {
        display: inline-block;
        padding: 0;
        margin-right: 15px;
        vertical-align: middle;
        font-size: 1.8em;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        color: #fff;
    }

    followus-box a>span {
        font-size: 0;
    }

    .followus-box a:hover,
    .followus-box a:focus {
        color: #333;
    }

    a.i-email {
        background-color: #981b7f;
        font-size: 1.6em;
    }

    a.i-fb {
        background-color: #3d5a99;
    }

    a.i-contact {
        background-color: #2c95d4;
    }

    .icon-icon-line:before {
        margin: 0;
    }

    .pushy ul.language-nav:first-child {
        margin-top: 0;
    }

    .mobile-menu .language-nav li {
        float: left;
        width: 50%;
        border-top: 1px solid #1b95d4;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .mobile-menu .language-nav li:nth-child(odd) {
        border-left: 1px solid #1b95d4;
        border-right: 1px solid #1b95d4;
    }

    .mobile-menu .language-nav li:nth-child(even) {
        border-right: 1px solid #1b95d4;
    }

    .mobile-menu .language-nav {
        border-bottom: 1px solid #1b95d4;
    }

    .mobile-menu .language-nav li a {
        width: 100%;
        float: left;
        text-align: center;
        background-color: #fff;
    }
}

@media(max-width:320px) {
    .mobile-menu button.btn-share {
        right: 55px;
    }
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
.scrollToTop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1005;
    cursor: pointer;
    display: none;
}

.fixedbox {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 99;
}

.fixedbox .addthis_toolbox a {
    display: block;
    margin-bottom: 0;
}

.fixedbox p {
    margin-bottom: 0;
}

.fixedbox .addthis_toolbox {
    margin-bottom: 20px;
}

#right-soc {
    display: none;
}

.fixedbox div.at4-arrow {
    float: right;
}

.fixedbox .at-share-close-control {
    width: auto;
}

.editor h2 {
    border: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    padding: 0 10vw;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2.250em;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.875em;
}

body.son .sharebox img {
    width: auto;
    max-width: none;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 1.25em;
    }

    .overlay .closebtn {
        font-size: 2.500em;
        top: 15px;
        right: 35px;
    }
}

.twzipcode {
    position: relative;
    width: 100%;
}

.map {
    margin-top: 20px;
    width: 100%;
}

.maplabels {
    font-size: 1.375em;
    font-weight: bold;
    font-family: "微軟正黑體";
}

@media(max-width:1199px) {
    .fixedbox {
        right: 0;
    }

    .scrollToTop {
        right: 0;
    }
}

@media(max-width:991px) {
    .fixedbox-mobile {
        background-color: #eee;
        text-align: center;
        padding: 10px;
    }

    .fixedbox-mobile a {
        display: inline-block;
        padding: 5px;
    }

    .sharebox {
        display: none;
        position: absolute;
        right: 70px;
        top: 60px;
        z-index: 999;
    }

    .sharebox .addthis_toolbox a {
        display: block;
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .fixedbox {}

    .fixedbox-mobile {}
}

@media(max-width:767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
    }

    .scrollToTop img {
        width: 40px;
        opacity: 0.8;
    }
}

@media(max-width:320px) {
    .sharebox {
        right: 55px;
    }
}

.centerbox {
    float: none;
    margin: 0 auto;
}

.small-cfpic {
    padding: 10px 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-t-50 {
    margin-top: 50px;
}

.clearfix {
    clear: both;
}

/*editor
-------------------------------*/
.editor {
    font-family: 'Noto Sans TC', 'Open Sans';
}

/*.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
    color: #000;
}*/
.editor p {
    font-size: 1.33rem;
    line-height: 1.875em;
    text-align: inherit;
    word-break: break-all;
}

body.son .editor img {
    border: 0;
    margin: 10px 0;
    max-width: 100%;
    width: auto;
}

.editor h4 {
    font-size: 1.25em;
}

.editor .tbox p {
    font-size: 1.25em;
    color: #252525;
}

.editor .tbox h2 {
    color: #de7388;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.editor .t-right h2 {
    margin-top: 50px;
    margin-bottom: 0;
}

.note-tabs .editor li {
    line-height: 1.875em;
    font-size: 1.33rem;
    color: #252525;
}

.empty {
    text-align: center;
    font-size: 133.3%;
}

.box-search .empty {
    color: #fa0f0f;
    text-align: center;
    background-color: transparent;
    padding: 10px 5px;
    font-size: 185%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.editor table.table-line tr th,
.editor table.table-line tr td {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 5px;
    font-size: 1.33rem;
}

.print-logo {
    display: none;
}

/*print
-------------------------------*/
@page{
    size: A4;
    margin:3mm;
}
@media print {

    body,
    .container {
        margin: 0;
        padding: 0;
        overflow: hidden;
        color: #000;
    }

    header,
    footer,
    .page-class,
    .content .container h2,
    .alltitle,
    body.order.p04 .content .info,
    .container .btnbox,
    .banner,
    .breadcramb {
        display: none;
    }

    .notebox {
        padding: 0;
        background: none;
    }

    .notelist p {
        font-size: 0.875em;
        margin-bottom: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        border-bottom: 1px solid #ccc;
    }

    /*誤點證明*/
    body.son.news.show .border-w {
        border: 1px solid #ccc;
        padding: 10px;
    }

    /*body.son.news.show h2.maintitle:before{
        content: "";
        background: url(../_images/all/print-logo.png) no-repeat 0 0 transparent;
        display: inline-block;
        width:66px;
        height: 55px;
        vertical-align: middle;
        margin-top:0px;
        margin-right: 10px;
    }*/
    .print-logo {
        display: inline-block;
        margin-right: 5px;
    }
    /* timetable */
    ul.nav.timetable_list{
        margin-top: -20px !important;
        border-top: 3px !important;
    }
    .timetable_list table{
        width: 100% !important;
        page-break-after:avoid;
        white-space: nowrap;
    }
    .timetable_list li.left-table{
        float: left;
        width: 47.5% !important;
    }
    .timetable_list li.right-table{
        float: left;
        width: 52.5% !important;
    }
    .timetable_list .left-table th:first-child {
        display: none !important;
    }
    .time-station-form,.site-page,body.son h2.maintitle{
        display: none !important;
    }
    body.son h2.maintitle,body.travel-guide form.station-form,.site-title-page,.time-description{
        padding: 0px !important;
        margin:0px !important;
    }
    body.son h2.maintitle{
        border: 0 !important;
    }
}

/* 7 bxslider
----------------------------------------------------------------------------- */

/* 8 Slick
----------------------------------------------------------------------------- */


/* 9 Owl carousel
----------------------------------------------------------------------------- */
.banner-left {
    width: 890px;
    float: left;
    position: relative;
}
@media(max-width:1199px){
    .banner-left{
        width: 100%;
        float: none;
    }
}
.slider-control {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    z-index: 99;
}

.slider-control a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #961a78;
    background-color: rgba(255, 255, 255, .65);
    border-radius: 3px;
    text-align: center;
    font-family: "flexslider-icon";
    font-size: 1.25em;
    display: block;
}

.slider-control a:hover {
    background-color: rgba(255, 255, 255);
}

.slider-control .play {
    display: none;
}

/*10 jquery ui
---------------------------------------------------------------*/
.ui-datepicker td.ui-state-disabled {
    padding: 0.3em .25em;
}

.ui-datepicker td a {
    font-size: 135%;
    padding: 0.3em .25em;

}

.ui-datepicker.ui-widget.ui-widget-content {
    max-width: 320px;
    width: 100%;

    z-index: 100 !important;
}

.ui-datepicker .ui-datepicker-title {

    font-size: 125%;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px !important;
    width: 2em;
    height: 2em;
}


.ui-datepicker td .ui-state-default,
.ui-datepicker td .ui-widget-content .ui-state-default,
.ui-datepicker td .ui-widget-header .ui-state-default,
.ui-datepicker td .ui-button,
html .ui-datepicker td .ui-button.ui-state-disabled:hover,
html .ui-datepicker td .ui-button.ui-state-disabled:active {
    border: 1px solid #f0d9f5;
    background: #fdf4ff;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-widget-content .ui-state-active,
.ui-datepicker td .ui-widget-header .ui-state-active,
.ui-datepicker td a.ui-button:active,
.ui-datepicker td .ui-button:active,
.ui-datepicker td .ui-button.ui-state-active:hover {
    border: 1px solid #c59fda;
    background: #8445ad !important;
    color: #fff;

}

.ui-datepicker th {

    font-size: 125%;

}

.ui-datepicker td .ui-state-hover,
.ui-datepicker td .ui-widget-content .ui-state-hover,
.ui-datepicker td .ui-widget-header .ui-state-hover,
.ui-datepicker td .ui-state-focus,
.ui-datepicker td .ui-widget-content .ui-state-focus,
.ui-datepicker td .ui-widget-header .ui-state-focus,
.ui-datepicker td .ui-button:hover,
.ui-datepicker td .ui-button:focus {
    border: 1px solid rgba(204, 204, 204, 0.24);
    background: rgba(230, 230, 230, 0.258);

}



.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../plugins/datepicker/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-widget-header {

    background: #8445ad;
    color: #fff;
}


@media (max-width:767px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        max-width: 100%;
        width: auto;
        left: 20px;
        right: 20px;
    }

    .travel-guide .ui-datepicker.ui-widget.ui-widget-content {

        right: 15px;
    }

    .travel-guide.timetable-search .ui-datepicker.ui-widget.ui-widget-content {
        right: 40px;
    }

}


.hasDatepicker {
    font-size: 120%;
}

.home .hasDatepicker {
    margin-bottom: 5px;
}

tr.express-car {
    background: #f9eaff;
}

/*control hight
---------------------------------*/

/* Begin required CSS. */
body.news .line-clamp.text,
body.news .newsbox .line-clamp.text {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.news .line-clamp.text:after,
body.news .newsbox .line-clamp.text:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 18%;
    display: block;
    position: absolute;
    height: calc(1em * 1.5);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.5 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.5 * 3);
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.5 * 4);
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.5 * 5);
}

/* End required CSS. */

.alert-h5 {
    font-size: 133.33%;
    font-weight: 500;
}

body.son .search-title {
    background-color: #237AB8;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-size: 150%;
    font-weight: 500;
}

#box_bodyclearfix {
    color: #4D4D4D;
}

/*-------------------------跳到主要內容開始--------------------------*/
.flytosky:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    float: left;
    border-width: 3px;
    border-style: dashed;
    border-color: #D100D1;
}

.flytosky {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
}

#AC[accesskey] {
    color: #F7F7F7;
    margin-top: 0.313rem;
}

#AC:focus {
    color: #000;
}

#navJP {
    color: #FFF;
}

#nav8 {
    color: #FFF;
}

.B[accesskey] {
    color: #F7F7F7;
    margin-top: 0.313rem;
}

.B:focus {
    color: #000;
}

.B:focus {
    color: #000;
}

#car_type1:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

#start_station:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

#end_station:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

#godate:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

#gotime:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #16837a;
}

/*-------------------------跳到主要內容結束--------------------------*/
/*-------------------------BANNER下方圓點--------------------------*/
.owl-dot a {
    font-size: 0;
    /* text-indent: -9999px; */
    display: block;
    width: 12px;
    height: 12px;
    background-color: #D1D1D1;
    opacity: 1;
    transition: 150ms;
    border-radius: 50%;
    z-index: 1;
    color: transparent;
}

.owl-dot.active a {
    font-size: 0;
    /* text-indent: -9999px; */
    display: block;
    width: 12px;
    height: 12px;
    background-color: #800080;
    opacity: 1;
    transition: 150ms;
    border-radius: 50%;
    z-index: 1;
    color: transparent;
}

/*-------------------------BANNER下方圓點END--------------------------*/
.PurpleButton {
    color: #fff;
    background: #9860b3;
    border: 2px solid #f4e5ef;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-right: 5px;
}

.required-red {
    color: #EB0000;
}