@charset "utf-8";
/* CSS Document */

/* CSS Reset 已移至 style.css 統一管理 */

#showpc {
    /*display:initial;*/
}

#showmobile {
    display: none !important;
}

#ss-mobile-search-bar {
    display: none !important;
}

.showpc {
    /*display:initial;*/
}

.showmobile {
    display: none !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

input,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

.ellipsisOnly {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.easein {
    -webkit-transition: all 0.18s ease-in;
    -moz-transition: all 0.18s ease-in;
    -ms-transition: all 0.18s ease-in;
    -o-transition: all 0.18s ease-in;
    transition: all 0.18s ease-in;
}

/* 共用設定
 * =============================  */






/* =============================
 * 基本框架設定  */

/*** .top_title 上方固定資訊
 -----------------------------*/
#content .top_title {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999;
    color: #ffffff;
    /*font-size: 16px;*/
    font-weight: 500;
    line-height: 1.8em;
    padding: 0px;
    border-bottom: 0px solid transparent;
    /*background: rgba(184,29,23, 0.7);*/
    /* background: rgba(11, 33, 77, 0.8); */
}

.top_title ul li {
    display: inline;
    /*width: 14.2%;*/
    padding: 0% 2%;
    margin: 0%;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.0px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top_title ul li img {
    display: inline;
    width: 10%;
    margin: 0 auto;
    margin-right: 15px;
    vertical-align: middle;
}

.top_title ul li.open {
    padding: 1.3% 0%;
    background-color: #3695e3;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.32);
}

.top_title ul li.close {
    background-color: transparent;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
}

/*@media only screen and (max-width: 1024px) {
#content .top_title {
    height: 50px;
}
.top_title ul li {
    width: 11%;
    padding: 15px 0%;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.top_title ul li img {
    width: 12%;
    margin-right: 5px;
}
.top_title ul li.open {
    padding: 15px 0%;
}}

@media all and (min-width: 1025px) and (max-width: 1366px) {
#content .top_title {
    height: 59px;
}
.top_title ul li {
    padding: 18px 0%;
    font-size: 15px;
    letter-spacing: 0px;
}
.top_title ul li img {
    width: 12%;
    margin-right: 10px;
}
.top_title ul li.open {
    padding: 18px 0%;
}}

@media all and (min-width: 1367px) and (max-width: 1600px) {
#content .top_title {
    height: 67px;
}
.top_title ul li {
    font-size: 16px;
    letter-spacing: 0.5px;
	padding: 1.5% 0%;
}
.top_title ul li.open {
    padding: 1.53% 0%;
}}*/



/*** #container 下方內容容器
 -----------------------------*/
#content .container {
    /*float: left;
    width: 100%;
    height: auto;*/
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    /*padding:1.3%;
	margin-top: 70px;
	background-color: #ffffff;
    position: relative;
    z-index: 9999;
    box-shadow: -3px 0px 7px rgb(38 50 56 / 15%);*/
}

/*.container-fluid {
	margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
#content .container,
.container-fluid {
	margin-top: 50px;
}}

@media all and (min-width: 1025px) and (max-width: 1600px) {
#content .container,
.container-fluid {
	margin-top: 60px;
}}*/



/*** 左側 固定菜單
 -----------------------------*/




/*** 右側 content內容
 -----------------------------*/
#content {
    float: left;
    width: 100%;
    height: 100%;
}


/* 基本框架設定
 * =============================  */






/* =============================
 * 左側 固定菜單 設定  */

/*** logo
 -----------------------------*/
#logo {
    float: left;
    width: 100%;
    padding: 15px 20px 10px;
}

#logo img {
    width: 100%;
}

#logo a {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}



/*** admin
 -----------------------------*/
.admin_head {
    width: 110px;
    height: 110px;
    margin: 5% auto;
    margin-top: 15%;
    border: solid 2px #dedede;
    border-radius: 50%;
    background-color: #fff;
}

.admin_head img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.admin_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.admin_sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.20px;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .admin_head {
        width: 80px;
        height: 80px;
        margin: 5% auto;
        margin-top: 20%;
        border: solid 2px #dedede;
        border-radius: 50px;
        background-color: #fff;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {
    .admin_head {
        width: 88px;
        height: 88px;
        margin: 4.5% auto;
        margin-top: 13%;
        border: solid 2px #dedede;
        border-radius: 50px;
        background-color: #fff;
    }
}



