/*--------------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;
    vertical-align: baseline;
}

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

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.7rem;
    font-family: 'Kiwi Maru', 'Noto Sans TC', sans-serif, 'Nanum Pen Script', cursive;
    overflow-x: hidden;
    color: #344362;
    background: url(../../images/pattern.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 {
    text-decoration: none;
    transition: all .3s;
    display: block;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
    color: #344362;
}

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

::selection {
    background: rgba(131, 193, 227, 1);
    color: #fff;
}

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

::-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(131, 193, 227, 1);
    /*捲軸顏色*/
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

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

.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-inner>.item>img {
    display: inline-block;
}

/****header start****/
header {
    position: relative;
    min-height: 100vh;
    background: url(../../images/ibot.png) bottom center no-repeat;
}

.iflower img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.iflower img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.iflower img:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
}

.iflower img:nth-child(4) {
    position: absolute;
    bottom: -7rem;
    right: 0;
}

.idex {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.idex .idex_lt {
    position: relative;
    width: 22%;
    padding-top: 20rem;
}

.idex .idex_lt img {
    display: block;
}

.idex_lt .logo {}

.idex .idex_lt img:nth-child(2) {
    padding: 5.2rem 0 2rem;
    margin: 0 auto;
}

#scrollDown {
    position: relative;
    top: 0rem;
    right: 0rem;
    width: 9px;
    height: 65px;
    margin: 0 auto;
}

#scrollDown::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #83c1e3;
    transform: translateX(-50%);
}

#scrollDown a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#scrollDown a p {
    font-size: 18px;
    color: #83c1e3;
    font-family: 'Nanum Pen Script';
    position: absolute;
    bottom: -3rem;
    left: -2rem;
}

#scrollDown a span {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    top: 0;
    left: 50%;
    background: #83c1e3;
    border-radius: 100%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-animation: scrollDown 3s cubic-bezier(0.66, 0.66, 0.42, 0.9) forwards infinite;
    animation: scrollDown 3s cubic-bezier(0.66, 0.66, 0.42, 0.9) forwards infinite;
}

@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
        top: -10%
    }

    5% {
        opacity: 1;
        top: 0
    }

    95% {
        top: 100%;
        opacity: 1
    }

    96% {
        opacity: 0
    }

    100% {
        top: 110%
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        top: -10%
    }

    5% {
        opacity: 1;
        top: 0
    }

    95% {
        top: 100%;
        opacity: 1
    }

    96% {
        opacity: 0
    }

    100% {
        top: 110%
    }
}

.idex .idex_lt img:nth-of-type(2) {
    padding: 3rem 0 0;
    margin: 0 auto;
}


.idex .idex_rt {
    width: 77%;
    position: relative;
    padding: 0 0 13rem;
}

.idex_rt .irt_deco img:nth-of-type(1) {
    position: absolute;
    bottom: -3rem;
    right: -6rem;
    z-index: -1;
}

.idex_rt .irt_deco img:nth-of-type(2) {
    position: absolute;
    bottom: 5rem;
    right: -20rem;
    z-index: 1;
}

@media screen and (max-width:1730px) {
    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 10rem;
        right: -12rem;
        width: 60%;
    }
}

@media screen and (max-width:1600px) {
    .iflower img:nth-child(1) {
        width: 9%;
    }

    .iflower img:nth-child(2) {
        width: 13%;
    }

    .iflower img:nth-child(3) {
        width: 14%;
    }

    .iflower img:nth-child(4) {
        width: 9%;
    }

    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 13rem;
        right: -5rem;
        width: 50%;
    }
}

@media screen and (max-width:1450px) {
    .idex_rt .irt_deco img:nth-of-type(1) {
        bottom: 2rem;
        right: 0rem;
    }

    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 10rem;
        right: 0rem;
    }
}

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

@media screen and (max-width:1200px) {
    header {
        min-height: auto;
    }

    .idex .idex_rt {
        padding: 0 0 10rem;
    }
}

@media screen and (max-width:991px) {
    header {
        padding-top: 12rem;
    }

    .iflower img:nth-child(1) {
        top: 9rem;
    }

    .iflower img:nth-child(3) {
        top: 11rem;
    }

    .idex .idex_lt {
        width: 26%;
        padding-top: 6rem;
    }

    .idex .idex_lt img:nth-of-type(2) {
        width: 70%;
    }

    .idex .idex_rt {
        width: 67%;
        padding: 0 0 5rem;
    }
}

@media screen and (max-width:768px) {
    header {
        background-size: contain;
    }

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

    .iflower img:nth-child(1) {
        width: 20%;
    }

    .iflower img:nth-child(2) {
        width: 20%;
    }

    .iflower img:nth-child(3) {
        width: 20%;
    }

    .iflower img:nth-child(4) {
        width: 11%;
    }

    .idex .idex_lt {
        width: 50%;
        padding-top: 3rem;
    }

    .idex .idex_rt {
        width: 95%;
    }

    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 4rem;
    }
}

@media screen and (max-width:414px) {
    .idex .idex_lt img:nth-child(2) {
        padding: 2.2rem 0 1rem;
    }

    .idex .idex_rt {
        width: 100%;
        padding: 0 0 1rem;
    }

    .idex_rt .irt_deco img:nth-of-type(1) {
        bottom: 0rem;
    }

    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 1rem;
        right: -1rem;
    }
}

@media screen and (max-width:393px) {
    .idex_rt .irt_deco img:nth-of-type(2) {
        bottom: 0rem;
        right: 0rem;
    }
}

@media screen and (max-width:330px) {
    .iflower img:nth-child(3) {
        top: 10rem;
    }
}

@media screen and (max-width:300px) {
    .iflower img:nth-child(3) {
        top: 8rem;
    }
}

/****header end****/
/***********************/
/****nav start****/
nav {
    z-index: 100;
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #000;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 26px;
}

/*navbar*/
.navbar {
    text-align: left;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.navtop,
.intop {
    position: fixed;
    z-index: 30;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
}

/*mlogo*/
.mlogo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    min-height: 160px;
    padding: 2.5rem 0 0 4.8rem;
    text-align: left;
    background: url(../../images/mlogo_bg.png) top left no-repeat;
    background-size: contain;
    margin-right: 3.6rem;
}

.mlogo a {
    display: inline-block;
    transition: .3s ease all;
}

.mlogo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 76%;
    background: #e4f3f8;
    padding: 2.9rem 5rem;
    border-radius: 100px;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.5rem;
    letter-spacing: 3px;
    text-align: center;
}

.ibutton ul li a {
    display: block;
    position: relative;
    transition: .5s all;
}

.ibutton ul li a img {
    transition: .5s all;
}

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

@media (any-hover: hover) {
    .ibutton ul li a:hover img {
        opacity: 0;
    }

    .ibutton ul li a:hover .ibut1 {
        opacity: 1;
    }
}

@media screen and (max-width:1830px) {
    .ibutton {
        width: 77%;
        padding: 2.9rem 3rem;
    }
}

@media screen and (max-width:1760px) {
    .mlogo {
        margin-right: 1.6rem;
    }

    .ibutton {
        padding: 2.9rem 1rem;
    }
}

@media screen and (max-width:1700px) {
    .ibutton {
        width: 78%;
    }

    .ibutton ul {
        text-align: center;
    }

    .ibutton li {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width:1600px) {
    .mlogo {
        padding: 1.5rem 0 0 1.8rem;
    }
}

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

@media screen and (max-width:1420px) {
    .mlogo {
        width: 24%;
    }

    .ibutton {
        width: 70%;
    }
}

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

    .ibutton {
        width: 65%;
    }
}

