/**start common **/

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
    outline: 0;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: 'Noto Sans TC', 'Noto Sans Japanese', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
    height: 100%;
}
a {
    color: #555;
    text-decoration: none;
}
a:hover, a:focus {
    color: #d40000;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
/* 最新消息、常見問題、節目介紹不隱藏 */

.tabCommon ul[style*="list-style-type"] li, .newsContent ul[style*="list-style-type"] li, .qa_content ul[style*="list-style-type"] li, li.qa_title>ul li, .qa_content>ol>li {
    list-style-type: inherit;
}
/* 最新消息、常見問題、節目介紹縮排控制 */

.tabCommon ul, .newsContent ul:not(.news-list), li.qa_title,.qa_content ul {
    padding-left: 18px;
}
ol {
    padding-left: 25px;
}
h1, h2, h3, h4, h5 {
    color: #333;
    margin-top: 0;
    letter-spacing: 1px;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /** css for IE10++ only**/
    .main-wrapper {
        display: block!important;
    }
}
noscript {
    float: none;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
}
nav .nav-tabs {
    border: none;
}
.container {
    width: 100%;
    margin: auto!important;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 910px;
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1170px;
    }
}
.main-wrapper {
    background-color: #ffffff;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.header {
    background-color: #ffffff;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 4;
}
.topBar {
    width: 100%;
    display: block;
}
.topBar ul li a {
    padding: 0 3px;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topBar ul li a:hover, .topBar ul li a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.topBar ul.pull-right li {
    padding: 0;
    float: left;
}
.topBar ul.pull-right li a {
    font-size: 12px;
    display: inline-block;
}
.topBar ul.pull-right>li:nth-child(1n+2)::before {
    content: "|";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
}
.alert-box {
    overflow: hidden;
    position: relative;
    background-color: #d40000;
    z-index: 22;
    height: 26px;
}
.alert-box .alert-message {
    position: relative;
    padding: 0 30px 0 0;
}
.alert-box .alert-message p, .alert-box .alert-message a {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
    white-space: nowrap;
    margin: 0;
    width: 98%;
}
@media (max-width: 320px) {
    .alert-box .alert-message p {
        width: 95%;
    }
}
.alert-box .alert-message a {
    padding: 0 3px;
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
}
.alert-box .close-alert {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-right: 5px;
    height: 1.2em;
    width: 1.2em;
    color: #222;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1em;
    background-color: #fff;
}
.alert-dark {
    text-align: center;
    padding: 5px;
    color: #1b1e21;
    background-color: #d6d8d9;
    font-size: 20px;
    font-weight: 500;
}

.text-danger {
    color: #d92018;
    font-size: 14px;
}
.noteword {
    font-size: 14px;
    color: red;
    font-weight: 400;
    display: inline-block;
}
@media (max-width: 767.98px) {
    .noteword {
        display: block;
    }
}
/** start overwrite bootstrap **/

.row:before, row:after {
    content: " ";
    display: inline-block;
}
.alert-danger, .help-block-error {
    color: #d92018;
    background-color: #ffe6e6;
    border: 0px solid #ebccd1;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    float: none;
}
.form-horizontal .alert-danger, .help-block-error{
    padding: 0 5px;
}
.alert-info .remark-word.text-danger {
    color: #f63b37;
}
.btn:focus, .btn:active:focus, .btn.focus, .btn.active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0;
}
.userContent .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.nav-tabs>li {
    margin-bottom: initial;
}
/** end overwrite bootstrap **/

.clear {
    clear: both;
}

.nav-line {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #000;
}

.navbar-default a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #333;
    margin: 5px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
}
.top-right .language {
    color: #555;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 0;
}
.top-right .language a {
    background-color: #d40000;
    width: 21px;
    height: 21px;
    position: relative;
    top: 2px;
    margin: 0 0 0 3px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
}
.top-right li.account-login {
    padding: 0px;
    margin-top: 5px;
    display: block;
    text-align: right;
}
.top-right .language a, .top-right .account-login a {
    text-decoration: none;
}
.top-right .account-login a:hover {
    color: #ddd;
}
.top-right .language a:hover {
    background-color: #ff6600;
    color: #FFF;
}
.top-right .account-login span small, .top-right .language span small {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
}
.top-right .account-login span a, .top-right .language span a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-right .account-login span a:hover, .top-right .language span a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.top-right .language a, .top-right .searchBox a, .top-right .account-login a {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    letter-spacing: 1px;
}
@media (max-width: 479px) {
    .top-right .account-login .user-name {
        display: block;
    }
    .top-right .account-login a {
        padding-top: 5px;
        line-height: 18px;
    }
    .top-right .account-login a:not(:first-child) {
        float: right;
        margin: 0 3px;
    }
}
.top-right .searchBox {
    position: relative;
    top: 8px;
    margin-right: 4px;
}
.top-right .searchBox a:hover {
    opacity: 0.5;
}
.top-right .searchBox a i {
    font-size: 15px;
    width: 15px;
}
.searchBox .input-group {
    width: 100%;
    position: relative;
}
.searchBox .search-input {
    padding: 3px 25px 3px 10px;
    width: 150px;
    line-height: 15px;
}
.searchBox .search-btn {
    background: none;
    border: none;
    margin-left: -22px;
    position: absolute;
    top:0;
}
.searchBox .search-btn:hover {
    color: #005fae;
}
.searchBox .input-group .input-group-addon {
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-color: #d40000;
    width: 74px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 34px;
}
@media (max-width: 420px) {
    .searchBox .search-input {
        border-radius: 10px;
        width: 100px;
    }
}
/**** navigation ****/

.navigation {
    color: #fff;
    clear: both;
    background: #fff;
}
.navigation.noborder {
    border-bottom: none;
}
.navigation a {
    color: #555;
    text-decoration: none;
}
.navigation>ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: stretch;
}
.navigation>ul>li {
    overflow: hidden;
    -ms-flex: 1;
    flex: 1;
}
.navigation>ul>li>a {
    padding: 12px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    z-index: 2;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
    align-items: center;
    -webkit-align-items: center;
}
.navigation>ul>li.active>a , .navigation>ul>li>a:focus {
    color: #d40000;
}
@media (max-width: 536px) {
    .navigation>ul>li>a {
        display: block;
        padding: 8px;
        margin: 0;
        text-align: center;
        font-size: 16px;
        z-index: 2;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-flex-pack: center;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        letter-spacing: 2px;
        border-right: 2px dotted #999;
    }
    .navigation>ul>li>a.en {
      font-size: 14px;
      letter-spacing: 0;
    }
}
@media (max-width: 414px) {
    .navigation>ul>li>a {
        display: block;
        padding: 5px 10px;
        margin: 0;
        text-align: center;
        font-size: 16px;
        z-index: 2;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-flex-pack: center;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
        border-right: 2px dotted #999;
    }
}
@media (max-width: 330px) {
    .navigation>ul>li>a {
        display: block;
        padding: 5px;
        margin: 0;
        text-align: center;
        font-size: 15px;
        z-index: 2;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-flex-pack: center;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
        border-right: 2px dotted #999;
    }
}
.navigation>ul>li:last-child>a {
    border-right: 0px
}
.navigation>ul>li>a:hover,  .navigation>ul>li a[aria-haspopup].open, .navigation>ul>li a[aria-haspopup].hover {
    background: #d40000;
    color: #fff !important;
}
.navigation>ul .sub-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: url(img/nav-bg.png) repeat #fff;
    z-index: 20;
    padding: 2.333em 0;
    font-family: Arial;
    border-top: 5px solid #a51009;
    border-bottom: 1px solid #eee;
    display: none;
    box-shadow: 0 5px 20px -5px #333;
    padding-bottom: 2em;
    justify-content: center;
    -ms-flex-pack: center;
}
.navigation>ul .sub-nav.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.navigation>ul .sub-nav .sub-nav-group {
    display: table-cell;
    padding: 0 2em;
    border-left: 1px solid #ccc;
    width: 22em;
}
.navigation>ul .sub-nav .sub-nav-group:first-child {
    border-left: none;
}
.navigation>ul .sub-nav .sub-nav-group>li>ul {
    padding-left: 0.5em;
}
.navigation>ul .sub-nav-group>li {
    padding-bottom: 1em;
}
.navigation>ul .sub-nav-group>li>h2 {
    font-size: 1.154em;
}
.navigation>ul .sub-nav-group>li>a {
    padding-bottom: 0.4em;
    display: inline-block;
    color: #333;
}
.navigation>ul .sub-nav-group>li>ul>li>a {
    display: inline-block;
    padding: 0.4em 0;
    color: #4f4f4f;
}
/*****
navbar
*****/

