/*--------------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.6rem;
    font-family: 'Noto Sans TC', sans-serif, 'Playwrite GB S', cursive;
    overflow-x: hidden;
    color: #393939;
    background: url(../../images/pattern.jpg) top left repeat;
}

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;
    color: #303030;
}

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(204, 204, 204, 1);
}


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

header {
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 100;
    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: #fff;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -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(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 29px;
}

/*navbar*/
.navbar {
    padding: 0;
    text-align: left;
    min-height: auto;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    width: 70%;
    overflow: hidden;

}

.navtop,
.intop {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
    background: rgb(255 255 255 / .9);
    border-radius: 100px;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(169, 150, 137, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(169, 150, 137, 0.35));
    z-index: 99;
}

/*ilogo*/
.ilogo {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    padding: 1.3rem;
    text-align: center;
}

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

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

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 73%;
    padding: 0 3rem 0 0;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
    transition: .5s all;
    padding: 3rem 2rem 2.6rem;
}

.ibutton li:hover {
    background: rgba(249 188 166 / .5);
}


.ibutton a {
    position: relative;
    transition: .2s ease all;
    color: #dddcdc;
    letter-spacing: 1px;
}

p.en {
    color: #000000;
    font-size: 14px;
    position: relative;
}



p.ch {
    color: #000000;
    font-size: 22px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;

}

p.ch:before {
    content: '';
    background: url(../../images/menu_deco01.png) bottom left no-repeat;
    width: 43px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: -1;
}

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

@media screen and (max-width:1550px) {
    .ilogo {
        width: 25%;
    }

    .ibutton {
        padding: 0;
    }
}

@media screen and (max-width:1536px) {
    .ilogo {
        padding: 1.5rem;
    }

    .ibutton li {
        padding: 1.5rem 2rem 2.3rem;
    }
}

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

    .ibutton li {
        padding: 2rem 2rem 1.6rem;
    }
}

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

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

    .ilogo {
        width: 20%;
        padding: 2rem 1rem 1.6rem;
    }

    .ibutton {
        width: 79%;
    }
}

@media (max-width:1080px) {

    .mibutton {
        display: block;
        top: 1.5em;
    }

    .mibutton span {
        background: #f3774a;
    }

    .ilogo {
        width: 100%;
        text-align: left;
        padding: .3em 2em;
        background: transparent;
    }

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

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

    .ibutton li {
        display: block;
        width: 17%;
        padding: 0;
        margin: 0 auto 1rem;
    }

    .navbar {
        position: fixed;
        pointer-events: auto;
        background: rgba(255 255 255/.9);
        width: 100%;
        border-radius: 0;
        z-index: 99;
        top: 0;
    }
}

@media (max-width:600px) {
    .ilogo a {
        width: 160px;
    }

    .mibutton {
        top: 1.3em;
    }

    .ibutton li {
        width: 20%;
    }
}

@media (max-width:500px) {
    .mibutton {
        right: 1em;
    }

    .ibutton {
        padding: 1em;
    }

    .ibutton li {
        width: 38%;
    }

    .ibutton a {
        font-size: 16px;
    }

    .ilogo {
        padding: 0.3em 1em 0em;

    }
}

@media (max-width:450px) {
    .navbar {
        padding: 0.4rem 0;
        border-radius: 0;
    }

}

@media (max-width:414px) {
    .ibutton li {
        width: 30%;
    }
}

@media (max-width:360px) {
    .ibutton li {
        width: 30%;
    }
}

@media (max-width:350px) {
    .mibutton {
        top: 1em;
    }
}

@media (max-width:320px) {
    .ibutton li {
        width: 35%;
    }
}

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

.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-inner {}

/*item*/
.item {
    width: 100%;
    height: 1080px;
}

.carousel .item:nth-of-type(1) {
    background: url(../../flash/dex_mask.png)bottom center no-repeat, url(../../flash/dex1.jpg) top center no-repeat;
    background-size: contain, cover;

}

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

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

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

/*dex_txt*/
.dex_txt {
    position: relative;
    top: 35.9rem;
    width: 430px;
    max-width: 100%;
    margin: 0 30rem 0 auto;
}

.dex_txt .dextxt_top {
    margin-bottom: 2.5rem;
}

.dex_txt .dextxt_top h3 {
    font-size: 48px;
    color: #510f20;
    font-weight: 500;
    margin-bottom: 1.6rem;
    letter-spacing: 0;

}
.dex_txt .dextxt_top p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.8;
    width: 80%;
}

.dex_txt .dextxt_top img {}

.dex_txt .dextxt_bot {}

.dex_txt .dextxt_bot h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 1.6rem;
}
.dex_txt .dextxt_bot p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.8;
}


/***scroll***/
.scroll {
    position: absolute;
    bottom: 19rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 5;
    animation: enter 1s infinite alternate;
}

.scroll a {
    display: block;
}

@keyframes enter {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(15px);
    }
}

@media screen and (max-width:1600px) {
    .dex_txt {
        margin: 0 17rem 0 auto;
    }
}

@media screen and (max-width:1200px) {
    .item {
        height: 800px;
    }

    .dex_txt {
        margin: 0 5rem 0 auto;
        top: 22.9rem;
    }
}