@media screen and (max-width:991px) {
    .mibutton {
        display: block;
        top: 2.5em;
    }

    .mlogo {
        width: 100%;
        text-align: left;
        padding: 1.5rem 0 0 .8rem;
        min-height: 110px;
    }

    .mlogo a {
        display: inline-block;
        width: 200px;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 1em;
    }

    .ibutton li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ibutton li a {
        padding: 1em;
        transition: .2s ease all;
        height: auto;
    }

    .navbar {
        padding: 0;
        position: fixed;
        opacity: 1;
        pointer-events: auto;
        background: rgb(228 243 248 / 1);
    }
}
@media screen and (max-width:414px){
.mlogo {
    min-height: 75px;
    padding: 0.8rem 0 0 0.8rem;
}
	.mlogo a {
    width: 130px;
}
.mibutton {
    top: 1.5em;
}
.ibutton ul {
    height: 600px;
    overflow-y: scroll;
}
}
@media screen and (max-width:350px) {
    .mlogo {
        width: 75%;
    }

    .mlogo a {
        width: 130px;
    }
}

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

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

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

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

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

/****nav end****/
/***********************/
/***incen start***/
.incen {
    background: url(../../images/incen_bg.jpg) top left;
    padding: 10rem 0 12rem;
}

.incen .incen_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.buttom .incen_font {
    position: absolute;
    top: -6rem;
    left: 3rem;
}

.incen_font .incen_title {
    min-height: 100px;
    position: relative;
}