.nav-info {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
}
.top-navbar .logo {
    position: absolute;
    top: calc(50% - 35px);
}
.top-navbar .logo a {
    display: block;
    line-height: 2.5em;
}
@media (max-width: 767px) {
    .top-navbar .logo a {
        line-height: 3.5em;
        margin: 5px;
    }
}
.top-navbar .navbar-brand {
    height: 65px;
    vertical-align: middle;
    padding: 0px;
}
@media (max-width: 767px) {
    .top-navbar .navbar-brand {
        display: inline-block;
        height: 50px;
        margin: 5px;
        margin-left: 0px;
    }
}
.navbar-default {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 1px;
    border: none;
}
.navbar-default .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-header .navbar-toggle {
    background-color: #d40000;
    border-radius: 0;
    border: none;
    padding: 9px 8px;
    margin-right: 20px;
    margin-top: 11px;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 24px;
    height: 4px;
}
.navbar-default .navbar-header {
    display: inline-block;
}
@media (min-width: 480px) {
    .navbar-default .navbar-header {
        padding: 0 15px 15px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-header {
        padding: 0 15px 15px;
        margin-top: 10px;
    }
}
.navbar-default .navbar-collapse {
    background: #ffffff;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse {
        max-height: 260px;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse {
        max-height: 260px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse {
        height: auto;
        float: right;
        padding: 20px 0 0;
    }
}
.navbar-default .navbar-collapse li a {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li a {
        padding: 6px 15px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li a {
        padding: 20px 15px 33px;
    }
}
.navbar-default .navbar-collapse li a:hover, .navbar-default .navbar-collapse li a.focus, .navbar-default .navbar-collapse li a:focus {
    color: #d40000;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    box-shadow: none;
    margin-top: 0;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
    font-weight: 300;
    padding: 10px 25px;
    width: 100%;
    color: #555;
    float: left;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    color: #d40000;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: absolute;
        float: left;
        border: 1px solid #ececec;
        display: none;
    }
}
.navbar-default .navbar-collapse li.active a {
    background-color: transparent;
    color: #d40000;
}
.navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover {
    background-color: transparent;
    color: #d40000;
}
.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a {
    color: #555;
}
.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover {
    color: #d40000;
}
.navbar-default .navbar-collapse li.dropdown.open a:hover, .navbar-default .navbar-collapse li.dropdown.open a.focus, .navbar-default .navbar-collapse li.dropdown.open a:focus {
    background-color: transparent;
    color: #d40000;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
    min-width: 200px;
    display: block;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 10px 25px;
    font-weight: 300;
    width: 100%;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    float: left;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 0;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 0;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 6px 12px 6px 30px;
        font-size: 11px;
    }
}
@media (min-width: 992px) {
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
        padding: 10px 12px 10px 30px;
        font-size: 14px;
    }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
    position: static;
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    right: 15px;
    margin-top: -5px;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 0;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        right: 0;
        padding: 10px 10px 0;
        top: auto;
        margin-top: -2px;
    }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    width: 100%;
    float: left;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 10px;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 40px;
    }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    font-weight: 700;
    font-size: 12px;
    color: #c9c9c9;
    float: left;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 0;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 0;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 25px;
    }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 25px 10px 10px;
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 25px 10px 10px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 25px;
    }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 0 0 26px 0;
}
@media (max-width: 479px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
        width: auto;
    }
}
@media (min-width: 480px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
        padding: 0 0 26px 0;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
        padding: 26px 0 0 0;
    }
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a {
    color: #d40000;
}
.navbar-default .navbar-nav>.open>a {
    background-color: transparent;
    color: #d40000;
}
.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #d40000;
}
.bb-fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
@media (min-width: 1200px) {
    .bb-fixed-header .nav-category>.dropdown-menu {
        display: none;
    }
}
@media (min-width: 1200px) {
    .bb-fixed-header .nav-category:hover>.dropdown-menu {
        display: block;
    }
}
.page-header {
    margin: 5px 0;
    padding: 0;
    border-bottom: 5px solid #e4e4e4;
}
.page-header h4 {
    margin-bottom: 0;
}
.page-header h3 {
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}
/**end common **/

/**start banner **/

.owl-banner {
    width: 100%;
    position: relative;
    margin: auto;
}
.owl-banner .owl-item {
    opacity: 0.5;
}
@media (min-width: 768px) {
    .owl-carousel.owl-banner .owl-item img {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .owl-carousel.owl-banner .owl-item img {
        width: 880px;
    }
}
@media (min-width: 1600px) {
    .owl-carousel.owl-banner .owl-item img {
        width: 1140px;
    }
}
.owl-banner .owl-dots {
    margin: 10px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    z-index: 300;
    position: relative;
}
@media (min-width: 480px) {
    .owl-banner .owl-dots {
        margin-top: -30px;
        z-index: 300;
        position: relative;
    }
}
/*
@media (min-width: 992px) {
    .owl-banner .owl-dots {
        *margin: 1px 2px 1px;
    }
}

@media (min-width: 1600px) {
    .owl-banner .owl-dots {
        *margin: 5px 2px 20px;
    }
}
*/

@media (max-width: 767px) {
	.owl-theme .owl-nav.disabled+.owl-dots { /*diane*/
		margin-top: 10px;
	}
    .owl-banner.owl-theme .owl-dots .owl-dot {
        margin-right: 1px;
        zoom: 1.2;
    }
}
@media (max-width: 479px) {
    .owl-banner.owl-theme .owl-dots .owl-dot {
        margin-right: 2px;
        zoom: 0.9;
    }
}
.owl-banner .owl-item.center {
    opacity: 1;
}
.owl-banner .owl-nav {
    width: inherit;
    position: absolute;
    top: 40%;
    right: 1px;
    transform: translateY(-40%);
    visibility: hidden;
}
.owl-banner.owl-theme .owl-nav .owl-prev, .owl-banner.owl-theme .owl-nav .owl-next {
    height: 80px;
    width: 30px;
    opacity: 0.3;
    background-color: #fff;
    color: #d6d6d6;
    visibility: visible;
}
.owl-banner.owl-theme .owl-nav .owl-prev:hover, .owl-banner.owl-theme .owl-nav .owl-next:hover {
    background-color: #869791;
    box-shadow: 0px 0px 3px 1px #666;
}
.owl-banner.owl-theme .owl-nav .owl-prev {
    float: left;
}
.owl-banner.owl-theme .owl-nav .owl-next {
    float: right;
}
.owl-banner .owl-prev span, .owl-banner .owl-next span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
.owl-prev span {
    background: url(../images/left-arrow.png) no-repeat top;
    /* change here */
    width: 7px;
    height: 12px;
    display: block;
}
.owl-prev:hover span {
    background: url(../images/left-arrow.png) no-repeat bottom;
    /* change here */
    width: 7px;
    height: 12px;
    display: block;
}
.owl-next span {
    background: url(../images/right-arrow.png) no-repeat top;
    /* change here */
    width: 7px;
    height: 12px;
    display: block;
}
.owl-next:hover span {
    background: url(../images/right-arrow.png) no-repeat bottom;
    /* change here */
    width: 7px;
    height: 12px;
    display: block;
}
.more {
    display: inline-block;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 0px 8px;
    color: #333;
    line-height: 12px;
    position: relative;
    top: 8px;
}
@media (min-width: 1600px) {
    .more {
        font-size: 14px;
        padding: 0px 13px 0;
    }
}
/**end banner **/

/**start index **/

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.mainContent {
    background-color: #ffffff;
    -ms-flex: 1;
    flex: 1;
    *margin-bottom: 20px;
    padding-bottom: 20px;
}

@media (max-width: 479px) {
    .mainContent {
        /*padding: 20px 0 40px 0;*/
    }
}

@media (min-width: 480px) {
    .mainContent {
        /*padding: 30px 0 0 0;*/
    }
}

@media (min-width: 768px) {
    .mainContent {
        /*padding: 30px 0 60px 0;*/
    }
}

/*---*/

/* define bootstrap 5 columns */

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
#sad {
    width: 100%;
    margin: 0px auto;
    margin-top: 5px;
    overflow: hidden;
}
#sad>.row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
#sad .hidden-desktop {
    padding: 0px 25px;
}
/*---*/