@media screen and (max-width:991px) {
    .dex_txt .dextxt_top {
        margin-bottom: 1.5rem;
    }

    .scroll {
        bottom: 7rem;
    }
}

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

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

    .dex_txt {
        width: 370px;
        margin: 0 3rem 0 auto;
    }

    .dex_txt .dextxt_top {
        margin-bottom: 1rem;
    }

    .dex_txt .dextxt_top h3 {
        font-size: 40px;
    }
    .dex_txt .dextxt_top p {
        font-size: 14px;
        width: 90%;
    }

    .dex_txt .dextxt_bot h2 {
        font-size: 25px;
    }

    .dex_txt .dextxt_bot p {
        font-size: 14px;
    }

    .scroll {
        bottom: 2rem;
    }
}

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

    .carousel .item:nth-of-type(1) {
        background: url(../../flash/dex_mask.png) bottom center no-repeat, url(../../flash/dex1.jpg) top center no-repeat, #ba8058;
        background-size: contain, cover;
        background-position-x: 0, -33rem;
        background-position-y: 100%, 10rem;
    }

    .carousel .item:nth-of-type(2) {
        background: url(../../flash/dex_mask.png) bottom center no-repeat, url(../../flash/dex2.jpg) top center no-repeat, #3b424f;
        background-size: contain, cover;
        background-position-x: 0, -33rem;
        background-position-y: 100%, 10rem;
    }

    .carousel .item:nth-of-type(3) {
        background: url(../../flash/dex_mask.png) bottom center no-repeat, url(../../flash/dex3.jpg) top center no-repeat, #a8a6a1;
        background-size: contain, cover;
        background-position-x: 0, -33rem;
        background-position-y: 100%, 10rem;
    }

    .carousel .item:nth-of-type(4) {
        background: url(../../flash/dex_mask.png) bottom center no-repeat, url(../../flash/dex4.jpg) top center no-repeat, #698027;
        background-size: contain, cover;
        background-position-x: 0, -33rem;
        background-position-y: 100%, 10rem;
    }

    .dex_txt {
        margin: 0 auto;
        top: 7rem;
    }

    .dex_txt .dextxt_top h3 {
        font-size: 32px;
    }
    .dex_txt .dextxt_top p {
        line-height: 1.5;
        width: 100%;
    }

    .dex_txt .dextxt_bot h2 {
        font-size: 20px;
        margin-bottom: 1rem;
    }   

    .dex_txt .dextxt_bot p {
        line-height: 1.5;
    }
    .scroll {
        bottom: 7rem;
    }

}

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

    .carousel .item:nth-of-type(1) {
        background-position-x: 0, -30rem;
        background-position-y: 100%, 15rem;
    }

    .carousel .item:nth-of-type(2) {
        background-position-x: 0, -21rem;
    }

    .carousel .item:nth-of-type(3) {
        background-position-x: 0, -29rem;
    }

    .carousel .item:nth-of-type(4) {
        background-position-y: 100%, 14rem;
    }
}

@media screen and (max-width:393px) {
    .item {
        height: 715px;
    }

    .carousel .item:nth-of-type(1) {
        background-position-x: 0, -24rem;
    }

    .carousel .item:nth-of-type(2) {
        background-position-x: 0, -18rem;
    }

    .carousel .item:nth-of-type(3) {
        background-position-x: 0, -21rem;
    }

    .carousel .item:nth-of-type(4) {
        background-position-x: 0, -24rem;
    }

    .dex_txt {
        padding: 0 2rem;
    }
}

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

@media screen and (max-width:330px) {
    .item {
        height: 800px;
    }

    .carousel .item:nth-of-type(1) {
        background-position-x: 0, -34rem;
    }

    .carousel .item:nth-of-type(2) {
        background-position-x: 0, -23rem;
    }

    .carousel .item:nth-of-type(3) {
        background-position-x: 0, -32rem;
    }

    .carousel .item:nth-of-type(4) {
        background-position-x: 0, -35rem;
    }
}

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

/***********************/
/***inbutton start***/

.inbutton {
    width: 612px;
    max-width: 100%;
    margin: -8.3rem auto 8.5rem;
    z-index: 90;
    position: relative;
}

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

.inbutton ul li {}

.inbutton ul li a {
    text-align: center;
    transition: .5s all;
    display: block;
}

.inbutton ul li a img {}

.inbutton ul li a h4 {
    font-size: 24px;
    color: #86231a;
    font-weight: 500;
    position: relative;
    margin-bottom: .8rem;
}

