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

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

body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Cardo', 'Libre Baskerville', 'Noto Sans TC', 'Shippori Mincho B1', serif;
    ;
    background: #fff;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

td {
    vertical-align: top;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

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

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

::selection {
    background: #e1e1e1;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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>img {
    display: inline-block;
}

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

/***logo***/
.logo {
    position: absolute;
    top: -5.3rem;
    left: 7rem;
    z-index: 1;
}

/***dex***/
.dex {
    margin-top: 98px;
}

.item {
    position: relative;
}

.dex_txt {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 2.25rem;
    right: 12.375rem;
    width: 154px;
    height: 482px;
    padding: 1rem;
}

.dex_txt h2 {
    font-family: 'Shippori Mincho B1';
    font-size: 36px;
    line-height: 1.8;
    font-weight: 700;
    writing-mode: vertical-lr;
}




h1.menu_logo {
    padding: 6em 6.1em 1em 6.3em;
    cursor: pointer;
}

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

.menu_txt {
    display: inline-block;
}

/***mobile ibutton***/
.mibutton {
    z-index: 65;
    cursor: pointer;
    width: 140px;
    height: 100px;
    color: #111111;
    position: fixed;
    top: 0em;
    right: 38px;
    text-align: center;
    border-radius: 0px 50px 50px 0;
    transition: .3s ease-in-out;
}

.mibutton:after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(50% 50% at 0% 50%);
    -webkit-clip-path: ellipse(50% 50% at 0% 50%);
    z-index: -1;
    transition: .3s ease-in-out;
}

.mibutton span {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 3em;
    right: 1em;
    background: #b4ac64;
    mix-blend-mode: difference;
}

.mibutton b {
    font-size: 12px;
    font-family: 'Libre Baskerville';
    color: #626565;
    position: absolute;
    top: 2em;
    right: 1em;
}

.mibutton span:nth-child(2) {
    top: 3.5em;
    background: #626565;
    width: 45px;
    right: 0.79em;
}

.mibutton span:nth-child(3) {
    top: 4em;
    background: #626565;
}

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

.mibutton_ani:after {
    opacity: 0;
}

.mibutton_ani b {
    display: none;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 2.1em;

}

.mibutton_ani span:nth-child(2) {
    display: none;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;

}

/*navbar*/
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    background-color: #e0e0de;
    width: 440px;
    position: fixed;
    top: 0em;
    right: 0;
    z-index: 60;
    height: 860px;
    overflow-y: scroll;
    text-align: right;
    transform: translateX(100%);
    transition: .6s linear;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.show {
    transform: translateX(0);
}

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

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(0, 0, 0, .5);
}

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

.ibutton ul {}

.ibutton li {}

.ibutton a {
    padding: 1em 2em 1em 8em;
    text-align: left;
    position: relative;
}

/*.ibutton a:before {
    content: '';
    width: 195px;
    height: 1px;
    background: #626565;
    position: absolute;
    left: 9rem;
    bottom: 0;
}*/

.ibutton .last a:before {
    background: none;
}

.ibutton a:after {
    content: '';
    background: rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 0;
    left: 8rem;
    width: 0;
    height: 3px;
    transition: .6s ease-in-out;
    z-index: -1;
}

.ibutton p.ch {
    font-family: 'Shippori Mincho B1', serif;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    color: #000000;
}

.ibutton p.en {
    font-size: 12px;
    font-family: 'Libre Baskerville';
    line-height: 1.8;
    font-weight: 700;
    color: #808080;

}

/*hover*/
.ibutton a:hover:after {
    width: 50%;
}

.ibutton a:hover img.flo {
    opacity: 1;
    transform: translateY(0);
}

ul.dropmenu {
    display: none;
}

ul.dropmenu a {
    padding: .5em 1em .5em 11em;
}

.dropmenu a:before {
    background: none;
}

/*.dropmenu .last a:before {
    content: '';
    width: 195px;
    height: 1px;
    background: #626565;
    position: absolute;
    left: 9rem;
    bottom: 0;
}*/


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

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

    h1.menu_logo {
        padding: 10em 5em 1em;
    }

    .mibutton {}

    .ibutton {
        padding: 0 0 0em;
    }
}

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

    .dex_txt {
        height: 382px;
    }

}

@media screen and (max-width:1100px) {
    h1.menu_logo {
        padding: 7em 4em 1em 8em;
    }

    .dex_txt {
        height: auto;
        width: auto;
        right: 5rem;
    }

    .dex_txt h2 {
        font-size: 20px;
    }

    .mibutton {}

    .ibutton {
        padding: 0;
    }

}

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

    .mibutton {}

    .mibutton span {
        top: 3em;
    }

    .mibutton span:nth-child(2) {
        top: 3.5em;
        right: 15%;
    }

    .mibutton span:nth-child(3) {
        top: 4em;
    }

    .mibutton b {}

    .ibutton {}
}

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

    .dex {}

    .dex_txt h2 {
        font-size: 14px;
    }

    .mibutton span {
        width: 35px;
    }
.mibutton_ani span:nth-child(1) {
    top: 2.4em;
}
}

@media screen and (max-width:570px) {
    .logo {
        width: 27%;
        left: 1.2rem;
    }

    .dex_txt {
        right: 2rem;
        top: 0.5rem;
        padding: 0.5rem;
        width: 60px;
    }

    .dex_txt h2 {
        font-size: 12px;
    }

    h1.menu_logo {
        padding: 7em 5.4em 1em 6em;
    }

    .mibutton span {
    	right: 1.4rem;
    	top: 3.1em;
    }
    .mibutton span:nth-child(2) {
    top: 3.6em;
}
.mibutton span:nth-child(3) {
    top: 4.1em;
}

    .mibutton {
        width: 110px;
        height: 80px;
        right: 0em;
    }

    .ibutton {}

    .ibutton a {}

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

}

@media screen and (max-width:450px) {
    .mibutton:after {
        transform: scale(.7);
    }

    .mibutton b {
        font-size: 14px;
    }

}

@media screen and (max-width:380px) {
    h1.menu_logo {
        padding: 7em 4.6em 1em 6em;
    }

    ul.dropmenu a {}
}

@media screen and (max-width:350px) {
    .dex_txt {
        top: 0;
    }

    .dex_txt {
        bottom: 0.8rem;
        top: auto;
        right: 1rem;
    }

    .dex_txt h2 {
        writing-mode: initial;
    }

    .mibutton {
        background: none;
    }

    .mibutton span {
        top: 3.5em;
        right: 1.5rem;
    }

    .mibutton span:nth-child(2) {
        top: 4em;
        right: 1.2rem;
    }

    .mibutton span:nth-child(3) {
        top: 4.5em;
    }

    .mibutton_ani span:nth-child(1) {
        top: 2.9em;
    }

    h1.menu_logo {
        padding: 7em 3em 1em 2em;
    }

    .ibutton a {
        padding: 1em 2em 1em 11em;
    }

    .ibutton a:before {
        left: 11rem;
    }

    ul.dropmenu a {
        padding: 0.5em 1em 0.5em 13em;
    }

    .dropmenu .last a:before {
        left: 11rem;
    }
}