.activity-s {
    border: 1px solid #ddd;
}
.mainContent .row.latestArticles {
    *margin-bottom: 20px;
    margin-bottom: 0px;
}
div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 767px) {
    .mainContent .latestArticles .col-xs-12 {
        *padding: 0;
        *padding: 0px 5px;
    }
}
.mainContent .latestArticles .thumbnail {
    margin-bottom: 10px;
    overflow: hidden;
}
.mainContent .latestArticles .thumbnail h5 {
    *margin-bottom: 0;
    *padding-left: 5px;
    *height: 40px;
    *font-size: 14px;
    *line-height: 18px;
    *margin: 10px 0px;
    margin: 5px;
    padding-left: 0px;
    height: 75px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    vertical-align: middle !important;
}
.mainContent .latestArticles .thumbnail h5.h5 {
    height: 38px !important;
    overflow: hidden;
}
.mainContent .latestArticles .thumbnail h5 div {
    font-weight: normal !important;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 13px !important;
}
.mainContent .latestArticles .thumbnail h5 a {
    font-size: inherit;
    letter-spacing: inherit;
    color: #555;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color .3s ease-in-out;
}
.mainContent .latestArticles .thumbnail h5 a:hover {
    color: #333;
}
.mainContent .latestArticles .thumbnail a span {
    color: #555;
}
.mainContent .latestArticles .thumbnail h5 span {
    color: #bcbcbc;
}
.mainContent .latestArticles .thumbnail h5 span a {
    color: #bcbcbc;
    text-decoration: underline!important;
}
.mainContent .latestArticles .thumbnail span {
    padding-left: 5px;
    font-size: 14px;
}
.mainContent .latestArticles .thumbnail span a {
    color: #bcbcbc;
    text-decoration: underline!important;
}
.mainContent .latestArticles .thumbnail img {
    width: 100%;
}
.mainContent .latestArticles .thumbnail p {
    margin-bottom: 0;
}
.mainContent .latestArticles .activity-type {
    border: none;
}
@media (min-width: 768px) {
    .mainContent .latestArticles .thumbnail h5 {
        font-size: 14px !important;
        line-height: 18px !important;
        *height: 40px;
    }
    .mainContent .latestArticles .thumbnail h5 div {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .mainContent .latestArticles .thumbnail h5.h5 {
        height: auto !important;
    }
}
.border-btm-none {
    margin-top: 3px;
    border-bottom: none!important;
}
ul.display-type, ul.activity-type {
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}
.display-type li {
    float: right;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    font-size: 16px;
}
.display-type a {
    color: #555;
}
.display-type a:hover, .display-type a:focus, .display-type .active a {
    color: #d40000;
}
.display-type .active a {
    cursor: default;
}
.activity-type>li>a {
    padding: 10px 12px;
    border-radius: 4px;
}
.display-type .nav-search {
    width: 235px !important;
}
@media (max-width: 480px) {
    .activity-type>li>a {
        padding: 10px 5px;
        font-size: 13.5px;
    }
}
@media (max-width: 320px) {
    .activity-type>li>a {
        padding: 10px 2px;
        font-size: 12px;
    }
}
.activity-type>li>a, .activity-type>li>a:hover, .activity-type>li>a:focus {
    border: none;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.activity-type>li.active a, .activity-type>li.active a:hover, .activity-type>li.active a:focus {
    color: #d92018;
    border: none;
    background-color: #eee;
    font-weight: 500;
    letter-spacing: 1px;
}
.tag {
    margin: 0 5px;
    padding: 1px 4px;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 500;
    word-break: keep-all;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
}
.tag-b {
    background-color: #3da3df;
    color: #fff;
}
.tag-r {
    background-color: #d92018;
    color: #ffe6e6;
}
.tag-test {
    background-color: #ec6862;
    color: #ffe6e6;
}
.tag-new {
    color: #d92018!important;
    padding: 1px 5px;
    font-weight: 600;
}
.bg-grey {
    background-color: #f8f8f8;
}
.section-pd {
    padding: 8px 0 5px;
}

/** iV avatar lis **/

.avatar-block .avatar-img {
    width: 95%;
}
.avatar-img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.m-bottom-3 {
    margin-top: 15px !important;
    *margin-bottom: 15px !important;
}
/**end index **/

/**start slide-ad **/

.lightSection {
    background-color: #f0f0f0;
    height: 125px;
}
.lightSection .partnersLogoSlider .owl-nav {
    display: none;
}
.lightSection .partnersLogoSlider .slide {
    display: table;
    height: 125px;
    width: 100%;
}
.lightSection .partnersLogoSlider .slide .partnersLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center!important;
}
.lightSection .partnersLogoSlider .slide .partnersLogo img {
    width: auto;
    margin: 0 auto;
}
@media (min-width: 480px) {
    .lightSection .partnersLogoSlider .slide .partnersLogo {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .lightSection .partnersLogoSlider .slide .partnersLogo {
        width: 270px;
    }
}
/**end slide-ad **/

/**start footer **/

@media (max-width: 767px) {
    .col-xs-12 {
        padding: 0;
    }
}
#ad-footer {
    margin: 20px 0px;
}

/**iV google ads **/
@media(max-width: 767px) {
.ads_responsive {
  width: 300px;
  height: 250px;
  }
}

@media(min-width: 768px) {
.ads_responsive {
   width: 728px;
   height: 90px;
   }
}

@media(min-width: 1280px) {
.ads_responsive {
   max-width: 1170px;
   min-width: 970px;
   width:100%;
   height: 90px;
   }
}

.footer {
    display: block;
    width: 100%;
    padding-top: 14px;
    background-color: #666666;
}
.footer .func {
    width: 60%;
    color: #fff;
    line-height: 20px;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
}
.footer .func a {
    color: #fff;
    line-height: 2;
}
.footer .func a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/* 三倍券新增 start */
.footer .func {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .func .triple-voucher {
    width: 110px;
    text-align: center;
    background: #fff;
    margin: 0 10px;
}

.footer .func .triple-voucher>a {
    color: #241815;
}

@media (max-width: 767.99px) {
    .footer .func {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .func .triple-voucher {
        margin: 5px auto;
    }
}

/* 三倍券新增 end */

.footer .info {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-size: 12px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.footer .col2-info {
    width: 40%;
}
.footer .info a {
    color: #a2a2a2
}

@media (max-width: 767px) {
    .footer .func {
        text-align: center;
        width: 100%;
    }
    .footer .info {
        width: auto;
        text-align: left;
    }
    .footer .info.col2-info {
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }
}
@media (min-width: 480px) {
    .footer .info {
        float: none;
        margin-bottom: 25px;
    }
    .footer .info.col2-info {
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .footer .info {
        float: left;
        margin-bottom: 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .footer .info {
        text-align: left;
    }
}
.footer .info h4 {
    color: #5f5f5f;
    font-size: 18px;
    margin-bottom: 0;
}
.footer .info h3 {
    color: #acacac;
    margin-bottom: 10px;
}
.footer .info p {
    color: #acacac;
}
.footer .oneCol.info {
    margin-left: 0;
}
/**end footer **/

/**start copyright**/

.copyRight {
    display: block;
    margin-top: 14px;
    width: 100%;
    min-height: 53px;
    background-color: #353535;
}
.copyRight p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    padding-top: 17px;
}
@media (max-width: 767px) {
    .copyRight p {
        text-align: center;
    }
}
/**end copyright**/

/**start login-modal-dialog **/
#login .modal-dialog .modal-content .modal-body .form-group .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    border: none;
    height: 50px;
    box-shadow: none;
}
#login .modal-dialog .modal-content .modal-body .form-group .form-control:focus {
    box-shadow: none;
}
#login .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 30px;
}
#login .modal-dialog .modal-content .modal-body .form-group label {
    font-size: 13px;
}
#login .modal-dialog .modal-content .modal-body .checkbox {
    margin: 0 0 30px 0;
}
#login .modal-dialog .modal-content .modal-body .checkbox label {
    font-size: 13px;
}
#login .modal-dialog .modal-content .modal-body .btn-primary .modal-content .modal-body .btn-primary {
    border-radius: 0;
    background-color: #d40000;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#login .modal-dialog .modal-content .modal-body .btn-primary:hover {
    opacity: .9;
}
#login .modal-dialog .modal-content .modal-body .btn-link {
    color: #d40000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#login .modal-dialog .modal-content .modal-body .btn-link:hover {
    text-decoration: none;
    color: #4dc8cf;
}
#login .modal-dialog .modal-content .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#login .modal-dialog {
    margin: 10px auto 0 auto;
}
#login .modal-dialog .modal-content .modal-header {
    background-color: #d40000;
    border-radius: 6px 6px 0 0;
}
#login .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
#login .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    color: #ffffff;
}
#login .modal-dialog .modal-content .modal-header .close:hover, #login .modal-dialog .modal-content .modal-header .close:focus {
    opacity: .6;
}
#login .modal-body {
    padding-bottom: 30px;
}
/**end login-modal-dialog **/

/**start login page**/

.login-title {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: 700;
}
@media (max-width: 479px) {
    .login-title {
        line-height: 20px;
    }
}
.login-type {
    *background-color: #f6f6f6;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 120px;
    *margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    cursor: pointer;
}
.login-type:hover, .login-type:hover {
    *background-color: #e8f2f8;
}
.login-type img {
    max-height: 72px;
    height: 72px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.login-type:hover img {
    opacity: 0.8;
    /*設為完全不透明*/
    filter: alpha(opacity=80);
    /*IE8 與更早的版本*/
}
@media (max-width: 767px) {
    .login-type {
        height: 100px;
    }
    .login-area.community div x {
        margin: 0 0 10px;
    }
}
.login-area.community {
    border: none;
}
.login-type .ppsso-btn.ppsso-white {
    transform: scale(1.8);
}
@media (max-width: 991.98px) {
    .login-area .login-type .ppsso-btn.ppsso-white {
        transform: scale(1.3);
    }
    .login-area .login-type img {
        height: 52px;
    }
}
@media (max-width: 767px) {
    .login-type img {
        height: 80px;
    }
}
@media (max-width: 479px) {
    .login-type .ppsso-btn.ppsso-white {
        transform: scale(1.5);
    }
    .login-type img {
        height: 60px;
    }
}
@media (max-width: 320px) {
    .login-type .ppsso-btn.ppsso-white {
        transform: scale(1);
    }
    .login-type img {
        height: 40px;
    }
}
/**end login page**/

/**start breadcrumb **/

@media (max-width: 479px) {
    .pageHeader .col-xs-6 {
        width: 100%;
        padding-top: 10px;
    }
}
@media (min-width: 480px) {
    .pageHeader .col-xs-6 {
        width: 50%;
        padding-top: 0;
    }
}
.pageHeader {
    height: 70px;
}
.pageHeader .page-title h2 {
    color: #797979;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 479px) {
    .pageHeader .page-title h2 {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (min-width: 480px) {
    .pageHeader .page-title h2 {
        font-size: 12px;
        line-height: 70px;
    }
}
@media (min-width: 768px) {
    .pageHeader .page-title h2 {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .pageHeader .page-title h2 {
        font-size: 30px;
    }
}
.pageHeader ol.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}
@media (max-width: 479px) {
    .pageHeader ol.breadcrumb {
        float: left!important;
        min-height: 15px;
    }
}
@media (min-width: 480px) {
    .pageHeader ol.breadcrumb {
        float: right!important;
        min-height: 70px;
    }
}
.pageHeader ol.breadcrumb .active {
    color: #555;
}
@media (min-width: 480px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 9px;
    }
}
@media (min-width: 768px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 12px;
    }
}
@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li+li::before {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li+li::before {
        padding: 0 10px;
    }
}
.pageHeader ol.breadcrumb li a {
    color: #969696;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pageHeader ol.breadcrumb li a:hover {
    opacity: .9;
}
@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 9px;
        line-height: 15px;
    }
}
@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 9px;
        line-height: 70px;
    }
}
@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 12px;
    }
}
/**end breadcrumb **/

/**start list**/

.date {
    color: #999;
    *font-weight: 300;
    *font-size: 15px;
    *display: block;
}
/**end list**/

/**start news-detail**/