.inbutton ul li a h4:before {
    content: '';
    background: url(../../images/inbutton_deco01.png) bottom center no-repeat;
    width: 112px;
    max-width: 100%;
    min-height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.inbutton ul li a h5 {
    font-size: 18px;
    color: #f3774a;
    font-weight: 400;
    font-family: 'Playwrite GB S';
    letter-spacing: 1px;
}

.inbutton ul li a:hover {
    transform: translateY(-5px);
}

@media screen and (max-width:768px) {
    .inbutton {
        margin: 1.7rem auto 8.5rem;
    }
}

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

@media screen and (max-width:450px) {
    .inbutton ul li {
        width: 30%;
    }
}

@media screen and (max-width:414px) {
    .inbutton {
        margin: 1.7rem auto 4.5rem;
    }
}

@media screen and (max-width:360px) {
    .inbutton ul li a h4 {
        font-size: 20px;
    }

    .inbutton ul li a h5 {
        font-size: 16px;
    }
}

@media screen and (max-width:330px) {
    .inbutton ul li a h4 {
        font-size: 16px;
    }

    .inbutton ul li a h5 {
        font-size: 14px;
    }
}

/***inbutton end****/
/***********************/

/***********************/
/***inews start***/

.inews {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto 15rem;
    background: #fff;
    border-radius: 50px;
    padding: 6rem 0 8rem;
    text-align: center;
}

.inews .inews_title {
    margin-bottom: 5rem;
}

.inews_inner {
    width: 1310px;
    max-width: 100%;
    margin: 0 auto;
	text-align: left;
}

.inews a .inews_more {
    width: 237px;
    max-width: 100%;
    min-height: 53px;
    background: #efbca9;
    border-radius: 50px;
    margin: 4rem auto 0;
    padding: 1.5rem 0;
    transition: .5s all;
}

.inews a .inews_more p {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.inews a .inews_more img {
    display: inline-block;
}

.inews a:hover .inews_more {
    background: #f3774a;
}

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

@media screen and (max-width:768px) {
    .inews {
        margin: 0 auto 7rem;
    }
}

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

    .inews .inews_title {
        width: 80%;
        text-align: center;
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:393px) {
    .inews {
        border-radius: 30px;
        margin: 0 auto 3rem;
    }

    .inews a .inews_more {
        margin: 2rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .inews {
        padding: 6rem 0 3rem;
        margin: 0 auto 2rem;

    }
}

/***inews end****/
/***********************/
/***********************/
/***news start***/


.news {
    position: relative;
    padding: 7rem 0 12rem;
}

.news_inner {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    padding: 6rem 12rem;
}
.newstitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.news_inner .newslist_rwd1 {
    margin-bottom: 4.5rem;
}

/***newslist_rwd1***/
.newslist_rwd1 {
    padding-bottom: 1em;
    text-align: left;
    position: relative;
    padding: 0 0 2.9rem 0;
}

.newslist_rwd1 a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
    text-align: left;
    display: inline-block;
}
.newslist_rwd1 h3 a:not(:nth-of-type(1)){
    display: inline-block;
    font-size: 16px;
}
.newslist1 {
    display: inline-block;
    width: 49%;
    position: relative;
}

.newslist1:before {
    content: '';
    max-width: 98%;
    min-height: 170px;
    border: 1px solid #fbc5b0;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s all;
}

.newslist1:hover:before {
    bottom: .5rem;
}
.detail table{
	margin: 0 auto;
}
/*npic*/
.npic {
    position: relative;
    width: 294px;
    min-height: 196px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
}

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

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

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 1.3rem 0 0 2.4rem;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

.ntitle h3 {
    font-size: 24px;
    color: #86231a;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 3rem;
}

.ntitle h3 a:nth-of-type(1){
    display: block;
    font-size: 24px;
        position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    font-size: 16px;
    margin: 0 0 1rem 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.5;
}

.ntitle span {
    font-size: 14px;
    color: #f3774a;
    font-family: 'Playwrite GB S';
    letter-spacing: 0;
}

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

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

.ntitle .news_more {
    position: absolute;
    bottom: 0;
    right: 2.2rem;
}

.ntitle .news_more p {
    margin: 0;
    font-size: 14px;
    color: #86231a;
    font-family: 'Playwrite GB S';
    position: relative;
    overflow: inherit;
    letter-spacing: 0;
    font-weight: 400;
}

.ntitle .news_more p:before {
    content: '';
    background: url(../../images/news_deco01.png) top left no-repeat;
    width: 26px;
    min-height: 26px;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1;
}

/*page_num*/
.page_num {
    padding: 1em 0;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

/*tableimg*/
.tableimg {
    width: 95%;
    margin: 0 auto;
}



.date, .back{
    text-align: right;
}

.ripple2{
   margin-bottom: 2rem;
}

@media screen and (max-width:1536px) {
    .news_inner {
        max-width: 95%;
        padding: 6rem 2rem;
    }
}

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

    .newslist1 {
        width: 80%;
        margin-bottom: 5rem;
    }
}

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

    .newslist1 {
        width: 95%;
    }
}

@media screen and (max-width:600px) {
    .news_inner {
        border-radius: 50px;
    }

    .newslist1:before {
        max-width: 80%;
    }

    .npic {
        width: 70%;
        min-height: 255px;
    }

    .ntitle {
        margin: 2rem 1rem;
        width: 70%;
    }

    .ntitle p {
        margin: 0 0 3rem 0;
    }
}

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

@media screen and (max-width:450px) {
    .newslist1:before {
       border: none;
    }

    .npic {
        width: 90%;
    }

    .ntitle {
        width: 90%;
    }
}

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

    .news_inner {
        border-radius: 30px;
        padding: 4rem 2rem 2rem;
    }

    .newslist1 {
        margin-bottom: 3rem;
    }

    .npic {
        width: 100%;
    }
}

@media screen and (max-width:393px) {
    .news {
        padding: 4rem 0;
    }
}

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

    .newslist1:before {
        min-height: 150px;
    }

    .npic {
        min-height: 205px;
    }
}

/***news end****/
/***********************/
/***********************/
/***faq start***/


.faq {
    position: relative;
    padding: 7rem 0 12rem;
}

.faq_inner {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    padding: 6rem 12rem;
}


/***newslist_rwd2***/
.newslist_rwd2 {
    padding-bottom: 1em;
    text-align: left;
    position: relative;
    padding: 0 0 4rem 0;
}

.newslist_rwd2 a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
    text-align: center;
    display: inline-block;
}
.newslist_rwd2 a:first-child{
    width: 100%;
    text-align: left;
}
.newslist_rwd2 h3 a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist_rwd2 h3 a:nth-of-type(1){
    display: block;
    text-align: left;
}
.newslist_rwd2 h3 a:not(:nth-of-type(1)){
    display: inline-block;
    font-size: 16px;
}
.newslist2 {
    display: inline-block;
    width: 100%;
    position: relative;
}

/*npic2*/
.npic2 {
    position: relative;
    width: 221px;
    min-height: 142px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
}

.npicimg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}

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

/*ntitle2*/
.ntitle2 {
    text-align: left;
    position: relative;
    margin: 1.3rem 0 0 2.4rem;
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.ntitle2 h3 {
    font-size: 24px;
    color: #86231a;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 1.8rem;
}
.ntitle2 p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 16px;
    margin: 0 0 1rem 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
    line-height: 1.5;
}
.faq_line {
    width: 100%;
    height: 1px;
    background: #fbc5b0;
}

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

.ntitle2 p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
    text-align: left;
}

.ntitle2 .news_more {
    position: relative;
    margin: 2rem 0 0 1rem;
}

.ntitle2 .news_more p {
    margin: 0;
    font-size: 14px;
    color: #86231a;
    font-family: 'Playwrite GB S';
    position: relative;
    overflow: inherit;
    letter-spacing: 0;
    font-weight: 400;
}

