/*--------------copyright by vicky start-------------------------------*/
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: "Noto Sans TC", "Raleway";
    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: 13px;
}

::-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: 9;
    transition: .3s ease-in-out;
}

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

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

    #gotop img {
        width: 100%;
    }
}



/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
    height: 100vh;
}

.inbg {
    background: url(../../images/dex_deco.png) bottom center no-repeat;
    background-size: cover;
}

/*dex*/
.dex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.carousel {}

/*item*/
.item {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top center no-repeat;
    background-size: cover;
}

.carousel .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top center no-repeat;
    background-size: cover;
}

.carousel .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
}

/*ilogo*/
.ilogo {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 17%;
    transform: translateX(-17%);
}

.ilogo span {
    display: block;
    font-size: 20px;
    margin: 7% 0 7.5rem;
    letter-spacing: 3px;
    color: #fff;
}

/*enter*/
.enter {}

.enter img {
    margin-top: 1em;
}

/*circle*/
.circle {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    margin: 0 auto 22%;
    animation: moving 1.5s infinite alternate;
}

/*line*/
.line {
    width: 1px;
    height: 75px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 130px;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

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

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

.dex_txt h3 {
    font-size: 20px;
    color: #f4ede1;
    margin-top: 6rem;
    position: relative;
    padding: 0 3rem;
    font-family: 'Raleway';
    font-weight: 300;
}

.dex_txt h3:before,
.dex_txt h3:after {
    content: '';
    width: 22px;
    height: 1px;
    position: absolute;
    top: 50%;
    border: 1px #f4ede1 solid;
}

.dex_txt h3:before {
    left: 0;
}

.dex_txt h3:after {
    right: 0;
}

.daan {
    font-size: 162px;
    color: #f4ede1;
    font-weight: bold;
    display: none;
    opacity: 0.1;
}

@media screen and (max-width:768px) {
    .inbg {
        background: url(../../images/index_pad.png) bottom center no-repeat;
    }

    .ilogo {
        top: 15%;
        left: 40%;
    }

    .daan {
        display: block;
        bottom: 6rem;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

}

@media screen and (max-width:600px) {
    .ilogo {
        top: 10%;
    }

    .ilogo span {
        margin: 7% 0 5em;
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .inbg {
        background: url(../../images/index_mob.png) bottom center no-repeat;
    }

    .item {
        background-position: top right -45rem;
    }
	.carousel .item:nth-of-type(2) {
    background-position: top left -17rem;
}

    .carousel .item:nth-of-type(4) {
        background-position: top left -61rem;
    }

    .daan {
        font-size: 130px;
    }
}

@media screen and (max-width:425px) {
    .ilogo {
        left: 30%;
        width: 60%;
        top: 20%;
    }

    .ilogo2 {
        width: 75%;
    }

    .line {
        bottom: 112px;
    }

    .circle {
        width: 8px;
        height: 8px;
        margin: 0 auto 19%;
    }

    .ilogo span {
        margin: 7% 0 2em;
    }

    .dex {
        position: absolute;
        height: 100vh;
    }

    .dex_txt h3 {
        font-size: 18px;
        width: 85%;
        margin: 6rem auto 0;
    }

    .item {
        height: 100vh;
    }

    header {
        height: 100vh;
    }
}

@media screen and (max-width: 375px) {
    .ilogo {
        left: 30%;
		width: 70%;
    }

    .dex_txt h3 {
        font-size: 19px;
		width: 100%;
    }

    .line {
        bottom: 137px;
    }

    .enter img {
        margin-top: 4em;
    }
}

/*ibutton*/

.ibutton {
    background: url(../../images/menu_deco_01.png) top 2rem center no-repeat, url(../../images/menu_deco_02.png) bottom 2rem center no-repeat, rgba(28, 28, 28, .85);
    background-size: auto;
    border-radius: 70px;
    position: fixed;
    top: 2em;
    right: 7em;
    z-index: 100;
    padding: 8em 3em;
    opacity: 0;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
    width: 325px;
    max-width: 100%;
}

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

.ibutton .menu_logo {
    margin-bottom: 1rem;
    text-align: center;
}

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

.ibutton a:hover {
    opacity: .5;
}

.ibutton li {
    display: inline-block;
    width: 49%;
}

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

.ibutton li a img {
    transition: .2s ease all;
}

.ibutton li a p {
    font-size: 18px;
    color: #ffffff;
    margin: 10px 0 0;
    text-align: center;
    transition: .2s ease all;
}

.ibutton li a span {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    opacity: .5;
}

.ibutton li a:hover img {
    transform: translateY(-5px);
}

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

.ibutton li a:hover span {
    opacity: 1;
}

.logo {
    position: fixed;
    top: 2em;
    left: 3em;
    z-index: 100;
    opacity: 0;
    /*mix-blend-mode: difference;*/
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 4em;
    right: 2em;
    z-index: 101;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: visible;
    opacity: 0;
    mix-blend-mode: difference;

}

.mibutton p {
    font-size: 14px;
    color: #dfd3cc;
    display: block;
    width: 100%;
    position: absolute;
    top: -2em;
    left: 0;
}

.mibutton span {
    display: block;
    width: 100%;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    border-bottom: dotted 7px #fff;
}

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

.mibutton span:nth-of-type(3) {
    top: 80%;
}

.mibutton_ani {
    opacity: 1;
}

.mibutton_ani span:nth-of-type(1) {
    transform: rotate(40deg);
    border-bottom: solid;
    transform-origin: left center;
    left: 0.5em;
    color: #fff;
}

.mibutton_ani span:nth-of-type(2) {
    transform: rotate(-40deg);
    border-bottom: solid;
    transform-origin: left center;
    top: 65%;
    left: 0.5em;
    color: #fff;
}

.mibutton_ani span:nth-of-type(3) {
    opacity: 0;
}

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

    .ibutton {
        top: 1em;
        right: 6em;
        height: 100vh;
    }

}

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

@media (max-width:500px) {
    .ibutton ul {
        height: 70vh;
        overflow-y: scroll;
    }

    .logo img {
        width: 150px;
    }

    .ibutton li a p {
        font-size: 24px;
    }

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

    .mibutton {
        width: 36px;
        height: 36px;
    }

    .ibutton {
        padding: 8em 2em;
        background-size: 80%;
    }
}

@media (max-width: 380px) {
    .ibutton {
        top: 0;
        right: 3em;

    }
}

@media (max-width:350px) {
    .ibutton {
        top: 1em;
        right: 1em;
        padding: 3em 2em;
    }

    .ibutton li a p {
        font-size: 22px;
    }

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

    .logo {
        padding: .5em 0;
    }

    .logo img {
        width: 130px;
    }
}

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

.inews {
    background: url(../../images/inews_bg01.jpg) top center fixed;
    background-size: cover;
    min-height: 804px;
    padding: 6rem 2rem;
    position: relative;
    overflow-x: hidden;
    position: relative;
}

.inews:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/inews_bg02.png) top left repeat;
    width: 53.3%;
    min-height: 804px;
    clip-path: polygon(0 0, 100% 0%, 49% 100%, 0% 100%);
}