.detailContent h3 {
    margin-bottom: 10px;
    font-weight: 400;
}
.detailContent .date {
    *color: #999;
    *font-weight: 300;
    font-size: 15px;
    display: block;
}
.detailContent .latestArticles a {
    color: #a2a2a2
}
.container .pager {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 36px 0 60px 0;
}
.container .pager li a {
    border-radius: 0;
    background-color: #dedede;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-weight: 700;
    color: #555;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}
@media (max-width: 479px) {
    .container .pager li a {
        width: 110px;
    }
}
@media (min-width: 480px) {
    .container .pager li a {
        width: 136px;
    }
}
.container .pager li a:hover {
    opacity: .8;
}
/**end news-detail**/

/**start about**/

.half-block {
    width: 38%;
    float: left;
    margin-right: 0;
}
.half-block-right {
    float: right;
    width: 58%;
}
@media (max-width: 1200px) {
    .half-block {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}
.about-section_block {
    border-bottom: 1px solid #e1e8ed;
    padding: 20px 0;
}
.about-section_block h3 {
    font-size: 16px;
}
.privacy-part {
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.privacy-part h2 {
    margin-top: 10px;
    font-weight: 700;
}
.privacy-part h3 {
    font-size: 18px;
    font-weight: 600;
}
.privacy-part p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #007cc3;
}
.privacy-part p, .privacy-part ol, .privacy-part li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    padding-bottom: 2px;
}
.company-history_row {
    display: table-row;
}
.company-history_th, .company-history_td {
    color: #444;
    line-height: 2;
    font-size: 14px;
}
.company-history_th {
    display: table-cell;
    width: 4em;
    font-weight: 200;
    text-align: right;
}
.company-history_th:after {
    content: "";
    display: inline-block;
    background-color: #007cc3;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}
.company-history_td {
    padding-left: 10px;
}
.aboutContent {
    font-size: 16px;
}
.aboutContent p:first-of-type {
   margin-top: 30px;
}
.aboutContent p {
    margin-top: 15px;
    line-heigh: 1.5;
}
/**end about**/

/**start privacy**/

.privacy-part p strong, .privacy-part h3 {
    display: block;
    font-size: 18px;
    width: 100%;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgb(221, 221, 221);
    color: #a94442;
    text-align: justify;
}
.privacy-part .col-xs-12 p:first-of-type strong, .privacy-part .col-xs-12 h3:first-of-type {
    border: none;
}
/**end privacy**/

/** start membership**/

.subcontent {
    padding-bottom: 6px;
    margin-bottom: 16px;
    font-size: 15px;
}
/** end membership**/

/**start new faq**/

.faqContent img {
    max-width: 100%;
    height: auto;
}
.column {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
    vertical-align: top;
}
.column-4 {
    width: calc((100% - 19px * 3) / 4);
}
.column-4:nth-child(4n) {
    margin-right: 0;
}
@media (max-width: 767px) {
    .column {
        margin-right: 5px;
        margin-bottom: 0px;
    }
    .column-4 {
        width: calc((100% - 9px * 3) / 4);
    }
}
.faqtabs {
    position: relative;
    cursor: pointer;
}
.faqtabs.is-active:after, .faqtabs.is-active:before {
    opacity: 1;
}
.faqtabs:after, .faqtabs:before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.faqtabs:after {
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #d40000 transparent transparent;
}
@media (max-width: 767px) {
    .faqtabs:before {
        height: 5px;
    }
    .faqtabs:after {
        bottom: -8px;
        margin-left: -8px;
        border-width: 9px 9px 0;
    }
}
.faqtab {
    text-align: center;
}
.block {
    position: relative;
    background-color: #f6f6f6;
    margin-bottom: 24px;
    padding: 50px;
}
.block.block-m {
    min-height: 50px;
    padding: 0px;
}
@media (max-width: 515px) {
    .block.block-m {
        *padding: 6px 2px;
    }
}
.faqtab .image {
    max-width: 60%;
    padding: 10px 10px 0px;
}
.faqtabs.is-active .block.block-m .heading {
    color: #d40000;
    *background: #d40000;
    *padding: 8px 0;
    padding: 15px 15px 10px;
    text-align: center;
    border-bottom: #d40000 5px solid;
}
.block.block-m .heading {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 6px;
    padding: 15px;
    font-weight: 600;
    color: #6c6e70;
    text-align: center;
}
.block.block-m .heading:hover {
    color: #d40000;
}
@media (max-width: 767px) {
    .faqtab .image {
        max-width: 100%;
        padding: 5px 5px 0px;
    }
    .faqtabs.is-active .block.block-m .heading {
        padding: 10px 10px 5px;
        border-bottom: #d40000 5px solid;
    }
    .block.block-m .heading {
        *font-size: 15px;
        padding: 10px;
    }
}
@media (max-width: 515px) {
    .faqtab .image {
        max-width: 100%;
        padding: 5px 5px 0px;
    }
    .faqtabs.is-active .block.block-m .heading {
        padding: 5px 5px 2px;
        border-bottom: #d40000 3px solid;
    }
    .block.block-m .heading {
        font-size: 13px;
        padding: 5px;
    }
}
.accordionCommon {
    width: 100%;
}
.accordionCommon .faq_toggle {
    text-align: right;
}
.accordionCommon .faq_toggle a {
    cursor: pointer;
}
.accordionCommon .accordionPart .qa_title {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 5px;
    border-left: 5px solid #555;
}
.collapsed {
    color: #555 !important;
}
.accordionCommon .accordionPart .qa_title>a {
    *color: #555;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
}
.accordionCommon .accordionPart .qa_title>a:hover {
    color: #d92018 !important;
}
.accordionCommon .accordionPart .accordion-toggle {
    color: #d92018;
}
.accordionCommon .accordionPart .qa_content {
    *margin: 6px 0 0;
    margin-top: 20px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
}
.tab-content {
    margin-bottom: 10px;
}
/**end new faq**/

/**start news**/
.list .news-list {
    font-size: 16px;
    min-height: 30px;
}
.list .news-list-link {
    display: inline-block;
}
.list .news-list-heading {
    font-weight: 400;
    margin: 5px 0;
    padding-left: 20px;
    background: url(../images/list-style-01.png) no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position-y: 2px;
    font-size: 15px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .list .news-list {
        padding-left: 5px;
    }
}
@media (max-width: 767px) {
    .list .news-list-heading {
        margin-bottom: 5px;
    }
}
.list .news-list-date {
    color: #999;
    font-weight: 300;
    margin: 3px 0 4px;
    padding-left: 20px;
}
.news-title {
    font-size: 20px;
}
.title {
    color: #d92018;
    padding-top: 10px;
    font-weight: 600;
    line-height: 1.4;
    white-space: pre;
    /* CSS 2.0 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3.0 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    word-wrap: break-word;
    /* IE 5+ */
}
@media (max-width: 767px) {
    .title {
        padding-top: 5px;
    }
}
.newsContent {
    word-wrap: break-word;
}
.newsContent img {
    max-width: 100%;
    height: auto;
}
/**end news**/

/**start user**/

.btn-check {
    margin: 5px 0px;
    padding: 6px 12px;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    background-color: #d40000;
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    border: 1px solid #d40000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-check:hover:not(:disabled), .btn-next:hover:not(:disabled) {
    background-color: #d40000;
    color: #fff;
}
.btn-check:disabled, .btn-reselect:disabled, .btn-next:disabled, .btn-delete:disabled, .btn-disabled {
    opacity: 0.6;
    cursor: default;
}
.btn-next {
    margin: 5px 0px;
    padding: 4px 10px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background-color: #d40000;
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-white {
    margin: 0 5px;
    padding: 3px 6px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    color: #555;
    cursor: pointer;
    border: solid 1px #b2b1b2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 22px;
    white-space: nowrap;
}
.btn-white:hover:not(:disabled) {
    background: #d40000;
    color: #fff;
}
.selectBox-dropdown {
    border: solid 1px #b2b1b2;
    color: #555;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.usertext .addrSelect, .usertext .phoneSwitch .col-md-2.col-sm-3 {
    padding: 0;
    line-height: 4;
    margin-top: -13px;
    /**抵銷上一層padding**/
}
@media (max-width: 767px) {
    .usertext .addrSelect, .usertext .phoneSwitch .col-md-2.col-sm-3 {
        line-height: 5;
    }
}
.usertext .addrSelect select, .usertext .phoneSwitch select {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    height: 45px;
}
.usertext .addrSelect.addrSelect-offset {
    margin-left: 3%;
}
@media (max-width: 767px) {
    .usertext .addrSelect.addrSelect-offset {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .user-label {
        margin: 15px 0 0 0;
    }
}
/** 避免 datepicker 破版**/

@media (max-width: 767px) {
    .ui-datepicker table {
        display: table;
    }
    .ui-datepicker tbody {
        display: table-row-group;
    }
    .ui-datepicker tr {
        display: table-row;
    }
    .ui-datepicker td {
        display: table-cell;
    }
}
.userContent {
    font-size: 14px;
}
.userContent .innerWrapper {
    width: 100%;
    display: block;
    padding-top: 10px;
}
.userContent .user-title {
    font-size: 115%;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.userContent .form-group input.form-control:first-child {
    margin-top: -10px;
}
.userContent .form-group .field-UserForm_address input.form-control:first-child {
    /** 處理手機版地址欄跟上方過近**/
    margin-top: 0px;
}
.userContent .form-horizontal .form-group .form-control {
    border-radius: 0;
    height: 45px;
}
.userContent .form-horizontal .form-group .form-control:focus {
    box-shadow: none;
}
.userContent .form-horizontal .form-group .btn-primary {
    line-height: 22px;
    padding: 6px 12px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.userContent .form-horizontal .form-group .btn-primary:hover {
    opacity: .8;
}
.userContent .form-horizontal .form-group:not(.user-title) {
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .userContent .profile .form-horizontal .form-group {
        margin-bottom: 30px;
    }
}
.userContent .form-horizontal .form-group .dropGeneral {
    min-height: 40px;
    padding: 1px 0;
}
.userContent .form-horizontal .form-group .alert {
    padding: 5px;
    margin-bottom: 0px;
}
.userContent .form-horizontal .form-group .alert p {
    text-indent: -14px;
    margin-left: 14px;
}
.userContent .form-horizontal .form-group .control-label {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
@media (min-width: 480px) {
    .userContent .form-horizontal .form-group .control-label {
        height: 25px;
        line-height: 25px;
    }
}
@media (min-width: 768px) {
    .userContent .form-horizontal .form-group .control-label {
        height: 50px;
        line-height: 50px;
    }
}
.userContent .usertext {
    padding-top: 13px;
    color: #555;
    font-size: 14px;
}
.userContent .usertext.plainText {
    background-color: #f0f0f0;
    min-height: 45px;
    padding: 11px 12px 8px 12px;
    font-size: 15px;
    color: #555;
    margin-top: 3px;
}
.userContent .usertext label {
    text-indent: -22px;
    margin-left: 22px!important;
}
.userContent .usertext+.alert.alert-danger:before, .userContent .usertext>.alert.alert-danger:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.userContent .phoneSwitch.usertext.plainText {
    margin-top: -13px;
}
.userContent .usertext label {
    display: inline-block;
    margin-right: 20px;
}
label span.required {
    color: #f00;
}
.userContent .submit {
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    border-color: #2e6da4;
    border: 1px solid transparent;
    border-radius: 4px;
}
#userform-gender .radio-inline {
    /*處理性別欄*/
    padding-top: 0;
    margin-top: 0;
}
.userContent .submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
/**start for fancybox**/

.flex-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.flex-buttons>a {
    width: 32%;
}
button.btn-a {
    width: 100%;
    padding: 12px 0;
}
.btn-check>a {
    color: #fff;
}
.fancyboxindent {
    margin-left: 15px;
    color: #444;
    font-weight: normal;
}
.fancyboxMessage p.fcLight {
    font-weight: 500;
}
.fancyboxMessage .fancyboxContent {
    padding: 10px;
}
@media (max-width: 767px) {
    .flex-buttons {
        flex-direction: column;
    }
    .flex-buttons>a {
        width: 100%;
    }
    button.btn-a {
        margin: 5px 0px;
    }
}
/**end for fancybox**/

/**end user**/

/**start order**/

span.hex_Order_number {
    font-size: 8pt;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    bottom: -10px;
    right: 0px;
    height: 0px;
    float: right;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}
span.hex_Order_number.hidden-desktop {
    bottom: 0px;
    color: #aaa;
}
/**end order**/

/**start qrcodeticket**/

table.qrcodeticket {
    width: 100%;
    margin: 50px auto;
}
@media (max-width: 767px) {
    table.qrcodeticket {
        width: 100%;
        padding: 2%;
        border: 1px solid #ddd;
        box-sizing: border-box;
        box-shadow: 1px 1px 3px #ddd;
    }
}
.qrcodeticket thead th {
    background-color: #ECECEC;
    color: #3d3d3d;
    padding: 1% 2%;
}
@media (max-width: 767px) {
    .qrcodeticket tbody tr.hidden-desktop th {
        background-color: #45BBFF;
        color: white;
        padding: 2%;
    }
}
.qrcodeticket .ticketr {
    text-align: center;
}
.qrcodeticket tbody tr {
    border: 1px solid #ccc;
}
.qrcodeticket tbody td {
    background-color: white;
    vertical-align: middle;
    color: #06466a;
    padding: 1% 2%;
}
@media (max-width: 767px) {
    .qrcodeticket tbody tr {
        padding: 0px;
        border-color: white;
    }
    .qrcodeticket tbody td {
        border-color: white;
        border-style: solid;
        width: inherit;
        padding: 2%;
    }
}
@media (max-width: 767px) {
    .qrcodeticket .darkCell {
        background-color: #ECECEC;
    }
}
.qrcodeticket .subtitle {
    display: inline-block;
    font-weight: bold;
    margin: 5px 0px;
}
.qrcodeticket .pic {
    text-align: center;
    margin: auto;
    vertical-align: middle;
}
.qrcodeticket .pic span {
    display: block;
}
.qrcodeticket .pic img {
    padding: 10px;
    min-height: 200px;
    margin: auto;
}
.qrcodeticket .pic .ticket_area {
    top: 17px;
}
.qrcodeticket .pic .seat {
    bottom: 24px;
}
.qrcodeticket .approval {
    background-color: #ECECEC;
}
.qrcodeticket .approval span {
    display: block;
    margin: 10px 0px;
    line-height: 1.5;
}
@media (max-width: 479px){
    .qrcodeticket .pic img {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
}
/**end qrcodeticket**/

/**start activity detail **/

.activity-title {
    margin-bottom: 5px;
	margin-left: 5px;
    line-height: 28px;
    font-size: 24px;
}
@media (max-width: 991px) {
    .activityContent h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .activityContent h2 {
        font-size: 18px;
    }
    .activityContent .activity-title {
        line-height: 1.4em;
    }
    .activityContent .list-inline {
        margin-top: 8px;
        padding-top: 8px;
    }
}
.activityContent .gamelist h5 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}
@media (max-width: 479px) {
    .activityContent h2 {
        font-size: 16px;
        padding-top: 0px;
    }
    .activityContent .activity-title {
        line-height: 1.2em;
    }
    .activityContent .gamelist h5 {
        text-align: center;
    }
}
@media (min-width: 480px) {
    .activityContent .gamelist h5 {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .activityContent .gamelist h5 {
        text-align: left;
    }
}
.activityContent .thumbnail h5 {
    display: block;
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .activityContent .thumbnail h5 {
        font-size: 16px;
    }
}
.activityContent .thumbnail img {
    display: inline-block;
}
.activityContent .title-img img, .flow-content .title-img img {
    width: 100%;
}
.activityContent .list-inline, .flow-content .list-inline {
    display: block;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 10px;
    border-top: 1px dotted #000;
    padding-top: 15px;
}
.activityContent .list-inline li {
    padding-right: 5px;
}
@media (max-width: 767px) {
    .activityContent .list-inline li {
        padding-right: 1px;
        padding-left: 0px;
    }
    .activityContent .list-inline, .flow-content .list-inline {
        padding-top: 8px;
    }
}
.activityContent .list-inline li .btn-lg {
    box-shadow: none;
    border: none;
    height: 60px;
    width: 120px;
    border-radius: 0px;
    color: #FFF;
    background-color: #d40000;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
@media (max-width: 767px) {
    .activityContent .list-inline li .btn-lg {
        height: 50px;
        width: 105px;
    }
}
@media (max-width: 479px) {
    .activityContent .list-inline li .btn-lg {
        padding: 5px;
        width: 102px;
        max-height: 70px;
        font-size: 13px;
    }
}

.activityContent .list-inline li .btn-lg::before, .activityContent .list-inline li .btn-lg::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.activityContent .list-inline li .btn-lg div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: normal;
    align-items: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 15px;
}
@media (max-width: 479px) {
    .activityContent .list-inline li .btn-lg div {
        width: 65px;
        font-size: 13px;
        line-height: 15px;
    }
}
@media (min-width: 480px) {
    .activityContent .list-inline li .btn-lg div {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .activityContent .list-inline li .btn-lg div {
        font-size: 15px;
    }
}
.activityContent .list-inline li .btn-lg:hover {
    background-color: #a20404 ;
    color: #ffffff;
}
.activityContent .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    box-shadow: none;
}
.activityContent .text-info {
    font-size: 14px;
}
.activityContent .search-field {
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .activityContent table.normal tbody tr td {
        text-align: left;
    }
}
.activity-announce {
    background-color: #ffe6e6;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
}
.activity-announce .an-red, .activity-announce .an-bk {
    line-height: 24px;
}
.activity-announce .an-red {
    color: #d92018;
}
.activity-announce span {
    padding-left: 5px;
    margin-left: 24px;
    text-indent: -10px;
    display: block;
    word-wrap: break-word;
}
.activity-announce .an-red:before, .activity-announce .an-bk:before {
    height: 24px;
    width: 24px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
}
.panel-heading {
    font-size: 16px;
    background-color: #ddd;
    padding: 7px 10px;
    margin: 0px 5px;
}

#activityListTab .panel-body {
   padding: 10px 0;
}

.activityListTab {
    line-height: 20pt;
    z-index: 2;
    width: 100%;
}
@media (max-width: 767px) {
    .activityListTab {
        width: 100%;
    }
}
.activityListTab .keyword {
    margin: 0px 5px 7px 5px;
}
.moreBtn {
    border: 0px;
}
.tabCommon {
    border: 1px solid #000;
    margin-top: 10px;
}
.tabCommon .activity-type {
    padding-bottom: 0;
    border-bottom: 1px dashed #000;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #000;
}
.tabCommon .activity-type>li>a {
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
}
@media (max-width: 767px) {
    .tabCommon .activity-type>li>a {
        font-size: 15px;
        padding: 6px;
    }
}
@media (max-width: 480px) {
    .tabCommon .activity-type>li>a {
        font-size: 14px;
    }
}
.tabCommon .activity-type>li>a, .tabCommon .activity-type>li>a:focus, .tabCommon .activity-type>li>a:hover {
    border: none;
    margin: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
}
.tabCommon .activity-type>li.active>a, .tabCommon .activity-type>li.active>a:focus, .tabCommon .activity-type>li.active>a:hover {
    background-color: #d40000;
    color: #f5f5f5;
    border-radius:3px;
}
.tab-pane {
    padding: 2%;
    word-wrap: break-word;
}
.faqContent .tab-pane {
    padding: 0px 5px;
}
.tab-pane img {
    max-width: 100%;
}
.activityContent .search-field .form-control {
    background-color: #fff;
}
.tab-content>#intro ul li, .tab-content>#notice-note ul li, .tab-content>#buy-note ul li, .tab-content>#get-note ul li, .tab-content>#refund-note ul li {
    list-style-type: inherit;
    margin-left: 5px;
}
/**end activity detail **/

/** start pageinfo **/
.pageinfo {
	padding-top: 5px;
	padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.pageinfo .title-img {
	width: 100px;
	padding: 0px 10px 0px 0px;
}
.pageinfo .title-img img {
	width: 100%;
}

.pageinfo .info {
    width: calc(100% - 10px - 100px);
}
.pageinfo .info select {
    height: 40px;
}
@media (max-width: 767.99px) {
    .pageinfo .info {
		width: 100%;
	}
}
.pageinfo .title {
	padding-top: 10px;
	padding-bottom: 10px;
}
/** end pageinfo **/

/**start table **/

.tableBox .table-responsive {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .tableBox .table-responsive {
        border: none;
    }
    .table-responsive .table {
        border: 1px solid #CCC;
    }
    .tableBox .table-responsive .table>tbody tr:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
    }
}
.tableBox .table-responsive .table>thead tr th {
    background-color: #999;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    border: none;
    border-right: 1px solid #ccc;
    font-weight: normal;
}
.tableBox .table-responsive .table>thead tr th:first-child {
    border-left: 1px solid #CCC;
}
.tableBox .table-responsive .table>thead tr th:last-child {
    border-right: 1px solid #CCC;
}
@media (max-width: 479px) {
    .tableBox .table-responsive .table>thead tr th {
        padding: 15px;
        font-size: 15px;
    }
}
@media (min-width: 480px) {
    .tableBox .table-responsive .table>thead tr th {
        padding: 15px;
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .tableBox .table-responsive .table>thead tr th {
        padding: 10px 5px;
        font-size: 14px;
    }
}
.tableBox .table-responsive .table>tbody tr td {
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tableBox .table-responsive .table>tbody tr td:first-child {
    border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
    .tableBox .table-responsive .table>tbody tr td, .tableBox .table-responsive .table>tbody tr td:first-child {
        border: none;
    }
}
@media (min-width: 768px) {
    .tableBox .table-responsive .table>tbody tr td {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}
.tableBox .table-responsive .table>tbody tr td .btn-default {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #b2b1b2;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #222;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tableBox .table-responsive .table>tbody tr td .btn-default:hover {
    background-color: #d40000;
    color: #ffffff;
    border-color: #d40000;
}
.tableBox .table-responsive .table>tbody tr td .label {
    border-radius: 0;
    font-size: 12px;
}
.tableBox .table-responsive .table>tbody .tinfo_tr {
    padding: 0;
    border: none;
}
.tableBox .table-responsive .table>tbody .tinfo_tr .tinfo_td {
    padding-left: 0px;
    padding: 0;
    border: none;
}
.tableBox .table-responsive .table>tbody tr .thead_tr {
    border-left: 1px solid #c3c3c3;
    border-right: 2px solid #c3c3c3;
}
.tableBox .table-responsive .table>tbody tr td.text-left {
    text-align: left;
}
@media (max-width: 479px) {
    .tableBox .table-responsive .table>tbody tr td.text-left {
        text-align: center;
    }
}
@media (min-width: 480px) {
    .tableBox .table-responsive .table>tbody tr td.text-left {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .tableBox .table-responsive .table>tbody tr td.text-left {
        text-align: left;
    }
}
.tableBox .table-responsive .table>tbody tr td.text-right {
    text-align: right;
}
@media (max-width: 479px) {
    .tableBox .table-responsive .table>tbody tr td.text-right {
        text-align: center;
    }
}
@media (min-width: 480px) {
    .tableBox .table-responsive .table>tbody tr td.text-right {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .tableBox .table-responsive .table>tbody tr td.text-right {
        text-align: right;
    }
}
.tableBox .table-responsive .table>tbody tr.bg-gray {
    background: #ececec;
}
.tableBox .table-responsive .table>tbody td {
    background-color: inherit;
}
.tableBox .table-responsive .table>tbody tr td span {
    color: #666666;
    background: #ececec;
}
/**end table **/

/*start dropdwon */

.dropGeneral {
    padding-bottom: 10px;
}
.dropGeneral .select-drop {
    width: 100%;
}
.dropGeneral .selectBox-dropdown:link, .dropGeneral .selectBox-dropdown:visited, .dropGeneral .selectBox-dropdown:hover {
    color: #000!important;
}
.selectBox-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #dedede;
    right: 0!important;
    border-radius: 4px;
    z-index: 100;
}
.selectBox-dropdown-menu li {
    padding: 4px;
}
.selectBox-dropdown-menu li:last-child {
    border-bottom: none;
}
.selectBox-dropdown-menu a {
    color: #555 !important;
    font-size: 1em;
    padding: 0.5em 1em;
}
.selectBox-dropdown-menu.selectBox-options li a {
    padding: 0.5em 1em;
}
.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a {
    background-color: #d9d9d7;
}
.selectBox-dropdown-menu a:hover {
    color: #d40000!important;
    background-color: transparent;
}
/*end dropdwon */

/*start select*/

.select100 select {
    width: 100%!important;
}
/*end select*/

/* start button */

.btn {
    border-radius: 3px;
}
.btn-info-filled, .btn-info-filled:active, .btn-info-filled:focus {
    color: white;
    background: #3da3df;
    font-size: 14px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-info-filled:hover {
    color: white;
    background-color: #a51009;
}
.login-notice {
    display: inline-block;
    position: fixed;
    right: 0px;
    bottom: 12%;
    z-index: 5;
}
a.back-to-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    padding: 8px;
    font-size: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 3;
}
a.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* end button */

/* start table*/

/* ==============================================
　　Table
==============================================*/

table {
    margin: 0px auto;
    padding: 0px;
    border-collapse: collapse;
    background: #ffffff;
}
table th, table td {
    padding: 5px;
    color: #3d3d3d;
    border: 1px solid #ccc;
    background: #ffffff;
}
table.form, table.normal {
    width: 100%;
    border-spacing: 1px;
    font-size: 14px;
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
    table.form tr, table.normal tr:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
    }
    table.normal tr, table.form tr {
        padding: 2%;
        font-size: 1em;
    }
}
table.form th {
    text-align: right;
    vertical-align: top;
}
table.form td {
    text-align: left;
}
table.normal th {
    text-align: center;
    background: #ececec;
    padding: 10px 5px;
    *border-bottom: 1px solid #ccc;
}
table.normal td {
    text-align: left;
    *border-bottom: 1px solid #ccc;
}
table.normal tr {
    border-bottom: 0px;
}
table.normal td p {
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
    line-height: 16px;
}
table th u {
    color: #ff0000;
    text-decoration: none;
}
table th div {
    color: #06466a;
    text-align: right;
    font-weight: normal;
}
/*位置*/

table.normal tr.gridc td {
    text-align: center;
}
table.normal tr.gridl td {
    text-align: left;
}
table.normal tr.gridt td {
    vertical-align: top;
}
table.normal th.gridl, table.normal td.gridl, table.table td.gridl, table.nogrid th.gridl {
    text-align: left !important;
}
table.normal td.gridc, table.table td.gridc {
    text-align: center !important;
}
table.normal th.gridr, table.normal td.gridr, table.nogrid td.gridr, table.table th.gridr, table.table td.gridr {
    text-align: right;
}
table th.gridt, table td.gridt {
    vertical-align: top;
}
/*字色*/

table.normal tr td {
    color: #3366cc;
}
table.normal tr.fcDark td {
    color: #252525;
}
table.normal tr.fcTxt td, table.normal tr td.fcTxt {
    color: #555;
}
table.normal tr td.fcRed {
    color: #d92018 !important;
}
table.normal tr td.fcDark {
    color: #252525;
}
/*底色*/

table#activity_list, table#activity_list td {
    background: none;
}
/* end table*/

/** start ticket area **/

.line-lf {
    border-left: 1px solid #dedede;
}
@media (max-width: 991px) {
    .line-lf {
        border: none;
    }
}
.page-info {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.flow-content .activityT {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 7px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    .flow-content .activityT {
        font-size: 16px;
        line-height: 18px;
    }
}
.page-info .select01 {
    font-size: 14px;
    max-height: 40px;
    width: 98.5%;
}
@media (max-width: 767px) {
    /** 767.99px 邊際值處理 **/
    .page-info .hidden-xs {
        display: none!important;
    }
}
.process-wizard>.process-wizard-step {
    padding: 0;
    position: relative;
}
.process-wizard>.process-wizard-step .process-wizard-stepnum {
    color: #595959;
    font-size: 14px;
}
@media (max-width: 767px) {
    .proces-wizard>.process-wizard-step .process-wizard-stepnum {
        font-size: 12px;
    }
}
.hidden-scroll {
    width: 100%;
    display: none;
}
.visible-scroll {
    width: 100%;
    display: inline-block;
}
@media (max-width: 991px) {
    .visible-scroll {
        display: none;
    }
    .hidden-scroll {
        display: inline-block;
    }
}
.venue-top {
    margin-top: 20px;
    width: 100%;
}
.venue {
    float: left;
}
.area_select {
    float: right;
}
ul.area-list li span {
    margin-right: 2%;
}
.zone.area-list>ul>li {
    padding: 1px 0 1px 5px;
    color: #333;
    margin-left: 2%;
    text-align: left;
}
.zone.area-list>ul>li a {
    cursor: pointer;
    color: #333;
}
.area-list div {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #e6e6e6;
}
/** end ticket area **/

/** start ticket verify**/

#response.well {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.zone-verify {
    margin-top: 10px;
    width: 100%;
    padding: 30px;
    text-align: left;
    border: 1px solid #dedede;
    background-color: #f7f7f7;
}
/** end ticket verify**/

/** start ticket ticket **/

.select-area {
    *margin: 5px 0;
}
.select-area p>span:first-of-type {
    background-color: #eee;
    padding: 5px 10px;
    margin: 0px 10px;
    border-radius: 5px;
    vertical-align: middle;
}
.select-area span i {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #00a99c;
}
.select-area p>span:last-of-type {
    margin-top: 8px;
}
@media (max-width: 767px) {
    .select-area p>span:last-of-type {
        display: block;
    }
}
.ticket-tix {
    border: 1px solid #ccc;
    padding: 3px;
    width: 100%;
}
@media (max-width: 767px) {
    .ticket-tix {
        border: none;
    }
}
.ticket-tix tbody tr:not(:last-child) {
    border-bottom: 1px solid #dadada;
}
.ticket-tix th, .ticket-tix td {
    text-align: center;
    vertical-align: middle;
}
table.ticket-tix tr th {
    color: #fff;
    padding: 10px 5px;
    border-right: 1px solid #ccc;
    background-color: #a51009;
    font-weight: normal;
}
table.ticket-tix tbody td {
    padding: 10px 5px;
    color: #fff;
}
table.ticket-tix tbody td p {
    color: #555;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
    line-height: 16px;
}
table .mobile-select {
    width: 100%;
}
.pay-column .blockPayment .blockPaymentTicket {
    border: 1px solid #005fae;
    background: #ffffff;
    margin: 2px 8px;
    border-radius: 5px;
}

.pay-column .blockPayment .blockPaymentTicketTitle {
    width: 100%;
    background: #e0e0e0;
    border-radius: 5px 5px 0 0;
}

.pay-column .blockPayment .blockPaymentTicket div {
    padding: 4px 4px;
    display: inline-block;
}
.verify-img {
    text-align: right;
    padding-right: 10px;
}
.verify-word {
    float: left;
    padding-left: 5px;
}
@media (max-width: 767px) {
    .verify-word {
        text-align: justify;
        padding-left: 5px;
    }
    .verify-img {
        text-align: center;
        padding-left: 0px;
        padding-bottom: 8px;
    }
    .verify-img img {
        margin-right: 0!important;
    }
}
.remark-word {
    text-indent: -14px;
    margin-left: 14px!important;
}
.title-refund {
    text-indent: -67px;
    margin-left: 67px!important;
    font-size: 20px;
    font-weight: bold;
}
.agree-refund {
    text-indent: -21px;
    margin-left: 40px!important;
}
.agree-refund label{
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.btn-reselect {
    margin: 5px 0px;
    padding: 6px 12px;
    line-height: 22px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    color: #222;
    cursor: pointer;
    border: 1px solid #b2b1b2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-reselect:hover:not(:disabled) {
    background-color: #eee;
}
.line-btm {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.line-top {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}
.btn2 {
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #d92018;
    background-color: #ffe6e6;
    padding: 8px;
    border: 1px solid #ebccd1;
    border-radius: 5px;
    font-size: 20px;
}
.pay-column {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 2px;
    border-radius: 5px;
    font-size: 14px;
}
.pay-column p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    margin: 0;
}
.pay-column>label p {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    font-size: inherit;
    vertical-align: top;
}
.pay-column>p, .pay-column .pd-left {
    padding-left: 16px;
    margin: 0;
}
.pay-column label:not(.subLabel) {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0;
    text-indent: -16px;
    margin-left: 16px;
}
.pay-column>label:not(.subLabel)>input {
    margin-right: 5px;
}
.pay-column .pd-top {
    padding-top: 5px;
}
.pay-column .pd-left .row label {
    clear: both;
    width: initial;
    margin-bottom: 5px;
    font-size: 14px;
}
.pay-column .pd-left .row input {
    margin: 0px 5px;
}
.pay-column .blockPayment.block-b {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}
.pay-column .blockPayment.block-y {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.pay-column .blockPayment {
    border: 1px solid #ebccd1;
    padding: 2px 0px 4px 4px;
    margin: 2px 0px 2px 14px;
    border-radius: 5px;
    width: 97%;
    font-weight: unset;
}
.pay-column .blockPayment .blockPaymentTitle:before {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    background: url(../images/an-red.png);
    background-size: 16px 16px;
    margin-right: 3px;
    vertical-align: middle;
}
.btn-delete {
    margin: 0;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px;
    background-color: #d92018;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-delete:hover:not(:disabled):not(.btn-disabled) {
    background-color: #ff8080;
}
.btm-btn {
    text-align: center;
    vertical-align: middle;
    margin: 20px auto;
}
@media (max-width: 767px) {
    .btm-btn {
        margin: 10px auto;
    }
}
.btm-btn input {
    margin: 5px;
}
hr.hr {
    border-color: #dedede;
    width: 100%;
}

#form-ticket-ticket label {
   font-weight: normal;
   text-align: justify;
   text-indent: -22px;
   margin-left: 22px!important;
}

#TicketForm_verifyCode {
    width: 220px;
    min-height: 35px;
}
@media only screen and (max-width: 767.99px) {
    #TicketForm_verifyCode {
        width: 100%!important;
    }
}
/** end ticket ticket **/

/** start ticket finish**/

.pay-final p {
    margin: 0;
}
.pay-final p label {
    font-size: 15px;
}
.pay-final p span {
    font-size: 16px;
}
.tableBox .table-responsive .table>tbody tr.orderTicket>td:not(.initial) {
    text-align: center;
}
@media (max-width: 767px) {
    .tableBox .table-responsive .table>tbody tr.orderTicket>td:not(.initial) {
        text-align: left;
    }
}
/** end ticket finish**/

/** iV activity list page **/

.activity-list-title {
   font-size: 18px;
   background-color: #ddd;
   font-weight:500;
   padding: 10px;
   margin: 0px 5px 5px;
   letter-spacing: 2px;
   line-height: 20px;
}
.activity-list-more {
    border: 1px solid #999;
    padding: 3px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .activity-list-img {
        max-height: 226px;
        overflow: hidden;
    }
}
/** start login **/

a.login-type {
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
    height: 60px;
    margin: 15px 0 30px;
}
a.login-type:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 2px 5px #ddd;
    opacity: 0.95;
}
.btn-facebook {
    background-color: #3a578f;
}
.btn-google {
    background-color: #eb4236;
}
/** end login**/
/*---iv tour search & partner search---*/
.tourFeature {
   padding-bottom:10px;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}
.tag-title {
    color:#d92018;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 5px;
}
.tag-info {
    color:#777;
    line-height: 22px;
    font-weight: 400;
    max-height: 250px;
    overflow: hidden;
}
.tag-img {
    width: 100%;
}

@media (max-width: 767.99px) {
    .tag-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
    }
    .tag-text {
    width:100%;
    }
    .tag-img {
    width: 100%;
    margin-top:10px;
    }
    .line-btm {
    border:0;
    padding-bottom:0;
    }
}

#main-container{
    flex: 1;
}

.no-event {
   background-color: #eee;
   border: 1px solid #ddd;
   padding: 25px 8px;
   margin: 10px 5px;
   text-align: center;
}
/*---end iv tour search & partner search---*/



/* ==============================================
　　start 基本設定
============================================== */
/*element*/
.cursor {
    cursor: default;
}
/*size*/
h1,.h1 {
    font-size: 20px;
}
h2,.h2 {
    font-size: 18px;
}
h3,.h3 {
    font-size: 16px;
}
h4,.h4 {
    font-size: 15px;
}
h5,.h5 {
    font-size: 14px;
}
h6,.h6 {
    font-size: 12px;
}

/*color*/
.fcLightBlue {
    color: #337ab7 !important;
}
.fcBlue{
    color: #007cc3 !important;
}
.fcLight {
    color: #f05f70 !important;
}
.fcRed {
    color: #d92018 !important;
}
.fcSpot {
    color: #d40000 !important; /*d30e00統一改為此*/
}
.fcDark {
    color: #252525 !important;
}
.fcGray {
    color: #666 !important;
}
.fcDarkRed {
    color: #a51009 !important;
}
a.fcLight:hover  {
    color: #ec3046 !important;
}

.blue {
    color: #005fae !important;
}

a.fcLightBlue:hover {
   color: #007cc3 !important;
}

/*background*/
.bgLightRed {
    color: #ffeaea !important; /*diane*/
}

/*Weight*/
.fwN {
    font-weight: normal !important;
}
.fwB {
    font-weight: bold !important;
}

/*text-align*/
/*請用bootstrap text-left...*/

/*margin*/
.mg-0 {
    margin: 0 !important;
}
.mgtb-20 {
    margin: 20px 0px !important;
}
.mg-c {
    margin: 0 auto !important;
}
.mgt-5 {
    margin-top:5px !important;
}
.mgt-10 { /*diane*/
    margin-top: 10px !important;
}
.mgt-15 { /*diane*/
    margin-top: 15px !important;
}
.mgt-20 { /*diane*/
    margin-top: 20px !important;
}
.mgb-5 {
    margin-bottom:5px !important;
}
.mgb-10 { /*diane*/
    margin-bottom: 10px !important;
}
.mgl-5 {
    margin-left:5px !important;
}
.mgr-5 {
    margin-right:5px;
}
.mglr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

/*padding*/
.pd-0 {
    padding:  0!important;
    padding-left: 0!important;
    padding-right:  0!important;
    padding-top:  0!important;
    padding-bottom:  0!important;
}
.pdl-0 {
    padding-left: 0!important;
}
.pdr-0 {
    padding-right: 0!important;
}

/* ==============================================
　　end 基本設定
============================================== */

@media (max-width: 479px) {
    .pageHeader ol.breadcrumb {
        float: left!important;
        min-height: 15px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb {
        float: right!important;
        min-height: 70px;
    }
}

.pageHeader ol.breadcrumb .active {
    color: #252525;
    text-transform: uppercase;
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 16px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0;
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0 10px;
    }
}

.pageHeader ol.breadcrumb li a {
    text-transform: uppercase;
    color: #969696;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pageHeader ol.breadcrumb li a:hover {
    opacity: .9;
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 9px;
        line-height: 15px;
    }
}

@media (min-width: 480px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 16px;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .pageHeader .page-title h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 480px) {
    .pageHeader .page-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .pageHeader .page-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .pageHeader .page-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.container.page-title {
    font-size: 15px;
}

/** 35. Process Steps
*************************************************** **/

.process-wizard {
    padding: 10px 0 5px 0;
}

.process-wizard > .process-wizard-step {
    padding: 0;
    position: relative;
}

.process-wizard > .process-wizard-step + .process-wizard-step {}

.process-wizard > .process-wizard-step .process-wizard-stepnum {
    color: #595959;
    font-size: 14px;
}

@media (max-width: 767px) {
    .process-wizard > .process-wizard-step .process-wizard-stepnum {
        font-size: 14px;
    }
}

@media (max-width: 414px) {
    .process-wizard > .process-wizard-step .process-wizard-stepnum {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    .process-wizard > .process-wizard-step .process-wizard-stepnum {
        font-size: 16px;
    }
}

.process-wizard > .process-wizard-step .process-wizard-info {
    font-size: 14px;
}

@media (max-width: 414px) {
    .process-wizard > .process-wizard-step .process-wizard-info {
        font-size: 12px;
    }
}


.process-wizard > .process-wizard-step > .process-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 47px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.process-wizard > .process-wizard-step > .process-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.process-wizard > .process-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.process-wizard > .process-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.process-wizard > .process-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.process-wizard > .process-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.process-wizard > .process-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.process-wizard > .process-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.process-wizard > .process-wizard-step.disabled > .process-wizard-dot {
    background-color: #f5f5f5;
}

.process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {
    opacity: 0;
}

.process-wizard > .process-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.process-wizard > .process-wizard-step:last-child > .progress {
    width: 50%;
}

.process-wizard > .process-wizard-step.disabled a.process-wizard-dot {
    pointer-events: none;
}

/* default */

.process-wizard-default > .process-wizard-step > .process-wizard-dot,
.process-wizard-default > .process-wizard-step > .progress > .progress-bar {
    background: #ccc;
}

.process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
    background-color: #666;
}

/* info */

.process-wizard-info > .process-wizard-step > .process-wizard-dot,
.process-wizard-info > .process-wizard-step > .progress > .progress-bar {
    background: #d40000;
}

.process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
    background-color: #fff;
}

/* warning */

.process-wizard-warning > .process-wizard-step > .process-wizard-dot,
.process-wizard-warning > .process-wizard-step > .progress > .progress-bar {
    background: #fbe8aa;
}

.process-wizard-warning > .process-wizard-step > .process-wizard-dot:after {
    background-color: #fbbd19;
}

/* success */

.process-wizard-success > .process-wizard-step > .process-wizard-dot,
.process-wizard-success > .process-wizard-step > .progress > .progress-bar {
    background: #d6e9c6;
}

.process-wizard-success > .process-wizard-step > .process-wizard-dot:after {
    background-color: #3c763d;
}

/* success */

.process-wizard-danger > .process-wizard-step > .process-wizard-dot,
.process-wizard-danger > .process-wizard-step > .progress > .progress-bar {
    background: #ebccd1;
}

.process-wizard-danger > .process-wizard-step > .process-wizard-dot:after {
    background-color: #a94442;
}

/* Tab Process Steps */

ul.process-steps,
ul.process-steps li {
    border: 0 !important;
    text-align: center;
}

ul.process-steps li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #111;
    border: #666 1px solid !important;
    background-color: #fff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

ul.process-steps li.active a,
ul.process-steps li.active:hover > a {
    color: #fff !important;
    background-color: #333;
}

ul.process-steps li:after,
ul.process-steps li:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 0;
    width: 50%;
}

ul.process-steps li:first-child:before {
    display: none;
}

ul.process-steps li:last-child:after {
    display: none;
}

ul.process-steps li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
}

ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
    margin: 0px 0 0 0;
}