.ntitle2 .news_more p:before {
    content: '';
    background: url(../../images/news_deco01.png) top left no-repeat;
    width: 26px;
    min-height: 26px;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1;
}

@media screen and (max-width:1536px) {
    .faq_inner {
        max-width: 95%;
        padding: 6rem 4rem;
    }
}

@media screen and (max-width:991px) {
    .faq_inner {
        padding: 6rem 2rem;
        border-radius: 50px;
    }
}

@media screen and (max-width:834px) {
    .ntitle2 {
        width: 60%;
    }
}

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

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

    .newslist_rwd2 a {
        text-align: left;
    }

    .ntitle2 {
        width: 52%;
    }

}

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

    .ntitle2 {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .newslist_rwd2 a {
        text-align: center;
    }

    .npic2 {
        width: 95%;
        min-height: 220px;
    }

    .ntitle2 {
        width: 95%;
        margin: 2rem 0 0;
    }
}

@media screen and (max-width:414px) {
    .faq_inner {
        padding: 4rem 2rem;
        border-radius: 20px;
    }
}

@media screen and (max-width:393px) {
    .faq {
        padding: 4rem 0;
    }
}

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

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

/***faq end****/
/***********************/
/***********************/
/***service start***/

.service {
    position: relative;
    padding: 7rem 0 12rem;
}

.service .svc {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    padding: 6rem 12rem;
}

/*svc_but*/
.svc_but {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
    margin: 0 auto;
    text-align: center;
}

.svc_but ul {}

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

.svc_but li a {
    z-index: 30;
    display: block;
}

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

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

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

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

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

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

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

.svc .svc_link {
    background: #fbc5b0;
    width: 100%;
    height: 1px;
    margin: 4.5rem 0 3rem;
}


/*tab-content*/
.tab-content {
    border-radius: 10px;
    min-height: 500px;
    max-width: 100%;
    margin: 0 auto;
}

/*svc_info*/
.svc_info {
    max-width: 100%;
}

.svc_info .svc_title {
    text-align: center;
}
.svc_info .svc_title h5 {
    font-size: 16px;
    color: #86231a;
    font-weight: 400;
    text-align: center;
    margin-top: 3rem;
    letter-spacing: 1px;
}

.accordion {
    width: 1036px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em 0 7em 0;
}

.accordion-item {
    position: relative;
    text-align: left;
}

.accordion-item.active .faq_heading {
    color: #510f20;
}

.accordion-item.active .faq_icon {}

.accordion-item.active .faq_icon:before {
    background: #510f20;
    width: 20px;
    height: 3px;
}

.accordion-item.active .faq_icon:after {
    width: 0;
}

.accordion-item .faq_heading {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #f3774a;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 1.5rem 1.5rem .6rem 0;
    transition: 0.3s ease-in-out;
    border-bottom-style: dotted;
}

.accordion-item .faq_heading:hover {
    color: #066cac;
}

.accordion-item .faq_heading:hover .faq_icon:before,
.accordion-item .faq_heading:hover .faq_icon:after {
    background: #066cac;
}

.accordion-item .faq_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
}

.accordion-item .faq_icon:before,
.accordion-item .faq_icon:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #f3774a;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-item .faq_icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .faq_content {
    padding: 1rem 2rem;
    display: none;
}

.accordion-item .faq_content a {
    display: inline-block;
}

.accordion-item .faq_content {
    margin-top: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    text-align: justify;
}

/*faq1*/
.faq1-1 {}

.faq1-1 p {}

.faq1-2 {}

.faq1-2 p {}


.faq1-31 {}

.faq1-31 ul {
    width: 100%;
    display: block;
    margin: 1em auto;
    border-collapse: collapse;
}

.faq_content .thead {
    display: table-header-group;
}

.faq_content .tr {
    display: table-row;
}

.faq_content .tbody {
    display: table-row-group;
}

.faq_content .thead li,
.tr li {
    display: table-cell;
    padding: 5px;
    border: 1px solid #aaa;
}

.faq_content .thead li {
    text-align: center;
    font-weight: bold;
    background: #d0cfcf;
}

.faq_content .thead li:first-child {
    width: 14%;
}

.faq_content .thead li:nth-child(2) {
    width: 18%;
}

.faq_content ol:nth-child(even) {
    background: rgba(177, 177, 177, 0.2);
}

.faq1-32 {}

.faq1-32 p {}

.faq1-4 {}

.faq1-4 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq1-4 ul li {}

/*faq2*/

.faq2-1 {}

.faq2-11 p {}