.inews:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../images/inews_bg03.png) bottom left no-repeat;
    width: 584px;
    max-width: 100%;
    min-height: 225px;
}

.inews_title {
    padding: 4.25rem 0;
    max-width: 121px;
    margin-left: 11rem;
    text-align: center;
    display: inline-block;
    position: relative;
}

.inews_title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../images/inews_deco01.png) top right no-repeat;
    width: 76px;
    max-width: 100%;
    min-height: 450px;

}

.inews_title h2 {
    font-size: 24px;
    color: #ffffff;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin: 0 auto;
}

.inews_title h3 {
    font-size: 72px;
    color: #ffffff;
    opacity: .25;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Raleway';
    margin: 0;

}

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

.inews_title2 {
    position: absolute;
    bottom: 6rem;
    right: 29.5rem;
    text-align: right;
    z-index: 1;
}

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

}

.newslist_rwd .ntitle {
    text-align: left;
    position: relative;
    margin: 0;
    max-width: 216px;
    padding: 4rem 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.newslist_rwd .ntitle h3 {
    font-size: 20px;
    color: #f2e8de;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

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

.newslist_rwd .ntitle hr {
    border-top: 1px solid #cfa972;
    margin-top: 16px;
    margin-bottom: 4px;

}

.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: 142px;
    min-height: 142px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 100%;
    margin: 0 2rem 0;
    display: inline-block;
}

.npic:before {
    content: '';
    background: url(../../images/inews_deco02_01.png) top center no-repeat;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    width: 117px;
    max-width: 100%;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.npic:after {
    content: '';
    background: url(../../images/inews_deco02_02.png) top center no-repeat;
    position: absolute;
    bottom: -61px;
    left: 0;
    right: 0;
    width: 117px;
    max-width: 100%;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.npicimg {
    position: absolute;
    top: 17%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
    border-radius: 50%;
}

.npicimg img {
    border-radius: 50%;
}

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

@media screen and (max-width: 1600px) {
    .inews:before {
        clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }
}

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

@media screen and (max-width:1400px) {
    .inews:before {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .inews_title2 img {
        width: 70%;
    }

}

@media screen and (max-width:1200px) {
    .inews_title {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:1100px) {
    .inews_title2 img {
        width: 50%;
    }
}

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

    .inews_inner {
        margin-right: 0;
    }


}

@media screen and (max-width:768px) {
    .inews {
        background-attachment: inherit;
        background-position: top left -19rem, center;
    }

    .inews:before {
        width: 100%;
        height: 100%;
    }

    .inews:after {
        background-size: 60%;
    }

    .inews_title2 {
        left: 2rem;
        text-align: left;
        bottom: 11rem;
    }
}

@media screen and (max-width:558px) {
    .inews {
        padding: 3rem 2rem 10rem;
        background-position: top left -63rem, center;
    }

    .inews:after {
        min-height: 130px;
    }

    .inews_title {
        width: 30%;
    }

    .inews_title2 {
        bottom: 3rem;
    }

    .inews_title h2 {
        -webkit-writing-mode: unset;
        writing-mode: unset;
        text-align: left;
        padding-left: 0.5rem;
    }

    .inews_title h3 {
        font-size: 52px;
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }

    .inews_title:after {
        right: -1rem;
        transform: rotate(90deg);
        top: -13rem;
    }
}

@media screen and (max-width:450px) {
    .inews {
        padding: 3rem 1rem 20rem;
    }

    .newslist_rwd {
        text-align: left;
        margin: 0;
        padding: 3em 0;
    }

    .newslist_rwd .ntitle {
        padding: 3rem 1rem 0 2rem;

    }

    .npic {
        margin: 0;
    }

    .inews_inner table {
        text-align: left;
    }
}

@media screen and (max-width:390px) {
    .inews_title {
        width: 45%;
    }

    .newslist_rwd {
        text-align: center;
    }
}

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

/***news*************************************************************************************************/
.news {
    margin: 0 auto;
    max-width: 1330px;
    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;
    border: 2px #6a3906 solid;
    border-radius: 20px;
    padding: 4rem 8rem;
    font-size: 16px;
}

.tableimg a {
	display: inline-block;
}

.tableimg img {
    margin: 0 auto;
    padding-bottom: 2rem;
}

.news_bot {
    text-align: right;
}

.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: 48%;
    display: inline-block;

}

.newslist_rwd2 .ntitle2 {
    text-align: left;
    position: relative;
    margin: 0;
    max-width: 216px;
    padding: 4rem 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.newslist_rwd2 .ntitle2 h3 {
    font-size: 30px;
    color: #362e2b;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

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

.newslist_rwd2 .ntitle2 hr {
    border-top: 1px solid #cfa972;
    margin-top: 16px;
    margin-bottom: 4px;

}

.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: 238px;
    min-height: 238px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 100%;
    margin: 0 2rem 0;
    display: inline-block;
}

.npic2:before {
    content: '';
    background: url(../../images/inews_deco02_01.png) top center no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 117px;
    max-width: 100%;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.npic2:after {
    content: '';
    background: url(../../images/inews_deco02_02.png) top center no-repeat;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 117px;
    max-width: 100%;
    min-height: 45px;
    margin-left: auto;
    margin-right: auto;
}

.npicimg2 {
    position: absolute;
    top: 9%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
    border-radius: 50%;
}

.npicimg2 img {
    border-radius: 50%;
}

@media screen and (max-width:1091px) {
    .newslist_rwd2 {
        display: block;
        margin: 0 auto 9rem;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tableimg {
        padding: 4rem 4rem;
    }
}

@media screen and (max-width: 500px) {
    .npic2 {
        margin: 0 auto;
        display: block;
    }

    .newslist_rwd2 .ntitle2 {
        padding: 10rem 0 0 0;
    }
}

@media screen and (max-width:450px) {
    .tableimg {
        padding: 4rem 2rem;
    }

    .newslist {
        margin: 2em auto 2em;
    }

    .newslist_rwd2 {
        margin: 0 auto 4rem;
    }
}

@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;
}

/*---about1-------------------------------------------------------------------------------------------------------------------------------------*/
.a1 {
    background: url(../../images/a1_bg01.jpg) top right no-repeat fixed;
    background-size: cover;
    position: relative;
    min-height: 956px;
}

.a1_bg {
    position: absolute;
    background: url(../../images/a1_bg02.png) top left no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: right;
}

.a1:before {
    content: '';
    background: url(../../images/a1_deco01.png) top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: -19rem;
    right: 0;
    width: 486px;
    max-width: 100%;
    min-height: 357px;
    z-index: 1;

}

.a1_inner {
    position: relative;
    padding: 7.6rem 0 0 16rem;
}

.a1_img01 {
    margin-top: -9.5rem;
    vertical-align: top;
}

.a1_title {
    margin-left: 4.4rem;
    margin-right: 3.2rem;
    vertical-align: top;
}

.a1_text {
    display: inline-block;
    padding-top: 9rem;
}

.a1_text p {
    font-size: 16px;
    color: #221a11;
    max-width: 400px;
    text-align: justify;
}

@media screen and (max-width: 1500px) {
    .a1 {
        min-height: 850px;
    }

    .a1:before {
        background-size: 69%;
        top: -10rem;
    }

    .a1_inner {
        padding: 7.6rem 0 0 6rem;
    }
}

@media screen and (max-width: 1420px) {
    .a1 {
        min-height: 836px;
    }

    .a1_inner {
        padding: 7.6rem 0 0 4rem;
    }
}

@media screen and (max-width: 1300px) {
    .a1 {
        min-height: 690px;
    }

    .a1_inner {
        padding: 3.6rem 0 0 4rem;
    }

    .a1_img01 {
        margin-top: -5.5rem;
        width: 27%;
    }

    .a1_title {
        width: 4%;
    }

    .a1_text {
        padding-top: 3rem;
    }
}

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

    .a1_inner {
        padding: 3.6rem 0 0 1rem;
    }

    .a1_img01 {
        margin-top: -4.5rem;
        width: 20%;
    }

    .a1_title {
        margin-left: 2.4rem;
        margin-right: 2.2rem;
    }

    .a1_text {
        padding: 0 0 2rem;
        vertical-align: top;
    }

    .a1_text p {
        font-size: 14px;
        max-width: 340px;
    }
}

@media screen and (max-width: 810px) {
    .a1 {
        min-height: 410px;
    }

    .a1:before {
        background-size: 31%;
        top: -7rem;
    }

    .a1_bg {
        background: url(../../images/a1_bg021.png) top left no-repeat;
        background-size: cover;
    }

    .a1_inner {
        padding: 14.6rem 0 0 1rem;
    }

    .a1_img01 {
        margin-top: -2.5rem;
        width: 13%;
        position: absolute;
        top: -1rem;
    }
}

@media screen and (max-width: 768px) {
    .a1 {
        background-attachment: inherit;
    }

    .a1:before {
        min-height: 117px;
    }

    .a1_inner {
        padding: 3.6rem 0 0 1rem;
    }

    .a1_img01 {
        display: none;
    }

    .a1_title {
        width: 6%;
    }
}

@media screen and (max-width: 635px) {
    .a1 {
        min-height: 358px;
    }

    .a1_text p {
        max-width: 300px;
    }
}

@media screen and (max-width: 450px) {
    .a1_bg {
        background-position-x: -8rem;
    }

    .a1:before {
        background-size: 20%;
        top: 0rem;
    }

    .a1_inner {
        padding: 1.6rem 0 0 1rem;
    }

    .a1_title {
        width: 10%;
    }

    .a1_text p {
        max-width: 250px;
    }
}

@media screen and (max-width: 390px) {
    .a1:before {
        background-size: 20%;
        top: -3rem;
    }
}

@media screen and (max-width: 350px) {
    .a1_title {
        margin-left: 1.4rem;
        margin-right: 1.2rem;
    }
}

/*---a2----------------------------------------------------------------------------------------------------------------------------------------*/
.a2 {
    background: url(../../images/a2_bg02.png) bottom right no-repeat, url(../../images/a2_bg01.jpg) top right repeat-y, #ffffff;
    background-size: 50%, contain, cover;
    position: relative;
    width: 100%;
    min-height: 658px;
}

.a2_img {
    position: absolute;
    top: -15rem;
    left: 25.5rem;
}

@media screen and (max-width: 1680px) {
    .a2_img {
        left: 9.5rem;
    }
}

@media screen and (max-width: 1440px) {
    .a2_img {
        left: 2.5rem;
        top: -10rem;
    }

    .a2_img img {
        width: 90%;
    }
}

@media screen and (max-width: 1240px) {
    .a2 {
        background-position: right -9rem bottom 0rem, right -36rem top, center;
    }
}

@media screen and (max-width: 1110px) {
    .a2 {
        background-position: right -9rem bottom 0rem, right -47rem top, center;
        min-height: 737px;
    }
}

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

    .a2_img img {
        width: 80%;
    }
}

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

    .a2_img {
        top: -1rem;
    }
}

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

    .a2_img {
        top: -1rem;
    }

    .a2_img img {
        width: 70%;
    }
}

@media screen and (max-width: 638px) {
    .a2 {
        background-position: right -9rem bottom 0rem, right -42rem top, center;

    }

    .a2_img img {
        width: 77%;
    }
}

@media screen and (max-width: 450px) {
    .a2 {
        background-size: 100%, contain, cover;
        background-position: right -2rem bottom 0rem, right -23rem top, center;
        min-height: 650px;
    }

    .a2_img {
        top: 2rem;
    }

    .a2_img img {
        width: 95%;
        left: 0;
    }
}

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

@media screen and (max-width: 360px) {
    .a2 {
        min-height: 540px;
    }
}

@media screen and (max-width: 340px) {
    .a2 {
        min-height: 490px;
    }
}

/*---a3----------------------------------------------------------------------------------------------------------------------------------------*/
.a3 {
    background: url(../../images/a3_bg01.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 869px;
    margin: 0 auto;
    padding: 38.6rem 39rem 0 40rem;
    text-align: right;
}

.a3_left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.a3_left h3 {
    font-size: 120px;
    color: #ffffff;
    opacity: .15;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0;

}

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

.a3_right {}

.a3_right {}

.a3_right .a3_more {
    padding-bottom: 2rem;
}

.a3_right .a3_more img {
    padding-right: 1rem;
}

.a3_right .a3_more a img:nth-of-type(2) {
    transition: .5s all;
    animation: a3_more .8s infinite alternate;

}

@keyframes a3_more {
    to {
        transform: translateX(10px);
    }
}


.a3_right .a3_more span {
    font-size: 18px;
    color: #e5dad4;
    font-weight: 400;
    font-style: italic;
    vertical-align: middle;
    transition: .5s all;
}

.a3_right .a3_more a:hover span {
    color: #000;

}

.a3_right h4 {
    font-size: 160px;
    color: #ede5df;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 5px 3px 5px #835527
}

@media screen and (max-width: 1901px) {
    .a3 {
        padding: 39rem 39rem 0 40rem;
    }
}

@media screen and (max-width: 1867px) {
    .a3_left {
        width: 35%;
    }
}

@media screen and (max-width: 1785px) {
    .a3 {
        padding: 39rem 31rem 0 30rem;
    }
}

@media screen and (max-width: 1605px) {
    .a3 {
        padding: 39rem 17rem 0 17rem;
    }
}

@media screen and (max-width: 1334px) {
    .a3 {
        padding: 39rem 4rem 0 4rem;
    }
}

@media screen and (max-width: 1074px) {
    .a3 {
        padding: 39rem 1rem 0 1rem;
    }
}

@media screen and (max-width: 991px) {
    .a3 {
        text-align: left;
        min-height: 675px;
        padding: 28rem 1rem 0 1rem;

    }

    .a3_left {
        width: 20%;
    }

    .a3_left h3 {
        font-size: 60px;
    }

    .a3_right {
        text-align: right;
    }

    .a3_right h4 {
        font-size: 130px;
        line-height: .9;
    }
}

@media screen and (max-width:748px) {
    .a3 {
        padding: 28rem 1rem 0 1rem;
    }

    .a3_left {
        width: 100%;
    }

    .a3_right {
        width: 100%;
        margin-top: -7rem;
    }
}

@media screen and (max-width: 542px) {
    .a3_right {
        margin-top: -4rem;
    }

    .a3_right h4 {
        font-size: 100px;
    }
}

@media screen and (max-width: 422px) {
    .a3_right {
        margin-top: -1rem;
    }

    .a3_right h4 {
        font-size: 70px;
    }
}

/*---a4----------------------------------------------------------------------------------------------------------------------------------------*/
.a4 {
    background: url(../../images/a4_deco02.png) bottom center no-repeat, #fff;
    background-size: 100%;
    width: 100%;
    min-height: 440px;
    position: relative;
}

.a4_img01 {
    position: absolute;
    top: -12rem;
    left: 21rem;
}

.a4_deco01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.a4_img02 {
    position: absolute;
    top: -20rem;
    right: 23rem;
}

@media screen and (max-width: 1700px) {
    .a4_img01 {
        top: -7rem;
        left: 3rem;
    }

    .a4_img02 {
        position: absolute;
        top: -17rem;
        right: 20rem;
    }
}

@media screen and (max-width: 1490px) {
    .a4_img02 {
        top: -17rem;
        right: 3rem;
    }
}

@media screen and (max-width: 1280px) {
    .a4_img01 {
        top: 11rem;
        left: 3rem;
        width: 35%;
    }

    .a4_img02 {
        top: -8rem;
        right: 3rem;
        width: 60%;
    }
}

@media screen and (max-width: 1150px) {
    .a4_img01 {
        top: 11rem;
        left: 1rem;
        width: 40%;
    }
}

@media screen and (max-width: 1030px) {
    .a4_img01 {
        top: 7rem;
        left: 1rem;
        width: 50%;
    }

    .a4_img02 {
        width: 75%;
    }
}

@media screen and (max-width: 920px) {
    .a4 {
        min-height: 630px;
    }

    .a4_img01 {
        top: auto;
        bottom: 0;
    }

    .a4_img02 {
        width: 80%;
        top: -15rem;
    }
}

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

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

    .a4_img01 {
        width: 40%;
    }
}

@media screen and (max-width: 490px) {
    .a4 {
        min-height: 230px;
    }
}

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

    .a4_img02 {
        width: 90%;
        right: 2rem;
    }
}

