/*--------------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;
	font-family: 'Noto Serif TC', 'EB Garamond', serif;
}

/* 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.8rem;
    font-family: 'Noto Serif TC', 'EB Garamond', serif;
    overflow-x: hidden;
    color: #1a1a1a;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

td {
    vertical-align: top;
}

a {
    display: block;
    color: 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);
}

[lang="one"] {
    font-family: 'Klee One';
    font-weight: 600;
    letter-spacing: 1px;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/****overlay start****/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 40;
    display: none;
}

.overscroll {
    overflow: hidden;
}

/****overlay end****/
/************************/
/****head001 start****/
header {
    z-index: 90;
    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: #fff;
    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(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: 25px;
}

/*navbar*/
.navbar {
    background: #533c31;
    padding: 2.7rem 2rem;
    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;
    background: rgb(83 60 49 / 1);
    transition: .5s ease-in;
}

/*mlogo*/
.mlogo {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    text-align: center;
}

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

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

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 82%;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4.6rem 0 3.4rem;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
}

.ibutton li:before {
    content: '';
    background: url(../../images/menu_icon.png) center left no-repeat;
    width: 19px;
    max-width: 100%;
    min-height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 1;

}

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

p.ch {
    transition: .3s ease all;
    color: #ffffff;
}

p.en {
    transition: .3s ease all;
    color: #ceb1a3;
    font-family: 'EB Garamond';
}

.ibutton a:hover p.ch {
    transform: translateY(-100%);
}

.ibutton a:hover p.en {
    transform: translateY(-100%);
}
@media (max-width:1600px){
    .ibutton li {
    padding: 0 2.6rem 0 3.4rem;
}
}
@media (max-width:1536px) {
    .navbar {
        padding: 2.7rem 2rem 2.7rem 2rem;
    }
    .ibutton {
    width: 84%;
}
}


@media (max-width:1300px) {
    img.ft001_logo {
        max-width: 22vw;
    }

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

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

    .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;
        text-align: center;
    }

    .ibutton li:before {
        left: -13rem;
        margin: auto;
        right: 0;
    }

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

    .ibutton li a:hover {
        background: #4c4c4c;
    }

    p.ch {
        font-size: 16px;
    }

    .ibutton a:hover p.ch,
    .ibutton a:hover p.en {
        transform: translateY(0);
    }

    .navbar {
        padding: 1rem;
        position: fixed;
        opacity: 1;
        pointer-events: auto;
    }
}

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

    .mibutton {
        top: 1.3em;
    }
}

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

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

    .mlogo {
        padding: .3em 1em;
    }
}

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

/****head001 end****/
/***********************/
/***index start***/

.index {
    width: 100%;
    min-height: 926px;
    position: relative;
}

.index:before {
    content: '';
    background: url(../../images/index_deco01.png) top right no-repeat;
    background-size: contain;
    width: 428px;
    max-width: 100%;
    min-height: 699px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.index:after {
    content: '';
    background: url(../../images/index_mask.png) bottom center no-repeat;
    width: 100%;
    min-height: 397px;
    position: absolute;
    bottom: 4.3rem;
    left: 0;
    z-index: -1;
}

.index .index_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 12.5rem;
}

.index_inner .dex_lt {
    width: 41%;
    text-align: center;
    margin-right: -12rem;
    padding-left: 10rem;
    position: relative;
}

.dex_lt .logo {
    margin-bottom: 5rem;
}

.dex_lt .dex_ch {
    margin-bottom: 5rem;
}

.dex_lt .dex_ch ul {}

.dex_lt .dex_ch ul li {
    display: inline-block;
    width: 35%;
    position: relative;
    padding: 0 0 0 2rem;
    font-weight: 600;
}

.dex_lt .dex_ch ul li:before {
    content: '';
    background: #ceb1a3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    opacity: .5;
}

.dex_lt .dex_ch ul li span {
    font-size: 24px;
    font-weight: bold;
}

.dex_lt .dex_en {
    margin-bottom: 4rem;
}

