@charset "utf-8";
/* CSS Document */

/* CSS Reset 已移至 style.css 統一管理 */

body {
    font-size: 100% !important;
}

#showpc {
    display: none !important;
}

#ss-search-bar {
    display: none !important;
}

#showmobile {
    /*display: initial !important;*/
}

.showpc {
    display: none !important;
}

.showmobile {
    /*display: initial !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 上方固定資訊
 -----------------------------*/
/* 手機版 - 首頁上方 */
.top_title {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 68px;
    padding: 12px 16px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.top_logo {
    width: 130px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    /*display: none;*/
}

.top_logo img {
    width: 100%;
    height: auto;
}

.on {
    position: fixed !important;
    background-color: #ffffff !important;
}

.menubtn {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 20px;
}

.menubtn:hover,
.openmenu .menubtn {
    opacity: 0.85;
}

/* 手機 header 內部元件（新版） */
.ss-mobile-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    gap: 10px;
    min-width: 0;
}

.ss-mobile-header__logo img {
    height: 30px;
    width: auto;
    display: block;
}

.ss-mobile-header__brand {
    font-family: 'Neuton', serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000000;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 52vw;
}

.ss-mobile-header__icons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.ss-mobile-header__request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border: 1px solid #000000;
    border-radius: 999px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.ss-mobile-header__request:hover {
    background: #000000;
    color: #ffffff;
}

.ss-header__icon-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}

.ss-header__icon-link:hover {
    color: #000000;
    opacity: 0.85;
}

@media (max-width: 360px) {

    /* 極小螢幕：避免 logo 字樣擠壓右側按鈕 */
    .ss-mobile-header__brand {
        display: none;
    }

    .ss-mobile-header__request {
        padding: 0 10px;
        font-size: 12px;
        height: 30px;
    }

    .ss-mobile-header__icons {
        gap: 8px;
    }
}


@media only screen and (max-width: 1024px) {}



/*** #container 下方內容容器
 -----------------------------*/
#content .container {
    /*float: left;
    width: 100%;
    height: auto;*/
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    /*padding:1.3%;*/
}

.container-fluid {}

@media only screen and (max-width: 1024px) {}



/*** 右側 content內容
 -----------------------------*/
#content {
    float: left;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {}

/* 基本框架設定
 * =============================  */






/* =============================
 * 左側 固定菜單 設定  */
html.noScroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

html.fixWindow {
    position: fixed;
    width: 100%;
}

/*** list
 -----------------------------*/
.cbp-spmenu .list {
    height: 99%;
    color: #000000;
    margin: 0 auto;
    overflow-y: auto;
    margin-top: 0px;
    padding: 0 20px;
    -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;
}

.list ul.shortcuts {
    float: left;
    width: 100%;
    padding: 5% 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.list ul.shortcuts li {
    display: inline;
    float: left;
    width: 29%;
    padding: 2.5%;
    margin: 1.5%;
    line-height: 1.8;
    color: #9f9f9f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: #ebebeb;
}

.list ul.shortcuts li img {
    display: block;
    width: 66%;
    margin: 2% auto;
}

.list h1 {
    font-size: 18px;
    font-weight: bold;
    color: #3695e3;
    text-align: center;
    margin: 28px 0px;
    margin-bottom: 20px;
}



/*** accordion
 -----------------------------*/
.accordion {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: #535353;
}

.accordion li {
    padding: 0% 0px;
}

.accordion .link {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.0;
    letter-spacing: 1.0px;
    border-bottom: 0px solid #e0e0e0;
    text-align: left;
    color: #333333;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.accordion li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15) !important;
}

.accordion 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;
}

.accordion .link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    padding-left: 6px;
}

.accordion .link:active,
.accordion a:active,
.accordion .link.is-tapped,
.accordion li a.is-tapped {
    background-color: rgba(0, 0, 0, 0.12);
}

.accordion li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    padding-left: 6px;
}

.accordion li a:active {
    background-color: rgba(0, 0, 0, 0.12);
}

.accordion li.open .link {
    border-bottom: 1px solid transparent;
}

.accordion li.open i {
    color: #3695e3;
}

@media only screen and (max-width: 1024px) {}



/*** Submenu
 -----------------------------*/
.submenu {
    display: none;
    padding: 7px 0px;
    border-radius: 8px;
    border-bottom: 0px solid #e0e0e0;
    background: #f5f5f5;
}

.submenu li {
    padding: 5% 0px;
}

.submenu a {}

