/*--------------copyright by alva vicky-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "El Messiri", "Noto Serif TC";
    position: relative;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #303030;
    text-decoration: none;
    transition: .3s ease all;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #303030;
}

img {
    max-width: 100%;
}


.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.2;
    margin: 0;
}

.clear {
    clear: both;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(177, 135, 87, .8);
    /*捲軸顏色*/
}

::selection {
    background: rgba(177, 135, 87, .9);
    color: #333;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
    position: fixed;
    bottom: 2%;
    right: 8px;
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: .3s ease-in-out;
}

#gotop:hover {
    transform: scale(.9);
}

@media screen and (max-width:500px) {
    #gotop {
        width: 15%;
    }

    #gotop img {
        width: 100%;
    }
}



/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;

}

.inbg {
    background: #989ba5;
    position: relative;
    height: 110vh;
    overflow: hidden;
}

.dex_mask {
    background: url(../../images/dex_mask.png) top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 110vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 3rem;
    z-index: 10;
}

.mv_bg {
    width: 660rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mv_vg_item {
    width: 330rem;
    will-change: transform;
}

.mv_vg_item:first-child {
    -webkit-animation: mvbgslide1 300s -150s linear infinite;
    animation: mvbgslide1 300s -150s linear infinite;
}

.mv_vg_item:last-child {
    -webkit-animation: mvbgslide2 300s linear infinite;
    animation: mvbgslide2 300s linear infinite;
}

@keyframes mvbgslide1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes mvbgslide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

.mvbgimg {
    display: inherit;
    width: 100%;
    min-height: 861px;
    background: url(../../images/mv_bg.png) top left no-repeat;
    background-size: 100%;

}


.scroll {
    background: url(../../images/scroll_bg.png) top left no-repeat;
    background-size: 100%;
    width: 507px;
    max-width: 100%;
    min-height: 350px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.scr_inner {
    text-align: right;
    padding: 27rem 2rem 0 0;
}

.scr_inner p {
    display: inline-block;
    font-size: 16px;
    color: #362212;
    font-family: 'El Messiri';
    padding-right: .5rem;
}

/*circle*/
.circle {
    display: inline-block;
    animation: moving 1.5s infinite alternate;
}


@keyframes moving {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.dex_txt {
    background: url(../../images/dex_deco.png) top left no-repeat;
    background-size: 100%;
    width: 451px;
    max-width: 100%;
    min-height: 804px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 7rem;
}

.dex_txt .txt_ch {
    font-size: 16px;
    color: #f4f4f4;
    font-family: 'Noto Serif TC';
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-bottom: 6rem;
    margin: -3rem auto 1rem;
    letter-spacing: 3px;
}

.dex_txt .txt_en {
    margin: 0 auto;
    text-align: center;
}

.dex {
    background: url(../../flash/dex_bg.png) center center no-repeat;
    background-size: 100%;
    width: 1336px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    padding: .8rem;
}

.dex p {
    font-size: 10px;
    color: #dbd9d8;
    font-family: 'El Messiri';
    position: absolute;
    bottom: -8rem;
    right: 18rem;
}

@media screen and (max-width: 1800px) {
    .dex_txt .txt_ch {
        margin-left: auto;
        margin-right: 0;
        padding-right: 11rem;
    }

    .dex_txt .txt_en {
        margin-left: auto;
        margin-right: 0;
        padding-right: 9rem;
        text-align: right;
    }

    .dex p {
        left: 30%;
        transform: translateX(-50%);
        right: 0;
    }

    .scroll {
        background-size: cover;
        min-height: auto;
    }

    .scr_inner {
        padding: 37rem 2rem 2rem 0;
    }
}
@media screen and (max-width:1680px){
    .dex_txt .txt_ch {
    padding-right: 6rem;
}
.dex_txt .txt_en {
    padding-right: 5rem;
}
}
@media screen and (max-width: 1550px) {
    .dex_txt .txt_ch {
        padding-right: 3rem;
    }

    .dex_txt .txt_en {
            width: 20%;
    padding-right: 2rem;
    }

    .dex p {
        left: 0%;
    }
}
@media screen and (max-width: 1500px) {
.dex_txt .txt_ch {
    padding-right: 2rem;
}
.dex_txt .txt_en {
    width: 15%;
}
}
@media screen and (max-width: 1450px) {
    .dex_txt .txt_ch {
        display: none;
    }

    .dex_txt .txt_en {
        display: none;
    }

    .inbg {
        height: 112vh;
    }

    .dex_mask {
        height: 112vh;
    }

    .dex p {
        bottom: -5rem;
    }
}

@media screen and (max-width: 1366px) {
    .inbg {
        height: 133vh;
    }

    .dex_mask {
        height: 133vh;
    }
}

@media screen and (max-width: 1200px) {
    .inbg {
        height: 105vh;
    }

    .dex_mask {
        height: 105vh;
    }

    .scroll {
        background-size: cover;
        max-width: 28%;
        min-height: auto;
    }

    .scr_inner {
        text-align: right;
        padding: 36rem 2rem 1rem 0;
    }

    .dex_txt {
        background-size: cover;
        max-width: 28%;
    }
    .mvbgimg {
    min-height: 600px;
}
}


@media screen and (max-width: 1050px) {
    .inbg {
        height: 110vh;
    }

    .dex_mask {
        height: 110vh;
    }
}

@media screen and (max-width:991px) {

    .dex_txt {
        min-height: 510px;
    }

    .scr_inner {
        padding: 24rem 2rem 1rem 0;
    }


}

@media screen and (max-width: 850px) {
    .inbg {
        height: 80vh;
    }

    .dex_mask {
        height: 80vh;
    }

    .scr_inner {
        padding: 28rem 2rem 1rem 0;
    }

    .dex_txt {
        min-height: 630px;
    }
}

@media screen and (max-width:768px) {
    .inbg {
        height: 70vh;
    }

    .dex_mask {
        height: 70vh;
    }

    .scroll {
        max-width: 23%;
    }

    .scr_inner {
        padding: 23rem 2rem 1rem 0;
    }

    .dex_txt {
        min-height: 550px;
        max-width: 23%;
    }
    .mvbgimg {
    min-height: 420px;
}
}

@media screen and (max-width:604px) {
    .inbg {
        height: 60vh;
    }

    .dex_mask {
        height: 60vh;
    }

    .scr_inner {
        padding: 21rem 2rem 1rem 0;
    }

    .dex_txt {
        min-height: 400px;
    }

}

@media screen and (max-width: 576px) {

    .dex_txt {
        min-height: 350px;
    }

    .scr_inner {
        padding: 20rem 2rem 1rem 0;
    }
}

@media screen and (max-width: 450px) {
    .inbg {
        height: 46vh;
    }

    .dex_mask {
        height: 46vh;
    }

    .dex p {
    bottom: -5rem;
    width: 50%;
    left: 25%;
}

    .scr_inner {
        padding: 18rem 2rem 1rem 0;
    }

    .ilogo {
        width: 28%;
    }
    .mvbgimg {
    min-height: 240px;
}

}

@media screen and (max-width:428px) {
    

    .scr_inner {
        padding: 16rem 2rem 1rem 0;
    }

    .dex_txt {
        min-height: 300px;
    }
}
@media screen and (max-width: 414px) {
	.inbg {
        height: 60vh;
    }

    .dex_mask {
        height: 60vh;
    }
}
@media screen and (max-width: 390px) {

    .inbg {
        height: 50vh;
    }

    .dex_mask {
        height: 50vh;
    }
    .dex p {
    bottom: -6rem;
    width: 50%;
    left: 25%;
}

    .scr_inner {
        padding: 12rem 1rem 1rem 0;
    }

    .dex_txt {
        min-height: 280px;
    }
}

@media screen and (max-width: 360px) {
    .inbg {
        height: 55vh;
    }

    .dex_mask {
        height: 55vh;
    }
	.dex p {
    bottom: -5rem;
}
}

@media screen and (max-width: 330px) {   

    .scr_inner {
        padding: 11rem 1rem 1rem 0;
    }

    .dex_txt {
        min-height: 240px;
    }
}

/*ibutton*/

.ibutton {
    background: url(../../images/menu_bg.png) top left;
    background-size: auto;
    border-radius: 20px;
    position: fixed;
    top: 12em;
    right: 11em;
    z-index: 100;
    padding: 2.6rem 2rem;
    opacity: 0;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
    width: 418px;
    max-width: 100%;
    text-align: center;
}

.ibt_inner {
    border-left: 1px #9b4716 solid;
    border-right: 1px #9b4716 solid;
    width: 376px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 10rem;
}

.show {
    opacity: 1;
    pointer-events: visible;
}

.ibutton .menu_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
}

.ibutton a {
    transition: .5s all;
}

.ibutton li {
    position: relative;
    margin: 0 6rem 0 8rem;
    line-height: 28px;
}

.ibutton li:nth-child(1) span {
    padding-left: 6rem;
}

.ibutton li:nth-child(2) span {
    padding-left: 10rem;
}

.ibutton li:nth-child(3) span {
    padding-left: 7rem;
}

.ibutton li:nth-child(4) span {
    padding-left: 4rem;
}

.ibutton li:nth-child(5) span {
    padding-left: 6rem;
}

.ibutton li:nth-child(6) span {
    padding-left: 5rem;
}

.ibutton li:nth-child(7) span {
    padding-left: 1.5rem;
}

.ibutton li:before {
    content: '';
    background: url(../../images/menu_icon01.png) top left no-repeat;
    background-size: 100%;
    width: 96px;
    max-width: 100%;
    min-height: 63px;
    position: absolute;
    top: 8px;
    left: 0;
    transition: .2s ease all;
}

.ibutton li a {
    padding: .5em 0 0;
    text-align: center;
}

.ibutton li a p {
    font-size: 24px;
    color: #301c10;
    margin: 10px 0 0;
    text-align: center;
    font-family: 'Noto Serif TC';
    transition: .2s ease all;
    letter-spacing: 5px;
}

.menu_en {
    display: inline-block;
}

.ibutton li a span {
    display: inline-block;
    position: relative;
    color: #b58958;
    font-size: 20px;
    font-family: 'El Messiri';
    padding-top: 0.8rem;
    vertical-align: middle;
}


.ibutton li a:hover p {
    opacity: .75;
}

.ibutton li a:hover span {
    color: #9b4716;
}

.ibutton li:hover:before {
    background: url(../../images/menu_icon02.png) top left no-repeat;
}

.logo {
    position: fixed;
    top: 4rem;
    left: 13rem;
    z-index: 100;
    opacity: 0;
}
#inner .logo{
    left: 1rem;
}
/***mibutton***/
.mibutton {
    position: fixed;
    top: 3.5rem;
    right: 10.8rem;
    z-index: 101;
    cursor: pointer;
    width: 77px;
    height: 77px;
    overflow: visible;
    opacity: 0;
    background: rgba(255, 255, 255, .75);
    border-radius: 25px;
}

.mibutton:before {
    position: relative;
    display: block;
    content: "MENU";
    top: 50%;
    left: 67%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #9b4716;
    font-family: 'El Messiri';
    font-weight: bold;

}

.mibutton:after {
    position: relative;
    content: "CLOSE";
    top: 50%;
    left: 62%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #9b4716;
    font-family: 'El Messiri';
    font-weight: bold;
    display: none;
}

.mibutton span {
    display: block;
    width: 40%;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    border-bottom: dotted 7px #9b4716;
}

.mibutton span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}


