@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* 首頁 */
.editable_content_index h3,
.editable_content_index h4,
.editable_content_index h5,
.editable_content_index h6 {
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
}

.editable_content_index {
    /*color: #777;*/
}

.editable_content_index.content {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* 為文字上稿區可能出現的元素做設定 */
.editable_content_index,
.editable_content_index p,
.editable_content_index .para,
.editable_content_index blockquote {
    /*line-height: 1.625em;*/
}

.editable_content_index p,
.editable_content_index .para,
.editable_content_index div {
    padding: 0;
}

.editable_content_index p,
.editable_content_index .para,
.editable_content_index ul,
.editable_content_index ol,
.editable_content_index div {
    /*margin-top: 10px;
    margin-bottom: 20px;
    margin: 15px 0;*/
}

.editable_content_index table,
.editable_content_index iframe {
    margin-top: 10px;
    margin-bottom: 20px;
}

.editable_content_index h3,
.editable_content_index h4,
.editable_content_index h5,
.editable_content_index h6 {
    line-height: 1.3em;
    padding-top: 10px;
}

.editable_content_index blockquote {
    margin: 0px 0 35px 0;
    padding: 25px 45px;
    background-color: #f5f5f5;
    border-left: 5px solid #e49396;
    overflow: hidden;
    font-size: 0.9375em;
}

.editable_content_index ol {
    list-style-type: decimal;
    margin-left: 40px;
}

.editable_content_index ul {
    list-style-type: disc;
    margin-left: 40px;
}

.editable_content_index ul[type="disc"] {
    list-style-type: disc;
}

.editable_content_index ul[type="circle"] {
    list-style-type: circle;
}

.editable_content_index ul[type="square"] {
    list-style-type: square;
}

.editable_content_index li {
    padding-bottom: 10px;
    line-height: 150%;
}

.editable_content_index ol ol {
    list-style-type: lower-alpha;
}

.editable_content_index ul ul {
    list-style-type: circle;
}

.editable_content_index ul ul,
.editable_content_index ul ol,
.editable_content_index ol ul,
.editable_content_index ol ol {
    margin-bottom: 0;
    margin-left: 20px;
}

.editable_content_index ul > li li:last-child,
.editable_content_index ol > li li:last-child {
    padding-bottom: 0;
}

.font_red {
    color: #e60000;
}

.font_pink {
    color: #ef646a;
}

.font_blue {
    color: #0052d0;
}

.font_bold {
    font-weight: bold;
}

.font_italic {
    font-style: italic;
}

.font_underline {
    text-decoration: underline;
}

/* 影片、相關連結、相關檔案 */
p.MsgModule_Download,
p.MsgModule_Link {
    padding: 0;
    line-height: 160%;
}

p.MsgModule_Download span,
p.MsgModule_Link span {
    font-weight: bold;
    white-space: nowrap;
    color: #333;
}

.MsgModule_Media {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 !important;
}

.MsgModule_Media iframe {
    margin: 0 !important;
}

.MsgModule_Media .describe {
    text-align: left;
    margin: 0 !important;
    padding: 10px;
    background-color: #ebebeb;
    font-size: 0.875em;
    color: #666;
}

.MsgModule_Media .describe strong {
    color: #333;
    padding-right: 3px;
}

.MsgModule_Media .describe span {
    display: block;
    line-height: 180%;
}

noscript div.ytlink {
    padding: 0;
    line-height: 18px;
}

/* no script時影片區塊顯示的訊息 */

/* 文繞圖設定 */
.editable_content_index div.district {
    overflow: hidden;
}

.editable_content_index div.district p {
    padding: 0 0 20px 0;
    margin: 0;
}

.editable_content_index div.district h4 {
    padding-top: 0;
    margin-bottom: 10px;
}

.editable_content_index .img_bg {
    margin-bottom: 25px;
}

.editable_content_index .imgleft {
    float: left;
    margin-right: 35px;
    margin-top: 3px;
}

.editable_content_index .imgright {
    float: right;
    margin-left: 35px;
    margin-top: 3px;
}

.editable_content_index .imgcenter {
    clear: both;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.editable_content_index .imgleft,
.editable_content_index .imgright {
    max-width: 50%;
}

.editable_content_index .img_bg span {
    display: block;
    padding: 5px 0 0 14px;
    box-sizing: border-box;
    position: relative;
    font-size: 0.875em;
    line-height: 140%;
    text-align: left;
    color: #7e7e7e;
}

.editable_content_index .img_bg span::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid #818181;
}

/* html編輯區的表格預設樣式 */
.editable_content_index table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.editable_content_index table caption,
.editable_content_index .tableWrap_caption {
    font-weight: bold;
    color: #000;
    font-size: 1em;
    text-align: left;
    line-height: 140%;
}

.editable_content_index table caption {
    margin: 5px 0;
}

.editable_content_index .tableWrap_caption {
    padding-top: 5px;
    margin: 0;
}

.editable_content_index .tableWrap {
    position: relative;
}

.editable_content_index .tableWrap table {
    margin: 0;
}

/* html編輯區的表格外框樣式 */
.editable_content_index .table_style1 > tbody > tr > th,
.editable_content_index .table_style1 > tbody > tr > td {
    padding: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 160%;
}

.editable_content_index .table_style1 > tbody > tr > th {
    background-color: #dedede;
    color: #000;
    white-space: nowrap;
}

/* 移除第一個物件的上邊界、上間距避免過大的空白 */
.editable_content_index > *:first-child,
.editable_content_index .district > *:first-child,
.editable_content_index td > *:first-child {
    margin-top: 0 !important;
}

/* 移除最後一個物件的下邊界、下間距避免過大的空白 */
.editable_content_index > *:last-child,
.editable_content_index .district > *:last-child,
.editable_content_index td > *:last-child {
    margin-bottom: 0 !important;
}

.editable_content_index iframe,
.editable_content_index img,
.editable_content_index div,
.editable_content_index table {
    max-width: 100%;
    box-sizing: border-box;
}

/* 避免爆版 */
.editable_content_index * {
    word-wrap: break-word;
}

/* 客製按鈕 */
.editable_content_index .cuz_btn {
    margin-top: 60px;
    text-align: center;
}

.editable_content_index .cuz_btn a {
    display: inline-block;
    margin: 5px;
    padding: 0 20px 0 30px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 46px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.editable_content_index .cuz_btn a::before,
.editable_content_index .cuz_btn a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.editable_content_index .cuz_btn a:hover::before,
.editable_content_index .cuz_btn a:focus::before {
    height: 23px;
}

.editable_content_index .cuz_btn a:hover::after,
.editable_content_index .cuz_btn a:focus::after {
    height: 23px;
}

.editable_content_index .cuz_btn a span {
    display: block;
}

.editable_content_index .cuz_btn a span::after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 7px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("../images/icon_btn_more.svg") no-repeat;
    background-size: 300%;
}

.editable_content_index .cuz_btn a:hover span::after,
.editable_content_index .cuz_btn a:focus span::after {
    background-position: right 0 !important;
}

.editable_content_index .cuz_btn.light a {
    color: #746c4f;
}

.editable_content_index .cuz_btn.light a:hover,
.editable_content_index .cuz_btn.light a:focus {
    background-color: #746c4f;
    color: #fff;
}

.editable_content_index .cuz_btn.light a::before,
.editable_content_index .cuz_btn.light a::after {
    border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
}

.editable_content_index .cuz_btn.light a::before {
    top: 0;
    border-top: 1px solid #746c4f;
}

.editable_content_index .cuz_btn.light a::after {
    bottom: 0;
    border-bottom: 1px solid #746c4f;
}

.editable_content_index .cuz_btn.light a span::after {
    background-position: 0 0;
}

.editable_content_index .cuz_btn.dark a {
    color: #e6bf46;
}

.editable_content_index .cuz_btn.dark a:hover,
.editable_content_index .cuz_btn.dark a:focus {
    background-color: #e6bf46;
    color: #fff;
}

.editable_content_index .cuz_btn.dark a::before,
.editable_content_index .cuz_btn.dark a::after {
    border-left: 1px solid #e6bf46;
    border-right: 1px solid #e6bf46;
}

.editable_content_index .cuz_btn.dark a::before {
    top: 0;
    border-top: 1px solid #e6bf46;
}

.editable_content_index .cuz_btn.dark a::after {
    bottom: 0;
    border-bottom: 1px solid #e6bf46;
}

.editable_content_index .cuz_btn.dark a span::after {
    background-position: 50% 0;
}

/*StyleStart*/
/*段落*/
.para {
    display: block;
}

/*字級12px*/
.font_12px {
    font-size: 0.75em;
}

/*字級13px*/
.font_13px {
    font-size: 0.8125em;
}

/*字級14px*/
.font_14px {
    font-size: 0.875em;
}

/*字級15px*/
.font_15px {
    font-size: 0.9375em;
}

/*字級16px*/
.font_16px {
    font-size: 1em;
}

/*字級18px*/
.font_18px {
    font-size: 1.125em;
}

/*字級20px*/
.font_20px {
    font-size: 1.25em;
}

/*字級22px*/
.font_22px {
    font-size: 1.375em;
}

/*字級24px*/
.font_24px {
    font-size: 1.5em;
}

/*字級26px*/
.font_26px {
    font-size: 1.625em;
}

/*字級28px*/
.font_28px {
    font-size: 1.75em;
}

/*字級30px*/
.font_30px {
    font-size: 1.875em;
}

/*字級32px*/
.font_32px {
    font-size: 2em;
}

/*字級36px*/
.font_36px {
    font-size: 2.25em;
}

/*文字靠左*/
.tl {
    text-align: left;
}

/*文字置中*/
.tc {
    text-align: center;
}

/*文字靠右*/
.tr {
    text-align: right;
}

/*h4標題*/
.editable_content_index h4 {
    font-size: 1.25em;
    font-weight: normal;
    color: #7284d9;
}

/*h5標題*/
.editable_content_index h5 {
    font-size: 1em;
    font-weight: normal;
    color: #ef646a;
}

/*h6標題*/
.editable_content_index h6 {
    font-size: 0.9375em;
    font-weight: bold;
    color: #000;
}

/* 表格外框樣式1 */
.editable_content_index table.table_style1 {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

/* 表格外框樣式2 */
.editable_content_index table.table_style2 tr th {
    font-weight: 400;
    background: #ededed;
    text-align: center;
    white-space: nowrap;
}

.editable_content_index table.table_style2 tr td {
    background: #f9f9f9;
}

.editable_content_index table.table_style2 tr th,
.editable_content_index table.table_style2 tr td {
    padding: 8px 12px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

/* 表格外框樣式3 */
.editable_content_index table.table_style3 tr th {
    background: #ededed;
    text-align: center;
    font-size: 1.25em;
    color: #333;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.editable_content_index table.table_style3 tr td {
    background: #f9f9f9;
}

.editable_content_index table.table_style3 tr th,
.editable_content_index table.table_style3 tr td {
    padding: 8px 12px;
}

.editable_content_index table.table_style3 tr td p {
    line-height: 150%;
}

/*StyleEnd*/

/*----------------------------------------------------------------------*/
/* 内頁 */

.word dl {
    margin: 10px 0px;
}

.word dt {
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    background: #79868A
        /*url(../images/ch2_memo-s_desktop.png) no-repeat 50% 50%*/
    ;
    color: #fff;
    padding: 5px 15px;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.word dd {
    display: block;
    margin-left: 75px;
    margin-top: -39px;
    /*margin-inline-start: 70px; margin-block-start: -31px; background:#fff; color:#000;*/
}

.pic img {
    padding: 10px;
    /*background:#efefef;*/
}

.shadow {
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 5px);
}

.memo {
    font-size: 0.875em;
    margin-bottom: 8px;
    font-weight: 700;
}

/*.editable_content div.district p  { padding:15px 0px 15px ; margin:0; vertical-align:middle; }*/

#history-all {
    position: relative;
    margin: 0 auto 15px;
    /*div對齊效果*/
    text-align: center;
    /*display: inline對齊效果*/
    align-items: center;
    /*background:#ccc;*/
}

#history-inline {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: middle;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 auto 10px;
    align-items: center;
    /*text-align: left;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#history-title {
    display: inline-block;
    /*讓div並排*/
    vertical-align: middle;
    /*就算個個div行數不同，也一律向上對齊*/
    justify-content: center;
    align-items: center;
    /*font-size: 1.25em;
    font-weight: 900;
    color: #e8635e;*/
    text-align: center;
    width: 200px;
    /*height: auto;
    border-left: 2px solid #e99222;
    padding: 10px 20px 20px;
    margin-top: -30px;
    background:
        #efefef
        /*url(../images/h5.png) no-repeat 50% 50%
    ;*/    
}

#history-title .num {
    position: relative;
    /*display: inline-block;
    top: 0;
    left: 0;*/
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 1.125em;
    /*line-height: 1;
    white-space: nowrap;*/
    color: #e99222;
    font-weight: 500;
    /*margin-bottom: 20px;
    margin-left: -10px;*/
    padding: 10px;
}