.submenu a:hover {
    color: #555555;
}

.submenu li.open a {
    color: #3695e3;
    border-left: 4px solid #3695e3;
}

@media only screen and (max-width: 1024px) {}

/* 左側 固定菜單 設定
 * =============================  */






/* =============================
 * 邊界 控制尺寸  */
.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: 100% !important;
}

.wd95 {
    width: 90%;
}

.wd94 {
    width: 94%;
}

.wd90 {
    width: 90%;
}

.wd80 {
    width: 80%;
}

.wd80px {
    width: 80px;
    height: 80px;
}

.wd47 {
    width: 47% !important;
}

.wd45 {
    width: 45% !important;
}

.wd40 {
    width: 40%;
}

.wd35 {
    width: 35%;
}

.wd32 {
    width: 32% !important;
}

.wd30 {
    width: 30% !important;
}

.wd24 {
    width: 24% !important;
}

.wd46 {
    width: 46%;
}

.wd21 {
    width: 21%;
}

.wd15 {
    width: 15% !important;
}

.wd6 {
    width: 6%;
}

@media (min-width: 1024px) {}

/* 寬度 控制尺寸 
 * =============================  */






/* =============================
 * 文字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 {
    olor: #ff4a4a !important;
}

.text-info {}

/* 文字txt 控制顏色 
 * =============================  */






/* =============================
 * 共用白色框架  */
.type_title {
    font-family: 'Neuton', serif;
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 2.4rem;
    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.1rem !important;
    padding: 10px 15px;
}

.dive_sub {
    float: left;
    display: block;
    width: 100%;
    color: #6a6a6a;
    line-height: 38px;
    margin-bottom: 0px;
    /*font-size: 15px;*/
    font-weight: 900;
    vertical-align: middle;
}

.dive_sub span.text-danger {
    color: #ff7b7b !important;
    margin-left: -12px;
}

.dive_info {
    float: left;
    display: block;
    width: 100%;
    /*font-size: 14px;
	font-weight:500;
    line-height: 1.6em;*/
    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;
}

.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 {
    /*table-layout: fixed;
    width: 200px; 固定寬度 */
}

@media (min-width: 1024px) {

    td:first-child,
    th:first-child {
        position: sticky;
        left: auto;
        z-index: auto;
        background-color: inherit;
    }
}

thead tr th {
    position: sticky;
    top: 0;
    /* 列首永遠固定於上 */
    /*background-color: #b6bdc7;*/
}

th:first-child {
    z-index: 2;
    /*background-color: #b6bdc7;*/
}

.datarowodd {
    background-color: #ffffff;
}

.dataroweven {
    background-color: #ffffff;
}

.ChangeColor {
    background-color: #ffffff;
}

.ClickColor {
    background-color: #d3eeff;
}




/*** 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%;
}

/* 表格設定 
 * =============================  */






/* =============================
 * 按鈕 style  */


/* 按鈕 style 
 * =============================  */






/* =============================
 * 狀態設定  */
.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) {}

/* 狀態設定 
 * =============================  */






/* =============================
 * 頁籤樣式  */


/* 頁籤樣式 
 * =============================  */






/* =============================
 * 給欄位多的表格使用SCROLL    */

/*** 限高
 -----------------------------*/
.toScroll {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-right: 0px;
    height: 335px;
    height: 550px;
}


/*** 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;
}

.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;
}*/
}