ul.process-steps li > a > i {
    margin: 0;
    padding: 0;
    margin-left: -4px;
    margin-top: -1px;
    font-size: 28px;
    line-height: 28px;
}

ul.process-steps li > a > i.fa {
    font-size: 30px;
    line-height: 30px;
}

ul.process-steps.process-steps-square li a {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

@media only screen and (max-width: 767px) { /*diane190517 768.99*/
    ul.process-steps li:after,
    ul.process-steps li:before {
        display: none;
    }
    ul.process-steps li h1,
    ul.process-steps li h2,
    ul.process-steps li h3,
    ul.process-steps li h4,
    ul.process-steps li h5,
    ul.process-steps li h6 {
        margin: 10px 0 30px 0;
    }
}

@media only screen and (max-width: 482px) {
    ul.process-steps li > a {
        display: inline-block !important;
    }
    ul.process-steps li h1,
    ul.process-steps li h2,
    ul.process-steps li h3,
    ul.process-steps li h4,
    ul.process-steps li h5,
    ul.process-steps li h6 {
        margin: 3px 0;
        display: block;
    }
    ul.process-steps li {
        padding: 10px 0;
    }
}

/** 36. Price Table
 **************************************************************** **/

/*---------節目下拉氏選單------------*/

.select01 {
    font-size: 14px;
    max-height: 40px;
    width: 100%;
}

.select01 option {
    margin: 0;
    padding: 0;
}

.w30 {
    width: 30%
}

.w80 {
    width: 80%
}

.w100 {
    width: 100%
}

.line {
    border: #dedede;
    border-width: 1px;
    border-style: solid;
}

.line2 {
    border: 1px solid #dedede;
    padding: 1% 1%;
    margin: 15px auto;
}

.bgf7 {
    background: #f7f7f7;
}

.h6 {
    padding: 0 0 0 20px;
    line-height: 80px;
    font-size: 20px;
    color: #000;
    font-size: 20px
}

/*--------------選區域CSS-----------*/

.zone {
    margin-top: 10px;
    text-align: left;
}

.zone.area-list {
    width: 100%;
    overflow: auto;
}

.zone.area-list.line1 {
    height: 26px;
}

.area-list div {
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #e6e6e6;
}

.area-list ul {
    line-height: 24px;
    padding-left: 5px;
}

.area-list span {
    width: 17px;
    height: 17px;
    background: #00a99c;
    border-radius: 3px;
    display: inline-block;
    line-height: 17px;
    padding-right: 3px;
}
.btn3 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 18px;
    width: 120px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #FF3333;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn3:hover {
    width: 120px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #000;
    background: #eee;
}