/*** list
 -----------------------------*/
.fix_menu .list {
    height: 64%;
    color: #000000;
    margin: 0 auto;
    overflow-y: auto;
    margin-top: 0px;
    -webkit-overflow-scrolling: touch;
}

.list::-webkit-scrollbar {
    width: 3px;
}

.list::-webkit-scrollbar-track {
    background-color: #transparent;
}

.list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #transparent;
}

.list::-webkit-scrollbar-button {
    background-color: #transparent;
}

.list::-webkit-scrollbar-corner {
    background-color: black;
}



/*** accordion
 -----------------------------*/
.accordionPC {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.0px;
    text-align: left;
    color: #535353;
}

.accordionPC li {
    padding: 7.5% 0px;
}

.accordionPC .link {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0px 7px;
    padding-right: 0;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 1.5px;
    text-align: left;
    color: #333333;
    position: relative;
    cursor: pointer;
    border-left: 4px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.accordionPC li:last-child .link {
    border-bottom: 0;
}

.accordionPC li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 15px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordionPC li i.fa-sort-down {
    right: 12px;
    left: auto;
    font-size: 12px;
}

.accordionPC li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordionPC li.open .link {
    color: #3695e3;
    border-left: 4px solid #3695e3;
}

.accordionPC li.open .only {
    color: #3695e3;
    border-left: 4px solid #3695e3;
}

.accordionPC li.open .link::after {
    content: "\25B2";
    line-height: 16px;
    color: #215e90;
    font-size: 10px;
    position: absolute;
    margin-left: 10%;
    right: -10%;
}

.accordionPC li.open .only::after {
    content: "";
    line-height: 16px;
    color: #215e90;
    font-size: 10px;
    position: absolute;
    margin-left: 20%;
    right: -20%;
}

.accordionPC li.open i {
    color: #3695e3;
}

@media only screen and (max-width: 1024px) {
    .accordionPC {
        font-size: 70%;
    }

    .accordionPC li {
        font-size: 70%;
    }

    .accordionPC .link {
        width: 75%;
        padding: 0px 7px;
        padding-right: 0;
        font-size: 17px;
        letter-spacing: 0px;
    }

    .accordionPC li.open .link::after {
        right: -15%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {
    .accordionPC {
        font-size: 80%;
    }

    .accordionPC li {
        font-size: 80%;
    }

    .accordionPC .link {
        width: 75%;
        padding: 0px 7px;
        padding-right: 0;
        font-size: 18px;
        letter-spacing: 1px;
    }
}



/*** Submenu
 -----------------------------*/
.submenuPC {
    display: none;
    background: rgb(255, 255, 255, .35);
    padding: 10px 0;
    margin: 15px 0 0px 0;
    padding-left: 17%;
}

.submenuPC li {
    padding: 5% 0px;
}

.submenuPC a {
    display: block;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 1px;
    text-align: left;
    color: #696969;
    border-left: 4px solid transparent;
    padding: 1px 0;
    padding-left: 7px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.submenuPC a:hover {
    color: #555555;
}

.submenuPC li.open a {
    color: #3695e3;
    border-left: 4px solid #3695e3;
}

@media only screen and (max-width: 1024px) {
    .submenuPC {
        padding-left: 13%;
    }

    .submenuPC a {
        font-size: 13px;
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: 0px;
        border-left: 4px solid transparent;
        padding: 1px 7px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {
    .submenuPC a {
        font-size: 16px;
        font-size: 15px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.9;
        letter-spacing: 1px;
        letter-spacing: 0px;
        text-align: left;
        color: #696969;
        border-left: 4px solid transparent;
        padding: 1px 0;
        padding-left: 7px;
    }
}

/* 左側 固定菜單 設定
 * =============================  */






/* =============================
 * 邊界 控制尺寸  */
.mgt20 {
    margin-top: 20px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt5 {
    margin-top: 5px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb5 {
    margin-bottom: 5px;
}

.py6 {
    padding: 6px 0px !important;
}

/* 邊界 控制尺寸 
 * =============================  */






/* =============================
 * 寬度 控制尺寸  */
.wd100 {
    width: 100%;
}

.wd99 {
    width: 99% !important;
}

.wd98 {
    width: 98%;
}

.wd97 {
    width: 97%;
}

.wd96 {
    width: 96%;
}

.wd95 {
    width: 95%;
}

.wd94 {
    width: 94%;
}

.wd93 {
    width: 93%;
}

.wd92 {
    width: 92%;
}

.wd91 {
    width: 91%;
}

.wd90 {
    width: 90%;
}

.wd89 {
    width: 89%;
}

.wd88 {
    width: 88%;
}

.wd87 {
    width: 87%;
}

.wd86 {
    width: 86%;
}

.wd85 {
    width: 85%;
}

.wd84 {
    width: 84%;
}

.wd83 {
    width: 83%;
}

.wd82 {
    width: 82%;
}

.wd81 {
    width: 81%;
}

.wd80 {
    width: 80%;
}

.wd80px {
    width: 80px;
    height: 80px;
}

.wd79 {
    width: 79%;
}

.wd78 {
    width: 78%;
}

.wd77 {
    width: 77%;
}

.wd76 {
    width: 76%;
}

.wd75 {
    width: 75%;
}

.wd74 {
    width: 74%;
}

.wd73 {
    width: 73%;
}

.wd72 {
    width: 72%;
}

.wd71 {
    width: 71%;
}

.wd70 {
    width: 70%;
}

.wd69 {
    width: 69%;
}

.wd68 {
    width: 68%;
}

.wd67 {
    width: 67%;
}

.wd66 {
    width: 66%;
}

.wd65 {
    width: 65%;
}

.wd64 {
    width: 64%;
}

.wd63 {
    width: 63%;
}

.wd62 {
    width: 62%;
}

.wd61 {
    width: 61%;
}

.wd60 {
    width: 60%;
}

.wd59 {
    width: 59%;
}

.wd58 {
    width: 58%;
}

.wd57 {
    width: 57%;
}

.wd56 {
    width: 56%;
}

.wd55 {
    width: 55%;
}

.wd54 {
    width: 54%;
}

.wd53 {
    width: 53%;
}

.wd52 {
    width: 52%;
}

.wd51 {
    width: 51%;
}

.wd50 {
    width: 50%;
}

.wd49 {
    width: 49%;
}

.wd48 {
    width: 48%;
}

.wd47 {
    width: 47% !important;
}

.wd46 {
    width: 46%;
}

.wd45 {
    width: 45% !important;
}

.wd44 {
    width: 44%;
}

.wd43 {
    width: 43%;
}

.wd42 {
    width: 42%;
}

.wd41 {
    width: 41%;
}

.wd40 {
    width: 40%;
}

.wd39 {
    width: 39%;
}

.wd38 {
    width: 38%;
}

.wd37 {
    width: 37%;
}

.wd36 {
    width: 36%;
}

.wd35 {
    width: 35%;
}

.wd34 {
    width: 34%;
}

.wd33 {
    width: 33%;
}

.wd32 {
    width: 32% !important;
}

.wd31 {
    width: 31%;
}

.wd30 {
    width: 30% !important;
}

.wd29 {
    width: 29%;
}

.wd28 {
    width: 28%;
}

.wd27 {
    width: 27%;
}

.wd26 {
    width: 26%;
}

.wd25 {
    width: 25%;
}

.wd24 {
    width: 24% !important;
}

.wd23 {
    width: 23%;
}

.wd22 {
    width: 22%;
}

.wd21 {
    width: 21%;
}

.wd20 {
    width: 20%;
}

.wd19 {
    width: 19%;
}

.wd18 {
    width: 18%;
}

.wd17 {
    width: 17%;
}

.wd16 {
    width: 16%;
}

.wd15 {
    width: 15%;
}

.wd14 {
    width: 14%;
}

.wd13 {
    width: 13%;
}

.wd12 {
    width: 12%;
}

.wd11 {
    width: 11%;
}

.wd10 {
    width: 10% !important;
}

.wd9 {
    width: 9%;
}

.wd8 {
    width: 8%;
}

.wd7 {
    width: 7%;
}

.wd6 {
    width: 6%;
}

.wd5 {
    width: 5%;
}

.wd4 {
    width: 4%;
}

.wd3 {
    width: 3%;
}

.wd2 {
    width: 2%;
}

.wd1 {
    width: 1%;
}

.wd8vw {
    width: 8.1vw !important;
}

.salebtnvw {
    width: 76vw !important;
}


@media all and (min-width: 1025px) and (max-width: 1600px) {
    .salebtnvw {
        width: 73vw !important;
    }
}

/*@media (min-width: 1024px) {
.wd87 {
    width: 87%;
}
.wd41 {
    width: 40.5%;
}
.wd38 {
    width: 38%;
}
.wd21 {
    width: 21%;
}
.wd15 {
    width: 15%;
}
.wd13 {
    width: 13%;
}
.wd9 {
    width: 9.5%;
}
.wd8 {
    width: 8%;
}}*/
@media only screen and (max-width: 1024px) {
    .w-auto1024 {
        width: auto !important;
    }

    .salebtnvw {
        width: 68vw !important;
    }

    .wd87 {
        width: 87%;
    }

    .wd41 {
        width: 40.5%;
    }

    .wd38 {
        width: 38%;
    }

    .wd21 {
        width: 21%;
    }

    .wd15 {
        width: 15%;
    }

    .wd13 {
        width: 13%;
    }

    .wd9 {
        width: 9.5%;
    }

    .wd8 {
        width: 8%;
    }
}

/* 寬度 控制尺寸 
 * =============================  */






/* =============================
 * 文字txt 控制尺寸  */
.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

/* 文字txt 控制尺寸 
 * =============================  */






/* =============================
 * 文字txt 控制顏色  */
.txt_fff {
    color: #ffffff;
}

.txt_eee {
    color: #eeeeee;
}

.txt_ccc {
    color: #cccccc;
}

.txt_333 {
    color: #333333;
}

.txt_666 {
    color: #6f6f6f;
}

.txt_888 {
    color: #8d8d8d;
}

.txt_999 {
    color: #999999;
}

.txt_color1 {
    color: #bae0c6;
}

.txt_color2 {
    color: #4d9563;
}

.txt_color3 {
    color: #30aebf;
}

.txt_color4 {
    color: #b1535a;
}

.txt_color5 {
    color: #db6f00;
}

.text-success {
    color: #2be047 !important;
}

.text-primary {
    color: #1d61a3 !important;
}

/*.text-danger {color: #ff4a4a !important;}*/
.text-info {}

/* 文字txt 控制顏色 
 * =============================  */






/* =============================
 * 按鈕 style  */


/* 按鈕 style 
 * =============================  */






/* =============================
 * 共用白色框架  */
.type_title {
    font-family: 'Neuton', serif;
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.4em;
    padding: 10px;
}

.type_sub {
    font-family: 'Neuton', serif;
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 1.8rem !important;
    padding: 10px 15px;
}

.dive_sub {
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 1.1em;
    font-weight: 500;
    background: #ffffff;
}

.dive_sub span.text-danger {
    color: #ff7b7b !important;
    margin-left: -12px;
}

.dive_info {
    float: left;
    display: block;
    width: 100%;
    color: #555555;
}

/* 共用白色框架 
 * =============================  */






/* =============================
 * 表格設定  */
table {
    max-width: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.table>thead>tr>th {
    font-weight: bold;
}

.table>tbody>tr>td {
    vertical-align: middle;
    letter-spacing: 1.8px;
    color: #6c6c6c;
}

.table-bordered {
    border: 1px solid #d6d6d6;
    text-align: center;
}

.table-striped>thead>tr>th,
.table-bordered>thead>tr>th {
    font-weight: 500;
    background-color: #b6bdc7;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.table-bordered>tbody>tr:hover {
    background: #d3eeff;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #d6d6d6;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #d6d6d6;
}


.table-sub {
    border: 1px solid #d3d3d3;
    text-align: center;
}

.table-sub>thead>tr>th {
    font-weight: 500;
    font-size: 15px;
    background-color: #e8e9ea;
    color: #686868;
    text-align: center;
}

.table-sub th,
.table-sub td {
    border: 1px solid #d3d3d3;
}

.table-sub>thead>tr>th,
.table-sub>tbody>tr>th,
.table-sub>tfoot>tr>th,
.table-sub>thead>tr>td,
.table-sub>tbody>tr>td,
.table-sub>tfoot>tr>td {
    border: 1px solid #d3d3d3;
}

.table-sub>:not(:last-child)>:last-child>* {
    border-bottom-color: #d3d3d3;
}





/*** input[type="radio" style
 -----------------------------*/
.radio_circle {
    display: inline-block;
}

.radio_circle input[type="radio"] {
    display: none;
}

.radio_circle input[type="radio"]+label {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #cccccc;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
    line-height: 20px;
    border-radius: 15px;
    cursor: pointer;
    padding: 0px;
    margin: 5px;
    vertical-align: middle;
    -webkit-transition: all 0.18s ease-in;
    -moz-transition: all 0.18s ease-in;
    -ms-transition: all 0.18s ease-in;
    -o-transition: all 0.18s ease-in;
    transition: all 0.18s ease-in;
}

.radio_circle input[type="radio"]:checked+label {
    color: #ffffff;
    background-color: #3ad5e4;
    border: 1px solid #3ad5e4;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}



/*** input[type="radio" style Circle包字
 -----------------------------*/
/* Custom labels: the container */
.checkcontainer {
    display: inline;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #676767;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 0px;
    font-weight: 700;
    vertical-align: middle;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    margin-top: 11px;
    color: #cccccc;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input~.radiobtn {
    color: #cccccc;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked~.radiobtn {
    color: #ffffff;
    background-color: #3ad5e4;
    border: 1px solid #3ad5e4;
    border-radius: 50%;
}


@media only screen and (max-width: 1024px) {
    .radio_style input[type="radio"]+label {
        padding: 4px 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {
    .radio_style input[type="radio"]+label {
        padding: 5px 18px;
    }
}

/* 表格設定 
 * =============================  */





/* =============================
 * 狀態設定  */
.status {
    display: inline;
    float: left;
    font-size: inherit;
    font-weight: normal;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.43;
}

.finger {
    cursor: pointer;
}

.pink {
    background-color: #ff5858;
}

.pink_l {
    background: #f7ebeb
}

.blue {
    background-color: #00cde2;
}

.orange {
    background-color: #F60;
}

.orange_l {
    background-color: #ffa500;
}

.yellow {
    background-color: #ffd043;
}

.yellow_d {
    background: #ffc048;
}

.green {
    background-color: #45bb30;
}

.green_d {
    background-color: #45a779;
}

.green_lake {
    background-color: #3ad5e4;
}

.red_l {
    background: #ff6063;
}

.purple {
    background: #d88aff;
}

.purple_d {
    background: #d88aff;
}

.gray_l {
    background-color: #f7f7f7;
}

.gray_e {
    background-color: #eeeeee;
}

.gray_d {
    background-color: #dddddd;
}

.gray_c {
    background-color: #cccccc;
}

.gray_b {
    background-color: #b2b2b2;
}

.gray_a {
    background-color: #a2a4a7;
}

.line_gray {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #6c757d;
}

.line_blue {
    background-color: transparent;
    border: 1px solid #1a90c4;
    color: #1a90c4 !important;
}

.line_lake {
    background-color: #e5fbff;
    border: 1px solid #34bed7;
    color: #34bed7 !important;
}

.line_yellow {
    background-color: transparent;
    border: 1px solid #ffcd5c;
    color: #ffcd5c;
}

.line_pink {
    background-color: transparent;
    border: 1px solid #ff55cb;
    color: #ff55cb;
}

.bg_grayfc {
    background-color: #fcfcfc;
}

.bg_grayf0 {
    background-color: #f0f1f4;
}

.bg_grayf5 {
    background-color: #f5f5f5;
}

.bg_grayblue {
    background-color: #91bed6;
}

.bg_transparent {
    background-color: transparent !important;
}

.line_gray:hover {
    background-color: #ffffff;
    border: 1px solid #bebebe;
    color: #6c757d;
}


@media only screen and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1600px) {}

/* 狀態設定 
 * =============================  */






/* =============================
 * 頁籤樣式  */


/* 頁籤樣式 
 * =============================  */






/* =============================
 * 給欄位多的表格使用SCROLL    */

/*** 限高
 -----------------------------*/
.toScroll {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-right: 0px;
    height: 700px;
}


@media only screen and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1600px) {}

@media only screen and (max-width: 1024px) {
    .toScroll {
        overflow-x: hidden;
        height: 700px;
    }
}

@media all and (min-width: 1367px) and (max-width: 1399px) {
    .toScroll {
        overflow-x: hidden;
        height: 650px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1366px) {
    .toScroll {
        overflow-x: hidden;
        height: 690px;
    }
}

/*** scroll bar style
 -----------------------------*/
.toScroll::-webkit-scrollbar {
    width: 5px;
}

.toScroll::-webkit-scrollbar-track {
    background-color: #eeeeee;
    background-color: transparent;
}

.toScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cccccc;
    background-color: hsla(0, 0%, 0%, 0.2);
}

.toScroll::-webkit-scrollbar-button {
    background-color: transparent;
}

.toScroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

/* 給欄位多的表格使用SCROLL 
 * =============================  */






/* =============================
 * input相關設定  */

#dateSelect {
    background: url(../images/icon/calendar.png) no-repeat 99% center #ffffff;
    background-size: 32px 32px;
    color: #9d9d9d;
}

#dateSelectGray {
    background: url(../images/icon/icon23g.png) no-repeat 50% center transparent;
    background-size: 20px 20px;
    background-position: 25%;
}

#dateSelectGray:focus {
    background: none;
    background-size: 22px 22px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e1e1e2;
    opacity: 1;
    border-color: #e1e1e2;
}

@media only screen and (max-width: 1024px) {
    .form-control {
        font-size: 60% !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1600px) {}

/* input相關設定 
 * =============================  */







/* =============================
 * popup  


/*** scroll bar style
 -----------------------------*/
.modal::-webkit-scrollbar {
    width: 8px;
}

.modal::-webkit-scrollbar-track {
    background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #bee2ff;
}

.modal::-webkit-scrollbar-button {
    background-color: transparent;
}

.modal::-webkit-scrollbar-corner {
    background-color: transparent;
}

/*** scroll bar style
 -----------------------------*/
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background-color: #d1dfed;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bee2ff;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-button {
    background-color: transparent;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-corner {
    background-color: transparent;
}

/* popup 
 * =============================  */





/* 文字水平置中 */
.text-h-center {
    text-align: center;
}

/* 文字垂直置中 */
.text-v-center {
    vertical-align: top;
}

.text-v-center:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.text-v-center .bg_ordinal {
    display: inline-block;
}




.card-title {
    /*font-size: 1.22rem!important;*/
}

.itemside {
    font-size: 1rem;
}

.itemside .info {
    font-size: 1rem;
}


.twelve {
    float: left !important;
}

.twelve .feast1 {
    width: 21%;
    margin-left: 23%;
    margin-top: 7%;
}

.twelve .feast2 {
    width: 21%;
    margin-left: 2%;
    margin-top: 2%;
}

.twelve .feast3 {
    width: 21%;
    margin-left: 0%;
    margin-top: 15%;
}

.twelve .feast4 {
    width: 21%;
    margin-left: 8%;
    margin-top: -10%;
}

.twelve .feast5 {
    width: 21%;
    margin-left: 0%;
    margin-top: -6%;
}

.twelve .feast6 {
    width: 21%;
    margin-left: 1%;
    margin-top: -4%;
}

.twelve .feast7 {
    width: 21%;
    margin-left: 1%;
    margin-top: 2%;
}

.twelve .feast8 {
    width: 21%;
    margin-left: 8%;
    margin-top: -12%;
}

.twelve .feast9 {
    width: 21%;
    margin-left: 11%;
    margin-top: -8%;
}

.twelve .feast10 {
    width: 21%;
    margin-left: -39%;
    margin-top: 6%;
}

.twelve .feast11 {
    width: 21%;
    margin-left: -16%;
    margin-top: 12%;
}

.twelve .feast12 {
    width: 21%;
    margin-left: 65%;
    margin-top: -39%;
}

.ten {
    float: left !important;
}

.ten .feast1 {
    width: 22%;
    margin-left: 22%;
    margin-top: 6%;
}

.ten .feast2 {
    width: 22%;
    margin-left: 6%;
    margin-top: 2%;
}

.ten .feast3 {
    width: 22%;
    margin-left: -2%;
    margin-top: 18%;
}

.ten .feast4 {
    width: 22%;
    margin-left: 5%;
    margin-top: -12%;
}

.ten .feast5 {
    width: 22%;
    margin-left: 12%;
    margin-top: -15%;
}

.ten .feast6 {
    width: 22%;
    margin-left: -22%;
    margin-top: 8%;
}

.ten .feast7 {
    width: 22%;
    margin-left: 13%;
    margin-top: 4%;
}

.ten .feast8 {
    width: 22%;
    margin-left: 9%;
    margin-top: -13%;
}

.ten .feast11 {
    width: 22%;
    margin-left: 58%;
    margin-top: -8%;
}

.ten .feast12 {
    width: 22%;
    margin-left: -51%;
    margin-top: -4%;
    margin-bottom: 20px;
}


.table_feast_top {
    width: 100%;
    height: 7vw;
    height: 15%;
}

.table_feast_middle {
    width: 100%;
    height: 6vw;
    height: 5%;
}

.table_feast_middle_name {
    width: 100%;
    height: 6vw;
    height: 6%;
}

.table_feast_bottom {
    width: 100%;
    height: 60%;
    margin-top: 15.7%;
}

.table_feast_title {
    position: absolute;
    /* margin-top: 10vh; */
    transform: translate(123%, 0%);
    font-size: 2.1vw;
    font-size: 30px;
    letter-spacing: 7px;
    color: #faba73;
    /* width: 17.5vw!important; */
    /* height: 2.1vw!important; */
    line-height: 1.2em;
}

.table_feast_name1 {
    /* position: absolute; */
    /* margin-top: 10vh; */
    transform: translate(70%, 0%);
    font-size: 2.1vw;
    font-size: 28px;
    letter-spacing: 6px;
    color: #faba73;
    /* width: 17.5vw!important; */
    /* height: 2.1vw!important; */
    line-height: 1.6em;
}

.table_feast_name2 {
    /* position: absolute; */
    /* margin-top: 10vh; */
    transform: translate(127%, 0%);
    font-size: 2.1vw;
    font-size: 28px;
    letter-spacing: 6px;
    color: #faba73;
    /* width: 17.5vw!important; */
    /* height: 2.1vw!important; */
    line-height: 1.6em;
}

.table_feast_bottom_name {
    /* position: absolute; */
    /* margin-top: 10vh; */
    /* transform: translate(70%,0%); */
    font-size: 2.1vw;
    font-size: 21px;
    letter-spacing: .18em;
    color: #faba73;
    /* width: 17.5vw!important; */
    /* height: 2.1vw!important; */
    line-height: 1.79em;
}


@media all and (min-width: 1680px) and (max-width: 2280px) {
    .Grid_max {
        width: 56.5% !important;
    }
}

/* --- Laptops --- */
/* Mac Laptops (13" to 16") */
@media only screen and (min-width: 1280px) and (max-width: 1728px) and (-webkit-min-device-pixel-ratio: 2) {
    .type_title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    #content .container {
        width: 90% !important;
        max-width: 1400px;
    }

    .accordion .link {
        font-size: 18px;
        padding: 12px 20px;
    }
}

/* Windows Laptops */
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    .type_title {
        font-size: 3.5rem;
    }

    #content .container {
        width: 94% !important;
    }

    .accordion .link {
        font-size: 17px;
        padding: 10px 15px;
    }
}

/* --- Aspect Ratios (Desktop) --- */
/* 21:9 Ultra-wide */
@media (min-width: 1024px) and (aspect-ratio: 21/9) {
    #content .container {
        width: 70% !important;
        max-width: 1800px;
    }

    .type_title {
        font-size: 3rem;
    }
}

/* 16:9 Standard widescreen */
@media (min-width: 1024px) and (aspect-ratio: 16/9) {
    #content .container {
        width: 85% !important;
        max-width: 1600px;
    }
}

/* 4:3 Legacy monitors */
@media (min-width: 1024px) and (aspect-ratio: 4/3) {
    #content .container {
        width: 95% !important;
    }
}
/* 側邊選單 hover 反白 */
.accordion .link:hover {
    background-color: rgba(0, 0, 0, 0.06);
    padding-left: 6px;
}

.accordion li a:hover {
    background-color: rgba(0, 0, 0, 0.06);
    padding-left: 6px;
}
