@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Roboto:wdth,wght@75..100,100..900&display=swap');

/*----------------------------------------------------------------------*/
/* Header */
#Header {
    box-sizing: border-box;
    z-index: 10001;
    /*display: none;
    visibility: hidden;*/
    background: rgba(255, 255, 255, 1.0);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
}

#Header > div {
    max-width: 1720px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /*position: relative;*/
    display: flex;
    -ms-display: flex;
}

#Header > div::after {
    content: '';
    display: block;
    clear: both;
}

#Header > div > div {
    flex: 0 1 auto;
}

/* logo */
#Header .logo {
    width: calc((100% - 0px) / 2);
}

#Header .logo h1 {
    width: 160px;
    /*height: 40px;*/
    text-align: center;
    box-sizing: border-box;
}

#Header .logo a {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#Header .logo a::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#Header .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#Header .theme_logo {
    width: 20%;
    /*height: 95px;
    margin-left: auto;
    margin-right: auto;*/
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*text-shadow: 0 0 10px #FFF6E9, 0 0 20px #FFF6E9, 0 0 40px #FFF6E9;*/
    filter: drop-shadow(rgb(201, 202, 202) 0px 0px 40px);
    display: none;
    visibility: hidden;
}

#Header .theme_logo a {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#Header .theme_logo a::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#Header .theme_logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* top_links */
.top_links {
    width: calc((100% - 0px) / 2);
    text-align: right;
    padding: 12px 0px 0px;
    right: 0px;
}

.top_links > ul {
    display: inline-block;
    vertical-align: middle;
}

.top_links .lang li {
    display: inline-block;
    margin: -7px 5px 0px 0px;
    /*margin-right: 6px;
    padding-right: 8px;*/
    position: relative;
    display: none;
    visibility: hidden;
}

.top_links .lang li:last-child {
    margin-right: 0;
    padding-right: 0;
    /*display: none;
    visibility: hidden;*/
}

.top_links .lang li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    /*background-color: #fff;*/
}

.top_links .lang li:last-child::after {
    /*display: none;
    visibility: hidden;*/
}

.top_links .lang a {
    display: block;
    text-align: left;
    font-size: 0.75em;
    color: #727171;
    /*line-height: 26px;*/
    text-decoration: none;
}

.top_links .lang a:hover,
.top_links .lang a:focus {
    color: #9fa0a0;
    text-decoration: underline;
}

.top_links .social {
    margin-left: 10px;
}

.top_links .social li {
    display: inline-block;
    margin-left: 4px;
}

.top_links .social a {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e99222;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_links .social a:hover,
.top_links .social a:focus {
    background-color: #7a7877;
}

.top_links .social a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}

.top_links .social a span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1023px) {

    #Header .theme_logo,
    .top_links {
        /*display: none;
        visibility: hidden;*/
    }

    #Header > div {
        /*height: 40px;
        justify-content: center;
        align-items: center;
        -ms-justify-content: center;
        -ms-align-items: center;*/
        padding: 0px 20px 0px 60px;
    }

    #Header .logo {
        padding: 9px 0px 0px 0px;
    }
}

@media screen and (min-width: 1024px) {
    #Header > div {
        padding: 0px 20px;
        justify-content: space-between;
        -ms-justify-content: space-between;
    }

    #Header .logo {
        /*width: calc((100% - 0px) / 2);*/
        padding: 10px 0px 0px 0px;
    }
}

/*----------------------------------------------------------------------*/
/* Menu */
#Menu {
    padding: 0px 20px;
    box-sizing: border-box;
    z-index: 10002;
    /*position: relative;
    background: rgba(192, 154, 97, 0.6);*/
    position: absolute;
    top: 50px;
    width: 100%;
    height: 90px;
    font-size: 0.9375em;
    font-weight: 500;
    background: rgb(233, 146, 34);
    background: -moz-linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    background: linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e99222", endColorstr="#e99222", GradientType=1);
    /*border-bottom: 1px solid #C49059;*/
    /*-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, .5);*/
}

@media screen and (max-width: 1023px) {
    #Menu {
        display: none;
        visibility: hidden;
    }
}

#Menu .menu_list {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    /*border-top: 1px solid #c0991f;*/
}

#Menu .menu_list li {
    position: relative;
}

#Menu .menu_list li:hover {
    background: rgba(122, 120, 119, 0.5);
}

#Menu .menu_list a {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    position: relative;
}

#Menu .menu_list {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

#Menu .menu_list > li {
    display: table-cell;
    text-align: center;
}

#Menu .menu_list > li > a {
    display: inline-block;
    padding: 0
        /*30px*/
    ;
    /*letter-spacing: 0.1em;*/
}

#Menu .menu_list > li > a:hover,
#Menu .menu_list > li > a:focus,
#Menu .menu_list > li.selected > a {
    color: #fff;
    /*text-shadow: 0 0 10px #9fa0a0, 0 0 20px #9fa0a0, 0 0 40px #9fa0a0;*/
}

#Menu .menu_list > li > a::after {
    /*content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

#Menu .menu_list > li:hover > a::after,
#Menu .menu_list > li.selected > a::after {
    width: 100%;
    margin-left: -50%;
}

@media screen and (max-width: 1279px) {
    #Menu .menu_list > li > a {
        /*font-size: 1rem;*/
        line-height: 90px;
    }
}

@media screen and (min-width: 1280px) {
    #Menu .menu_list > li > a {
        /*font-size: 1.125rem;*/
        line-height: 90px;
    }
}

/* 子選單 */
#Menu .menu_list ul {
    position: absolute;
    display: none;
    left: 50%;
    background: rgba(233, 146, 34, 0.5);
    box-sizing: border-box;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}

#Menu .menu_list li:hover > ul {
    display: block;
}

#Menu .menu_list > li > ul {}

#Menu .menu_list > li > ul ul {
    top: 0;
}

#Menu .menu_list ul li {
    /*border-top: 1px solid #d4d4d4;
    background: rgba(79, 19, 10, 0.6);*/
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

#Menu .menu_list ul li:hover {
    background: rgba(122, 120, 119, 0.5);
}

#Menu .menu_list ul li:first-child {
    border-top: 0;
}

#Menu .menu_list ul a {
    text-align: center;
    position: relative;
}

#Menu .menu_list ul a:hover,
#Menu .menu_list ul a:focus {
    color: #fff;
    /*text-shadow: 0 0 10px #9fa0a0, 0 0 20px #9fa0a0, 0 0 40px #9fa0a0;*/
}

#Menu .menu_list ul a.sf-with-ul::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Menu .menu_list ul li:hover > a.sf-with-ul::after,
#Menu .menu_list ul a.sf-with-ul:focus::after {
    border-color: #fff;
}

@media screen and (max-width: 1279px) {
    #Menu .menu_list ul {
        /*width: 150px;*/
        width: calc(50% - 10px);
    }

    #Menu .menu_list > li > ul {
        /*top: 90px;
        margin-left: -75px;*/
        margin-left: -25%;
    }

    #Menu .menu_list > li > ul ul {
        /*left: 150px;*/
    }

    #Menu .menu_list ul a {
        padding: 15px 0;
        /*font-size: 0.9375rem;
        line-height: 21px;*/
    }
}

@media screen and (min-width: 1280px) {
    #Menu .menu_list ul {
        /*width: 180px;*/
        width: calc(50% - 10px);
    }

    #Menu .menu_list > li > ul {
        /*top: 90px;
        margin-left: -90px;*/
        margin-left: -25%;
    }

    #Menu .menu_list > li > ul ul {
        /*left: 180px;*/
    }

    #Menu .menu_list ul a {
        padding: 15px 0;
        /*font-size: 1rem;
        line-height: 24px;*/
    }
}

/* 倒數第1個選單的處理 */
#Menu .menu_list > li:last-child > ul > li > ul {
    left: auto;
}

@media screen and (max-width: 1279px) {
    #Menu .menu_list > li:last-child > ul > li > ul {
        right: 150px;
    }
}