.dex_lt .dex_en p {
    font-size: 70px;
    color: #bcbcbc;
    font-family: 'EB Garamond';
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*scroller*/
.scroller {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
    justify-content: center;
    letter-spacing: .15em;
    margin-left: -0.15em;
    position: relative;
    left: 50.1%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-animation: fadein 5s forwards;
    animation: fadein 5s forwards;
    font-size: 20px;
    color: #533c31;
    font-family: 'EB Garamond';
    font-weight: 500;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.scroller:after,
.scroller:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 50px;
}

.scroller:before {
    -webkit-animation: scrolldown 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: scrolldown 2s cubic-bezier(1, 0, 0, 1) infinite;
    background: #533c31;
    top: 0;
    left: 50%;
    margin-left: -.5px;
    position: absolute;
    width: 1px;
    z-index: 10;
}

.scroller:after {
    background: #f0f0f0;
    position: absolute;
    width: 1px;
    z-index: 0;
    top: 0;
}

@-webkit-keyframes scrolldown {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

@keyframes scrolldown {
    0% {
        transform: scaleY(0);
        transform-origin: 0 0
    }

    50% {
        transform: scale(1);
        transform-origin: 0 0
    }

    50.1% {
        transform: scale(1);
        transform-origin: 0 100%
    }

    to {
        transform: scaleY(0);
        transform-origin: 0 100%
    }
}

.scroller a {
    padding-top: 4rem;
}


.index_inner .dex_rt {
    width: 67%;
    padding: 12rem 1.8rem 0 0;
}
.dex_rt .dex_en{
	display: none;
}

@media screen and (max-width:1536px) {
    .index {
        min-height: 880px;
    }

    .index:before {
        min-height: 310px;
    }

    .index .index_inner {
        padding-top: 8.5rem;
    }

    .index_inner .dex_lt {
        padding-left: 4rem;
    }
}

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

    .index:after {
        min-height: 177px;
    }

    .index_inner .dex_rt {
        width: 62%;
    }
}

@media screen and (max-width:1366px) {
    .index {
        min-height: 770px;
    }

    .index:after {
        min-height: 117px;
    }
}

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

    .index_inner .dex_rt {
        width: 58%;
    }
}

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

    .index .index_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .index_inner .dex_lt {
        padding: 0 2rem;
        width: 60%;
        margin-right: 0;
    }

    .index_inner .dex_rt {
        width: 90%;
        padding: 0 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:991px) {
    .index .index_inner {
        padding-top: 13rem;
    }

    .index:before {
        top: 8rem;
    }
}

@media screen and (max-width:834px) {
    .index_inner .dex_lt {
        width: 80%;
    }
}
@media screen and (max-width:768px){
	.dex_lt .dex_en {
    display: none;
}
.dex_rt .dex_en {
   display: block;
}

.dex_rt .dex_en p {
    font-size: 70px;
    color: #bcbcbc;
    font-family: 'EB Garamond';
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
}
@media screen and (max-width:650px) {
    .index_inner .dex_lt {
        width: 100%;
    }

    .dex_rt .dex_en p {
        font-size: 55px;
        text-align: center;
    }
}

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

    .index_inner .dex_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .index:before {
        min-height: 220px;
    }

    .dex_lt .logo {
        width: 50%;
        margin: 0 auto 3rem;
    }

    .dex_lt .dex_ch {
        margin-bottom: 3rem;
    }

    .dex_lt .dex_ch ul li {
        width: 49%;
    }

    .dex_rt .dex_en p {
        font-size: 50px;
    }
}

@media screen and (max-width:414px) {
    .index .index_inner {
        padding-top: 10rem;
    }
    .dex_lt .dex_ch ul li span {
    font-size: 19px;
}
    .scroller{
    	display: none;
    }

    .dex_rt .dex_en p {
        font-size: 40px;
    }
}

@media screen and (max-width:393px) {
    .dex_rt .dex_en p {
        font-size: 35px;
    }
}

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

    .dex_lt .dex_ch ul li {
        width: 47%;
        font-size: 13px;
    }

    .dex_lt .dex_ch ul li span {
        font-size: 18px;
    }

    .index_inner .dex_rt {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .dex_lt .dex_ch ul li {
        font-size: 12px;
    }
    .dex_lt .dex_ch ul li span {
        font-size: 15px;
    }
    .dex_lt .dex_ch ul li:before {
        width: 10px;
        height: 10px;
    }

    .dex_rt .dex_en p {
        font-size: 30px;
    }
}

/***index end****/
/***********************/
/***activity start***/

.activity {
    width: 1062px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10rem;
}

.activity .act_top {
    text-align: center;
    margin-bottom: -1px;
}

.activity .act_top img {
    vertical-align: bottom;
}

.activity .act_inner {
    background: url(../../images/activity_bg_02.png) top center repeat;
    width: 100%;
    padding: 1.6rem 8rem 6rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

.activity .act_inner:after {
    content: '';
    background: url(../../images/activity_bg_04.png) bottom center no-repeat;
    width: 100%;
    min-height: 153px;
    position: absolute;
    bottom: -4rem;
    left: 0;
    z-index: -1;
}

.act_inner h3 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 2.8rem;
}

.act_inner h4 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'EB Garamond';
    margin-bottom: 2rem;
}

.act_inner p {
    font-size: 18px;
    color: #ffffff;
}

@media screen and (max-width:1000px) {
    .activity {
        padding: 0 2rem 7rem 2rem;
    }

    .activity .act_inner {
        background-size: contain;
    }

    .activity .act_inner:after {
        background-size: contain;
    }
}

@media screen and (max-width:414px) {
    .activity .act_inner {
        padding: 1.6rem 3rem 3rem;
    }

    .act_inner h3 {
        font-size: 30px;
        margin-bottom: 2rem;
    }

    .act_inner h4 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
}

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

/***activity end****/
/*****************************/
/***********************/
/***indexbuttom start***/

.index_buttom {}

.index_buttom .inbtm {
    display: flex;
}

.inbtm .inbtm_lt {
    width: 50%;
    position: relative;
}

.inbtm_lt .inbtm_txt {
    width: 450px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 11rem;
}

.inbtm_txt h2 {
    font-size: 50px;
    font-weight: bold;
}