@media screen and (max-width: 320px) {
    .a4 {
        min-height: 136px;
    }
}

/*---loc----------------------------------------------------------------------------------------------------------------------------------------*/
.loc {
    background: #5e3f33;
    padding: 2rem 0;
}

.loc_inner {
    max-width: 1600px;
    margin: 0 auto;
    background: url(../../images/loc_bg.jpg) top left repeat;
    padding: 5.2rem 5rem 6.5rem 5.9rem;
}

.loc_left {
    display: inline-block;
}

.loc_left h3 {
    font-size: 120px;
    color: #5e3f33;
    font-weight: bold;
    margin-bottom: 4rem;
    line-height: 1;
}

.loc_left .map {
    position: relative;
    width: 976px;
    max-width: 100%;
    min-height: 629px;
    vertical-align: top;
}

.loc_left .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loc_right {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: top;
    width: 32%;
}

.loc_right .loc_info h3 {
    padding-top: 1.7rem;
    padding-bottom: 6.5rem;
}

.loc_info .loc_txt {
    vertical-align: top;
    margin-bottom: 2rem;
    padding-left: 1.6rem;
}

.loc_info .loc_txt h2 {
    font-size: 20px;
    color: #362e2b;
    display: inline-block;
    vertical-align: top;
    line-height: 2;
    padding-left: 1rem;
}