#history-title .num span {
    color: #7a7877;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.75em;
    text-align: center;
    font-weight: 500;
}

#history-title .num::after {
    /*content: '';
    display: inline-block;
    margin-right: 5px;
    margin-left: 0px;
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    color: #79868A;
    transition: color 6s linear;
    vertical-align: middle;*/
}

#history-word {
    display: inline-block;
    margin: 0;
    /*讓div並排*/
    vertical-align: middle;
    /*就算個個div行數不同，也一律向上對齊*/
    /*color: #fff;
    font-size: 1em;*/
    text-align: left;
    /*border-radius: 10px;*/
    padding: 0 20px;
    /*max-width: 640px;
    min-width: 640px;*/
    width: calc(640px - 10px);
    /*position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    border-left: 1.2px solid #7a7877;
    height: auto;
}

#history-word .memo {
    font-size: 0.875em;
    margin-bottom: 8px;
    font-weight: 700;
}

#history-word ol {
    /*list-style-type: disc;*/
    list-style-type: " ✝ ";
    margin-left: 15px;
}

#history-word li {
    padding-bottom: 2px;
}

#history-word .content {
    font-size: 1em;
    /*margin-right: 15px;*/
}


#imglist-all {
    text-align: center;
    margin: 40px 0 0;
}

#imglist-inline100 {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 5px;
    text-align: center;
    /* padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#imglist-inline50 {
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 5px;
    text-align: center;
    /* padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#imglist-inline60 {
    display: inline-block;
    width: calc(60% - 20px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 5px;
    text-align: center;
    /* padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#imglist-inline40 {
    display: inline-block;
    width: calc(40% - 20px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 5px;
    text-align: center;
    /* padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#imglist-pic {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#imglist-pic:hover {
    /*transform: scale(0.95);
    background: url(../images/img_bg.png) no-repeat 50% 0;
    background-size: 320px 320px;*/
}

