/*--------------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;
    border: 0;
    font-size: 100%;
    font: inherit;
}

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

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 1.6rem;
    color: #464646;
    font-weight: 500;
    font-family: 'Noto Serif TC', 'EB Garamond', serif;
    background: url(../../images/abt1_bg.jpg);
}

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 {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

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

.clear {
    clear: both;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgb(101, 114, 121, .5);
    color: #fff;
}

/*--捲軸效果--*/
::-webkit-scrollbar {
    width: 10px;
}

::-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(101, 114, 121, 1);
    /*捲軸顏色*/
}


/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
.carousel {
    position: relative;
}

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

.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    padding: 0.5rem 0 0.7rem;
    justify-content: center;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
    background-color: transparent !important;
    opacity: 1 !important;
    margin: 0 2px !important;
    transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
    flex-shrink: 0;
    cursor: pointer;
}

.carousel-indicators li.active {
    background-color: #fff !important;
    border-color: #fff !important;
    transform: scale(1.35);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev,
.carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
    transition: background 0.2s;
    margin: 0 0.8rem;
    position: absolute;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/*--------------------------------------------------------------------*/



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

/***dex***/
.dex {
    position: relative;
    width: 100%;
    height: 100vh;
}



/*.dex:before {
    content: '';
    background: url(../../flash/dex_mask1.png) top left no-repeat;
    background-size: contain;
    width: 1005px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/


/*.dex .dex_logo {
    position: absolute;
    top: 8.4rem;
    left: 25rem;
    z-index: 3;
    width: 6.3%;
}*/

/*.dex .dex_logo img {}*/

.dex .dex_txt {
    position: absolute;
    top: 18rem;
    right: 6.5rem;
    z-index: 3;
}

.dex .dex_txt p {
    color: #464646;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    padding-left: 2.5rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.carousel2 {
    position: fixed;
    width: 100%;
}

.carousel2 .item {}

.carousel2 .item img:nth-child(2) {
    display: none;
}

.dex a {
    position: absolute;
    min-height: 150px;
    display: flex;
    flex-direction: row-reverse;
    bottom: 16.3rem;
    right: 6.5rem;
    z-index: 3;
}

.scroll {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: row-reverse;
}

.scroll label {
    position: relative;
    margin: auto 0 0 0;
    line-height: 1;
    font-size: 16px;
    font-family: 'EB Garamond';
    color: #fff;
}

.scroll p {
    width: 11px;
    overflow: hidden;
    position: relative;
}

.scroll p i {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    margin: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visibility: hidden;
    -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    backface-visibility: hidden;
    z-index: 3;
}

.scroll p i:before {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
}

.scroll p i:before {
    height: 100%;
    top: 0;
    left: 0;
}

.scroll p i {
    -webkit-animation-name: scroll_down_arrow;
    animation-name: scroll_down_arrow;
}

@-webkit-keyframes scroll_down_arrow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}

@keyframes scroll_down_arrow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}
@media screen and (max-width:1800px){
    .dex {
    height: 70vh;
}
}
@media screen and (max-width:px){}

@media screen and (max-width:1536px) {
        .dex {
        height: 60vh;
    }
    .dex a {
    bottom: 6rem;
}
}

@media screen and (max-width:1366px) {
    .dex .dex_txt {
        top: 24rem;
    }
}

@media screen and (max-width:1280px) {
    /* .dex .dex_logo {
        width: 9%;
    }*/

    .dex .dex_txt {
        top: 18rem;
    }
}

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

    .dex {
        height: 50vh;
    }
    .
    /*dex .dex_logo {
        top: 5.4rem;
        left: 20rem;
        width: 11%;
    }*/
}

@media screen and (max-width:834px) {
        .dex {
        height: 45vh;
    }
    /*.dex .dex_logo {
        left: 16rem;
    }*/
}

@media screen and (max-width:768px) {
    .dex{
        height: auto;
    }
    .carousel2 {
        position: initial;
    }

    .carousel2 .item img:nth-child(1) {
        display: none;
    }

    .carousel2 .item img:nth-child(2) {
        display: block;
    }

    /*.dex .dex_logo {
        left: 3rem;
        top: 2.4rem;
    }*/

    .dex .dex_txt {
        top: 11rem;
        right: 5rem;
        text-align: right;
    }

    .dex .dex_txt p {
        color: #fff;
        padding-left: 0;
    }

    .dex .dex_txt p br {
        display: none;
    }

    .dex a {
        bottom: 3rem;
        min-height: 100px;
    }

    .scroll {
        min-height: 100px;
    }
}

@media screen and (max-width:576px) {
    .dex a {
        right: 3.5rem;
    }

    /*.dex .dex_logo {
        left: 2rem;
        top: 2rem;
        width: 21%;
    }*/
}

@media screen and (max-width:450px) {
    .dex:before {
        left: -5rem;
        max-width: 100%;
    }

    .dex .dex_logo {
        width: 23%;
    }
}

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

    /*.dex .dex_logo {
        width: 24%;
    }*/

    .dex a {
        right: 2rem;
        bottom: 3rem;
    }


}

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

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

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

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

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

/*---menu---------------------------------------------------------------------------------------------------------------------------*/

nav {
    position: fixed;
    z-index: 10;
    opacity: 0;
}

nav .ilogo {
    position: fixed;
    top: 2rem;
    left: 2rem;
    /*background: url(../../images/ilogobg.png) top left no-repeat;*/
    background-size: contain;
    padding: .5rem 0 0;
    text-align: center;
    width: 6%;
}
nav .ilogo a{
    display: block;
}

nav .ilogo img {}

nav .btn {
    position: fixed;
    top: 4rem;
    right: 14.5rem;
    padding: 1rem 2.7rem;
}

nav .btn:before {
    content: '';
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
}

nav .btn ul {}

nav .btn ul li {
    display: inline-block;
}

nav .btn ul li a {
    display: block;
    transition: .5s all;
}

nav .btn ul li a img {
    width: 50%;
}

nav .btn ul li a:hover {
    transform: scale(.8);
}

.navtop,
.intop {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 99;
}

/***mobile ibutton***/
.mibutton {
    z-index: 65;
    cursor: pointer;
    width: 81px;
    height: 81px;
    color: #464646;
    position: fixed;
    top: 2.3rem;
    right: 4.5rem;
    text-align: center;
    transition: .3s ease-in-out;
}

.mibutton:before {
    content: '';
    background: url(../../images/mib_bg01.png) top left no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

.mibutton span {
    display: inline-block;
    width: 43px;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 3em;
    right: 1em;
    background: #657279;
}

.mibutton b {
    font-size: 20px;
    font-family: 'EB Garamond';
    color: #464646;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
}

.mibutton span:nth-child(2) {
    top: 5.5rem;
    width: 27px;
    right: 3rem;
}



.mibutton_ani {
    background: none;
    opacity: 1;
}

.mibutton_ani:after {
    opacity: 0;
}

.mibutton_ani b {
    display: none;
}

.mibutton_ani:before {
    background: url(../../images/mib_bg02.png) top left no-repeat;
    background-size: contain;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 2.8rem;
    right: 3rem;
    background: #f8f6f1;
    width: 30px;

}


.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 30px;
    top: 5rem;
    right: 3rem;
    background: #f8f6f1;

}

/*navbar*/
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    background: url(../../images/menu_bg01.png) top left;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    transition: .6s linear;
    display: none;
    opacity: 0;
}

.navbar .nav_img {
    width: 67.7%;
    background: url(../../images/menu_bg02.jpg) top left no-repeat;
    background-size: cover;
    min-height: 100%;
    position: relative;
}

.navbar .nav_img img {
    position: absolute;
    top: 31.5rem;
    right: 21.6rem;
    width: 33.6%;
}

.navbar .nav_inner {
    width: 32%;
    padding: 16.8rem 15rem 0;
}

.show {
    opacity: 1;
    display: flex !important;
    z-index: 60;
}

/*ibutton*/
.ibutton {
    padding: 0 0 0 1.6rem;
    height: 600px;
    overflow-y: scroll;
}

.ibutton ul {}

.ibutton li {}

.ibutton a {
    padding: 0 0 4rem 0;
    text-align: left;
    position: relative;
    display: block;
}


.menu_img {
    display: inline-block;
    padding-right: 1.2rem;
}

.menu_img img {
    vertical-align: sub;
}

.menu_txt {
    display: inline-block;
}

.ibutton a p.ch {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    color: #464646;
    display: inline-block;
    transition: .5s all;
}

.ibutton a p.en {
    font-size: 20px;
    font-family: 'EB Garamond';
    line-height: 1.8;
    font-weight: 600;
    color: #657279;
    display: inline-block;
    transition: .5s all;

}

/*hover*/
.ibutton a:hover p.ch {
    color: #657279;
    opacity: .5;
}

.ibutton a:hover p.en {
    color: #464646;
    opacity: .5;
}


ul.dropmenu {
    display: none;
    border-top: 1px #657279 solid;
    padding: 2.8rem 0 0 0;
}

ul.dropmenu a {
    padding: 0 0 3rem 3rem;
}

.dropmenu a:before {
    background: none;
}

@media screen and (max-width:1536px) {
    nav .ilogo {
        left: 2rem;
    }

    .navbar .nav_inner {
        padding: 16.8rem 13rem 0;
    }

    .navbar .nav_img img {
        right: 9rem;
    }
}

@media screen and (max-width:1366px) {
    .navbar .nav_inner {
        padding: 16.8rem 7rem 0;
    }
}

@media screen and (max-width:1280px) {
    .navbar .nav_inner {
        padding: 16.8rem 6rem 0;
    }
}

@media screen and (max-width:1100px) {
    nav .ilogo {
    width: 8%;
}
    .navbar .nav_inner {
        padding: 16.8rem 4rem 0;
    }
}

@media screen and (max-width:1000px) {
    .navbar .nav_img {
        background-position-x: -39rem;
    }

    .navbar .nav_img img {
        width: 50%;
    }

    .navbar .nav_inner {
        width: 40%;
    }
}

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

    .navbar .nav_img {
        background-position-x: 0;
        width: 100%;
        background-size: contain;
    }

    .navbar .nav_img img {
        width: 39%;
        top: 25rem;
        right: 7rem;
    }

    .navbar .nav_inner {
        width: 100%;
        order: -1;
        padding: 11rem 35rem 0;
    }

    .ibutton {
        height: 450px;
    }
}

@media screen and (max-width:834px) {
       nav .ilogo {
        left: 1rem;
        width: 9%;
        top: 1rem;
    }
    .navbar .nav_inner {
        padding: 11rem 25rem 0;
    }
}

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

    nav .btn {
        top: 3rem;
        right: 11rem;
    }

    .mibutton {
        top: 1.3rem;
        right: 1.5rem;
    }

    .navbar .nav_img img {
        top: 21rem;
    }

    .navbar .nav_inner {
        padding: 11rem 22rem 0;
    }
}

@media screen and (max-width:650px) {
    .navbar .nav_img img {
        top: 18rem;
    }

    .navbar .nav_inner {
        padding: 11rem 12rem 0;
    }
}