.loc_right .loc_info ul {
    padding-left: 1.8rem;
}

.loc_right .loc_info ul li {
    font-size: 18px;
    color: #221a11;
    margin-bottom: 2.3rem;

}

.loc_right .loc_info ul li span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.loc_right .loc_info ul li span:nth-of-type(1) {
    width: 5%;
}

.loc_right .loc_info ul li i {
    color: #87643f;
    opacity: .75;
    padding-right: 1rem;
}

.loc_route {
    color: #221a11;
    margin-top: 5.6rem;
    padding-left: 1.8rem;
}

.loc_route h3 {
    font-size: 20px;
    border: 1px #221a11 solid;
    border-radius: 50px;
    width: 40%;
    padding: 1rem 4rem;
    margin-bottom: 2.8rem;
}

.loc_route ul {}

.loc_route ul li {
    font-size: 18px;
    line-height: 1.9;
}

@media screen and (max-width: 1530px) {
    .loc_inner {
        padding: 5.2rem 5rem 6.5rem 5rem;
    }

    .loc_left {
        width: 60%;
    }

    .loc_right {
        width: 35%;
    }

    .loc_route h3 {
        width: 45%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .loc_inner {
        padding: 5.2rem 2rem 6.5rem 2rem;
    }

    .loc_route h3 {
        width: 60%;
    }

    .loc_right {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .loc_inner {
        margin: 0 1rem;
    }

    .loc_left {
        width: 100%;
    }

    .loc_right {
        width: 70%;
        margin: 0 auto;
        display: block;
        padding-top: 2rem;
    }

    .loc_right .loc_info h3 {
        text-align: center;
        padding-bottom: 3.5rem;
    }

    .loc_route h3 {
        width: 40%;
    }
}

@media screen and (max-width: 670px) {
    .loc_left h3 {
        font-size: 80px;
    }

    .loc_left .map {
        min-height: 400px;
    }

    .loc_route h3 {
        width: 50%;
    }
}

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

@media screen and (max-width: 450px) {
    .loc_left h3 {
        font-size: 60px;
    }

    .loc_left .map {
        min-height: 350px;
    }
}

@media screen and (max-width: 390px) {
    .loc_route h3 {
        width: 80%;
    }
}

@media screen and (max-width: 350px) {
    .loc_left h3 {
        font-size: 50px;
    }
}

/*---a5----------------------------------------------------------------------------------------------------------------------------------------*/
.a5 {
    background: url(../../images/a5_deco01.png) top center no-repeat, url(../../images/a5_deco02.png) bottom center no-repeat, url(../../images/a5_bg.jpg) top center fixed;
    background-size: 100%, 100%, cover;
    width: 100%;
    min-height: 841px;
    position: relative;
}

.a5_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

@media screen and (max-width: 768px) {
    .a5 {
        min-height: 420px;
        background-attachment: inherit;
        background-size: 100%, 145%, cover;
    }

}

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

@media screen and (max-width: 450px) {
    .a5 {
        background-size: 100%, 190%, cover;
    }
}

@media screen and (max-width: 414px) {
    .a5 {
        min-height: 270px;
    }
}

/*---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 #d4d4d4;
    background: none;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 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:400px) {
    .note_icon li {
        width: 31%;
        padding: 6px;
    }
}

/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: url(../../images/ft_bg.png) top left repeat-y;
    position: relative;
}

/*ft_top*/
.ft_top {
    position: absolute;
    top: -8rem;
    left: 46%;
}

/*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: 'Raleway';
    font-weight: 500;
    line-height: 25px;
    padding: 13rem 0 0;
    margin: 0 auto;
}

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

.ft_info .ft_list ul {}

.ft_info .ft_list li {
    color: #ffffff;
    font-size: 16px;
}

.ft_info .ft_list img {}

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

}

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

/*ft_btn*/
.ft_btn {
    display: inline-block;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    padding: 2% 0;
}

.ft_btn .ft_link ul {}

.ft_btn .ft_link li {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6%;
}

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

.ft_btn .ft_link a img:nth-of-type(2) {
    display: none;

}

.ft_btn .ft_link img {
    max-width: 100%;
}

.ft_btn .ft_link li a:hover img:nth-of-type(2) {
    display: block;
}

.ft_btn .ft_link li a:hover img:nth-of-type(1) {
    display: none;
}

/*ft_icon*/
.ft_icon {}

.ft_icon ul {}

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

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

}

.ft_icon p {
    font-size: 14px;
    color: #e5dad4;
    padding: 0 3rem;
    border: 1px #e5dad4 solid;
    border-radius: 50px;
    margin-top: 0.5rem;
}

/*ft_btm*/
.ft_btm {
    position: relative;
    margin-top: 5.6rem;

}
.ft_btm2{
	display:none;
}
.ft_btm ul {}

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

}