.imglist-picbox {
    overflow: hidden;
    padding-bottom: 100%;
}

.imglist-picbox:before {
    /*margin-top: 0;
    content: '';
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    background: url(../images/img_box.png) no-repeat 50% 0;
    background-size: 320px 320px;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
}

#imglist-word {
    margin: 15px 15px 5px;
    /*display: inline-block;*/
    color: #fff;
    font-weight: 700;
    font-size: 0.75em;
    text-align: left;
}

#imglist-word a {
    /*background: #e8635e;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.125em;
    display: block;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

#imglist-word a:hover {
    /*color: #C49059;*/
}

#detail-all {
    position: relative;
    margin: 0 auto 15px;
    /*div對齊效果*/
    text-align: center;
    /*display: inline對齊效果*/
    align-items: center;
    /*background:#ccc;*/
}

#detail-inline {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: middle;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 auto 10px;
    align-items: center;
    /*text-align: left;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#detail-chword {
    display: inline-block;
    margin: 0;
    /*讓div並排*/
    vertical-align: top;
    /*就算個個div行數不同，也一律向上對齊*/
    color: #7a7877;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    /*letter-spacing: 2px;*/
    text-align: left;
    padding: 0 20px 0 0;
    width: calc(50% - 10px);
    height: auto;
}