.mibutton_ani {
    opacity: 1;
}

.mibutton_ani span:nth-of-type(1) {
    transform: rotate(40deg);
    border-bottom: solid;
    transform-origin: left center;
    top: 20%;
    left: 35%;
    color: #9b4716;
}

.mibutton_ani span:nth-of-type(2) {
    transform: rotate(-40deg);
    border-bottom: solid;
    transform-origin: left center;
    top: 46%;
    left: 35%;
    color: #9b4716;
    opacity: 1;
}

.mibutton_ani:before {
    display: none;
}

.mibutton_ani:after {
    display: block;
}

.navtop,
.ontop {
    opacity: 1;
}

.navtop2,
.ontop2 {
    opacity: 1;
}

@media (max-width:768px) {
    .logo {
        top: 1em;
        left: 1em;
    }

    .mibutton {
        top: 3em;
    }

    .mibutton p {
        font-size: 12px;
    }

}

@media screen and (max-width: 600px) {
    .mibutton {
        top: 1em;
        right: 2rem;
    }

    .ibutton {
        top: 9em;
        right: 8em;
    }
}

@media screen and (max-width: 520px) {
    .logo {
        width: 50%;
    }
}

@media (max-width:500px) {
    .ibutton {
        top: 9em;
        right: 5em;
    }

    .ibutton ul {
        overflow-y: scroll;
    }

    .logo img {
        width: 150px;
    }

    .ibutton li a span {
        font-size: 15px;
    }

}

@media (max-width:450px) {
    .mibutton {
    top: 1em;
    right: 1rem;
    width: 70px;
    height: 70px;
}
.mibutton:before {
    left: 61%;
}
	.ibutton {
        max-width: 80%;
    }

    .ibutton .menu_logo {
        top: 0rem;
    }

    .ibt_inner {
        height: 65vh;
        overflow-y: scroll;
        padding-top: 12rem;
    }

    .ibutton li {
        position: relative;
        margin: 0 3rem;
    }
}

@media (max-width: 400px) {

    .ibutton li {
        position: relative;
        margin: 0 0 0 2rem;
    }

    .ibutton li:nth-child(2) span {
        padding-left: 9rem;
    }
}

@media (max-width:360px) {
    .ibt_inner {
        padding-top: 10rem;
    }

    .ibutton li:nth-child(1) span {
        padding-left: 7rem;
    }

    .ibutton li:nth-child(2) span {
        padding-left: 10rem;
    }

    .ibutton li:nth-child(3) span {
        padding-left: 8rem;
    }

    .ibutton li:nth-child(4) span {
        padding-left: 5rem;
    }

    .ibutton li:nth-child(5) span {
        padding-left: 7rem;
    }

    .ibutton li:nth-child(6) span {
        padding-left: 6rem;
    }

    .ibutton li:nth-child(7) span {
        padding-left: 3rem;
    }

    .ibutton li a p {
        padding-left: 2rem;
    }

    .logo {
        padding: .5em 0;
    }

    .logo img {
        width: 130px;
    }
}

@media (max-width:350px) {
    .ibutton li {
        margin: 0 0 0 0.5rem;
    }

    .ibutton li:nth-child(2) span {
        padding-left: 9rem;
    }
}

/***inews*************************************************************************************************/

.inews {
    background: url(../../images/inews_bg.jpg) top left;
    background-size: cover;
    padding: 6rem 2rem;
    position: relative;
    overflow-x: hidden;
}

.inews:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/inews_deco01.jpg) top left repeat;
    width: 507px;
    max-width: 100%;
    min-height: 100%;
    z-index: 10;
}

.marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    grid-column-gap: 1rem;
}

.marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1rem;
}

.inews_title {
    animation: marquee 20s linear infinite;
}

.inews_text {
    margin-right: 8vw;
    font-family: 'El Messiri';
    color: rgba(148, 94, 36, .25);
    font-size: 9.635vw;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.inews_inner {
    display: inline-block;
    vertical-align: top;
    margin-left: 55rem;
}


/***newslist_rwd***/
.newslist_rwd {
    text-align: center;
    padding: 1em 0;
    margin: 1rem 10rem 1rem 1rem;
    position: relative;
    display: inline-block;

}

.newslist_rwd .news_inner {
    display: inline-block;
}

.newslist_rwd .news_inner .ntitle {
    text-align: left;
    position: relative;
    margin: 0;
    width: 200px;
    max-width: 100%;
    padding: 2rem 0 0 0;
    vertical-align: middle;
}

.newslist_rwd .news_inner .ntitle h3 {
    font-size: 24px;
    color: #2e1c0e;
    text-align: left;
    margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist_rwd .news_inner .ntitle p {
    font-size: 18px;
    color: #2e1c0e;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0.6rem 0 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 1rem;
}

.newslist_rwd .news_inner .more {
    position: absolute;
    bottom: 1rem;
    right: -4rem;
    z-index: -1;
    transition: .5s all;
}

.newslist_rwd .news_inner .more h5 {
    font-size: 14px;
    color: #d3ab7a;
    font-family: 'El Messiri';
    text-align: right;
    padding: 0.5rem 3rem 0 0;
}

.newslist_rwd .news_inner:hover .more h5 {
    color: #2e1c0e;
}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
}

.newslist_rwd a:hover .ntitle p {
    color: #c3b197;
}

.newslist_rwd a:hover .npic {
    transform: translateY(-5px);
}

/*npic*/
.npic {
    position: relative;
    width: 208px;
    min-height: 208px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 100%;
    margin: 0 2rem 0;
    display: inline-block;
}


.npicimg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(8px 9px 9px rgba(46, 27, 15, 0.2));
    filter: drop-shadow(8px 9px 9px rgba(46, 27, 15, 0.2));
}