.inbtm1 .inbtm_txt .inbtm_line {
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    background: #dad1c0;
    margin: 2.6rem auto 2.2rem;
    text-align: center;
}

.inbtm2 .inbtm_txt .inbtm_line {
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    background: #e8e8e8;
    margin: 2.6rem auto 2.2rem;
    text-align: center;
}

.inbtm3 .inbtm_txt .inbtm_line {
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    background: #8e7366;
    margin: 2.6rem auto 2.2rem;
    text-align: center;
}
.inbtm4 .inbtm_txt .inbtm_line {
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    background: #2d415a;
    margin: 2.6rem auto 2.2rem;
    text-align: center;
}
.inbtm5 .inbtm_txt .inbtm_line {
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    background: #a96353;
    margin: 2.6rem auto 2.2rem;
    text-align: center;
}

.inbtm_txt p {
    font-size: 18px;
    margin-bottom: 3rem;
}

.inbtm_txt a .inbtm_more {
    width: 195px;
    max-width: 100%;
    min-height: 48px;
    font-size: 16px;
    font-family: 'EB Garamond';
    margin: 0 auto;
    border: 2px #1a1a1a solid;
    padding: 1.6rem 0;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all;
}

.inbtm_txt a .inbtm_more img {
    transition: .5s all;
}

.inbtm_txt a:hover .inbtm_more {
    background: #dad1c0;
    border: 2px #dad1c0 solid;
}

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

.inbtm .inbtm_rt {
    width: 50%;
}

.inbtm1 .inbtm_lt {
    background: url(../../images/inbtm_bg01.jpg) top center no-repeat;
    min-height: 480px;
    background-size: cover;
}

.inbtm1 .inbtm_rt {
    background: rgba(218, 209, 192, .5);
}

.inbtm2 .inbtm_lt {
    background: url(../../images/inbtm_bg02.jpg) top center no-repeat;
    min-height: 480px;
    background-size: cover;
}

.inbtm2 .inbtm_rt {
    background: rgba(178, 179, 179, .25);
    order: -1;
}

.inbtm3 .inbtm_lt {
    background: url(../../images/inbtm_bg03.jpg) top center no-repeat;
    min-height: 480px;
    background-size: cover;
}

.inbtm3 .inbtm_rt {
    background: rgba(182, 159, 148, .35);
}
.inbtm4 .inbtm_lt {
    background: url(../../images/inbtm_bg04.jpg) top center no-repeat;
    min-height: 480px;
    background-size: cover;
}

.inbtm4 .inbtm_rt {
    background: rgba(161, 171, 187, .35);
    order: -1;
}
.inbtm5 .inbtm_lt {
    background: url(../../images/inbtm_bg05.jpg) top center no-repeat;
    min-height: 480px;
    background-size: cover;
}

.inbtm5 .inbtm_rt {
    background: rgba(225, 196, 189, .35);
}

.inbtm1 .inews {
    padding: 6.5rem 0 0 5.5rem;
}

.inbtm2 .inews {
    padding: 6.5rem 5.5rem 0 0;
    text-align: right;
}

.inbtm3 .inews {
    padding: 6.5rem 0 0 5.5rem;
}
.inbtm4 .inews {
    padding: 6.5rem 5.5rem 0 0;
    text-align: right;
}
.inbtm5 .inews {
    padding: 6.5rem 0 0 5.5rem;
}

.inewslist.newslist_rwd {
    display: inline-block;
    width: 45%;
}

.inbtm2 .inewslist {
    text-align: right;
}

@media screen and (max-width:1536px) {
    .inewslist.newslist_rwd {
        width: 49%;
    }
}

@media screen and (max-width:1400px) {
    .inbtm1 .inews {
        padding: 6.5rem 0 0 2rem;
    }

    .inbtm2 .inews {
        padding: 6.5rem 2rem 0 0;
    }

    .inbtm3 .inews {
        padding: 6.5rem 0 0 2rem;
    }
    .inbtm4 .inews {
        padding: 6.5rem 2rem 0 0;
    }

    .inbtm5 .inews {
        padding: 6.5rem 0 0 2rem;
    }
}

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

    .inbtm .inbtm_lt {
        width: 100%;
    }

    .inbtm .inbtm_rt {
        width: 100%;
    }

    .inbtm1 .inews {
        padding: 3rem 2rem;
        text-align: center;
    }

    .inewslist.newslist_rwd {
        width: 35%;
        text-align: center !important;
    }

    .inbtm2 .inbtm_lt {
        order: -1;
    }

    .inbtm2 .inews {
        padding: 3rem 2rem;
        text-align: center;
    }

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

    .inbtm3 .inews {
        padding: 3rem 2rem;
        text-align: center;
    }
    .inbtm4 .inbtm_lt {
        order: -1;
    }

    .inbtm4 .inews {
        padding: 3rem 2rem;
        text-align: center;
    }

    .inbtm4 .inewslist {
        text-align: center;
    }
    .inbtm5 .inews {
        padding: 3rem 2rem;
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .inewslist.newslist_rwd {
        width: 45%;
    }

    .inbtm_lt .inbtm_txt {
        top: 5rem;
    }

    .inbtm1 .inbtm_lt {
        min-height: 380px;
    }

    .inbtm2 .inbtm_lt {
        min-height: 380px;
    }

    .inbtm3 .inbtm_lt {
        min-height: 380px;
    }
    .inbtm4 .inbtm_lt {
        min-height: 380px;
    }

    .inbtm5 .inbtm_lt {
        min-height: 380px;
    }
}