@media screen and (min-width: 1280px) {
    #Menu .menu_list > li:last-child > ul > li > ul {
        right: 180px;
    }
}

#Menu .menu_list > li:last-child ul a.sf-with-ul::after {
    left: 8px;
    right: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* 倒數第2個選單的處理 */
#Menu .menu_list > li:nth-last-child(2) > ul > li > ul {
    left: auto;
}

@media screen and (max-width: 1279px) {
    #Menu .menu_list > li:nth-last-child(2) > ul > li > ul {
        right: 150px;
    }
}

@media screen and (min-width: 1280px) {
    #Menu .menu_list > li:nth-last-child(2) > ul > li > ul {
        right: 180px;
    }
}

#Menu .menu_list > li:nth-last-child(2) ul a.sf-with-ul::after {
    left: 8px;
    right: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* 浮動效果 */
.MenuFix #Menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    max-width: none;
    background: rgb(233, 146, 34);
    background: -moz-linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    background: linear-gradient(0deg, rgba(233, 146, 34, 0.5) 0%, rgba(233, 146, 34, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e99222", endColorstr="#e99222", GradientType=1);
    animation: Menu 0.5s ease 1;
}

.MenuFix #Menu .menu_list {
    border-top: 0;
}

.MenuFix #Menu .menu_list > li > a {
    /*line-height: 40px;*/
}

.MenuFix #Menu .menu_list > li > a::after {
    bottom: 5px;
}

.MenuFix #Menu .menu_list > li > ul {
    /*top: 40px;*/
}

#Wrap.MenuFix {
    padding-top: 40px;
}

@-webkit-keyframes Menu {
    0% {
        top: -40px;
    }

    100% {
        top: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .MenuFix #Wrap {
        padding-top: 130px;
    }
}

@media screen and (min-width: 1280px) {
    .MenuFix #Wrap {
        padding-top: 110px;
    }
}

/* 浮動時取消倒數第1個選單的處理 */
/*	.MenuFix #Menu .menu_list > li:last-child > ul { left:0; right:auto; }
	.MenuFix #Menu .menu_list > li:last-child > ul > li > ul { left:180px; right:auto; }
	.MenuFix #Menu .menu_list > li:last-child a.sf-with-ul::after { 
		left:auto; right:10px; 
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		}*/

/* 浮動時取消倒數第2個選單的處理 */
/*.MenuFix #Menu .menu_list > li:nth-last-child(2) > ul { left:0; right:auto; }
	.MenuFix #Menu .menu_list > li:nth-last-child(2) > ul > li > ul { left:150px; right:auto; }
	.MenuFix #Menu .menu_list > li:nth-last-child(2) a { text-align:left; }
	.MenuFix #Menu .menu_list > li:nth-last-child(2) a.sf-with-ul::after { 
		left:auto; right:10px; 
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		}*/

/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual {
    box-sizing: border-box;
    clear: both;
    position: relative;
    z-index: 998;
    overflow: hidden;
    object-fit: cover;
}

#KeyVisual .bx-viewport {
    z-index: 9998;
    position: relative;
    zoom: 1;
}

#KeyVisual .bx-wrapper {
    position: relative;
    margin: auto;
    padding: 0;
    *zoom: 1;
}

#KeyVisual .bx-wrapper img {
    width: 100%;
    object-fit: cover;
    /*min-height: 800px;*/
}

/* 修改Key visual圖片載入時Slider高度過高問題 */
#KeyVisual .bxSlider_list {
    position: relative;
    background:
        #000
        url(../images/cover_desktop.jpg) top center fixed no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}

/* 不顯示子項目 */
ul.bxSlider_list li {
    float: left;
    list-style: none;
    position: relative;
    display: none;
}

/* 顯示第一筆項目 */
ul.bxSlider_list li:first-child {
    display: block;
}

/* 當JS執行時顯示全部 */
div.bx-viewport ul.bxSlider_list li {
    display: block;
}

#KeyVisual .bxSlider_list li {
    width: 100%;
}

#KeyVisual .bxSlider_list li img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 1030px;
}

#KeyVisual .bxSlider_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 639px) {
    #KeyVisual .bxSlider_list li img.landscape {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    #KeyVisual .bxSlider_list li img.portrait {
        display: none;
    }
}

#KeyVisual .bxSlider_list li a[href="javascript:;"] {
    cursor: default;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#KeyVisual .bx-wrapper .bx-controls-direction a {
    display: block;
    position: absolute;
    top: 50%;
    text-indent: 10000px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#KeyVisual .bx-wrapper .bx-prev {
    left: 1.5vw;
}

#KeyVisual .bx-wrapper .bx-next {
    right: 1.5vw;
}

#KeyVisual .bx-wrapper .bx-controls-direction a:hover,
#KeyVisual .bx-wrapper .bx-controls-direction a:focus {
    background-color: #999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#KeyVisual .bx-wrapper .bx-prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    left: 13px;
    width: 100%;
    height: 100%;
    /*opacity: 0.5;*/
    background: url("../images/left_bg.png") no-repeat;
    /*background-size: 200%;*/

}

#KeyVisual .bx-wrapper .bx-next::after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 12px;
    width: 100%;
    height: 100%;
    /*opacity: 0.5;*/
    background: url("../images/right_bg.png") no-repeat;
    /*background-size: 200%;*/
}

#KeyVisual .bx-wrapper .bx-prev::after {
    /*background-position: 0 66.6666%;*/
}

#KeyVisual .bx-wrapper .bx-next::after {
    /*background-position: right 66.6666%;*/
}

#KeyVisual .bx-wrapper .bx-controls-direction a:hover::after,
#KeyVisual .bx-wrapper .bx-controls-direction a:focus::after {
    /*opacity: 0.8;*/
}

#KeyVisual .bx-wrapper .bx-prev:hover::after,
#KeyVisual .bx-wrapper .bx-prev:focus::after {
    /*background-position: 0 100%;*/
}

#KeyVisual .bx-wrapper .bx-next:hover::after,
#KeyVisual .bx-wrapper .bx-next:focus::after {
    /*background-position: right 100%;*/
}

#KeyVisual .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* PAGER */
#KeyVisual .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

#KeyVisual .bx-wrapper .bx-pager .bx-pager-item,
#KeyVisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -10000px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #fff;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a:focus,
#KeyVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #666;
    opacity: 1;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat
        /*#fff*/
    ;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/*----------------------------------------------------------------------*/
#Center .inner:after {
    content: "";
    clear: both;
    display: block;
}

/*----------------------------------------------------------------------*/
/* Footer */
#Footer {
    background: #fff
        /*url(../images/index_footer_bg.jpg) repeat*/
    ;
    font-size: 0.75em;
    color: #7a7877;
    padding: 40px 0 35px;
}

#Footer a {
    text-decoration: none;
}

#Footer a:hover {
    text-decoration: underline;
}

/*
#Footer p {
    margin-bottom: -10px;
    color: #3e3a39;
}
*/
/*
@media screen and (max-width: 639px) {
    #Footer {
        padding: 0 80px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
    #Footer {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1280px) {
    #Footer {
        padding: 0 140px;
    }
}
*/
#Footer div {
    max-width: 1280px;
    margin: 0 auto;
    color: #666;
}

#Footer .editable_content {
    padding: 0 200px;
    margin: -65px auto 0;
    /*max-width: 1280px;
    overflow: hidden;*/
}

#Footer .editable_content p {
    padding: 10px 0 0;
}

#Footer .social {
    margin-top: 15px;
    text-align: center;
}

#Footer .social li {
    display: inline-block;
    margin: 0 4px;
}

#Footer .social a {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e99222;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#Footer .social a:hover,
.top_links .social a:focus {
    background-color: #7a7877;
}

#Footer .social a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}

#Footer .social a span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#Footer .copyright {
    margin-top: 20px;
    padding: 0 200px;
    text-align: center;
    /*font-size: 0.75em;
    color: #3e3a39;
    background: #fff
        url(../images/index_footer_bg.jpg) repeat
    ;*/
}

/*----------------------------------------------------------------------*/
/* Btn Top */
.BtnTop {
    z-index: 10001;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-indent: -10000px;
    display: none;
}