#detail-chword ol {
    /*list-style-type: disc;*/
    list-style-type: none;
    margin-left: 36px;
    text-indent: -36px;
}

#detail-chword li {
    padding-bottom: 0px;
}

#detail-chword span {
    padding: 0 0 0 36px;
}

#detail-enword {
    display: inline-block;
    margin: 0;
    /*讓div並排*/
    vertical-align: top;
    /*就算個個div行數不同，也一律向上對齊*/
    color: #7a7877;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    /*letter-spacing: 2px;*/
    text-align: left;
    padding: 0 0 0 20px;
    width: calc(50% - 10px);
    height: auto; 
    border-left: 1.2px solid #7a7877;
}

#detail-enword ol {
    /*list-style-type: disc;*/
    list-style-type: none;
    margin-left: 76px;
    text-indent: -76px;
}

#detail-enword li {
    padding-bottom: 0px;
}

#detail-enword span {
    padding: 0 0 0 76px;
}

#zoom-all {
    text-align: center;
}

#zoom-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*background-color: #f47721;*/
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px 10px;
    /*max-width: 190px;*/
}

#zoom a {
    display: inline-block;
    /*font-weight: bold;
    color: #79868A;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;*/
    text-align: center;
    /*border-radius: 10px;
    border: 2px solid #79868A;
    background: url(../images/more_none.png) no-repeat 50% 0;
    background-size: 160px 45px;
    text-indent: -10000px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

#zoom a:hover {
    filter: brightness(150%);
}

#agenda-all {
    position: relative;
    margin: 0 auto 40px;
    /*div對齊效果*/
    text-align: center;
    /*display: inline對齊效果*/
    align-items: center;
    /*background:#ccc;*/
}

#agenda-time {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: middle;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 auto 10px;
    align-items: center;
    /*text-align: left;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#agenda-section {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 auto 10px;
    align-items: center;
    /*text-align: left;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#agenda-inline {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 auto 10px;
    align-items: center;
    /*text-align: left;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#agenda-title {
    display: inline-block;
    width: calc(100% - 10px);
    /*讓div並排*/
    vertical-align: middle;
    /*就算個個div行數不同，也一律向上對齊*/
    justify-content: center;
    align-items: center;
    /*font-size: 1.25em;
    font-weight: 900;
    color: #e8635e;*/
    text-align: left;
    /*width: 200px;
    height: 200px;
    border-bottom:3px solid #f6d1a8;*/
    padding: 20px;
    /*margin-top: -30px;*/
    background:
        #46779f
        /*url(../images/h5.png) no-repeat 50% 50%
    ;*/
}

#agenda-title .time {
    position: relative;
    display: inline-block;
    /*top: 0;
    left: 0;*/
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

#agenda-title .time::before {
    /*content: "Time";
    display: inline-block;
    margin-right: 5px;
    margin-left: -10px;
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    color: #fff;
    transition: color 6s linear;
    vertical-align: baseline;*/
}

#agenda-word {
    display: inline-block;
    margin: 0;
    /*讓div並排*/
    vertical-align: top;
    /*就算個個div行數不同，也一律向上對齊*/
    /*color: #fff;
    font-size: 1em;*/
    text-align: left;
    /*border-radius: 10px;*/
    padding: 0 20px;
    /*max-width: 640px;
    min-width: 640px;*/
    width: calc(90% - 5px);
    position: relative;
    /*background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
}

#agenda-place {
    /*content: attr(place);*/
    display: inline-block;
    vertical-align: top;
    /*margin-right: 5px;
    margin-left: -10px;*/
    font-size: 0.875em;
    /*letter-spacing: 0.075em;*/
    writing-mode: vertical-rl;
    color: #46779f;
    vertical-align: baseline;
    width: calc(10% - 5px);
    font-weight: 700;
    /*border-inline-end: 1px solid;*/
    border-right: 1px solid #46779f;
}

#agenda-word .memo {
    font-size: 0.875em;
    margin-bottom: 8px;
    font-weight: 700;
}

#agenda-word ol {
    /*list-style-type: disc;*/
    list-style-type: " ⬥ ";
    margin-left: 15px;
}

#agenda-word li {
    padding-bottom: 2px;
}

#agenda-word .content {
    font-size: 1em;
    /*margin-right: 15px;*/
}

#agenda-word .speaker {
    font-size: 1em;
    margin-left: 8px;
    font-weight: 700;
}