.ft_btm li:last-of-type {
    border-right: 1px #e5dad4 solid;
}

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

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

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

.bot_inner {
    max-width: 1330px;
    text-align: left;
    margin: 0 auto;
}

/*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: #d8cabf;
    font-size: 14px;
}

/*copyright*/
.copyright {
    color: #d8cabf;   
    line-height: 20px;
    display: inline-block;
    width: 80%;
}

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

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

@media screen and (max-width:1560px) {
    .ft_top {
        top: -7rem;
        left: 45%;
    }
}

@media screen and (max-width:1240px) {
    .ft_top {
        top: -5rem;
        left: 44%;
    }

    .ft_top img {
        width: 70%;
    }

}

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

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

@media screen and (max-width:1188px) {
    .ft_top img {
        width: 60%;
    }

    .ft_top {
        top: -5rem;
        left: 43%;
    }

    .ft_info {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .ft_btn {
        display: block;
        width: 70%;
    }
	.ft_btm1{
	display:none;
}
.ft_btm2{
	display:block;
	    margin-top: 4rem;
}
}

@media screen and (max-width:991px) {
    .ft_top {
        top: -4rem;
        left: 42%;
    }
}

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

@media screen and (max-width:768px) {
    footer {
        margin-top: -1px;
    }

    .ft_top img {
        width: 70%;
    }

    .ft_top {
        top: -4rem;
        left: 40%;
    }

    .ft_info {
        width: 100%;
    }

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

    .ft_bottom {
        padding: 16px 1rem 21px 1rem;
    }

    .copyright {
        width: 100%;
    }
}

@media screen and (max-width:568px) {
    .ft_top {
        top: -2rem;
        left: 34%;
    }

    .ft_top img {
        width: 60%;
    }

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

    .ft_btn {
        width: 90%;
    }

    .ft_btm li:nth-last-of-type(3) {
        border-right: none;
    }

    .ft_btm li:nth-last-of-type(4) {
        border-right: 1px #e5dad4 solid;
    }

}

@media screen and (max-width: 520px) {
    .ft_btm li:nth-last-of-type(3) {
        border-right: none;
    }
}

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

    .ft_icon li:first-of-type {
        margin-right: 1rem;
    }
}

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

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