.npicimg img {}

@media screen and (max-width: 1720px) {
    .inews_inner {
        margin-left: 50rem;
    }

    .newslist_rwd {
        margin: 1rem 6rem 1rem 1rem;
    }
}

@media screen and (max-width:1630px) {
    .inews_title2 {
        bottom: 5rem;
        right: 6.5rem;
    }
}

@media screen and (max-width: 1600px) {
    .inews:before {
        max-width: 35%;
    }

    .inews_inner {
        margin-left: 50rem;
    }
}
@media screen and (max-width: 1580px){
.inews_inner {
    margin-left: 80rem;
}
}
@media screen and (max-width: 1480px) {
    
    .newslist_rwd {
        margin: 1rem 3rem 1rem 1rem;
    }
}

@media screen and (max-width:1370px) {
    .inews:before {
        max-width: 45%;
    }

    .inews_inner {
        margin-left: 70rem;
    }



}

@media screen and (max-width:1220px) {
    .inews:before {
        max-width: 45%;
    }

    .inews_inner {
        margin-left: 56rem;
    }
}

@media screen and (max-width:1200px) {
    .inews:before {
        max-width: 28%;
    }

    .inews_inner {
        margin-left: 37rem;
    }

}
@media screen and (max-width:991px){
    .inews {
    padding: 2rem 2rem;
}
}
@media screen and (max-width:900px) {

    .inews_inner {
        margin-left: 26rem;
    }

}

@media screen and (max-width:790px) {
    .inews_inner {
        margin-left: 19rem;
    }
}
@media screen and (max-width:768px){
    .inews:before {
    max-width: 23%;
}
}
@media screen and (max-width:760px) {
    .inews:before {
        max-width: 23%;
    }

    .inews_inner {
        margin-left: 15rem;
    }
}

@media screen and (max-width:680px) {
    .newslist_rwd {
        display: block;
    }

    .newslist_rwd .news_inner .more {
        bottom: -2rem;
        right: 10rem;
        max-width: 50%;
    }

}

@media screen and (max-width:600px) {
    .newslist_rwd .news_inner .more {
        bottom: -2rem;
        right: 2rem;
        max-width: 80%;
    }
}