#agenda-word .intro {
    font-size: 0.875em;
    margin-bottom: 8px;
    margin-left: 8px;
}

#speaker-all {
    position: relative;
    margin: 40px auto 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#speaker-inline {
    display: inline-block;
    width: calc(33.333% - 10px);
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 3px 30px;
    text-align: center;
    /* padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#speaker-pic {
    width: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.speaker-picbox {
    overflow: hidden;
    padding-bottom: 100%;
}

#speaker-word {
    margin: 5px 10px 0;
    /*display: inline-block;*/
    color: #444;
    /*font-size: 0.875em;*/
    text-align: left;
}

#speaker-word .memo {
    font-size: 0.875em;
    margin-bottom: 8px;
    font-weight: 700;
}

#speaker-word ol {
    /*list-style-type: disc;*/
    list-style-type: " ⬥ ";
    margin-left: 15px;
}

#speaker-word li {
    padding-bottom: 2px;
}

#speaker-word .content {
    font-size: 1em;
    /*margin-right: 15px;*/
}

#collectlist-all {
    text-align: center;
    margin: 30px auto 0;
}

#collectlist-inline {
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
    position: relative;
    /* background-color: #f47721; */
    margin: 0 10px 20px;
    text-align: center;
    /*padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#collectlist-pic {
    width: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#collectlist-pic img {
    filter: grayscale(50%);
    border-radius: 50%;
}

#collectlist-pic:hover {
    /*transform: scale(0.95);
    background: #666 url(../images/img_bg.png) no-repeat 50% 0;
    filter: grayscale(100%);
    background-size: 300px 300px;*/
}

.collectlist-picbox {
    overflow: hidden;
    padding-bottom: 100%;
}

.collectlist-picbox:before {
    /*margin-top: 0;
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../images/img_box.png) no-repeat 50% 0;
    background-size: 300px 300px;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px); */
}

#collectlist-title {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #111;
    font-size: 1.125em;
    font-weight: bold;
    padding: 15px 15px 5px;
}

#collectlist-word {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding: 15px;
}

#collectlist-word a {
    /* background: #e8635e; */
    color: #111;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    /* line-height: 1.125em; */
    display: block;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#collectlist-word a:hover {
    color: #666;
}

#link-all {
    text-align: center;
}

#link-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*background-color: #f47721;*/
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px 10px;
    /*max-width: 190px;*/
}

#more a {
    display: inline-block;
    font-weight: bold;
    color: #79868A;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #79868A;
    /*background: url(../images/more_none.png) no-repeat 50% 0;
    background-size: 160px 45px;
    text-indent: -10000px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#more a:hover {
    color: #fff;
    background-color: #7B7745;
    border: 2px solid #7B7745;
    /*background: url(../images/more_bg.png) no-repeat 50% 0;*/
}

.more-box:before {
    /*margin-top: 0;
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 45px;
    background: url(../images/more_box.png) no-repeat 50% 0;
    background-size: 160px 45px;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px); */
}

#back a {
    display: inline-block;
    /*font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-decoration: none;*/
    width: 50px;
    height: 50px;
    /*text-align: center;*/
    background: #666 url("../images/left_bg.png") no-repeat 50% 23px;
    text-indent: -10000px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#back a:hover {
    background-color: #999;
}

#next a {
    display: inline-block;
    /*font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-decoration: none;*/
    width: 50px;
    height: 50px;
    /*text-align: center;*/
    background: #666 url("../images/right_bg.png") no-repeat 50% 16px;
    text-indent: -10000px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#next a:hover {
    background-color: #999;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-color: #fff;*/
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:
        /*-9%*/
        0;
    object-fit: cover;
    /*pointer-events: none;*/
}

/*----------------------------------------------------------------------*/
.editable_content h3,
.editable_content h4,
.editable_content h5,
.editable_content h6 {
    /*font-family: "Heiti TC", "黑體-繁", "Microsoft JhengHei", "微軟正黑體", sans-serif;*/
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
}

.editable_content {
    /*margin: 0px;
    padding-bottom: 300px;
    padding:0px 140px 200px; background:#152042 url(../images/bg_desktop.png) no-repeat 50% 100%; border:1px solid #e5e3e1;*/
}

.editable_content .content {
    /*margin-top: 30px;
    margin-bottom: 40px;
    margin: 0;
    color: #111;*/
}

/* 為文字上稿區可能出現的元素做設定 */
.editable_content,
.editable_content p,
.editable_content .para,
.editable_content blockquote {
    /*line-height: 1.625em;*/
}

.editable_content p,
.editable_content .para,
.editable_content div {
    padding: 0;
}

.editable_content p {
    padding: 15px 0px;
}

.editable_content p,
.editable_content .para,
.editable_content ul,
.editable_content ol,
.editable_content div {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding: 15px 0px;*/
}

.editable_content table,
.editable_content iframe {
    margin-top: 0px;
    margin-bottom: 0px;
}

.editable_content h3,
.editable_content h4,
.editable_content h5,
.editable_content h6 {
    /*line-height: 1.3em;*/
    padding-top: 0px;
}