.flow-content {
    margin: 0 0 30px 0;
}

.area {
    margin: 0 20px 0 20px;
    float: left;
    border: 1px solid #888888;
    line-height: 40px;
    min-height: 40px;
    min-width: 180px;
    background: #f9f9f9;
    color: #888888;
}
.pd01 {
    padding: 10px;
    line-height: 30px
}

.A {
    max-width: 20px;
    max-height: 20px;
    background: #01bf5f;
    line-height: 35px;
    margin: 13px 10px 0px 20px;
    float: left;
}

input,
textarea,
select {
    border: 1px solid #ccc;
    padding: 3px 4px;
    color: #222;
    font-size: 13px;
    resize: none;
    overflow: hidden;
}
select option {
    background-color:aliceblue;
}

input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin: -3px 3px;
    padding: 0;
    border: 0;
    transform: scale(1.1);
    vertical-align: middle;

}

.C {
    text-align: center;
    vertical-align: middle;
}

.bg_g {
    background: #f7f7f7;
}

li.news, li.news-list-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

li.news {
    color: #555;
    text-decoration: none;
    font-size: 13.5px;
    *min-height: 31px;
    *margin: 10px 0 2px -15px; /*diane*/
    margin: 5px 0 2px 0px; /*diane*/
}


li.news-page {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    line-height: 12px;
    margin: 0 0 2px 0;
}