.faq2-11 ul {
    list-style: auto;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.faq2-11 ul li {}

.faq2-12 {}

.faq2-13 {}

.faq2-13 ul {
    list-style: disc;
    padding-left: 2rem;
    margin-top: 2rem;
}

.faq2-13 ul li {}

.faq2-2 {}

.faq2-2 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq2-2 ul li {}

.faq2-31 {}

.faq2-31 ul {
    width: 100%;
    display: block;
    margin: 1em auto;
    border-collapse: collapse;
}

.faq2-31 .thead li:first-child {
    width: 17%;
}

.faq2-31 .thead li:nth-child(2) {
    width: 30%;
}

.faq2-31 .thead li:nth-child(3) {
    width: 40%;
}

.faq2-32 {}

.faq2-32 p {}

.faq2-4 {}

.faq2-4 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq2-4 ul li {}

.faq2-5 {}

.faq2-5 p {}

.faq2-5 ul {
    list-style: auto;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.faq2-5 ul li {}


/*faq3*/

.faq3-1 {}

.faq3-1 dl {}

.faq3-1 dl dt {
    font-weight: 500;
}

.faq3-1 dl dd {}

.faq3-21 {}

.faq3-21 p {}

.faq3-21 ul {
    list-style: disc;
    padding-left: 4rem;
}

.faq3-21 ul li {}

.faq3-22 {}

.faq3-22 ul {}

.faq3-22 ul li {}

.faq3-22 .thead li {
    width: 20%;
}

.faq3-22 .thead li,
.tr li {
    text-align: center;
}

.faq3-3 {}

.faq3-3 ul {}

.faq3-3 ul li {}

.faq3-3 .thead li {
    width: 20%;
}

.faq3-3 .thead li,
.tr li {
    text-align: center;
}

.faq3-4 {}

.faq3-4 table {}

.faq3-4 table tr {}

.faq3-4 table tr td {
    vertical-align: middle;
}

.faq3-4 p {
    color: #8d8787;
}


/*faq4*/

.faq4-1 {}

.faq4-1 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq4-1 ul li {}

.faq4-2 {}

.faq4-2 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq4-2 ul li {}

.faq4-3 {}

.faq4-3 ul {}

.faq4-3 ul li {}

.faq4-3 .thead li {
    width: 20%;
}

.faq4-3 .thead li,
.tr li {
    text-align: center;
}


.faq4-4 {}

.faq4-4 p {
    color: #8d8787;
}

.faq4-4 table {}

.faq4-4 table tr {}

.faq4-4 table tr td {
    vertical-align: middle;
}

/*faq5*/

#note5 .svc_title h5 {
    font-size: 16px;
    color: #86231a;
    font-weight: 400;
    text-align: center;
    margin-top: 3rem;
    letter-spacing: 1px;
}

.faq5-faq5-title p {}

.faq5-11 {}

.faq5-11 p {}

.faq5-11 p:nth-of-type(2) {
    margin-bottom: 1rem;
}

.faq5-11 ul {
    list-style: auto;
    padding-left: 4rem;
}

.faq5-11 ul li {}

.faq5-12 {}

.faq5-12 p {}

.faq5-12 ul {
    list-style: auto;
    padding-left: 4rem;
    margin-bottom: 1rem;
}

.faq5-12 ul li {}

.faq5-13 {}

.faq5-13 p {}

.faq5-13 table {}

.faq5-13 table tr {}

.faq5-13 table tr td {
    vertical-align: middle;
}


.faq5-2 {}

.faq5-2 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq5-2 ul li {}

.faq5-2 p {}

.faq5-31 {}

.faq5-31 p {}

.faq5-31 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq5-31 ul li {}

.faq5-32 {}

.faq5-32 p {}

.faq5-32 table {}

.faq5-32 table tr {}

.faq5-32 table tr td {
    vertical-align: middle;
}

.faq5-32 table tr:nth-of-type(1) td:nth-of-type(1) {
    width: 23%;
}

.faq5-32 table tr:nth-of-type(2) td {
    width: 22%;
}

.faq5-4 {}

.faq5-4 p {}

.faq5-4 table {}

.faq5-4 table tr {}

.faq5-4 table tr td {
    vertical-align: middle;
}

.faq5-4 table tr td:nth-of-type(1) {
    width: 37%;
}

.faq5-5 {}

.faq5-5 ul {}

.faq5-5 ul li {}

.faq5-5 .thead li {
    width: 20%;
}

.faq5-5 .thead li,
.tr li {
    text-align: center;
}

.faq5-6 {}

.faq5-6 p {
    color: #8d8787;
}

.faq5-6 table {}

.faq5-6 table tr {}

.faq5-6 table tr td {
    vertical-align: middle;
}

/*faq6*/

#note6 .svc_title h5 {
    font-size: 16px;
    color: #86231a;
    font-weight: 400;
    text-align: center;
    margin-top: 3rem;
    letter-spacing: 1px;
}


.faq6-1 {}

.faq6-1 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq6-1 ul li {}

.faq6-1 ul li>ul {
    list-style: none;
    padding-left: 0;
}

.faq6-1 p {}

.faq6-2 {}

.faq6-2 ul {
    list-style: auto;
    padding-left: 2rem;
}

.faq6-2 ul li {}

.faq6-2 ul li>ul {
    list-style-type: '◆ ';
    padding-left: 2rem;
}

.faq6-2 p {}

.faq6-3 {}