@media screen and (max-width:576px) {
    nav .btn {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: .5rem 2.7rem;
    }

    nav .btn:before {
        border-radius: 0;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    nav .btn ul li a img {
        width: 70%;
    }

    .navbar .nav_img {
        background-position: bottom left;
        background-size: cover;
        min-height: 50%;
    }

    .navbar .nav_img img {
        top: 15rem;
        right: 4rem;
    }
}

@media screen and (max-width:450px) {   
    nav .ilogo {
        width: 10%;
    }
    .mibutton {
        top: 1rem;
        right: 1rem;
    }

    .mibutton b {
        top: 1.5rem;
    }

    .navbar .nav_img {
        background-position: bottom left -19rem;
    }

    .navbar .nav_img img {
        top: 16rem;
        width: 55%;
    }

    .navbar .nav_inner {
        padding: 11rem 8rem 0;
    }

    .ibutton {
        height: 530px;
    }
}

@media screen and (max-width:414px) {
    .mibutton {
        top: 1rem;
        right: 1rem;
        width: 65px;
        height: 65px;
    }

    .mibutton b {
        font-size: 18px;
        top: 1.5rem;
        right: 1rem;
    }

    .mibutton span {
        width: 35px;
        top: 4rem;
        right: 1.5rem;
    }

    .mibutton span:nth-child(2) {
        right: 2.3rem;
        top: 4.5rem;
        width: 25px;
    }

    .mibutton span:nth-child(2) {
        right: 2.3rem;
        top: 4.5rem;
        width: 25px;
    }

    .mibutton_ani span:nth-child(1) {
        top: 2.2rem;
        right: 2.2rem;
        width: 30px;
    }

    .mibutton_ani span:nth-child(2) {
        width: 30px;
    }

    .navbar .nav_img img {
        top: 16rem;
    }

    .navbar .nav_inner {
        padding: 11rem 5rem 0;
    }

}

@media screen and (max-width: 402px) {
    .ibutton {
        height: 400px;
    }

    .navbar .nav_img {
        background-position: bottom left -8rem;
    }
}

@media screen and (max-width:393px) {
    .navbar .nav_inner {
        padding: 11rem 3rem 0;
    }

    ul.dropmenu a {
        padding: 0 0 2rem 2rem;
    }
}

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

@media screen and (max-width:360px) {
    nav .btn:before {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .navbar .nav_img {
        background-position: bottom left -2rem;
        min-height: 40%;
    }

    .navbar .nav_img img {
        top: 13rem;
        width: 43%;
        right: 2rem;
    }
}

@media screen and (max-width:310px) {
    .navbar .nav_img {
        background-position: bottom left -17rem;
    }

    .navbar .nav_img img {
        width: 60%;
    }

    .navbar .nav_inner {
        padding: 11rem 1rem 0;
    }

}

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

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


/*---main----------------------------------------------------------------------------------------------------------------------------*/

.main {
    background: url(../../images/inbg.jpg) top left;
}















/***********************/
/***about start***/

.about1 {
    width: 100%;
    position: relative;
    z-index: 5;
}

.about1:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../../images/abt1_bg.jpg);
    mask-image: url(../../images/abt1_mask.png), linear-gradient(black, black);
    mask-size: 220px auto, 100% 100%;
    mask-position: right 27.6rem top 6rem, 0 0;
    mask-repeat: no-repeat, no-repeat;
    mask-composite: exclude;
    /* ★ 星星區域挖空 */

    /* Webkit 前綴（Safari） */
    -webkit-mask-image: url(../../images/abt1_mask.png), linear-gradient(black, black);
    -webkit-mask-size: 220px auto, 100% 100%;
    -webkit-mask-position: right 27.6rem top 6rem, 0 0;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-composite: destination-out;
    /* ★ Safari 用這個 */

}

.about1 .abt1 {
    position: relative;
    z-index: 0;
}

.about1 .abt1:before {
    content: '';
    background: url(../../images/abt1_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 778px;
    max-width: 100%;
    min-height: 987px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about1 .abt1:after {
    content: '';
    background: url(../../images/abt1_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 1196px;
    max-width: 100%;
    min-height: 757px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


/*abt11*/
.abt1 .abt11 {
    width: 909px;
    max-width: 100%;
    margin: 0 auto 7rem;
    padding: 15.5rem 11.7rem 0 0;
    display: flex;
    justify-content: space-between;
}

.abt11 .abt11_title {
    width: 27.5%;
    padding: 0 1.3rem 0 0;
}

.abt11 .abt11_title img {}

.abt11 .abt11_txt {
    width: 70.7%;
    padding: 3.5rem 0 0 0;
}

.abt11 .abt11_txt p {
    text-align: justify;
}


/*abt12*/
.abt1 .abt12 {
    width: 909px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1536px) {
    .about1:before {
        mask-position: right 4rem top 2rem, 0 0;
        -webkit-mask-position: right 4rem top 2rem, 0 0;
    }

    .abt1 .abt11 {
        padding: 7rem 11.7rem 0 0;
    }

    .about1 .abt1:before {
        min-height: 600px;
    }

    .about1 .abt1:after {
        min-height: 510px
    }
}

@media screen and (max-width:1366px) {
    .about1 .abt1:before {
        min-height: 460px;
        max-width: 30%;
    }

    .about1 .abt1:after {
        min-height: 420px;
        max-width: 50%;
    }

    .abt1 .abt11 {
        padding: 7rem 2rem 0 0;
    }

}

@media screen and (max-width:1280px) {
    .about1:before {
        mask-size: 140px auto, 100% 100%;
        -webkit-mask-size: 140px auto, 100% 100%;
    }

    .about1 .abt1:before {
        min-height: 420px;
    }

    .about1 .abt1:after {
        min-height: 370px;
    }

    .abt1 .abt11 {
        padding: 11rem 0 0 0;
        margin: 0 auto 5rem;
    }

}

@media screen and (max-width:834px) {
    .about1:before {
        mask-size: 100px auto, 100% 100%;
        -webkit-mask-size: 100px auto, 100% 100%;
    }

    .about1 .abt1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:768px) {
    .about1:before {
        mask-image: none;
    }

    .abt1 .abt11 {
        padding: 2rem 0 0 0;
    }

    .abt11 .abt11_txt {
        padding: 2rem 0 0 0;
    }
}

@media screen and (max-width:576px) {
    .about1 .abt1:before {
        min-height: 200px;
    }

    .about1 .abt1:after {
        min-height: 130px;
    }

    .abt11 .abt11_title {
        width: 24%;
    }

    .abt11 .abt11_txt {
        padding: 0;
        width: 77%;
    }
}

@media screen and (max-width:414px) {
    .abt1 .abt11 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt11 .abt11_title {
        width: 50%;
        padding: 0 0 1rem 0;
    }

    .abt11 .abt11_txt {
        width: 100%;
    }

}

@media screen and (max-width:360px) {
    .about1 .abt1:before {
        min-height: 140px;
    }

    .about1 .abt1:after {
        min-height: 100px;
    }
}

@media screen and (max-width:350px) {
    .about1 .abt1 {
        padding: 0 1rem;
    }
}

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

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




/*about2*/
.about2 {}

.about2 .abt2 {
    position: relative;
    z-index: 1;
}

.abt2 .abt2_deco {
    pointer-events: none;
}

.abt2 .abt2_deco img {
    width: 10%;
}

.abt2 .abt2_deco img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.abt2 .abt2_deco img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: rotate(90deg);
}

.abt2 .abt2_deco img:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: rotate(-90deg);
}

.abt2 .abt2_deco img:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: scale(-1);
}

.abt2 .abt2_deco img:nth-child(5) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 11.2%;
}

.abt2 .abt2_vido {
    width: 100%;
    min-height: 1070px;
    position: relative;
}

.abt2 .abt2_vido iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

@media screen and (max-width:1536px) {
    .abt2 .abt2_deco img {
        width: 15%;
    }

    .abt2 .abt2_vido {
        min-height: 1024px;
    }
}

@media screen and (max-width:1366px) {
    .abt2 .abt2_vido {
        min-height: 768px;
    }
}

@media screen and (max-width:720px) {
    .abt2 .abt2_vido {
        min-height: 768px;
    }
}

@media screen and (max-width:1000px) {
    .abt2 .abt2_deco img:nth-child(5) {
        width: 20%;
    }

    .abt2 .abt2_vido {
        min-height: 750px;
    }
}

@media screen and (max-width:768px) {
    .abt2 .abt2_deco img {
        width: 10%;
    }

        .abt2 .abt2_vido {
        min-height: 432px;
    }
}

@media screen and (max-width:576px) {
    .abt2 .abt2_vido {
        min-height: 500px;
    }
}

@media screen and (max-width:430px) {
    .abt2 .abt2_vido {
        min-height: 242px;
    }
}

@media screen and (max-width:402px) {
    .abt2 .abt2_vido {
        min-height: 227px;
    }
}

@media screen and (max-width:393px) {
    .abt2 .abt2_vido {
        min-height: 220px;
    }
}

@media screen and (max-width:360px) {
    .abt2 .abt2_vido {
        min-height: 200px;
    }
}

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

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





/*about3*/

.abt3_bg {
    position: relative;
}

.fakehei {
    transform: translateY(-1000px);
}


.about3 {
    position: relative;
}


