﻿@charset "utf-8";
/*@import "reset.css";*/
@font-face {
    font-family: 'wegoluck_icons';
    src: url('../Fonts/wegoluck_icons.eot');
    src: url('../Fonts/wegoluck_icons.eot') format('embedded-opentype'), url('../Fonts/wegoluck_icons.ttf') format('truetype'), url('../Fonts/wegoluck_icons.woff') format('woff'), url('../Fonts/wegoluck_icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------ Common Setting ------*/
* {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

body {
    font-family: 'Segoe UI',SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    font-size: 15px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, h2, h3, h4 {
    margin: 0 0 20px;
}

h5, h6 {
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 18px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CCC;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *display: inline-block;
    /*height: 1%;*/
}

.clear {
    clear: both;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.valign_bottom {
    position: absolute;
    bottom: 1em;
}

.hide {
    display: none !important;
}

.half {
    width: 50%;
    float: left;
}

.highlight {
    color: #C00 !important;
    font-weight: bold !important;
}

.disable {
    color: #999;
}

.wrong_text {
    font-weight: bold;
    color: #ff2800 !important;
}

.success_text {
    font-weight: bold;
    color: #43a946;
}

.color-blue {
    color: #09C;
}

input.disable {
    background: #eee;
    color: #999;
}

    input.disable [placeholder] {
        color: #aaa;
    }

input.larger[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
}

input.wrong_status, select.wrong_status {
    background: rgba(255,40,0,0.1);
    border: 1px solid #ff2800 !important;
    font-weight: bold;
    color: #ff2800 !important;
}

input.full_text {
    min-width: 400px;
}

label + label {
    margin-left: 1em;
}

textarea {
    width: 90%;
}

/*-----------------------主選單icon-----------------------*/

/* 商品管理 */
i.icon_pdcManage {
    background-image: url(../../images/menu/icon_pdcManage.svg);
}
/* 數位履歷 */
i.icon_videoCatalog {
    background-image: url(../../images/menu/icon_videoCatalog.svg);
}
/* 寄倉管理 */
i.icon_shipManage {
    background-image: url(../../images/menu/icon_shipManage.svg);
}
/* 供應鏈管理*/
i.icon_chainManage {
    background-image: url(../../images/menu/icon_chainManage.svg);
}
/* 價格管理 */
i.icon_priceManage {
    background-image: url(../../images/menu/icon_priceManage.svg);
}
/* 營收管理 */
i.icon_revenueManage {
    background-image: url(../../images/menu/icon_revenueManage.svg);
}
/* 存退貨管理 */
i.icon_stockManage {
    background-image: url(../../images/menu/icon_stockManage.svg);
}
/* 渠道管理 */
i.icon_platformMgmt {
    background-image: url(../../images/menu/icon_platformMgmt.svg);
}
/* 行銷管理 */
i.icon_marketingManage {
    background-image: url(../../images/menu/icon_marketingManage.svg);
}
/* 通知與詢問 */
i.icon_notice {
    background-image: url(../../images/menu/icon_notice.svg);
}
/* 帳務管理 */
i.icon_accoutManage {
    background-image: url(../../images/menu/icon_accoutManage.svg);
}
/* 帳號與通知 */
i.icon_memberManage {
    background-image: url(../../images/menu/icon_memberManage.svg);
}

/* 发货管理 (一海通) */
i.icon_deliveryManage {
    background-image: url(../../images/menu/icon-deliveryManage.svg);
}
/* 工具管理 (一海通) */
i.icon_toolManage {
    background-image: url(../../images/menu/icon_toolManage.svg);
}
/* 报表管理 (一海通) */
i.icon_reportManage {
    background-image: url(../../images/menu/icon-reportManage.svg);
}

/* 船期管理 (已不使用) */
i.icon_dateManage {
    background-image: url(../../images/menu/icon_dateManage.svg);
}

/*------ wego icons ------*/
i.wego {
    font-weight: normal !important;
}

    i.wego:before {
        margin-right: 0.3em;
        font-family: 'wegoluck_icons';
        font-style: normal;
    }

i.forget:before {
    content: "\e918";
}

i.resend:before {
    content: "\e917";
}

i.facebook:before {
    content: "\e929";
}

i.line:before {
    content: "\e914";
}

i.telephone:before {
    content: "\e916";
}

i.email:before {
    content: "\e915";
}

i.logistics:before {
    content: "\e923";
}

i.analysis:before {
    content: "\e91d";
}

i.video:before {
    content: "\e922";
}

i.global:before {
    content: "\e91e";
}

i.service:before {
    content: "\e921";
}

i.service_small:before {
    content: "\e903";
}

i.list:before {
    content: "\e91f";
}

i.price:before {
    content: "\e920";
}

i.money:before {
    content: "\e91c";
}

i.box:before {
    content: "\e900";
}

i.shipper:before {
    content: "\e90e";
}

i.platform:before {
    content: "\e901";
}

i.percent:before {
    content: "\e902";
}

i.synchronize:before {
    content: "\e92d";
}

/*------ Container ------*/
/*主要內容---上方有fixed的header*/
.mainContent {
    padding-top: 170px;
}
/* 共用內容區外層 */
.container {
    width: 1120px !important;
    margin: 0 auto;
    position: relative;
}

    .container a {
        color: #069;
        text-decoration: underline;
        cursor: pointer;
    }

        .container a:hover {
            color: #09C;
            transition: 0.3s all;
            -webkit-transition: 0.3s all;
            -moz-ransition: 0.3s all;
        }

    .container input, .container select, .container textarea {
        width: auto;
        border-radius: 5px;
        border: 1px solid #BBB;
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    }

        .container input:focus, .container select:focus, .container textarea:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .container input, .container select {
        padding: 0.375em;
        margin: 0.3em 0.1em;
        font-size: 13px;
        line-height: 1.5;
    }

    .container table label input[type="checkbox"] {
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

    .container select {
        padding: 0.452em 0.357em;
    }

    .container input[type=checkbox], .container input[type=radio] {
        height: inherit;
    }

    .container textarea {
        padding: 10px;
        line-height: 1.2em;
    }

    .container input[type="radio"] {
        box-shadow: none;
    }

    .container input[readonly] {
        border: none;
        box-shadow: none;
    }

    /*錯誤狀態*/
    .container input.error, .container select.error, .container textarea.error {
        border-color: red;
    }

        .container input.error:focus, .container select.error:focus, .container textarea.error:focus {
            box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.25);
            outline: 0;
        }

    .container .error {
        color: red;
    }

    /*頁面寬度1300*/
    .container.container-lg {
        width: 1300px !important;
    }

/* 首頁內容區 */
.main_content, .page_content {
    min-height: 320px;
    line-height: 1.5em;
}

.main_content {
    padding: 40px 0;
}

    .main_content > h3 {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
        color: #980000;
    }

/* 內頁內容區 */
.page_content {
    padding: 0 0 40px;
}

    .page_content > h3,
    .page_content > div > h3 {
        margin: 0 0 30px;
        font-size: 20px;
        font-weight: bold;
        color: #980000;
    }

        .page_content > h3:before,
        .page_content > div > h3:before {
            background: #980000;
            width: 0.4em;
            height: 1em;
            margin-right: 0.5em;
            display: inline-block;
            float: left;
            content: "";
        }

/* 大段落 */
.section {
    margin: 0 auto 30px;
}

.page_content > .section:last-child {
    margin: 0 auto;
}

.section.separateBorder {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

.section_title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
}

    .section_title .float_right small { /*段落右邊的文字*/
        font-weight: normal;
    }

.section.separateBorder:last-child,
.section.separateBorder > .section_title {
    padding-bottom: 0;
    border-bottom: none;
}

.section .section_title.noboder { /*標題取消底線*/
    border: none;
    margin-bottom: 0;
}

.section_title.noboder + .bordertop { /*下方有狀態時增加標題底線*/
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/*標題旁加上按鈕*/
.section_title .float_right .button {
    margin-top: -15px;
}

/* 小段落 */
.paragraph, p {
    margin-bottom: 20px;
    font-weight: normal;
}

    .paragraph:last-child, p:last-child {
        margin: 0 auto;
    }

.paragraph_title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

/* 多欄式區塊群組 */
.blockGroup {
    margin: 0 auto;
    border-collapse: collapse;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .blockGroup > div {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        line-height: 1.5em;
        text-align: left;
        position: relative;
    }
    /* 多欄式區塊群組-二欄 */
    .blockGroup.two > div {
        width: calc(48% - 32px);
        padding: 15px;
    }
    /* 多欄式區塊群組-三欄 */
    .blockGroup.three > div {
        width: calc(32% - 32px);
        padding: 15px;
    }
    /* 多欄式區塊群組-四欄 */
    .blockGroup.four > div {
        width: calc(23.5% - 22px);
        padding: 10px;
    }
    /* 多欄式區塊群組-五欄 */
    .blockGroup.five > div {
        width: calc(19.2% - 22px);
        padding: 10px;
    }
    /* 多欄式區塊群組-六欄 */
    .blockGroup.six > div {
        width: calc(15.8% - 22px);
        padding: 10px;
    }

    .blockGroup.two > div,
    .blockGroup.three > div,
    .blockGroup.four > div {
        margin: 0 2% 20px 0;
    }

    .blockGroup.five > div,
    .blockGroup.six > div {
        margin: 0 1% 20px 0;
    }

        .blockGroup.two > div:nth-child(2n),
        .blockGroup.three > div:nth-child(3n),
        .blockGroup.four > div:nth-child(4n),
        .blockGroup.five > div:nth-child(5n),
        .blockGroup.six > div:nth-child(6n) {
            margin: 0 0 20px 0;
        }
/*表單 disabled*/
label.disabled {
    color: #ccc;
}

label.checked {
    color: #005CC8;
}
/* 表單群組 */
.formGroup {
    margin: 10px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.formData {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

    .formData .formTitle {
        font-weight: bold;
        text-align: right;
        color: #069;
        flex: none;
    }

    .formData .formText {
        padding-left: 5px;
        text-align: left;
        word-break: break-all;
    }

.container .formText input, .container .formText select {
    margin-top: 0;
    margin-bottom: 10px;
}
/*垂直顯示*/
.formGroup.column .formData {
    flex-flow: column;
}

.formGroup.column .formTitle {
    text-align: inherit;
}

.formGroup.column .formText {
    padding-left: 0;
}
/*加上框*/
.formGroup.border {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 10px;
}

.labelTitle { /*表單抬頭*/
    font-weight: bold;
    color: #069;
}

/*表單群組中的說明區塊*/
.formData > div.point_block {
    padding-bottom: 20px;
}

/* 搜尋列 */
.searchGroup button.search,
.searchGroup a.button.search {
    font-size: 13px;
}

    .searchGroup button.search:before,
    .searchGroup a.button.search:before {
        margin-right: 0.3em;
        font: normal normal normal 13px/1 wegoluck_icons;
        content: "\e925";
        display: inline-block;
        text-rendering: auto;
        vertical-align: middle;
    }

.searchGroup input#SearchText {
    width: 200px;
}

.searchGroup .other_checkbox {
    display: inline-block;
}

/* 單行搜尋列 */
.searchGroup > select, /* for舊版寫法 */
.searchGroup .searchBar {
    display: inline-block;
    /*vertical-align: middle;*/
}

    .searchGroup .searchBar button.search,
    .searchGroup .searchBar a.button.search {
        border-radius: 0 5px 5px 0;
        margin: 0 10px 0 -10px;
        vertical-align: initial;
    }

    .searchGroup .searchBar input {
        border-radius: 5px 0 0 5px;
    }

        .searchGroup .searchBar input[type="checkbox"] {
            float: none;
            margin-left: 1em;
        }

.searchGroup a + label {
    margin-left: 1em;
}

/*單行搜尋列 多筆條件*/
.searchData.inline {
    display: inline-block;
}

    .searchData.inline + .searchData.inline {
        margin-left: 1em;
    }

/* 多行搜尋列 */
.searchGroup .searchData.float_left {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

    .searchGroup .searchData.float_left + .searchData.float_left {
        margin-left: 0.5em;
    }
/*有加上框線的*/
.searchGroup.border {
    margin-bottom: 20px;
    border: 2px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
}

.container input[type="date"] { /*日期格是搜尋列*/
    padding: 0.33em 0.375em;
    vertical-align: middle;
}

/* 提示說明區塊 */
.point_block {
    width: calc(100% - 40px);
    background: #f5ebeb;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

    .point_block .point_block {
        width: initial;
        padding: 20px 0;
    }
    /* 左右排列 */
    .point_block.horizontal {
        display: table;
    }

        .point_block.horizontal > div {
            display: table-cell;
        }
    /* 上下排列 */
    .point_block.vertical {
        display: block;
    }

    .point_block .point_title {
        font-size: 16px;
        font-weight: bold;
    }

    .point_block.horizontal .point_title {
        min-width: 7em;
        border-right: 1px solid #BBB;
        padding-right: 0.5em;
    }

    .point_block.vertical .point_title {
        border-bottom: 1px solid #BBB;
        padding-bottom: 0.5em;
    }

    .point_block .point_title img {
        width: auto !important;
        height: 24px;
        padding-right: 5px;
        float: left;
    }
    /* 僅有標題，無內文 */
    .point_block.vertical.onlyTitle .point_title {
        border-bottom: none;
        padding-bottom: 0;
    }

    .point_block .point_text {
        font-size: 15px;
        font-weight: normal;
    }

    .point_block.vertical .point_text {
        padding-top: 1em;
    }

    .point_block.horizontal .point_title + .point_text {
        padding-left: 1em;
    }

    .point_block .point_text ul,
    .point_block .point_text ol {
        margin: 0;
        padding: 0 0 0 1.5em;
    }

        .point_block .point_text ul > li,
        .point_block .point_text ol > li {
            margin-bottom: 0.5em;
        }

            .point_block .point_text ul > li:last-child,
            .point_block .point_text ol > li:last-child {
                margin-bottom: 0;
            }

            .point_block .point_text ul > li > ul > li:first-child,
            .point_block .point_text ol > li > ul > li:first-child,
            .point_block .point_text ul > li > ul > li:first-child,
            .point_block .point_text ol > li > ul > li:first-child {
                margin-top: 0.5em;
            }

            .point_block .point_text ul > li > ul > li,
            .point_block .point_text ol > li > ul > li {
                list-style: disc;
            }

            .point_block .point_text ul > li > ol > li,
            .point_block .point_text ol > li > ol > li {
                list-style: lower-alpha;
            }

/* 小幫手區塊(有問號圖) */
.helper_block {
    color: #C00 !important;
    display: inline-block;
    cursor: pointer;
}

    .helper_block:before {
        background: url(../../images/icon_help.png);
        width: 24px;
        height: 24px;
        margin-right: 0.5em;
        display: inline-block;
        float: left;
        content: "";
    }

    .helper_block + div {
        width: 240px;
        background-color: #f5ebeb;
        padding: 10px;
        margin-top: 5px;
        margin-left: 30px;
        border: 1px solid #eeafaf;
        border-radius: 5px;
        box-shadow: 3px 3px 5px rgba(0,0,0,.2);
        line-height: 1.5em;
        font-weight: normal;
        color: #333;
        text-align: left;
        position: absolute;
        left: 0;
        z-index: 10;
        display: none;
    }

    /* 小幫手區塊(無問號圖) */
    .helper_block.noImage {
        color: inherit !important;
    }

        .helper_block.noImage:before {
            display: none;
        }

        .helper_block.noImage + div {
            width: calc(100% - 20px);
            margin: 5px 10px 0;
        }

/* 條列用數字方塊 */
.sequence_list {
    padding: 0;
}

    .sequence_list > li {
        list-style: none;
        text-indent: -1.8em;
        margin: 0.8em 0 0.8em 1.8em;
    }

    .sequence_list :not(li) {
        text-indent: 0;
    }

.sequence_number {
    background: #2a98cb;
    width: 1em;
    height: 1em;
    padding: 0.2em;
    margin-right: 0.5em;
    color: #FFF;
    line-height: 1em;
    text-align: center;
    text-indent: initial;
    display: inline-block;
}
/*條列用數字方塊-更新寫法-舊版不再使用2020-07-12*/
.sequence-list {
    counter-reset: li;
    padding: 0;
}

    .sequence-list > li {
        list-style: none;
        counter-increment: li;
        margin: 0.8em 0 0.8em 1.8em;
    }

        .sequence-list > li:before {
            content: counter(li);
            display: inline-block;
            width: 1em;
            margin-left: -2em;
            margin-right: 0.5em;
            direction: rtl;
            background: #2a98cb;
            height: 1em;
            padding: 0.2em;
            margin-right: 0.5em;
            color: #FFF;
            line-height: 1em;
            text-align: center;
        }

/* 勾選樣式條列區塊 */
ul.check_list {
    padding: 0 !important;
}

    ul.check_list li {
        list-style: none !important;
        font-weight: bold !important;
        padding-left: 1.5em !important;
        text-indent: -1.5em !important;
    }

        ul.check_list li:before {
            margin-right: 0.5em;
            color: #43a946;
            font-family: 'wegoluck_icons';
            content: "\e928";
        }

/* 註解字 */
.annotation {
    margin: 0 0.3em;
    color: #888;
    font-size: 13px;
    line-height: 1.5em;
}

/* 備註字 */
.remark_text {
    margin-bottom: 0.5em;
}

    .remark_text > img {
        padding-right: 5px;
        float: left;
    }

/* 關鍵字 */
.keyword {
    background: #3aace4;
    padding: 0.3em 0.5em;
    margin: 0 0.2em;
    border: 1px solid #2b9dd3;
    border-radius: 5px;
    color: #fff;
    line-height: 1em;
    position: relative;
}

    .keyword a.close {
        background: #eee;
        width: 1em;
        padding: 0 0.15em 0.3em;
        border: 1px solid #ccc;
        border-radius: 50%;
        font-size: 12px;
        line-height: 1em;
        coloR: #333;
        text-align: center;
        text-decoration: none;
        position: absolute;
        top: -8px;
        right: -8px;
        z-index: 20;
    }

        .keyword a.close:before {
            content: "x";
        }

        .keyword a.close:hover {
            transform: scale(1.1);
        }

/* 必填欄位 */
.required_field {
    font-size: 13px;
    font-weight: bold;
    color: #C00;
}

.page_content > h3 + .required_field,
.page_content > div > h3 + .required_field {
    margin: -20px 0 20px;
}

/* 序號欄位 */
.serialNumber_block {
    background: #EEE;
    border-radius: 5px;
    padding: 20px 20px 45px;
    margin-left: 1em;
    display: inline-block;
    position: relative;
}

    .serialNumber_block .serialNumber_input > input {
        background: #f6f6f6;
        width: 1em;
        padding: 0.2em;
        margin: 0.2em 0.1em;
        border: 1px solid #BBB;
        border-radius: 5px;
        font-size: 1.3em;
        line-height: 1.5em;
        text-align: center;
        display: inline-block;
    }

    .serialNumber_block .serialNumber_point {
        position: absolute;
        bottom: 10px;
        text-align: center;
        border-top: 3px solid #CCC;
    }

/* 上傳檔案欄位 */
.upload_block input[type=file] {
    margin: 0;
    padding: 0.22em 0.375em;
}

.upload_block_file { /*檔案上傳結果+刪除紐*/
    display: flex;
}

    .upload_block_file .file_name {
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .upload_block_file .btn_delete {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        width: 16px;
        margin-left: 5px;
    }
/* 商標圖片欄位 */
.pdc_brand {
    width: 120px;
    height: 120px;
    border: 5px solid #ddd;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

    .pdc_brand > div {
        width: inherit;
        height: inherit;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .pdc_brand > div img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            margin: auto;
        }

/* 錯誤/正確範例說明區塊 */
.sample_block {
    background: #EEE;
    margin: 10px 0;
    padding: 0.3em 0.8em;
    text-indent: 0;
    border-radius: 5px;
    display: inline-block;
}

.sample_text {
    text-indent: 0;
    font-weight: bold;
    display: inline-block;
}

    .sample_text + .sample_text {
        margin-left: 2em;
    }

.correct {
    color: #43a946;
}

.wrong {
    color: #C00;
}

    .correct:before,
    .wrong:before {
        margin-right: 0.5em;
        font-family: 'wegoluck_icons';
    }

    .wrong:before {
        content: "\e927";
    }

.correct:before {
    content: "\e928";
}

/*------ Buttons按鈕 ------*/
/* 通用按鈕(預設灰)*/
button, a.button, .button {
    padding: 0.375em 0.8em;
    margin: 0 0.2em;
    border-radius: 5px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
    user-select: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
}

    button, a.button, .button,
    a.button.disabled:hover, button:disabled:hover, .button.disabled:hover,
    a.button.disabled:hover, button:disabled:hover, .button.disabled:hover {
        background: #ddd;
        border: 1px solid #bbb;
    }

        button:hover, a.button:hover, .button:hover {
            background-color: #ccc;
            color: inherit;
        }

        button.small, a.button.small, .button.small {
            padding: 0.3em 0.8em;
            font-size: 13px;
            line-height: 1.5em;
        }

/*說明區塊裡的預設按鈕改白底*/
.point_block button, .point_block a.button, .point_block .button {
    background: rgba(255,255,255,0.6);
    border: 1px solid #666;
}

    .point_block button:hover, .point_block a.button:hover, .point_block .button:hover {
        background-color: rgba(0,0,0,0.2);
        border-color: inherit;
    }

/* 通用按鈕(藍) */
button.blue, a.button.blue, .button.blue,
a.button.blue.disabled:hover, button.blue:disabled:hover, .button.blue.disabled:hover,
a.button.blue.disabled:hover, button.blue:disabled:hover, .button.blue.disabled:hover {
    background: #3aace4;
    border: 1px solid #2b9dd3;
    color: #fff;
}

    button.blue:hover, a.button.blue:hover, .button.blue:hover {
        background: #2b9dd3;
    }
/* 通用按鈕(橘) */
button.orange, a.button.orange, .button.orange,
a.button.orange.disabled:hover, button.orange:disabled:hover, .button.orange.disabled:hover,
a.button.orange.disabled:hover, button.orange:disabled:hover, .button.orange.disabled:hover {
    background: #f39800;
    border: 1px solid #f37200;
    color: #fff;
}

    button.orange:hover, a.button.orange:hover, .button.orange:hover {
        background: #f38900;
    }
/* 通用按鈕 */
button.red, a.button.red, .button.red,
a.button.red.disabled:hover, button.red:disabled:hover,
a.button.red.disabled:hover, button.red:disabled:hover {
    background: rgba(192,0,0,.7);
    border: 1px solid #C00;
    color: #fff;
}

    button.red:hover, a.button.red:hover, .button.red:hover {
        background: rgba(192,0,0,1);
    }
/* 通用按鈕(淺) */
button.light, a.button.light, .button.light,
a.button.light.disabled:hover, button.light:disabled:hover, .button.light.disabled:hover,
a.button.light.disabled:hover, button.light:disabled:hover, .button.light.disabled:hover {
    background: #b4e1fa;
    border: 1px solid #6cc3f0;
    font-size: 13px;
}

    button.light:hover, a.button.light:hover, .button.light:hover {
        background: #9bd6f8;
    }
/* 表單用預訂按鈕 */
a.button.booking {
    position: relative;
}

    a.button.booking:hover {
        box-shadow: 0 3px 5px rgba(0,0,0,.3);
        transform: translateY(-2px);
    }

    a.button.booking:after {
        background: url(../../images/pointer.png);
        width: 20px;
        height: 24px;
        position: absolute;
        right: -5px;
        bottom: -8px;
        content: "";
    }
/* 表單用預訂按鈕(淡橘) */
a.button.light_orange, .button.light_orange,
a.button.light_orange.disabled:hover, button.light_orange:disabled:hover, .button.light_orange:disabled:hover {
    background: -webkit-linear-gradient(#fff,#ffddb8);
    background: -moz-linear-gradient(#fff,#ffddb8);
    background: linear-gradient(#fff,#ffddb8);
    border: 1px solid #f39800;
}
/* 表單用預訂按鈕(淡藍) */
a.button.light_blue, .button.light_blue,
a.button.light_blue.disabled:hover, button.light_blue:disabled:hover, .button.light_blue:disabled:hover {
    background: -webkit-linear-gradient(#fff,#ace4ff);
    background: -moz-linear-gradient(#fff,#ace4ff);
    background: linear-gradient(#fff,#ace4ff);
    border: 1px solid #3aace4;
}

/* 表單用預訂按鈕(淡紅) */
a.button.light_red, .button.light_red,
a.button.light_red.disabled:hover, button.light_red:disabled:hover, .button.light_red:disabled:hover {
    background: -webkit-linear-gradient(#fff,#ffd6d6);
    background: -moz-linear-gradient(#fff,#ffd6d6);
    background: linear-gradient(#fff,#ffd6d6);
    border: 1px solid #ff8787;
    /*color: #9e0000;*/
}

    a.button.light_orange:hover, .button.light_orange:hover,
    a.button.light_blue:hover, .button.light_blue:hover,
    a.button.light_red:hover, .button.light_red:hover {
        -webkit-filter: brightness(1.05);
    }

a.button.light_orange.disabled:hover, button.light_orange:disabled:hover,
a.button.light_blue.disabled:hover, button.light_blue:disabled:hover {
    -webkit-filter: none;
}

/*禁用狀態*/
a.button.disabled, .button.disabled, button:disabled {
    opacity: 0.65;
    cursor: default;
}

/* 登入按鈕loading */
button.loading:after {
    content: url(../../images/button_loading.gif);
    width: 18px;
    height: 18px;
    margin-left: 5px;
    display: inline-block;
}
/* 回頂端按鈕 */
a.btn_top {
    background: #9c070d;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    text-decoration: none;
    padding: 5px;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1em;
}

    a.btn_top:hover {
        background: #f39700;
        color: #fff;
    }

    a.btn_top:before {
        content: "\e92a";
        margin-right: 0.3em;
        font-family: 'wegoluck_icons';
    }

    a.btn_top:after {
        content: "回上方";
        position: relative;
        top: -1px;
    }
/* 內容區右上角按鈕列 */
.page_content .rightTop {
    text-align: right;
}

    .page_content .rightTop button,
    .page_content .rightTop a.button {
        margin: 0.2em 0.1em;
        font-size: 13px;
    }
/* 刪除小按鈕 */
a.btn_delete, .btn_delete {
    width: 16px;
    height: 16px;
    background: rgba(180,0,0,.9);
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #FFF;
    line-height: 16px;
    display: inline-block;
}

    a.btn_delete:hover, .btn_delete:hover {
        background: rgba(180,0,0,1);
        color: #FFF !important;
    }

    a.btn_delete:after, .btn_delete:after {
        content: "╳";
    }

div > a.btn_delete {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
}

/*------ 頁面切換列 ------*/
.pagebar {
    margin: 30px auto;
    text-align: center;
    display: block;
}

    .pagebar a {
        letter-spacing: -0.2em;
        display: inline-block;
    }

        .pagebar a.prev {
            margin: 0 0.5em 0 0;
        }

        .pagebar a.next {
            margin: 0 0 0 0.5em;
        }

/*------ 通用 Table ------*/
.common_form {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.section_title + div > .common_form,
.formGroup + div > .common_form {
    margin: 10px 0;
}

.common_form th, .common_form td {
    border: 1px solid #ccc;
    word-break: break-all;
    text-align: center;
}

.common_form th {
    background: #EEE;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.common_form td {
    background: #FFF;
    padding: 10px;
    vertical-align: top;
}

.common_form tr:nth-of-type(odd) td, .common_form thead ~ tbody tr:nth-of-type(even) td {
    background: #f3f3f3;
}

.common_form thead ~ tbody tr:nth-of-type(odd) td {
    background: #fff;
}

.common_form tr th ~ td {
    padding: 10px;
}

.td-middle td {
    vertical-align: middle
}

.common_form tr:nth-of-type(odd) td {
    background: #f3f3f3;
}

.common_form tr th ~ td {
    padding: 10px;
}

.td-middle td {
    vertical-align: middle
}
/*不要斑馬紋table*/
.common_form.table_nostripe tr:nth-of-type(odd) td {
    background: #fff;
}

.common_form tr.total td { /*下方有總計*/
    background: #fff !important;
    border: none;
    padding: 10px 20px;
}

    .common_form tr.total td.total-title {
        font-weight: bold;
        text-align: right;
    }

/*------ 商品列表 Table ------*/
.pdc_list h4 {
    color: #980000;
}

.pdc_form {
    width: 100%;
    margin: 20px 0;
    line-height: 1.2em;
}

    .pdc_form th, .pdc_form td {
        padding: 10px;
        vertical-align: middle;
        text-align: center;
        word-break: break-word;
    }

    .pdc_form th {
        background: #EEE;
        font-weight: bold;
        border-bottom: 1px solid #bbb;
        word-break: normal;
    }

    .pdc_form td {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .pdc_form tr:nth-of-type(odd) td {
        background: #f9f9f9;
    }

    .pdc_form thead ~ tbody tr:nth-of-type(even) td {
        background: #f9f9f9;
    }

    .pdc_form thead ~ tbody tr:nth-of-type(odd) td {
        background: #fff;
    }

    /*有使用datatable的表格*/
    .common_form td button,
    .common_form td a.button,
    .pdc_form td button,
    .pdc_form td a.button {
        margin: 3px 0.1em;
        font-size: 13px;
    }

    .pdc_form td ul {
        margin-left: -1em;
    }

        .pdc_form td ul li {
            text-align: left;
            margin-bottom: 0.2em;
        }

    .pdc_form tr.total td {
        background: #FFF;
        border-bottom: 0;
    }

        .pdc_form tr.total td > b {
            margin-bottom: 0.8em;
            color: #069;
            display: block;
        }

/*------ 可收合/展開列 Table ------*/
.collapse_row {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

    .collapse_row.active i.fa.fa-chevron-down {
        transform: rotate(180deg);
        transition: transform 0.2s linear;
    }

        .collapse_row.active i.fa.fa-chevron-down:before {
            margin: inherit;
        }

.pdc_form tr.collapse_row td {
    background: #FFF;
}

.pdc_form tr.collapse_detail {
    display: none;
}

    .pdc_form tr.collapse_detail > td {
        background: #f6f6f6;
        border-bottom: none;
    }

    .pdc_form tr.collapse_detail td[colspan] {
        text-align: right;
    }

    .pdc_form tr.collapse_detail ~ tr.total td {
        background: #f5ebeb;
    }

.pdc_form .fa.fa-trash {
    color: #CCC;
}

    .pdc_form .fa.fa-trash:hover {
        color: #e52020;
    }

    .pdc_form .fa.fa-trash:before {
        font-size: 20px;
    }

/*------ Table欄位 highlight ------*/
th.cell_highlight,
td.cell_highlight {
    font-weight: bold;
    color: #C00;
}

th.cell_highlight {
    background: #ecd2d2 !important;
}

td.cell_highlight {
    background: #f5ebeb !important;
}

/*------ 商品縮圖 ------*/
.pdc_thumb {
    width: 100px;
    height: 100px;
    /*background: url(../../images/pdc_default.jpg) center no-repeat;*/
    border: 1px solid #ccc;
    position: relative;
    margin: 0 auto;
}
    /*.pdc_thumb.noBackground {
    background: none;
}*/
    .pdc_thumb img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.pdcThumb_block {
    width: 100%;
    display: table;
}

    .pdcThumb_block > .pdc_thumb {
        display: table-cell;
    }

    .pdcThumb_block > .pdc_text {
        display: table-cell;
        padding: 0 10px;
        text-align: left;
        vertical-align: middle;
    }

/*------ 商品預覽圖與商品資訊 ------*/
.pdc_preview {
    width: 120px;
    height: 120px;
    line-height: 0;
    border: 1px solid #ccc;
    display: table;
}

    .pdc_preview > div {
        width: inherit;
        height: inherit;
        background: #FFF;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .pdc_preview > div img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            overflow: hidden;
            margin: auto;
        }

    .pdc_preview + .pdc_info {
        width: calc(100% - 142px);
        padding-left: 20px;
        float: left;
    }

.pdc_info > ul {
    padding: 0 !important;
    margin: 0 !important;
}

    .pdc_info > ul > li {
        list-style: none;
        margin-bottom: 0.2em;
    }

/*------ 商品照片圖 ------*/
.pdc_pictures {
    border: none !important;
    text-align: center !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
/* 解決去除float 改為inline-block屬性後的間距問題 */
.blockGroup.three > div.pdc_pictures,
.blockGroup.four > div.pdc_pictures {
    margin: 0 1.8% 10px 0;
}

.blockGroup.five div.pdc_pictures,
.blockGroup.six div.pdc_pictures {
    margin: 0 0.8% 10px 0;
}

    .blockGroup.three > div.pdc_pictures:nth-child(3n),
    .blockGroup.four > div.pdc_pictures:nth-child(4n),
    .blockGroup.five > div.pdc_pictures:nth-child(5n),
    .blockGroup.six div.pdc_pictures:nth-child(6n) {
        margin: 0 0 10px 0;
    }

.pdc_pictures img {
    width: calc(100% - 10px);
    border: 5px solid #eee;
    outline: 1px solid #ccc;
    vertical-align: middle;
}

.pdc_pictures a {
    display: inline-block;
}

    .pdc_pictures a:hover img {
        border: 5px solid #ddd;
    }

    .pdc_pictures a.active img {
        border: 5px solid #f39800;
        outline: 1px solid #f37200;
    }

.pdc_pictures img + h5,
.pdc_pictures img ~ button {
    margin-top: 10px;
}

/*------ Tabs頁籤列 ------*/
.tab_bar {
    height: 36px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}

    .tab_bar ul {
        margin: 0;
        padding: 0;
    }

        .tab_bar ul li {
            margin-right: 5px;
            list-style: none;
            float: left;
        }

            .tab_bar ul li a {
                background-image: -webkit-linear-gradient(#f6f6f6, #DDD);
                background-image: -moz-linear-gradient(#f6f6f6, #DDD);
                background-image: linear-gradient(#f6f6f6, #DDD);
                padding: 10px 1em;
                margin-top: -1px;
                border-top: 1px solid #CCC;
                border-left: 1px solid #CCC;
                border-right: 1px solid #CCC;
                border-radius: 5px 5px 0 0;
                font-size: 16px;
                font-weight: bold;
                line-height: 1em;
                text-decoration: none;
                color: #333;
                display: inline-block;
            }

            .tab_bar ul li:hover a {
                background-image: -webkit-linear-gradient(#e6e6e6, #CCC);
                background-image: -moz-linear-gradient(#e6e6e6, #CCC);
                background-image: linear-gradient(#e6e6e6, #CCC);
                color: #333;
            }

            .tab_bar ul li.active a {
                background-image: -webkit-linear-gradient(#b91212, #a00f0f);
                background-image: -moz-linear-gradient(#b91212, #a00f0f);
                background-image: linear-gradient(#b91212, #a00f0f);
                color: #FFF;
            }
/*------ Tabs頁籤列 第二層使用 ------*/
.subtab_bar .tab-content {
    margin: 20px 0;
}

    .subtab_bar .tab-content .pdc_form {
        margin: 0;
    }

.subtab_bar .nav {
    padding: 0;
}

    .subtab_bar .nav li {
        display: inline-block;
    }

        .subtab_bar .nav li a {
            display: block;
            text-decoration: none;
            color: #666;
            background: #eee;
            border-radius: 5px 5px 0 0;
            padding: 5px 15px;
            font-size: 0.9em;
            position: relative;
            min-width: 80px;
            text-align: center;
        }

            .subtab_bar .nav li a:hover {
                color: inherit;
            }

        .subtab_bar .nav li.active a {
            color: #fff;
            background: #b91212;
        }

            .subtab_bar .nav li.active a::after {
                content: "";
                position: absolute;
                bottom: -16px;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 0;
                border-width: 8px;
                border-style: solid;
                border-color: #b91212 transparent transparent transparent;
            }
/*------ Steps步驟列 ------*/
.stepbar {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    margin-bottom: 30px;
}

    .stepbar a {
        width: auto;
        min-width: 110px;
        padding: 0.6em 0 0.6em 2em;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        flex: 1;
        text-align: center;
        position: relative;
    }

        .stepbar a:first-child {
            border-radius: 5px 0 0 5px;
        }

        .stepbar a:before {
            width: 0px;
            height: 0px;
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent transparent #eee;
            position: absolute;
            top: 0;
            right: -40px;
            z-index: 2;
            content: "";
        }

        .stepbar a:after {
            width: 0px;
            height: 0px;
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent transparent #bbb;
            position: absolute;
            top: 0;
            right: -41px;
            z-index: 1;
            content: "";
        }

        .stepbar a.active {
            background: #980000;
            color: #fff;
        }

            .stepbar a.active:before {
                border-color: transparent transparent transparent #980000;
            }

        .stepbar a:hover {
            background: #d6d6d6;
            color: #980000;
        }

            .stepbar a:hover:before {
                border-color: transparent transparent transparent #d6d6d6;
                transition: 0.3s all;
                -webkit-transition: 0.3s all;
                -moz-ransition: 0.3s all;
            }

        .stepbar a.active:hover {
            background: #b41e1e;
            color: #FFF;
        }

            .stepbar a.active:hover:before {
                border-color: transparent transparent transparent #b41e1e;
            }

        .stepbar a.active:last-child {
            border-radius: 0 5px 5px 0;
        }

        .stepbar a:last-child:after, .stepbar a:last-child:before {
            display: none;
        }

.stepbar_content {
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

    .stepbar_content .section {
        margin-bottom: 50px;
    }

        .stepbar_content .section:last-child {
            margin-bottom: 0;
        }

    .stepbar_content .paragraph_title:before {
        width: 5px;
        height: 12px;
        background: #2b9dd3;
        margin-top: 5px;
        margin-right: 5px;
        display: inline-block;
        content: "";
    }

    .stepbar_content .paragraph > div:not(.paragraph_title) {
        margin-left: 10px;
    }

    .stepbar_content .common_form td {
        padding: 10px;
    }

    .stepbar_content > ul > li {
        margin: 0 0 0.5em -1em;
    }

        .stepbar_content > ul > li > ul {
            margin-top: 0.5em;
        }

            .stepbar_content > ul > li > ul > li {
                margin: 0 0 0 -1em;
            }
    /* 步驟列 大段落標題樣式 */
    .stepbar_content .stepbar_title {
        margin: 0 0 20px;
        border-bottom: 1px solid #CCC;
    }

        .stepbar_content .stepbar_title h4 {
            background: #2b9dd3;
            padding: 0.4em 1.5em;
            margin: 0;
            font-size: 16px;
            color: #FFF;
            float: left;
            position: relative;
            border-radius: 5px 5px 0 0;
        }

            .stepbar_content .stepbar_title h4 + a.button {
                background: #FFF;
                border: 1px solid #3aace4;
                margin-left: 1em;
                padding: 0.1em 0.6em 0.2em;
                font-size: 13px;
                line-height: inherit;
                color: #3aace4 !important;
                float: right;
            }

                .stepbar_content .stepbar_title h4 + a.button:hover {
                    background: #3aace4 !important;
                    color: #FFF !important;
                }
/*流程圖搭步驟文字*/
/*步驟圖*/
.step_charp {
    display: flex;
    width: 1010px;
    margin: -20px auto 0 auto;
}

    .step_charp dl {
        flex: 1;
        margin: 0;
        padding: 0;
    }

    .step_charp dt {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        min-height: 2.3em;
    }

    .step_charp dd {
        margin: 10px 12px 0 12px;
        font-size: 14px;
    }
/*----- RWD Youtube/Vimeo ----- */
.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video_container iframe, .video_container object, .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*----- 下載圖示 ----- */
.download_item {
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 5em;
    width: 36px;
    padding: 45px 0 0 0;
    margin: 5px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

    .download_item.disable,
    .download_item.disable:hover {
        color: #999;
        text-decoration: none;
        cursor: default;
    }

    .download_item.PDF {
        background-image: url(../../images/icon_pdf.png);
    }

        .download_item.PDF.disable {
            background-image: url(../../images/icon_pdf_unclick.png);
        }

    .download_item.CSV {
        background-image: url(../../images/icon_csv.png);
    }

        .download_item.CSV.disable {
            background-image: url(../../images/icon_csv_unclick.png);
        }

    .download_item.video {
        background-image: url(../../images/icon_video.png);
    }

        .download_item.video.disable {
            background-image: url(../../images/icon_video_unclick.png);
        }

    .download_item.file {
        background-image: url(../../images/icon_file.png);
    }

        .download_item.file.disable {
            background-image: url(../../images/icon_file_unclick.png);
        }

    .download_item.small {
        background-position: left center;
        background-size: 1.2em auto;
        min-width: auto;
        width: auto;
        padding: 0.1em 0.2em 0.1em 1.4em;
        margin: 5px 2px;
    }

.upload_list .download_item {
    text-align: left;
    display: block;
}

/*----- 平台/運營服務百分比 ----- */
.percent_block {
    padding: 0.2em 0.5em;
    margin: 0.2em;
    border: 1px solid #39C;
    border-radius: 5px;
    font-size: 13px;
    color: #39C;
    display: inline-block;
}

    .percent_block.highlight {
        border: 1px solid #F60;
        color: #F60 !important;
    }

/*----- FAQ ----- */
ol.questions {
    margin: 0 0 0 20px;
    padding: 0;
}

    ol.questions li, ol.questions li > ul > li {
        margin: 0;
        padding: 0.5em 0 0.5em 10px;
        list-style: none;
        text-indent: -1.9em;
        text-align: left;
    }

        ol.questions li a {
            color: #666;
        }

            ol.questions li a:hover {
                color: #f39700;
            }

.qa_mainclass {
    background: #EEE;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.qa_subclass {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.qa_list {
    padding: 20px;
    border-bottom: 1px solid #CCC;
}

div .qa_list:last-child {
    padding: 20px 20px 0;
    border-bottom: none;
}

.qa_list .question {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2a98cb;
}

.qa_list .answer {
    padding: 1em 0 1em 2em;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

    .qa_list .answer .common_form {
        margin: 20px auto 0;
    }

        .qa_list .answer .common_form tr th {
            padding: 5px;
            font-size: 16px;
        }

        .qa_list .answer .common_form tr td {
            padding: 10px;
            vertical-align: middle;
        }

    .qa_list .answer > ul,
    .qa_list .answer > ol {
        margin: 0 0 0 -1em;
    }

    .qa_list .answer ul li,
    .qa_list .answer ol li {
        margin-bottom: 1em;
    }

    .qa_list .answer > ul > li {
        list-style: lower-alpha;
    }

        .qa_list .answer > ul > li > ul,
        .qa_list .answer > ol > li > ul,
        .qa_list .answer > ul > li > ol,
        .qa_list .answer > ol > li > ol {
            margin: 1em 0 0 -1em;
        }

            .qa_list .answer > ul > li > ul > li,
            .qa_list .answer > ol > li > ul > li {
                list-style: disc;
            }

    .qa_list .answer img {
        width: auto;
        max-width: 1000px;
        margin: 20px 0;
        vertical-align: top;
        display: inherit;
    }

.common_form tr td > ul,
.common_form tr td > ol {
    padding: 0 0 0 1.5em;
    margin: 0;
}

    .common_form tr td > ul > li {
        list-style: disc;
    }

        .common_form tr td > ul > li > ul,
        .common_form tr td > ul > li > ol,
        .common_form tr td > ol > li > ul,
        .common_form tr td > ol > li > ol {
            margin-left: -1.5em;
        }

.qa_list .qa_table {
    border-bottom: 1px solid #CCC;
    display: table;
}

    .qa_list .answer img .qa_list .qa_table .qa_image,
    .qa_list .qa_table .question {
        display: table-cell;
        vertical-align: middle;
    }

    .qa_list .qa_table .qa_image {
        width: 30%;
        padding: 10px 0;
    }

        .qa_list .qa_table .qa_image img {
            width: auto;
            margin: 0 auto;
            display: inline-block;
        }

    .qa_list .qa_table .question {
        width: calc(70% - 2em);
    }

/*------ 範例說明框 ------*/
.example-box {
    padding: 1.2em;
    background-color: #fcf0d6;
    margin-top: 1em;
}

.ex-boxA, .ex-boxQ {
    margin: 10px 0 10px 1.8em;
    position: relative;
}

    .ex-boxQ:before, .ex-boxA:before {
        display: inline-block;
        position: absolute;
        left: -1.8em;
    }

    .ex-boxQ:before {
        content: "Q : ";
    }

    .ex-boxA:before {
        content: "A : ";
    }

/*------ 商品編號 ------*/
.product_number + .product_number {
    margin-top: 0.5em;
    display: block;
}

.product_number.SKU::before {
    content: "Sale SKU: ";
    color: #069;
    font-weight: bold;
}

/*------ 公告框線區塊 ------*/
.bulletin {
    border-radius: 5px;
    padding: 40px;
    border: 1px solid #ccc;
}

.bulletin_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
/*數字列表移除左padding*/
.ol-list {
    padding: 0 0 0 1em;
}

    .ol-list li {
        margin-bottom: 0.5em;
    }
/*括號數字列表*/
ol.list_parentheses {
    padding: 0 0 0 2em;
    margin: 0;
}

    ol.list_parentheses > li {
        list-style-type: none;
        list-style-position: inside;
        counter-increment: cnt;
    }

        ol.list_parentheses > li:before {
            display: marker;
            content: "(" counter(cnt) ") ";
            margin-left: -1.1em;
        }
/*英文排序列表*/
ol.lower-alpha > li {
    list-style-type: lower-alpha;
    margin: 0.4em 0;
}

/*直翻英文修改*/
table button font font, table .button font font, table a.button font font { /*表格內按鈕*/
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

table.dataTable thead th font font, table.dataTable thead td font font, table.dataTable tbody th font font, table.dataTable tbody td font font { /*表格文字大小*/
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

/*商品複製列表*/
.pdc-list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.pdc-list__item {
    padding: 15px;
    text-align: center;
    position: relative;
}

.pdc-list .pdc-list__item {
    width: calc(25% - 32px);
}

.pdc-list__img {
    width: 200px;
    height: 200px;
    margin: 0 auto 5px auto;
    border: 1px solid #ccc;
    position: relative;
}

    .pdc-list__img img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.pdc-list__date {
    color: #666;
    font-size: 0.875em;
}

.pdc-list--hover {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid #f39800;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.pdc-list__item:hover .pdc-list--hover {
    opacity: 1;
}

.pdc-list--hover .pdc-list__item button {
    display: none;
}

.pdc-list--hover .pdc-list__item:hover button {
    display: block;
}

.pdc-list__name-ch, pdc-list__name-en {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/*表格head置頂*/
.table-headFixed {
    width: 100%;
    max-height: calc(100vh - 350px); /*高度可個別指定*/
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 0;
}

    .table-headFixed table.pdc_form {
        margin: 0;
        table-layout: fixed;
    }

        .table-headFixed table.pdc_form tr th {
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 1px 0 0 #ccc;
        }

/*ICON 選單樣式*/
.menuCard {
    display: flex;
    justify-content: center;
}

    .menuCard .menuCardBody {
        margin: 15px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        border-radius: 4px;
        padding: 15px 0;
        flex: 1;
        max-width: 400px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .menuCard .orSide {
        height: 270px;
        margin: 15px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .menuCard a {
        display: block;
    }

        .menuCard a:hover {
            border-radius: 50%;
            background: #eee;
            transform: scale(1.1);
        }

.menuCardTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0.5em;
    text-align: center;
}

.menuCardImg {
    width: 200px;
    margin: 1em auto;
}

.menuCardText {
    border-top: 1px solid #ccc;
    padding: 15px 20px;
}

/*文字過多省略*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiple_line {
    width: 100%;
    /* -webkit-box 尚在實驗性的屬性值 */
    display: -webkit-box;
    /* 用來設定一個元素是水平還是垂直方向排列其內容 */
    -webkit-box-orient: vertical;
    /* 限制指定的行數 */
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*商品已選擇*/
.selectedProList_wrap {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    position: fixed;
    background: #fff;
    right: calc(50% - 760px);
    text-align: center;
    top: calc(50% - 45vh);
    z-index: 104;
}

@media only screen and (max-height: 640px) {
    .selectedProList_wrap {
        top: 10px;
        position: absolute;
    }
}

.selectedProList_wrap .selected {
    margin-bottom: 10px;
}

    .selectedProList_wrap .selected b {
        margin: 0 3px;
        font-size: 16px;
    }

.selectedProList {
}

.ProList_item {
    width: 120px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

    .ProList_item + .ProList_item {
        margin-top: 5px;
    }

    .ProList_item .pdc_thumb {
        width: 60px;
        height: 60px;
    }

    .ProList_item .pdc_name {
        font-size: 13px;
        line-height: 1.2;
    }

    .ProList_item .btn_delete {
        position: absolute;
        top: 3px;
        right: 2px;
    }