@media screen and (max-width:768px) {
    .inewslist.newslist_rwd {
        width: 49%;
    }
}

@media screen and (max-width:650px) {
    .inewslist.newslist_rwd {
        width: 60%;
        margin-bottom: 3rem;
    }
}

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

@media screen and (max-width:414px) {
    .inbtm_txt h2 {
    font-size: 40px;
}
    .inewslist.newslist_rwd {
        width: 100%;
    }
}
@media screen and (max-width:330px){
    .inbtm_txt h2 {
        font-size: 32px;
    }
}
@media screen and (max-width:300px) {
    .inbtm1 .inews {
        padding: 3rem 2rem;
    }

    .inbtm2 .inews {
        padding: 3rem 2rem;
    }

    .inbtm3 .inews {
        padding: 3rem 2rem;
    }
    .inbtm4 .inews {
        padding: 3rem 2rem;
    }
    .inbtm5 .inews {
        padding: 3rem 2rem;
    }
}

/***indexbuttom end****/
/*****************************/
/***footer***/
footer {
    background: #2f2926;
    position: relative;
    z-index: 10;
}

.ft_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 7rem 0 6rem;
    display: flex;
    justify-content: space-between;
}

.ft_inner .ftlogo {
    padding: 1.5rem 3.9rem 0 5rem;
    width: 16%;
}

/*ftlist*/
.ft_inner .ftlist {
    width: 42%;
    padding: 4.6rem 0 0 3.6rem;
}


.ftinfo {
    text-align: left;
}

.ftinfo ul {}

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

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

.ftinfo ul li span:nth-of-type(1) {
    display: inline-block;
    width: 6%;
    vertical-align: top;
    color: #999999;
    text-align: center;
}

.ftinfo ul li span:nth-of-type(2) {
    display: inline-block;
}

.ftinfo ul li span:nth-of-type(3) {
    display: inline-block;
}


.ft_line {
    width: 85%;
    height: 1px;
    background: #999999;
    margin: 4rem 0;
}

/*ft_link*/
.ft_link {
    margin-top: 5rem;
}

.ft_link a {
    transition: .3s ease all;
    display: inline-block;
    padding: 0 2rem;
}

.ft_link a:nth-child(1) {
    padding: 0 2rem 0 0;
}

.ft_link a img {
    display: inline-block;
    vertical-align: middle;
}

.ft_link a p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #9c9c9c;
}

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

/***map***/
.map {
    position: relative;
    height: 301px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

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


.ft_bot {
    background: #593f33;
    padding: 2rem 15rem;
    display: flex;
    justify-content: space-between;
}


/*copyright*/
.copyright {
    color: #836050;
    font-size: 14px;
    display: inline-block;
    width: 54%;
}

.copyright a {
    display: inline-block;

}

.copyright a h1 {
    display: inline-block;
    color: #836050;
    font-size: 14px;
}


/*share*/
.share {
    color: #836050;
    font-size: 14px;
    display: inline-block;
    width: 24%;
    text-align: right;
}

.share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
}

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

.ftlink_mob {
    display: none;
}

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

@media screen and (max-width:1400px) {
    .ft_inner .ftlogo {
        padding: 1.5rem 0 0 0;
    }

    .ft_inner .ftlist {
        width: 46%;
        padding: 4.6rem 0 0 0;
    }

    .ft_bot {
        padding: 2rem;
    }
}

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

    .ft_inner .ftlogo {
        width: 20%;
    }

    .ft_inner .ftlist {
        width: 60%;
        padding: 0;
    }

    .map {
        height: 580px;
        width: 80%;
        margin-top: 3rem;
    }

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

    .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

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

@media screen and (max-width:991px) {
    .ft_inner .ftlogo {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 3rem;
    }

    .ft_inner .ftlist {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .ft_inner .ftlist {
        width: 100%;
    }

    .ft_link a {
        padding: 0 1rem;
    }

    .ft_link a:nth-child(1) {
        padding: 0 1rem 0 0;
    }

    .map {
        height: 460px;
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .ft_line {
        display: none;
    }

    .ft_link {
        display: none;
    }

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

    .ftlink_mob {
        bottom: 0;
        position: fixed;
        background: #2f2926;
        width: 100%;
        min-height: 100px;
        text-align: center;
        margin: 0;
        display: block;
        padding: 1.2rem 0;
    }

    .ftlink_mob a {
        padding: 0 2rem;
        text-align: center;
        display: inline-block;
    }

    .ftlink_mob a:nth-child(1) {
        padding: 0 2rem 0 0;
    }

    .ftlink_mob a:nth-child(3) {
        padding: 0 0 0 2rem;
    }

    .ftlink_mob a img {
        display: block;
        margin: 0 auto;
    }

    .ftlink_mob a p {
        font-size: 18px;
        color: #9c9c9c;
    }
}

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

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

@media screen and (max-width:340px) {
    .ftlink_mob a {
        padding: 0 1rem;
    }

    .ftlink_mob a:nth-child(1) {
        padding: 0 1rem 0 0;
    }

    .ftinfo ul li span {
        letter-spacing: 0;
    }
}

@media screen and (max-width:320px) {
    .map {
        height: 300px;
    }

    .ftlink_mob a {
        padding: 0 .5rem;
    }

    .ftlink_mob a:nth-child(1) {
        padding: 0 .5rem 0 0;
    }

}

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

    .ftlink_mob a p {
        font-size: 15px;
    }
}

#gotop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
}