#Wrap.MenuFix .BtnTop {
    display: block;
}

.BtnTop a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10000;
    text-decoration: none;
    color: #fff;
    /*font-size: 14px;
    text-align: center;*/
    background: #e99222 url(../images/top_bg.png) no-repeat 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.BtnTop a:after {
    /*content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 50px;
    height: 50px;
    background: url(../images/icon_top.svg) no-repeat center center;
    background-size: contain;*/
}

.BtnTop a:hover {
    background-color: #7a7877;
}

/*----------------------------------------------------------------------*/
/* 首頁通用 */
.IndexBlock {
    position: relative;
    overflow: hidden;
    padding: 0px 140px;
    background-repeat: no-repeat;
    background-position: bottom 0px center;
    background-size: auto;
}

/*
@media screen and (max-width: 639px) {
    .IndexBlock {
        padding: 0px 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
    .IndexBlock {
        padding: 0px 20px;
    }
}

@media screen and (min-width: 1280px) {
    .IndexBlock {
        padding: 0px 40px;
    }
}
*/
.IndexBlock > div {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-align-content: center;
    -ms-flex-wrap: wrap;
}

.IndexBlock > div::after {
    content: '';
    display: block;
    clear: both;
}

.IndexBlock > div > div {
    flex: 0 1 auto;
    box-sizing: border-box;
}

.IndexBlock .anchor {
    position: absolute;
    top: -40px;
    left: 0;
}

/* title */
.index_block_title {
    /*padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;*/
}

.index_block_title h2 {
    /*font-size: 2rem;
    line-height: 1.5em;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;*/
}

.index_block_title .en {
    /*display: block;
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;*/
}

.index_block_desc {
    /*line-height: 2em;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-weight: 300;
    letter-spacing: 0.15em;*/
}

.index_btn_more {
    position: relative;
    margin: 40px auto;
    width: 160px;
    height: 45px;
}

/* btn_more */
/*@media screen and (max-width: 639px) {
    .index_btn_more {
        margin-top: 40px;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .index_btn_more {
        margin-top: 50px;
    }
}

@media screen and (min-width: 960px) {
    .index_btn_more {
        margin-top: 60px;
    }
}
*/
.index_btn_more a {
    display: inline-block;
    font-weight: bold;
    color: #666;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;
    text-align: center;
    color: #666;
    border-radius: 10px;
    border: 2px solid #666;
    /*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;
}

.index_btn_more a:hover {
    color: #fff;
    background-color: #999;
    border: 2px solid #fff;
    /*background: url(../images/more_bg.png) no-repeat 50% 0;*/
}

.index_btn_more a::before,
.index_btn_more 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;*/
}

.index_btn_more a:hover::before,
.index_btn_more a:focus::before {
    /*height: 23px;
    background: #C49059;*/
}

.index_btn_more a:hover::after,
.index_btn_more a:focus::after {
    /*height: 23px;
    background: #C49059;*/
}

.index_btn_more span {
    /*display: block;
    overflow: hidden;
    padding-bottom: 100%;*/
}

.index_btn_more span: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);*/
}

.index_btn_more a:hover span::after,
.index_btn_more a:focus span::after {
    background-position: right 0 !important;
}

.active_point {
    -webkit-transition: transform 1s ease, opacity 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
}

@function makeLongShadow($color) {
    $val: 0px 0px $color;

    @for $i from 1 through 40 {
        $color: fade-out(desaturate($color, 1%), .025);
        $val: #{$val},
        #{$i * 0.5}px #{$i * 0.25}px #{$color};
    }

    @return $val;
}

#index-all {
    margin: 0 auto 40px;
    /*div對齊效果*/
    /*text-align: center;
    display: inline;
    max-width: 1000px;
    background:#ccc;
    width: 100%;*/
    padding: 40px 200px 0;
    /*width: calc(80% - 20px);*/
    max-width: 1280px;
}

#index-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: 200px;
    border-bottom:3px solid #f6d1a8;
    padding: 0px 50px 20px 50px;
    margin-top: -30px;
    background:
        #efefef
        url(../images/h5.png) no-repeat 50% 50%
    ;*/
}

#index-title-light h2::first-letter {
    /*font-size: 1.5em;*/
}

#index-title-light h2 {
    margin: 20px auto 30px;
    /*width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 40px;*/
    font-size: 1.25em;
    text-align: center;
    writing-mode: vertical-rl;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    color: #7a7877;
    font-family: 'Noto Serif TC', serif;
    white-space: 50%;
    letter-spacing: 5px;
    /*transform: skewX(-10deg);
    background: url(../images/h2_bg.png) no-repeat 50% 0%;*/
}

#index-title-light h2:first-letter {
    font-weight: 500;
    /*color: #fff;*/
    font-size: 1.75em;
}

#index-title-dark h2::first-letter {
    /*font-size: 1.5em;*/
}

#index-title-dark h2 {
    margin: 20px auto 30px;
    /*width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 40px;*/
    font-size: 1.25em;
    text-align: center;
    writing-mode: vertical-rl;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    white-space: 50%;
    letter-spacing: 5px;
    /*transform: skewX(-10deg);
    background: url(../images/h2_bg.png) no-repeat 50% 0%;*/
}

#index-title-dark h2:first-letter {
    font-weight: 500;
    /*color: #fff;*/
    font-size: 1.75em;
}

.word dl {
    margin: 10px 0px;
}

.word dt {
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    background: #7a7877
        /*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;
    color: #7a7877;
    /*margin-inline-start: 70px; margin-block-start: -31px; background:#fff; color:#000;*/
}

#more a {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #fff;
    /*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: #7a7877;
    background-color: #fff;
    border: 2px solid #fff;
    /*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); */
}

#index-title h5 {
    margin: 0 auto;
    /*width: 1000px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 0px 0px 0px 5px;*/
    width: 140px;
    height: 140px;
    color: #fff;
    font-size: 1.125em;
    /*letter-spacing: 5px;*/
    text-align: center;
    position: relative;
    text-shadow: 0 0 10px #eee, 0 0 20px #eee, 0 0 40px #eee;
    font-weight: bold;
    background: url(../images/h5_bg.png) no-repeat 50% 50%;
}

#index-title h5:after {
    /*content: '';
        display: block;
        position: absolute;
        top: 20px;
        right: 1px;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: url(../images/h5_bg.png) no-repeat 50% 100%;
        background: rgb(153, 153, 153);
        background: linear-gradient(0deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 100%);
        filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);
        z-index: -1;*/
}

#index-word-light {
    display: inline-block;
    margin: 0 auto;
    /*讓div並排*/
    vertical-align:
        /*middle*/
        top;
    /*就算個個div行數不同，也一律向上對齊*/
    /*color: #fff;
    font-size: 1em;*/
    text-align: left;
    /*border-radius: 10px;
    padding: 40px 200px 0;
    width: calc(100% - 20px);*/
    position: relative;
    /*background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    width: 100%;
    color: #7a7877;
}

#index-word-dark {
    display: inline-block;
    margin: 0 auto;
    /*讓div並排*/
    vertical-align:
        /*middle*/
        top;
    /*就算個個div行數不同，也一律向上對齊*/
    /*color: #fff;
    font-size: 1em;*/
    text-align: left;
    /*border-radius: 10px;
    padding: 40px 200px 0;
    width: calc(100% - 20px);*/
    position: relative;
    /*background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    width: 100%;
    color: #fff;
}

#index-word:before {
    /*border: solid transparent;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 13px 13px 13px 0;
    border-right-color: #fff;
    top: 20px;
    left: -13px;
    top: calc(50% - 13px);*/
}