.editable_content blockquote {
    margin: 0 0 35px 0;
    padding: 45px 45px 25px 0px;
    /*background:#efefef url(../images/bg3.png) no-repeat 100% 0%; border-top:1px solid #CD9D61; border-bottom:1px solid #CD9D61;*/
    overflow: hidden;
    font-size: 1.25em;
    color: #7A6A56;
}

.editable_content ol {
    list-style-type: decimal;
    margin-left: 40px;
}

.editable_content ul {
    /*list-style-type: disc;*/
    list-style-type: " ⬥ ";
    margin-left: 30px;
}

.editable_content ul[type="disc"] {
    list-style-type: disc;
}

.editable_content ul[type="circle"] {
    list-style-type: circle;
}

.editable_content ul[type="square"] {
    list-style-type: square;
}

.editable_content li {
    padding-bottom: 10px;
    line-height: 150%;
}

.editable_content ol ol {
    list-style-type: lower-alpha;
}

.editable_content ul ul {
    list-style-type: circle;
}

.editable_content ul ul,
.editable_content ul ol,
.editable_content ol ul,
.editable_content ol ol {
    margin-bottom: 0;
    margin-left: 20px;
}

.editable_content ul > li li:last-child,
.editable_content ol > li li:last-child {
    padding-bottom: 0;
}

.font_red {
    color: #e60000;
}

.font_pink {
    color: #ef646a;
}

.font_blue {
    color: #0052d0;
}

.font_bold {
    font-weight: bold;
}

.font_italic {
    font-style: italic;
}

.font_underline {
    text-decoration: underline;
}

/* 影片、相關連結、相關檔案 */
p.MsgModule_Download,
p.MsgModule_Link {
    padding: 0;
    line-height: 160%;
}

p.MsgModule_Download span,
p.MsgModule_Link span {
    font-weight: bold;
    white-space: nowrap;
    color: #333;
}

.MsgModule_Media {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 !important;
}

.MsgModule_Media iframe {
    margin: 0 !important;
}

.MsgModule_Media .describe {
    text-align: left;
    margin: 0 !important;
    padding: 10px;
    background-color: #ebebeb;
    font-size: 0.875em;
    color: #666;
}

.MsgModule_Media .describe strong {
    color: #333;
    padding-right: 3px;
}

.MsgModule_Media .describe span {
    display: block;
    line-height: 180%;
}

noscript div.ytlink {
    padding: 0;
    line-height: 18px;
}

/* no script時影片區塊顯示的訊息 */

/* 文繞圖設定 */
.editable_content div.district {
    overflow: hidden;
}

/*.editable_content div.district p  { padding:15px 30px 15px ; margin:0; vertical-align:middle; }*/
.editable_content div.district h4 {
    padding-top: 0;
    /*margin-bottom: 10px;*/
}

.editable_content .img_bg {
    margin-bottom: 25px;
}

.editable_content .imgleft {
    float: left;
    margin: 5px 35px;
    /*margin-top:3px;*/
}

.editable_content .imgright {
    float: right;
    margin: 5px 35px;
    /*margin-top:3px;*/
}

.editable_content .imgcenter {
    clear: both;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.editable_content .imgleft,
.editable_content .imgright {
    max-width: 50%;
}

.editable_content .img_bg span {
    display: block;
    padding: 5px 0 0 14px;
    box-sizing: border-box;
    position: relative;
    font-size: 0.875em;
    line-height: 140%;
    text-align: left;
    color: #7e7e7e;
}

.editable_content .img_bg span::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid #818181;
}

/* 單篇延伸區塊 */
h4.ext_title {
    /*margin-top: 20px;
        padding: 5px 10px 5px 40px;
        border-bottom: 1px solid #ddd;
        font-size: 1em;
        color: #666;
        letter-spacing: 1px;
        background: url("../images/icon_module.png") no-repeat;*/
    display: none;
    visibility: hidden;
}

h4.icon_more {
    background-position: 10px 10px;
}

h4.icon_file {
    background-position: 10px -40px;
}

h4.icon_link {
    background-position: 10px -89px;
}

h4.icon_photo {
    /*background-position: 10px -140px;*/
}

.editable_content + h4.ext_title {
    margin-top: 60px;
}

.prevNextLink + h4.ext_title {
    margin-top: 60px;
}

ul.ext_list {
    padding-top: 6px;
    padding-left: 50px;
    list-style-type: decimal;
}

ul.ext_list li {
    position: relative;
    padding: 4px 0;
    line-height: 140%;
    font-size: 0.9375em;
    color: #888;
}

ul.ext_list li a {
    color: #888;
    text-decoration: none;
    word-wrap: break-word;
}

ul.ext_list li a:hover {
    color: #ef646a;
    text-decoration: underline;
}

ul.ext_list li span.file_ext {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-indent: -10000px;
}


/* html編輯區的表格預設樣式 */
.editable_content table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.editable_content table caption,
.editable_content .tableWrap_caption {
    font-weight: bold;
    color: #000;
    font-size: 1em;
    text-align: left;
    line-height: 140%;
}

.editable_content table caption {
    margin: 5px 0;
}

.editable_content .tableWrap_caption {
    padding-top: 5px;
    margin: 0;
}

.editable_content .tableWrap {
    position: relative;
}

.editable_content .tableWrap table {
    margin: 0;
}