/*---main----------------------------------------------------------------------------------------------------------------------------*/
/***in_ab***/
.in_ab {
    margin: 7.5rem 0 10rem;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;

}

.ab_img {
    display: inline-block;

}

.ab_title {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}

.ab_title h3 {
    writing-mode: vertical-lr;
    font-family: 'Shippori Mincho B1';
    font-size: 41pt;
    color: #9b9e9c;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 3rem;
}

.ab_title hr {
    background-color: #9b9e9c;
    width: 2px;
    height: 30%;
    margin-bottom: 10px;
}

.ab_int {
    order: -1;
    width: 33%;
}

.ab_txt {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    height: 310px;
    padding: 2.3rem 0 0 13rem;
}

.ab_txt h3 {
    position: relative;

    font-family: 'Shippori Mincho B1';
    font-size: 26px;
    line-height: 1.8;
    font-weight: 700;

}

.ab_txt h3:before {
    content: '';
    background: #9b9e9c;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ab_txt h3:nth-of-type(1):before {
    height: 76%;
}

.ab_txt span {
    display: block;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 1.8;
    padding-right: 2.7em;
    text-align: justify;

}

.ab_bot {
    margin: 13rem 0rem 3.8rem 9rem;
    text-align: left;
}

.ab_deco {
    display: inline-block;
    position: relative;
}

.ab_deco h4 {
    font-family: 'Shippori Mincho B1';
    font-size: 32px;
    line-height: 1.8;
    font-weight: 700;
    position: relative;
    top: 1.1rem;
    left: 0.4rem;
    padding-right: 6.8rem;

}

.ab_deco:after {
    content: '';
    background: url(../../images/ab_deco01.png);
    position: absolute;
    width: 137px;
    height: 24px;
    bottom: -1.56rem;
    left: 0;

}

a.ab_more {
    font-family: 'Cardo';
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    display: inline-block;
    vertical-align: text-top;
    transition: 0.5s all;
}

a.ab_more:hover {
    transform: translateX(10px);
    color: #777;
}

@media screen and (max-width:1440px) {
    .ab_txt {
        padding: 2.3rem 0 0 2rem;
    }

    .ab_title hr {
        height: 21%;
    }

    .ab_bot {
        margin: 4.75rem 0 0 1rem;
    }

    .ab_deco h4 {
        padding-right: 2.8rem;
    }
}
@media screen and (max-width: 1360px){
.ab_deco h4 {
    padding-right: 1.8rem;
}
}
@media screen and (max-width:1200px) {
    .ab_title {
        align-content: center;
    }

    .ab_title h3 {
        font-size: 37pt;
        padding-bottom: 2rem;
    }

    .ab_title hr {
        height: 23%;
        margin-bottom: 0;
    }

    .ab_deco h4 {
        padding-right: 3rem;
        font-size: 26px;
        left: 1rem;
    }

    a.ab_more {
        font-size: 18px;
    }
}

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

    .ab_title {
        width: 10%;
    }

    .ab_title h3 {
        padding: 2rem 1.5rem;
    }

    .ab_img {
        width: 90%;
    }

    .ab_title hr {
        height: 23%;
        margin-bottom: 0;
    }

    .ab_int {
        order: 0;
        width: 100%;
    }

    .ab_txt {
        margin: 0 auto;
    }

    .ab_bot {
        margin: 4.75rem auto 1rem;
        width: 100%;
        text-align: center;
    }

    .ab_deco h4 {
        padding-right: 9rem;
        font-size: 32px;
        left: 0.4rem;
    }

    a.ab_more {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .in_ab {
        margin: 3.5rem 0 10rem;
    }

    .ab_title h3 {
        padding: 0rem 0.6rem;
        font-size: 16pt;
    }

    .ab_bot {
        margin: 2.75rem auto 1rem;
    }

    .ab_deco h4 {
        padding-right: 3rem;
    }

}

@media screen and (max-width:380px) {
    .ab_title h3 {
        font-size: 13pt;
    }

    .ab_title hr {
        height: 14%;
    }

    .ab_txt {
        padding: 1rem 0;
    }

    .ab_deco h4 {
        padding-right: 2rem;
        font-size: 28px;
    }

    a.ab_more {
        font-size: 20px;
    }
}
.height {
	transform: translateY(0px);
}

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

.ihot_csae:before {
    content: '';
    background: url(../../images/inhoc_deco02.png) top right no-repeat;
    width: 450px;
    height: 748px;
    position: absolute;
    top: -17rem;
    right: 0;
    z-index: -1;
}

.ihot_csae:after {
    content: '';
    background: url(../../images/inhoc_building.png) left bottom 33px no-repeat, url(../../images/inhoc_deco03.png) bottom left no-repeat;
    width: 70vw;
    height: 572px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: 72%, 90%;

}

.ihoc_deco {
    text-align: right;
    margin-bottom: 3.75rem;
    overflow-x: hidden;
}

.ihoc_deco p {
    font-family: 'Shippori Mincho B1';
    font-size: 12px;
    color: #808080;
    padding-right: 10rem;

}

.ihoc_wrap {
    max-width: 1700px;
    margin: 0 auto;
    text-align: right;

}

.ihoc_top .ihoc_title {
    display: inline-block;
    width: 5%;
    vertical-align: top;
    margin-right: .5rem;
}

.ihoc_top .ihoc_title h3 {
    font-family: 'Shippori Mincho B1';
    writing-mode: vertical-lr;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    display: inline-block;


}

.ihoc_top .ihoc_title img {
    vertical-align: top;
}

.ihoc_top .ihoc_info {
    display: inline-block;
    width: 80%;
    text-align: right;
}

.ihoc_top .ihoc_info .ntitle {
    display: inline-block;
    width: 100%;
    padding-left: 1rem;
    text-align: left;
}

.ihoc_top .ihoc_info .ntitle dl {
    padding: 0.5rem 1.6rem 1.75rem;
    text-align: left;
}

.ihoc_top .ihoc_info .ntitle dt {
    font-family: 'Shippori Mincho B1';
    font-size: 24px;
    font-weight: 700;
}