#gotop img {
    -webkit-filter: drop-shadow(5px 0px 5px rgba(17, 8, 8, .5));
    filter: drop-shadow(5px 0px 5px rgba(17, 8, 8, .5));
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

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

@media screen and (max-width:450px) {
    #gotop {
        bottom: 10rem;
    }
}

/***********************/
.space {
    transform: translateY(-82px);
}

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


/***news*************************************************************************************************/
.news {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    padding: 6em 0 3em;
    font-size: 16px;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    display: inline-block;
    width: 24%;
}

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

.newstitle{
    font-size: 36px;
    font-weight: bold;
}

/*npic*/
.npic {
    position: relative;
    width: 320px;
    max-width: 100%;
    min-height: 213px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 5px 35px rgba(56, 52, 43, .5);
}

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

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

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 4rem 0 .5rem 0;
    width: 75%;
    padding: 0 0 0 1.2rem;
    display: inline-block;
    vertical-align: top;
}

.inbtm2 .ntitle {
    width: 80%;
}

.ntitle h3 {
    font-size: 24px;
    color: #171717;
    margin-bottom: 2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ntitle h3 a:nth-of-type(1){
	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: 2;
    color: #070aad;
    font-size: 18px;
    margin: 0em 0 0em;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    line-height: 1.5;
}

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

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

.ntitle span {
    text-align: left;
    padding: 0 3px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .2s ease all;
}

.ntitle b {
    color: #adadad;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}

.newslist_rwd a:hover .ntitle span {
    color: #d0771c;
}

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

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

.tableimg ol{
    list-style-type: decimal;
        margin-left: 2rem;
}

.tableimg ul{
    list-style-type: disc;
        margin-left: 2rem;
}


@media screen and (max-width:1600px) {
    .newslist {
        padding: 0 2rem;
                text-align: center;
    }
}
@media screen and (max-width:1536px) {
    .inbtm2 .ntitle {
        width: 90%;
    }
}
@media screen and (max-width:1300px){
	.newslist_rwd {
    width: 33%;
    margin-bottom: 2rem;
}
}
@media screen and (max-width:991px){
	.newslist_rwd {
    width: 48%;
    text-align: center;
}
}
@media screen and (max-width:768px) {
    .ntitle {
        width: 95%;
    }
}
@media screen and (max-width:650px){
	    .newslist_rwd {
        width: 100%;
    }
}
@media screen and (max-width:360px) {
    .inbtm2 .ntitle {
        width: 100%;
    }

    .ntitle {
        width: 100%;
    }
}
@media screen and (max-width:330px){
	.newslist {
        padding: 0 1rem;
    }
}
@media screen and (max-width:300px) {
    .npic {
        min-height: 170px;
    }
}

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

.inbanner {
    width: 100%;
    min-height: 820px;
    position: relative;
    padding-top: 14.6rem;
}

.inbanner:after {
    content: '';
    background: url(../../images/inbar_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 966px;
    max-width: 100%;
    min-height: 226px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.inbar {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    background: url(../../images/inbar_img.jpg) top center no-repeat;
    background-size: cover;
    min-height: 526px;
    border-radius: 270px;
    position: relative;
}

.inbar:before {
    content: 'Comfortable & Reliable';
    font-size: 46px;
    opacity: .3;
    position: absolute;
    bottom: -7.8rem;
    left: 30rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;

}

.inbar:after {
    content: '';
    background: url(../../images/inbar_sofa.png) bottom right no-repeat;
    background-size: contain;
    width: 712px;
    max-width: 100%;
    min-height: 340px;
    position: absolute;
    bottom: -10rem;
    right: 4.4rem;
}


.inbar .title {
    position: relative;
    top: 27rem;
    left: 33.6rem;
    width: 40%;
}

.inbar .title h3 {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'EB Garamond';
    margin-bottom: 2.4rem;
}

.inbar .title h2 {
    font-size: 28px;
    margin-bottom: 1.7rem;
    padding-left: 3.7rem;
}

.inbar .title img {}

@media screen and (max-width:1600px) {
    .inbar:before {
        left: 15rem;
    }

    .inbar {
        max-width: 95%;
    }

    .inbar .title {
        left: 30rem;
    }
}

@media screen and (max-width:1500px) {
    .inbar:before {
        left: 8rem;
    }

    .inbar .title {
        left: 23rem;
    }
}

@media screen and (max-width:1400px) {
    .inbar:before {
        left: 13rem;
        font-size: 37px;
        bottom: -5.8rem;
    }

    .inbar:after {
        min-height: 300px;
    }

    .inbar .title {
        left: 18rem;
    }
}

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

    .inbanner {
        min-height: 770px;
    }

    .inbanner:after {
        min-height: 175px;
    }

    .inbar:after {
        min-height: 250px;
        bottom: -6rem;
        right: 6.4rem;
    }

    .inbar .title {
        left: 15rem;
    }

}

@media screen and (max-width:1200px) {
    .inbar {
        border-radius: 150px;
    }

    .inbar:before {
        left: 6rem;
    }

    .inbar:after {
        bottom: -8rem;
        right: 3.4rem;
    }

    .inbar .title {
        left: 11rem;
    }
}

@media screen and (max-width:1100px) {
    .inbanner {
        min-height: 750px;
        padding-top: 12rem;
    }

    .inbar {
        border-radius: 100px;
        max-width: 100%;
        min-height: 506px;
    }

    .inbar:before {
        left: 2rem;
        font-size: 33px;
    }

    .inbar:after {
        min-height: 200px;
    }

    .inbar .title {
        width: 50%;
        left: 7rem;
    }
}

@media screen and (max-width:834px) {
    .inbanner {
        min-height: 570px;
        padding-top: 8rem;
    }

    .inbar {
        border-radius: 0;
        min-height: 385px;
    }

    .inbar:before {
        font-size: 25px;
        bottom: -3.8rem;
    }

    .inbar:after {
        min-height: 170px;
        right: 1rem;
    }

    .inbar .title {
        width: 70%;
        left: 5rem;
        top: 20rem;
    }

    .inbar .title h3 {
        font-size: 40px;
        margin-bottom: 2rem;
    }

    .inbar .title h2 {
        padding-left: 0;
    }

    .inbar .title img {
        width: 22%;
    }
}

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

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

    .inbar {
        min-height: 300px;
    }

    .inbar:before {
        font-size: 20px;
        bottom: -4rem;
        left: 1rem;
        letter-spacing: 0;
    }

    .inbar:after {
        min-height: 140px;
        bottom: -6rem;
    }

    .inbar .title {
        left: 4rem;
        top: 15rem;
    }

    .inbar .title h3 {
        margin-bottom: 1rem;
    }
}

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

@media screen and (max-width:450px) {
    .inbar:before {
        font-size: 15px;
        bottom: -3rem;
    }

    .inbar:after {
        min-height: 100px;
        bottom: -4rem;
    }

    .inbar .title {
        left: 1rem;
        width: 90%;
    }
}

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

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

    .inbar {
        min-height: 290px;
    }

    .inbar:after {
        min-height: 80px;
    }
}

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

    .inbar {
        min-height: 280px;
    }

    .inbar:before {
        font-size: 13px;
        bottom: -2rem;
        left: .5rem;
    }

    .inbar .title {
        width: 95%;
    }

    .inbar .title h3 {
        font-size: 35px;
    }
}