.index-bg {
    /*position: relative;*/
    background:
        /*#fff*/
     url(https://www.mwr.org.tw/files/file_pool/1/0O047554685390931117/indexbg.jpg) center center fixed no-repeat;
    /*background-size: cover;*/
    width: 100%;
    height: 100vh;
}


/*----------------------------------------------------------------------*/
/* 圖文列表 */
.index_pictext_list {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 639px) {
    .index_pictext_list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
    .index_pictext_list {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .index_pictext_list {
        padding-left: 3.2vw;
        padding-right: 3.2vw;
    }
}

.index_pictext_list .item {
    background-color: #fff;
    max-width: 320px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.index_pictext_list .img {
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.index_pictext_list .img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.index_pictext_list .img a:hover {
    transform: scale(1.05);
}

.index_pictext_list .cont {
    padding: 25px 20px 15px 20px;
    position: relative;
}

.index_pictext_list .tag {
    position: absolute;
    top: -15px;
    right: -12px;
    padding: 0 0.7em 0 0.8em;
    background-color: #c0991f;
    line-height: 30px;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 0.1em;
}

.index_pictext_list .title a {
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-weight: 400;
    font-size: 1.125rem;
    color: #746c4f;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 2.8em;
    -webkit-line-clamp: 2;
}

.index_pictext_list .title a:hover,
.index_pictext_list .title a:focus {
    color: #e82d34;
}

.index_pictext_list .desc {
    margin-top: 10px;
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-weight: 300;
    font-size: 0.875rem;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 3.6em;
    -webkit-line-clamp: 2;
}

/* owl-carousel */
.index_pictext_list .owl-carousel {
    position: static;
}

.index_pictext_list .owl-stage-outer {
    padding: 20px 0 40px;
}

.index_pictext_list .owl-stage {
    display: flex;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-flex-wrap: wrap;
}

.index_pictext_list .owl-item {
    flex: 0 1 auto;
    padding: 0 12px;
    box-sizing: border-box;
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev,
.index_pictext_list .owl-carousel .owl-nav .owl-next {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-color: rgba(255, 255, 255, 0);
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.index_pictext_list .owl-carousel .owl-nav .owl-next {
    right: 0;
}

@media screen and (max-width: 459px) {

    .index_pictext_list .owl-carousel .owl-nav .owl-prev,
    .index_pictext_list .owl-carousel .owl-nav .owl-next {
        background-color: rgba(255, 255, 255, 0.25);
    }
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev:hover,
.index_pictext_list .owl-carousel .owl-nav .owl-next:hover {
    background-color: #e6bf46;
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev::after,
.index_pictext_list .owl-carousel .owl-nav .owl-next::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url(../images/icon_slider_arrow.svg) no-repeat;
    background-size: 200%;
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev::after {
    background-position: 0 66.6666%;
}

.index_pictext_list .owl-carousel .owl-nav .owl-next::after {
    background-position: right 66.6666%;
}

.index_pictext_list .owl-carousel .owl-nav .owl-prev:hover::after {
    background-position: right 100%;
    opacity: 0.8;
}

.index_pictext_list .owl-carousel .owl-nav .owl-next:hover::after {
    background-position: right 100%;
    opacity: 0.8;
}

.index_pictext_list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.index_pictext_list .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0.7vw;
    padding: 0;
    box-sizing: border-box;
    background-color: #b6b6b5;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_pictext_list .owl-dots .owl-dot:focus {
    outline: 0;
}

.index_pictext_list .owl-dots .owl-dot.active,
.index_pictext_list .owl-dots .owl-dot:hover,
.index_pictext_list .owl-dots .owl-dot:focus {
    background-color: #e6bf46;
}


/*----------------------------------------------------------------------*/
/* 圖片列表 */
.index_pic_list {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 40px 0;
}

/*
@media screen and (max-width: 639px) {
    .index_pic_list {
        padding: 0 30px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
    .index_pic_list {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .index_pic_list {
        padding: 0 140px;
    }
}
*/
.index_pic_list .item {
    max-width: 300px;
    margin: 0 auto;
}

.index_pic_list .img {
    /*padding-bottom: 75%;*/
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50% 20%;
    overflow: hidden;
    position: relative;
    /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_pic_list .img a: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); */
}

.index_pic_list .img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index_pic_list .img:hover {
    transform: scale(0.95);
    background: url(../images/img_bg.png) no-repeat 50% 0;
    background-size: 300px 300px;
}

.index_pic_list .cont {
    /*padding: 15px 5px 0 5px;*/
    position: relative;
    margin: -10px auto 0;
}

.index_pic_list .title a {
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    /*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;
}

.index_pic_list .title a:hover,
.index_pic_list .title a:focus {
    color: #C49059;
}

@media screen and (min-width: 1360px) and (max-width: 1439px) {
    .index_pic_list .cont {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* owl-carousel */
.index_pic_list .owl-carousel {
    position: static;
}

.index_pic_list .owl-stage-outer {
    /*padding: 40px 0;*/
}

.index_pic_list .owl-stage {
    display: flex;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-flex-wrap: wrap;
}

.index_pic_list .owl-item {
    flex: 0 1 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.index_pic_list .owl-carousel .owl-nav .owl-prev,
.index_pic_list .owl-carousel .owl-nav .owl-next {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    /*margin-top: -21px;*/
    background-color: rgba(255, 255, 255, 0);
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_pic_list .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}

.index_pic_list .owl-carousel .owl-nav .owl-next {
    right: -60px;
}

.index_pic_list .owl-carousel .owl-nav .owl-prev:hover,
.index_pic_list .owl-carousel .owl-nav .owl-next:hover {
    background-color: #C49059;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.index_pic_list .owl-carousel .owl-nav .owl-prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 100%;
    height: 100%;
    /*opacity: 0.5;*/
    background: url("../images/left_bg.png") no-repeat;
    /*background-size: 200%;*/
}

.index_pic_list .owl-carousel .owl-nav .owl-next::after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 100%;
    height: 100%;
    /*opacity: 0.5;*/
    background: url("../images/right_bg.png") no-repeat;
    /*background-size: 200%;*/
}

.index_pic_list .owl-carousel .owl-nav .owl-prev::after {
    /*background-position: 0 66.6666%;*/
}

.index_pic_list .owl-carousel .owl-nav .owl-next::after {
    /*background-position: right 66.6666%;*/
}

.index_pic_list .owl-carousel .owl-nav .owl-prev:hover::after {
    /*background-position: right 100%;
    opacity: 0.8;*/
}

.index_pic_list .owl-carousel .owl-nav .owl-next:hover::after {
    /*background-position: right 100%;
    opacity: 0.8;*/
}

.index_pic_list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.index_pic_list .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    /*border: 0;*/
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_pic_list .owl-dots .owl-dot:focus {
    outline: 0;
}

.index_pic_list .owl-dots .owl-dot.active,
.index_pic_list .owl-dots .owl-dot:hover,
.index_pic_list .owl-dots .owl-dot:focus {
    background: #C49059;
    opacity: 1;
}


/*----------------------------------------------------------------------*/
/* 全自訂區塊 */
.IndexCustom {
    /*position: relative;*/
    background-position: center top;
    background-size: 100% auto, contain; 
    /*margin: 0 auto;
    padding: 0;*/
}

.IndexCustom .index_block_title {
    /*max-width: 350px;*/
    width: 100%;
    margin: 20px auto -10px;
    text-align: center;
    /*border-bottom-color: #e6bf46;*/
}

/* h2標題-白底 */
.IndexCustom .index_block_w-title h2 {
    margin: 10px auto;
    /*width: 1000px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 35px;
    color: #111;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    /*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;*/
}

.IndexCustom .index_block_w-title h2:before {
    /*content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-b.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
}

.IndexCustom .index_block_w-title h2:after {
    /*content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-a.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    /*right: -160px;*/
    width: 160px;
    height: 2px;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#999999", GradientType=1);
}

@function makeLongShadow($color) {
    $val: 0px 0px $color;

    @for $i from 1 through 40 {
        $color: fade-out(desaturate($color, 1%), .025);
        $val: #{$val},
        #{$i * 0.5}px #{$i * 0.25}px #{$color};
    }

    @return $val;
}

.indextitle {
    font-size: 20px;
    text-align: center;
    writing-mode: vertical-rl;
    font-weight: bold;
    color: #333;
    margin: 50px auto;
    /*transform: skewX(-10deg);*/
    white-space: nowrap;
    letter-spacing: 4px;
    text-shadow: makeLongShadow(hsl(152deg, 46%, 40%));
    -webkit-box-reflect: below 1px linear-gradient(transparent 30%, rgba(0, 0, 0, .35));
    /*filter: contrast(5);*/
    // transition: 2s;
    // animation: hueRotate 20s infinite linear;

    // 	&:hover {
    // 		filter: contrast(1);
    // 	}
}

/* h2標題-黑底 */
.IndexCustom .index_block_b-title h2 {
    margin: 10px auto;
    /*width: 1000px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    /*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;*/
}

.IndexCustom .index_block_b-title h2:before {
    /*content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-b.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
}

.IndexCustom .index_block_b-title h2:after {
    /*content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-a.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    /*right: -160px;*/
    width: 160px;
    height: 2px;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#999999", GradientType=1);
}

.IndexCustom .index_block_title .en {
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 15px;
    color: #333;
    font-size: 1.25em;
    letter-spacing: 5px;
}

.IndexCustom .index_block_w-desc {
    max-width: 720px;
    margin: 20px auto 0;
    /*text-align: center;*/
    color: #666;
    line-height: 200%;
    padding: 5px 20px;
    font-size: 1em;
}

.index_block_w-desc #more a {
    display: inline-block;
    font-weight: bold;
    color: #666;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #666;
    /*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;
}

.index_block_w-desc #more a:hover {
    color: #fff;
    background-color: #999;
    border: 2px solid #fff;
    /*background: url(../images/more_bg.png) no-repeat 50% 0;*/
}

.index_block_w-desc .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); */
}

.IndexCustom .index_block_b-desc {
    max-width: 720px;
    margin: 20px auto 0;
    /*text-align: center;*/
    color: #ccc;
    line-height: 200%;
    padding: 5px 20px;
    font-size: 1em;
}

.index_block_b-desc .word dl {
    margin: 10px 0px;
}

.index_block_b-desc .word dt {
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    background: #999
        /*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 5px 0px;
}

.index_block_b-desc .word dd {
    display: block;
    margin-left: 75px;
    margin-top: -42px;
    /*margin-inline-start: 70px; margin-block-start: -31px; background:#fff; color:#000;*/
}

.index_block_b-desc #more a {
    display: inline-block;
    font-weight: bold;
    color: #999;
    line-height: 45px;
    text-decoration: none;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #999;
    /*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;
}

.index_block_b-desc #more a:hover {
    color: #fff;
    background-color: #666;
    border: 2px solid #fff;
    /*background: url(../images/more_bg.png) no-repeat 50% 0;*/
}

.index_block_b-desc .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); */
}

/* video background */
#videobg {
    object-fit: cover;
    /*position: absolute;*/
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/*
@media screen and (max-width: 959px) {
    .IndexCustom {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 960px) {
    .IndexCustom {
        padding-top: 3.125vw;
        padding-bottom: 5.2vw;
    }
}
*/

.IndexCustom.IndexBlock {
    padding: 100px 0 0;
}

.IndexCustom.IndexBlock > div {
    max-width: none;
}

.IndexCustom.IndexBlock .editable_content_index {
    width: 100%;
}

/*
.IndexCustom .index_btn_more {
    width: 100%;
    text-align: center;
}

.IndexCustom .index_btn_more a {
    margin: 0 5px 10px 5px;
    color: #fff;
}

.IndexCustom .index_btn_more a:hover,
.IndexCustom .index_btn_more a:focus {
    background-color: #776f53;
    color: #fff;
}

.IndexCustom .index_btn_more a::before,
.IndexCustom .index_btn_more a::after {
    border-left: 1px solid #776f53;
    border-right: 1px solid #776f53;
}

.IndexCustom .index_btn_more a::before {
    top: 0;
    border-top: 1px solid #776f53;
}

.IndexCustom .index_btn_more a::after {
    bottom: 0;
    border-bottom: 1px solid #776f53;
}

.IndexCustom .index_btn_more a span::after {
    background-position: 0 0;
}
*/
/* 動畫效果 */
/*
@media screen and (min-width: 960px) {
    .IndexCustom .editable_content_index {
        opacity: 0;
        transform: translateY(40px);
    }

    .IndexCustom .editable_content_index.active {
        opacity: 1;
        transform: translateY(0);
    }

    .IndexCustom .index_btn_more {
        opacity: 0;
        transform: translateY(40px);
    }

    .IndexCustom .index_btn_more.active {
        opacity: 1;
        transform: translateY(0);
    }
}
*/

/*----------------------------------------------------------------------*/
/* 圖文列表區塊(左右排列) */
.IndexPicTextVert {
    background-position: center center;
    background-size: cover;
    background-color: #1b1610;
}

@media screen and (max-width: 959px) {
    .IndexPicTextVert {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 960px) {
    .IndexPicTextVert {
        padding-top: 6.25vw;
        padding-bottom: 5.2vw;
    }
}

.IndexPicTextVert .index_block_title {
    border-bottom-color: #e6bf46;
}

.IndexPicTextVert .index_block_title h2 {
    color: #e6bf46;
}

.IndexPicTextVert .index_block_title .en {
    color: #e6bf46;
}

.IndexPicTextVert .index_block_desc {
    color: #fff;
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .IndexPicTextVert .index_block_title .en {
        font-size: 1rem;
    }

    .IndexPicTextVert .index_block_desc {
        font-size: 0.9375rem;
    }
}

.IndexPicTextVert .index_btn_more a {
    color: #e6bf46;
}

.IndexPicTextVert .index_btn_more a:hover,
.IndexPicTextVert .index_btn_more a:focus {
    background-color: #e6bf46;
    color: #fff;
}

.IndexPicTextVert .index_btn_more a::before,
.IndexPicTextVert .index_btn_more a::after {
    border-left: 1px solid #e6bf46;
    border-right: 1px solid #e6bf46;
}

.IndexPicTextVert .index_btn_more a::before {
    top: 0;
    border-top: 1px solid #e6bf46;
}

.IndexPicTextVert .index_btn_more a::after {
    bottom: 0;
    border-bottom: 1px solid #e6bf46;
}

.IndexPicTextVert .index_btn_more a span::after {
    background-position: 50% 0;
}

@media screen and (max-width: 959px) {
    .IndexPicTextVert > div {
        padding-bottom: 90px;
        position: relative;
    }

    .IndexPicTextVert .col_cont {
        width: 100%;
    }

    .IndexPicTextVert .col_list {
        width: 100%;
        margin-top: 20px;
    }

    .IndexPicTextVert .index_block_title {
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .IndexPicTextVert .index_block_desc {
        max-width: 350px;
        margin: 20px auto 0;
        text-align: center;
    }

    .IndexPicTextVert .index_btn_more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .IndexPicTextVert .index_btn_more a {
        margin: 0 5px 10px;
    }
}

@media screen and (min-width: 960px) {
    .IndexPicTextVert .col_cont {
        padding-left: 20px;
        padding-right: 20px;
        width: 22%;
    }

    .IndexPicTextVert .col_list {
        padding-left: 5vw;
        width: 78%;
    }
}

/* list */
@media screen and (max-width: 399px) {
    .IndexPicTextVert .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicTextVert .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicTextVert .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .IndexPicTextVert .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicTextVert .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicTextVert .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1439px) {
    .IndexPicTextVert .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicTextVert .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicTextVert .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexPicTextVert .col_cont {
        opacity: 0;
        transform: translateX(-40px);
    }

    .IndexPicTextVert .col_cont.active {
        opacity: 1;
        transform: translateX(0);
    }

    .IndexPicTextVert .col_list {
        opacity: 0;
        transform: translateX(40px);
    }

    .IndexPicTextVert .col_list.active {
        opacity: 1;
        transform: translateX(0);
    }
}


/*----------------------------------------------------------------------*/
/* 文繞圖區塊 */
.IndexBlock.IndexWrapText {
    padding-left: 0;
    padding-right: 0;
}

.IndexBlock.IndexWrapText > div {
    max-width: none;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-align-content: stretch;
    -ms-flex-wrap: wrap;
}

.IndexWrapText .index_block_title {
    border-bottom-color: #c0991f;
}

.IndexWrapText .index_block_title h2 {
    color: #333;
}

.IndexWrapText .index_block_title .en {
    color: #c0991f;
}

.IndexWrapText .index_block_desc {
    color: #746c4f;
}

@media screen and (max-width: 959px) {
    .IndexWrapText .index_block_title {
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .IndexWrapText .index_block_desc {
        max-width: 350px;
        margin: 20px auto 0;
        text-align: center;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .IndexWrapText .index_block_title .en {
        font-size: 1rem;
    }

    .IndexWrapText .index_block_desc {
        font-size: 0.9375rem;
    }
}

.IndexWrapText .index_btn_more a {
    color: #746c4f;
}

.IndexWrapText .index_btn_more a:hover,
.IndexWrapText .index_btn_more a:focus {
    background-color: #746c4f;
    color: #fff;
}

.IndexWrapText .index_btn_more a::before,
.IndexWrapText .index_btn_more a::after {
    border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
}

.IndexWrapText .index_btn_more a::before {
    top: 0;
    border-top: 1px solid #746c4f;
}

.IndexWrapText .index_btn_more a::after {
    bottom: 0;
    border-bottom: 1px solid #746c4f;
}

.IndexWrapText .index_btn_more a span::after {
    background-position: 0 0;
}

.IndexWrapText .col_img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 959px) {
    .IndexWrapText {
        padding-top: 50px;
    }

    .IndexWrapText .col_cont {
        width: 100%;
        padding: 0 10px;
    }

    .IndexWrapText .col_img {
        width: 100%;
        height: 360px;
        margin-top: 20px;
    }

    /*.IndexWrapText .editable_content_index { max-width:350px; margin:20px auto 0; text-align:center; }*/
    .IndexWrapText .index_btn_more {
        margin-top: 30px !important;
        text-align: center;
    }

    .IndexWrapText .index_btn_more a {
        margin: 0 5px 10px;
    }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
    .IndexWrapText .col_img {
        height: 37.5vw;
    }
}

@media screen and (max-width: 959px) and (orientation: portrait) {
    .IndexWrapText .col_img {
        height: 50vh;
    }
}

@media screen and (min-width: 960px) {
    .IndexBlock.IndexWrapText.right > div {
        flex-direction: row-reverse;
    }

    .IndexWrapText .col_cont {
        width: 31.25%;
    }

    .IndexWrapText .col_img {
        width: 68.75%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .IndexWrapText .col_cont {
        padding: 3vw 4vw;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1559px) {
    .IndexWrapText .col_cont {
        padding: 4vw 6vw;
    }
}

@media screen and (min-width: 1560px) {
    .IndexWrapText .col_cont {
        padding: 5.2vw 7.5vw;
    }
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexWrapText.right .col_cont {
        opacity: 0;
        transform: translateX(40px);
    }

    .IndexWrapText.right .col_cont.active {
        opacity: 1;
        transform: translateX(0);
    }

    .IndexWrapText.right .col_img {
        opacity: 0;
        transform: translateX(-40px);
    }

    .IndexWrapText.right .col_img.active {
        opacity: 1;
        transform: translateX(0);
    }

    .IndexWrapText.left .col_cont {
        opacity: 0;
        transform: translateX(-40px);
    }

    .IndexWrapText.left .col_cont.active {
        opacity: 1;
        transform: translateX(0);
    }

    .IndexWrapText.left .col_img {
        opacity: 0;
        transform: translateX(40px);
    }

    .IndexWrapText.left .col_img.active {
        opacity: 1;
        transform: translateX(0);
    }
}


/*----------------------------------------------------------------------*/
/* 圖文列表區塊(上下排列) */
.IndexPicText {
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 959px) {
    .IndexPicText {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 960px) {
    .IndexPicText {
        padding-top: 5.2vw;
        padding-bottom: 4.2vw;
    }
}

.IndexPicText .index_block_title {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    border-bottom-color: #c0991f;
}

.IndexPicText .index_block_title h2 {
    color: #333;
}

.IndexPicText .index_block_title .en {
    color: #c0991f;
}

.IndexPicText .index_block_desc {
    max-width: 350px;
    margin: 20px auto 0;
    text-align: center;
    color: #746c4f;
}

.IndexPicText .index_btn_more {
    text-align: center;
}

.IndexPicText .index_btn_more a {
    margin: 0 5px 10px 5px;
    color: #776f53;
}

.IndexPicText .index_btn_more a:hover,
.IndexPicText .index_btn_more a:focus {
    background-color: #776f53;
    color: #fff;
}

.IndexPicText .index_btn_more a::before,
.IndexPicText .index_btn_more a::after {
    border-left: 1px solid #776f53;
    border-right: 1px solid #776f53;
}

.IndexPicText .index_btn_more a::before {
    top: 0;
    border-top: 1px solid #776f53;
}

.IndexPicText .index_btn_more a::after {
    bottom: 0;
    border-bottom: 1px solid #776f53;
}

.IndexPicText .index_btn_more a span::after {
    background-position: 0 0;
}

.IndexPicText .col_cont {
    width: 100%;
}

.IndexPicText .col_list {
    padding-top: 20px;
    width: 100%;
}

.IndexPicText .index_pictext_list .owl-carousel .owl-nav .owl-prev::after {
    background-position: 0 0;
    opacity: 1;
}

.IndexPicText .index_pictext_list .owl-carousel .owl-nav .owl-next::after {
    background-position: right 0;
    opacity: 1;
}

.IndexPicText .index_pictext_list .owl-carousel .owl-nav .owl-prev:hover::after {
    background-position: 0 100%;
}

.IndexPicText .index_pictext_list .owl-carousel .owl-nav .owl-next:hover::after {
    background-position: right 100%;
}

/* list */
@media screen and (max-width: 399px) {
    .IndexPicText .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicText .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicText .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 640px) and (max-width: 719px) {
    .IndexPicText .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicText .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicText .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 900px) and (max-width: 999px) {
    .IndexPicText .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicText .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicText .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .IndexPicText .index_pictext_list .cont {
        padding-left: 15px;
        apdding-right: 15px;
    }

    .IndexPicText .index_pictext_list .title a {
        height: 4.2em;
        -webkit-line-clamp: 3;
    }

    .IndexPicText .index_pictext_list .desc {
        max-height: 5.4em;
        -webkit-line-clamp: 3;
    }
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexPicText .col_cont {
        opacity: 0;
        transform: translateY(-40px);
    }

    .IndexPicText .col_cont.active {
        opacity: 1;
        transform: translateY(0);
    }

    .IndexPicText .col_list {
        opacity: 0;
        transform: translateY(40px);
    }

    .IndexPicText .col_list.active {
        opacity: 1;
        transform: translateX(0);
    }
}

/*----------------------------------------------------------------------*/
/* 旋轉木馬 */
/*.IndexCarousel {
    background: url(https://www.mwr.org.tw/files/file_pool/1/0M139424477861732565/index_ch3-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}*/

.IndexBlock.IndexCarousel {
    padding: 0;
    background: url(https://www.mwr.org.tw/files/file_pool/1/0M158421700266335672/index_ch3-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.IndexBlock.IndexCarousel > div {
    max-width: none;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-align-content: center;
    -ms-flex-wrap: wrap;
    /*background: rgba(133, 113, 90, 0.5);*/
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5984529554009104) 0%, rgba(133, 113, 90, 0.5984529554009104) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5984529554009104) 0%, rgba(133, 113, 90, 0.5984529554009104) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5984529554009104) 0%, rgba(133, 113, 90, 0.5984529554009104) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#85715a", GradientType=1);
}

.IndexCarousel .index_block_title {
    /*border-bottom-color: #c0991f;*/
    width: 100%;
    margin: 20px auto -30px;
    text-align: center;
}

/*h2標題*/
.IndexCarousel .index_block_title h2 {
    margin: 10px auto;
    /*width: 1000px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 1.75em;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px #85715A, 0 0 10px #85715A, 0 0 15px #85715A;
}

.IndexCarousel .index_block_title h2:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-b.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);
}

.IndexCarousel .index_block_title h2:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-a.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);
}

.IndexCarousel .index_block_title .en {
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 15px;
    color: #fff;
    font-size: 1.25em;
    letter-spacing: 5px;
}

.IndexCarousel .index_block_desc {
    max-width: 420px;
    margin: 20px auto 0;
    /* text-align: center; */
    color: #fff;
    line-height: 200%;
    padding: 5px 0;
    font-size: 1em;
}

/*
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .IndexCarousel .index_block_title .en {
        font-size: 1rem;
    }

    .IndexCarousel .index_block_desc {
        font-size: 0.9375rem;
    }
}
*/

.IndexCarousel .index_btn_more {
    text-align: center;
}

.IndexCarousel .index_btn_more a {
    /*color: #fff;*/
}

.IndexCarousel .index_btn_more a:hover,
.IndexCarousel .index_btn_more a:focus {
    /*background-color: #746c4f;
    color: #fff;*/
}

.IndexCarousel .index_btn_more a::before,
.IndexCarousel .index_btn_more a::after {
    /*border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;*/
}

.IndexCarousel .index_btn_more a::before {
    /*top: 0;
    border-top: 1px solid #746c4f;*/
}

.IndexCarousel .index_btn_more a::after {
    /*bottom: 0;
    border-bottom: 1px solid #746c4f;*/
}

.IndexCarousel .index_btn_more a span::after {
    /*background-position: 0 0;*/
}

.IndexCarousel .col_cont {
    width: 30%;
    padding: 120px 20px 0;
}

.IndexCarousel .col_list {
    width: 70%;
    /*background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);*/
}

/*
@media screen and (max-width: 959px) {
    .IndexCarousel {
        padding-top: 50px;
    }

    .IndexCarousel .col_cont {
        width: 100%;
        padding: 0 10px;
    }

    .IndexCarousel .col_list {
        width: 100%;
        margin-top: 40px;
    }

    .IndexCarousel .index_block_title {
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .IndexCarousel .index_block_desc {
        max-width: 350px;
        margin: 20px auto 0;
        text-align: center;
    }

    .IndexCarousel .index_btn_more {
        margin-top: 30px !important;
        text-align: center;
    }

    .IndexCarousel .index_btn_more a {
        margin: 0 5px 10px;
    }
}

@media screen and (min-width: 960px) {
    .IndexCarousel .col_cont {
        width: 30%;
        padding: 0 100px;
    }

    .IndexCarousel .col_list {
        width: 70%;
    }
}
*/
/*
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .IndexCarousel .col_cont {
        padding: 2.4vw 4vw;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1559px) {
    .IndexCarousel .col_cont {
        padding: 3.2vw 6vw;
    }
}

@media screen and (min-width: 1560px) {
    .IndexCarousel .col_cont {
        padding: 4.4vw 7.5vw;
    }
}
*/
/* list */
.index_carousel_list {
    /*background-color: #fff;*/
}

.index_carousel_list .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 300px;
    height: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_carousel_list .item: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); */
}

/*
@media screen and (max-width: 639px) {
    .index_carousel_list .item {
        width: 200px;
        height: 200px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1279px) {
    .index_carousel_list .item {
        width: 240px;
        height: 240px;
    }
}

@media screen and (min-width: 1280px) {
    .index_carousel_list .item {
        width: 315px;
        height: 315px;
    }
}
*/
.index_carousel_list .item a {
    height: 100%;
    /*background-color: rgba(196, 144, 89, 0.8);*/
    opacity: 0;
    overflow: hidden;
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    /*padding: 0px 0px 0px 5px;*/
    color: #fff;
    font-size: 1.25em;
    /*letter-spacing: 5px;*/
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    -ms-display: flex;
    -ms-align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_carousel_list .item a:hover {
    background: url(../images/img_bg.png) no-repeat 50% 0;
    background-size: 300px 300px;
}

.index_carousel_list .item a span {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.index_carousel_list .item a span::before,
.index_carousel_list .item a span::after {
    /*content: '-';
    display: inline-block;*/
}

.index_carousel_list .item a span::before {
    /*margin-right: 3px;*/
}

.index_carousel_list .item a span::after {
    /*margin-left: 3px;*/
    content: '';
    display: block;
    position: absolute;
    /*top: 20px;*/
    left: 1px;
    width: 100%;
    height: 100%;
    background: url(../images/h4_bg.png) no-repeat center top;
    /*filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);*/
}

/* 方框 */
/*.index_carousel_list .item::before,
.index_carousel_list .item::after,
.index_carousel_list .item a::before,
.index_carousel_list .item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1;
    border-top: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index_carousel_list .item::before {
    top: 20px;
    left: 20px;
    transform: translate(-40px, -40px) rotate(-90deg);
}

.index_carousel_list .item::after {
    top: 20px;
    right: 20px;
    transform: translate(40px, -40px);
}

.index_carousel_list .item a::before {
    bottom: 20px;
    left: 20px;
    transform: translate(-40px, 40px) rotate(180deg);
}

.index_carousel_list .item a::after {
    bottom: 20px;
    right: 20px;
    transform: translate(40px, 40px) rotate(90deg);
}*/

/* hover效果 */
.index_carousel_list .item a:hover {
    opacity: 1;
}

.index_carousel_list .item:hover::before {
    transform: translate(0, 0) rotate(-90deg);
}

.index_carousel_list .item:hover::after {
    transform: translate(0, 0);
}

.index_carousel_list .item:hover a::before {
    transform: translate(0, 0) rotate(180deg);
}

.index_carousel_list .item:hover a::after {
    transform: translate(0, 0) rotate(90deg);
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexCarousel .col_cont {
        opacity: 0;
        transform: translateX(-40px);
    }

    .IndexCarousel .col_cont.active {
        opacity: 1;
        transform: translateX(0);
    }

    .IndexCarousel .col_list {
        opacity: 0;
        transform: translateX(40px);
    }

    .IndexCarousel .col_list.active {
        opacity: 1;
        transform: translateX(0);
    }
}

/*----------------------------------------------------------------------*/
/* 圖片列表區塊 */
.IndexPic {
    background-position: center center;
    background-size: cover;
    /*background-color: #1b1610;*/
    padding: 120px 20px 80px;
}

/*
@media screen and (max-width: 959px) {
    .IndexPic {
        padding: 50px 0;
    }
}

@media screen and (min-width: 960px) {
    .IndexPic {
        padding: 100px 0 50px;
    }
}
*/
.IndexPic .index_block_title {
    /*max-width: 350px;*/
    width: 100%;
    margin: 20px auto -30px;
    text-align: center;
    /*border-bottom-color: #e6bf46;*/
}

/*h2標題*/
.IndexPic .index_block_title h2 {
    margin: 10px auto;
    /*width: 1000px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 1.75em;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px #85715A, 0 0 10px #85715A, 0 0 15px #85715A;
}

.IndexPic .index_block_title h2:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-b.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);
}

.IndexPic .index_block_title h2:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -160px;
    width: 100%;
    height: 100%;
    background: url(../images/h3_bg-a.png) no-repeat 50% 100%;
    filter: drop-shadow(rgb(255, 246, 233) 0px 0px 40px);
}

.IndexPic .index_block_title .en {
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 15px;
    color: #fff;
    font-size: 1.25em;
    letter-spacing: 5px;
}

.IndexPic .index_block_desc {
    max-width: 640px;
    margin: 20px auto 0;
    /*text-align: center;*/
    color: #fff;
    line-height: 200%;
    padding: 5px 0;
    font-size: 1em;
}

.IndexPic .index_btn_more {
    text-align: center;
}

.IndexPic .index_btn_more a {
    /*margin: 0 5px 10px 5px;
    color: #fff;*/
}

.IndexPic .index_btn_more a:hover,
.IndexPic .index_btn_more a:focus {
    /*background-color: #C49059;*/
}

.IndexPic .index_btn_more a::before,
.IndexPic .index_btn_more a::after {
    /*border-left: 1px solid #e6bf46;
    border-right: 1px solid #e6bf46;*/
}

.IndexPic .index_btn_more a::before {
    /*top: 0;
    border-top: 1px solid #e6bf46;*/
}

.IndexPic .index_btn_more a::after {
    /*bottom: 0;
    border-bottom: 1px solid #e6bf46;*/
}

.IndexPic .index_btn_more a span::after {
    /*background-position: 50% 0;*/
}

.IndexPic .col_cont {
    width: 100%;
}

.IndexPic .col_list {
    width: 100%;
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexPic .col_cont {
        opacity: 0;
        transform: translateY(-40px);
    }

    .IndexPic .col_cont.active {
        opacity: 1;
        transform: translateY(0);
    }

    .IndexPic .col_list {
        opacity: 0;
        transform: translateY(40px);
    }

    .IndexPic .col_list.active {
        opacity: 1;
        transform: translateX(0);
    }
}


/*----------------------------------------------------------------------*/
/* 最新消息 */
.IndexNews {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    background-position: center center;
    background-size: cover;
}

.IndexNews > div {
    position: relative;
    align-items: stretch;
    align-content: stretch;
    -ms-align-items: stretch;
    -ms-align-content: stretch;
}

.IndexNews .index_block_title {
    margin-bottom: 0;
    border-bottom-color: #c0991f;
}

.IndexNews .index_block_title h2 {
    color: #333;
    line-height: 1.25em;
}

.IndexNews .index_block_title .en {
    margin-top: 25px;
    color: #c0991f;
}

.IndexNews .index_btn_more a {
    color: #746c4f;
}

.IndexNews .index_btn_more a:hover,
.IndexNews .index_btn_more a:focus {
    background-color: #746c4f;
    color: #fff;
}

.IndexNews .index_btn_more a::before,
.IndexNews .index_btn_more a::after {
    border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
}

.IndexNews .index_btn_more a::before {
    top: 0;
    border-top: 1px solid #746c4f;
}

.IndexNews .index_btn_more a::after {
    bottom: 0;
    border-bottom: 1px solid #746c4f;
}

.IndexNews .index_btn_more a span::after {
    background-position: 0 0;
}

@media screen and (max-width: 959px) {
    .IndexNews .col_cont {
        width: 100%;
    }

    .IndexNews .col_list {
        width: 100%;
        margin-top: 40px;
    }

    .IndexNews .index_block_title {
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }

    .IndexNews .index_btn_more {
        text-align: center;
    }

    .IndexNews .index_btn_more a {
        margin: 0 5px 10px;
    }
}

@media screen and (min-width: 960px) {
    .IndexNews .col_cont {
        padding-left: 20px;
        padding-right: 20px;
        width: 22%;
        min-height: 240px;
        position: relative;
    }

    .IndexNews .col_list {
        padding-left: 5vw;
        width: 78%;
    }

    .IndexNews .index_btn_more {
        position: absolute;
        bottom: 0;
        left: 20px;
    }
}

/* 動畫效果 */
@media screen and (min-width: 960px) {
    .IndexNews {
        opacity: 0;
        transform: translateY(40px);
    }

    .IndexNews.active {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 頁籤 */
.index_news_group::after,
.index_news_group .tabs::after {
    content: '';
    display: block;
    clear: both;
}

.index_news_group .tabs li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 18px;
    position: relative;
    z-index: 99;
}

.index_news_group .tabs li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.index_news_group .tabs li::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #333;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.index_news_group .tabs li:last-child::after {
    display: none;
}

.index_news_group .tabs li a {
    display: block;
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-size: 1.125rem;
    font-weight: 300;
    color: #333;
    line-height: 40px;
    letter-spacing: 0.2em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_news_group .tabs a:hover,
.index_news_group .tabs a:focus,
.index_news_group .tabs li.active a {
    color: #c0991f;
}

.index_news_group .tab_item .tab_title {
    position: relative;
}

.index_news_group .tab_item .tab_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    border-top: 1px solid #746c4f;
}

.index_news_group .tab_item.active .tab_title::before,
.index_news_group .tab_item.active .tab_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    border-left: 1px solid #746c4f;
    border-right: 1px solid #746c4f;
}

.index_news_group .tab_item.active .tab_title::before {
    top: 0;
    border-top: 1px solid #746c4f;
}

.index_news_group .tab_item.active .tab_title::after {
    bottom: 0;
    border-bottom: 1px solid #746c4f;
}

.index_news_group .tab_item .tab_title a {
    display: block;
    padding: 10px 20px 10px 15px;
    box-sizing: border-box;
    color: #666;
    line-height: 180%;
    font-size: 1.25rem;
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-weight: 300;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_news_group .tab_item .tab_title a::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 12px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #868686;
    border-top: 1px solid #868686;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.index_news_group .tab_item.active .tab_title a {
    color: #746c4f;
    font-weight: 700;
}

.index_news_group .tab_item.active .tab_title a::after {
    border-color: #333;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index_news_group .tab_item .tab_cont::after {
    content: '';
    display: block;
    clear: both;
}

.index_news_group .tab_item .no_data {
    max-width: 300px;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    position: relative;
    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    letter-spacing: 0.2em;
    color: #333;
    font-weight: 300;
}

@media screen and (max-width: 959px) {
    .index_news_group .tabs {
        display: none;
    }

    .index_news_group .tab_item {
        transition: opacity 0.3s ease;
        overflow: hidden;
    }

    .index_news_group .tab_item .tab_cont {
        /*padding-left:15px; padding-right:15px; */
        height: 0;
        /*transform:scaleY(0);*/
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        transform-origin: center 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .index_news_group .tab_item.active .tab_cont {
        height: auto;
        /*transform:scaleY(1);*/
        visibility: visible;
        opacity: 1;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .index_news_group .tabs {
        margin-bottom: 25px;
    }

    .index_news_group .tab_item {
        transform: scaleY(0);
        height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
    }

    .index_news_group .tab_item.active {
        transform: none;
        height: auto;
        visibility: visible;
        opacity: 1;
        overflow: visible;
    }

    .index_news_group .tab_item .tab_title {
        display: none;
    }

    .index_news_group .tab_item .tab_cont::after {
        content: '';
        display: block;
        clear: both;
    }

    .index_news_group .tab_item .no_data::before,
    .index_news_group .tab_item .no_data::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 10px;
        box-sizing: border-box;
        border-left: 1px solid #746c4f;
        border-right: 1px solid #746c4f;
    }

    .index_news_group .tab_item .no_data::before {
        top: 0;
        border-top: 1px solid #746c4f;
    }

    .index_news_group .tab_item .no_data::after {
        bottom: 0;
        border-bottom: 1px solid #746c4f;
    }
}

/* list */
.index_news_list li {
    border-bottom: 1px solid #dcdcdc;
}

.index_news_list li div > span,
.index_news_list li div > a {
    display: inline-block;

    /*font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;*/
    font-weight: 300;
}

.index_news_list .date {
    text-align: center;
}

.index_news_list .date span {
    color: #666;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: 0.875rem;
    white-space: nowrap;
}

.index_news_list .cat {
    text-align: center;
}

.index_news_list .cat span {
    background-color: #746c4f;
    padding: 0 12px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: 0.875rem;
    white-space: nowrap;
}

.index_news_list .title a {
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    text-decoration: none;
    position: relative;
}

.index_news_list .title a:hover,
.index_news_list .title a:focus {
    color: #c0991f;
}

@media screen and (max-width: 639px) {
    .index_news_list li {
        padding: 20px 0;
    }

    .index_news_list li div {
        display: inline-block;
    }

    .index_news_list .cat {
        margin-left: 8px;
    }

    .index_news_list li .title {
        display: block;
        margin-top: 10px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 640px) {
    .index_news_list ul {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .index_news_list li {
        display: table-row;
    }

    .index_news_list li div {
        display: table-cell;
        padding: 25px 10px;
        vertical-align: middle;
    }
}