.ihoc_top .ihoc_info .ntitle dd {
    padding-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.ihoc_top .ihoc_info .ntitle img {
    box-shadow: 1px 5px 6px -3px #848282;
}

.ihoc_more {
    padding: 1.7rem 3.1rem 0 0;
    text-align: right;
    font-family: 'Cardo';
    font-size: 20px;
    font-weight: 700;
    transition: .5s all;
}

a:hover .ihoc_more {
    transform: translateX(10px);
    color: #777;
}

.ihoc_bot {
    margin: 7.6rem 1rem 6.25rem 0;
    display: inline-block;
}

.ihoc_bot h4 {
    position: relative;
    display: inline-block;
    font-family: 'Libre Baskerville';
    font-size: 49px;
    color: #9b9e9c;
    padding-right: 6.3rem;
    text-transform: uppercase;
    font-weight: 700;
}

.ihoc_bot h4:after {
    content: '';
    position: absolute;
    background: url(../../images/inhoc_deco05.png) bottom left no-repeat;
    bottom: -10px;
    left: 0;
    width: 299px;
    height: 10px;
}

.ihoc_bot span {
    display: inline-block;
    font-family: 'Shippori Mincho B1';
    font-size: 21px;
    color: #000000;
    font-weight: 700;
}

@media screen and (max-width: 1100px) {
    .ihoc_bot h4 {
        padding-right: 3.3rem;
    }
}

@media screen and (max-width: 990px) {
    .ihoc_top .ihoc_title {
        width: 8%;
    }

    .ihoc_top .ihoc_info {
        width: 90%;
    }

    .ihoc_bot h4 {
        padding-right: 0.3rem;
    }
}

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

    .ihoc_top .ihoc_title {
        width: 90%;
        text-align: left;
    }

    .ihoc_top .ihoc_info {
        width: 90%;
    }

    .ihoc_top .ihoc_info li {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .ihoc_more {
        padding: 1rem 3.1rem 0 0;
    }

    .ihoc_bot {
        margin: 3.6rem 1rem 8.25rem 0;
    }

    .ihoc_bot span {
        padding-top: 1.5rem;
    }
    .ihot_csae:before {
    background-size: 50%;
}
    .ihot_csae:after {
        background-position: left bottom 9px, bottom left;
        width: 95vw;
        background-size: 77%, 100%;
    }
    .ihoc_deco {
    display: none;
}
}
@media screen and (max-width: 450px) {
	.ihoc_deco p {
    padding-right: 2rem;
}
.ihoc_deco img{
	position: relative;
    right: -4rem;
}
.ihoc_top .ihoc_title {
    width: 12%;
}
.ihoc_top .ihoc_info {
    width: 79%;
}
	.ihoc_bot {
	margin: 3.6rem 2.5rem 8.25rem 0;
    text-align: right;
}
.ihoc_bot span {
    text-align: right;
    padding-right: 0.3rem;
}
.ihoc_more {
    font-size: 18px;
}
}
@media screen and (max-width: 350px) {
    .ihoc_bot h4 {
        font-size: 39px;
    }

    .ihoc_bot h4:after {
        width: 239px;
    }
}

/***footer***/
footer {
    background-color: #e0e0de;
    text-align: center;
    padding: 7.5rem 0 1.5rem;
    position: relative;
    z-index: 1;
}

footer:before {
    content: '';
    background: #d1d1cf;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 43vw;
    height: 100%;
    z-index: -1;
}

.footer_wrap {
    max-width: 1416px;
    margin: 0 auto;
}

.ft_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 28%;
}

.ft_logo span {
    font-family: 'Shippori Mincho B1';
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-top: 2.4rem;
}

.ft_con {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    position: relative;
    margin: 0 11rem 0 6rem;
}

.ft_con span {
    font-family: 'Shippori Mincho B1';
    font-size: 14px;
    color: #808080;
}


/*ft_info*/
.ft_info {
    width: 340px;
    max-width: 90%;
    text-align: left;
    padding: 3em 0 0;
}

.ft_info li {
    color: #292929;
    font-size: 18px;
}

.ft_info i {
    width: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: .5em;
}

.ft_info p {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #4c4c4c;
    display: inline-block;
    width: 85%;
    padding-left: .5em;
    vertical-align: top;
}

/*site*/

.site {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    width: 28%;
}

.site ul {
    display: inline-block;
    padding: 0 1.8rem;
    border-left: 1.5px solid #626565;
}

.site ul li {
    text-align: left;

}

.site ul li:not(:last-of-type) {
    margin-bottom: 1rem;

}