/* 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 {
    color: #000000 !important;
    font-size: 0.9rem !important;
}

.card-title a {
    font-size: 0.9rem !important;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-link {
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
}

.itemside {
    font-size: 0.78rem;
}

.itemside .info {
    font-size: 0.78rem;
}

@media (max-width: 576px) {
    .fs-78 {
        font-size: 0.78rem;
    }
}




.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: -47%;
}

@media all and (min-width: 481px) and (max-width: 1023px) {
    .twelve .feast12 {
        width: 21%;
        margin-left: 65%;
        margin-top: -41%;
    }
}

@media all and (min-width: 380px) and (max-width: 480px) {
    .twelve .feast12 {
        width: 21%;
        margin-left: 65%;
        margin-top: -44%;
    }
}


.ten {
    float: left !important;
}

.ten .feast1 {
    width: 22%;
    margin-left: 22%;
    margin-top: 2%;
}

.ten .feast2 {
    width: 22%;
    margin-left: 10%;
    margin-top: 1%;
}

.ten .feast3 {
    width: 22%;
    margin-left: -2%;
    margin-top: 22%;
}

.ten .feast4 {
    width: 22%;
    margin-left: 3%;
    margin-top: -19%;
}

.ten .feast5 {
    width: 22%;
    margin-left: 14%;
    margin-top: -20%;
}

.ten .feast6 {
    width: 22%;
    margin-left: -22%;
    margin-top: 5%;
}

.ten .feast7 {
    width: 22%;
    margin-left: 14%;
    margin-top: 7%;
}

.ten .feast8 {
    width: 22%;
    margin-left: -92%;
    margin-top: 7%;
}

.ten .feast11 {
    width: 22%;
    margin-left: 54%;
    margin-top: 1%;
}

.ten .feast12 {
    width: 22%;
    margin-left: -54%;
    margin-top: -1%;
}




.table_feast_top {
    width: 100%;
    height: 20vw;
}

.table_feast_middle {
    width: 100%;
    height: 9vw;
}

.table_feast_middle_name {
    width: 100%;
    height: 9vw;
}

.table_feast_bottom {
    width: 100%;
    height: 90vw;
    margin-top: 5.8vh;
}

.table_feast_title {
    position: absolute;
    transform: translate(88%, 0%);
    /* font-size: 5.6vw; */
    font-size: 22px;
    letter-spacing: 1.0vw;
    color: #faba73;
    width: 17.5vw !important;
    line-height: 1.39em;
}

.table_feast_name1 {
    position: absolute;
    transform: translate(48%, 0%);
    /* font-size: 5.2vw; */
    font-size: 18px;
    letter-spacing: 0.2vw;
    color: #faba73;
    width: 21vw !important;
    /*line-height: 1.5em;*/
}

.table_feast_name2 {
    position: absolute;
    transform: translate(197%, 0%);
    /* font-size: 5.2vw; */
    font-size: 18px;
    letter-spacing: 0.2vw;
    color: #faba73;
    width: 21vw !important;
    /*line-height: 1.5em;*/
}

.table_feast_bottom_name {
    position: absolute;
    transform: translate(-7%, 0%);
    font-size: 4.2vw;
    /* font-size: 21px; */
    letter-spacing: 0.6vw;
    color: #faba73;
    width: 100% !important;
    line-height: 1.8em;
}

@media all and (min-width: 390px) and (max-width: 390px) {
    .table_feast_top {
        width: 100%;
        height: 20.5vw;
    }

    .table_feast_middle {
        width: 100%;
        height: 9vw;
    }

    .table_feast_middle_name {
        width: 100%;
        height: 9vw;
    }

    .table_feast_bottom {
        width: 100%;
        height: 90vw;
        margin-top: 5.2vh;
    }

    .table_feast_title {
        position: absolute;
        transform: translate(89%, 0%);
        font-size: 24px;
        letter-spacing: 1.1vw;
        color: #faba73;
        width: 17.5vw !important;
        line-height: 1.39em;
    }

    .table_feast_name1 {
        position: absolute;
        transform: translate(60%, 0%);
        font-size: 22px;
        letter-spacing: 1.05vw;
        color: #faba73;
        width: 21vw !important;
        line-height: 1.35em;
    }

    .table_feast_name2 {
        position: absolute;
        transform: translate(213%, 0%);
        font-size: 22px;
        letter-spacing: 1.05vw;
        color: #faba73;
        width: 21vw !important;
        line-height: 1.35em;
    }

    .table_feast_bottom_name {
        position: absolute;
        transform: translate(-6.6%, 0%);
        font-size: 4.2vw;
        letter-spacing: 0.8vw;
        color: #faba73;
        width: 100% !important;
        line-height: 1.79em;
    }
}

@media all and (min-width: 414px) and (max-width: 414px) {
    .table_feast_top {
        width: 100%;
        height: 21.5vw;
    }

    .table_feast_middle {
        width: 100%;
        height: 9vw;
    }

    .table_feast_middle_name {
        width: 100%;
        height: 9vw;
    }

    .table_feast_bottom {
        width: 100%;
        height: 90vw;
        margin-top: 5.9vh;
    }

    .table_feast_title {
        position: absolute;
        transform: translate(90%, 0%);
        font-size: 25px;
        letter-spacing: 1.1vw;
        color: #faba73;
        width: 17.5vw !important;
        line-height: 1.39em;
    }

    .table_feast_name1 {
        position: absolute;
        transform: translate(62%, 0%);
        font-size: 23px;
        letter-spacing: 1.2vw;
        color: #faba73;
        width: 21vw !important;
        line-height: 1.3em;
    }

    .table_feast_name2 {
        position: absolute;
        transform: translate(216%, 0%);
        font-size: 23px;
        letter-spacing: 1.2vw;
        color: #faba73;
        width: 21vw !important;
        line-height: 1.3em;
    }

    .table_feast_bottom_name {
        position: absolute;
        transform: translate(-6.5%, 0%);
        font-size: 4.2vw;
        letter-spacing: 0.8vw;
        color: #faba73;
        width: 100% !important;
        line-height: 1.8em;
    }
}