/* html編輯區的表格外框樣式 */
.editable_content .table_style1 > tbody > tr > th,
.editable_content .table_style1 > tbody > tr > td {
    padding: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    line-height: 160%;
}

.editable_content .table_style1 > tbody > tr > th {
    background-color: #dedede;
    color: #000;
    white-space: nowrap;
}

/* 移除第一個物件的上邊界、上間距避免過大的空白 */
.editable_content > *:first-child,
.editable_content td > *:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 移除最後一個物件的下邊界、下間距避免過大的空白 */
.editable_content > *:last-child,
.editable_content td > *:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.editable_content iframe,
.editable_content img,
.editable_content div,
.editable_content table {
    max-width: 100%;
    box-sizing: border-box;
}

/* 避免爆版 */
.editable_content * {
    word-wrap: break-word;
}

/* 條文 */
.clause .l1 {
    margin-bottom: 10px;
}

.clause .l2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 33px;
    text-indent: -33px;
}

.clause .l2.cont {
    padding-left: 0;
    text-indent: 0;
}

.clause .l3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 62px;
    text-indent: -26px;
}

.clause .l3.cont {
    padding-left: 36px;
    text-indent: 0;
}

.clause .l4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 78px;
    text-indent: -13px;
}

.clause .l5 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 100px;
    text-indent: -20px;
}

.clause .l1 + .l1,
.clause .l2 + .l1,
.clause .l3 + .l1,
.clause .l4 + .l1,
.clause .l5 + .l1,
.clause .l1 + h3,
.clause .l2 + h3,
.clause .l3 + h3,
.clause .l4 + h3,
.clause .l5 + h3 {
    margin-top: 40px;
}

.clause .l1 + h4,
.clause .l2 + h4,
.clause .l3 + h4,
.clause .l4 + h4,
.clause .l5 + h4 {
    margin-top: 20px;
}

/*StyleStart*/
/*段落*/
.para {
    display: block;
}

/*字級12px*/
.font_12px {
    font-size: 0.75em;
}

/*字級13px*/
.font_13px {
    font-size: 0.8125em;
}

/*字級14px*/
.font_14px {
    font-size: 0.875em;
}

/*字級15px*/
.font_15px {
    font-size: 0.9375em;
}

/*字級16px*/
.font_16px {
    font-size: 1em;
}

/*字級18px*/
.font_18px {
    font-size: 1.125em;
}

/*字級20px*/
.font_20px {
    font-size: 1.25em;
}

/*字級22px*/
.font_22px {
    font-size: 1.375em;
}

/*字級24px*/
.font_24px {
    font-size: 1.5em;
}

/*字級26px*/
.font_26px {
    font-size: 1.625em;
}

/*字級28px*/
.font_28px {
    font-size: 1.75em;
}

/*字級30px*/
.font_30px {
    font-size: 1.875em;
}

/*字級32px*/
.font_32px {
    font-size: 2em;
}

/*字級36px*/
.font_36px {
    font-size: 2.25em;
}

/*文字靠左*/
.tl {
    text-align: left;
}

/*文字置中*/
.tc {
    text-align: center;
}

/*文字靠右*/
.tr {
    text-align: right;
}

/*h3標題*/
.editable_content h3 {
    margin: 20px auto 30px;
    /*padding: 0px 0px 40px;*/
    width: calc(100% - 0px);
    height: auto;
    color: #d6d1cc;
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: grid;
    place-content: center center;
}

.editable_content h3 span {
    color: #d6d1cc;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.8125em;
    text-align: center;
    font-weight: 500;
}

.editable_content h3:before {
    content: '';
    width: calc(100% - 0px);
    display: inline-block;
    padding: 20px 0;
    background: url(../images/h3_bg-t.png) no-repeat center top;
}

.editable_content h3:after {
    content: '';
    width: calc(100% - 0px);
    display: inline-block;
    padding: 20px 0;
    background: url(../images/h3_bg-b.png) no-repeat center bottom;
}

/*h4標題*/
.editable_content h4 {
    margin: 20px auto 30px;
    padding: 0px 30px 0;
    width: calc(90% - 30px);
    height: auto;
    min-height: 42px;
    color: #e99222;
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: grid;
    place-content: center center;
}

.editable_content h4 span {
    color: #e99222;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.8125em;
    text-align: center;
    font-weight: 500;
}

.editable_content h4:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 29px;
    height: 100%;
    background: url(../images/h4_bg-l.png) no-repeat left center;
}

.editable_content h4:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 29px;
    height: 100%;
    background: url(../images/h4_bg-r.png) no-repeat right center;
}

/*h5標題*/
.editable_content h5 {
    margin: 20px auto 30px;
    /*padding: 0px 0px 40px;*/
    width: calc(100% - 0px);
    height: auto;
    color: #7a7877;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
}

.editable_content h5 .title {
    /*margin-bottom: 5px;*/
    font-size: 1.4em;
    font-family: 'Noto Serif TC', sans-serif;
    font-weight: 700;
}

.editable_content h5 > * {
    display: block;
}