.site li a {
    position: relative;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:after {
    content: '';
    background: #000;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:hover:after {
    width: 100%;
}

.site p {
    font-family: 'Shippori Mincho B1';
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

.site span {
    font-family: 'Shippori Mincho B1';
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}







/*ft_btn*/
.ft_btn {
    width: 340px;
    max-width: 90%;
    text-align: left;
}

.ft_btn:after {
    content: '';
    position: absolute;
    background-color: #808080;
    width: 90%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
}

.ft_btn a {
    display: inline-block;
    width: 15%;
    padding: 0 .5em;
    transition: .3s ease-in-out;
}

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

/*ft_mark*/
.ft_mark {
    width: 530px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
}

.ft_mark li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 1em;
    color: #8d4726;
    font-size: 14px;
    white-space: nowrap;
}

.ft_mark li img {
    vertical-align: middle;
}

.ft_mark li:nth-of-type(1) img {
    margin-right: -1em;
}

/*ft_btm*/
.ft_btm {
    background: #646665;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 1rem 6.5rem 1rem 19.75rem;
    line-height: 1.5;
    margin-top: 5.5rem;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

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

/*icon*/
.icon {
    font-family: 'Libre Baskerville';
    font-size: 10pt;
    color: #b2b2b2;

}

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

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

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

.copyright a {
    color: #b2b2b2;
    transition: .3s ease-in-out;
}

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

@media screen and (max-width:1400px) {
    .ft_con {
        margin: 0 4rem 0 6rem;
    }
}

@media screen and (max-width:1160px) {
    .ft_con {
        margin: 0 1rem 0 2rem;
    }

    .site {
        width: 33%;
    }

    .ft_btm {
        padding: 1rem;
    }
}

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

    .site {
        width: 90%;
        margin-top: 5rem;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    footer:before {
        content: '';
        clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 50vw;
    }

    .ft_logo {
        width: 90%;
    }

    .ft_con {
        margin: 4rem auto 0;
        width: 90%;
        text-align: center;
    }

    .ft_btn {
        margin: 0 auto;
    }

    .ft_info {
        margin: 0 auto;
    }

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

@media screen and (max-width:380px) {
    .site ul {
        width: 72%;
        margin: 0 auto;
    }

    .site ul li:last-of-type {
        margin-bottom: 1rem;
    }
}

/*intitle*/
.intitle {
    max-width: 1704px;
    height: 613px;
    margin: 98px auto 0;
    position: relative;
    background-size: cover;


}

.intitle_abt {
    background: url(../../images/inbanner_abt.jpg) top left no-repeat;
}
.intitle_case {
    background: url(../../images/inbanner_case.jpg) top left no-repeat;
}
.intitle_loc {
    background: url(../../images/inbanner_loc.jpg) top left no-repeat;
}
.intitle_news {
    background: url(../../images/inbanner_news.jpg) top left no-repeat;
}
.intitle_pro {
    background: url(../../images/inbanner_pro.jpg) top left no-repeat;
}

.inlogo {
    width: 1560px;
    max-width: 100%;
    position: absolute;
    top: 7.8rem;
    right: 0;
    display: inline-flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;

}

.inlogo h1 img {}

.inlogo strong {
    background-color: rgba(255, 255, 255, .8);
    font-family: 'Shippori Mincho B1';
    font-size: 36px;
    padding: 0 0 0 1.6rem;
}

.intxt {
    width: 1704px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.intxt h2 {
    font-family: 'Shippori Mincho B1';
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.intxt h2:after {
    content: '';
    background: url(../../images/title_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 137px;
    height: 24px;
    position: absolute;
    bottom: -23px;
    left: -8px;
}

.intxt h3 {
    font-family: 'Libre Baskerville';
    font-size: 78px;
    font-weight: 700;
    color: #9b9e9c;
    text-transform: uppercase;
    position: relative;
}

.intxt h3:after {
    content: '';
    background: url(../../images/title_deco02.svg) bottom right no-repeat;
    background-size: 100%;
    width: 660px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:1360px) {
	.intxt {
    padding: 0 1rem;
}
}
@media screen and (max-width:1250px) {
    .intxt h3 {
        font-size: 52px;
    }

    .intxt h3:after {
        background-size: 59%;
    }
}

@media screen and (max-width:1000px) {
    .intitle {
        background-size: 140%;
        height: 500px;
        margin: 5rem auto 0;
    }

    .inlogo {
        top: 5.8rem;
    }

    .inlogo strong {
        font-size: 23px;
    }
}

@media screen and (max-width:860px) {
    .inlogo h1 img {
        width: 75%;
    }
}

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

    .inlogo h1 img {
        width: 50%;
    }

    .inlogo strong {
        font-size: 15px;
    }
}

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

    .inlogo {
        top: 2.8rem;
    }

    .inlogo h1 img {
        width: 45%;
    }
    .intxt {
    padding: 0 1rem;
}

    .intxt h2 {
        font-size: 17px;
    }
    .intxt h2:after {
    background-size: 67%;
    bottom: -17px;
}
    .intxt h3 {
        font-size: 30px;
    }

    .intxt h3:after {
        background-size: 36%;
    }
}

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

    .inlogo strong {
        padding: 0 0 0 0.6rem;
    }
}

@media screen and (max-width:380px) {
    .intitle {
        height: 179px;
    }

    .intxt h2 {
        font-size: 16px;
    }

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

    .intxt h3:after {
        background-size: 25%;
    }
}

/***about***/
/*ab1*/
.ab1 {
    max-width: 1812px;
    margin: 6.1rem 0 3.75rem 6.75rem;
    position: relative;

}

.ab1_top {
    display: inline-flex;
}

.ab1_top img {
    width: 60%;
}

.ab1_txt {}

.ab1_title {
    margin-bottom: 6.8rem;
    padding: 0 4rem 0 3.12rem;
    display: inline-flex;

}

.ab1_title h4 {
    display: inline-block;
    font-size: 32px;
    font-family: 'Shippori Mincho B1';
    writing-mode: vertical-lr;
    margin-right: 4.125rem;
    padding-right: 1rem;
    position: relative;
}

.ab1_title h4:after {
    content: '';
    position: absolute;
    background: url(../../images/ab1_deco02.svg) top right no-repeat;
    width: 10px;
    height: 255px;
    top: 0;
    right: 0;

}

.ab1_title dl {
    display: inline-block;
    padding-right: 20rem;
}

.ab1_title dt {
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 700;
}

.ab1_title dd {
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    text-align: justify;
}

.ab1_con {
    background: url(../../images/ab1_deco01.png) top left no-repeat;
}

.ab1_con p {
    font-size: 32px;
    font-family: 'Shippori Mincho B1';
    font-weight: 700;
    padding: 4.375rem 0 6rem 6rem;
}

.bot {
    position: relative;
    text-align: center;
}

.bot .bot_left {
    display: inline-block;
    float: right;
    position: relative;
    top: -13rem;
    right: 15.3rem;

}

.bot .bot_left img {}

.bot .bot_right {
    display: inline-block;
    width: 48%;

}

.bot .bot_right p {
    padding: 4.81rem 19.4rem 0 9rem;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    text-align: justify;

}

/*ab2*/

.ab2 {
    background: url(../../images/ab2_img01.jpg) top left fixed;
    background-size: cover;
    width: 100%;
    height: 661px;
    position: relative;
}

.ab2_bg {
    background-color: rgba(28, 38, 51, 0.85);
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
    background-position: top right;
    width: 60%;
    height: 661px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10rem 18rem 0 21.7rem;
}

.ab2_bg h5 {
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 700;
    color: #d3d7da;
    padding-bottom: 2.43rem;
}

.ab2_bg p {
    font-family: 'Noto Sans TC';
    font-weight: 400;
    font-size: 16px;
    color: #d3d7da;
}
/*ab3*/
.ab3{
	background: url(../../images/ab3_bg.png) top right no-repeat, #fff;
	position: relative;
}
.ab3:after{
	content: '';
	background: url(../../images/ab3_deco02.png)bottom left no-repeat;
	position: absolute;
	bottom: 16rem;
	left: 0;
	width: 320px;
	height: 232px;
}
.ab3_cor{
	position: absolute;
	top: 3.69rem;
	right: 0;
}
.ab3_cor p{
	font-family: 'Libre Baskerville';
	color: #9b9e9c;
	font-size: 45px;
	font-weight: 700;
	position: relative;
    right: 14.75rem;
}
.ab3_cor span{
	font-family: 'Libre Baskerville';
	font-size: 12px;
	color: #9b9e9c;
	position: relative;
}
.ab3_cor img{
	display: block;
}
.ab3_cont{
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 4.9rem;
	
}
.ab3_top {

}
.ab31_left{
	display: inline-block;
	width: 65%;
	    margin-right: 4.75rem;
}
.ab31_left .ab31_txt {
margin-bottom: 3.1rem;
}
.ab31_left .ab31_txt .title{
	display: inline-block;
	vertical-align: top;
}
.ab31_left .ab31_txt .title h4{
	display: inline-block;
    font-size: 32px;
    font-family: 'Shippori Mincho B1';
    writing-mode: vertical-lr;
    margin-right: 4.125rem;
    padding-right: 1rem;
    position: relative;

}
.ab31_left .ab31_txt .title h4:after {
    content: '';
    position: absolute;
    background: url(../../images/ab1_deco02.svg) top right no-repeat;
    width: 10px;
    height: 255px;
    top: 0;
    right: 0;
}
.ab31_left .ab31_txt .txt{
	display: inline-block;
	width: 47%;
    text-align: justify;
}

.ab31_left .ab31_txt .txt dt{
	margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 700;
}
.ab31_left .ab31_txt .txt dd{
	line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    text-align: justify;
}


.ab31_right{
	display: inline-block;
	width: 28%;
	vertical-align: bottom;
    margin-bottom: 2.5rem;
}
.ab31_right .ab31_txt .txt{

}
.ab31_right .ab31_txt .txt dt:nth-of-type(1){
	margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.ab31_right .ab31_txt .txt dt:nth-of-type(2){
	font-family: 'Shippori Mincho B1';
	margin-bottom: 2rem;
    font-size: 26px;
    font-weight: 700;
}
.ab31_right .ab31_txt .txt dd{
	line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    text-align: justify;
    padding-right: 2rem;
    padding-bottom: 3.4rem;
}
.ab3_bot{
	margin: 2rem 0 3.75rem;
}
.ab3_bot .ab32_left{
	display: inline-block;
	width: 40%;
	    height: 310px;
	writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin: 7.2rem 5.5rem 0 -11rem;
    vertical-align: top;

}
.ab3_bot .ab32_left h5{
	position: relative;
    font-family: 'Shippori Mincho B1';
    font-size: 26px;
    line-height: 1.8;
    font-weight: 700;
}
.ab3_bot .ab32_left h5:before {
    content: '';
    background: #9b9e9c;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ab3_bot .ab32_left h5:nth-of-type(1):before {
    height: 76%;
}
.ab3_bot .ab32_left p{
	display: block;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 1.8;
    padding-right: 2.7em;
    text-align: justify;
}
.ab3_bot .ab32_right{
	display: inline-block;
	width: 56%;
}
/*ab4*/
.ab4{
	background: url(../../images/ab4_bg.jpg) top left no-repeat;
	background-size: cover;
	width: 100%;
}
.ab4_wrap{
	max-width:1416px;
	margin: 0 auto;
	position: relative;
	padding-top: 3.75rem;
	padding-bottom: 6.1rem;
}
.ab4_top{
     margin-bottom: 7.15rem;
    position: relative;
    display: inline-flex;
    width: 100%;
}
.ab4_top:after{
	content: 'AFTER-SALES SERVICE';
    font-family: 'Libre Baskerville';
    color: #9b9e9c;
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    top: -1rem;
    right: 0;
}
.ab4_title{
	display: inline-block;
	vertical-align: top;
	
}
.ab4_title h4 {
    font-size: 32px;
    font-family: 'Shippori Mincho B1';
    writing-mode: vertical-lr;
    margin-right: 5.9rem;
    padding-right: 1rem;
    position: relative;
}
.ab4_title h4:after {
    content: '';
    position: absolute;
    background: url(../../images/ab1_deco02.svg) top right no-repeat;
    width: 10px;
    height: 255px;
    top: 0;
    right: 0;
}
.ab4_desc{
	display: inline-block;
}
.ab4_desc .ab4_ico{
	margin-bottom: 2.7rem;
}
.ab4_desc .ab4_txt{
	padding-left: 1.4rem;
}
.ab4_desc .ab4_txt ol{

}
.ab4_desc .ab4_txt ol li{
	font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 2.8;
}



.ab4_bot{}
.ab4_bot ul{
	display: inline-flex;
	justify-content: space-between;
}
.ab4_bot li{
	display: inline-block;
    max-width: 340px;
    box-sizing: border-box;
    margin-right: 1.25rem;
}
.ab4_bot li:last-child{
	margin-right: 0;
}





@media screen and (max-width: 1440px) {
    .ab1 {
        margin: 6.1rem 0 3.75rem 0rem;
    }

    .ab1_title {
        margin-bottom: 4.9rem;
    }

    .ab1_title dl {
        padding-right: 0;
    }

    .ab1_con p {
        padding: 2.375rem 0 4rem 1rem;
        font-size: 25px;
    }

    .bot .bot_left {
        width: 40%;
        right: 0.6rem;
        top: -16rem;
    }

    .bot .bot_right p {
        padding: 0.81rem 2.4rem 0 9rem;
    }
    .ab2_bg {
    padding: 10rem 3rem 0 18.7rem;
}
.ab3:after {
    bottom: 21rem;
    background-size: 60%;
}
}
@media screen and (max-width: 1360px) {
	.bot .bot_left {
    width: 37%;
    right: 1.3rem;
    top: -15rem;
}
.ab1_con p {
    font-size: 22px;
}
.bot .bot_right p {
    padding: 0.81rem 2.4rem 0 7rem;
}
.ab3:after {
    bottom: 23rem;
}
.ab31_left .ab31_txt .title h4 {
    margin-right: 3.125rem;
    padding-left: 1rem;
}
.ab4_wrap {
    padding: 3.75rem 1rem 6.1rem;
}
.ab4_bot li {
    max-width: 300px;
}
}
@media screen and (max-width: 1200px) {
    .ab1_title {
        margin-bottom: 3.1rem;
    }

    .bot .bot_left {
        width: 37%;
        right: 1.6rem;
        top: -6rem;
    }
    .ab2_bg {
    padding: 10rem 1rem 0 11.7rem;
}
}
@media screen and (max-width: 1190px){
	.ab4_top:after {
    top: -4rem;
}
}
@media screen and (max-width: 1160px){
	.ab3:after {
    bottom: 46rem;
    background-size: 80%;
}
	.ab3_cont {
    text-align: center;
}
	.ab31_left {
    width: 90%;
    margin-right: 0;
    margin: 9rem auto 0;
    text-align: center;
}
.ab31_left .ab31_txt {
    text-align: left;
    width: 85%;
    margin: 3.1rem auto 4.8rem;
}
.ab31_left .ab31_txt .txt {
    width: 62%;
}
.ab31_right {
    width: 90%;
    margin: 2.5rem auto;
    text-align: center;
}
.ab31_right .ab31_txt .txt dd {
    padding: 0 10rem 3.4rem 10rem;
}
.ab3_bot .ab32_left {
    margin: 4.2rem 2.5rem 0 -11rem;
    text-align: left;
}
}
@media screen and (max-width: 1140px) {
    .bot .bot_left {
        top: -4rem;
    }
}

@media screen and (max-width: 991px) {
    .ab1_title {
        margin-bottom: 1.3rem;
    }

    .ab1_title h4 {
        margin-right: 2rem;
    }

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

    .bot .bot_left {
        top: -7rem;
        right: 1rem;
    }

    .bot .bot_right p {
        padding: 0.81rem 0rem 0 4rem;
    }
    .ab2_bg {
    padding: 10rem 1rem 0 8.7rem;
}
.ab3:after {
    bottom: 45rem;
    background-size: 56%;
}
.ab3_bot .ab32_left {
    margin: 0 -14rem 2rem;
    width: 90%;
    display: block;
}
.ab3_bot .ab32_right {
    width: 90%;
}
}

@media screen and (max-width: 768px) {
    .ab1_top {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .ab1_txt {
        order: -1;
        padding-bottom: 2rem;
    }

    .ab1_title {
        margin-bottom: 6.7rem;
    }

    .ab1_title h4 {
        margin-right: 4.125rem;
    }

    .ab1_con p {
        font-size: 31px;
        padding: 2rem;
    }

    .ab1_top img {
        width: 90%;
        margin: 0 auto;
    }

    .bot .bot_left {
        top: 0;
        right: 0;
        float: none;
        width: 90%;
    }

    .bot .bot_right {
        width: 90%;
    }

    .bot .bot_right p {
        padding: 0.81rem 0 0;
    }
    .ab2 {
    height: 550px;
    background-size: auto;
}
.ab2_bg {
    padding: 4rem 1rem 0 10.7rem;
    width: 85%;
}
.ab3_cor p {
    right: 0;
}
.ab31_left .ab31_txt {
    width: 98%;
    margin: 3.1rem auto 0.8rem;
}
.ab31_left .ab31_txt .title h4 {
    margin-right: 3.125rem;
}
.ab31_left .ab31_txt .txt {
    width: 79%;
}
.ab31_right .ab31_txt .txt dd {
    padding: 0 5rem 3.4rem 5rem;
}
.ab3_bot .ab32_left {
    margin: 0 -4rem 2rem;
}
.ab4_top {
    padding: 2rem 1rem 0;
}
.ab4_top:after {
    font-size: 34px;
        top: -3rem;
}
.ab4_title h4 {
    margin-right: 2.9rem;
}
.ab4_bot ul {
    flex-wrap: wrap;
    justify-content: space-around;
}
.ab4_bot li {
    max-width: 48%;
    margin-right: 0;
}
}

@media screen and (max-width: 576px) {
    .ab1_title {
        margin-bottom: 4.9rem;
    }
.ab1_title h4 {
    margin-right: 1rem;
}
    .ab1_con p {
        font-size: 22px;
    }
    .ab2_bg {
    padding: 3rem 1rem 0 7.7rem;
    width: 85%;
}
.ab3:after {
    bottom: 38rem;
    background-size: 56%;
}
.ab3_cor {
    max-width: 96%;
}
.ab3_cor p {
    font-size: 33px;
}
.ab3_cor img {
    padding-right: 1.5rem;
}
.ab4_top:after {
    font-size: 22px;
    right: 1rem;
}
.ab4_title h4 {
    margin-right: 2rem;
}
.ab4_desc .ab4_txt ol li {
    line-height: 1.8;
}
}

@media screen and (max-width: 450px) {
    .ab1_title {
        padding: 0 1rem;
        margin-bottom: 3rem;
    }
    .ab1_title h4:after {
    height: 222px;
}

    .ab1_con p {
        font-size: 16px;
        padding: 1rem;
    }
    .ab2_bg {
    padding: 2.5rem 1rem 0 4rem;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.ab2_bg h5 {
    font-size: 16px;
    padding-bottom: 2rem;
}
.ab2_bg p {
    font-size: 14px;
}
.ab3:after {
    bottom: 36rem;
    background-size: 30%;
}
.ab3_cor p {
    font-size: 23px;
}
.ab31_left .ab31_txt {
    width: 100%;
    display: inline-flex;
}
.ab31_left .ab31_txt .title h4 {
    margin-right: 3rem;
}
.ab31_right .ab31_txt .txt dt:nth-of-type(2) {
    font-size: 24px;
}
.ab31_right .ab31_txt .txt dd {
    padding: 0 0 3.4rem 0;
}
.ab3_bot .ab32_left {
    margin: 0 0 2rem;
}
.ab4_wrap {
    padding-bottom: 0;
}
.ab4_top {
    margin-bottom: 4.15rem;
}
.ab4_desc .ab4_ico {
    max-width: 90%;
    float: right;
}
.ab4_desc {
    margin-left: 1rem;
}

}

@media screen and (max-width: 350px) {
    .ab1_title {
        margin-bottom: 1.4rem;
    }

    .ab1_title h4 {
        margin-right: 2rem;
    }
    .ab2_bg {
    padding: 3rem 1rem 0 5rem;
}
.ab2_bg p {
    font-size: 12px;
}
.ab3:after {
    bottom: 34rem;
    background-size: 20%;
}
.ab3_cor p {
    font-size: 25px;
}
.ab31_left {
    width: 95%;
}
.ab3_bot {
    margin: 1rem 0 3.75rem;
}
.ab3_bot .ab32_left {
    width: 95%;
}
.ab3_bot .ab32_left p {
    padding-right: 1em;
}
.ab31_right .ab31_txt .txt dd {
    padding: 0 0 2rem 0;
}
}

/***location***/
.location {
	width: 1400px;
	margin: 0 auto;
	max-width: 90%;
	padding: 6.1rem 0 10rem;
}
.map {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border: solid 3px #646665;
	min-height: 660px;
    width: 90%;
    max-width: 840px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 39%;
    padding: 5.7rem 7rem 0 10.5rem;
}
.contact img{
	padding: 0 2rem;
}
.contact .ftinfo {
	width: 100%;
	padding: 0.5rem 0 0 0;
	text-align: left;
}
.contact .ftinfo ul {
	display: inline-block;
	padding: 3.125rem 0;
    border-top: 1px solid #626565;
    border-bottom: 1px solid #626565;

}
.contact .ftinfo i {
    width: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5em;
}
.contact .ftinfo p {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #4c4c4c;
    display: inline-block;
    padding-left: 0.5em;
    vertical-align: top;
}
@media (max-width:1440px) {
	.map {
    width: 50%;
}
.contact {
    padding: 5.7rem 5rem 0;
}
}
@media (max-width:1200px) {
	.contact {
    padding: 5.7rem 3rem 0;
}
.map {
    min-height: 594px;
}
}
@media (max-width:990px) {
	.contact {
    padding: 5.7rem 0rem 0 3rem;
    width: 49%;
}
}
@media (max-width:768px) {
	
	.map {
		min-height: 350px;
		width: 100%;		
	}
	.location {
		padding: 5em 0 6em;
	}
	.contact {
		padding: 4em 1em 0 1em;
		width: 100%;
		text-align: center;
	}
	.contact .ftinfo {
		padding: 2em 0 0 0;
		text-align: center;
	}
	.contact .ftinfo li{
		text-align: left;
	}
}
@media (max-width:600px) {
	
}
@media (max-width:500px) {
	
	.map {
		min-height: 300px;
	}
	.location {
		padding: 5em 0 4em;
	}
	.contact {
		padding: 2em 1em 0 1em;
	}
	.contact img {
		width: 180px;
	}
}
@media (max-width:350px) {
	
	.map {
		min-height: 250px;
	}
	.contact {
		padding: 2em 0em 0 0em;
	}
	.contact .ftinfo {
		padding: 1em 0 0 0;
	}
}




















/*gotop*/
#gotop {
    position: fixed;
    right: 0;
    bottom: 5em;
    z-index: 30;
    cursor: pointer;
    display: none;
}

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

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

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

@media screen and (max-width:1080px) {
    .ibtm {
        min-height: 700px;
    }
}

@media screen and (max-width:991px) {
    .ibtm {
        background-attachment: inherit;
        min-height: 650px;
    }
}

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

    .ft_top {
        min-height: auto;
    }

    .ft_top img {
        width: 215px;
    }
}

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

    .ft_top img {
        width: 25vw;
    }

    #gotop {
        width: 65px;
    }
}

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

    .ft_top img {
        width: 28vw;
    }

    .ft_mark li {
        text-align: center;
    }

    .ft_mark li img {
        display: block;
        margin: 0 auto;
    }

    .ft_mark li:nth-of-type(1) img {
        margin: 0 auto;
    }

    #gotop {
        width: 50px;
        bottom: 14em;
    }
}

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

    .ft_btm,
    .ft_btm a {
        font-size: 14px;
    }

    .ft_btm {
        padding: .5em .2em;
    }

    .ft_top img {
        width: 33vw;
    }

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

    .ft_info i {
        padding-top: .2em;
    }
}