@media screen and (max-width:448px) {
    .ft_top {
        top: -2rem;
        left: 32%;
    }

    .ft_btm li:nth-last-of-type(4) {
        border-right: none;
    }

    .ft_btm li:nth-last-of-type(5) {
        border-right: 1px #e5dad4 solid;
    }
}

@media screen and (max-width:414px) {
    .ft_top {
        top: -2rem;
        left: 31%;
    }
	
}
@media screen and (max-width:402px) {
       .ft_icon {
    text-align: center;
}
.ft_icon p {
    padding: 0 1rem;
}
	.ft_icon li:first-of-type {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 390px) {
    .ft_info .ft_list span {
        width: 30%;
    }

    .ft_info .ft_list span:nth-of-type(2) {
        width: 70%;
        word-wrap: break-word;
    }

    .ft_btn .ft_link li {
        width: 30%;
    }

    .ft_icon p {
        padding: 0 1rem;
    }
}

@media screen and (max-width:368px) {
    .ft_btm li:nth-last-of-type(5) {
        border-right: none;
    }

    .ft_btm li:nth-of-type(4),
    .ft_btm li:nth-of-type(8) {
        border-right: 1px #e5dad4 solid;
    }

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

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

@media screen and (max-width:360px) {
    .ft_top {
        top: -2rem;
        left: 28%;
    }

    .ft_top img {
        width: 48%;
    }
}

@media screen and (max-width:340px) {
    .ft_icon li:first-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .ft_top {
        top: -2rem;
        left: 25%;
    }
}

/*rmbot*/
.rmbot {
    position: relative;
    bottom: -1px;
    left: 0;
    background: url(../../images/a5_deco02.png) bottom center no-repeat;
    width: 100%;
    min-height: 273px;
}

@media screen and (max-width: 768px) {
    .rmbot {
        min-height: 158px;
        background-size: 145%;
    }
}

@media screen and (max-width: 450px) {
    .rmbot {
        background-size: 190%;
    }
}

/*---inbot----------------------------------------------------------------------------------------------------------------------------------------*/
.inbot {
    background: url(../../images/inbot_mask.png) top center no-repeat, url(../../images/a5_deco02.png) bottom center no-repeat, url(../../images/a5_bg.jpg) top center fixed;
    background-size: 100%, 100%, cover;
    width: 100%;
    min-height: 841px;
    position: relative;
}

.inbot_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

@media screen and (max-width: 768px) {
    .inbot {
        min-height: 420px;
        background-attachment: inherit;
        background-size: 100%, 145%, cover;
    }

}

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

@media screen and (max-width: 450px) {
    .inbot {
        background-size: 100%, 190%, cover;
    }
}

@media screen and (max-width: 414px) {
    .inbot {
        min-height: 270px;
    }
}

/*---roomguide-------------------------------------------------------------------------------------------------------------------------------*/
#roomguide {
    position: relative;
    background: url(../../images/rmbg_mask.png) top center no-repeat fixed, url(../../images/rmbg.jpg) top center no-repeat fixed;
    text-align: center;
}

/*rg_title*/
.rg_title {
    vertical-align: top;
    text-align: center;
    padding: 13.2rem 2rem 5rem;
}

.rg_title img {
    max-width: 100%;
}

/*rmbt*/
.rmbt {
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    background: url(../../images/rmbt_bg.png) top center repeat;
    max-width: 1500px;
    padding: 6rem 11rem;
}

/*rmbt_bg*/
.rmbt_bg {
    max-width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 2em;
    text-align: left;
}

.rmbt_bg img {
    transition: .3s ease-in-out;
}

/*rm_name*/
.rm_name {
    position: absolute;
    top: 0;
    right: 2rem;
    text-align: left;
    padding: 1% 2%;
    color: #fff;
    transition: .3s ease-in-out;
}

.rm_name span {
    font-size: 28px;
    color: #ffffff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	writing-mode:td-rl;
	text-orientation: upright;
	
}
.rm_name span.ping{
	font-size: 18px;
}

/*hover*/
.rmbt_bg:hover img {
    transform: translateX(10px);
    opacity: .6;
}

.rmbt_bg:hover .rm_name {}

@media screen and (max-width: 1520px) {
    .rmbt {
        margin: 0 1rem;
    }
}

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

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

@media screen and (max-width:991px) {
    .rmbt {
        padding: 6rem 3rem;
    }

}

@media screen and (max-width:850px) {
    .rm_name {
        padding: 1% 0;
    }

    .rm_name span {
        font-size: 21px;
    }
}

@media screen and (max-width: 768px) {
    #roomguide {
        background-size: cover;
        background-attachment: initial;
    }
}