@media (max-width: 767px) {
    li.news {
        *margin: 0 0 2px 0; /*diane*/
    }
}

@media (min-width: 1200px) {
    li.news {
        color: #555;
        text-decoration: none;
        font-size: 14px;
        line-height: 12px;
    }

}

@media (min-width: 1600px) {
    li.news {
        color: #555;
        text-decoration: none;
        font-size: 15px;
        line-height: 12px;
        *margin: 10px 0 5px -15px; /*diane*/
    }

}

li.news a {
    color: #555;
    line-height: 20px;
    display: inline-block;
    padding-left: 20px;
    *background: url(../images/list-style-01.png) no-repeat; /*diane*/
    background-size: 14px 14px;
    background-position-y: 4px;
}

li.news-page a {
    line-height: 20px;
    display: block;
    padding-left: 20px;
    *background: url(../images/list-style-01.png) no-repeat; /*diane*/
    background-size: 14px 14px;
    background-position-y: 5px;
}

.thumbnail li.newslist a {
    font-size: 18px
}

li.news, li.news a {
    *display: block !important;
    overflow: hidden !important;
    padding-left: 0px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 25px;
}

li.news a:hover {
    color: #d40000;
}

/*新版進站燈箱*/
.fancybox-Newweb {
  width: 100%;
  font-size:16px;
}