@media all and (min-width: 481px) and (max-width: 1023px) {
    .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: auto !important;
        /* height: 2.1vw!important; */
        line-height: 1.2em;
    }

    .table_feast_name1 {
        position: relative;
        /* margin-top: 10vh; */
        transform: translate(70%, 0%);
        font-size: 2.1vw;
        font-size: 28px;
        letter-spacing: 6px;
        color: #faba73;
        width: auto !important;
        /* height: 2.1vw!important; */
        line-height: 1.6em;
    }

    .table_feast_name2 {
        position: relative;
        /* margin-top: 10vh; */
        transform: translate(127%, 0%);
        font-size: 2.1vw;
        font-size: 28px;
        letter-spacing: 6px;
        color: #faba73;
        width: auto !important;
        /* height: 2.1vw!important; */
        line-height: 1.6em;
    }

    .table_feast_bottom_name {
        position: relative;
        /* margin-top: 10vh; */
        transform: translate(0%, 0%);
        font-size: 2.1vw;
        font-size: 21px;
        letter-spacing: .18em;
        color: #faba73;
        width: auto !important;
        /* height: 2.1vw!important; */
        line-height: 1.79em;
    }
}



@media all and (min-width: 280px) and (max-width: 575px) {
    .feastAD {
        display: none !important;
    }
}

/* =========================================
   Custom RWD Breakpoints (Requested Specs)
   ========================================= */

/* --- Aspect Ratios --- */
/* 21:9 */
@media (aspect-ratio: 21/9) {
    #content .container {
        width: 95% !important;
        padding: 0 5%;
    }
}

/* 16:9 */
@media (aspect-ratio: 16/9) {
    #content .container {
        width: 90% !important;
        padding: 0 3%;
    }
}

/* 4:3 */
@media (aspect-ratio: 4/3) {
    #content .container {
        width: 85% !important;
    }
}



/* --- iPhones --- */
/* iPhone (Base & Pro: 12/13/14/15) */
@media only screen and (min-device-width: 390px) and (max-device-width: 393px) and (-webkit-min-device-pixel-ratio: 3) {
    .list h1 {
        font-size: 16px;
        width: 100%;
    }

    #content .container {
        padding: 0 10px;
    }

    .accordion .link {
        font-size: 16px;
        padding: 12px 10px;
        width: 100%;
    }
}

/* iPhone Pro Max & Plus */
@media only screen and (min-device-width: 428px) and (max-device-width: 430px) and (-webkit-min-device-pixel-ratio: 3) {
    .list h1 {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
    }

    #content .container {
        padding: 0 20px;
    }

    .accordion .link {
        font-size: 18px;
        padding: 15px 15px;
        width: 95%;
        margin: 0 auto;
    }
}

/* --- iPads --- */
/* iPad (Standard) */
@media only screen and (min-device-width: 768px) and (max-device-width: 810px) and (-webkit-min-device-pixel-ratio: 2) {
    .list h1 {
        font-size: 24px;
        text-align: left;
    }

    #content .container {
        width: 92% !important;
    }

    .accordion .link {
        font-size: 20px;
        padding: 18px 20px;
    }
}

/* iPad Mini */
@media only screen and (min-device-width: 744px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .list h1 {
        font-size: 22px;
    }

    #content .container {
        width: 95% !important;
    }

    .accordion .link {
        font-size: 19px;
        padding: 16px 15px;
    }
}

/* iPad Pro (11" & 12.9") */
@media only screen and (min-device-width: 834px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .list h1 {
        font-size: 28px;
        font-weight: bold;
    }

    #content .container {
        width: 88% !important;
        max-width: 1200px;
    }

    .accordion .link {
        font-size: 22px;
        padding: 20px 25px;
    }
}

/* --- Android --- */
/* Samsung Galaxy S4 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .list h1 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    #content .container {
        padding: 0 5px;
    }
}