@media screen and (max-width:380px) {
    .ft_mark li {
        font-size: 12px;
    }

    .ft_top img {
        width: 35vw;
    }
}

#about {
    transform: translateY(-30px);
}

/***news*************************************************************************************************/
.news {
	margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 5em 0;
	color:#000;
	width:1704px;
	position:relative;
	min-height: 400px;
}
.newslist {
}
.newslist table {
	color:#000;
}
/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
	padding:2em 0;
	position: relative;
}

.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
}
/*npic*/
.npic {
	position: relative;
    width: 47%;
    min-height:267px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
	
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin: .5em 0;
	width: 45%;
    padding: 0 0 0 1em;
	display:inline-block;
	vertical-align:top;
}
.ntitle h6 {
	color: #1a1a1a;
	font-family: 'Shippori Mincho B1';
	font-size: 24px;
	line-height: 1.3;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 500;
	padding-bottom: 1rem;
}
.ntitle h6 a {
	display: inline-block;
	font-size: 16px;
}
.ntitle h6 a:nth-of-type(1) {
	display: block;
	font-size: 24px;
}
.ntitle p {
	font-family: 'Noto Sans TC';
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size:16px;
    margin:1em 0;
    font-weight: 300;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle b {
	font-family: 'Cardo';
	color: #000;
    font-size:16px;
    padding:0 0 1.4em 0;
	position:relative;
	display:block;
	line-height:1;
	font-weight: 300;
}
.morenews {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #789fc0;
	font-size: 15px;
	font-weight: 300;
	background: #181e32;
	padding: .5em 3em;
	border: solid 1px #181e32;
	transition: .3s ease all;
}
.newslist_rwd a:hover .npic {
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}
.newslist_rwd a:hover .morenews {
	border: solid 1px #789fc0;
	background: none;
}
/*page_num*/
.page_num {
	display: none;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
/***hotcase***/
.hotcase {
	width: 1300px;
}
.newslist_rwd2 {
	padding: 0 1em 2em;
}
.newslist_rwd2:after {
	display: none;
}
.newslist_rwd2 .npic {
	width: 100%;
	min-height: 250px;
	box-shadow: 4px 20px 30px rgba(0,0,0,.3);
}
.newslist_rwd2 .ntitle {
	width: 100%;
	padding: 1.375rem 3.1rem 1rem 1.7rem;
}
.newslist_rwd2 .morenews {
	position: relative;
	width: 160px;
	margin: 0 auto;
	max-width: 100%;
}
	@media (max-width:990px) {
		.newslist_rwd2 .npic {
			min-height: 195px;
		}
		.newslist_rwd2 .ntitle {
			padding: 2em 1em 0em 1em;
		}
	}	
	@media (max-width:900px) {
		.newslist_rwd {
			padding:2em 0;
		}
		.newslist_rwd2 {
			padding: 2em 1em;
		}
		.newslist_rwd2 .ntitle {
			padding: 1em 1em 0em 1em;
		}
		.newslist_rwd2 .ntitle p {
			margin: .5em 0;
		}
	}
	@media (max-width:768px) {
		.newslist_rwd2.col-sm-4 {
			width: 50%;
		}
		.inews_list .newslist_rwd2.col-sm-4 {
			width: 33.33333333%;
			padding: 1em 1em 0 1em;
		}
		.inews_list .newslist_rwd2 .npic {
			min-height: 150px;
		}
		.inews_list .ntitle h6 {
			font-size: 20px;
		}
		.inews_list .ntitle p {
			font-size: 16px;
		}
		.ntitle {
    margin: 1.5em 0;
    width: 100%;
}

	}
	
	@media (max-width:650px) {
		.newslist {
			margin: 0;
		}
		.npic {
			min-height: 180px;
		}
		.ntitle {
			padding: 0em 0 0 1em;
		}
		.ntitle p {
			margin: 1em 0 .5em;
		}
		.morenews {
			font-size: 12px;
		}
	}
	@media (max-width:600px) {
		.inews_list .newslist_rwd2 .npic {
			min-height: 120px;
		}
		.inews_list .newslist_rwd2.col-sm-4 {
			padding: 1em .5em 0 .5em;
		}
		.inews_list .newslist_rwd2 .ntitle {
			padding: 1em .5em 0em .5em;
		}
	}
	@media (max-width:550px) {
		.newslist_rwd2 .npic {
			min-height: 200px;
		}
		.newslist_rwd2 {
			padding: 1em 1em 2em;
		}
		.newslist_rwd2 .ntitle {
			padding: 1em .5em 0em .5em;
		}
		.newslist_rwd2 .ntitle h6 {
			font-size: 20px;
		}
		.newslist_rwd2 .ntitle p {
			font-size: 16px;
		}
	}
	@media (max-width:500px) {
		.ntitle b,.ntitle span {
			font-size:14px;
		}
		.npic {
			min-height: 200px;
		}
		#ihotnews .ntitle,#ihotnews .npic {
			width: 100%;
		}
		.ntitle {
			margin: .5em 0;
		}
		.ntitle h6 {
			font-size: 18px;
		}
		.ntitle p {
			font-size: 15px;
			margin: .5em 0;
		}
		.morenews {
			padding: .3em 1em;
		}
		.newslist_rwd {
    padding: 1rem 1rem 2rem;
}
		.newslist_rwd2.col-sm-4 {
			width: 100%;
			padding: 0 0 1rem 0;
		}
		.newslist_rwd2 .npic {
			min-height: 200px;
		}
		.newslist_rwd2 .morenews {
			width: 100%;
			text-align: center;
			padding: 1em;
			font-size: 14px;
		}
		.inews_list .newslist_rwd2.col-sm-4 {
			padding: 1em;
			width: 100%;
			margin: 0;
		}
		.inews_list:before {
			width: 96%;
			height: 96%;
		}
		.inews_list .newslist_rwd2 .npic {
			min-height: 150px;
		}
	}
	@media (max-width:380px) {
		.npic {
			min-height: 180px;
			width: 100%;
		}
		.ntitle {
			margin: .5em 0;
			width: 100%;
			padding: 1em 0;
		}
	}
	@media (max-width:350px) {
		.newslist_rwd {
			width:100%;
		}
	}
	/***ihotnews***/
#ihotnews {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	z-index:90;
}
#ihotnews table {
	width:100%;
}
#ihotnews .inews_bg {
	width:1069px;
	margin:10rem auto 0;
	max-width:90%;
	padding: 6.25rem 4.6rem 6.25rem 6.25rem;
    border-radius: 2px;
	text-align:left;
	background: url(../../images/pattern.jpg) top left no-repeat, #f0f0f0;
	overflow: hidden;
	position: relative;
}
#ihotnews .inews_bg hr{
	margin: 27px 0 20px;
    border: 0;
    border-top: 2px solid #626565;
    width: 95%;
}
#ihotnews .title h2{
font-family: 'Shippori Mincho B1';
font-size: 32px;
position: relative;
z-index: 1;

}
#ihotnews .title h2:after{
	content: '';
	background: url(../../images/ab_deco01.png) top left no-repeat;
	position: absolute;
	width: 137px;
	height: 24px;
	bottom: -1rem;
    left: -1rem;
	z-index: -1;
}