.faq6-3 ul {
    list-style: auto;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.faq6-3 ul li {}

.faq6-3 img {
    display: block;
}

.faq6-3 span {
    color: #8d8787;
    text-align: left;
    font-size: 16px;
}

.faq6-4 {}

.faq6-4 ul {}

.faq6-4 ul li {}

.faq6-4 .thead li {
    width: 20%;
}

.faq6-4 .thead li,
.tr li {
    text-align: center;
}

.faq6-5 {}

.faq6-5 p {
    color: #8d8787;
}

.faq6-5 table {}

.faq6-5 table tr {}

.faq6-5 table tr td {
    vertical-align: middle;
}


@media screen and (max-width:1536px) {
    .service .svc {
        max-width: 95%;
    }
}

@media screen and (max-width:1200px) {
    .service .svc {
        padding: 6rem 2rem;
    }
}

@media screen and (max-width:1000px) {
    .svc_but li {
        width: 20%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:834px) {
    .service .svc {
        border-radius: 60px;
    }
}

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

    .faq3-22 .thead li,
    .tr li {
        text-align: left;
    }

    .faq3-3 .thead li,
    .tr li {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .faq_content .thead {
        display: none;
    }

    .faq_content .tr {
        display: block;
        border: #ddd 1px solid;
        margin-bottom: 5px;
    }

    .faq_content .tr li {
        display: inline-block;
        width: 100%;
        border: none;
    }

    .faq_content .tr li:before {
        content: attr(data-title);
        display: inline-block;
        width: auto;
        min-width: 20%;
        font-weight: 900;
        padding-right: 1rem;
    }
}

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


    .svc_but {
        padding-bottom: 1em;
    }

    .svc_but li {
        width: 30%;
        margin: 0;
    }

    .svc_but li img {
        padding: 2%;
    }

    .svc_but {
        padding-bottom: 0em;
    }

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



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

    .faq2-12 table,
    .faq3-4 table,
    .faq4-4 table,
    .faq5-13 table,
    .faq5-32,
    .faq5-4,
    .faq5-6 table,
    .faq6-5 {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

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

    .svc_but,
    .tab-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }
}

@media screen and (max-width:450px) {
    .tab-content {
        min-height: 300px;
    }

    .svc_but,
    .tab-content {
        padding: 1rem 0;
    }

    .accordion {
        padding: 1em 0;
    }

    .accordion-item .faq_heading {
        font-size: 16px;
    }

    .service .svc {
        border-radius: 50px;
    }
    .faq1-4 ul {
    padding-left: 3rem;
}
.faq2-11 ul {
    padding-left: 3rem;
}
.faq2-2 ul {
    padding-left: 3rem;
}
.faq2-4 ul {
    padding-left: 3rem;
}
.faq2-5 ul {
    padding-left: 3rem;
}
.faq4-1 ul {
    padding-left: 3rem;
}
    .faq5-11 ul {
        padding-left: 3rem;
    }

    .faq5-12 ul {
        padding-left: 3rem;
    }
    .faq5-2 ul {
    padding-left: 3rem;
}
.faq5-31 ul {
    padding-left: 3rem;
}
.faq6-1 ul {
    padding-left: 3rem;
}
.faq6-2 ul {
    padding-left: 3rem;
}
.faq6-3 ul {
    padding-left: 3rem;
}
}

@media screen and (max-width:414px) {
    .service .svc {
        border-radius: 30px;
    }

    .accordion-item .faq_content {
        padding: 1rem 0;
    }

    .accordion-item .faq_icon {
        width: 2rem;
    }

    .accordion-item .faq_icon:before,
    .accordion-item .faq_icon:after {
        width: 2px;
        height: 15px;
    }

    .svc .svc_link {
        margin: 2rem 0 2rem;
    }
}

@media screen and (max-width:393px) {
    .service {
        padding: 4rem 0;
    }

    .service .svc {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width:360px) {
    .service .svc {
        padding: 2rem 2rem;
    }

    .accordion-item .faq_heading {
        font-size: 14px;
    }

    .tab-content {
        min-height: 280px;
    }

}

@media screen and (max-width:340px) {
    .accordion-item .faq_heading {
        font-size: 12px;
    }
}

/***service end****/
/***********************/

/***footer***/
footer {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-top: 7rem;
}

footer .ft_logo {
    background: #f3774a;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    width: 29%;
    position: absolute;
    top: -3rem;
    left: 0;
    padding: 7.5rem 8.6rem 4.7rem 0;
    text-align: right;
    z-index: 1;
}

.ft_logo ul {
    margin: 1.3rem 1rem 0 0;
}

.ft_logo ul li {
    display: inline-block;
}

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

.ft_logo ul li a img {}

.ft_logo ul li a:hover {
    opacity: .8;
}


.ft_inner {
    width: 1248px;
    max-width: 100%;
    margin: 0 auto 3rem;
    padding: 0 0 1.8rem 31.8rem;
    position: relative;
}

.ft_inner:after {
    content: '';
    background: #fbc5b0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}



/*ftinfo*/
.ftinfo {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 66%;
}


.ftinfo .ft_title {
    margin-bottom: 3rem;
}

.ftinfo .ft_title h1 {
    font-size: 24px;
    color: #510f20;
    font-weight: 500;
    display: inline-block;
}

.ftinfo .ft_title h2 {
    font-size: 14px;
    color: #f3774a;
    font-weight: 300;
    font-family: 'Playwrite GB S';
    display: inline-block;
    text-transform: uppercase;
}


.ftinfo ul {
    padding-top: .5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ftinfo ul li {
    line-height: 1.8;
    width: 50%;
}

.ftinfo ul li svg {
    color: #f3774a;
    padding-right: .3rem;
}

.ftinfo ul li span {
    font-size: 16px;
    color: #510f20;
    letter-spacing: 0;
}

.ftlist {
    width: 33%;
    display: inline-block;
    text-align: right;
}

.ftlist .ft_btn {}

.ftlist .ft_btn a {
    display: block;
    transition: .5s all;
}

.ftlist .ft_btn a img {}

.ftlist .ft_btn a:hover {
    transform: scale(.8);
}

.ft_bot {
    width: 1036px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5rem;
}

/*share*/
.share {
    color: #86231a;
    font-size: 12px;
    display: inline-block;
    width: 24%;
    text-align: left;
    font-weight: 300;

}

.share a {
    font-size: 12px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    transition: .5s all;
}

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


/*copyright*/
.copyright {
    color: #86231a;
    font-size: 14px;
    width: 70%;
    text-align: left;
    font-weight: 500;
    display: inline-block;
}

.copyright a {
    color: #86231a;
}

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

@media screen and (max-width:1366px) {
    footer .ft_logo {
        width: 22%;
    }
}

@media screen and (max-width:1100px) {
    .ft_inner {
        padding: 0 0 1.8rem 26rem;
    }
}

@media screen and (max-width:991px) {
    footer {
        padding-top: 0;
    }

    footer .ft_logo {
        width: 100%;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
        padding: 4.5rem 0 2.7rem 0;
        top: 0;
    }

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

    .ft_bot {
        padding-bottom: 3rem;
    }

    .share {
        width: 95%;
        text-align: center;
        margin: 0 auto 1rem;
    }

    .copyright {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width:834px) {
    .ft_logo ul {
        margin: 1.3rem 0 0 0;
    }

    .ft_inner {
        padding: 3rem 2rem 2rem;
    }

    .ftinfo {
        width: 100%;
        margin-bottom: 3rem;
    }

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

    .ftlist .ft_btn a {
        display: inline-block;
    }
}

@media screen and (max-width:450px) {
    .ftinfo .ft_title h1 {
        font-size: 20px;
    }

    .ftinfo .ft_title h2 {
        font-size: 12px;
    }

    .ftinfo ul li {
        width: 100%;
    }

    .ftlist .ft_btn a {
        width: 49%;
    }
}

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

@media screen and (max-width:360px) {
    .ftinfo .ft_title {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:330px) {
    .ft_inner {
        padding: 3rem 1rem 2rem;
    }
}

#gotop {
    position: fixed;
    bottom: 9rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

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


#btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    transition: .2s linear;
}

#btn:hover {
    transform: scale(.8);
}

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

.inbanner {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.inbanner:before {
    content: '';
    background: url(../../images/inban_deco01.png) top center no-repeat;
    background-size: contain;
    width: 1522px;
    max-width: 100%;
    min-height: 403px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.inbanner .inban_left {}

.inbanner .inban_title {
    padding-bottom: 1.5rem;
    text-align: center;
}

.inbanner .inban_right {}

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

@media screen and (max-width:1200px) {
    .inbanner:before {
        min-height: 210px;
    }

    .inban_title img:last-child {
        width: 3%;
    }
}

@media screen and (max-width:1000px) {
    .inbanner:before {
        min-height: 160px;
    }
}

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

    .inban_title img:last-child {
        width: 2%;
    }
}

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

@media screen and (max-width:450px) {
    .inbanner {
        margin-top: 5rem;
    }

    .inbanner:before {
        min-height: 100px;
        top: -3rem;
    }

    .inbanner .inban_title {
        padding-bottom: .5rem;
        width: 130%;
    }

    .inbanner .inban_right {
        text-align: right;
    }

    .inbanner .inban_left img,
    .inbanner .inban_right img {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    .inbanner:before {
        min-height: 80px;
        top: -3rem;
    }

    .inbanner .inban_left,
    .inbanner .inban_right {
        width: 90%;
    }

    .inbanner .inban_left img,
    .inbanner .inban_right img {
        width: 100%;
    }

    .inbanner .inban_title {
        padding-bottom: .5rem;
        width: 100%;
        text-align: center;
    }

    .inban_title img:last-child {
        width: 1.5%;
    }
}

@media screen and (max-width:393px) {
    .inbanner {
        margin-top: 5.5rem;
    }
}

@media screen and (max-width:330px) {
    .inbanner:before {
        min-height: 73px;
    }
}

/***inbanner end****/
/***********************/
/***about start***/

.about {
    position: relative;
    padding: 7rem 0 12rem;
}

/*about1*/
.about1 {
    width: 1248px;
    max-width: 100%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: space-between;
}

.about1 .abt11 {}

.about1 .abt11 img {}

.about1 .abt12 {
    color: #510f20;
    width: 41%;
    padding-top: 3rem;
}

.about1 .abt12 h2 {
    font-size: 30px;
    margin-bottom: 2rem;
    font-weight: 500;
}

.about1 .abt12 p {
    font-size: 16px;
    margin-bottom: 2rem;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 1.67;

}

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

@media screen and (max-width:1100px) {
    .about1 .abt11 {
        width: 55%;
    }
}

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

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

    .about1 .abt12 {
        width: 75%;
        padding: 0 0 3rem 0;
        order: -1;
    }
}

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

    .about1 .abt12 {
        width: 85%;
    }
}

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

    .about1 .abt12 {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .about1 .abt12 {
        padding: 0 0 2rem 0;
    }
}

@media screen and (max-width:414px) {
    .about1 .abt12 p {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:393px) {
    .about {
        padding: 4rem 0;
    }
}

@media screen and (max-width:360px) {
    .about1 .abt12 h2 {
        font-size: 26px;
    }
}

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

    .about1 .abt12 h2 {
        font-size: 22px;
    }
}

/*about2*/

.about2 {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 5.8rem 14.9rem;
    border-radius: 100px;
}

.about2 .abt2_title {
    text-align: center;
    margin-bottom: 5.5rem;
}

.about2 .abt2_title img {}

.about2 .abt2_inner {}

.about2 .abt2_inner ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}

.about2 .abt2_inner ul li {
    text-align: center;
}
.about2 .abt2_inner ul li a{
	transition: .5s all;
	display: block;
	filter: grayscale(0%);
}
.about2 .abt2_inner ul li a:hover{
	filter: grayscale(100%);
}

.about2 .abt2_inner ul li img {}

.about2 .abt2_inner ul li h3 {
    font-size: 24px;
    color: #86231a;
    font-weight: 500;
    margin-bottom: .4rem;
    padding-bottom: .7rem;
    position: relative;
    z-index: 0;
}

.about2 .abt2_inner ul li h3:after {
    content: '';
    background: url(../../images/abt2_deco01.png) bottom right no-repeat;
    width: 52px;
    max-width: 100%;
    min-height: 15px;
    position: absolute;
    bottom: 0;
    right: 3rem;
    z-index: -1;
}

.about2 .abt2_inner ul li h4 {
    font-size: 14px;
    color: #f3774a;
    font-weight: 400;
    font-family: 'Playwrite GB S';
    letter-spacing: 0;
}

.about2 a .abt2_more {
    width: 237px;
    max-width: 100%;
    margin: 0 auto;
    background: #efbca9;
    border-radius: 100px;
    text-align: center;
    transition: .5s all;
}

.about2 a .abt2_more p {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 1.3rem 0;
    font-weight: 500;
}

.about2 a .abt2_more img {
    display: inline-block;
}

.about2 a:hover .abt2_more {
    background: #f3774a;
}

@media screen and (max-width:1536px) {
    .about2 {
        max-width: 95%;
        padding: 5.8rem 5rem;
    }
}

@media screen and (max-width:1200px) {
    .about2 {
        padding: 5.8rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .about2 .abt2_inner ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about2 .abt2_inner ul li {
        margin-bottom: 2rem;
        width: 26%;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 7rem;
    }
}

@media screen and (max-width:768px) {
    .about2 .abt2_inner ul li {
        width: 33%;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 5.5rem;
    }
}

@media screen and (max-width:576px) {
    .about2 .abt2_inner ul li {
        width: 50%;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 6.5rem;
    }
}

@media screen and (max-width:450px) {
    .about2 .abt2_title {
        width: 80%;
        margin: 0 auto 5.5rem;
    }

    .about2 {
        padding: 5.8rem 1rem;
        border-radius: 50px;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 4.5rem;
    }
}

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

    .about2 .abt2_inner ul {
        margin-bottom: 3rem;
    }

    .about2 .abt2_title {
        margin: 0 auto 3.5rem;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 3.5rem;
    }
}

@media screen and (max-width:393px) {
    .about2 {
        padding: 4rem 1rem;
    }

    .about2 .abt2_inner ul li h3 {
        font-size: 22px;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 3.5rem;
    }
}

@media screen and (max-width:360px) {
    .about2 .abt2_inner ul li img {
        width: 80%;
    }

    .about2 .abt2_inner ul li h3 {
        font-size: 20px;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 3rem;
    }
}

@media screen and (max-width:350px) {
    .about2 {
        border-radius: 30px;
    }

    .about2 .abt2_inner ul li h4 {
        font-size: 12px;
    }
}

@media screen and (max-width:310px) {
    .about2 .abt2_inner ul li h3 {
        font-size: 18px;
    }

    .about2 .abt2_inner ul li h3:after {
        right: 2rem;
    }
}

/***about end****/
/***********************/
/***********************/
/***contact start***/

.contact {
    position: relative;
    padding: 20.7rem 0 12rem;
}

.contact .cont {
    width: 1545px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.contact .cont:before {
    content: '';
    background: #fff;
    width: 100%;
    min-height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px;
}

.cont .cont_inner {
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 6rem 0;
    
}
.cont_inner .cont_top{
    display: flex;
    justify-content: space-between;
        margin-bottom: 3rem;
}
.cont_top .cont_txt {
    width: 30%;
    padding-top: 20rem;
}

.cont_txt .cont_title {
    margin-bottom: 2rem;
}

.cont_txt .cont_title img {}

.cont_txt .cont_info {
    padding-left: 2rem;
}

.cont_txt .cont_info ul {}

.cont_txt .cont_info ul li {
    margin-bottom: .5rem;
}

.cont_txt .cont_info ul li svg {
    font-size: 16px;
    color: #f3774a;
}

.cont_txt .cont_info ul li span {
    font-size: 16px;
    color: #510f20;
}
.cont_top .cont_img{}
.cont_inner .cont_map {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 700px;
    display: inline-block;
    vertical-align: top;
    border: 12px solid #fbc5b0;
}

.cont_inner .cont_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1536px) {
    .contact {
        padding: 9.7rem 0 12rem;
    }

    .contact .cont {
        max-width: 95%;
    }
}

@media screen and (max-width:1200px) {
    .contact .cont:before {
        border-radius: 50px;
    }

    .cont .cont_inner {
        padding: 0 2rem 6rem 2rem;
    }

    .cont_top .cont_txt {
        width: 37%;
    }
}

@media screen and (max-width:1000px) {
    .contact .cont {
        padding-top: 3rem;
    }

    .contact .cont:before {
        min-height: 100%;
    }

    .cont .cont_inner {
        padding: 0 2rem 3rem 2rem;
    }

    .cont_top .cont_txt {
        width: 100%;
        margin-bottom: 3rem;
        padding-top: 0;
    }
}
@media screen and (max-width:834px){
    .cont_inner .cont_top {
    flex-wrap: wrap;
}
}
@media screen and (max-width:768px) {
    .contact {
        padding: 7rem 0;
    }

    .contact .cont:before {
        border-radius: 20px;
    }

    .cont_top .cont_txt {
        width: 60%;
    }
    .cont_inner .cont_map {
    min-height: 500px;
}
}

@media screen and (max-width:576px) {
    .contact {
        padding: 5rem 0;
    }
.cont_inner .cont_top {
    margin-bottom: 2rem;
}
    .cont_top .cont_txt {
        width: 80%;
    }
        .cont_inner .cont_map {
        min-height: 360px;
    }
}

@media screen and (max-width:450px) {
    .cont_top .cont_txt {
        width: 100%;
    }

    .cont_inner .cont_map {
        min-height: 350px;
    }
}

@media screen and (max-width:414px) {
    .cont_txt .cont_info {
        padding-left: 0;
    }

    .cont_inner .cont_map {
        border: 5px solid #fbc5b0;
    }
}

@media screen and (max-width:393px) {
    .contact {
        padding: 4rem 0;
    }
}

@media screen and (max-width:360px) {
    .cont_txt .cont_info ul li span {
        letter-spacing: 0;
    }

    .cont_inner .cont_map {
        min-height: 300px;
    }

}

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

    .cont_txt .cont_title {
        width: 80%;
    }
}

@media screen and (max-width:330px) {
    .cont_inner .cont_map {
        min-height: 250px;
    }
}

@media screen and (max-width:300px) {
    .cont_txt .cont_info ul li span {
        font-size: 14px;
    }
}

/***contact end****/
/***********************/


.height {
    transform: translateY(-200px);
}

@media screen and (max-width:414px){
    .height {
    transform: translateY(-100px);
}
}

/*---cursor---------------------------------------------------------------------------------------------------------------------------*/
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.cursor-dot {
  width: 5px;
  height: 5px;
  background: #000;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
/*  mix-blend-mode: difference;*/
  background-color: rgba(134, 35, 26,.5);
}

@media screen and (max-width: 1100px){
.cursor-dot, .cursor-dot-outline{
    display:none;
}
}