.editable_content .subtitle {
    font-size: 1.1em;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

/*h6標題*/
.editable_content h6 {
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: #fdfcf9;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
    background: #ba9721;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

/* 表格外框樣式1 */
.editable_content table.table_style1 {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

/* 表格外框樣式2 */
.editable_content table.table_style2 tr th {
    font-weight: 400;
    background: #ededed;
    text-align: center;
    white-space: nowrap;
}

.editable_content table.table_style2 tr td {
    background: #f9f9f9;
}

.editable_content table.table_style2 tr th,
.editable_content table.table_style2 tr td {
    padding: 8px 12px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

/* 表格外框樣式3 */
.editable_content table.table_style3 tr th {
    background: #ededed;
    text-align: center;
    font-size: 1.25em;
    color: #333;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.editable_content table.table_style3 tr td {
    background: #f9f9f9;
}

.editable_content table.table_style3 tr th,
.editable_content table.table_style3 tr td {
    padding: 8px 12px;
}

.editable_content table.table_style3 tr td p {
    line-height: 150%;
}

/*StyleEnd*/

/* 按鈕樣式 */
a.btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.btn i {
    font-size: 1.5em;
    margin-right: 5px;
}

/* 環場導覽 */
a.btn_su {
    background: #f7931e;
}

a.btn_su:hover {
    background: #e65700;
}

/* 3D展示 */
a.btn_pink {
    background: #ef646a;
}

a.btn_pink:hover {
    background: #e42c34;
}


/* 客製按鈕 */
.editable_content .cuz_btn {
    margin-top: 60px;
    text-align: center;
}

.editable_content .cuz_btn a {
    display: inline-block;
    margin: 5px;
    padding: 0 20px 0 30px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    line-height: 46px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.editable_content .cuz_btn a::before,
.editable_content .cuz_btn a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.editable_content .cuz_btn a:hover::before,
.editable_content .cuz_btn a:focus::before {
    height: 23px;
}

.editable_content .cuz_btn a:hover::after,
.editable_content .cuz_btn a:focus::after {
    height: 23px;
}

.editable_content .cuz_btn a span {
    display: block;
}

.editable_content .cuz_btn a span::after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 7px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("../images/icon_btn_more.svg") no-repeat;
    background-size: 300%;
}

.editable_content .cuz_btn a:hover span::after,
.editable_content .cuz_btn a:focus span::after {
    background-position: right 0 !important;
}

.editable_content .cuz_btn.light a {
    color: #746c4f;
}

.editable_content .cuz_btn.light a:hover,
.editable_content .cuz_btn.light a:focus {
    background-color: #746c4f;
    color: #fff;
}

.editable_content .cuz_btn.light a::before,
.editable_content .cuz_btn.light a::after {
    border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
}

.editable_content .cuz_btn.light a::before {
    top: 0;
    border-top: 1px solid #746c4f;
}

.editable_content .cuz_btn.light a::after {
    bottom: 0;
    border-bottom: 1px solid #746c4f;
}

.editable_content .cuz_btn.light a span::after {
    background-position: 0 0;
}

.editable_content .cuz_btn.dark a {
    color: #e6bf46;
}

.editable_content .cuz_btn.dark a:hover,
.editable_content .cuz_btn.dark a:focus {
    background-color: #e6bf46;
    color: #fff;
}

.editable_content .cuz_btn.dark a::before,
.editable_content .cuz_btn.dark a::after {
    border-left: 1px solid #e6bf46;
    border-right: 1px solid #e6bf46;
}

.editable_content .cuz_btn.dark a::before {
    top: 0;
    border-top: 1px solid #e6bf46;
}

.editable_content .cuz_btn.dark a::after {
    bottom: 0;
    border-bottom: 1px solid #e6bf46;
}

.editable_content .cuz_btn.dark a span::after {
    background-position: 50% 0;
}

@media screen and (max-width: 559px) {

    .editable_content .img_grand,
    .editable_content .img_grand tbody,
    .editable_content .img_grand tr,
    .editable_content .img_grand td {
        display: block;
    }

    .editable_content .img_grand td {
        width: 100% !important;
        padding: 0 0 20px 0 !important;
    }

    .editable_content .img_grand.six_col td {
        padding: 20px 0 15px 0 !important;
    }


    .editable_content .imgleft,
    .editable_content .imgright {
        float: none !important;
        clear: both;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 639px) {
    /*.editable_content {
        margin: 0px 120px 0px;
        color: #444;
        text-align: justify-all;
    }

    .editable_content .content {
        /*margin-top: 30px;
        margin-bottom: 40px;
        margin: 0;
        color: #444;
        margin: 0px -140px 0px;
    }*/

    .editable_content blockquote {
        padding: 15px 30px;
    }

    .editable_content ol {
        margin-left: 20px;
    }

    .editable_content ul {
        margin-left: 20px;
    }

    .editable_content .imgleft,
    .editable_content .imgright {
        float: none !important;
        clear: both;
        max-width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.ext_list {
        padding-left: 35px;
    }

    ul.items {
        margin-left: 30px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    /*.editable_content {
        color: #444;
        text-align: justify-all;
        margin: 0px 80px 0px;
    }

    .editable_content.content {
        /*margin-top: 30px;
        margin-bottom: 40px;
        margin: 0;
        color: #444;
        margin: 0px -80px 0px;
    }*/
}