@media screen and (max-width:450px) {
    .rmbt_bg img {
        width: 90%;
    }

    .rm_name {
        padding: 1% 0%;
		right:3rem;	
		height: 120%;	
    }

    .rm_name span {
        font-size: 13px;
		line-height: 1.2;
		vertical-align:bottom;
    }
	.rm_name span.ping {
    font-size: 11px;
}
}

@media screen and (max-width:390px) {
    .rmbt {
        padding: 6rem 2rem;
    }
}

@media screen and (max-width:360px) {
    .rm_name {
        right: 1rem;
    }
}

/*---room-------------------------------------------------------------------------------------------------------------------------------*/
#room {
    position: relative;
    background: url(../../images/rmbg01.jpg) top center no-repeat, url(../../images/rmbg02.jpg) top center repeat;
    text-align: center;
    background-size: contain, auto;
}

/*rm_inner*/
.rm_inner {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
    padding-top: 16rem;
}

/*rm_title*/
.rm_title {
    text-align: center;
    margin-bottom: 12.9rem;

}

.rm_title h2 {
    font-size: 125px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Raleway';
    opacity: .5;

}

.rm_title p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Raleway';
}

.rm_more {
    margin: 10.8rem 1rem 0rem;
}

.rm_more a h4 {
    font-size: 20px;
    color: #362e2b;
    transition: .5s all;
}

.rm_more a:hover h4 {
    color: #b1997f;
}

.rm_title2 {
    margin: 2.8rem 1rem 6rem;
    background: url(../../images/rm_title2.png) center center no-repeat;
    background-size: 100%;
    min-height: 68px;
    overflow-x: hidden;


}

.rm_titlebg {
    content: '';
    background: url(../../images/rm_titlebg.png) center center no-repeat;
    width: 344px;
    min-height: 59px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(5px 5px 8px rgba(16, 5, 10, 0.15));
    filter: drop-shadow(5px 5px 8px rgba(16, 5, 10, 0.15))
}

.rm_titlebg h3 {
    font-size: 28px;
    color: #362e2b;
    text-align: center;
    letter-spacing: 6px;
    line-height: 59px;
}
.rm_titlebg2 h3 {
    line-height: 28px;
}

.rmb_title {
    margin-bottom: 3rem;
}

.roomb {
    z-index: 9;
    position: relative;
    color: #353535;
    margin: 6rem 1rem 0;
    font-size: 16px;
}

.line_botton {
    padding: 5rem 0;
    margin: 0 1rem;
}

/*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: 901px) {
    .rm_title h2 {
        font-size: 105px;
    }

    .rm_inner {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 762px) {
    .rm_title h2 {
        font-size: 85px;
    }

    .rm_title2 {}
}

@media screen and (max-width: 621px) {
    .rm_title h2 {
        font-size: 75px;
    }
}

@media screen and (max-width: 576px) {
    .rm_inner {
        padding-top: 7rem;
    }

    .rm_more {
        margin: 6.8rem 1rem 0rem;
    }

    .rm_title2 {
        margin: 2.8rem 1rem 0;
        min-height: 63px;
    }

}

@media screen and (max-width: 548px) {
    .rm_title h2 {
        font-size: 65px;
    }
}

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

    .rm_title h2 {
        font-size: 50px;
    }

    .rm_titlebg {
        background-size: 95%;
    }
	.rm_titlebg2 h3 {
    line-height: 27px;
}

    .roomb {
        margin: 2rem 1rem 0;
    }
}

@media screen and (max-width: 370px) {
    .rm_title h2 {
        font-size: 40px;
    }

    .rm_title2 {
        margin: 5.8rem 1rem 0rem;
        min-height: 55px;
    }

    .rm_titlebg {
        min-height: 55px;
    }

    .rm_titlebg h3 {
        line-height: 55px;
    }
}

@media screen and (max-width: 350px) {
    .rinfo li span:nth-of-type(2) {
        width: 70%;
    }
}

@media screen and (max-width: 340px) {
    .rm_titlebg {
        left: 49%;
    }
}

/*---inner--------------------------------------------------------------------------------------------------------------------------------*/
#inner {
    background: url(../../images/texture_bg.png) repeat;
    position: relative;
    text-align: center;
    height: 100%;
}

/*inbanner*/
.inbanner {
    min-height: 734px;
    position: relative;
}

.inbanner_note {
    background: url(../../images/inbanner_note.png) top center no-repeat;
    background-size: contain;
}


.inbanner_sce {
    background: url(../../images/inbanner_sce.png) top center no-repeat;
    background-size: contain;
}

.inbanner_news {
    background: url(../../images/inbanner_news.png) top center no-repeat;
    background-size: contain;
}

/*intop*/
.intop {
    position: absolute;
    top: 24rem;
    left: 250px;
    text-align: left;
}


.intop h2 {
    font-size: 100px;
    color: #fff;
    font-family: 'Raleway';
    margin: 0 0 1rem0;
}


@media screen and (max-width: 1560px) {
    .inbanner {
        min-height: 597px;
    }

    .intop h2 {
        font-size: 95px;
        padding-left: 1rem;
    }
}

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

}

@media screen and (max-width: 1300px) {
    .intop {
        top: 10rem;
        left: 130px;
    }

}