@media (min-width: 768px) {
 .fancybox-Newweb {
   width: 85%;
 }
}

@media (min-width: 1280px) {
 .fancybox-Newweb {
   width: 65%;
 }
}

.new-web {
margin-left:20px;
}
ul.new-web>li {
list-style: disc;
font-size:16px;
margin-top:5px;
}
ul.new-web-sub{
margin-left:25px;
}
ul.new-web-sub>li {
list-style: square;
font-size:16px;
margin-top:5px;
}

/** 手機版回舊站連結 **/
.exweb-xs {
background: #555;
text-align: center;
padding: 2px 0;
letter-spacing: 1px;
}
.exweb-xs a {
color:#fff;
font-size:16px;
}
.exweb-xs a:hover {
color:#ddd;
}

/* 串流配送 start */
.streaming{
    display:flex;
    flex-direction: row;
    align-items: center;
}
.streaming a + a {
    margin: 0 0 0 5px;
}
@media (min-width: 767.99px) {
   .streaming{
       flex-direction: column;
   }
   .streaming a + a {
    margin: 5px 0 0 0;
    }
}
.streaming-status{
    display: flex;
    line-height:1.2;
    min-height: 25px;
    align-items: center;
    padding: 0 5px;
    background-color: #ffffff;
    color:#aaa;
    border:1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin: 6px 0;
}
@media (min-width: 767.99px) {
    .streaming-status{
        margin: 0;
    }
}
.streaming-info {
    font-size:12px;
    color:#428bca;
    text-decoration: underline;
}
.streaming-info a{
    text-decoration: underline;
}
.streaming-info a:hover{
    color:#2a6496;
}

.streaming-status.active{
    color:#428bca;
    border:1px solid #428bca;
    cursor:pointer;
}
.streaming-status.active:hover{
    color:#fff;
    border:1px solid #2a6496;
    background-color:#2a6496;
}
.streaming-code{
    font-size: 90%;
}

.streaming-code .code-title{
    color:#D93A3A;
    line-height:1.1;
    margin: 5px 0 2px;
}

.code-view{
    font-size:12px;
    word-break: break-all;
    line-height: 1.1;
    background: #F6F6F6;
    color:#333;
    padding: 3px 2px;
    cursor:pointer;
}
.code-view > i{
    color: #252525;
    margin: 2px 5px;
    padding: 2px;
}
/* 串流配送 finish */

/** start of opt-in **/
#evPartners .alert-info {
    color: #262626;
    background-color: #f3f3f3;
    border-color: #BFBFBF;
}
.consentForm .form-check label {
	margin-left:0;
	font-weight:400!important;
	margin-top: 4px;
}
.consentForm .form-check-input {
	margin-top:7px;
}

.consentForm .partnerList .evPartnerLink {
	color:#026cdf;
	font-size:15px;
}
.text-superscript {
	display: inline-flex;
    vertical-align: top;
}
#evPartners .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
#evPartners .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.evPartner-consent-form ol, .evPartner-consent-form ul {
    padding-left: 25px;
}
.evPartner-consent-form ul li {
    list-style-type: inherit;
}
/** end of opt-in **/

/* Ticket Transfer */
.select-ticket {
    border-radius:4px;
    background:white;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    position: relative;
    background-clip: padding-box;
	padding: 1rem;
}
.select-ticket::before {
    content: '';
    width: 100%;
    height: 4px;
    background-image: linear-gradient(90deg, #6D236B, #4969A8, #54A2B0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 0;
    left: 0;
    position: absolute;
}
.non-transferable  {
    cursor: not-allowed;
    position:relative;
}

.non-transferable .select-ticket {

}
.non-transferable .transfer-status {
    color: #ffffff;
    background:#D93A3A;
    background:rgba(217, 58, 58, 0.7);
    opacity: 1;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding:9px 16px;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.altCheckbx {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}
.altCheckbx.disabled {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    cursor: not-allowed;
    filter: none;
    opacity: .5;
}
.red-fill {fill:#D93A3A;cursor:pointer;}
.blue-fill {fill:#026cdf;cursor:pointer;}
.green-fill {fill:rgb(7, 138, 9);cursor:pointer;}
.black-fill {fill:#262626;cursor:pointer;}
.black-fill-07 {fill:rgba(38,38,38,0.7);cursor:pointer;}
.black-fill-05 {fill:rgba(38,38,38,0.5);cursor:pointer;}
.transfer-heading {
    line-height: 1.5;
    margin-bottom: 24px;
    padding-bottom: 15px;
}
.orderHistory {
    flex-direction: column;
}
/* for iV Transfer */
.pb-5 { 
	padding-bottom: 3rem !important; 
}
.mb-3 {
    margin-bottom: 15px !important;
}
.mgt-24 {
    margin-top: 24px;
    margin-bottom: 0;
}
.d-block { 
	display: block !important; 
}
.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.text-bold {
	font-weight: 600;
}
.text-normal {
	font-weight: normal !important;
}
.transferStep .ticket_detail {
    border: 0px;
    padding: 0px;
}
.ticket_detail .table { 
	margin-bottom: 0px; 
}
.btn.btn-outline-primary {
    color: #d40000;
    background-color: #fff;
    border: 1px solid #d40000;
	border-radius: 2px 0px 0px 2px;
    padding: 5px;
    line-height: 1.4;
    font-size: 14px;
}
.btn.btn-outline-primary:hover {
    color: #d40000;    
    background-color: #EEE;
}
ul.disc {
    padding: 0 24px;
}
ul.disc li {
    list-style-type: disc;
    border: none;
    margin-bottom: 5px;
}
.nav-pills li a {
    border: 1px solid #CCC;
    background: #ffffff;
    border-radius: 0;
    border-right: 0;
    font-weight: 500;
    font-size: 15px;    
    position: relative;
    display: block;
    padding: 10px 16px;
}
@media screen and (max-width: 576px) {
    .nav-pills li a {
        padding: 10px 12px;
    }
}
.nav-pills li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-pills li a.active, .nav-pills li a:hover, .nav-pills li a:focus {
    color: #d92018;
    border-color: #CCC;
    background-color: #eee;
}
.nav-pills li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px solid #CCC;
}
.nav-pills > li + li {
    margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
    #tixtr-select .q-mark {
        position: absolute;
        right: -5px;
        top: -10px;
    }
    .xs-w100 {
        width: 100%;
    }
    .transferStep button {
        width: 100%;
        margin: 8px 0;
    }
    .transferHistory .repo_bg {		
            border: 1px solid #ccc;       
        }
    .border-end {
        border-right: 0px !important;
    }
    .transferStep .tb_note {
        padding: 16px 0px !important;
        border-top: 1px solid #BFBFBF;
    }
    .transferStep ul.disc {    
        padding: revert;  
    }
    .transferStep ul.disc li {   
        border-bottom: none;
    }
    .transferStep .repo_bg:last-child { 
        border-bottom: 1px solid #CCC;
    }
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}
/* End of Ticket Transfer */
.text-start {
    text-align: left !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: #198754 !important;
}
.qrEntered {
    margin: 15px 0;
    text-align: center; 
	font-size: 24px;	
}
.text-small, .small {
    font-size: 14px;
}