@media screen and (max-width:350px) {
    .inbar:after {
        min-height: 70px;
    }
}

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

    .inbar:after {
        min-height: 65px;
        right: .5rem;
        bottom: -3rem;
    }
}

@media screen and (max-width:310px) {
    .inbar {
        min-height: 250px;
    }

    .inbar:after {
        min-height: 55px;
    }

    .inbar .title {
        top: 13rem;
    }

    .inbar .title h3 {
        font-size: 30px;
    }

    .inbar .title h2 {
        font-size: 25px;
    }
}

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

/***inbanner end****/
/***********************/
/***********************/
/***A008 start***/

.A008 {}

.A008 .A008-1 {
    width: 1600px;
    max-width: 100%;
    margin: 6rem auto 0;
    display: flex;
}

.A008-1 .A008-11 {
    width: 59%;
    padding-left: 5.7rem;
}

.A008-1 .A008-11 h4 {
    font-size: 36px;
    color: #8e7366;
    line-height: 1.8;
    font-weight: 700;
}

.A008-1 .A008-12 {
    width: 41%;
    padding-right: 15rem;
}

.A008-1 .A008-12 h5 {
    font-size: 24px;
    margin-bottom: 3rem;
    font-weight: 800;
}

.A008-1 .A008-12 p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}

.A008-1 .A008-12 p:nth-of-type(2) {
    margin-bottom: 3.6rem;
}

.A008 .A008-2 {
    width: 100%;
    position: relative;
    padding-top: 4.5rem;
}

