@charset "UTF-8";

.content-area {
    padding-top: 30px;
    padding-bottom: 60px;
}

    .content-area a {
        color: #0054a4;
        text-decoration: none !important;
    }

        .content-area a:hover {
            text-decoration: underline !important;
        }
/*------------------------------------------------------------------------*-
    $Extend Class / 擴充樣式
-*------------------------------------------------------------------------*/
.m-t-none {
    margin-top: 0 !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-t-s {
    margin-top: 10px !important;
}

.m-t-m {
    margin-top: 20px !important;
}

.m-t-l {
    margin-top: 30px !important;
}

.m-t-xl {
    margin-top: 40px !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-b-s {
    margin-bottom: 10px !important;
}

.m-b-m {
    margin-bottom: 20px !important;
}

.m-b-l {
    margin-bottom: 30px !important;
}

.m-b-xl {
    margin-bottom: 40px !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-l-s {
    margin-left: 10px !important;
}

.m-l-m {
    margin-left: 20px !important;
}

.m-l-l {
    margin-left: 30px !important;
}

.m-l-xl {
    margin-left: 40px !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-r-s {
    margin-right: 10px !important;
}

.m-r-m {
    margin-right: 20px !important;
}

.m-r-l {
    margin-right: 30px !important;
}

.m-r-xl {
    margin-right: 40px !important;
}

@media (max-width: 767px) {
    .m-b-none--screen-xs {
        margin-bottom: 0 !important;
    }

    .m-b-xs--screen-xs {
        margin-bottom: 5px !important;
    }

    .m-b-s--screen-xs {
        margin-bottom: 10px !important;
    }

    .m-b-m--screen-xs {
        margin-bottom: 20px !important;
    }

    .m-b-l--screen-xs {
        margin-bottom: 30px !important;
    }

    .m-b-xl--screen-xs {
        margin-bottom: 40px !important;
    }
}

/*------------------------------------------------------------------------*-
    $Article-Typography / 文字相關
-*------------------------------------------------------------------------*/
/*list: ul ol*/
.list-unOrder {
    padding-left: 20px;
}

    .list-unOrder li {
        list-style: disc;
        margin-bottom: 5px;
    }

.list-order-decimal {
    padding-left: 30px;
}

.list-order-decimal-1number {
    padding-left: 19px;
}

.list-order-decimal li {
    list-style: decimal;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------------*-
    $Component / 元件
-*------------------------------------------------------------------------*/
/*取自於 Sapient inc.css*/
/*圖片路徑*/
.ui-select-wrapper:before {
    content: '';
    background: url(../images/arrow-brandblue.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 40%;
    z-index: 2;
}

/*取自於 Sapient article.css*/
.content-article {
    margin: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    background-color: #f8f8f8;
    box-shadow: 2px 2px 4px #ddd;
}

    .content-article h2,
    .content-article .content-article-heading {
        color: black;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .content-article p {
        padding-left: 15px;
        font-size: 14px;
        max-width: 670px;
        padding-right: 15px;
    }

/*補充 article.css*/
.content-headline h3 {
    font-size: 18px;
}

.content-headline h4 {
    font-size: 16px;
}

.content-headline .only-article-area {
    width: 670px;
}

.only-article-area {
    width: 670px;
}

/*補充 booking.css, article.css*/
.invoice-horizontalblock,
.invoice-block,
.article-block {
    padding-left: 7.5px;
    margin: 15px 0;
}

.ui-select-wrapper {
    width: 100%;
}

.invoice-input .invoice-form-title {
    padding-left: 0;
}

a.btn-ghost-blue {
    display: inline-block;
    min-width: 208px;
}

    a.btn-ghost-blue:hover {
        text-decoration: none !important;
    }

a.btn-brand-pink {
    display: inline-block;
    color: #fff;
    min-width: 208px;
}

    a.btn-brand-pink:hover {
        text-decoration: none !important;
    }

a.btn-brand-violet {
    display: inline-block;
    min-width: 208px;
}

    a.btn-brand-violet:hover {
        text-decoration: none !important;
    }

/*資料表格*/
.ci-data-table {
    margin-bottom: 20px;
}

    .ci-data-table > tbody:nth-of-type(even) tr {
        background-color: #fbfbfb;
    }

    .ci-data-table > thead > tr > td,
    .ci-data-table > thead > tr > th,
    .ci-data-table > tbody > tr > td,
    .ci-data-table > tbody > tr > th,
    .ci-data-table > tfoot > tr > td,
    .ci-data-table > tfoot > tr > th {
        padding: 10px 0;
        font-weight: normal;
    }

    .ci-data-table > tbody + tbody {
        border-top: none;
    }

    .ci-data-table > thead > tr > th {
        background-color: #fbfbfb;
        border: 0;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 3px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .ci-data-table > thead > tr > th:last-of-type {
            border-right: none;
        }

    .ci-data-table > tbody > tr > td {
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .ci-data-table > tbody > tr > td:last-of-type {
            border-right: none;
        }

.table.table-verticle-middle > thead > tr > th,
.table.table-verticle-middle > tbody > tr > th,
.table.table-verticle-middle > tfoot > tr > th,
.table.table-verticle-middle > thead > tr > td,
.table.table-verticle-middle > tbody > tr > td,
.table.table-verticle-middle > tfoot > tr > td {
    vertical-align: middle;
}

.table-value-s {
    font-size: 12px;
}

.table-value-m {
    font-size: 14px;
}

.table-value-xl {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}

.table .text-left {
    text-align: left !important;
}

.table .text-right {
    text-align: right !important;
}

.static-value-m {
    font-size: 16px;
}

.heading-hasSub small {
    display: inline;
    color: #fff;
    font-size: 60%;
}

.input-in-table {
    margin: 0 5%;
}

.checkbox-in-table input[type="checkbox"] {
    top: 9px;
}

.radio-in-table {
    padding-left: 0;
}
/*------------------------------------------------------------------------*-
    $Page / 以頁面區分
-*------------------------------------------------------------------------*/
.table-enquiryBooking tbody > tr > td {
    padding-top: 25px;
    padding-bottom: 25px;
}