#ihotnews .inews_tit {
	display:inline-block;
	position:relative;
	padding:0 .7em;
	font-size:20px;
	text-align:center;
}
#ihotnews .inews_tit:before {
	content:'';
	background:#000;
	width:3px;
	height:3px;
	border-radius:100%;
	position:absolute;
	top:48%;
	left:0;
}
#ihotnews .inews_tit:after {
	content:'';
	background:#000;
	width:3px;
	height:3px;
	border-radius:100%;
	position:absolute;
	top:48%;
	right:0;
}
.close {
    opacity: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 30px;
    color: #3a3838;
    font-family: monospace;
    position: absolute;
    top: 1.75rem;
    right: 1.4rem;
}
#ihotnews .newslist_rwd a {
	padding:1em 1em 1em 2.7em;
	z-index:5;
	position:relative;
}
#ihotnews .newslist_rwd a:after {
	border:solid 1px #9c9c9c;
}
#ihotnews .page_num {
	display:none;
}
.noshow {
	transform:translateY(-100%);
	opacity:0;
	visibility:hidden;
	transition:.6s ease-in-out;
}
#ihotnews .newslist_rwd {
	width: 100%;
}
#ihotnews .title {
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 0 3rem 0 2rem;
    display: inline-block;
}
#ihotnews .title2 {
    text-align: right;
    margin-top: 0;
    position: relative;
    padding: 2.6rem 3rem 0 0;
}
#ihotnews .title2 h3{
	font-family: 'Libre Baskerville';
	font-size: 48px;
	color: #9b9e9c;
}
@media screen and (max-width: 1400px){
	#ihotnews .inews_bg {
    margin: 4rem auto 0;
}
}
@media screen and (max-width: 1360px){
	#ihotnews .inews_bg {
    padding: 6.25rem 4.6rem 2.25rem 6.25rem;
}
}
@media screen and (max-width: 1200px){
	.npic {
    min-height: 214px;
}
}
@media  screen and (max-width:768px) {
	#ihotnews .inews_bg {
    margin: 1rem auto 0;
    padding: 4.25rem 4.6rem 2.25rem 6.25rem;
}
	#ihotnews .newslist_rwd a {
    padding: 1em;
}
.npic {
    min-height: 200px;
    width: 100%;
}
#ihotnews .title2 h3 {
    font-size: 28px;
}
#ihotnews .title2 {
	display: none;
}
}
	@media screen and (max-width: 500px) {
		.inews_bg {
			padding:1em;
			margin: 3em auto 0;
			max-height:80vh;
			overflow-y:scroll;
		}
		
		
		.close{
			position: absolute;
		}
		#ihotnews .inews_bg {
    padding: 4.25rem 1.6rem 2.25rem 1.6rem;
}
		#ihotnews .newslist_rwd a {
			padding: 0;
		}
		
		
	}
	@media screen and (max-width: 380px) {
		#ihotnews .inews_bg{
			margin: 4em auto 0;
		}
		#ihotnews .newslist_rwd {
			margin: 0;
		}
		#ihotnews .newslist_rwd a {
			padding: 0;
		}
		#ihotnews .ntitle {
			margin: 0;
			padding: 1em 0em;
		}
		
	}
	@media screen and (max-width: 350px) {
		#ihotnews .inews_bg {
			padding:1em;
			margin: 2em auto 0;
			max-height:80vh;
			overflow-y:scroll;
		}
	}