.A008 .A008-2:before {
    content: '';
    background: rgba(142, 115, 102, .15);
    width: 874px;
    max-width: 100%;
    min-height: 252px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.A008-2 .A008-21 {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 29rem;
}

.A008-2 .A008-21 img {
    display: inline-block;
    -webkit-filter: drop-shadow(9px 10px 14px rgba(56, 52, 43, 0.25));
    filter: drop-shadow(9px 10px 14px rgba(56, 52, 43, 0.25));
}

.A008-2 .A008-21 img:nth-child(1) {
    margin-right: 1.4rem;
}

@media screen and (max-width:1366px) {
    .A008 .A008-1 {
        margin: 6rem auto 2rem;
    }

    .A008-1 .A008-12 {
        padding-right: 6rem;
    }

    .A008-2 .A008-21 {
        padding-left: 24rem;
    }
}

@media screen and (max-width:1200px) {
    .A008-2 .A008-21 {
        padding-left: 11rem;
    }
}

@media screen and (max-width:1100px) {
    .A008-1 .A008-11 {
        padding-left: 2rem;
    }

    .A008-1 .A008-12 {
        padding-right: 2rem;
    }

    .A008-2 .A008-21 {
        padding: 0 2rem;
    }

    .A008-2 .A008-21 img {
        width: 48%;
    }

    .A008-2 .A008-21 img:nth-child(1) {
        margin-right: 2rem;
    }
}

@media screen and (max-width:991px) {
    .A008 .A008-2:before {
        max-width: 30%;
        min-height: 230px;
    }
}

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

    .A008-1 .A008-11 {
        width: 85%;
        padding: 0 2rem;
        text-align: center;
        margin-bottom: 3rem;
    }

    .A008-1 .A008-12 {
        padding: 0 2rem;
        width: 85%;
    }
}

@media screen and (max-width:768px) {
    .A008 .A008-2 {
        padding-top: 2.5rem;
    }

    .A008 .A008-2:before {
        min-height: 170px;
    }
}