@media screen and (max-width: 450px) {
    .marquee {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

    .newslist_rwd {
        margin: 1rem 3rem 3rem 1rem;
    }

    .inews_inner {
        margin-left: 10rem;
    }
    .newslist_rwd .news_inner{
        display: block;
    }
    .newslist_rwd .news_inner .ntitle {
    padding: 2rem 0 0 2rem;
}

    .newslist_rwd .news_inner .more {
        right: 0rem;
        max-width: 90%;
    }
}

@media screen and (max-width: 390px) {
    .inews_inner {
        margin-left: 8rem;
    }

    .newslist_rwd .news_inner .more {
        right: -1rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .inews_inner {
        margin-left: 5rem;
    }
}

@media screen and (max-width: 330px) {
    .newslist_rwd .news_inner .more {
        right: 1rem;
        max-width: 85%;
    }
}

/***news*************************************************************************************************/
.news {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    padding-bottom: 5em;
    color: #000;
}

.newslist {
    margin: 8em auto 2em;
    text-align: center;
    padding: 2rem 0 0;
    position: relative;
}



.tableimg {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 1rem 9rem;
    font-size: 16px;
    position: relative;
    color: #fff;
}
.tableimg:before{
    content: 'NEWS';
    color: #ddc397;
    font-size: 56px;
    font-family: 'El Messiri';
    font-weight: 500;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 0;
    left: 0;
}
.tableimg:after{
    content: '';
    background: #e0c59b;
    width: 1px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 6.2rem;
}
.tableimg img {
    margin: 0 auto;
    padding-bottom: 2rem;
}
.tableimg h3{
    font-size: 30px;
    margin-bottom: 3rem;
}
.tableimg p{
    font-size: 18px;
}
.news_bot {
    text-align: right;
    color: #fff;    
}
.news_bot p{
    border: 1px #ffffff solid;
    border-radius: 50px;
    width: 104px;
    max-width: 100%;
    min-height: 32px;
    text-align: center;
    margin: 0 0 0 auto; 
    font-size: 16px;
      
}
.news_bot p a {
    color: #fff; 
    padding: 0.4rem 0 0 0; 
}

.detail {
    font-size: 18px;
    color: #1c1617;
    text-align: left;
    font-family: 'Noto Sans TC';
}

.date {
    font-size: 16px;
    color: #1c1617;
    text-align: right;
    font-family: 'Noto Sans TC';
}

.back a {
    font-size: 18px;
    color: #348dad;
    text-align: right;
    transition: .5s all;
}

.back a img {
    padding-right: 1rem;
    transition: .5s all;
}

.back a:hover {
    color: #001c58;
}

.back a:hover img {
    transform: translateX(5px);
}

/*page_num*/
.page_num {
    padding: 1em 0;
    font-size: 16px;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

/***newslist_rwd2***/
.newslist_rwd2 {
    text-align: center;
    padding: 1em 0;
    margin: 1rem;
    position: relative;
    width: 95%;
    display: inline-block;

}

.newslist_rwd2 .news_inner {
    display: inline-block;
    vertical-align: top;
}

.newslist_rwd2 .news_inner .ntitle2 {
    text-align: left;
    position: relative;
    margin: 0;
    width: 542px;
    max-width: 100%;
    padding: 2rem 0 0 0;
    vertical-align: middle;
}

.newslist_rwd2 .news_inner .ntitle2 h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.newslist_rwd2 .news_inner .ntitle2 p {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 1.6rem 0 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 1rem;
}

.newslist_rwd2 .news_inner .more {
    position: absolute;
    bottom: 1rem;
    right: 5rem;
    z-index: -1;
    transition: .5s all;
}

.newslist_rwd2 .news_inner .more h5 {
    font-size: 14px;
    color: #d3ab7a;
    font-family: 'El Messiri';
    text-align: right;
    padding: 0.5rem 3rem 0 0;
}

.newslist_rwd2 .news_inner:hover .more h5 {
    color: #2e1c0e;
}


.newslist_rwd2 a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
    display: inline-block;
}


.newslist_rwd2 a:hover .ntitle2 p {
    color: #c3b197;
}

.newslist_rwd2 a:hover .npic2 {
    transform: translateY(-5px);
}

/*npic*/
.npic2 {
    position: relative;
    width: 320px;
    min-height: 320px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 100%;
    margin: 0 2rem 0;
    display: inline-block;
}



.npicimg2 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(8px 9px 9px rgba(46, 27, 15, 0.2));
    filter: drop-shadow(8px 9px 9px rgba(46, 27, 15, 0.2));
}

.npicimg2 img {
    
}
.tableimg input {
    background-color: black;
}
@media screen and (max-width:1091px) {
    .newslist_rwd2 {
        display: block;
        margin: 0 auto 9rem;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
   .newslist {
    margin: 0em auto 2em;
}
   .newslist_rwd2 a {
    display: block;
}
    .newslist_rwd2 .news_inner .ntitle2 {
    margin: 0 auto;
    max-width: 60%;
}
.newslist_rwd2 .news_inner .more {
    bottom: -2rem;
    right: 17rem;
    width: 50%;
}
    .tableimg {
        padding: 1rem 2rem 4rem 8rem;
    }
}

@media screen and (max-width: 500px) {
    .newslist_rwd2 {
    width: 90%;
}

.npic2 {
    display: block;
}
.newslist_rwd2 .news_inner {
    display: block;
}
.newslist_rwd2 .news_inner .ntitle2 {
    margin: 0 0 0 2rem;
    max-width: 90%;
}
    .newslist_rwd2 .ntitle2 {
        padding: 10rem 0 0 0;
    }
    .newslist_rwd2 .news_inner .more {
    bottom: -3rem;
    right: 2rem;
    width: 90%;
}
}

@media screen and (max-width:450px) {
   

    .newslist {
        margin: 0 auto 2em;
    }

    .newslist_rwd2 {
        margin: 0 auto 4rem;
    }
    .tableimg {
    padding: 0rem 1rem 4rem 5rem;
}
    .tableimg:before {
    font-size: 35px;
}
.tableimg:after {
    left: 4.2rem;
}
}

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

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

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: solid 2px #c2bdb9;
    border-radius: 2px;
    color: #464341;
    padding: .5em 1em;
    margin: .5em;
    transition: .3s ease all;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-radius: 20px;
}

/*---title-------------------------------------------------------------------------------------------------------------------------------------*/
.title {}

.title h2 {
    font-size: 22px;
    color: #87350a;
    font-family: 'Noto Serif TC';
    font-weight: bold;
    position: relative;
    width: 31%;
    margin: 0 auto;
}

.title h2:before {
    content: '';
    background: url(../../images/title_deco.png) top left no-repeat;
    width: 82px;
    max-width: 100%;
    min-height: 29px;
    position: absolute;
    left: 0;
    top: 0;
}

.title h2:after {
    content: '';
    background: url(../../images/title_deco.png) top left no-repeat;
    width: 82px;
    max-width: 100%;
    min-height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 991px) {
    .title h2 {
        width: 38%;
    }
}

@media screen and (max-width: 768px) {
    .title h2 {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .title h2 {
        width: 70%;
    }
}

@media screen and (max-width: 450px) {
    .title h2 {
        width: 80%;
    }
}

@media screen and (max-width: 414px) {
    .title h2 {
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .title h2 {
        width: 100%;
    }
}

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

/*---about1-------------------------------------------------------------------------------------------------------------------------------------*/
.ab1 {
    background: url(../../images/ab1_img01.jpg) center center fixed;
    background-size: cover;
    width: 100%;
    min-height: 645px;
    position: relative;
}

.ab1:after {
    content: '';
    background: url(../../images/ab1_deco01.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 175px;
    position: absolute;
    bottom: 0;
    left: 0;

}

@media screen and (max-width: 1200px) {
    .ab1 {
        min-height: 515px;
    }
}

@media screen and (max-width: 991px) {
    .ab1 {
        min-height: 445px;
    }
}

@media screen and (max-width: 768px) {
    .ab1 {
        min-height: 395px;
        background-attachment: initial;
    }
}

@media screen and (max-width: 576px) {
    .ab1 {
        min-height: 255px;
    }

}

@media screen and (max-width: 450px) {
    .ab1 {
        min-height: 210px;
    }
}

@media screen and (max-width: 390px) {
    .ab1 {
        min-height: 170px;
    }
}

/*---about2-------------------------------------------------------------------------------------------------------------------------------------*/
.ab2 {
    background: url(../../images/ab2_bg.jpg) top center repeat;
    width: 100%;
    padding-bottom: 4rem;

}

.ab2_inner {
    width: 1128px;
    max-width: 100%;
    margin: 0 auto;

}

.ab2_inner .title {
    text-align: center;
    padding: 5.5rem 0 3.8rem;
}

.ab2_inner .ab2_content {
    background: url(../../images/ab2_txtbg.jpg) top left repeat;
    -webkit-filter: drop-shadow(6px 5px 10px rgba(32, 17, 3, 0.15));
    filter: drop-shadow(6px 5px 10px rgba(32, 17, 3, 0.15));
    display: flex;
    margin: 0 auto;

}

.ab2_content {
    width: 1098px;
    max-width: 100%;
}

.ab2_content .left {
    width: 43%;
    position: relative;
    padding-top: 8rem;
    text-align: center;
}

.ab2_content .left h3 {
    font-size: 20px;
    color: #94611f;
    font-family: 'El Messiri';

}

.ab2_content .left p {
    font-size: 18px;
    color: #94611f;
    font-family: 'Noto Serif TC';
    padding-top: 2.8rem;
    letter-spacing: 5px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.ab2_content .left p:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top left no-repeat;
    background-size: 100%;
    width: 52px;
    max-width: 100%;
    min-height: 54px;
    position: absolute;
    bottom: -13rem;
    right: 1rem;
    z-index: -1;
}

.ab2_content .left:before {
    content: '';
    background: url(../../images/ab2_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 112px;
    max-width: 100%;
    min-height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ab2_content .left:after {
    content: '';
    background: url(../../images/ab2_deco04.png) top right no-repeat;
    background-size: 100%;
    width: 86px;
    max-width: 100%;
    min-height: 82px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.ab2_content .right {}

@media screen and (max-width: 1100px) {
    .ab2_inner {
        padding: 0 2rem;
    }
}

@media (max-width:1030px) {
    .ab2_content .left p:after {
        bottom: -7rem;
    }
}

@media screen and (max-width: 991px) {
    .ab2_content .left {
        width: 50%;
    }

    .ab2_content .left:before {
        background-size: 60%;
    }
}

@media (max-width:970px) {
    .ab2_content .left p:after {
        bottom: -3rem;
    }
}

@media screen and (max-width: 768px) {
    .ab2_inner .ab2_content {
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 86%;
    }

    .ab2_content .left {
        width: 100%;
        padding-bottom: 10rem;
    }

    .ab2_content .left:before {
        bottom: 2rem;
    }

    .ab2_content .left p:after {
        bottom: -8rem;
    }

    .ab2_content .right {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .ab2_inner .ab2_content {
        max-width: 100%;
    }

    .ab2_content .left:after {
        background-size: 60%;
    }
}

@media screen and (max-width: 370px) {
	.ab2_content .left p {
    width: 90%;
}
    .ab2_content .left p:after {
    right: 4rem;
}
	}


/*---about3-------------------------------------------------------------------------------------------------------------------------------------*/
.ab3 {
    position: relative;
    min-height: 1154px;
}

.ab3:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../images/ab3_bg.png) center top no-repeat;
    background-size: cover;
    z-index: -1;
}

.ab3:after {
    content: '';
    background: url(../../images/ab3_deco01.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 91px;
    position: absolute;
    top: 0;
    left: 0;
}

.ab3_mask {
    position: relative;
    width: 100%;
    min-height: 1154px;
}

.ab3_mask:before {
    content: '';
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 50%, transparent 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1360px) {
    .ab3 {
        min-height: 1000px;
    }

    .ab3_mask {
        min-height: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .ab3 {
        min-height: 900px;
    }

    .ab3_mask {
        min-height: 900px;
    }
}

@media screen and (max-width: 1000px) {
    .ab3 {
        min-height: 800px;
    }

    .ab3_mask {
        min-height: 800px;
    }
}

@media screen and (max-width: 834px) {
    .ab3 {
        min-height: 700px;
    }

    .ab3_mask {
        min-height: 700px;
    }
}

@media screen and (max-width: 768px) {
    .ab3 {
        min-height: 600px;
    }

    .ab3_mask {
        min-height: 600px;
    }
}

@media screen and (max-width: 520px) {
    .ab3 {
        min-height: 500px;
    }

    .ab3_mask {
        min-height: 500px;
    }
}

@media screen and (max-width: 450px) {
    .ab3 {
        min-height: 350px;
    }

    .ab3_mask {
        min-height: 350px;
    }
}

@media screen and (max-width: 330px) {
    .ab3 {
        min-height: 300px;
    }

    .ab3_mask {
        min-height: 300px;
    }
}

/*---about4-------------------------------------------------------------------------------------------------------------------------------------*/
.ab4 {
    background: url(../../images/ab4_bg.jpg) top center;
    background-size: cover;
    width: 100%;
    min-height: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 59rem;
    padding-bottom: 2rem;
}

.ab4a {
    background: url(../../images/ab4a_bg.png) top left no-repeat;
    background-size: initial;
    width: 1320px;
    max-width: 100%;
    margin: -34.8rem auto 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ab4a .ab4a_top {
    padding: 2rem 0 0 12.5rem;
}

.ab4a .ab4a_top ul {
    padding: 12rem 0 0 9rem;
}

.ab4a .ab4a_top ul li {
    font-size: 18px;
    color: #423a2d;
    font-family: 'Noto Serif TC';
}

.ab4a .ab4a_bot {
    text-align: right;
    padding-right: 4.8rem;
    margin-top: -13rem;
}

.ab4b {
    background: url(../../images/ab4b_bg.jpg) top right no-repeat;
    background-size: initial;
    width: 1560px;
    max-width: 100%;
    margin-left: auto;
    padding: 5.4rem 0 13rem 0;
    position: relative;
    z-index: 1;
}

.ab4b .ab4b_top h3 {
    font-size: 18px;
    color: #945e24;
    font-family: 'Noto Serif TC';
    padding: 0 0 5.8rem 16rem;
    letter-spacing: 5px;
    line-height: 30px;
}

@media screen and (max-width: 1360px) {
    .ab4b .ab4b_top h3 {
        padding: 0 0 5.8rem 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .ab4a .ab4a_top ul {
        padding: 12rem 0 0 0rem;
    }

    .ab4b {
        background-size: 73%;
    }

    .ab4b_bot img {
        width: 50%;
    }
}

@media screen and (max-width:1100px) {
    .ab4 {
        padding-top: 55rem;
    }

    .ab4a .ab4a_bot {
        margin-top: -10rem;
    }
}

@media screen and (max-width: 1000px) {
    .ab4 {
        padding-top: 42rem;
    }

    .ab4a {
        background-size: 90%;
    }

    .ab4a .ab4a_top {
        padding: 2rem 0 0 10.5rem;
    }

    .ab4a .ab4a_top .ab4a_font {
        width: 30%;
    }

    .ab4a .ab4a_top ul {
        padding: 9rem 0 0 0rem;
    }

    .ab4a .ab4a_bot {
        margin-top: -10rem;
    }
}

@media screen and (max-width: 834px) {
    .ab4 {
        padding-top: 36rem;
        margin-bottom: -13rem;
    }

    .ab4a {
        margin: -24.8rem auto 0;
    }

    .ab4a .ab4a_bot {
        margin-top: -9rem;
    }

    .ab4a .ab4a_bot img {
        width: 90%;
    }

    .ab4b {
        background-size: 64%;
    }

    .ab4b {
        padding: 5.4rem 0 0rem 0;
    }
}

@media screen and (max-width: 768px) {
    .ab4 {
        padding-top: 48rem;
        margin-bottom: -3rem;
    }

    .ab4a {
        background-size: 95%;
    }

    .ab4a .ab4a_bot {
        margin-top: 2rem;
        padding: 0 2rem 0;
    }

    .ab4a .ab4a_bot img {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .ab4 {
        padding-top: 35rem;
        padding-bottom: 43rem;
        margin-bottom: 0;
    }

    .ab4a .ab4a_top ul {
        padding: 5rem 0 0 0;
    }

    .ab4b {
        background-size: 95%;
    }

    .ab4b .ab4b_inner {
        position: relative;
        top: 38rem;
        left: 0;
        text-align: center;
    }

    .ab4b .ab4b_bot img {
        width: 95%;
    }
}

@media screen and (max-width: 520px) {
    .ab4 {
        padding-top: 32rem;
    }

    .ab4a {
        margin: -15.8rem auto 0;
    }

    .ab4a .ab4a_top {
        padding: 2rem 0 0 6.5rem;
    }

    .ab4a .ab4a_top ul {
        padding: 3rem 0 0 0;
    }

    .ab4a .ab4a_bot {
        margin-top: 1rem;
    }

    .ab4b {
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .ab4 {
        padding-bottom: 36rem;
    }

    .ab4a {
        margin: -11.8rem auto 0;
    }

    .ab4b .ab4b_inner {
        top: 32rem;
    }
}

@media screen and (max-width: 414px) {
    .ab4 {
        padding-top: 30rem;
        padding-bottom: 33rem;
    }

    .ab4a .ab4a_top {
        padding: 2rem 0 0 5rem;
    }

    .ab4a .ab4a_top .ab4a_font {
        width: 35%;
    }

    .ab4a .ab4a_top ul {
        padding: 1rem 0 0 0;
    }

    .ab4a .ab4a_bot {
        margin-top: 3rem;
    }

    .ab4b .ab4b_inner {
        top: 30rem;
    }

    .ab4b .ab4b_top h3 {
        padding: 0 0 3.8rem 4rem;
    }
}

@media screen and (max-width: 390px) {
    .ab4 {
        padding-top: 28rem;
        padding-bottom: 0;
        margin-bottom: -3rem;
    }
	.ab4a .ab4a_top {
    padding: 1rem 0 0 4rem;
	}
	.ab4a .ab4a_top .ab4a_font {
    width: 42%;
	}

    .ab4b .ab4b_inner {
        top: 28rem;
    }
	.ab4a .ab4a_top ul {
    padding: 0.5rem 0 0 0;
	}
	.ab4a .ab4a_top ul li {
    font-size: 20px;
	}
}

@media screen and (max-width: 360px) {
    .ab4a {
        background-size: 100%;
        margin: -9.8rem auto 0;
    }
}

@media screen and (max-width:330px) {
    .ab4 {
        margin-bottom: -10rem;
    }

    .ab4a {
        margin: -5.8rem auto 0;
    }

    .ab4a .ab4a_top ul li {
        font-size: 15px;
        line-height: 1.6;
    }

    .ab4b .ab4b_inner {
        top: 24rem;
    }
}

/*---about5----------------------------------------------------------------------------------------------------------------------------------------*/
.ab5 {
    position: relative;
}

.ab5 .ab5_txt {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    line-height: 1.5;
}

.ab5 .ab5_txt p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Noto Serif TC';
    letter-spacing: 5px;

}

.ab5 .ab5_txt span {
    font-size: 56px;
    color: #d4e4f7;
    font-family: 'El Messiri';
    opacity: .9;
}

.ab5_bg {
    overflow: hidden;
}

.ab5_bg img {
    position: relative;
    clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
    .ab5 .ab5_txt {
        top: 40%;
    }
}

@media screen and (max-width: 520px) {
    .ab5 .ab5_txt span {
        font-size: 32px;
    }
}

@media screen and (max-width: 414px) {
    .ab5 .ab5_txt span {
        font-size: 25px;
    }
}

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

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

/*---loc----------------------------------------------------------------------------------------------------------------------------------------*/
.location {
    padding-top:2em;
}
.map {
    position:relative;
    width:1200px;
    margin:0 auto;
    max-width:90%;
    min-height:600px;
    border: 7px solid #e3ab58;
    border-radius:2px;
}
.map iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
    @media (max-width:768px) {
        .map {
            min-height:500px;
        }
    }
    @media (max-width:550px) {
        .map {
            min-height:400px;
        }
    }
    @media (max-width:450px) {
        .map {
            min-height:300px;
            border: 5px solid #e49788;
        }
        .location {
            padding-top: 0em;
        }
    }


/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

.icons li {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    background: rgba(255, 255, 255, .6);
    border-radius: 7px;
    padding: 5px 0 8px;
    text-align: center;
    border: 1px solid #888;
}

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@media screen and (max-width:900px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .icons li {
        width: 13%;
    }
}

@media screen and (max-width:600px) {
    .icons li {
        width: 17%;
    }
}

@media screen and (max-width:500px) {
    .icons li {
        width: 21%;
    }
}

@media screen and (max-width:430px) {
    .icons li {
        width: 27%;
        margin: 5px 8px;
        padding: 5px 4px 8px;
    }

    .icons li span {
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 10%;
}

@media screen and (max-width:815px) {
    .r_icons {
        text-align: left;
    }
}

@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}

@media screen and (max-width: 765px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .r_icons li {
        width: 21%;
    }
}

@media screen and (max-width:480px) {
    .r_icons li {
        width: 23%;
        margin: 5px 0;
    }
}

@media screen and (max-width:440px) {
    .r_icons li {
        width: 30%;
        margin: 5px 3px;
        padding: 5px;
    }

    .r_icons li img {
        padding: 0 20px;
    }
}

@media screen and (max-width:360px) {
    .r_icons li {
        width: 31%;
        margin: 5px 0px;
    }

    .r_icons li img {
        padding: 0 12px;
    }
}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 3% 0 0 0;
    text-align: left;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
    border: solid 1px #fff;
    background: none;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 100%;
    filter: brightness(100);
}

@media screen and (max-width:1220px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:1080px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:760px) {
    .note_icon li {
        width: 14%;
    }
}

@media screen and (max-width:700px) {
    .note_icon li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .note_icon li {
        width: 19%;
        margin: 5px 0;
    }
}

@media screen and (max-width:505px) {
    .note_icon li {
        width: 23%;
        padding: 7px;
    }

    .note_icon li img {
        width: 100%;
    }
}

@media screen and (max-width:453px) {
    .note_icon li {
        width: 23%;
    }

    .icons li span {
        font-size: 12px;
    }
}
@media screen and (max-width:414px) {
.note_icon li {
        width: 32%;
    }
}
@media screen and (max-width:400px) {
    .note_icon li {
        padding: 6px;
    }
}
@media screen and (max-width:360px){
    .note_icon li {
    width: 31%;
}
}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: url(../../images/ft_bg.png) top left repeat-y, #fff;
    position: relative;
    padding-top: 4.6rem;
    z-index: 10;
}

/*ft_top*/
.ft_top {}

/*ft_logo*/
.ft_logo {}

.ft_top span {
    display: block;
    color: #fff;
    padding: 9px 0 1%;
    text-align: center;
    font-size: 17px;
    letter-spacing: 3px;
}

.ft_top img {
    display: block;
    margin: 0 auto;
}

/*ft_inner*/
.ft_inner {
    max-width: 1330px;
    font-family: 'El Messiri', 'Noto Serif TC';
    font-weight: 500;
    line-height: 25px;
    padding: 5rem 0 0;
    margin: 0 auto;
}

.ft_intop {
    display: flex;
    justify-content: space-between;
}

/*ft_info*/
.ft_info {
    display: inline-block;
    width: 60%;
}

.ft_info .ft_list ul {}

.ft_info .ft_list li {
    font-size: 16px;
    line-height: 2;
}

.ft_info .ft_list img {
    margin-right: 1.6rem;
}

.ft_info .ft_list span {
    width: 11%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 4px;

}

.ft_info .ft_list span:nth-of-type(1) {
    color: #584a3f;
    margin-right: 1.2rem;
    text-align: justify;
    text-align-last: justify;
}

.ft_info .ft_list span:nth-of-type(2) {
    width: 60%;
    color: #362212;
}

/*ft_btn*/
.ft_btn {
    display: inline-block;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 0;
    vertical-align: top;
}

.ft_btn .ft_link ul {}

.ft_btn .ft_link li {
    margin-bottom: 2.4rem;


}

.ft_btn .ft_link li a {
    transition: .3s all;


}

.ft_btn .ft_link li a h6 {
    font-family: 'El Messiri', 'Noto Serif TC';
    font-size: 16px;
    color: #362212;
    position: relative;
    display: inline-block;
    padding-bottom: .5rem;
    vertical-align: bottom;
    transition: .3s all;
}

.ft_btn .ft_link li a h6:after {
    content: '';
    background: #362212;
    width: 20%;
    height: 0.75px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s all;
}

.ft_btn .ft_link a img {
    margin-right: 1rem;

}

.ft_btn .ft_link li a:hover h6 {
    color: #9f7247;
    transform: translateY(-3px);
}

.ft_btn .ft_link li a:hover h6:after {
    width: 100%;
    transform: translateY(3px);
}

.ft_inbot {
    margin: 4.7rem 0 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

/*ft_mark*/
.ft_mark {}

.ft_mark ul {}

.ft_mark li {
    text-align: center;
    display: inline-block;
}

.ft_mark li:first-of-type {
    margin-right: 3rem;

}

.ft_mark p {
    font-size: 16px;
    color: #362212;
    font-family: 'El Messiri', 'Noto Serif TC';
    display: inline-block;
}

/*ft_btm*/
.ft_btm {
    position: relative;

}

.ft_btm ul {}

.ft_btm li {
    border-right: 1px #945e24 solid;
    display: inline-block;
    font-size: 16px;
    padding: 0 .8rem;

}

.ft_btm li:last-of-type {
    border-right: none;
    padding: 0 0 0 0.8rem;
}

.ft_btm a {
    color: #945e24;
    font-weight: 400;
    font-family: 'Noto Sans TC';
    transition: .3s ease-in-out;
}

.ft_btm a:hover {
    color: #d09a72;
}

/*ft_block*/
.ft_block {
    background: url(../../images/ft_block.jpg) top left;
    width: 100%;
    min-height: 9px;
    margin-bottom: 2rem;
}


/*ft_bottom*/
.ft_bottom {
    background: #945e24;
    padding: 16px 0 21px;
    text-align: center;
}

.bot_inner {
    max-width: 1330px;
    text-align: left;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*ft_icon*/
.ft_icon {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    color: #d8cabf;

}

/*icon*/
.icon {}

.icon a {
    display: inline-block;
    vertical-align: top;
    transition: .3s linear;
}

.icon img {
    padding: 0 3px;
}

.icon a:hover {
    opacity: .6;
    transform: translateY(3px);
}

/*share*/
.share {
    color: #b58958;
    font-size: 14px;
    vertical-align: middle;
}

/*copyright*/
.copyright {
    color: #b58958;
    line-height: 20px;
    display: inline-block;
}

.copyright a,
.copyright a h1 {
    display: inline-block;
    color: #b58958;
    font-size: 14px;
    transition: .3s linear;
}

.copyright a:hover,
.copyright a:hover h1 {
    color: #d48421;
}

@media screen and (max-width:1330px) {
    .ft_inner {
        padding: 5rem 2rem 0;
    }

    .bot_inner {
        padding: 0 2rem 0;
    }
}


@media screen and (max-width:1200px) {


    .ft_info .ft_list span {
        width: 16%;
    }
}

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

@media screen and (max-width:1040px) {

    .ft_info {
        width: 80%;
    }

    .ft_inbot {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ft_mark {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:900px) {
    .bot_inner {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .ft_intop {
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
    }

    .ft_info {
        margin-bottom: 2rem;
    }

    .ft_btn {
        display: inline-block;
        text-align: left;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .ft_btn .ft_link li {
        display: inline-block;
        margin-right: 1rem;
    }

    .ft_inbot {
        margin: 1.7rem 0 1.6rem;
    }
}

@media screen and (max-width:680px) {
    .ft_info {
        width: 100%;
    }
}

@media screen and (max-width:560px) {

    .ft_info .ft_list span {
        width: 20%;
    }
}


@media screen and (max-width:450px) {
    .ft_info .ft_list span {
        width: 25%;
    }

    .ft_info .ft_list span:nth-of-type(2) {
        width: auto;
    }
}

@media screen and (max-width:420px) {
    .ft_inner {
        padding: 5rem 1rem 0;
    }

    .ft_mark li {
        display: block;
        text-align: left;
    }

    .ft_mark li:first-of-type {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width:390px){
    .ft_btn .ft_link li a h6 {
    font-size: 13px;
}
}
@media screen and (max-width: 380px) {
    .ft_btn .ft_link li {
        display: block;
        margin-right: 0;
    }
	.ft_btn .ft_link li a h6 {
    font-size: 18px;
	}

    .ft_info .ft_list span {
        width: auto;
        display: block;
    }

    .ft_info .ft_list span:nth-of-type(1) {
        text-align-last: left;
        display: inline-block;
    }

    .ft_info .ft_list span:nth-of-type(2) {
        margin-left: 4rem;
    }
	.ft_mark p {
    font-size: 18px;
	}
}



/*---roomguide-------------------------------------------------------------------------------------------------------------------------------*/
.title_rmge{
    width: 653px;
    max-width: 100%;
}
.title_rmge img{
    display: inline-block;
}
.title_rmge .title_ch{
   display: inline-block; 
   vertical-align: bottom;
   padding: 0 0 .6rem 1.4rem;
}
.title_rmge .title_ch .top {
    margin-bottom: 1.6rem;
}
.title_rmge .title_ch .top h2{
    font-size: 22px;
    color: #2d180a;
    display: inline-block;
    font-weight: bold;
}
.title_rmge .title_ch .bot{}
.title_rmge .title_ch .bot h3{
    font-size: 16px;
    color: #9b4716;
}

#roomguide {
    position: relative;
    text-align: left;
    width: 1320px;
    max-width: 100%;
    margin: 6rem auto 0;
}

.rmge_deco{
    position: absolute;
    top: 16px;
    right: 0;
}


.rmge_inner{
    margin-bottom: 10rem;
}
.rmge_inner a{
    position: relative;
    width: 1098px;
    max-width: 100%;  
    z-index: 1;  
    transition: .5s all;
}
.rmge_inner a .rmgeimg{    
    transition: .5s all;
    position: relative;
}
.rmge_inner .rmgeimg img{
    
}
.rmge_inner a .rmgeimg:before{
    content: '';
    border: 1px #fff solid;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: -1;
    transition: .5s all;
}
.rmge_inner .rmgetxt{
position: absolute;
    bottom: 5rem;
    right: 22rem;
}
.rmge_inner .rmgetxt p{
    font-size: 10px;
    color: #a1511e;    
}
.rmge_inner a:hover .rmgeimg{
transform: translate(1.5rem, 1.5rem);
}
.rmge_inner a:hover .rmgeimg:before{
    transform: translate(-1.5rem, -1.5rem);
}
.rmge_inner .rmgetag{
    background: url(../../images/rmge_tagbg.png) top left no-repeat;
    background-size: 100%;
    width: 508px;
    max-width: 100%;
    min-height: 102px;
    position: relative;
    top: -5rem;
    left: -3.5rem;
    z-index: 1;
    padding: 2.3rem 0 0 12rem;
}
.rmge_inner .rmgetag h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 1.5rem;
    letter-spacing: 5px;
}
.rmge_inner a .rmgetag h5{
    font-size: 18px;
    color: #ffffff;
    font-family: 'El Messiri';
    font-weight: 500;
    position: relative;
    transition: .5s all;
}
.rmge_inner a .rmgetag h5 img{
  padding-right: 2rem;
}

.rmge_inner a:hover .rmgetag h5{
    transform: translateX(10px);
}

@media screen and (max-width: 1400px){
    #roomguide {
    max-width: 90%;
}
    .rmge_inner{
        width: 80%;
    }
    .rmge_inner .rmgetag {
    left: -2.5rem;
}
.rmge_inner .rmgetxt {
    right: 0rem;
}
}
@media screen and (max-width: 1220px){
    .rmge_deco{
        right: 2rem;
    }
    .rmge_deco img{
        width: 60%;
    }
}
@media screen and (max-width: 1050px){
   .rmge_inner .rmgetag {
    background-size: 90%;
    padding: 2.3rem 0 0 10rem;
}
.rmge_inner .rmgetag h2 {
    padding-bottom: 0.5rem;
}
}
@media screen and (max-width: 1000px){
   .title_rmge {
    padding-left: 1rem;
}
    .title_rmge img {
    width: 30%;
    vertical-align: top;
}
}
@media screen and (max-width:991px){
    .rmge_inner .rmgetag {
    background-size: 80%;
    min-height: 91px;
    padding: 1.3rem 0 0 10rem;
    top: -3rem;
}
.rmge_inner .rmgetxt {
    top: -3rem;
    bottom: 0;
}
}
@media screen and (max-width:900px){
    .rmge_inner .rmgetag {
    top: -2rem;
}
}
@media screen and (max-width: 768px){
    
    .rmge_inner .rmgetag {
    background-size: 80%;
    min-height: 71px;
    padding: 1.3rem 0 0 8rem;
}
}
@media screen and (max-width:600px){
    .rmge_deco {
    right: -3rem;
}
.rmge_deco img {
    width: 50%;
}
}
@media screen and (max-width: 580px){
.rmge_inner {
    width: 95%;
}
    .rmge_inner .rmgetag {
    top: -1rem;
    left: -1.5rem;
}
.rmge_deco {
    display: none;
}
}
@media screen and (max-width: 450px){
    .rmge_inner {
    width: 97%;
}
    .rmge_inner .rmgetag {
    background-size: 90%;
}
    .rmge_inner .rmgetag h2 {
    font-size: 25px;
    padding-bottom: 0;
}
.title_rmge .title_ch .top {
    margin-bottom: 0.6rem;
}
.title_rmge .title_ch {
    padding: 0 0 0.6rem 0.4rem;
}
}
@media screen and (max-width: 390px){
    .rmge_inner .rmgetag {
    background-size: 98%;
}
}
@media screen and (max-width:360px){
    .rmge_inner .rmgetag {
    background-size: 100%;
}
.rmge_inner .rmgetag h2 {
    font-size: 22px;
}
}


/*---room-------------------------------------------------------------------------------------------------------------------------------*/
#room {
    position: relative;
    width: 1336px;
    max-width: 100%;
    margin: 0 auto;
}
.title_room{
    width: 653px;
    max-width: 100%;
}
.title_room img{
    display: inline-block;
}
.title_room .title_ch{
   display: inline-block; 
   vertical-align: bottom;
   padding: 0 0 .6rem 1.4rem;
}
.title_room .title_ch .top {
    margin-bottom: 1.6rem;
}
.title_room .title_ch .top h2{
    font-size: 22px;
    color: #2d180a;
    display: inline-block;
    font-weight: bold;
}
.title_room .title_ch .bot{}
.title_room .title_ch .bot h3{
    font-size: 10px;
    color: #341a07;
}
/*rm_inner*/
.rm_inner {
    margin: 0 auto;
    text-align: center;
    padding: 13rem 0 5rem;
}
.rmdex{
    background:url(../../images/roombg.png) top center no-repeat;
    width: 1335px;
    max-width: 100%;
    padding: 0.8rem;
    position: relative;

}
.rmdex:before{
    content: '';
    background: url(../../images/rmdex_deco01.png) top left no-repeat;
    background-size: 100%;
    width: 280px;
    max-width: 100%;
    min-height: 152px;
    position: absolute;
        left: 0.8rem;
    top: -12rem;
}
.rm_name{
    text-align: left;
    margin-left: 31rem;
    margin-bottom: 2rem;
}
.rm_name .rmne_top{
    
}
.rm_name .rmne_top h2{
    font-size:28px ;
    color: #9b4716;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 6px;
}
.rm_name .rmne_top img{
     padding: 0 1.4rem;
}
.rm_name .rmne_top h3{
    font-size:22px;
    color: #9b4716;
    display: inline-block;
    vertical-align: middle;
}
.rm_name .rmne_bot{
   
}
.rm_name .rmne_bot p{
    font-size: 10px;
    color: #9d6435;
    line-height: 1.2;

}

.rm_more{
    background: url(../../images/rm_morebg.png) top left no-repeat;
    background-size: 100%;
    width: 631px;
    max-width: 100%;
    min-height: 118px;
    margin: -0.8rem auto 0 1rem;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    padding: 2rem 7rem 0 3rem;
    text-align: left;
}
.rm_more a{
    transition: .5s all;
}
.rm_more a:hover{
    transform: translateX(10px);
}
.rm_more img{
    
}
.rm_more h4{
    font-size: 20px;
    color: #e0c8a2;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 .9rem;
    letter-spacing: 4px;

}
.rm_more h5{
    font-size: 18px;
    color: #e0c8a2;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px #ddc397 solid;
}


.roomb {
    z-index: 9;
    position: relative;
    color: #392314;
    margin: 6rem 1rem 0;
    font-size: 20px;
    display: flex;
}
.roomb .rmb_title{
    margin-right: 3.6rem;
}
.roomb .rmb_cont{
    width: 70%;
}
.roomb .rmb_cont table{
   border-top: 3px #65320f double;
   border-bottom: 3px #65320f double;
}
.roomb .rmb_cont table tr:not(last-child){
    border-bottom: 1px #65320f solid;    
}
.roomb .rmb_cont table tr td{
    padding: 1.7rem 0;
}
.line_botton {
    padding: 5rem 0;
    margin: 0 1rem;
}

.roomb .rmb_cont2{
    border-top: 3px #65320f solid;
   border-bottom: 3px #65320f solid;
   padding: 2rem 0;
}

/*rinfo*/
.rinfo {
    text-align: left;
    padding: 3% 0%;
}

.rinfo ul {}

.rinfo li {}

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(1) {}

.rinfo li span:nth-of-type(2) {
    width: 77%;
}
@media screen and (max-width: 1000px){
   .title_room {
    padding-left: 1rem;
}
    .title_room img {
    width: 30%;
    vertical-align: top;
}
}
@media screen and (max-width: 900px){
    .roomb {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
}
@media screen and (max-width: 780px){
   .rm_inner {
    padding: 7rem 0 5rem;
}
    .roomb {
    width: 100%;
    margin: 6rem 0 0;
}
.roomb .rmb_cont {
    width: 95%;
}
}
@media screen and (max-width: 640px){
    .rmdex:before {
    background-size: 60%;
    min-height: 127px;
    top: -8rem;
}
.rm_name {
    margin-left: 18rem;
    margin-bottom: 1rem;
}
    .rm_more {
    max-width: 80%;
    min-height: 53px;
    padding: 1rem 11rem 0 3rem;
}
}
@media screen and (max-width:530px){
    .rmdex:before {
    background-size: 40%;
    min-height: 63px;
    top: -5rem;
}
.rm_name {
    margin-left: 12rem;
}
}
@media screen and (max-width:480px){
    .rm_name {
    margin-left: 3rem;
}
}
@media screen and (max-width: 450px){
    
.title_room img {
    width: 20%;
}
.title_room .title_ch .top {
    margin-bottom: 0.6rem;
}
.title_room .title_ch {
    padding: 0 0 0.6rem 0.4rem;
}
.rinfo li span:nth-of-type(2) {
    width: auto;
}
.roomb {
    margin: 3rem 0 0;
}
.rm_more {
    max-width: 85%;
    min-height: 40px;
    padding: 0.5rem 5rem 0 3rem;
}
}
@media screen and (max-width: 414px){
    .rmdex:before {
    background-size: 20%;
    top: -2rem;
    left: auto;
    right: 2rem;
    background-position: top right;
}
    .rm_inner {
    padding: 4rem 0 5rem;
}
}
@media screen and (max-width:390px){
    .rm_name {
    margin-left: 1rem;
}
.rm_more {
    background-size: 115%;
}
}
@media screen and (max-width:360px){
    .title_room{
      display: flex;
    justify-content: flex-start;
    align-items: flex-start;  
    }
    .title_room img {
    width: 25%;
}
    .title_room .title_ch .top h2 {
    font-size: 20px;
}
.title_room .title_ch .top img{
    width: 15%;
}
.rm_name .rmne_top h2 {
    font-size: 23px;
}
.rm_name .rmne_top img {
    padding: 0 0.4rem;
}
.rm_name .rmne_top h3 {
    font-size: 20px;
}
.rm_more {
    max-width: 95%;
}
}

/*---inner--------------------------------------------------------------------------------------------------------------------------------*/
#inner {    
    position: relative;
}
#inner:before{   
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../images/inner_bg.jpg) center top no-repeat;
    background-size: cover;   
    z-index: -1; 
}
#inner:after{
    content: '';
    background: url(../../images/inner_bg2.jpg) top left repeat;
    clip-path: polygon(0 0, 79vw 54vh, 79vw 100%, 0 100%);
    width: 100%;
    height: 100%;
    /*height: -webkit-fill-available;
  height: -moz-fill-available;
  height: -moz-available;
  height: fill-available;*/
    position: absolute;
    top: 0;
    left: 0;
/*    margin-top: 56rem;*/
    z-index: -1;
}
.inheader{
    position: relative;   

}
/*.inheader:before{
    content: '';
    background: url(../../images/inner_bg2-1.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 718px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/
.intop{
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
/*inbanner*/
.inbanner {
    text-align: center;
    padding: 4.7rem 0 10rem;
}
.intop .title{
    width: 542px;
    max-width: 100%;
    text-align: center;
}
.intop .title h2{
    width: 65%;
    color: #2d180a;
}
.inner_wrap{
    background: url(../../images/inner_bg3.png) top left;
    position: relative;
    width: 1320px;
    max-width: 100%;
    margin: 2.3rem auto 10rem;
}
.inner_block1{
    padding: 2.4rem 0 2.7rem;
}
.inner_block1 p{
    font-size: 10px;
    color: #e0c59b;
    font-family: 'El Messiri';
    text-align: right;
    padding-right: 3.5rem;
}
.inner_block2{
    padding: 2.4rem 0 7.4rem;
}
@media screen and (max-width:1700px){
    #inner:after {
    clip-path: polygon(0 0, 79vw 57vh, 79vw 100%, 0 100%);
}    
}
@media screen and (max-width: 1500px){
    #inner:after {
    clip-path: polygon(0 0, 82vw 72vh, 83vw 100%, 0 100%);
}
}
@media screen and (max-width: 1300px){
    #inner:after {
    clip-path: polygon(0 0, 90vw 72vh, 90vw 100%, 0 100%);
    
}
}
@media screen and (max-width: 1220px){
    #inner:after {
    clip-path: polygon(0 0, 90vw 50vh, 90vw 100%, 0 100%);
    
}
.inbanner {
    padding: 4.7rem 0 0rem;
}
}
@media screen and (max-width: 1100px){
.inbanner {
    padding: 2.7rem 0 4rem;
}
.inbanner img {
    width: 18%;
}
}
@media screen and (max-width: 970px){
   
.inheader:before {
    min-height: 385px;
}
}
@media screen and (max-width: 900px){
#inner:after {
        clip-path: polygon(0 0, 95vw 44vh, 95vw 100%, 0 100%);
    
}
}
@media screen and (max-width: 780px){
    #inner:after {
    clip-path: polygon(0 0, 100vw 39vh, 100vw 100%, 0 100%);
}
    }
@media screen and (max-width: 768px), print {
    #inner:before {
        background-image: url(../../images/inner_bg.jpg);
        background-size: 100% auto;
    }
    .intop .title {
    max-width: 70%;
}
.intop .title h2 {
    width: 70%;
}
}
@media screen and (max-width:600px){
    #inner:after {
    clip-path: polygon(0 0, 100vw 30vh, 100vw 100%, 0 100%);
}
    .intop .title {
    max-width: 50%;
}
.intop .title h2 {
    width: 95%;
}
.title h2:before, .title h2:after {
    background-size: 70%;
    background-position: center left;
}
}

@media screen and (max-width: 490px){
    #inner:after {
    
}
    .title h2:before, .title h2:after {
    background-size: 50%;
}
}
@media screen and (max-width: 420px){    
    #inner:after {
    clip-path: polygon(0 15vh, 100vw 24vh, 100vw 100%, 0 100%);
}
    .inbanner img {
    width: 30%;
}
.inbanner {
    padding: 2.7rem 0 6rem;
}
.title h2:before, .title h2:after {
    background-size: 40%;
}
}
@media screen and (max-width: 390px){
    .inbanner img {
    width: 40%;
}
.title h2:before, .title h2:after {
    background-size: 30%;
}
}
@media screen and (max-width:360px){
   #inner:after {
    clip-path: polygon(0 20vh, 100vw 20vh, 100vw 100%, 0 100%);
}
}
@media screen and (max-width:350px){
   
    .title h2:before, .title h2:after {
    background-size: 20%;
}
}