@media screen and (max-width:1260px) {
    .inbanner {
        min-height: 470px;
    }
}

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

    .intop {
        top: 12rem;
        left: 20px;
    }

    .intop img {
        width: 60%;
    }


    .intop h2 {
        font-size: 73px;
        padding-left: 1rem;
        margin-top: 0rem;
    }
}

@media screen and (max-width:930px) {
    .inbanner {
        min-height: 370px;
    }

}

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

@media screen and (max-width: 700px) {
    .intop {
        top: 8rem;
    }
}

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

    .intop h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 578px) {
    .inbanner {
        min-height: 220px;
    }

    .intop h2 {
        font-size: 50px;
        padding-left: 1rem;
        margin-top: 0rem;
    }
}

@media screen and (max-width: 520px) {
    .intop {
        top: 6rem;
    }
}

@media screen and (max-width:458px) {
    .inbanner {
        min-height: 175px;
    }

    .intop img {
        width: 40%;
    }

    .intop {
        top: 5rem;
    }

    .intop h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 390px) {
    .intop h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:360px) {
    .inbanner {
        min-height: 135px;
    }

    .intop {
        top: 4rem;
    }

    .intop h2 {
        font-size: 30px;
    }

}


/*---notice----------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    width: 910px;
    margin: 0 auto;
    font-size: 16px;
    padding: 10rem 0;
}

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

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

.s1 img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
}

@media screen and (max-width:970px) {
    .notice {
        width: 95%;
    }
}

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

    .note img {
        width: 37%;
    }

    .note_icon li img {
        width: auto;
    }
}

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

    .note img {
        width: 224px;
    }

    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width:425px) {
    .note img {
        width: 200px;
    }

    .note_icon li img {
        width: auto;
    }
}

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

/*---scenery----------------------------------------------------------------------------------------------------------------------------------*/
.insce {
    padding-bottom: 0;
}

.scenery {
    padding: 10rem 0;
}

/*sce*/
.sce {

    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 7.8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

/*sce_bg*/
.sce_bg {
    width: 60vw;
    min-height: 656px;
    position: relative;
	overflow:hidden;

}

.sce_bg div {
    transition: .6s ease-in;
    position: absolute;
    width: 60vw;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

/*sce_title*/
.sce_title {
    text-align: left;
    color: #fff;
    z-index: 9;
    width: 40vw;
    height: 100%;
    padding: 2% 0 5% 0;
    position: relative;
    transition: .6s ease-in;
}


.number {
    text-align: left;
    padding-left: 8rem;
    vertical-align: top;
    margin-bottom: 3.6rem;
}

.number img {}

.nu_title {
    display: inline-block;
    padding-left: 1.5rem;
    vertical-align: top;
}

.nu_title h5 {
    font-size: 14px;
    color: #6a3906;
    position: relative;
    text-align: left;
    padding-bottom: 1.3rem;
}

.nu_title h5:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 10rem;
    width: 52px;
    height: 1px;
    background: #d1cac3;
}

.nu_title h3 {
    font-size: 30px;
    text-align: left;
    color: #6a3906;
}

.nu_txt {
    background: url(../../images/sce_txtbg.png) top left repeat;
}

.sce_title span {
    font-size: 18px;
    display: block;
    padding: 8% 0 8% 10%;
    text-align: left;
    color: #362e2b;
    max-width: 500px;
}

.sce_deco02 {
    text-align: left;
}

/*hover*/
.sce:hover .sce_bg div {
    opacity: .6;
	transform: scale(1.1);
}

.sce:nth-child(even) .sce_bg {
    order: 1;
}

.sce:nth-child(even) .sce_bg div {
    right: 0;
    left: auto;
}

.sce:nth-child(even) .sce_title {
    order: -1;
    text-align: right;
}

.sce:nth-child(even) .sce_title .number {
    text-align: right;
    padding-right: 8rem;
}

.sce:nth-child(even) .sce_title span {
    padding: 8% 10% 8% 0;
    margin-left: auto;
}

.sce:nth-child(even) .sce_title .nu_title h5:after {
    right: -5rem;
}




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

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

@media screen and (max-width:768px) {
    .sce {
        flex-wrap: wrap;
    }

    .sce:nth-child(even) .sce_bg {
        order: -1;
    }

    .sce:nth-child(even) .sce_title {
        order: 1;
    }

    .sce_bg {
        width: 100%;
    }

    .sce_bg div {
        width: 100%;
    }

    .sce_title {
        width: 100%;
        padding: 8% 0 5% 0;
    }

    .sce:nth-child(even) .sce_title .number {
        text-align: left;
    }

    .sce:nth-child(even) .sce_title span {
        padding: 8% 10%;
        margin: 0;
    }

    .sce_title span {
        padding: 8% 10%;
        max-width: 100%;
    }
}

@media screen and (max-width:600px) {
    .scenery {
        padding: 5rem 0;
    }

    .sce_bg {
        min-height: 400px;
    }

}

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

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

    .number {
        padding-left: 2rem;
    }
}

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



/**order**/
.ordericon {
    position: fixed;
    bottom: 15rem;
    right: 0;
    display: inline-block;
    z-index: 20;
    width: 10%;
    text-align: right;
}
.ordericon a {
	display: block;
	transition: .3s ease-in-out;
}
.ordericon img {
	width: 85%;
}
.ordericon a:hover {
	    transform: translateX(5px);
    opacity: .9;
}

@media screen and (max-width:900px) {
	.ordericon {
	}
}
@media screen and (max-width:768px){
	.ordericon{
		width: 13%;
	}
}
@media screen and (max-width:576px){
	    .ordericon {
        width: 16%;
    }
}

@media screen and (max-width:500px) {
	.ordericon {
    bottom: 20rem;
	}
	.ordericon img {
		width:100%;
	}
}
@media screen and (max-width:450px){
	    .ordericon {
        width: 25%;
    }
}
@media screen and (max-width:414px) {
	.ordericon {
        bottom: 11rem;
    }
}
@media screen and (max-width:360px){
	    .ordericon {
        width: 25%;
    }
}	