@media screen and (max-width:650px) {
    .A008-1 .A008-11 {
        width: 100%;
    }

    .A008-1 .A008-12 {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .A008-2 .A008-21 {
        text-align: center;
    }

    .A008-2 .A008-21 img {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .A008 .A008-2:before {
        min-height: 230px;
    }
}

@media screen and (max-width:450px) {
    .A008 .A008-1 {
        margin: 3rem auto 2rem;
    }

    .A008-1 .A008-11 h4 {
        font-size: 23px;
    }

    .A008-2 .A008-21 img {
        width: 100%;
    }

    .A008-2 .A008-21 img:nth-child(1) {
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width:414px) {
    .A008 .A008-2:before {
        min-height: 180px;
    }
}

@media screen and (max-width:393px) {
    .A008-1 .A008-12 p:nth-of-type(2) {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:360px) {
    .A008-1 .A008-11 h4 {
        font-size: 20px;
    }

    .A008 .A008-2:before {
        min-height: 160px;
    }
}

@media screen and (max-width:330px) {
    .A008-1 .A008-11 {
        padding: 0 1rem;
    }

    .A008-1 .A008-12 {
        padding: 0 1rem;
    }

    .A008-2 .A008-21 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .A008-1 .A008-11 h4 {
        font-size: 18px;
    }
}

/***A008 end****/
/***********************/
/***********************/
/***A010 start***/

.A010 {
    width: 1600px;
    max-width: 100%;
    margin: 9rem auto 0;
    display: flex;
}

.A010 .A010-1 {
    width: 50%;
    padding: 7.3rem 6rem 0 12rem;
    display: flex;
    align-items: flex-start;
}

.A010-1 .A010-11 {
    width: 40%;
    padding: 3rem 0;
    position: relative;
}

.A010-1 .A010-11:before {
    content: '';
    background: #1a1a1a;
    width: 62px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.A010-1 .A010-11:after {
    content: '';
    background: #1a1a1a;
    width: 62px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.A010-1 .A010-11 h6 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5;
}

.A010-1 .A010-12 {
    width: 60%;
    padding: 3.5rem 0 0 0;
}

.A010-1 .A010-12 p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.6;
}

.A010 .F_other06 {
    width: 50%;
    padding: 5rem 2rem 0 5.8rem;
    position: relative;
    text-align: center;
}

.A010 .F_other06:before {
    content: '';
    width: 560px;
    max-width: 100%;
    min-height: 230px;
    border: 1px #dad1c0 solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.A010 .F_other06 h6 {
    font-size: 30px;
    color: #8e7366;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2.3rem;
    font-family: 'EB Garamond';
}

.A010 .F_other06 p {
    font-size: 18px;
    margin-bottom: 3rem;
    font-weight: 600;
}

.F_other06 .card {}

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

.F_other06 .card ul li {
    display: inline-block;
    background: #dad1c0;
    border-radius: 10px;
    width: 32%;
    text-align: center;
    padding: 2.6rem 1rem 1rem;
}

.F_other06 .card span {
    font-size: 12px;
    font-family: 'EB Garamond';
    display: block;
}

.F_other06 .card number {
    font-size: 30px;
    font-weight: 500;
    font-family: 'EB Garamond';
    line-height: 1;

}

.F_other06 .card h3 {
    font-size: 20px;
    color: #333333;
    margin: 1rem 0 1.8rem;
    font-weight: 900;
}

.F_other06 .card p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0;
}

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

    .A010 .F_other06 {
        padding: 5rem 2rem 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .A010 {
        margin: 6rem auto 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .A010 .A010-1 {
        padding: 4rem 2rem 0 2rem;
        width: 80%;
        margin-bottom: 3rem;
    }

    .A010 .F_other06 {
        width: 80%;
    }
}

@media screen and (max-width:834px) {
    .A010 .A010-1 {
        width: 100%;
    }

    .A010 .F_other06 {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .A010 .A010-1 {
        flex-wrap: wrap;
    }

    .A010-1 .A010-11 {
        width: 100%;
    }

    .A010-1 .A010-12 {
        width: 100%;
        padding: 3.5rem 0 0 0;
    }

    .A010 .F_other06:before {
        max-width: 95%;
    }

    .A010 .F_other06 p {
        font-size: 16px;
    }

    .F_other06 .card ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .F_other06 .card ul li {
        width: 80%;
        margin-bottom: 2rem;
        padding: 1rem;
    }
}

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

    .A010-1 .A010-11 {
        padding: 1rem 0;
    }

    .A010-1 .A010-11 h6 {
        font-size: 30px;
    }

    .A010 .F_other06 {
        padding: 3rem 2rem 0 2rem;
    }

    .A010 .F_other06 p {
        font-size: 13px;
    }
}

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

@media screen and (max-width:340px) {
    .A010 .F_other06 p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:330px) {
    .A010 .A010-1 {
        padding: 4rem 1rem 0 1rem
    }
}

/***A010 end****/
/***********************/
/***********************/
/***A002 start***/

.A002 {
    width: 1600px;
    max-width: 100%;
    margin: 4rem auto 7rem;
    display: flex;
    align-items: center;
}

.A002 .A002-1 {
    width: 50%;
    padding: 0 1.4rem 0 9rem;
    display: flex;
        justify-content: space-between;
}

.A002 .A002-1 img {}
.A002 .A002-1 img:nth-of-type(1) {
	margin-right: .5rem;
}

.A002 .A002-2 {
    width: 50%;
    padding: 0 9rem;
}

.A002 .A002-2 p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.A002 .A002-2 p:nth-of-type(1) {
    margin-bottom: 3rem;
}
@media screen and (max-width:1366px){
.A002 .A002-1 {
    padding: 0 1.4rem 0 4rem;
;
    justify-content: space-between;
}
    .A002 .A002-2 {
    padding: 0 3rem 0 12rem;
}
}
@media screen and (max-width:1300px) {
    .A002 .A002-1 {
        padding: 0 1.4rem 0 2rem;
    }
    .A002 .A002-1 img {
    width: 50%;
}

    .A002 .A002-2 {
        padding: 0 5rem;
    }
}

@media screen and (max-width:991px) {
    .A002 {
        margin: 4rem auto;
        ;
        align-items: center;
    }

    .A002 .A002-1 {
        padding: 0 0 0 2rem;
        width: 70%;
    }

    .A002 .A002-2 {
        padding: 0 2rem;
    }
}

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

    .A002 .A002-1 {
        padding: 0 2rem;
        width: 100%;
    }

    .A002 .A002-2 {
        width: 100%;
        order: -1;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:450px){
	    .A002 .A002-1 {
        flex-wrap: wrap;
                justify-content: center;
}
	.A002 .A002-1 img {
    width: 100%;
}
.A002 .A002-1 img:nth-of-type(1) {
    margin: 0 0 2rem 0;
}
}
@media screen and (max-width:414px) {
    .A002 {
        margin: 2rem auto;
    }
}

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

    .A002 .A002-2 {
        padding: 0 1rem;
    }
}

/***A002 end****/
/***********************/
/***********************/
/***inbg start***/

.sofabg {
    background: url(../../images/inbg_sofa.png) top left;
    width: 100%;
}

.headborderbg {
    background: url(../../images/inbg_headborder.png) top left;
    width: 100%;
}

.boxspringabg {
    background: url(../../images/inbg_boxspring.png) top left;
    width: 100%;
}

/***inbg end****/
/***********************/
/***********************/
/***order start***/

.order{
    width: 1300px;
    max-width: 100%;
    margin: 6rem auto 0;
}

.order .order1{
    margin-bottom: 3rem;
}
.order .order1 h5{
    font-size: 24px;
    margin: 0 0 2rem -1rem;
    font-weight: 800;
}
.order .order1 ul{}
.order .order1 ul li{
        font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}
.order .order2{
    margin-bottom: 2rem;
}
.order .order2 h5{
    font-size: 24px;
    margin: 0 0 2rem -1rem;
    font-weight: 800;
}
.order .order2 ul{}
.order .order2 ul li{
        font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}

.order .order3{
    margin-bottom: 3rem;
}
.order .order3 h5{
    font-size: 24px;
    margin: 0 0 2rem -1rem;
    font-weight: 800;
}
.order .order3 ul{
    list-style: disc;
    margin-left: 2rem;
}
.order .order3 ul li{
        font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}
.order .order3 ul li > ul{
    list-style: auto;
    margin-left: 2rem;
}

.order .order4{
    margin-bottom: 3rem;
}
.order .order4 p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
}

@media screen and (max-width:1300px){
    .order{
        padding: 0 2rem;
    }
}
@media screen and (max-width:450px){
    .order{
    margin: 3rem auto 0;
}
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}

/***order end****/
/***********************/