.about3.abt3show:before {
    background: url(../../images/abt3_bg.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
}


.about3 .abt3 {
    position: relative;
    z-index: 1;
}

.abt3 .abt31 {
    position: relative;
}

.abt3 .abt31:before {
    content: '';
    background: rgba(248, 246, 241, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 270px;
    border-bottom-right-radius: 270px;
}




/*abt32*/
.abt3 .abt32 {
    position: relative;
    padding: 8.9rem 0 3.3rem 0;
    z-index: 0;
}

.abt3 .abt32:before {
    content: '';
    background: rgba(248, 246, 241, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 270px;
    border-top-right-radius: 270px;
}

.abt3 .abt32:after {
    content: '';
    background: url(../../images/abt32_deco02.png) bottom left no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 229px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.abt32 .abt32_inner {
    width: 1644px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 0 27.6rem 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.abt32 .abt32_inner:before {
    content: '';
    background: url(../../images/abt32_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 503px;
    max-width: 100%;
    min-height: 660px;
    position: absolute;
    bottom: 0;
    right: 0;

}

.abt32_inner .abt32_lt {
    width: 75%;
    padding-bottom: 6.6rem;
    display: flex;
    justify-content: space-between;
}

.abt32_lt .abt32_imenu1 {
    position: relative;
}

.abt32_lt .abt32_imenu1 a {
    display: block;
}

.abt32_lt .abt32_imenu1 a img {
    transition: .5s all;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
}

.abt32_lt .abt32_imenu1 a .imbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

.abt32_lt .abt32_imenu2 {
    position: relative;
}

.abt32_lt .abt32_imenu2 ul {}

.abt32_lt .abt32_imenu2 ul li {
    position: relative;
}

.abt32_lt .abt32_imenu2 ul li:first-child {
    margin-bottom: 1.8rem;
}

.abt32_lt .abt32_imenu2 ul li a {
    display: block;
}

.abt32_lt .abt32_imenu2 ul li a img {
    transition: .5s all;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
}

.abt32_lt .abt32_imenu2 ul li a .imbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

@media (any-hover: hover) {
    .abt32_lt .abt32_imenu1 a:hover img {
        opacity: 0;
    }

    .abt32_lt .abt32_imenu1 a:hover .imbt1 {
        opacity: 1;
    }

    .abt32_lt .abt32_imenu2 ul li a:hover img {
        opacity: 0;
    }

    .abt32_lt .abt32_imenu2 ul li a:hover .imbt1 {
        opacity: 1;
    }
}





.abt32_inner .abt32_rt {
    width: 24.3%;
    text-align: center;
}

.abt32_rt .abt32_title {
    margin-bottom: 1.6rem;
}

.abt32_rt .abt32_title img {
    width: 78.6%;
}


.abt32_rt .abt32_txt {
    padding: 0 6rem 0 0;
}

.abt32_rt .abt32_txt ul {
    display: flex;
    justify-content: flex-end;
}

.abt32_rt .abt32_txt ul li {
    margin: 0 0 0 1rem;
}

.abt32_rt .abt32_txt ul li img {}

.abt32_rt .abt32_txt ul li p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: auto;
}






@media screen and (max-width:1600px) {
    .abt3 .abt32 {
        padding: 8.9rem 0 3.3rem 2rem;
    }

    .abt32_lt .abt32_imenu1 {
        padding: 0 1rem 0 0;
    }

    .abt32_lt .abt32_imenu2 ul li a img {
        vertical-align: super;
    }
}


@media screen and (max-width:1536px) {
    .abt3 .abt31:before {
        border-bottom-left-radius: 130px;
        border-bottom-right-radius: 130px;
    }

    .abt3 .abt32:before {
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
    }

    .abt32_inner .abt32_lt {
        padding-bottom: 3rem;
    }

    .abt32_lt .abt32_imenu2 ul li:first-child {
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width:1366px) {
    .abt32 .abt32_inner {
        padding: 0 20rem 0 0;
    }

    .abt32 .abt32_inner:before {
        max-width: 25%;
        min-height: 430px;
    }

    .abt32_rt .abt32_txt {
        padding: 0 2rem 0 0;
    }
}

@media screen and (max-width: 834px) {
    .abt3 .abt32 {
        padding: 6rem 0 0 2rem;
    }

    .abt32 .abt32_inner {
        padding: 0 2rem 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt32 .abt32_inner:before {
        max-width: 16%;
        min-height: 160px;
    }

    .abt32_inner .abt32_lt {
        padding-bottom: 6rem;
    }

    .abt32_inner .abt32_rt {
        width: 37%;
        order: -1;
        margin-bottom: 3rem;
    }

    .abt32_rt .abt32_txt {
        padding: 0;
    }

    .abt32_rt .abt32_txt ul {
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .abt3_bg {
        transform: translateY(-600px);
    }

    .abt32_lt .abt32_imenu2 ul li:first-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:650px) {
    .abt32_inner .abt32_lt {
        width: 100%;
    }

    .abt32_inner .abt32_rt {
        width: 50%;
    }
}

@media screen and (max-width:576px) {
    .abt3 .abt31:before {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .abt3 .abt32:before {
        left: 0;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
}

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

    .fakehei {
        transform: translateY(-700px);
    }

    .abt32_inner .abt32_lt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt32_lt .abt32_imenu1 {
        padding: 0;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:430px) {
    .abt32_inner .abt32_rt {
        width: 100%;
    }

    .abt32_rt .abt32_title {
        width: 50%;
        margin: 0 auto 1.6rem;
    }

    .abt32_rt .abt32_title img {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .abt32_inner .abt32_lt {
        padding-bottom: 4rem;
    }
}

@media screen and (max-width:350px) {
    .abt3 .abt32 {
        padding: 6rem 0 0 1rem;
    }

    .abt32 .abt32_inner {
        padding: 0 1rem 0 0;
    }
}

@media screen and (max-width:300px) {
    .abt32_inner .abt32_lt {
        padding-bottom: 2rem;
    }
}

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

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



/*about4*/

.abt4_bg {
    position: relative;
}

.fakehei2 {
    transform: translateY(-1000px);
}

.about4 {
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.about4.abt4show {
    position: relative;
    opacity: 1;
}

.abt4show:before {
    background: url(../../images/abt4_bg.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;

}

.about4:after {
    content: '';
    background: url(../../images/abt4_mask.png) top right no-repeat;
    background-size: contain;
    width: 831px;
    max-width: 100%;
    min-height: 444px;
    position: absolute;
    top: 0;
    right: 0;
}


.about4 .abt4 {
    width: 1369px;
    max-width: 100%;
    margin: 0 auto;
    padding: 18.8rem 0 10rem;
    position: relative;
    z-index: 1;
}

.abt4 .abt4_top {
    padding: 0 3.7rem 0 9rem;
    margin-bottom: 14.5rem;
    display: flex;
    justify-content: space-between;
}

.abt4_top .abt4_title {
    width: 24.2%;
}

.abt4_top .abt4_title img {
    width: 96%;
}

.abt4_top .abt4_txt {
    width: 23.7%;
}

.abt4_top .abt4_txt p {
    color: #f8f6f1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline;
    letter-spacing: 3px;

}


.abt4 .irmbt {}

.abt4 .irmbt ul {
    display: flex;
    justify-content: space-between;
}

.abt4 .irmbt ul li {}

.abt4 .irmbt ul li a {
    display: block;
    position: relative;
}

.abt4 .irmbt ul li a img {
    transition: .5s all;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(70, 70, 70, 0.35));
}

.abt4 .irmbt ul li a .irmbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

@media (any-hover: hover) {
    .abt4 .irmbt a:hover img {
        opacity: 0;
    }

    .abt4 .irmbt a:hover .irmbt1 {
        opacity: 1;
    }
}

@media screen and (max-width:1600px) {
    .about4:after {
        max-width: 30%;
        min-height: 344px;
    }
}

@media screen and (max-width:1366px) {
    .abt4 .irmbt {
        padding: 0 2rem;
    }

    .abt4 .irmbt ul li {
        width: 24%;
    }
}

@media screen and (max-width:1100px) {
    .abt4_top .abt4_title {
        width: 30%;
    }

    .abt4_top .abt4_txt {
        width: 30%;
    }
}

@media screen and (max-width:834px) {
    .about4 .abt4 {
        padding: 12rem 0 5rem;
    }

    .abt4_top .abt4_title {
        width: 35%;
    }

    .abt4_top .abt4_txt {
        width: 41%;
    }

    .abt4 .irmbt ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .abt4 .irmbt ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:768px) {
    .abt4 .abt4_top {
        margin-bottom: 6rem;
    }

    .abt4 .irmbt ul li {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:650px) {
    .abt4 .abt4_top {
        padding: 0 3.7rem 0 2rem;
    }

    .abt4_top .abt4_title {
        width: 40%;
    }

    .abt4_top .abt4_title img {
        width: 100%;
    }

    .abt4_top .abt4_txt {
        width: 50%;
    }

    .abt4 .irmbt ul li {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .about4 .abt4 {
        padding: 5rem 0 3rem;
    }

    .abt4 .abt4_top {
        padding: 0 2rem;
        margin-bottom: 4rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt4_top .abt4_title {
        width: 50%;
        margin-bottom: 3rem;
    }

    .abt4_top .abt4_txt {
        width: 100%;
        text-align: center;
    }

    .abt4_top .abt4_txt p {
        text-align: left;
    }

    .abt4 .irmbt ul {
        justify-content: space-between;
    }

    .abt4 .irmbt ul li {
        width: 48%;
        margin-bottom: 1rem;
    }
}

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

@media screen and (max-width:350px) {
    .abt4 .abt4_top {
        padding: 0 1rem;
    }

    .abt4 .irmbt {
        padding: 0 1rem;
    }
}

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

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

/***about end****/
/***********************/
/***********************/
/***inews start***/

.inews {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10.3rem 0 9.4rem 0;
    display: flex;
    justify-content: space-between;
}

.inews .inews_title {
    width: 16.9%;
    position: relative;
    z-index: 1;
}

.inews .inews_title img {}

.inews .inews_inner {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inews_inner .inewslist {
    width: 49%;
    text-align: right;
}

.inewslist .ntitle {
    width: 50%;
}

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

@media screen and (max-width:1366px) {
    .inews {
        padding: 5rem 4rem;
    }
}

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

    .inews_inner .inewslist {
        text-align: center;
    }

    .inewslist .ntitle {
        width: 80%;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .inews {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inews .inews_title {
        width: 30%;
        padding-bottom: 3rem;
    }

    .inews .inews_inner {
        width: 100%;
    }
}

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

    .inews .inews_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inews_inner .inewslist {
        width: 100%;
        padding: 0 0 2rem 0;
    }

    .inewslist .ntitle {
        width: 58%;
        padding: 0 0 0 1rem;
    }
}

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

    .inewslist .ntitle {
        width: 100%;
        padding: 0;
    }
}

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

@media screen and (max-width:350px) {
    .inews {
        padding: 5rem 1rem 2rem;
    }
}

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

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

/***news*************************************************************************************************/
.news {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 6rem 0 10rem;
    position: relative;
}

.newslist {}

.newslist table {
    color: #464646;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    padding: 2em 0;
    position: relative;
}

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

/*npic*/
.inewslist .npic {
    position: relative;
    width: 208px;
    height: 208px;
    display: inline-block;
    -webkit-mask-image: url(../../images/inews_mask.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../../images/inews_mask.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.npic {
    position: relative;
    width: 390px;
    height: 391px;
    display: inline-block;
    -webkit-mask-image: url(../../images/news_mask.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../../images/news_mask.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.newslist .npic {
    margin-right: 7rem;
    vertical-align: middle;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: .5em 0;
    width: 45%;
    padding: 0 0 0 1em;
    display: inline-block;
    vertical-align: top;
}

.newslist .ntitle {
    width: 50%;
    padding: 0;
    vertical-align: middle;
}

.ntitle h3 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 2rem;
    font-weight: 600;
}

.ntitle h3 a {
    display: inline-block;
    font-size: 16px;
}

.ntitle h3 a:nth-of-type(1) {
    font-size: 24px;
}

.ntitle h3 a:not(:nth-of-type(1)) {
    display: inline-block;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 2.5rem 0 0 0;
    line-height: 1.8;
}

.ntitle p a {
    display: inline-block;
}

.ntitle p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
}

.ntitle hr {
    margin-top: 2rem;
    margin-bottom: 1.4rem;
    border: 0;
    border-top: 1px solid rgba(106, 116, 101, .5);
}

.ntitle span {
    font-family: 'EB Garamond';
    color: #6a7465;
    padding: 0 0 1.4em 0;
    position: relative;
    display: block;
    text-align: right;
}

.newslist_rwd a:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

/*page_num*/
.page_num {
    display: none;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

/***hotcase***/
.hotcase {
    width: 1300px;
}

@media screen and (max-width:1100px) {
    .news {
        padding: 6rem 2rem 10rem;
    }
}

@media screen and (max-width:1000px) {
    .newslist .ntitle {
        width: 45%;
    }
}

@media screen and (max-width:834px) {
    .newslist .npic {
        margin-right: 2rem;
        width: 40%;
        height: 320px;
    }
}

@media screen and (max-width:576px) {
    .newslist_rwd {
        text-align: center;
    }

    .newslist .npic {
        margin-right: 0;
        width: 60%;
    }

    .newslist .ntitle {
        width: 95%;
    }
}

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

@media screen and (max-width:430px) {
    .newslist .npic {
        height: 300px;
    }
}

@media screen and (max-width:414px) {
    .news {
        padding: 6rem 2rem 5rem;
    }
}

@media screen and (max-width:393px) {
    .newslist .npic {
        height: 280px;
    }
}

@media screen and (max-width:360px) {
    .newslist .npic {
        height: 260px;
    }
}

@media screen and (max-width:350px) {
    .news {
        padding: 6rem 1rem 5rem;
    }
}

@media screen and (max-width:330px) {
    .newslist .npic {
        height: 240px;
    }
}

@media screen and (max-width:300px) {
    .newslist .npic {
        height: 220px;
    }
}

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

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


/***inews end****/
/***********************/
/***footer***/
footer {
    background: url(../../images/ftbg02.jpg) top left;
    text-align: center;
    padding: 10rem 0 0 0;
    position: relative;
    z-index: 1;
}

footer:before {
    content: '';
    background: url(../../images/ftbg01.jpg) top left;
    width: 100%;
    min-height: 468px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

footer:after {
    content: '';
    background: url(../../images/ft_icon01.png) top left no-repeat;
    background-size: contain;
    width: 91px;
    max-width: 100%;
    min-height: 91px;
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.ft_img {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5.5rem;
}

.scale_img {
    overflow: hidden;
}

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





.footer_wrap {
    width: 1369px;
    max-width: 100%;
    margin: 0 auto;
}


.footer_wrap .ft_top {
    display: flex;
    align-items: center;
}

/*ft_logo*/
.ft_top .ft_logo {
    width: 15.8%;
    padding-right: 1.6rem;
}

.ft_top .ft_logo img {
    width: 72%;
}



.ft_top .ft_call {
    width: 24.3%;
    display: flex;
    align-items: center;
}

.ft_top .ft_call img {
    margin-right: 1.2rem;
}

.ft_call .ft_tel {
    text-align: left;
}

.ft_call .ft_tel h6 {
    font-size: 18px;
    color: #657279;
    line-height: 1.2;
}

.ft_call .ft_tel p {
    font-size: 36px;
    color: #464646;
    font-family: 'EB Garamond';
    line-height: 1;
}





.ft_top .ft_btn {
    width: 59%;
    text-align: right;
}

.ft_top .ft_btn span {
    color: #657279;
    font-family: 'EB Garamond';
    margin-right: 0.6rem;
}

.ft_top .ft_btn a {
    display: inline-block;
    width: 7%;
    margin: 0.4rem;
    transition: .5s ease all;
}

.ft_top .ft_btn a img {
    vertical-align: middle;
}

.ft_top .ft_btn a:hover {
    transform: scale(.9);
}


.footer_wrap .ft_line {
    position: relative;
    width: 100%;
    margin: 4.5rem 0 0 0;
}

.footer_wrap .ft_line:before {
    content: '';
    background: #657279;
    width: 100%;
    min-height: 0.25px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.footer_wrap .ft_line:after {
    content: '';
    background: url(../../images/ftline_deco.png) top right no-repeat;
    background-size: contain;
    width: 59px;
    max-width: 100%;
    min-height: 22px;
    position: absolute;
    top: -1rem;
    right: 0;
}



.footer_wrap .ft_bot {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*ft_info*/
.ft_bot .ft_info {
    width: 25.4%;
    text-align: left;
}

.ft_bot .ft_info ul {}

.ft_bot .ft_info ul li {}

.ft_bot .ft_info ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.ft_bot .ft_info ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.ft_bot .ft_info ul li:nth-child(1) p,
.ft_bot .ft_info ul li:nth-child(2) p {
    font-family: 'EB Garamond';
}

.ft_bot .ft_info ul li:nth-child(3) p {
    font-size: 18px;
}



/*ft_mark*/
.ft_bot .ft_mark {
    width: 50%;
    text-align: right;
}

.ft_bot .ft_mark ul {}

.ft_bot .ft_mark ul li {
    display: inline-block;
    margin-right: 2rem;
}

.ft_bot .ft_mark ul li img {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.ft_bot .ft_mark ul li p {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.ft_bot .ft_mark ul li p span {
    font-family: 'EB Garamond';
}

/* ── 導覽列 ── */

.nav2 {
    margin: 2rem 0;
}

.nav2 ul {
    list-style: none;
    display: flex;
    align-items: stretch;
}

.nav2 ul li {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.nav2 ul li+li {
    border-left: 0.5px solid rgba(0, 0, 0, 0.12);
}

.nav2 ul li a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.08em;
    white-space: nowrap;
    padding: 0 20px;
    position: relative;
    transition: color 0.18s;
}

.nav2 ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    background: #2c2c2a;
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transition: transform 0.22s cubic-bezier(.4, 0, .2, 1);
}

.nav2 ul li a:hover {
    color: #2c2c2a;
}

.nav2 ul li a:hover::after {
    transform: scaleX(1);
}

/* ── 網站地圖 ── */
.sm-wrap {
    padding: 32px 0;
    margin-top: 24px;
}

.sm-home {
    text-align: center;
}

.sm-home a {
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2a;
    text-decoration: none;
    display: inline-block;
    padding: 12px 48px;
    transition: color 0.18s;
}

.sm-home a:hover {
    color: #000;
}

.vline {
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.hline {
    border-top: 0.5px solid rgba(0, 0, 0, 0.25);
    margin: 0 2%;
}

.sm-wrap ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 16px;
}

.sm-wrap ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sm-wrap ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, 0.25);
}

.sm-wrap ul li a {
    width: 100%;
    padding: 14px 12px;
    font-size: 18px;
    font-weight: 400;
    color: #888780;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    transition: color 0.15s;
}

.sm-wrap ul li a:hover {
    color: #2c2c2a;
}

/*ft_btm*/
.ft_btm {
    background: #657279;
    color: #f8f6f1;
    font-size: 14px;
    text-align: center;
    padding: 1rem 27.7rem;
    line-height: 1.5;
    margin-top: 3rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ft_btm a {
    color: #f8f6f1;
    font-size: 14px;
    display: inline-block;
}

/*icon*/
.icon {
    font-family: 'EB Garamond';

}

.icon a {
    transition: .3s ease-in-out;
    padding: 3px;
}

.icon a img {
    vertical-align: middle;
}

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

/*copyright*/
.copyright {
    color: #f8f6f1;
}

.copyright a,
.copyright a h1 {
    color: #f8f6f1;
    font-size: 14px;
    transition: .3s ease-in-out;
}

.copyright a:hover {
    color: #d6d4cd;
}



@media screen and (max-width:1366px) {
    .ft_img {
        padding: 0 2rem 5.5rem;
    }

    .footer_wrap {
        padding: 0 2rem;
    }

    .nav2 {
        padding: 0 2rem;
    }

    .ft_btm {
        padding: 1rem 2rem;
    }
}

@media screen and (max-width:1280px) {
    .ft_top .ft_btn a {
        width: 10%;
    }

    .ft_bot .ft_mark {
        width: 60%;
    }

}

@media screen and (max-width:1200px) {
    footer {
        padding: 7rem 0 0 0;
    }
}

@media screen and (max-width:1100px) {
    footer:before {
        min-height: 380px;
    }

    .ft_top .ft_call {
        width: 27.3%;
    }

    .ft_bot .ft_info {
        width: 30%;
    }

    .ft_bot .ft_mark {
        width: 63%;
    }
}

@media screen and (max-width:1000px) {
    .footer_wrap .ft_top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_top .ft_logo {
        width: 20%;
        margin-bottom: 3rem;
    }

    .ft_top .ft_call {
        width: 40%;
    }

    .ft_top .ft_btn {
        width: 70%;
        text-align: center;
    }

    .footer_wrap .ft_bot {
        flex-wrap: wrap;
        justify-content: center;

    }

    .ft_bot .ft_info {
        width: 30%;
        margin-bottom: 3rem;
    }

    .ft_bot .ft_mark {
        width: 80%;
        text-align: center;
    }

    .ft_btm {
        margin-top: 3rem;
    }
}

@media (max-width: 900px) {
    .sm-wrap ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm-wrap ul li::before {
        display: none;
    }

    .vline,
    .hline {
        display: none;
    }
}

@media screen and (max-width:834px) {
    .ft_top .ft_logo {
        width: 63%;
        padding-right: 0;
    }

    .ft_top .ft_logo img {
        width: 35%;
    }

    .ft_top .ft_call {
        margin-bottom: 3rem;
    }

    .footer_wrap .ft_line {
        margin: 3rem 0 0 0;
    }

    .ft_bot .ft_info {
        width: 45%;
    }

    .ft_bot .ft_mark {
        width: 100%;
    }

    .nav2 {
        margin: 4rem 0 2rem;
    }

    .nav2 ul {
        flex-wrap: wrap;
        height: auto;
    }

    .nav2 ul li {
        flex: none;
        width: 33.333%;
        border-left: none;
        border-top: 0.5px solid rgba(0, 0, 0, 0.08);
    }

    .nav2 ul li:nth-child(7),
    .nav2 ul li:nth-child(8),
    .nav2 ul li:nth-child(9) {
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
    }

    .nav2 ul li+li {
        border-left: none;
    }

    .nav2 ul li a {
        font-size: 15px;
        padding: 14px 8px;
        letter-spacing: 0.04em;
    }

    .nav2 ul li a::after {
        display: none;
    }

    .sm-wrap ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm-home a {
        font-size: 16px;
        padding: 10px 24px;
    }

    .sm-wrap ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    footer:before {
        min-height: 270px;
    }

    .ft_img {
        padding: 0 2rem 3rem;
    }

    .ft_btm {
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:576px) {
    footer:before {
        min-height: 220px;
    }

    .ft_top .ft_call {
        width: 60%;
    }

    .ft_bot .ft_info {
        width: 60%;
    }

    .ft_bot .ft_mark ul li {
        margin: 0 1rem 2rem 0;
    }

    .ft_btm {
        margin-top: 1rem;
        padding: 1rem 2rem 7rem;
    }
}

@media screen and (max-width:450px) {
    footer {
        padding: 5rem 0 0 0;
    }

    footer:before {
        min-height: 170px;
    }

    .ft_top .ft_logo img {
        width: 50%;
    }

    .ft_top .ft_call {
        width: 75%;
    }

    .ft_top .ft_btn {
        width: 100%;
    }

    .ft_top .ft_btn a {
        width: 15%;
    }

    .ft_bot .ft_info {
        width: 80%;
    }

    .nav2 {
        padding: 0;
    }
}

@media screen and (max-width:430px) {
    footer:before {
        min-height: 140px;
    }

    footer:after {
        max-width: 17%;
        min-height: 70px;
        top: -3.5rem;
    }
}

@media screen and (max-width:414px) {
    footer {
        padding: 4rem 0 0 0;
    }

    footer:before {
        min-height: 130px;
    }

    footer:after {
        min-height: 60px;
        top: -2.5rem;
        max-width: 14%;
    }

    .ft_top .ft_btn span {
        display: block;
    }

    .ft_top .ft_btn a {
        width: 17%;
    }

    .ft_bot .ft_mark ul li {
        margin: 0 1rem 1rem 0;
    }
}

@media screen and (max-width:402px) {
    .ft_top .ft_call {
        width: 80%;
    }
}

@media screen and (max-width:393px) {
    footer {
        padding: 3rem 0 0 0;
    }

    footer:before {
        min-height: 125px;
    }

    footer:after {
        min-height: 60px;

    }

    .ft_bot .ft_info {
        width: 100%;
    }

    .ft_bot .ft_mark ul li img {
        margin-right: 0;
    }
}

@media screen and (max-width:380px) {
    .ft_top .ft_call {
        width: 90%;
    }
}

@media screen and (max-width:370px) {
    .ft_bot .ft_mark ul li {
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width:360px) {
    footer:before {
        min-height: 105px;
    }
}

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

@media screen and (max-width:330px) {
    .ft_top .ft_call {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    footer:before {
        min-height: 95px;
    }

    .ft_top .ft_logo img {
        width: 60%;
    }
}

@media screen and (max-width:300px) {
    .ft_bot .ft_info ul li img {
        margin-right: 0.5rem;
    }
}

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

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



/***********************/
/***inbanner start***/

.inbanner {
    position: relative;
    width: 100%;
    height: 654px;
}

.inbanner:before {
    content: '';
    background: url(../../images/banner_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 369px;
    max-width: 100%;
    min-height: 426px;
    position: absolute;
    bottom: -1px;
    right: 10rem;
    pointer-events: none;
}

.banner_note {
    background: url(../../images/banner_note.jpg) top left fixed;
    background-size: cover;
}

.banner_loc {
    background: url(../../images/banner_loc.jpg) top left fixed;
    background-size: cover;
}

.banner_room {
    background: url(../../images/banner_room.jpg) top left fixed;
    background-size: cover;
}

.banner_sce {
    background: url(../../images/banner_sce.jpg) top left fixed;
    background-size: cover;
}

.banner_news {
    background: url(../../images/banner_news.jpg) top left fixed;
    background-size: cover;
}


.inbanner .intitle {
    width: 1460px;
    max-width: 100%;
    margin: 0 auto;
    padding: 21rem 0 0 0;
    display: flex;
}

.intitle .title {
    margin-right: 10rem;
    width: 21.2%;
}

.intitle .title img {}

.intitle .desc {
    padding: 7rem 0 0 0;
}

.intitle .desc h2 {
    color: #f8f6f1;
    line-height: 2;
}

.intitle .desc p {
    color: #f8f6f1;
}

@media screen and (max-width:1536px) {
    .inbanner:before {
        max-width: 16%;
        min-height: 276px;
    }
}

@media screen and (max-width:1366px) {
    .inbanner:before {
        min-height: 195px;
        right: 3rem;
        max-width: 12%;
    }

    .intitle .title {
        width: 25%;
    }
}

@media screen and (max-width:1280px) {
    .intitle .title {
        width: 26%;
    }
}

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

@media screen and (max-width:1100px) {
    .inbanner:before {
        min-height: 265px;
        right: 3rem;
        max-width: 20%;
    }

    .intitle .title {
        width: 31%;
    }
}

@media screen and (max-width:1000px) {
    .inbanner {
        height: 510px;
        background-attachment: initial;
    }

    .inbanner .intitle {
        padding: 18rem 0 0 0;
    }

    .intitle .title {
        width: 33%;
        margin-right: 5rem;
    }

    .intitle .desc {
        padding: 4rem 0 0 0;
    }
}

@media screen and (max-width:834px) {
    .inbanner:before {
        min-height: 150px;
        max-width: 15%;
    }

    .intitle .title {
        width: 41%;
        margin-right: 2rem;
    }

    .intitle .desc {
        padding: 1rem 0 0 0;
    }
}

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

    .intitle .title {
        width: 33%;
    }
}

@media screen and (max-width:576px) {
    .inbanner {
        height: 340px;
    }

    .inbanner:before {
        min-height: 80px;
    }

    .inbanner .intitle {
        padding: 10rem 0 0 0;
    }

    .intitle .title {
        width: 46%;
    }
}

@media screen and (max-width:450px) {
    .inbanner {
        height: 430px;
    }

    .inbanner:before {
        min-height: 60px;
        right: 1rem;
    }

    .inbanner .intitle {
        padding: 9rem 2rem 5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .intitle .title {
        width: 50%;
        margin-right: 0;
    }

}

@media screen and (max-width:414px) {
    .inbanner {
        height: 350px;
    }

    .banner_note {
        background-position-x: -14rem;
    }

    .inbanner:before {
        min-height: 40px;
    }

    .intitle .title {
        width: 50%;
    }

    .inbanner .intitle {
        padding: 7rem 1rem 3rem;
    }

    .intitle .desc {
        width: 100%;
    }

    .intitle .desc p {
        letter-spacing: 0px;
    }
}

@media screen and (max-width:393px) {
    .inbanner .intitle {
        padding: 5rem 2rem 3rem;
    }
}

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

    .banner_note {
        background-position-x: -18rem;
    }
}

@media screen and (max-width:350px) {
    .inbanner .intitle {
        padding: 5rem 1rem 3rem;
    }
}


/***inbanner end****/
/***********************/
/***********************/
/***space start***/
.hero-wrapper {
    position: relative;
    height: calc(100vh + 600px);
}

.hero-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* ── 第一組（底層，固定） ── */
.hero-block-1 {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-block-1 .photo {
    position: absolute;
    inset: 0;
}

/* ── 第二組（上層，滾動滑入） ── */
.hero-block-2 {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%);
    filter: blur(100px);
    will-change: opacity, transform, filter;
}

.hero-block-2 .photo {
    position: absolute;
    inset: 0;
}


/* ══════════════════════════════
       手機版：兩組上下排列（由JS切換）
    ══════════════════════════════ */
/* 手機版時 hero-wrapper 變成普通流，
       .hero-block-1 / 2 各自佔 50vh */
.hero-wrapper.is-mobile {
    height: auto;
}

.hero-wrapper.is-mobile .hero-sticky {
    position: relative;
    height: auto;
    overflow: visible;
}

.hero-wrapper.is-mobile .hero-block-1,
.hero-wrapper.is-mobile .hero-block-2 {
    position: relative;
    inset: auto;
    height: 50vh;
    opacity: 1;
    transform: none;
    filter: none;
}

.hero-wrapper.is-mobile .hero-block-1 .photo,
.hero-wrapper.is-mobile .hero-block-2 .photo {
    position: absolute;
    inset: 0;
}

.hero-wrapper.is-mobile .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hero-wrapper.is-mobile .scroll-indicator {
    display: none;
}



.space {}


/*space1*/
.space .space1 {}

.hero-block-1 .photo.space11_bg {
    background: url(../../images/space11_bg01.jpg) top center / cover no-repeat;
}

.hero-block-2 .photo.space12_bg {
    background: url(../../images/space12_bg01.jpg) top center / cover no-repeat;
}


.space11_title {
    position: absolute;
    top: 18.7rem;
    left: 30.5rem;
    text-align: right;
}

.space11_title h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.space11_title h3 img {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.space11_title h4 {
    font-size: 60px;
    color: #657279;
    font-family: 'EB Garamond';
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}


.space11_txt {
    position: absolute;
    top: 17.4rem;
    right: 30.5rem;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}

.space11_txt:before {
    content: '';
    background: url(../../images/space11_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 137px;
    max-width: 100%;
    min-height: 134px;
    position: absolute;
    bottom: -3rem;
    right: -4rem;
}

.space11_txt p {
    display: block;
    vertical-align: top;
}

.space11_txt p:nth-child(1) {
    padding-top: 3rem;
}


.space12_deco {
    position: absolute;
    top: 18rem;
    left: 37.8rem;

}

.space12_deco img {}

.space12_txt {
    position: absolute;
    bottom: 10rem;
    right: 27.6rem;
    text-align: right;
}

.space12_txt p {
    margin-bottom: 3.3rem;
}

.space12_txt img {
    width: 50%;
}

@media screen and (max-width:1536px) {
    .space11_title {
        top: 18.7rem;
        left: 14.5rem;
    }

    .space11_txt {
        top: 15.4rem;
        right: 13.5rem;
    }

    .space12_deco {
        top: 26rem;
        left: 15.8rem;
    }

    .space12_txt {
        bottom: 7rem;
        right: 12.6rem;
    }
}

@media screen and (max-width:1366px) {
    .space11_txt {
        right: 7rem;
    }
}

@media screen and (max-width:1280px) {
    .space11_title {
        top: 18rem;
        left: 5rem;
    }

    .space11_txt {}

    .space11_txt p {}
}

@media screen and (max-width:1100px) {
    .space12_txt {
        bottom: 5rem;
        right: 5.6rem;
    }

    .space12_txt p {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:991px) {
    .space11_title h4 {
        font-size: 50px;
    }

    .space12_deco img {
        width: 60%;
    }

    .space12_txt img {
        width: 40%;
    }
}

@media screen and (max-width:768px) {
    .space11_title {
        top: 10rem;
        left: 7rem;
    }

    .space11_title h3 {
        font-size: 25px;
    }

    .space11_title h3 img {
        width: 13%;
    }

    .space11_title h4 {
        font-size: 30px;
    }

    .space11_txt {}

    .space11_txt:before {
        min-height: 64px;
        bottom: 1rem;
        right: -4rem;
        mix-blend-mode: color-burn;
    }

    .space12_deco {
        top: 13rem;
        left: 5rem;
    }

    .space12_txt {
        bottom: 1rem;
        right: 3rem;
    }

    .space12_txt p {
        margin-bottom: 1rem;
    }

    .space12_txt img {
        width: 30%;
    }

}

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

    .space11_txt:before {
        min-height: 64px;
        bottom: 0;
        right: -3rem;
    }

    .space11_txt p {}

    .space12_deco img {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .hero-block-1 .photo.space11_bg {
        background-position-x: -36rem;
    }


    .space12_deco {
        top: 10rem;
        left: 2rem;
    }

    .space12_txt p {}
}

@media screen and (max-width: 430px) {
    .space11_title {
        top: 7rem;
        left: 1rem;
    }

    .space11_txt {
        right: 3rem;
        top: 5rem;
    }
}

@media screen and (max-width:414px) {
    .space11_title {
        top: 6rem;
        left: 5rem;
    }

    .space11_title h4 {
        font-size: 25px;
    }

    .space11_txt p:nth-child(1) {
        padding-top: 1rem;
    }

    .space12_txt p {
        font-size: 13px;
    }
}

@media screen and (max-width:402px) {
    .hero-block-1 .photo.space11_bg {
        background-position-x: -26rem;
    }

    .space11_title {
        top: 7rem;
        left: 8rem;
    }

    .space11_title h3 {
        font-size: 20px;
    }

    .space11_title h4 {
        font-size: 20px;
    }

    .space11_txt {
        top: 8rem;
    }

    .space11_txt p {
        font-size: 13px;
    }

}

@media screen and (max-width:393px) {
    .hero-block-1 .photo.space11_bg {
        background-position-x: -30rem;
    }
}

@media screen and (max-width:390px) {
    .space11_title {
        top: 7rem;
        left: 7rem;
    }

    .space11_txt {}

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

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

@media screen and (max-width:310px) {
    .hero-block-1 .photo.space11_bg {
        background-position-x: -42rem;
    }

    .hero-block-2 .photo.space12_bg {
        background-position-x: left -28rem;
    }
}


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

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

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




/*space2*/
.space .space2 {
    background: url(../../images/inbg.jpg)top left;
    padding: 3rem 0 6rem;
}

.space2 .sp2 {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5.7rem;
}

.sp2 .sp21 {
    margin-bottom: 5.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp21 .sp21_lt {
    width: 15.7%;
    padding-left: 3.8rem;
}

.sp21 .sp21_lt img {
    width: 88.5%;
}

.sp21 .sp21_rt {
    width: 83.2%;
}

.sp21 .sp21_rt ul {
    display: flex;
    justify-content: space-between;
}

.sp21 .sp21_rt ul li {
    position: relative;
}

.sp21 .sp21_rt ul li h5 {
    position: absolute;
    bottom: 2rem;
    left: 3.8rem;
    font-size: 18px;
    color: #f8f6f1;
}

.sp21 .sp21_rt ul li h6 {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 26px;
    color: #f8f6f1;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}



/*sp22*/
.sp2 .sp22 {
    display: flex;
    justify-content: space-between;
}

.sp22 .sp22_lt {
    width: 62.1%;
}

.sp22 .sp22_rt {
    width: 35%;
    padding: 4rem 0 0 0;
}

.sp22 .sp22_rt p {
    padding: 0 2rem 0 5rem;
    text-align: justify;
}

.sp22 .sp22_rt p:first-child {
    margin-bottom: 4rem;
}

.sp22 .sp22_rt p:last-child {
    margin-bottom: 5rem;
}

.sp22 .sp22_rt img {}


@media screen and (max-width:1366px) {
    .sp2 .sp21 {
        padding: 0 2rem;
    }

    .sp21 .sp21_lt {
        padding-left: 0;
    }

    .sp21 .sp21_lt img {
        width: 80%;
    }

    .sp21 .sp21_rt ul li {
        width: 24%;
    }

    .sp22 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1280px) {
    .sp21 .sp21_lt img {
        width: 75%;
    }

    .space .space2 {
        padding: 3rem 0 1rem;
    }

    .space2 .sp2 {
        margin-bottom: 3rem;
    }
}

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

    .sp22 .sp22_rt p {
        padding: 0 2rem;
    }

    .sp22 .sp22_rt p:first-child {
        margin-bottom: 2rem;
    }

    .sp22 .sp22_rt p:last-child {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:1000px) {
    .sp2 .sp21 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sp21 .sp21_lt {
        margin-bottom: 3rem;
    }

    .sp21 .sp21_rt {
        width: 100%;
    }
}

@media screen and (max-width:834px) {
    .sp2 .sp21 {
        margin-bottom: 3rem;
    }

    .sp21 .sp21_rt ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .sp21 .sp21_rt ul li {
        width: 35%;
        margin-bottom: 3rem;
    }


    .sp2 .sp22 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sp22 .sp22_lt {
        width: 100%;
    }

    .sp22 .sp22_rt {
        width: 75%;
        padding: 0;
        margin-bottom: 2rem;
        order: -1;
    }
}

@media screen and (max-width:768px) {
    .sp21 .sp21_lt img {
        width: 90%;
    }

    .sp21 .sp21_rt ul li {
        width: 38%;
    }

    .sp22 .sp22_rt p {
        padding: 0;
    }
}

@media screen and (max-width:576px) {
    .sp21 .sp21_rt ul li {
        width: 45%;
        margin-bottom: 1rem;
    }

    .sp22 .sp22_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .sp2 .sp21 {
        padding: 0 1rem;
    }

    .sp21 .sp21_lt {
        width: 20%;
    }

    .sp21 .sp21_rt ul li {
        width: 48%;
        margin-bottom: 0;
    }

    .sp22 .sp22_rt p {
        padding: 0;
    }
}

@media screen and (max-width:430px) {
    .sp21 .sp21_rt ul li h6 {
        right: 0;
    }

    .sp21 .sp21_rt ul li h5 {
        bottom: 1rem;
        left: 2rem;
    }
}

@media screen and (max-width:414px) {
    .space2 .sp2 {
        margin-bottom: 3rem;
    }

    .sp21 .sp21_lt {
        width: 25%;
        margin-bottom: 2rem;
    }

    .sp21 .sp21_rt ul li h5 {
        font-size: 16px;
    }

    .sp21 .sp21_rt ul li h6 {
        font-size: 23px;
    }
}

@media screen and (max-width:390px) {
    .sp21 .sp21_rt ul li h6 {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .sp21 .sp21_rt ul li h5 {
        font-size: 14px;
    }

    .sp21 .sp21_rt ul li h6 {
        font-size: 18px;
    }
}

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

@media screen and (max-width:320px) {
    .sp21 .sp21_rt ul li h5 {
        font-size: 12px;
    }

    .sp21 .sp21_rt ul li h6 {
        font-size: 17px;
    }
}

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






/*space3*/
.space .space3 {}

.hero-block-1 .photo.space31_bg {
    background: url(../../images/space31_bg01.jpg) top center / cover no-repeat;
}

.hero-block-2 .photo.space32_bg {
    background: url(../../images/space32_bg01.jpg) top center / cover no-repeat;
}


.space3 .space31_title {
    position: absolute;
    top: 14.5rem;
    left: 62.3rem;
    text-align: right;
}

.space3 .space31_title h3 {
    font-size: 30px;
    line-height: 1;
    color: #f8f6f1;
    font-weight: bold;
}

.space3 .space31_title h3 img {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.space3 .space31_title h4 {
    font-size: 60px;
    color: #f8f6f1;
    font-family: 'EB Garamond';
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}


.space3 .space31_txt {
    width: 10%;
    position: absolute;
    top: 30rem;
    left: 69rem;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}

.space31_txt:before {
    content: '';
    background: url(../../images/space31_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 137px;
    max-width: 100%;
    min-height: 134px;
    position: absolute;
    bottom: 2rem;
    right: 1rem;
}

.space31_txt p {
    color: #f8f6f1;
    display: block;
    vertical-align: top;
}

.space31_txt p:nth-child(1) {
    padding-top: 3rem;
}


.space32_deco {
    position: absolute;
    top: 27rem;
    right: 37rem;

}

.space32_deco img {}

.space32_txt {
    position: absolute;
    bottom: 7.5rem;
    left: 27.76rem;
    text-align: left;
}

.space32_txt p {
    letter-spacing: 2px;
    margin-bottom: 3.3rem;
}

.space32_txt img {
    width: 50%;
}

@media screen and (max-width:1600px) {
    .space3 .space31_title {
        left: 48rem;
    }

    .space3 .space31_txt {
        width: 12%;
        top: 31rem;
        left: 58rem;
    }

    .space32_deco {
        top: 28rem;
        right: 22rem;
    }

    .space32_txt {
        bottom: 16rem;
        left: 11rem;
    }
}

@media screen and (max-width:1366px) {
    .space3 .space31_title {
        left: 36rem;
    }

    .space3 .space31_txt {
        width: 14%;
        left: 42rem;
    }

    .space32_deco {
        top: 29rem;
        right: 10rem;
    }

    .space32_txt {
        left: 2rem;
    }
}

@media screen and (max-width:1280px) {
    .space3 .space31_title {
        left: 31rem;
    }

    .space3 .space31_txt {
        left: 39rem;
    }

    .space32_deco {
        right: 5rem;
    }
}

@media screen and (max-width:1100px) {
    .space3 .space31_title {
        left: 22rem;
    }

    .space3 .space31_txt {
        left: 29rem;
        width: 17%;
    }
}

@media screen and (max-width:1000px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -29rem;
    }

    .space3 .space31_title {
        left: 34rem;
    }

    .space3 .space31_txt {
        left: 40rem;
        width: 19%;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: right -31rem;
    }
}

@media screen and (max-width:834px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -39rem;
    }

    .space3 .space31_title {
        left: 24rem;
    }

    .space3 .space31_txt {
        left: 30rem;
        width: 22%;
    }

    .space32_txt {
        left: 10rem;
        bottom: 9rem;
    }
}

@media screen and (max-width:768px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left;
    }

    .space3 .space31_title h3 {
        font-size: 25px;
    }

    .space3 .space31_title h3 img {
        width: 13%;
    }

    .space3 .space31_title h4 {
        font-size: 30px;
    }

    .space3 .space31_title {
        left: 30rem;
        top: 4rem;
    }

    .space3 .space31_txt {
        left: 36rem;
        width: 16%;
        top: 14rem;
    }

    .space31_txt p:nth-child(1) {
        padding-top: 2rem;
    }

    .space31_txt:before {
        max-width: 50%;
        min-height: 64px;
        bottom: 3rem;
        right: 2rem;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: center;
    }

    .space32_deco {
        right: 9rem;
        top: 14rem;
        width: 10%;
    }

    .space32_txt {
        left: auto;
        bottom: 2rem;
        right: 0;
        width: 60%;
    }

    .space32_txt p {
        margin-bottom: 1rem;
    }

    .space32_txt img {
        width: 70%;
    }
}

@media screen and (max-width:650px) {
    .space32_deco {
        right: 3rem;
    }
}

@media screen and (max-width:576px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -12rem;
    }

    .space3 .space31_title {
        left: 19rem;
        top: 5rem;
    }

    .space3 .space31_txt {
        left: 26rem;
        top: 13rem;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: left -23rem;
    }

    .space32_txt {
        bottom: 1rem;
        right: 1rem;
        width: 64%;
    }
}

@media screen and (max-width:450px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -17rem;
    }

    .space3 .space31_title {
        left: 13rem;
    }

    .space3 .space31_txt {
        left: 19rem;
    }

    .space31_txt:before {
        right: 0;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: left -35rem;
    }

    .space32_txt {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -20rem;
    }

    .space3 .space31_title {
        left: 13rem;
    }

    .space3 .space31_title h4 {
        font-size: 25px;
    }

    .space31_txt p:nth-child(1) {
        padding-top: 1rem;
    }

    .space31_txt:before {
        bottom: 2rem;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: left -21rem;
    }

    .space32_txt {
        width: 95%;
    }

    .space32_txt p {
        letter-spacing: 1px;
    }
}

@media screen and (max-width:402px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -10rem;
    }

    .space3 .space31_title {
        top: 6rem;
    }

    .space3 .space31_title h3 {
        font-size: 20px;
    }

    .space3 .space31_title h4 {
        font-size: 20px;
    }

    .space3 .space31_txt {
        top: 15rem;
    }

    .space31_txt p {
        font-size: 13px;
    }

    .space32_txt {
        width: 95%;
        bottom: 3rem;
    }

    .space32_txt p {
        font-size: 13px;
    }

    .space32_deco {
        top: 2rem;
        width: 17%;
    }
}

@media screen and (max-width:393px) {
    .space3 .space31_title {
        top: 7rem;
    }

    .space3 .space31_txt {
        left: 17rem;
    }

    .space32_txt {
        bottom: 2rem;
    }
}

@media screen and (max-width:390px) {
    .space31_txt p {
        font-size: 12px;
    }

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

@media screen and (max-width:360px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -23rem;
    }

    .space3 .space31_title {
        top: 7rem;
        left: 11rem;
    }

    .space3 .space31_txt {
        left: 15rem;
    }

    .hero-block-2 .photo.space32_bg {
        background-position-x: left -27rem;
    }
}

@media screen and (max-width:350px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -23.5rem;
    }
}

@media screen and (max-width:330px) {
    .hero-block-1 .photo.space31_bg {
        background-position-x: left -24.5rem;
    }
}

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

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



/*space4*/
.space .space4 {
    background: url(../../images/inbg.jpg)top left;
    padding: 6rem 0 6rem;
}

.space4 .sp4 {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5.7rem;
}

.sp4 .sp41 {
    margin-bottom: 6.3rem;
    display: flex;
    justify-content: space-between;
}

.sp41 .sp41_lt {
    width: 62.1%;
}


.sp4 .sp41_rt {
    width: 32.6%;
    padding: 2rem 0 0 0;
}

.sp41_rt .sp41_title {
    margin-bottom: 4rem;
}

.sp41_rt .sp41_title img {}

.sp41_rt .sp41_txt {
    padding-right: 4rem;
}

.sp41_rt .sp41_txt p {
    text-align: justify;
}

.sp41_rt .sp41_txt p:not(:last-child) {
    margin-bottom: 4rem;
}


/*sp42*/
.sp4 .sp42 {}

.sp4 .sp42 ul {
    display: flex;
    justify-content: space-between;
}

.sp4 .sp42 ul li {
    text-align: center;
}

.sp4 .sp42 ul li img {}

.sp4 .sp42 ul li p {
    font-size: 18px;
    color: #707c82;
}



@media screen and (max-width:1366px) {
    .space4 .sp4 {
        padding: 0 2rem;
    }

    .sp4 .sp41_rt {
        width: 34%;
    }

    .sp4 .sp42 ul li {
        width: 24%;
    }
}

@media screen and (max-width:1100px) {
    .sp4 .sp41_rt {
        width: 35%;
        padding: 0;
    }

    .sp41_rt .sp41_title {
        margin-bottom: 2rem;
    }

    .sp41_rt .sp41_txt {
        padding-right: 0;
    }

}

@media screen and (max-width:834px) {
    .space4 .sp4 {
        margin-bottom: 3rem;
    }

    .sp4 .sp41 {
        margin-bottom: 4rem;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sp41 .sp41_lt {
        width: 100%;
    }

    .sp4 .sp41_rt {
        width: 75%;
        order: -1;
        margin-bottom: 3rem;
    }

    .sp4 .sp42 ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .sp4 .sp42 ul li {
        width: 45%;
        margin-bottom: 3rem;
    }
}

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

    .sp41_rt .sp41_title {
        margin-bottom: 3rem;
    }
}

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

    .sp41_rt .sp41_title {
        text-align: center;
    }

    .sp41_rt .sp41_title img {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .space4 .sp4 {
        margin-bottom: 2rem;
    }

    .sp4 .sp41 {
        margin-bottom: 3rem;
    }

    .sp4 .sp42 ul li {
        width: 48%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:414px) {
    .sp41_rt .sp41_txt p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .sp4 .sp42 ul li {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:350px) {
    .space4 .sp4 {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

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

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



/*space5*/

.space .space5 {}

.hero-block-1 .photo.space51_bg {
    background: url(../../images/space51_bg01.jpg) top center / cover no-repeat;
}

.hero-block-2 .photo.space52_bg {
    background: url(../../images/space52_bg01.jpg) bottom center / cover no-repeat;
}

.space51_title {
    position: absolute;
    top: 24rem;
    left: 25.7rem;
    text-align: right;
}

.space51_title h3 {
    font-size: 30px;
    color: #f8f6f1;
    line-height: 1;
    font-weight: bold;
}

.space51_title h3 img {
    display: inline-block;
    margin-right: 1rem;
}

.space51_title h4 {
    font-size: 60px;
    color: #f8f6f1;
    font-family: 'EB Garamond';
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}


.space51_txt {
    position: absolute;
    top: 24rem;
    right: 82rem;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    width: 7%;
}

.space51_txt:before {
    content: '';
    background: url(../../images/space51_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 137px;
    max-width: 100%;
    min-height: 134px;
    position: absolute;
    bottom: -3rem;
    right: -4rem;
}

.space51_txt p {
    color: #f8f6f1;
    display: block;
    vertical-align: top;
}

.space51_txt p:nth-child(1) {
    padding-top: 3rem;
}

.space52_deco {
    position: absolute;
    top: 13rem;
    right: 37rem;

}

.space52_deco img {}

.space52_txt {
    position: absolute;
    bottom: 11.5rem;
    left: 30rem;
    text-align: left;
}

.space52_txt p {
    letter-spacing: 2px;
    margin-bottom: 3.3rem;
}

.space52_txt img {
    width: 50%;
}

@media screen and (max-width:1700px) {
    .space51_title {
        left: 15rem;
    }

    .space51_txt {
        right: 67rem;
    }

    .space52_deco {
        top: 22rem;
        right: 25rem;
    }

    .space52_txt {
        bottom: 7.5rem;
        left: 19rem;
    }
}

@media screen and (max-width:1500px) {
    .space51_title {
        left: 4rem;
    }

    .space51_txt {
        right: 62rem;
    }

    .space52_deco {
        right: 17rem;
    }

    .space52_txt {
        left: 11rem;
    }
}

@media screen and (max-width:1366px) {
    .space51_title {
        left: 1rem;
    }

    .space51_txt {
        right: 54rem;
        top: 19rem;
    }

    .space52_deco {
        right: 9rem;
    }

    .space52_txt {
        left: 6rem;
        bottom: 10rem;
    }
}

@media screen and (max-width:1280px) {
    .space51_txt {
        right: 49rem;
    }
}

@media screen and (max-width:1100px) {
    .space51_txt {
        right: 33rem;
    }

    .space52_deco {
        right: 4rem;
        top: 20rem;
    }

    .space52_txt {
        left: 2rem;
        bottom: 6rem;
    }
}

@media screen and (max-width:1000px) {
    .space51_txt {
        right: 27rem;
    }
}

@media screen and (max-width:991px) {
    .space51_title {
        top: 19rem;
    }

    .space51_title h4 {
        font-size: 50px;
    }
}

@media screen and (max-width:834px) {
    .space51_txt {
        right: 17rem;
    }

    .space52_deco {
        right: 2rem;
        top: 18rem;
    }
}

@media screen and (max-width:768px) {
    .space51_title {
        top: 10rem;
        left: 3rem;
    }

    .space51_title h3 {
        font-size: 25px;
    }

    .space51_title h4 {
        font-size: 30px;
    }

    .space51_title h3 img {
        width: 13%;
    }

    .space51_txt {
        right: 5rem;
        top: 29rem;
    }

    .space51_txt:before {
        min-height: 54px;
        bottom: 0;
        right: -3rem;
    }

    .space52_deco {
        right: 6rem;
        top: 11rem;
        width: 15%;
    }

    .space52_txt {
        bottom: 2rem;
    }

    .space52_txt p {
        margin-bottom: 2rem;
    }

    .space51_txt p:nth-child(1) {
        padding-top: 2rem;
    }
}

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

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

    .hero-block-1 .photo.space51_bg {
        background-position-x: -23rem;
    }

    .hero-block-2 .photo.space52_bg {
        background-position-x: -37rem;
    }
}

@media screen and (max-width:430px) {
    .space51_title {
        top: 12rem;
        left: 2rem;
    }
}

@media screen and (max-width:414px) {
    .hero-block-1 .photo.space51_bg {
        background-position-x: -27rem;
    }

    .space51_title {
        top: 3rem;
        left: 3rem;
    }

    .hero-block-2 .photo.space52_bg {
        background-position-x: -40rem;
    }

    .space52_txt {
        left: 1rem;
        bottom: 1rem;
    }

    .space52_txt p {
        letter-spacing: 1px;
        font-size: 13px;
    }

    .space51_txt p:nth-child(1) {
        padding-top: 1rem;
    }

    .space52_txt img {
        width: 70%;
    }
}

@media screen and (max-width:402px) {
    .hero-block-1 .photo.space51_bg {
        background-position-x: -18rem;
    }

    .hero-block-2 .photo.space52_bg {
        background-position-x: -30rem;
    }

    .space51_title {
        top: 13rem;
    }

    .space51_title h3 {
        font-size: 20px;
    }

    .space51_title h4 {
        font-size: 20px;
    }

    .space51_txt {
        top: 13rem;
    }

    .space51_txt p {
        font-size: 13px;
    }

}

@media screen and (max-width:390px) {
    .space51_txt p {
        font-size: 12px;
    }
}

@media screen and (max-width:360px) {
    .space51_title {
        top: 4rem;
    }

    .hero-block-2 .photo.space52_bg {
        background-position-x: -26rem;
    }
}

@media screen and (max-width:320px) {
    .hero-block-1 .photo.space51_bg {
        background-position-x: -30rem;
    }

    .hero-block-2 .photo.space52_bg {
        background-position-x: -46rem;
    }
}

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




/*space6*/
.space .space6 {
    background: url(../../images/inbg.jpg) top left;
    padding: 5rem 0 11rem;
}

.space6 .sp6 {}


.sp6 .sp61 {
    background: rgba(160, 144, 129, .15);
    width: 1464px;
    max-width: 100%;
    margin: 0 auto 5.5rem;
    padding: 1.9rem 2.7rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}

.sp6 .sp61:before {
    content: '';
    background: url(../../images/space61_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 278px;
    max-width: 100%;
    min-height: 275px;
    position: absolute;
    bottom: -0.6rem;
    right: -1.6rem;
    z-index: -1;
}

.sp61 .sp61_lt {
    width: 48%;
}

.sp61 .sp61_lt img {}

.sp61 .sp61_cen {
    width: 31.7%;
}

.sp61 .sp61_cen img {
    margin-bottom: 3.7rem;
}

.sp61 .sp61_cen .sp61_txt {}

.sp61 .sp61_cen .sp61_txt p {
    text-align: justify;
}

.sp61 .sp61_rt {
    width: 16.5%;
    padding-top: 2.9rem;
    text-align: center;
}

.sp61 .sp61_rt .sp61_title {
    width: 65%;
    margin: 0 auto;
}

.sp61 .sp61_rt .sp61_title img {}



.sp6 .sp62 {
    width: 1571px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width:1536px) {
    .sp6 .sp62 {
        max-width: 95%;
    }
}

@media screen and (max-width:1366px) {
    .sp6 .sp61 {
        max-width: 95%;
    }
}

@media screen and (max-width:1280px) {
    .sp6 .sp61:before {
        max-width: 20%;
        min-height: 220px;
    }

    .sp61 .sp61_rt .sp61_title {
        width: 90%;
    }
}

@media screen and (max-width:1100px) {
    .space .space6 {
        padding: 5rem 0 8rem;
    }
}

@media screen and (max-width:834px) {
    .sp6 .sp61 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sp61 .sp61_lt {
        width: 100%;
        text-align: center;
    }

    .sp61 .sp61_cen {
        width: 60%;
        order: 0;
        order: -1;
        margin-bottom: 3rem;
    }

    .sp61 .sp61_rt {
        width: 50%;
        padding-top: 0;
        order: -2;
        margin-bottom: 3rem;
    }

    .sp61 .sp61_rt img {
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .space .space6 {
        padding: 3rem 0 7rem;
    }

    .sp6 .sp61 {
        margin: 0 auto 3rem;
    }

    .sp6 .sp61:before {
        min-height: 130px;
        right: -0.5rem;
    }

    .sp61 .sp61_cen {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:430px) {
    .space .space6 {
        padding: 3rem 0 5rem;
    }

    .sp6 .sp61 {
        padding: 1.9rem 1rem;
    }
}

@media screen and (max-width:390px) {
    .sp61 .sp61_rt .sp61_title {
        width: 100%;
    }
}

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

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

/***space end****/
/***********************/
/***********************/
/***notice start***/

.notice {
    padding: 6rem 0 10rem;
}

.notice .note {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.note .note_title {
    width: 24.2%;
    text-align: center;
    margin-right: 1.7rem;
}

.note .note_title img {}

.note .note_inner {
    width: 66.4%;
}

.note_inner .note_info {
    margin-bottom: 1rem;
}

.note_inner .note_info ul {}

.note_inner .note_info ul li {}


.notice .note3 .note_info {
    margin-top: 3rem;
}


.notice .note_line {
    text-align: center;
    padding: 3rem;
}

@media screen and (max-width:1280px) {
    .notice {
        padding: 6rem 2rem 10rem;
    }
}

@media screen and (max-width:834px) {
    .note .note_inner {
        width: 74%;
    }
}

@media screen and (max-width:576px) {
    .notice .note {
        flex-wrap: wrap;
        justify-content: center;
    }

    .note .note_title {
        width: 30%;
        margin: 0 0 3rem 0;
    }

    .note .note_inner {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .note .note_title {
        width: 40%;
    }
}

@media screen and (max-width:414px) {
    .notice {
        padding: 6rem 2rem 5rem;
    }
}

@media screen and (max-width:350px) {
    .notice {
        padding: 6rem 1rem 5rem;
    }
}

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

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

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

/***notice end****/
/***********************/

/***********************/
/***location start***/

.location {
    padding: 6rem 0 10rem;
}

.location .loc_cont {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto 4.7rem;
    display: flex;
    justify-content: space-between;
}

.loc_cont .loc_lt {
    width: 41%;
    padding-left: 9rem;
}

.loc_lt .loc_lt_logo {
    margin-bottom: 6rem;
}

.loc_lt .loc_lt_logo img {
    width: 21%;
    margin-right: 2rem;
    display: inline-block;
    vertical-align: bottom;
}

.loc_lt .loc_lt_logo h2 {
    font-size: 24px;
    display: inline-block;
}

.loc_lt .loc_lt_logo h2 span {
    font-size: 16px;
}

.loc_lt .loc_lt_tel {
    display: flex;
    align-items: center;
}

.loc_lt .loc_lt_tel img {
    margin-right: 1.2rem;
}

.loc_lt .loc_lt_tel .loc_tel {}

.loc_lt .loc_lt_tel .loc_tel h6 {
    font-size: 18px;
    color: #657279;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.loc_lt .loc_lt_tel .loc_tel p {
    font-size: 36px;
    font-family: 'EB Garamond';
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.loc_lt .loc_line {
    background: #657279;
    width: 75%;
    height: 1px;
    margin: 3.2rem 0;
}

.loc_lt .loc_lt_info {
    padding-left: 7rem;
}

.loc_lt .loc_lt_info ul {}

.loc_lt .loc_lt_info ul li {}

.loc_lt .loc_lt_info ul li p {
    display: inline-block;
}

.loc_lt .loc_lt_info ul li p:first-child {
    font-size: 18px;
    color: #6e7a80;
    margin-right: 2rem;
}

.loc_lt .loc_lt_info ul li p:last-child {
    font-size: 18px;
}


.loc_cont .loc_rt {}



.map {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 647px;
    position: relative;
    overflow: hidden;
}

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



@media screen and (max-width:1366px) {
    .location .loc_cont {
        padding: 0 2rem;
    }

    .loc_cont .loc_lt {
        padding-left: 2rem;
    }

    .map {
        max-width: 95%;
    }
}

@media screen and (max-width:1100px) {
    .loc_cont .loc_lt {
        width: 60%;
    }
}

@media screen and (max-width:1000px) {
    .loc_lt .loc_line {
        width: 96%;
    }
}

@media screen and (max-width:834px) {
    .location .loc_cont {
        flex-wrap: wrap;
        justify-content: center;
    }

    .loc_cont .loc_lt {
        padding-left: 0;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:768px) {
    .loc_lt .loc_lt_logo {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:650px) {
    .loc_cont .loc_lt {
        width: 80%;
    }
}

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

@media screen and (max-width:450px) {
    .loc_cont .loc_lt {
        width: 100%;
    }

    .loc_lt .loc_lt_logo {
        margin-bottom: 3rem;
    }

    .loc_lt .loc_lt_tel img {
        width: 12%;
    }

    .loc_lt .loc_line {
        margin: 2rem 0;
    }

    .loc_lt .loc_lt_info {
        padding-left: 0;
    }

    .loc_cont .loc_rt {
        width: 35%;
        margin: 0 0 0 auto;
    }
}

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

@media screen and (max-width:414px) {
    .location {
        padding: 6rem 0 5rem;
    }

    .location .loc_cont {
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:380px) {
    .loc_lt .loc_lt_info ul li p:first-child {
        margin-right: 1rem;
    }
}

@media screen and (max-width:370px) {
    .loc_lt .loc_lt_info ul li p:last-child {
        letter-spacing: 0px;
    }
}

@media screen and (max-width:350px) {
    .location .loc_cont {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .loc_lt .loc_lt_logo h2 {
        font-size: 20px;
    }

    .loc_lt .loc_lt_info ul li p:first-child {
        display: block;
    }
}

@media screen and (max-width:320px) {
    .loc_lt .loc_lt_logo img {
        margin-right: 1rem;
    }
}

@media screen and (max-width:300px) {
    .loc_lt .loc_lt_logo h2 {
        font-size: 18px;
    }
}

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

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

/***location end****/
/***********************/
/***********************/
/***room start***/

.room {
    padding: 6rem 0 10rem;
}

.room .rm {
    width: 1660px;
    max-width: 100%;
    margin: 0 auto;
}

.rm .rm_title {
    text-align: center;
    margin-bottom: 3rem;
    position: absolute;
    top: 28rem;
    right: 46rem;
}

.rm .rm_title img {}

.rm .room_inner {
    position: relative;
    margin-bottom: 5rem;
}

.room_inner .ws_images:before {
    content: '';
    background: url(../../images/room_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 528px;
    max-width: 16%;
    min-height: 76px;
    position: absolute;
    bottom: 2.3rem;
    right: 11rem;
    z-index: 1;
}


.room_inner .rm_order {
    position: relative;
    text-align: right;
    padding-right: 13.6rem;
    padding-top: 1rem;
    z-index: 91;
}

.room_inner .rm_order:before {
    content: '';
    background: url(../../images/room_deco02.png) top right no-repeat;
    background-size: contain;
    width: 103px;
    max-width: 100%;
    min-height: 104px;
    position: absolute;
    top: -5rem;
    right: 3.4rem;
}

.room_inner .rm_order img {
    display: inline-block;
    vertical-align: middle;
}

.room_inner .rm_order a h5 {
    display: inline-block;
    font-size: 22px;
    color: #707c82;
    vertical-align: middle;
    margin-right: 1rem;
    font-weight: 700;
    transition: .5s all;

}

.room_inner .rm_order a h6 {
    display: inline-block;
    font-family: 'EB Garamond';
    font-weight: 500;
    vertical-align: middle;
    transition: .5s all;
}

.room_inner .rm_order a:hover h5 {
    color: #464646;
}

.room_inner .rm_order a:hover h6 {
    color: #707c82;
}



.rm .room_bot {}

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

.room_bot .room_info:first-child {
    margin-bottom: 3rem;
}

.room_info .roomb_title {
    width: 10.2%;
}

.room_info .roomb {
    width: 85%;
    padding-left: 1.4rem;
}

.roomb td {
    vertical-align: middle;
    border: 0;
    padding: .5em .2em;
    border-right: solid 1px #000;
}

.roomb table {
    border: 1px #000 solid;
}

.roomb table tr {
    border-bottom: solid 1px #000;
}

.roomb table tr:nth-of-type(1) {
    border-bottom: solid 2px #000;
}

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

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

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

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

@media screen and (max-width:1600px) {
    .rm .rm_title {
        right: 37rem;
    }
}

@media screen and (max-width:1536px) {
    .room {
        padding: 6rem 2rem 10rem;
    }

    .rm .rm_title {
        right: 10rem;
    }
}

@media screen and (max-width: 1366px) {
    .rm .rm_title {
        right: 13rem;
    }
}

@media screen and (max-width:1280px) {
    .room_inner .ws_images:before {
        max-width: 25%;
    }

    .room_info .roomb_title {
        width: 12%;
    }
}

@media screen and (max-width: 1200px) {
    .rm .rm_title {
        right: 43rem;
        top: 47rem;
    }
}

@media screen and (max-width: 1100px) {
    .rm .rm_title {
        right: 0;
        left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {
    .rm .rm_title {
        top: 37rem;
    }
}

@media screen and (max-width:834px) {
    .room_info .roomb {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .rm .rm_title {
        top: 0;
        position: relative;
        margin-bottom: 3rem;
    }

    .room_inner .ws_images:before {
        max-width: 27%;
        right: 8rem;
        bottom: 1rem;
    }

    .room_inner .rm_order {
        padding-right: 9rem;
    }

    .room_inner .rm_order:before {
        max-width: 10%;
        min-height: 74px;
        top: -3.6rem;
        right: 2rem;
    }
}

@media screen and (max-width:650px) {
    .room_inner .ws_images:before {
        right: 7rem;
    }

    .room_inner .rm_order:before {
        min-height: 60px;
        top: -3rem;
        right: 1rem;
    }
}

@media screen and (max-width:650px) {
    .room_bot .room_info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .room_info .roomb_title {
        width: 30%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .room_info .roomb {
        padding-left: 0;
    }
}

@media screen and (max-width:450px) {
    .rm .rm_title {
        width: 50%;
        margin: 0 auto 2rem;
    }

    .room_inner .ws_images:before {
        right: 5rem;
        min-height: 26px;
    }

    .room_inner .rm_order {
        padding-right: 5rem;
        padding-top: 0.5rem;
    }

    .room_inner .rm_order:before {
        min-height: 40px;
        top: -2rem;
    }

}

@media screen and (max-width:414px) {
    .room {
        padding: 6rem 0 5rem;
    }

    .room_inner .rm_order:before {
        min-height: 38px;
        top: -1.9rem;
    }

    .rm .room_inner {
        margin-bottom: 3rem;
    }

    .rm .room_bot {
        padding: 0 2rem;
    }
}

@media screen and (max-width:402px) {
    .room_inner .ws_images:before {
        right: 4rem;
        min-height: 20px;
    }
}

@media screen and (max-width:390px) {
    .room_inner .rm_order:before {
        min-height: 33px;
        top: -1.7rem;
    }
}

@media screen and (max-width:360px) {
    .room_inner .rm_order:before {
        top: -1.6rem;
    }
}

@media screen and (max-width:350px) {
    .room {
        padding: 6rem 1rem 5rem;
    }

    .rm .room_bot {
        padding: 0 1rem;
    }
}

@media screen and (max-width:310px) {
    .room_inner .rm_order {
        padding-right: 3rem;
    }
}

@media screen and (max-width:300px) {
    .room_inner .rm_order:before {
        top: -1.4rem;
    }
}

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

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

/***room end****/
/***********************/





/*gotop*/
#gotop {
    position: fixed;
    right: 1rem;
    bottom: 5em;
    z-index: 30;
    cursor: pointer;
    display: none;
}

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

#gotop:hover img {
    transform: translateY(-5px);
}

.height {
    transform: translateY(-500px);
}


/***********************/
/***scenic start***/

.scenic {
    padding: 6rem 0 10rem;
    position: relative;
}

.scenic .sce {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
}

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

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    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: #fff;
    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 screen and (max-width:1100px) {
    .scenic .sce {
        padding: 0 2rem;
    }
}

@media (max-width:480px) {

    .scebtn {
        padding: 0 0;
    }

    .scebtn h2 {
        margin: 5px;
    }
}

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

@media screen and (max-width:414px) {
    .scenic {
        padding: 6rem 2rem 5rem;
    }
}

@media (max-width:400px) {
    .scebtn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:360px) {
    .scenic {
        padding: 6rem 1rem 5rem;
    }
}

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

.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: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
    display: block !important;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 25px;
}

.scemore {
    text-align: right;
}

.scemore img {
    display: inline-block !important;
}

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

/*isce*/


.isce {
    padding-top: 0;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
    transition: .5s all;
}

.isce ul li img {
    margin: 0 auto;
}

.isce h2 {
    font-size: 16px;
    padding: 2rem 0;
    text-align: center;
}

.isce ul li p {
    font-size: 15px;
}

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

@media(max-width:1550px) {
    .iscebg {
        padding: 0 20px;
    }

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {}

@media(max-width:991px) {
    .scenic {
        padding: 0 6rem 0 8rem;
    }

    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }



    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

}

@media(max-width:700px) {
    .iscebg {
        padding: 0 15px;
    }


    .isce ul li {
        width: 23%;
    }
}

@media(max-width:600px) {
    .isce ul li {
        width: 45%;
    }
}

@media(max-width:450px) {
    .scenic {
        padding: 0 2rem;
    }

    .isce ul li {
        width: 48%;
    }
}

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

@media(max-width:380px) {
    .isce ul li {
        padding: 0 .5em;
    }

    .isce ul li p {
        font-size: 14px;
    }
}

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


.isce li:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
}

.isce ul li:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

.scale_img {
    overflow: hidden;
}

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

.scale_img2 {
    overflow: hidden;
}

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

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

.scecontainer {
    display: block;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
}

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

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


/***scenic end****/
/***********************/
/*---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: solid 1px #afafaf;
}

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

.icons li span {
    display: block;
    font-size: 16px;
    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: 9%;
}

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

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

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

@media screen and (max-width:650px) {
    .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: 32%;
        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: 12%;
    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: 14%;
    }
}

@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: 32%;
    }

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

@media screen and (max-width:400px) {
    .note_icon li {
        width: 31%;
        padding: 6px;
    }
}