.incen_font .incen_title:before {
    content: '';
    background: url(../../images/incen_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 55px;
    max-width: 100%;
    min-height: 51px;
    position: absolute;
    bottom: 0;
    right: -1rem;
}

.incen_font .incen_title h2 {
    font-size: 24px;
    color: #344362;
    position: relative;
    z-index: 1;
    padding: 0 1.1rem 0 .9rem;
    font-weight: 500;
}

.incen_font .incen_title h2:before {
    content: '';
    background: #83c1e3;
    width: 100%;
    min-height: 10px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.incen_font .incen_title h3 {
    font-size: 18px;
    color: #83c1e3;
    font-family: 'Nanum Pen Script';
    padding: 1.5rem 0 0 1rem;
    text-align: left;

}

.incen_font .incen_txt {
    width: 92%;
    min-height: 80%;
}

.incen_font .incen_txt p {
    font-size: 17px;
    color: #344362;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.8;
}

.incen_inner .buttom {}

.incen_inner .buttom ul {
    display: flex;
    flex-wrap: wrap;
}

.incen_inner .buttom ul li {
    width: 25%;
    text-align: left;
}

.incen_inner .buttom ul li:nth-child(2) {
    margin-bottom: 9rem;
}

.incen_inner .buttom ul li a {
    display: block;
}

.incen_inner .buttom ul li a {
    transition: .5s all;
}

.incen_inner .buttom ul li a:hover {
    transform: translateY(-10px);
}

@media screen and (max-width:1370px) {
    .incen .incen_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1000px) {
    .incen_inner .buttom ul li:nth-child(1) {
        width: 100%;
    }

    .buttom .incen_font {
        position: relative;
        top: 0;
        left: 0;
        width: 26%;
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:910px) {
    .buttom .incen_font {
        width: 30%;
    }
}

@media screen and (max-width:790px) {
    .buttom .incen_font {
        width: 40%;
    }

    .incen_font .incen_title:before {
        right: 3rem;
    }

    .incen_font .incen_title h2:before {
        width: 80%;
    }

    .incen_font .incen_txt {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .incen_inner .buttom ul li {
        width: 33.33%;
    }

    .incen_inner .buttom ul li:nth-child(2),
    .incen_inner .buttom ul li:nth-child(5) {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:700px) {
    .buttom .incen_font {
        width: 50%;
    }

    .incen_font .incen_title h2:before {
        width: 75%;
    }

    .incen_font .incen_title:before {
        right: 7rem;
    }
}

@media screen and (max-width:590px) {
    .buttom .incen_font {
        width: 60%;
    }
}

@media screen and (max-width:500px) {
    .buttom .incen_font {
        width: 70%;
    }

    .incen_font .incen_title {
        text-align: center;
    }

    .incen_font .incen_title:before {
        right: 3rem;
    }

    .incen_font .incen_title h2:before {
        left: 3rem;
    }

    .incen_font .incen_title h3 {
        padding: 1.5rem 0 0 6rem;
    }

    .incen_font .incen_txt {
        width: 85%;
    }
}

@media screen and (max-width:430px) {
    .buttom .incen_font {
        width: 80%;
    }

    .incen_font .incen_title h2:before {
        width: 80%;
    }

    .incen_inner .buttom ul li {
        width: 50%;
    }

    .incen_inner .buttom ul li:nth-child(2),
    .incen_inner .buttom ul li:nth-child(5),
    .incen_inner .buttom ul li:nth-child(6) {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:414px) {
    .incen {
        padding: 8rem 0 7rem;
    }
}

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

@media screen and (max-width:340px) {
    .buttom .incen_font {
        width: 100%;
    }
}

@media screen and (max-width:310px) {
    .incen_font .incen_title:before {
        right: 0rem;
    }

    .incen_font .incen_title h2:before {
        width: 90%;
        left: 1rem;
    }
}

/***incen end***/
/***footer***/
footer {
    background: url(../../images/ft_bg.png) bottom center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
    margin-top: 2rem;
}

.ft_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft_inner .ft_lt {
    width: 40%;
    padding: 9rem 0 0 2.3rem;
}

.ft_inner .ft_rt {
    width: 50%;
    padding: 6rem 0 0 6rem;
}

/*ftinfo*/
.ft_rt .ftinfo {
    text-align: left;
}
.ft_rt .ftinfo:nth-of-type(2){
	padding: 3rem 0 1rem 1rem;
}
.ft_rt .ftinfo:nth-of-type(3){
	padding: 3rem 0 3rem 1rem;
}
.ftinfo h5{
	font-size:18px;
}
.ftinfo ul {
    padding-top: .5em;
    display: flex;
    flex-wrap: wrap;
}

.ftinfo ul li {
    width: 50%;
}

.ftinfo ul li span {
    position: relative;
    font-size: 16px;
    color: #344362;
}

.ftinfo ul li span:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-right: 1rem;
}

.ftinfo ul li span:nth-of-type(2) {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
}

.ft_list {
    padding: 2.5rem 0;
    border-top: 1px #83c1e3 solid;
    border-bottom: 1px #83c1e3 solid;
    display: flex;
    justify-content: space-between;
}

.ft_mark {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.ft_mark img {
    vertical-align: top;
    padding-right: .5rem;
}

.ft_mark p {
    font-size: 16px;
    color: #4f91c0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

/*ft_link*/
.ft_link {
    display: inline-block;
    width: 46%;
    text-align: right;
}

.ft_link a {
    transition: .3s ease all;
    display: inline-block;
    width: 23%;
}

.ft_link a:nth-of-type(1) {
    margin-bottom: 1rem;
}

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


.ft_bot {
    max-width: 1368px;
    text-align: center;
    margin: 0 auto;
    padding: 1.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*website*/
.website {
    line-height: 2;
    font-size: 14px;
    color: #83c1e3;
}

.website a {
    color: #83c1e3;
    display: inline-block;
}

.website a h1 {
    font-size: 14px;
}

.website a:hover {
    color: #8c6637;
}




/*share*/
.share {
    color: #83c1e3;
    font-size: 12px;
    display: inline-block;
    width: 24%;
    text-align: right;
    vertical-align: middle;
}

.share a {
    vertical-align: inherit;
    padding: 0 .5rem;
    display: inline-block;
}

.share a:hover {
    opacity: .7;
}

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

    .ft_inner .ft_lt {
        padding: 9rem 0 0 0;
    }

    .ft_inner .ft_rt {
        padding: 6rem 0 0 0rem;
    }

    .ft_bot {
        padding: 1.6rem 2rem;
    }
}

@media screen and (max-width:1270px) {
    .ft_inner .ft_rt {
        width: 54%;
    }

    .share {
        width: 40%;
    }
}

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

    .ftinfo ul li {
        width: 90%;
    }
}

@media screen and (max-width:1100px) {
    footer {
        background: none;
    }

    .ft_inner {
        flex-wrap: wrap;
        padding: 0;
    }

    .ft_inner .ft_lt {
        background: url(../../images/ft_bgmob01.png) top left no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 417px;
        text-align: center;
    }

    .ft_inner .ft_rt {
        background: url(../../images/ft_bgmob02.jpg) top left;
        width: 100%;
    }

    .ft_rt .ft_title,
    .ft_rt .ftinfo,
    .ft_rt .ft_list {
        width: 60%;
        margin: 0 auto;
    }

    .ft_bot {
        background: url(../../images/ft_bgmob02.jpg) top left;
        width: 100%;
    }

    .ft_bot {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .website {
        margin-bottom: 2rem;
    }

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

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

    .ft_rt .ft_title,
    .ft_rt .ftinfo,
    .ft_rt .ft_list {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .ft_inner .ft_lt {
        background-size: contain;
        background-position: bottom left;
    }
}

@media screen and (max-width:710px) {
    .ft_inner .ft_lt {
        padding: 7rem 0 0 0;
        min-height: 377px;
    }

    .ft_inner .ft_rt {
        padding: 0;
    }

    .ft_rt .ft_title,
    .ft_rt .ftinfo,
    .ft_rt .ft_list {
        width: 80%;
    }
}

@media screen and (max-width:580px) {
    .ft_inner .ft_lt {
        padding: 6rem 0 0 0;
        min-height: 330px;
    }

    .ft_rt .ft_title,
    .ft_rt .ftinfo,
    .ft_rt .ft_list {
        width: 90%;
    }

    .ft_mark {
        width: 57%;
    }
}

@media screen and (max-width:500px) {
    .ft_inner .ft_lt {
        padding: 2rem 0 0 0;
        min-height: 275px;
    }
}

@media screen and (max-width:470px) {
    .ft_inner .ft_lt {
        min-height: 250px;
        padding: 3rem 0 0 0;
    }

    .ft_inner .ft_lt img {
        width: 50%;
    }

    .ft_rt .ft_title,
    .ft_rt .ftinfo,
    .ft_rt .ft_list {
        width: 100%;
    }

    .ft_rt .ft_title {
        padding: 0 2rem;
    }

    .ftinfo {
        padding: 3rem 2rem;
    }

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

    .ft_mark {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .ft_link {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:450px) {
   .ft_bot {
        padding: 1.6rem 2rem 9rem 2rem;
    }
}
@media screen and (max-width:430px) {
    .ft_inner .ft_lt {
        min-height: 230px;
    }
}

@media screen and (max-width:414px) {
    .ft_inner .ft_lt {
        min-height: 220px;
    }
}

@media screen and (max-width:393px) {
    .ft_inner .ft_lt {
        min-height: 210px;
    }
}

@media screen and (max-width:370px) {
    .ft_inner .ft_lt {
        min-height: 200px;
        padding: 2rem 0 0 0;
    }

    .ftinfo ul li {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .ft_inner .ft_lt {
        min-height: 190px;
    }
}

@media screen and (max-width:340px) {
    .ft_inner .ft_lt {
        min-height: 180px;
    }

    .ftinfo {
        padding: 2rem 1rem;
    }

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

@media screen and (max-width:320px) {
    .ft_inner .ft_lt {
        min-height: 170px;
    }

    .ftinfo ul li span:nth-of-type(1) {
        padding-right: 0;
    }

    .ft_bot {
        padding: 1.6rem 1rem 9rem 1rem;
    }
}

@media screen and (max-width:300px) {
    .ft_inner .ft_lt {
        min-height: 160px;
    }

    .ftinfo {
        padding: 2rem 0rem;
    }

    .ft_bot {
        padding: 1.6rem 0 9rem 0;
    }
}

/***footer end****/
/***********************/
/***banner start***/
.inmask {
    position: relative;
}

.inmask:before {
    content: '';
    background: url(../../images/inmask01.png) top left no-repeat;
    background-size: cover;
    width: 366px;
    max-width: 100%;
    min-height: 566px;
    position: absolute;
    top: 21rem;
    left: 0;
    z-index: -1;
}

/*.inmask:after {
    content: '';
    background: url(../../images/inmask02.png) top right no-repeat;
    background-size: cover;
    width: 251px;
    max-width: 100%;
    min-height: 1129px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}*/

.banner {
    width: 100%;
    min-height: 558px;
}

.banner .ban_inner {
    width: 1660px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 14.6rem 0 3rem 0;
    display: flex;
    justify-content: space-between;
}

.ban_inner .ban_title {
    padding-top: 9.7rem;
    margin-right: -2rem;
}

.ban_title .title {}

.ban_title .ban_txt {
    margin-top: 5rem;
    padding-left: 1rem;
}

.ban_inner .ban_img {}

@media screen and (max-width:1750px) {
    .inmask:before {
        background-size: 70%;
        min-height: 396px;
        top: 36rem;
    }
}

@media screen and (max-width:1650px) {
    .banner .ban_inner {
        padding: 14.6rem 0 3rem 2rem;
    }
}

@media screen and (max-width:1200px) {
    .inmask:after {
        background-size: 70%;
        min-height: 799px;
    }
}

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

    .ban_inner .ban_title {
        padding-top: 4.7rem;
    }

    .ban_title .ban_txt {
        margin-top: 2rem;
    }

    .ban_inner .ban_img {
        width: 70%;
    }
}

@media screen and (max-width:890px) {
    .ban_inner .ban_title {
        padding-top: 2.7rem;
    }

    .ban_title .title {
        width: 85%;
    }
}

@media screen and (max-width:768px) {
    .inmask:before {
        background-size: 50%;
        min-height: 276px;
        top: 11rem;
    }

    .inmask:after {
        background-size: 50%;
        min-height: 559px;
    }

    .banner .ban_inner {
        padding: 11rem 0 3rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ban_title .title {
        width: 100%;
    }

    .ban_inner .ban_img {
        width: 100%;
    }
}

@media screen and (max-width:780px) {
    .banner {
        min-height: 380px;
    }
}

@media screen and (max-width:500px) {
    .inmask:before {
        background-size: 30%;
        min-height: 176px;
        top: 11rem;
    }

    .inmask:after {
        background-size: 40%;
        min-height: 439px;
        top: 10rem;
    }

    .ban_inner .ban_title {
        margin-right: 0;
    }
}

@media screen and (max-width:414px) {
    
    .inmask:before {
        background-size: 20%;
        min-height: 116px;
        top: 19rem;
    }

    .inmask:after {
        background-size: 25%;
        min-height: 289px;
        top: 7rem;
    }
    .banner .ban_inner {
    padding: 7rem 0 3rem;
}

}

@media screen and (max-width:330px) {
    .inmask:before {
        background-size: 15%;
        min-height: 76px;
        top: 23rem;
    }

    .inmask:after {
        background-size: 20%;
        min-height: 230px;
    }

    .ban_inner .ban_title {
        padding-top: 1rem;
    }
}

@media screen and (max-width:320px) {
    .inmask:after {
        top: 9rem;
    }

    .banner .ban_inner {
        padding: 10rem 0 3rem;
    }
}

@media screen and (max-width:300px) {
    .inmask:after {
        top: 8rem;
    }

    .banner .ban_inner {
        padding: 9rem 0 3rem;
    }
}

/***banner end****/
/***********************/
/***inews start***/
.inews {
    width: 1136px;
    max-width: 100%;
    min-height: 157px;
    margin: 0 auto;
    background: #e4f3f8;
    border-radius: 100px;
    position: relative;
    padding: 3.6rem 5rem;
}

.inews:after {
    content: '';
    background: url(../../images/inews_deco.png) bottom right no-repeat;
    background-size: cover;
    width: 273px;
    max-width: 100%;
    min-height: 171px;
    position: absolute;
    bottom: -5.5rem;
    right: -6.7rem;
}

.inews .inews_title {
    margin-right: 6rem;
    display: inline-block;
}

.inews .inews_inner {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.newsline {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.newsline ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsline ul li a {
    transition: .5s all;
    color: #344362;
}

.newsline ul li a:hover {
    color: #3a7215;
}

@media screen and (max-width:1260px) {
    .inews:after {
        right: -1.7rem;
    }
}

@media screen and (max-width:1170px) {
    .inews:after {
        right: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .inews:after {
        background-size: 70%;
        min-height: 120px;
    }
}

@media screen and (max-width:780px) {
    .inews:after {
        background-size: 60%;
        min-height: 100px;
    }

    .inews .inews_title {
        margin-right: 3rem;
    }

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

@media screen and (max-width:580px) {
    .inews .inews_inner {
        width: 100%;
        margin-top: 2rem;
    }
}

@media screen and (max-width:414px) {
    .inews {
        border-radius: 60px;
    }

    .inews .inews_title {
        margin-right: 0;
        width: 50%;
    }

    .inews:after {
        background-size: 50%;
        min-height: 90px;
        bottom: -3.5rem;
    }
}

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

@media screen and (max-width:340px) {
    .inews {
        padding: 2.6rem 3rem 4rem
    }
}

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

/*about1*/
.about1 {
    margin-top: 7rem;
    background: url(../../images/abt1_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    position: relative;
}

.about1:before {
    content: '';
    background: url(../../images/abt1_deco01.png) top left no-repeat;
    background-size: cover;
    width: 717px;
    max-width: 100%;
    min-height: 784px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about1 .abt1 {
    width: 1512px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 3.7rem 0 0 0;
}

.abt1 .abt1_img {
    width: 57%;
    margin-right: 2.4rem;
}

.abt1 .abt1_wrap {
    width: 29%;
    padding: 6.2rem 7rem 0 0;
}

.abt1_wrap .abt1_legal {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.abt1_wrap .abt1_wel {
    font-size: 24px;
    color: #83c1e3;
    font-family: 'Nanum Pen Script';
    padding: 1rem 0;
    letter-spacing: 1px;
}

.abt1_wrap .abt1_wel img {}

.abt1_wrap .abt1_text {}

.abt1_wrap .abt1_text p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.68;
    font-weight: 500;
    padding-bottom: 1rem;
    letter-spacing: 0px;
}

@media screen and (max-width:1380px) {
    .about1:before {
        background-size: 70%;
        min-height: 545px;
    }

    .abt1 .abt1_wrap {
        width: 39%;
    }
}

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

@media screen and (max-width:1000px) {
    .about1:before {
        background-size: 50%;
        min-height: 385px;
        top: 14rem;
    }

    .abt1 .abt1_img {
        width: 50%;
    }

    .about1 .abt1 {
        padding: 3.7rem 0 16rem 0;
    }
}

@media screen and (max-width:910px) {
    .abt1 .abt1_wrap {
        width: 46%;
    }
}

@media screen and (max-width:768px) {
    .about1:before {
        background-size: 60%;
        min-height: 485px;
        top: auto;
        bottom: 17rem;
    }

    .about1 .abt1 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0rem 0 16rem 0;
    }

    .abt1 .abt1_wrap {
        order: -1;
        width: 95%;
        padding: 3.2rem 0 0 0;
    }

    .abt1 .abt1_img {
        width: 95%;
        margin-right: 0;
    }
}

@media screen and (max-width:576px) {
    .about1:before {
        bottom: 17rem;
        min-height: 395px;
    }
}

@media screen and (max-width:414px) {
    .about1:before {
        bottom: 12rem;
        min-height: 275px;
    }

    .about1 {
        margin-top: 3rem;
    }

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

    .abt1_wrap .abt1_wel img {
        width: 30%;
    }
}

@media screen and (max-width:350px) {
    .about1:before {
        bottom: 10rem;
        min-height: 235px;
    }

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

    .abt1_wrap .abt1_wel img {
        width: 20%;
    }
}

@media screen and (max-width:310px) {
    .about1:before {
        min-height: 205px;
    }

    .abt1_wrap .abt1_wel img {
        width: 15%;
    }
}

/*about2*/
.about2 {
    background: url(../../images/abt2_bg.jpg) top left;
    width: 100%;
    padding: 6.8rem 0 17rem;
}

.about2 .abt2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

.abt2 .abt2_title {
    margin-bottom: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abt2 .iroom {}

.abt2 .iroom ul {
    display: flex;
    justify-content: space-between;
}

.abt2 .iroom ul li {}

.abt2 .iroom ul li a {
    display: block;
    transition: .5s all;
}

.abt2 .iroom ul li a:hover {
    transform: translateY(-10px);
}

.abt2 .iroom ul li a img {}

@media screen and (max-width:1370px) {
    .abt2 .abt2_title {
        padding: 0 2rem;
    }

    .abt2 .iroom {
        padding: 0 2rem;
    }
}

@media screen and (max-width:850px) {
    .about2 {
        padding: 4rem 0 10rem;
    }

    .abt2 .abt2_title img:nth-child(2) {
        width: 50%;
    }
}

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

@media screen and (max-width:570px) {
    .abt2 .abt2_title img:nth-child(2) {
        width: 40%;
    }
}

@media screen and (max-width:500px) {
    .about2 {
        padding: 3rem 0 6rem;
    }
}

@media screen and (max-width:480px) {
    .abt2 .abt2_title {
        flex-wrap: wrap;
    }

    .abt2 .abt2_title img:nth-child(2) {
        width: 80%;
        margin-top: 3rem;
    }

    .abt2 .iroom ul {
        flex-wrap: wrap;
    }

    .abt2 .iroom ul li {
        width: 45%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:440px) {
    .about2 {
        padding: 3rem 0 2rem;
    }
}

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

/*about3*/
.about3 {
    background: url(../../images/abt3_bg.jpg) top left fixed;
    background-size: cover;
    width: 100%;
    min-height: 712px;
    position: relative;
}

.about3:before {
    content: '';
    background: url(../../images/abt3_mask.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 138px;
    position: absolute;
    top: -1px;
    left: 0;
}

@media screen and (max-width:1100px) {
    .about3 {
        min-height: 620px;
    }
}

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

@media screen and (max-width:768px) {
    .about3 {
        min-height: 430px;
        background-attachment: inherit;
    }
}

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

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

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

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

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

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

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

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

/***about end****/
/***********************/
/***facilities start***/

/*facilities1*/
.facilities1 {}

.facilities1 .fac1 {
    width: 1468px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3.7rem 0 0 16.6rem;
    display: flex;
    justify-content: space-between;
}

.fac1 .fac1_wrap {
    width: 34%;
    padding: 6rem 6.5rem 0 0;
}

.fac1_wrap .fac1_legal {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.fac1_wrap .fac1_wel {
    font-size: 24px;
    color: #83c1e3;
    font-family: 'Nanum Pen Script';
    padding: 1rem 0;
    letter-spacing: 1px;
}

.fac1_wrap .fac1_wel img {}

.fac1_wrap .fac1_text {}

.fac1_wrap .fac1_text p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.68;
    font-weight: 500;
    padding-bottom: 1rem;
    letter-spacing: 0px;
}

.fac1 .fac1_img {
    width: 60%;
}

@media screen and (max-width:1340px) {
    .facilities1 .fac1 {
        padding: 3.7rem 2rem 0 2rem;
    }

    .fac1 .fac1_wrap {
        padding: 6rem 2rem 0 0;
    }
}

@media screen and (max-width:1080px) {
    .fac1_wrap .fac1_wel img {
        width: 30%;
    }
}

@media screen and (max-width:991px) {
    .fac1 .fac1_img {
        width: 63%;
    }
}

@media screen and (max-width:768px) {
    .facilities1 .fac1 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 3.7rem 0 0 0;
    }

    .fac1 .fac1_wrap {
        width: 95%;
        padding: 0 0 5rem 0;
    }

    .fac1 .fac1_img {
        width: 95%;
    }
}

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

@media screen and (max-width:310px) {
    .fac1_wrap .fac1_wel img {
        width: 20%;
    }
}

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

.facilities2:before {
    content: '';
    background: url(../../images/fac2_deco01.png) top left no-repeat;
    background-size: contain;
    width: 622px;
    max-width: 100%;
    min-height: 784px;
    position: absolute;
    top: -6.3rem;
    left: 0;
    z-index: -1;
}

.facilities2 .fac2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 6rem 3.4rem 7.8rem;
    display: flex;
    overflow-x: hidden;
}

.fac2 .fac2_img01 {
    width: 60%;
}

.fac2 .fac2_img02 {
    width: 46%;
    margin-left: -9rem;
    padding-top: 7rem;
}

@media screen and (max-width:1100px) {
    .facilities2:before {
        background-size: 70%;
        min-height: 560px;
        top: 1.7rem;
    }

    .facilities2 .fac2 {
        padding: 6rem 3.4rem 4.8rem;
    }

    .fac2 .fac2_img02 {
        margin-left: -7rem;
    }
}

@media screen and (max-width:991px) {
    .facilities2:before {
        background-size: 60%;
        min-height: 470px;
        top: 2.7rem;
    }
}

@media screen and (max-width:850px) {
    .facilities2:before {
        background-size: 50%;
        min-height: 400px;
    }

    .fac2 .fac2_img02 {
        margin-left: -6rem;
        padding-top: 5rem;
    }
}

@media screen and (max-width:768px) {
    .facilities2 .fac2 {
        padding: 6rem 0 3.8rem;
    }
}

@media screen and (max-width:650px) {
    .facilities2:before {
        min-height: 400px;
        top: 14.7rem;
    }

    .facilities2 .fac2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fac2 .fac2_img01 {
        width: 95%;
    }

    .fac2 .fac2_img02 {
        width: 95%;
        margin-left: 0;
        padding-top: 2rem;
    }
}

@media screen and (max-width:450px) {
    .facilities2:before {
        min-height: 290px;
        top: 9.7rem;
    }

    .facilities2 .fac2 {
        padding: 4rem 0 3rem;
    }
}

@media screen and (max-width:414px) {
    .facilities2:before {
        min-height: 260px;
    }
}

@media screen and (max-width:393px) {
    .facilities2:before {
        min-height: 250px;
        top: 8.7rem;
    }
}

@media screen and (max-width:340px) {
    .facilities2:before {
        min-height: 210px;
        top: 7.7rem;
    }
}

@media screen and (max-width:300px) {
    .facilities2:before {
        top: 7.7rem;
    }
}

/*facilities3*/
.facilities3 {
    position: relative;
    margin-top: 4rem;
}

.facilities3:before {
    content: '';
    background: #e4f3f8;
    width: 100%;
    min-height: 96%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.facilities3 .fac3 {
    width: 1694px;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.fac3 .fac3_img01 {
    padding-bottom: 4rem;
}

.fac3 .fac3_img02 {}

.fac3 .fac3_img02 img {
    vertical-align: bottom;
}

@media screen and (max-width:1480px) {
    .fac3 .fac3_img01 {
        padding: 0 2rem 4rem 0;
    }
}

@media screen and (max-width:1366px) {
    .facilities3 {
        margin: 0;
    }
}

@media screen and (max-width:650px) {
    .facilities3:before {
        min-height: 100%;
    }

    .facilities3 .fac3 {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 4rem;
    }

    .fac3 .fac3_img01 {
        padding: 0 0 4rem 0;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:414px) {
    .fac3 .fac3_img01 {
        padding: 0 0 2rem 0;
    }
}

/***facilities end****/
/***********************/
/***room start***/

/*rmbt*/
.rmbt {
    width: 952px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.5rem 0 3rem 0;
    display: flex;
    justify-content: space-between;
}

.rmbt .rmbt_lt {
    width: 28%;
}

.rmbt .rmbt_lt img {}

.rmbt .rmbt_rt {
    width: 68%;
}

.rmbt .rmbt_rt ul {
    display: flex;
    justify-content: space-between;
}

.rmbt .rmbt_rt ul li {}

.rmbt .rmbt_rt ul li a {
    display: block;
    transition: .5s all;
}

.rmbt .rmbt_rt ul li a:hover {
    transform: translateY(-10px);
}

.rmbt .rmbt_rt ul li a img {}

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

    .rmbt .rmbt_lt {
        width: 95%;
        text-align: center;
    }

    .rmbt .rmbt_rt {
        width: 95%;
        text-align: center;
        margin-top: 3rem;
    }
}

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

@media screen and (max-width:414px) {
    .rmbt {
        padding: 0.5rem 0 3rem 0;
    }
}

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

.room:after {
    content: '';
    background: url(../../images/room_deco02.png) top right no-repeat;
    background-size: contain;
    width: 820px;
    min-height: 260px;
    position: absolute;
    top: 61%;
    right: 0;
    transform: translate(0, -50%);
}

.room .room_inner {
    margin: 0 auto 2rem;
    position: relative;
    width: 1136px;
    max-width: 100%;
}

.room .room_inner:before {
    content: '';
    background: url(../../images/room_deco01.png) top left no-repeat;
    background-size: contain;
    width: 940px;
    max-width: 100%;
    min-height: 784px;
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    z-index: -1;
}

.room .room_inner:after {
    content: '';
    background: url(../../images/room_deco03.png) bottom right no-repeat;
    background-size: contain;
    width: 257px;
    max-width: 100%;
    min-height: 294px;
    position: absolute;
    bottom: 4rem;
    right: -10rem;
    z-index: 100;
}

.room_inner .room_name {
    position: relative;
    text-align: right;
    margin-top: 2rem;
}

/*rmbot*/
.rmbot {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

/*roomb*/
.roomb {
    vertical-align: top;
    padding: 3% 1%;
    color: #4f91c0;
}

/*roomb_title*/
.roomb_title {
    padding-bottom: 2%;
}

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

.room_info table tr {
    border-top: #addef8 1px solid;
    border-bottom: #addef8 1px solid;
}

.room_info table tr td {
    padding: .5rem 0;
	vertical-align:middle;
}

/*rinfo*/
.rinfo {
    text-align: left;
    margin-top: 2rem;

}
@media screen and (max-width:1366px){
	.room:after {
    min-height: 180px;
    top: 62%;
}
}
@media screen and (max-width:1330px) {
    .room .room_inner:after {
        right: -6rem;
    }
}

@media screen and (max-width:1240px) {
    .room .room_inner:after {
        right: -3rem;
        width: 20%;
    }
}

@media screen and (max-width:1200px) {
    .room:after {
        background-size: 70%;
        min-height: 190px;
    }

    .room .room_inner:before {
        left: 54%;
    }
}

@media screen and (max-width:1190px) {
    .room .room_inner:after {
        right: 2rem;
        width: 15%;
    }

    .room_inner .room_name {
        padding-right: 6rem;
    }
}

@media screen and (max-width:1010px) {
    .room .room_inner:before {
        left: auto;
        right: 1rem;
        transform: translateX(0);
    }
}
@media screen and (max-width:980px){
	.room:after {
    background-size: 60%;
    min-height: 158px;
    top: 66%;
}
}
@media screen and (max-width:940px) {
    .room .room_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:820px) {
    .room:after {
        background-size: 60%;
        min-height: 160px;
        top: 64%;
    }

    .room .room_inner:before {
        background-size: 100%;
        min-height: 588px;
        bottom: -15rem;
        top: auto;
        right: 3rem;
        width: 86%;
    }

    .rmbot {
        padding: 0 2rem;
    }

}

@media screen and (max-width:800px) {
    .room .room_inner:after {
        width: 20%;
    }

    .room_inner .room_name {
        padding-right: 0rem;
    }
}

@media screen and (max-width:768px) {
    .room:after {
        top: 62%;
    }
}

@media screen and (max-width:690px) {
    .room:after {
        background-size: 45%;
        min-height: 120px;
    }
}

@media screen and (max-width:630px) {
    .room .room_inner:before {
        min-height: 408px;
        bottom: -4rem;
        right: 0rem;
        width: 75%;
    }
}

@media screen and (max-width:600px) {
    .room:after {
        top: 54%;
    }
}

@media screen and (max-width:520px) {
    .room:after {
        background-size: 35%;
        min-height: 91px;
    }

    .room .room_inner:before {
        bottom: -10rem;
    }

    .room .room_inner:after {
        width: 25%;
        bottom: 3rem;
    }
}

@media screen and (max-width:500px) {
    .room:after {
        top: 50%;
        background-size: 25%;
        min-height: 70px;
    }

    .room .room_inner:before {
        min-height: 318px;
        bottom: 1rem;
    }
}

@media screen and (max-width:450px) {
    .room:after {
        top: 45%;
    }
}

@media screen and (max-width:414px) {
    .room:after {
        top: 45%;
    }
}

@media screen and (max-width:393px) {
    .room .room_inner:after {
        width: 30%;
        bottom: 2rem;
        right: 0rem;
    }

    .room .room_inner:before {
        min-height: 250px;
        bottom: -1rem;
    }
}

@media screen and (max-width:390px) {
    .room:after {
        background-size: 20%;
        min-height: 55px;
    }
}
@media screen and (max-width:360px) {
    .room_info table tr td {
    font-size:14px;
}
}
@media screen and (max-width:340px) {
    .room:after {
        background-size: 15%;
        min-height: 48px;
		top: 43%;
    }
}
@media screen and (max-width:320px) {
    .room_info table tr td {
    font-size: 12px;
}
}

@media screen and (max-width:300px) {
    .room:after {
        background-size: 10%;
        min-height: 35px;
        top: 43%;
    }

    .room .room_inner:before {
        min-height: 250px;
        bottom: -7rem;
    }
}

/***room end****/
/***********************/
/***roomb start***/
.rmb {
    width: 100%;
    padding-bottom: 11rem;
}

.rmb .rmb_top {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

.rmb .rmb_inner {
    margin: 0 auto 2rem 0;
    position: relative;
    width: 100%;
}

.rmb .rmb_inner:before {
    content: '';
    background: url(../../images/room_deco01.png) top right no-repeat;
    background-size: contain;
    width: 940px;
    max-width: 100%;
    min-height: 784px;
    position: absolute;
    top: 5rem;
    left: 60%;
    transform: translateX(-50%);
    z-index: -1;
}

.rmb .rmb_inner:after {
    content: '';
    background: url(../../images/roomb_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 581px;
    max-width: 100%;
    min-height: 593px;
    position: absolute;
    bottom: -3rem;
    right: 3.2rem;
    z-index: 100;
}

.wowslider2 {
    position: relative;
}

.wowslider2:before {
    content: '';
    background: url(../../images/roomb_deco02.png) top right no-repeat;
    background-size: contain;
    width: 252px;
    max-width: 100%;
    min-height: 118px;
    position: absolute;
    top: 7.6rem;
    right: -20.2rem;
    z-index: 1;
}

.rmb_inner .rmb_name {
    position: relative;
    text-align: right;
    margin-top: 2rem;
    padding-right: 27rem;
}

.rmb .rmb_bot {
    position: relative;
}

.rmb .rmb_bot:before {
    content: '';
    background: url(../../images/room_deco02.png) top right no-repeat;
    background-size: contain;
    width: 820px;
    max-width: 100%;
    min-height: 260px;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translate(0, -50%);
}

.rmb_bot .rmb_wrap {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
}

.rmb_wrap .roomb2 {
    padding: 0 34.8rem 0 3.9rem;
}

.rmb_bot .rmb_note1 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10rem;
    padding: 0 11.6rem 0 7rem;
    display: flex;
}

.rmb_note1 .rmb_note1_lt {
    padding-top: 2rem;
    width: 48%;
    line-height: 1.8;
}

.rmb_note1_lt .rmb_note1_title {
    margin-bottom: 2.2rem;
    padding-left: 9rem;
}

.rmb_note1_lt .rmb_note11 {
    background: #e4f3f8;
    border-radius: 50px;
    padding: 8rem 4rem;
    text-align: center;
}

.rmb_note1_lt .rmb_note11 img {
    margin-bottom: 3.3rem;
}

.rmb_note1_lt .rmb_note11 ul {
    text-align: left;
}

.rmb_note1_lt .rmb_note11 ul li {}

.rmb_note1_lt .rmb_note11 ul li span {
    display: inline-block;
    vertical-align: top;
}

.rmb_note1_lt .rmb_note11 ul li span:nth-child(1) {
    width: 6%;
}

.rmb_note1_lt .rmb_note11 ul li span:nth-child(2) {
    width: 90%;
}

.rmb_note1 .rmb_note1_rt {
    width: 57%;
    margin-left: -5.6rem;
    z-index: -1;
}

.rmb_note1_rt .rmb_note1_img {}

.rmb_note1_rt .rmb_note12 {
    border: 1px #4f91c0 solid;
    border-radius: 50px;
    width: 614px;
    max-width: 100%;
    min-height: 248px;
    padding: 6.8rem 16.2rem 0 11rem;
    margin: -4.4rem -4.8rem 0 auto;
    position: relative;
    z-index: -2;
}

.rmb_note1_rt .rmb_note12:before {
    content: '';
    background: url(../../images/pattern.jpg) top left;
    width: 580px;
    max-width: 100%;
    min-height: 208px;
    position: absolute;
    top: -1rem;
    left: -2rem;
    z-index: -1;
}

.rmb_note1_rt .rmb_note12 p {
    line-height: 2;
    font-weight: 500;
    padding-bottom: 2.2rem;
}

.rmb_note1_rt .rmb_note12 p span {
    border: 1px #4f91c0 solid;
    border-radius: 50px;
    padding: 0 .8rem;
}

.rmb_bot .rmb_note2 {
    width: 1136px;
    max-width: 100%;
    margin: 5.8rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rmb_note2 .rmb_note2_lt {
    width: 41%;
    border: 1px #4f91c0 solid;
    border-radius: 50px;
    padding: 6rem 0 2.4rem;
    position: relative;
    margin-top: 3rem;
}

.rmb_note2 .rmb_note2_lt:before {
    content: '';
    background: url(../../images/roomb_deco05.png) top right no-repeat;
    background-size: contain;
    width: 100px;
    max-width: 100%;
    min-height: 99px;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.rmb_note2 .rmb_note2_lt p {
    line-height: 2;
    font-weight: 500;
}

.rmb_note2 .rmb_note2_lt p span {
    border: 1px #4f91c0 solid;
    border-radius: 50px;
    padding: 0 .8rem;
}

.rmb_note2 .rmb_note2_lt p:nth-child(1) {
    margin-bottom: 4.6rem;
    padding: 0 9rem 0 8.2rem;
}

.rmb_note2 .rmb_note2_lt p:nth-child(2) {
    background: #e4f3f8;
    border-radius: 50px;
    width: 77%;
    margin: 0 auto;
    padding: 1rem 3.4rem;
}

.rmb_note2 .rmb_note2_rt {}


@media screen and (max-width:1230px) {
    .rmb .rmb_inner:before {
        min-height: 674px;
        left: 52%;
    }

    .rmb .rmb_inner:after {
        background-size: contain;
        min-height: 420px;
        right: 7.2rem;
    }

    .wowslider2:before {
        top: 15.6rem;
        right: -13.2rem;
    }

    .rmb_inner .rmb_name {
        padding-right: 15rem;
    }

    .rmb .rmb_bot:before {
        min-height: 170px;
    }
}

@media screen and (max-width:1140px) {
    .wowslider2:before {
        right: -9.2rem;
        max-width: 19%;
    }

    .rmb_note1_rt .rmb_note12 {
        padding: 6.8rem 5.2rem 0 7rem;
    }

    .rmb_bot .rmb_note2 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1060px) {
    .wowslider2:before {
        right: -7.2rem;
    }

    .rmb .rmb_inner:after {
        min-height: 403px;
        max-width: 37%;
    }

    .rmb_wrap .roomb2 {
        padding: 0 13rem 0 3.9rem;
    }

    .rmb_bot .rmb_note1 {
        padding: 0 6.6rem 0 2rem;
    }

    .rmb_note1_lt .rmb_note1_title {
        padding-left: 2rem;
    }
}

@media screen and (max-width:1030px) {
    .wowslider2:before {
        right: -3.2rem;
        max-width: 20%;
        top: 1.6rem;
    }

    .rmb .rmb_inner:after {
        right: 4rem;
    }
}

@media screen and (max-width:991px) {
    .rmb {
        padding-bottom: 5rem;
    }

    .rmb .rmb_inner {
        margin: 0 auto 2rem auto;
        width: 90%;
    }

    .rmb .rmb_inner:after {
        right: -1rem;
    }

    .wowslider2:before {
        right: -9px;
        max-width: 20%;
        top: -0.4rem;
        transform: rotate(45deg);
    }

    .rmb_inner .rmb_name {
        padding-right: 4rem;
    }

    .rmb_note1 .rmb_note1_rt {
        margin-left: -3.6rem;
    }

    .rmb_note1_rt .rmb_note12 {
        padding: 6.8rem 3.2rem 0 4rem;
        margin: -4.4rem -3.8rem 0 auto;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(1) {
        padding: 0 3rem 0 4.2rem;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(2) {
        width: 90%;
    }

    .rmb_note2 .rmb_note2_rt {
        width: 55%;
    }
}

@media screen and (max-width:870px) {
    .wowslider2:before {
        right: 0;
    }

    .rmb .rmb_inner:before {
        min-height: 610px;
    }

    .rmb .rmb_bot:before {
        min-height: 142px;
        max-width: 50%;
        top: 27%;
    }
}

@media screen and (max-width:768px) {
    .rmb_bot .rmb_note1 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 2rem;
    }

    .rmb_note1 .rmb_note1_lt {
        width: 95%;
        margin-bottom: 5rem;
    }

    .rmb_note1 .rmb_note1_rt {
        margin-left: 0;
        width: 95%;
    }

    .rmb_note1_rt .rmb_note12 {
        margin: -3.4rem 0 0 auto;
    }

    .rmb_bot .rmb_note2 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 3.8rem auto 0;
    }

    .rmb_note2 .rmb_note2_lt {
        width: 75%;
        margin: 3rem 0 5rem;
    }
}

@media screen and (max-width:650px) {
    .rmb .rmb_inner:before {
        min-height: 460px;
    }

    .rmb .rmb_inner:after {
        right: 0rem;
        min-height: 233px;
        bottom: 1rem;
    }

    .rmb_inner .rmb_name {
        padding-right: 7rem;
        width: 90%;
        margin: 2rem 0 0 auto;
    }

    .rmb_wrap .roomb2 {
        padding: 0 2rem;
    }

    .rmb .rmb_bot:before {
        top: 22%;
    }

    .rmb_bot .rmb_note1 {
        margin-top: 7rem;
    }

    .rmb_note1 .rmb_note1_lt {
        width: 100%;
    }

    .rmb_note1 .rmb_note1_rt {
        width: 100%;
    }

    .rmb_note1_rt .rmb_note12 {
        margin: -4.4rem -10px 0 auto;
    }

    .rmb_note2 .rmb_note2_lt {
        width: 100%;
    }

    .rmb_note2 .rmb_note2_rt {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .rmb .rmb_inner:before {
        min-height: 300px;
        left: 47%;
    }

    .wowslider2:before {
        right: 1rem;
    }
}

@media screen and (max-width:450px) {
    .rmb .rmb_inner:after {
        right: -1rem;
        min-height: 153px;
    }

    .rmb_inner .rmb_name {
        width: 95%;
        padding-right: 0rem;
    }

    .rmb .rmb_bot:before {
        top: 23%;
        min-height: 72px;
    }
}

@media screen and (max-width:393px) {
    .rmb .rmb_inner:before {
        min-height: 250px;
    }

    .wowslider2:before {
        right: 2rem;
    }

    .rmb .rmb_bot:before {
        top: 24%;
    }

    .rmb_note1_lt .rmb_note11 {
        padding: 5rem 2rem;
    }

    .rmb_note1_rt .rmb_note12 {
        padding: 5.8rem 1.5rem 0 1.5rem;
    }

    .rmb_bot .rmb_note2 {
        margin: 1.8rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .rmb .rmb_inner:before {
        min-height: 240px;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(2) {
        padding: 1rem 2rem;
    }
}

@media screen and (max-width:340px) {
    .rmb .rmb_inner:before {
        min-height: 200px;
    }

    .rmb .rmb_bot:before {
        top: 27%;
    }

    .rmb_note1_rt .rmb_note12 {
        min-height: 228px;
    }

    .rmb_note1_rt .rmb_note12 p {
        font-size: 13px;
    }

    .rmb_note2 .rmb_note2_lt p {
        font-size: 13px;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(1) {
        margin-bottom: 2.6rem;
    }
}

@media screen and (max-width:330px) {
    .rmb .rmb_bot:before {
        top: 30%;
    }
	.rmb_wrap .roomb2 {
    padding: 0 0.5rem;
	}

    .rmb_note1_rt .rmb_note12 {
        padding: 5.8rem 1rem 0 1rem;
    }

    .rmb_note2 .rmb_note2_lt:before {
        min-height: 70px;
        right: 0rem;
    }
}

@media screen and (max-width:300px) {
    .rmb_note1_rt .rmb_note12 {
        padding: 6rem 0 0 0;
    }

    .rmb_note2 .rmb_note2_lt {
        padding: 4rem 0 2.4rem;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(1) {
        padding: 0 1rem 0 2rem;
    }

    .rmb_note2 .rmb_note2_lt p:nth-child(2) {
        padding: 1rem 2rem;
        width: 95%;
    }
}

/***roomb end****/
/***********************/
/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    padding-bottom: 0;
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 18%;
    float: left;
    border: 0px;
}

table.fac {
    padding: 0 0 3% 2%;
    display: block;
}

table.fac td {
    vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons ul {
    list-style: none;
}

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

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

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

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

@media screen and (max-width:900px) {
    .icons li span {
        letter-spacing: 1px;
    }
}

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

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

.notice {
    text-align: center;
    border-radius: 20px;
    width: 1136px;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 0 3em;
    position: relative;
    z-index: 8;
}

/*note*/
.notice .note {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
}

.note ul {}

.note li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 31%;
}

.note li a {
    display: block;

}

.note li img {
    pointer-events: none;
}

img.nt {
    max-width: 100%;
    transition: .2s linear;
}

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

.note li.active img.nt {
    opacity: 0;
}

.note li.active img.nt1 {
    opacity: 1;
}

/*hover*/
.note li a:hover img.nt {
    opacity: 0;
}

.note li a:hover img.nt1 {
    opacity: 1;
}

/*tab-content*/
.tab-content {
    padding: 3em 2em;
    min-height: 900px;
}

/*note_info*/
.note_info {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}

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

@media screen and (max-width:834px) {
    .note li {
        width: 30%;
    }
}

@media screen and (max-width:820px) {
    
    .tab-content {
        min-height: 600px;
        padding: 3em 0em;
    }
}

@media screen and (max-width:600px) {
    .note {
        padding-bottom: 1em;
    }

    .note li {
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

    .note {
        padding-bottom: 0em;
    }

    .tab-content {
        padding: 1em;
    }
}

@media screen and (max-width:500px) {
    
    .note,
    .tab-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:430px) {
	.notice {
    padding: 0em 0 2em;
}
.notice .note {
    padding-bottom: .5rem;
}
}

@media screen and (max-width:350px) {
    
    .note li {
        width: 30%;
    }
}
/***********************/
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 0;
    text-align: left;
    padding: 1% 0;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
    margin: 5px 5px;
}

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

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

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

@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: 90%;
    }
}

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

@media screen and (max-width:400px) {    
    .note_icon li {
        padding: 6px;
    }
}

@media screen and (max-width:350px) {
    .note_icon li {
        width: 31%;
        padding: 3px;
    }
}


/***top***/
#gotop {
    position: fixed;
    bottom: 0em;
    right: 0em;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .2s linear;
}


#gotop:hover {
    transform: translateY(-5px);
}

/***btm***/
#btm {
    position: fixed;
    bottom: 9rem;
    right: .5rem;
    z-index: 50;
    cursor: pointer;
    transition: .2s linear;
}

#btm li{
	transition: .5s all;
}
#btm li:hover {
    transform: translateY(-5px);
}

@media (max-width:450px) {
#gotop {
    bottom: 5em;
}
#btm {
    width: 100%;
	bottom:0;
	right:0;
}
#btm ul{
	display: flex;
}
#btm li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
#btm li:nth-child(1){
	background: #4f91c0;
}
#btm li:nth-child(2){
	background: #5fa559;
}
#btm li:nth-child(3){
	background: #da8961;
}
}

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

/***news*************************************************************************************************/

.news {
    width: 1136px;
    max-width: 100%;
    margin: 4.8rem auto 15rem;
    position: relative;
}

.news:before {
    content: '';
    background: url(../../images/news_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 635px;
    max-width: 100%;
    min-height: 356px;
    position: absolute;
    bottom: -13rem;
    right: 0;
    z-index: -1;
}

.news .newstable {
    width: 95%;
    background: #e4f3f8;
    border-radius: 100px;
    position: relative;
    padding: 5.8rem 10rem;
}

.newstable table {
    width: 100%;
}
.newstable table a:not(:nth-of-type(1)) {
	display:inline-block;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #cabaaa;
    border: solid 1px #303030;
    color: #303030;
    border-radius: 2px;
    font-weight: 400;
    transition: .2s linear;
    padding: 0em 1em;
    height: auto;
    line-height: 2;
    font-size: 16px;
    margin: 5px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #655749;
    color: #ffffff;
}

.table-responsive {
    border: 0;
    margin: 10px 0;
}

@media screen and (max-width:1366px) {
    .news {
        margin: 0rem auto 15rem;
    }
}

@media screen and (max-width:768px) {
    .news .newstable {
        padding: 5.8rem 2rem;
    }
}

@media screen and (max-width:576px) {
    .news .newstable {
        border-radius: 50px;
    }
}

@media screen and (max-width:414px) {
    .news {
        margin: 0rem auto 13rem;
    }

    .news:before {
        bottom: -9rem;
    }
}

@media screen and (max-width:310px) {
    .news {
        margin: 0rem auto 10rem;
    }

    .news:before {
        bottom: -8rem;
    }
}

/*---location-------------------------------------------------------------------------------------------------------------------*/

.location {
    width: 1136px;
    margin: 0 auto 3rem;
    max-width: 100%;
}

.location .loc_route {
    width: 100%;
    margin-bottom: 5rem;
}

.location .loc_route ul {}

.location .loc_route ul li {}

.location .loc_route ul li span {
    display: inline-block;
    line-height: 2;
}

.location .loc_route ul li span:nth-child(1) {
    width: 5%;
    vertical-align: top;
}

.location .loc_route ul li span:nth-child(2) {
    width: 90%;
}




/***map***/
.location #loc_map {
    position: relative;
    height: 600px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 5px solid #1b5195;
}

.location #loc_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width:1130px) {
    .location {
        padding: 0 2rem;
    }
}

@media (max-width:450px) {
    .location #loc_map {
        height: 330px;
    }
}

@media (max-width:330px) {
    .location #loc_map {
        height: 300px;
    }
}

/*************************
********services_sce******
**************************/
#services_sce {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3em 60px;
}

.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 (max-width:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 25px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }

    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}

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

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

.scet {
    text-align: right;
}

.scetag {
    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: 10px 0 10px;
    display: block;
    text-align: center;
}

.sceimg img {
    margin: 0 auto;
}

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

.scemore {
    text-align: right;
}

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

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

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

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

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

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }

    #services_sce {
        padding: 0 1em 60px;
    }

}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

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

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

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

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

    }

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

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

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


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

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

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

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

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


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

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

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

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

    .scecontainer .item {
        width: 19%;
    }
}

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

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

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

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}
/*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: all 0.3s;
}

.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) {


    .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) {

    .isce ul li {
        width: 48%;
    }
}

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