/*---notice----------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.note {
    padding: 2em 0 3em;
}

.note img {
    padding-bottom: 1em;
}

.s1 img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
}
@media screen and (max-width:1100px){
    .notice {
        width: 95%;
    }
    
}
@media screen and (max-width:991px) {
    
}

@media screen and (max-width:768px) {   

    .note img {
        width: 30%;
    }

    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width:650px) {
    .note {
        padding: 1em 0 3em;
    }

    .note img {
        width: auto;
    }

    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width:425px) {
    
    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width: 390px) {
    .notice {
        padding: 1rem 0 0;
    }
}

/*************************
********services_sce******
**************************/
#services_sce {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin:6px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #f2ead2;
    cursor: pointer;
    line-height:24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #f2ead2;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media (max-width:380px) { 
    .scebtn h2 {
        margin:3px;
    }
}
/***********/

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scetag {
    float: right;
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
    text-align:left;
    margin:10px 0 0 0;
}
.scemore {
    text-align:right;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }
    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }
    .scet h3 {
        font-size: 22px;
    }
    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {
    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }
    .sea .sceimg {
        background-color: #89b5cb;
    }
    .farm .sceimg {
        background-color: #8dcfca;

    }
    .city .sceimg {
        background-color: #b7ad6f;
    }
    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }
    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}