.newstitle {
	opacity: 0;
}
form .newstitle {
	opacity: 1 !important;
}/*************************
*******service_album*******
**************************/
#service_album {
	padding-bottom: 40px;
	padding-top: 40px;
	min-height: 40vh;
}

#service_album a {
	color: #cbae01;
	display:inline-block;
}

#service_album a:visited,
#service_album a:focus {
	color: #513c26;
}

#service_album a:hover {
	color: #7f4d18;
}

.table1 table {
	min-width: 23%;
}

.table2 td {
	max-width: 200px;
	height: 30px;
}

@media(max-width:992px) {
	.contactm {
		margin-bottom: 20px
	}
	.table1 table {
		width: 100%;
	}
	table.tablegrid {
		width:23%;
	}
}

@media(max-width:768px) {
	.table1 table {
		width:98%;
	}
	table.tablegrid {
		width:47%;
	}
}
@media(max-width:500px) {
	table.tablegrid {
		width:95%;
	}
}
/*album*/
.album {
	z-index:5;
	position:relative;
	width:1200px;
	max-width:90%;
	margin:0 auto;
	padding: 5em 0 7em;
}
.album a {
	display:inline-block;
	color:#063827;	
}
.album tr.photo a{
	overflow: hidden;
height: 150px;
}
.album tr.photo a img{
height: auto;
}
.album tr.photo {
	transition:.2s ease-in-out;
}
.album tr.photo:hover {
	opacity:.6;
}
.table-responsive {
	border:0;
	margin:10px 0;
}