/*--------------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;
}
html{
font-size: 10px;
}
body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.6rem;
    color: #1c1c1c;
    font-family: 'Noto Sans TC', 'Noto Serif TC', 'Prompt', sans-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;
}


/***dex***/
.dex {}

.item {
    position: relative;
}

.dex_txt {
    position: absolute;
    top: 9.7rem;
    right: 19rem;
    max-width: 506px;
    padding: 1rem;
    text-align: center;

}

.dex_txt h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    writing-mode: vertical-rl;
    height: 290px;
    padding: 4rem 5rem 0 7rem;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(25, 125, 140, .5);
}


.mob_font {
    display: none;
}

.mob_font h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    padding: 3rem 1rem 0 1rem;
    text-align: left;
    writing-mode: vertical-rl;
    margin: 0 auto;
}

h1.menu_logo {
    padding: 4rem 0 3rem;
    cursor: pointer;
    text-align: center;
}


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

.menu_txt {
    display: inline-block;
    vertical-align: top;
}

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


.mibutton span {
    display: inline-block;
    width: 53px;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 4.5em;
    right: 3em;
    background: #a6a95f;
    font-size: 10px;
}

.mibutton span:nth-child(2) {
    top: 5.5em;
}

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

.mibutton b {
    font-size: 17px;
    font-family: 'Prompt';
    font-weight: 400;
    color: #a6a95f;
    position: absolute;
    top: 1em;
    right: 1.8em;
}

.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: #fff;
    max-width: 477px;
    position: fixed;
    top: 0em;
    right: 0;
    z-index: 60;
    height: 720px;
    text-align: right;
    transform: translateX(100%);
    transition: .6s linear;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.navbar hr {
    border-top: 1px solid #a6a95f;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 90%;
}

.show {
    transform: translateX(0);
}


/*ibutton*/
.ibutton {
    padding: 1rem 1rem 0 3rem;
}

.ibutton ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
}

.ibutton li {
    display: inline-block;
    width: 49%;
    padding: 0 0 3rem 0;
}

.ibutton a {
    text-align: left;
    position: relative;
}


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

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

.ibutton p.ch {
    font-family: 'Noto Serif TC';
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #4a7c42;
    padding-bottom: 5px;
}

.ibutton p.en {
    font-size: 15px;
    font-family: 'Prompt';
    line-height: 1.8;
    font-weight: 400;
    color: #a6a95f;

}

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

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

.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 2rem;
}

.scroll .scroll_more {
    text-align: center;
    transition: .5 all;
    animation: scroll 1.2s alternate infinite;
    ;
}

@keyframes scroll {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }

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

@media screen and (max-width:1450px) {
    .dex_txt {
        right: 8rem;
        top: 5rem;
    }
}

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

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

    .dex_txt h2 {
        padding: 1rem 1rem 0 3rem;
        height: 270px;
    }


}

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

@media screen and (max-width:900px) {
    .dex_txt {
        top: 2rem;
    }

    .dex_txt h2 {
        padding: 1rem 1rem 0 0rem;
        height: 190px;
    }
}

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


    .dex {}

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


}

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


    .dex_txt {
        top: 1rem;
        right: 6rem;
        width: 35%;
    }

    .dex_txt h2 {
        display: none;
    }

    .mob_font {
        display: block;
        text-align: center;
        height: 190px;
        margin: 0 auto 2.5rem;
    }

    h1.menu_logo {}

    .mibutton {
        width: 96px;
        height: 82px;
    }

    .mibutton span {
        right: 2em;
    }

    .mibutton b {
        right: 1.2em;
    }

    .ibutton {}

    .ibutton a {}

    .ibutton p.ch {}

}

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

    .mibutton {
        width: 82px;
    }

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

    .mibutton span {
        right: 2em;
        width: 40px;
    }

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

    .dex_txt {
        right: 5rem;
    }

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

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

}

@media screen and (max-width:380px) {
   .navbar {
    overflow-y: scroll;
}
    .ibutton ul {
        justify-content: center;
    }

    .ibutton li {
        width: 60%;
    }

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

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

    .dex_txt {
        bottom: 0.8rem;
        top: auto;
        right: 1rem;
        -webkit-filter: drop-shadow(9px 2px 7px rgba(255, 255, 255, 0.5));
        filter: drop-shadow(9px 2px 7px rgba(255, 255, 255, 0.5));
    }

    .ibutton li {
        width: 70%;
    }


}

/*---main----------------------------------------------------------------------------------------------------------------------------*/
main {
    margin-top: 12px;

}

#about {
    border-top: 2px solid #a6a95f;
}
@media screen and (max-width: 320px){
	main {
    overflow-x: hidden;
}
	}
/*---index----------------------------------------------------------------------------------------------------------------------------*/
/*ina*/
.ina {
    padding-top: 8rem;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 9rem;
	overflow-x: hidden;
}

.ina_top {
    margin-bottom: 4.5rem;
    text-align: left;
    overflow-x: hidden;
}

.ina_top .ina_img1 {
    display: inline-block;
    width: 55%;
    margin-right: 4rem;
}

.ina_top .ina_cont {
    display: inline-block;
    width: 35%;
    text-align: left;
    vertical-align: top;
}

.ina_top .ina_cont h2 {
    font-size: 34px;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    color: #195013;
    padding-bottom: 2rem;
}

.ina_top .ina_cont h2 img {
    padding-left: 4rem;
}

.ina_top .ina_cont h3 {
    font-size: 26px;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    color: #1a1a1a;
    padding-bottom: 4rem;
}

.ina_top .ina_cont h3 img {
    vertical-align: middle;
    padding-right: 10px;
}

.ina_top .ina_cont p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    max-width: 405px;
    text-align: justify;

}

.ina_bot {}

.ina_bot .ina_img2 {
    margin-bottom: 5rem;
    text-align: right;
    margin-right: 5rem;
}

.ina_bot .ina_img2 img {
    margin-right: 1rem;
}

.ina_bot .ina_img2 img:last-child {
    margin-right: 0;
}

.ina_bot .ina_txt {
    max-width: 550px;
    text-align: left;
    margin-left: auto;
    margin-right: 8rem;
}

.ina_bot .ina_txt h4 {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #545c52;
    margin-bottom: 1.52rem;
}

.ina_bot .ina_txt h5 {
    font-family: 'Noto Sans TC';
    font-size: 20px;
    color: #545c52;
}

@media screen and (max-width: 1620px) {
    .ina_bot .ina_img2 {
        margin-right: 2rem;
    }
}

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

    .ina_top .ina_img1 {
        margin-right: 2rem;
    }

    .ina_top .ina_cont h2 img {
        padding-left: 2rem;
    }

    .ina_top .ina_cont h3 {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 1090px) {
    .ina_top .ina_cont h2 img {
        padding-left: 1rem;
        width: 15%;
    }

    .ina_top .ina_cont h3 img {
        width: 20%;
    }

    .ina_bot .ina_img2 img {
        width: 20%;
    }
}

@media screen and (max-width: 990px) {
    .ina {
        padding-top: 4rem;
        padding-bottom: 14rem;
    }

    .ina_top {
        padding: 0 2rem;
    }

    .ina_top .ina_img1 {
        width: 100%;
        margin-right: 0;
    }

    .ina_top .ina_cont {
        width: 100%;
        text-align: center;
        padding-top: 2rem;
    }

    .ina_top .ina_cont h2 img {
        padding-left: 1rem;
        width: 8%;
    }

    .ina_top .ina_cont p {
        margin: 0 auto;
    }

    .ina_bot .ina_img2 {
        margin-right: 0;
        text-align: center;
    }

    .ina_bot .ina_img2 img {
        width: auto;
        margin-right: 0;
        padding: 0.5rem 0.5rem;
    }
}

@media screen and (max-width: 515px) {
    .ina {
        padding-bottom: 8rem;
    }

    .ina_bot .ina_img2 img {
        display: block;
        margin: 0 auto;
    }

    .ina_bot .ina_img2 img:last-child {
        margin: 0 auto;
    }

    .ina_bot .ina_txt {
        max-width: 370px;
        margin: 0 auto;
    }

    .ina_bot .ina_txt h5 {
        line-height: 2;
    }
}

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

    .ina_bot .ina_img2 {
        margin-bottom: 3rem;
    }

    .ina_top .ina_cont h2 img {
        width: 15%;
    }

    .ina_bot .ina_txt {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 390px) {
    .ina_top .ina_cont h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 360px) {
    .ina_top .ina_cont h2 {
        font-size: 25px;
    }

    .ina_top .ina_cont h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {
	.ina_top .ina_cont h2 {
    font-size: 23px;
}
.ina_top .ina_cont h3 {
    font-size: 17px;
}
	}




/*inb*/
.inb {
	
}

.inb h5 {
    font-size: 100px;
    font-family: Prompt;
    color: #d6e496;
    max-width: 506px;
    text-align: left;
    margin: 0 0 0 55rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .8;

}

.inb .inb_cont {
    width: 100%;
    height: 311px;
    background-color: #d6e496;
    padding: 1rem 0 0 22rem;
    text-align: center;
    position: relative;
}

.inb .inb_cont:before {
    content: '';
    position: absolute;
    left: 4%;
    bottom: 0;
    background: url(../../images/inb_img01.png) bottom left no-repeat;
    width: 649px;
    max-width: 100%;
    height: 911px;
}

.inb .inb_cont h6 {
    color: #fec45e;
    font-size: 100px;
    font-family: Prompt;
    max-width: 454px;
    text-align: left;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.inb .inb_cont p {
    color: #195013;
    font-size: 36px;
    font-family: Prompt;
    text-align: left;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 1rem 0 2rem 2rem;
    position: relative;
    padding: 1.5rem 0;
}

.inb .inb_cont p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 6px;
    background-color: #195013;
}

.inb .inb_cont p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 6px;
    background-color: #195013;
}

.inb .inb_bot {
    background-color: #667b62;
    width: 100%;
    height: 9px;
}

@media screen and (max-width: 1800px) {
    .inb .inb_cont:before {
        left: 2%;
    }
}

@media screen and (max-width: 1700px) {
    .inb .inb_cont:before {
        background-size: 100%;
    }
}

@media screen and (max-width: 1620px) {
    .inb .inb_cont {
        padding: 1rem 0 0 40rem;
    }
}

@media screen and (max-width: 1400px) {
    .inb h5 {
        margin: 0 0 0 47rem;
    }

    .inb .inb_cont:before {
        max-width: 40%;
        height: 743px;
    }
}

@media screen and (max-width: 1200px) {
    .inb h5 {
        margin: 0 3rem 0 auto;
    }

    .inb .inb_cont {
        padding: 1rem 0 0 37rem;
    }
}

@media screen and (max-width: 1110px) {
    .inb .inb_cont {
        padding: 1rem 0 0 32rem;
    }
}

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

    .inb h5 {
        font-size: 70px;
        margin: 0 0 0 auto;
        max-width: 350px;
    }

    .inb .inb_cont:before {
        height: 533px;
    }

    .inb .inb_cont h6 {
        font-size: 70px;
    }

    .inb .inb_cont {
        padding: 1rem 0 0 21rem;
    }

    .inb .inb_cont p {
        display: block;
        margin: 1rem 0 2rem 6rem;
    }
}

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

    .inb h5 {
        font-size: 50px;
        max-width: 247px;
    }

    .inb .inb_cont {
        padding: 1rem 0 0 13rem;
    }

    .inb .inb_cont:before {
        height: 280px;
        left: 0;
    }

    .inb .inb_cont h6 {
        font-size: 50px;
    }
}

@media screen and (max-width: 450px) {
    .inb {
	overflow-x: hidden;
}
	.inb h5 {
        font-size: 40px;
        max-width: 195px;
    }

    .inb .inb_cont:before {
        height: 340px;
        max-width: 55%;
    }

    .inb .inb_cont h6 {
        font-size: 40px;
    }

    .inb .inb_cont p {
        font-size: 20px;
        margin: 1rem 0 2rem 4rem;
    }
}

@media screen and (max-width: 390px) {
    .inb .inb_cont:before {
        max-width: 65%;
    }

    .inb .inb_cont p {
        font-size: 20px;
        margin: 1rem 0 2rem 2rem;
    }
}

@media screen and (max-width: 360px) {
    .inb .inb_cont {
        text-align: left;
        padding: 1rem 0 0 12rem;
    }

    .inb .inb_cont:before {
        height: 345px;
        max-width: 70%;
    }

    .inb .inb_cont p {
        margin: 1rem 0 2rem 2rem;
    }
}

@media screen and (max-width: 320px) {
    .inb .inb_cont {
        padding: 1rem 0 0 9.5rem;
    }
	.inb .inb_cont h6 {
    font-size: 33px;
}

}
@media screen and (max-width: 300px) {
	.inb {
    padding-top: 1rem;
}
	.inb .inb_cont:before {
    height: 265px;
    max-width: 65%;
}
}

/*inbanner*/
.inbanner {
    background: url(../../images/inbanner.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 576px;
    position: relative;
}

.inbanner_font {
    position: absolute;
    left: 35%;
    bottom: 0;
}

@media screen and (max-width:1200px) {
    .inbanner_font {
    left: 26%;
}
}
@media screen and (max-width:1100px) {
   .inbanner {
    height: 466px;
}
}
@media screen and (max-width: 991px) {
    .inbanner {
        height: 406px;
}
.inbanner_font {
    left: 37%;
}
}
@media screen and (max-width: 768px) {
    .inbanner {
        height: 320px;
}
	.inbanner_font {
    left: 32%;
    width: 50%;
}
}
@media screen and (max-width: 576px) {
    .inbanner {
        height: 200px;
    }
	.inbanner_font {
    left: 30%;
	    width: 53%;
}
}

@media screen and (max-width: 390px) {
   .inbanner {
    height: 160px;
}
    .inbanner_font {
       left: 30%;
    }
}

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

    .inbanner_font {
        left: 28%;
    }
}

/*in_bot*/

.in_bot {}

.in_bot .lin {
    border-top: 1px #a6a95f solid;
    padding-bottom: 1rem;
}

.in_bot .bg {
    border-bottom: 9px #667b62 solid;
    background: url(../../images/inbot_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    height: 835px;
}

@media screen and (max-width: 1380px) {
    .in_bot .bg {
        height: 615px;
    }
}

@media screen and (max-width: 991px) {
    .in_bot .bg {
        height: 395px;
    }
}

@media screen and (max-width: 768px) {
    .in_bot .bg {
        height: 345px;
    }
}

@media screen and (max-width: 450px) {
    .in_bot .bg {
        height: 255px;
        background-attachment: initial;
    }
}

@media screen and (max-width: 390px) {
    .in_bot .bg {
        height: 215px;
    }
}

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





/*---sugarapple----------------------------------------------------------------------------------------------------------------------------*/
/*saa*/
.saa {
    max-width: 1368px;
    margin: 7rem auto 2.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.saa_lt {
    max-width: 740px;
    width: 100%;
}

.saa_rt {
    width: 42%;
}

.saa_rt .saa_title {
    margin-bottom: 1.3rem;
}

.saa_rt .saa_title h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
    padding-right: 3.5rem;
}

.saa_rt .saa_title h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 1rem;
    text-transform: uppercase;

}

.saa_rt h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;

}

.saa_rt h4 img {
    padding-right: .5rem;
    vertical-align: middle;
    width: 45%;
    height: 2px;
}

.nut {
    display: flex;
    margin-top: 2.6rem;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.nut h5 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    width: 15%;
    padding: .5rem;
    border: 1px #385135 solid;
    text-align: center;
    margin-right: 2rem;
    line-height: 1.5;
    position: relative;
}

.nut h5:before {
    content: '';
    background: #385135;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
}

.nut p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    width: 67%;
    line-height: 1.6;
    text-align: justify;
}

.gift {
    margin-top: 3rem;
    display: flex;
}

.gift_lt {
    padding-right: .5rem;
}

.gift_lt h6,
.gift_rt h6 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    color: #385135;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.gift_lt ul,
.gift_rt ul {
    padding-left: 1.2rem;
}

.gift_lt ul li,
.gift_rt ul li {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    padding-bottom: .5rem;
    font-weight: 500;
}

.gift_rt {}

/*sab*/
.sab {
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.sab_lt {
    width: 40%;
}

.sab_lt .top {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 390px;
    text-align: justify;
    line-height: 1.8;
    padding-top: 3rem;
}

.sab_lt h3 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    padding-left: 1.8rem;
}

.sab_lt h3:nth-of-type(2) {
    padding-right: 3rem;
}

.sab_lt p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    padding-top: 1rem;
}

.sab_lt p:nth-of-type(1) {
    padding-left: .5rem;
}

.sab_rt {
    max-width: 719px;
}

.sab_mover {
    margin-top: 5rem;
}

.sab_mover a h4 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    padding: 1rem;
    background: #385135;
    max-width: 195px;
    text-align: center;
    letter-spacing: 3px;
    transition: .5s all;
}

.sab_mover a h4:hover {
    background: #aaba67;
}


/*sac*/
.sac {
    max-width: 1475px;
    margin: 6rem auto 3rem;
}

.sac_top {
    max-width: 1248px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.sac_top .left {
    text-align: left;
    max-width: 475px;
}

.sac_top .left h3 {
    font-size: 22px;
    font-family: 'Noto Serif TC';
    color: #385135;
    font-weight: 700;
    padding-bottom: .5rem;
}

.sac_top .left p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    font-weight: 500;
    padding-bottom: .7rem;
}

.sac_top .left span {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
}

.sac_top .right {}

.sac_top .right h4 {
    font-size: 36px;
    font-family: 'Prompt';
    color: #fec45e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.sac_bot {
    margin-top: 4rem;
}

.sac_bot ul {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.sac_bot ul li {
    display: inline-block;
    width: 228px;
    max-width: 100%;
    height: 373px;
    box-shadow: 8px 3px 8px rgba(193, 214, 160, 0.25);
    text-align: center;
    padding: 1rem;
    margin: 0 .5rem;

}

.sac_bot ul li:nth-of-type(1) {
    background: url(../../images/step01.png) left top no-repeat;
}

.sac_bot ul li:nth-of-type(2) {
    background: url(../../images/step02.png) left top no-repeat;
}

.sac_bot ul li:nth-of-type(3) {
    background: url(../../images/step03.png) left top no-repeat;
}

.sac_bot ul li:nth-of-type(4) {
    background: url(../../images/step04.png) left top no-repeat;
}

.sac_bot ul li:nth-of-type(5) {
    background: url(../../images/step05.png) left top no-repeat;
}

.sac_bot ul li:nth-of-type(6) {
    background: url(../../images/step06.png) left top no-repeat;
}

.sac_bot ul li span {
    font-size: 12px;
    font-family: 'Prompt';
    color: #fff;
    font-weight: 400;
}

.sac_bot ul li h3 {
    font-size: 36px;
    font-family: 'Prompt';
    color: #fff;
    font-weight: 700;
}

.sac_bot ul li p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #385135;
}


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

    .saa_rt .saa_title h2 {
        padding-right: 2.5rem;
    }

    .sac_bot ul {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 1280px) {
    .saa_lt {
        width: 55%;
    }

    .saa_rt {
        margin-left: 1rem;
    }

    .sab {
        padding: 0 1rem;
    }

    .sac_top {
        padding: 0 2rem;
    }
}

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

    .saa_lt {
        width: 90%;
    }

    .saa_rt {
        width: 70%;
        margin: 1rem 0 0 0;
    }

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

    .sab_lt {
        width: 70%;
        margin-bottom: 2rem;
    }

    .sab_lt .top {
        margin: 0 auto;
    }

    .sab_mover a h4 {
        margin: 0 auto;
    }

    .sac_top {
        flex-wrap: wrap;
    }

    .sac_top .left {
        max-width: 90%;
        margin-bottom: 1rem;
    }

    .sac_bot ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .sac_bot ul li {
        margin: 0 0.5rem 1rem;
    }
}

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

@media screen and (max-width: 650px) {
    .saa_rt .saa_title h2 {
        font-size: 30px;
    }

    .saa_rt .saa_title h3 {
        font-size: 35px;
    }

    .sac_top .right {
        text-align: left;
    }
}

@media screen and (max-width: 580px) {
    .saa_rt .saa_title h2 {
        padding-right: 0.5rem;
        font-size: 25px;
    }

    .saa_rt .saa_title h3 {
        font-size: 30px;
    }

    .saa_rt h4 img {
        width: 30%;
    }

    .sac_top .right h4 {
        font-size: 28px;
    }
}

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

    .saa_lt {
        width: 95%;
    }

    .saa_rt .saa_title h2 {
        display: block;
    }

    .saa_rt h4 img {
        width: 19%;
    }

    .nut h5:before {
        width: 33px;
        left: 19%;
    }

    .gift {
        flex-wrap: wrap;
    }

    .gift_lt {
        margin-bottom: 2rem;
    }

    .sab_lt {
        width: 95%;
    }

    .sac {
        margin: 4rem auto 3rem;
    }

    .sac_top .right h4 {
        font-size: 18px;
    }

    .sac_bot ul li {
        margin: 0 auto 1rem;
    }
}

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

    .sab_lt h3 {
        padding-left: 0.8rem;
    }

    .sab_lt h3:nth-of-type(2) {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 360px) {
    .saa_rt h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:330px) {
    .saa_rt .saa_title h3 {
        font-size: 27px;
    }
}
@media screen and (max-width:310px) {
    .saa_rt .saa_title h3 {
    font-size: 25px;
}
.sab_lt .top {
    height: 460px;
}
.sac_top .right h4 {
    font-size: 12px;
}
}


/*---atemoya----------------------------------------------------------------------------------------------------------------------------*/
/*atea*/
.atea {
    max-width: 1368px;
    margin: 7rem auto 2.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.atea_lt {
    max-width: 740px;
    width: 100%;
}

.atea_rt {
    width: 42%;
}

.atea_rt .atea_title {
    margin-bottom: 1.3rem;
}

.atea_rt .atea_title h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
    padding-right: 3.5rem;
}

.atea_rt .atea_title h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 1rem;
    text-transform: uppercase;

}

.atea_rt h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;

}

.atea_rt h4 img {
    padding-right: .5rem;
    vertical-align: middle;
    width: 45%;
    height: 2px;
}

.nut {
    display: flex;
    margin-top: 2.6rem;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.nut h5 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    width: 15%;
    padding: .5rem;
    border: 1px #385135 solid;
    text-align: center;
    margin-right: 2rem;
    line-height: 1.5;
    position: relative;
}

.nut h5:before {
    content: '';
    background: #385135;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
}

.nut p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    width: 67%;
    line-height: 1.6;
    text-align: justify;
}

.gift {
    margin-top: 3rem;
    display: flex;
}

.gift_lt {
    padding-right: .5rem;
}

.gift_lt h6,
.gift_rt h6 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    color: #385135;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.gift_lt ul,
.gift_rt ul {
    padding-left: 1.2rem;
}

.gift_lt ul li,
.gift_rt ul li {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    padding-bottom: .5rem;
    font-weight: 500;
}

.gift_rt {}

/*ateb*/
.ateb {
    max-width: 1248px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.ateb_lt {
    width: 40%;
}

.ateb_lt .top {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 390px;
    text-align: justify;
    line-height: 1.8;
    padding-top: 3rem;
}

.ateb_lt h3 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    padding-left: 1.8rem;
}

.ateb_lt h3:nth-of-type(2) {
    padding-right: 3rem;
}

.ateb_lt p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    padding-top: 1rem;
}

.ateb_lt p:nth-of-type(1) {
    padding-left: .5rem;
}

.ateb_rt {
    max-width: 719px;
}

.ateb_mover {
    margin-top: 5rem;
}

.ateb_mover a h4 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    padding: 1rem;
    background: #385135;
    max-width: 195px;
    text-align: center;
    letter-spacing: 3px;
    transition: .5s all;
}

.ateb_mover a h4:hover {
    background: #aaba67;
}


/*atec*/
.atec {
    max-width: 1475px;
    margin: 6rem auto 3rem;
}

.atec_top {
    max-width: 1248px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.atec_top .left {
    text-align: left;
    max-width: 475px;
}

.atec_top .left h3 {
    font-size: 22px;
    font-family: 'Noto Serif TC';
    color: #385135;
    font-weight: 700;
    padding-bottom: .5rem;
}

.atec_top .left p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    font-weight: 500;
    padding-bottom: .7rem;
}

.atec_top .left span {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
}

.atec_top .right {}

.atec_top .right h4 {
    font-size: 36px;
    font-family: 'Prompt';
    color: #fec45e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.atec_bot {
    margin-top: 4rem;
}

.atec_bot ul {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.atec_bot ul li {
    display: inline-block;
    width: 228px;
    max-width: 100%;
    height: 373px;
    box-shadow: 8px 3px 8px rgba(193, 214, 160, 0.25);
    text-align: center;
    padding: 1rem;
    margin: 0 .5rem;

}

.atec_bot ul li:nth-of-type(1) {
    background: url(../../images/step01.png) left top no-repeat;
}

.atec_bot ul li:nth-of-type(2) {
    background: url(../../images/step02.png) left top no-repeat;
}

.atec_bot ul li:nth-of-type(3) {
    background: url(../../images/step03.png) left top no-repeat;
}

.atec_bot ul li:nth-of-type(4) {
    background: url(../../images/step04.png) left top no-repeat;
}

.atec_bot ul li:nth-of-type(5) {
    background: url(../../images/step05.png) left top no-repeat;
}

.atec_bot ul li:nth-of-type(6) {
    background: url(../../images/step06.png) left top no-repeat;
}

.atec_bot ul li span {
    font-size: 12px;
    font-family: 'Prompt';
    color: #fff;
    font-weight: 400;
}

.atec_bot ul li h3 {
    font-size: 36px;
    font-family: 'Prompt';
    color: #fff;
    font-weight: 700;
}

.atec_bot ul li p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #385135;
}


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

    .atea_rt .atea_title h2 {
        padding-right: 2.5rem;
    }

    .atec_bot ul {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 1280px) {
    .atea_lt {
        width: 55%;
    }

    .atea_rt {
        margin-left: 1rem;
    }

    .ateb {
        padding: 0 1rem;
    }

    .atec_top {
        padding: 0 2rem;
    }
}

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

    .atea_lt {
        width: 90%;
    }

    .atea_rt {
        width: 70%;
        margin: 1rem 0 0 0;
    }

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

    .ateb_lt {
        width: 70%;
        margin-bottom: 2rem;
    }

    .ateb_lt .top {
        margin: 0 auto;
    }

    .ateb_mover a h4 {
        margin: 0 auto;
    }

    .atec_top {
        flex-wrap: wrap;
    }

    .atec_top .left {
        max-width: 90%;
        margin-bottom: 1rem;
    }

    .atec_bot ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .atec_bot ul li {
        margin: 0 0.5rem 1rem;
    }
}

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

@media screen and (max-width: 650px) {
    .atea_rt .atea_title h2 {
        font-size: 30px;
    }

    .atea_rt .atea_title h3 {
        font-size: 35px;
    }

    .atec_top .right {
        text-align: left;
    }
}

@media screen and (max-width: 580px) {
    .atea_rt .atea_title h2 {
        padding-right: 0.5rem;
        font-size: 25px;
    }

    .atea_rt .atea_title h3 {
        font-size: 30px;
    }

    .atea_rt h4 img {
        width: 30%;
    }

    .atec_top .right h4 {
        font-size: 28px;
    }
}

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

    .atea_lt {
        width: 95%;
    }

    .atea_rt .atea_title h2 {
        display: block;
    }

    .atea_rt h4 img {
        width: 19%;
    }

    .nut h5:before {
        width: 33px;
        left: 19%;
    }

    .gift {
        flex-wrap: wrap;
    }

    .gift_lt {
        margin-bottom: 2rem;
    }

    .ateb_lt {
        width: 95%;
    }

    .atec {
        margin: 4rem auto 3rem;
    }

    .atec_top .right h4 {
        font-size: 21px;
    }

    .atec_bot ul li {
        margin: 0 auto 1rem;
    }
}

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

    .ateb_lt h3 {
        padding-left: 0.8rem;
    }

    .ateb_lt h3:nth-of-type(2) {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 360px) {
    .atea_rt h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:330px) {
    .atea_rt .atea_title h3 {
        font-size: 27px;
    }
}

@media screen and (max-width:310px) {
    .ateb_lt .top {
    height: 460px;
}
}

/*---pitaya----------------------------------------------------------------------------------------------------------------------------*/
/*pita*/
.pita {
    max-width: 1368px;
    margin: 7rem auto 2.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.pita_lt {
    max-width: 740px;
    width: 100%;
}

.pita_rt {
    width: 42%;
}

.pita_rt .pita_title {
    margin-bottom: 1.3rem;
}

.pita_rt .pita_title h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
    padding-right: 11.5rem;
}

.pita_rt .pita_title h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 1rem;
    text-transform: uppercase;

}

.pita_rt h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;

}

.pita_rt h4 img {
    padding-right: .5rem;
    vertical-align: middle;
    width: 55%;
    height: 2px;
}

.pita_rt h5 {
    font-size: 16px;
    color: #545c52;
    font-family: Noto Sans TC;
    margin: 2rem 0;
    font-weight: 400;
    width: 90%;
    line-height: 1.8;

}

.pita_rt .nut {
    display: flex;
    margin-top: 2.6rem;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.pita_rt .nut h5 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    width: 15%;
    padding: .5rem;
    border: 1px #385135 solid;
    text-align: center;
    margin: 0 2rem 0 0;
    line-height: 1.5;
    position: relative;
}

.pita_rt .nut h5:before {
    content: '';
    background: #385135;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
}

.pita_rt .nut p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    width: 67%;
    line-height: 1.6;
    text-align: justify;
}

.gift {
    margin-top: 3rem;
    display: flex;
}

.gift_lt {
    padding-right: .5rem;
}

.gift_lt h6,
.gift_rt h6 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    color: #385135;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.gift_lt ul,
.gift_rt ul {
    padding-left: 1.2rem;
}

.gift_lt ul li,
.gift_rt ul li {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    padding-bottom: .5rem;
    font-weight: 500;
}

.gift_rt {}

/*pitb*/
.pitb {
    max-width: 1248px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.pitb_lt {
    width: 40%;
}

.pitb_lt .top {
    text-align: justify;
    line-height: 1.8;
    padding-top: 3rem;
}


.pitb_lt p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    padding-top: 1rem;
}

.pitb_rt {
    max-width: 719px;
}

.pitb_mover {
    margin-top: 5rem;
}

.pitb_mover a h4 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    padding: 1rem;
    background: #385135;
    max-width: 195px;
    text-align: center;
    letter-spacing: 3px;
    transition: .5s all;
}

.pitb_mover a h4:hover {
    background: #aaba67;
}


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

    .pita_rt .pita_title h2 {
        padding-right: 8.5rem;
    }

}

@media screen and (max-width: 1280px) {
    .pita_lt {
        width: 55%;
    }

    .pita_rt {
        margin-left: 1rem;
    }

    .pitb {
        padding: 0 1rem;
    }

}

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

    .pita_lt {
        width: 90%;
    }

    .pita_rt {
        width: 70%;
        margin: 1rem 0 0 0;
    }

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

    .pitb_lt {
        width: 70%;
        margin-bottom: 2rem;
    }

    .pitb_lt .top {
        margin: 0 auto;
    }

    .pitb_rt {
        order: -1;
    }

    .pitb_mover a h4 {
        margin: 0 auto;
    }

}

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

@media screen and (max-width: 650px) {
    .pita_rt .pita_title h2 {
        font-size: 30px;
    }

    .pita_rt .pita_title h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 580px) {
    .pita_rt .pita_title h2 {
        padding-right: 5rem;
        font-size: 25px;
    }

    .pita_rt .pita_title h3 {
        font-size: 30px;
    }

    .pita_rt h4 img {
        width: 30%;
    }

    .pita_rt .nut h5:before {
        width: 37px;
        left: 17%;
    }

    .atec_top .right h4 {
        font-size: 28px;
    }
}

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

    .pita_lt {
        width: 95%;
    }

    .pita_rt .pita_title h2 {
        padding-right: 2rem;
    }

    .pita_rt h4 img {
        width: 19%;
    }

    .nut h5:before {
        width: 33px;
        left: 19%;
    }

    .gift {
        flex-wrap: wrap;
    }

    .gift_lt {
        margin-bottom: 2rem;
    }

    .pitb_lt {
        width: 95%;
    }
}

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

    .pitb_lt h3 {
        padding-left: 0.8rem;
    }

    .pitb_lt h3:nth-of-type(2) {
        padding-right: 1rem;
    }
}

@media screen and (max-width: 360px) {
    .pita_rt h4 {
        font-size: 18px;
    }

    .pita_rt .nut h5:before {
        width: 30px;
    }
}

@media screen and (max-width:330px) {
    .pita_rt .pita_title h3 {
        font-size: 27px;
    }

    .pita_rt .pita_title h2 {
        padding-right: 1rem;
    }
}
@media screen and (max-width:310px) {
    .pita_rt .nut h5:before {
    left: 7%;
}
}

/*---avocado----------------------------------------------------------------------------------------------------------------------------*/
/*avoa*/
.avoa {
    max-width: 1368px;
    margin: 7rem auto 2.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.avoa_lt {
    max-width: 740px;
    width: 100%;
}

.avoa_rt {
    width: 42%;
}

.avoa_rt .avoa_title {
    margin-bottom: 1.3rem;
}

.avoa_rt .avoa_title h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
    padding-right: 11.5rem;
}

.avoa_rt .avoa_title h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 1rem;
    text-transform: uppercase;

}

.avoa_rt h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;

}

.avoa_rt h4 img {
    padding-right: .5rem;
    vertical-align: middle;
    width: 30%;
    height: 2px;
}

.avoa_rt p {
    font-size: 16px;
    color: #545c52;
    font-family: Noto Sans TC;
    margin: 2rem 0;
    font-weight: 400;
    width: 90%;
    line-height: 1.8;

}

.gift {
    margin-top: 3rem;
    display: flex;
}

.gift_lt {
    padding-right: .5rem;
}

.gift_lt h6,
.gift_rt h6 {
    font-size: 20px;
    font-family: 'Noto Sans TC';
    color: #385135;
    font-weight: 500;
    margin-bottom: 1rem;
}

.gift_lt h6:nth-of-type(2) {
    margin-top: 2rem;
}

.gift_lt ul,
.gift_rt ul {
    padding-left: 1.2rem;
}

.gift_lt ul li,
.gift_rt ul li {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    color: #545c52;
    padding-bottom: .5rem;
    font-weight: 500;
}

.gift_rt {}

/*avob*/
.avob {
    max-width: 1248px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.avob_lt {
    width: 38%;
}

.avob_lt .top {
    text-align: justify;
    line-height: 1.8;
    padding-top: 3rem;
}

.avob_lt h3 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    padding-top: 1rem;
    font-weight: 700;
}

.avob_lt h3:nth-of-type(2) {
    margin-top: 2rem;
}

.avob_lt p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    padding-top: 1rem;
}

.avob_rt {
    max-width: 719px;
}

.avob_mover {
    margin-top: 3rem;
}

.avob_mover a h4 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    padding: 1rem;
    background: #385135;
    max-width: 195px;
    text-align: center;
    letter-spacing: 3px;
    transition: .5s all;
}

.avob_mover a h4:hover {
    background: #aaba67;
}


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

    .avoa_rt .avoa_title h2 {
        padding-right: 8.5rem;
    }

}

@media screen and (max-width: 1280px) {
    .avoa_lt {
        width: 55%;
    }

    .avoa_rt {
        margin-left: 1rem;
    }

    .avoa_rt .avoa_title h2 {
        padding-right: 5rem;
    }

    .avob {
        padding: 0 1rem;
    }

    .avoa_rt h4 img {
        width: 20%;
    }
}

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

    .avoa_lt {
        width: 90%;
    }

    .avoa_rt {
        width: 70%;
        margin: 1rem 0 0 0;
    }

    .avoa_rt .avoa_title h2 {
        padding-right: 15rem;
    }

    .avoa_rt h4 img {
        width: 30%;
    }

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

    .avob_lt {
        width: 70%;
        margin-bottom: 2rem;
    }

    .avob_lt .top {
        margin: 0 auto;
    }

    .avob_rt {
        order: -1;
    }

    .avob_mover a h4 {
        margin: 0 auto;
    }

}

@media screen and (max-width: 900px) {
    .avoa_rt .avoa_title h2 {
        padding-right: 5rem;
    }
}

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

@media screen and (max-width: 650px) {
    .avoa_rt .avoa_title h2 {
        font-size: 30px;
    }

    .avoa_rt .avoa_title h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 580px) {
    .avoa_rt .avoa_title h2 {
        padding-right: 5rem;
        font-size: 25px;
    }

    .avoa_rt .avoa_title h3 {
        font-size: 30px;
    }

    .avoa_rt h4 img {
        width: 10%;
    }

    .avoa_rt .nut h5:before {
        width: 37px;
        left: 17%;
    }

    .atec_top .right h4 {
        font-size: 28px;
    }
}

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

    .avoa_lt {
        width: 95%;
    }

    .avoa_rt .avoa_title h2 {
        padding-right: 2rem;
    }

    .avoa_rt h4 {
        font-size: 17px;
    }

    .avoa_rt h4 img {
        width: 19%;
    }

    .nut h5:before {
        width: 33px;
        left: 19%;
    }

    .gift {
        flex-wrap: wrap;
    }

    .gift_lt {
        margin-bottom: 2rem;
    }

    .avob_lt {
        width: 95%;
    }
}

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

    .avob_lt {
        width: 95%;
    }

}

@media screen and (max-width: 360px) {
    .avoa_rt .avoa_title h2 {
        display: block;
    }

    .avoa_rt h4 {
        font-size: 18px;
    }

    .avoa_rt h4 img {
        width: 10%;
    }
}

@media screen and (max-width:330px) {
    .avoa_rt .avoa_title h3 {
        font-size: 27px;
    }

    .avoa_rt .avoa_title h2 {
        padding-right: 1rem;
    }
}

@media screen and (max-width:310px) {
    .avoa_rt h4 {
    font-size: 16px;
}
	.nut h5:before {
    left: 2%;
}
.atec_top .right h4 {
    font-size: 12px;
}
}

/*---produce----------------------------------------------------------------------------------------------------------------------------*/
.proa_title {
    max-width: 1248px;
    margin: 7rem auto 2.3rem;
}

.proa_title .title_top {
    margin-bottom: 1.3rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.proa_title .title_top h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
}

.proa_title .title_top h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 4rem;
    text-transform: uppercase;

}

.proa_title .title_top img {
    position: absolute;
    right: 0;
    top: 0;
}

.proa_title h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;

}

.proa_title h4 img {
    padding-right: .5rem;
    vertical-align: middle;
    width: 82%;
    height: 2px;
}

.proa {
    max-width: 1248px;
    margin: 3rem auto 2.3rem;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.proa_rt {}

.proa_rt .proa_inner {
    padding-left: 2.8rem;
    position: relative;

}

.proa_rt .proa_inner:before {
    content: '';
    background: #b0c066;
    width: 20px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.proa_rt .proa_inner h2 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    margin-bottom: 1.6rem;
    padding-bottom: 1.3rem;
    position: relative;
    letter-spacing: 2px;
}

.proa_rt .proa_inner h2:before {
    content: '';
    background: #385135;
    width: 62px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.proa_rt .proa_inner h3 {
    font-size: 16px;
    color: #b0c066;
    font-family: 'Prompt';
    font-weight: 400;
    text-transform: uppercase;
}

.proa:before {
    content: '';
    background: url(../../images/pro_deco01.png) bottom left no-repeat;
    width: 1217px;
    max-width: 100%;
    height: 85px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    z-index: -1;
}

/*prob*/
.prob {
    max-width: 1248px;
    margin: 3rem auto 2.3rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.prob_rt {}

.prob_rt .prob_inner {
    padding-left: 2.8rem;
    position: relative;
    width: 48%;
    margin-left: auto;
    margin-right: 0;

}

.prob_rt .prob_inner:before {
    content: '';
    background: #b0c066;
    width: 20px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.prob_rt .prob_inner h2 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    margin-bottom: 1.6rem;
    padding-bottom: 1.3rem;
    position: relative;
    letter-spacing: 2px;
}

.prob_rt .prob_inner h2:before {
    content: '';
    background: #385135;
    width: 62px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.prob_rt .prob_inner h3 {
    font-size: 16px;
    color: #b0c066;
    font-family: 'Prompt';
    font-weight: 400;
    text-transform: uppercase;
}

.prob:before {
    content: '';
    background: url(../../images/pro_deco01.png) bottom left no-repeat;
    width: 1217px;
    max-width: 100%;
    height: 85px;
    position: absolute;
    bottom: -1rem;
    left: 0;
    z-index: -1;
}

.proaimg {
    background: url(../../images/proa_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.probimg {
    background: url(../../images/prob_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.procimg {
    background: url(../../images/proc_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.prodimg {
    background: url(../../images/prod_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.proeimg {
    background: url(../../images/proe_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.profimg {
    background: url(../../images/prof_img02.png) top center no-repeat;
    width: 597px;
    max-width: 100%;
    height: 624px;
    background-size: contain;
}

.team3 {
    margin-bottom: 4rem;
}

.pro_but{
	max-width: 1248px;
    margin: 3rem auto 2.3rem;
	text-align: center;
}
.pro_but ul{
}
.pro_but ul li{
	display:inline-block;
	width:13%;	
	border: 1px #333 solid;
    margin: 0 0.5rem;
}
.pro_but ul li a{
	font-size:20px;
	color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
	position: relative;
	transition:.6s ease-in-out;
}
.pro_but ul li a:hover{
	color:#fff;
}
.pro_but ul li a:after {
    content: '';
    background: rgba(74, 124, 66, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: .6s ease-in-out;
    z-index: -1;
}
.pro_but ul li a:hover:after {
    width: 100%;
}

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

    .proa_title h4 img {
        width: 75%;
    }

    .proa {
        margin: 3rem 2rem 2.3rem;
    }

    .proa:before {
        background-size: 90%;
    }

    .proa_lt {
        padding-right: 1rem;
    }

    .prob_title {
        padding: 0 2rem;
    }

    .prob_title h4 img {
        width: 75%;
    }

    .prob {
        margin: 3rem 2rem 2.3rem;
    }

    .prob:before {
        background-size: 90%;
    }

    .prob_rt {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .proa:before {
        bottom: 2rem;
    }

    .prob:before {
        bottom: 2rem;
    }
}

@media screen and (max-width: 1100px) {
    .proa:before {
        bottom: 5rem;
        background-size: 80%;
        height: 43px;
    }

    .prob:before {
        bottom: 5rem;
        background-size: 80%;
        height: 43px;
    }
}

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

    .proa:before {
        bottom: -1rem;
        background-size: 60%;
        background-position: bottom center;
    }

    .proa_lt {
        padding-right: 0;
    }

    .proa .proa_rt {
        order: -1;
        margin-bottom: 1rem;
    }

    .proa_rt .proa_inner {
        padding-left: 3rem;
    }

    .proa_rt .proa_inner:before {
        width: 20px;
    }

    .proa_rt .proa_inner h2 {
        font-size: 22px;
    }

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

    .prob:before {
        bottom: -1rem;
        background-size: 60%;
        background-position: bottom center;
    }

    .prob_lt {
        padding-right: 0;
    }

    .prob .prob_rt {
        order: -1;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .prob_rt .prob_inner {
        padding-left: 3rem;
    }

    .prob_rt .prob_inner:before {
        width: 20px;
    }

    .prob_rt .prob_inner h2 {
        font-size: 22px;
    }

}

@media screen and (max-width: 950px) {
    .proa_title h4 img {
        width: 68%;
    }

    .prob_title h4 img {
        width: 68%;
    }
	.pro_but ul li {
    width: 24%;
    margin: 0 0.5rem 1rem;
}
}

@media screen and (max-width:820px) {
    .proa_rt .proa_inner h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .prob_rt .prob_inner h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .proa_title h4 img {
        width: 58%;
    }

    .prob_title h4 img {
        width: 58%;
    }

}

@media screen and (max-width: 590px) {
    .proa:before {
        bottom: -1rem;
        background-size: 90%;
    }

    .proa_title h4 img {
        width: 47%;
    }

    .proa .proa_rt {
        height: 554px;
    }

    .prob:before {
        bottom: -1rem;
        background-size: 90%;
    }

    .prob_title h4 img {
        width: 47%;
    }

    .prob .prob_rt {
        height: 554px;
    }
}

@media screen and (max-width: 490px) {
    .proa_title .title_top {
        flex-wrap: wrap;
    }

    .proa_title .title_top h2 {
        font-size: 30px;
    }

    .proa_title .title_top h3 {
        font-size: 40px;
    }

    .proa_title h4 img {
        width: 34%;
    }

    .proa .proa_rt {
        height: 445px;
    }

    .proa_rt .proa_inner:before {
        width: 10px;
    }

    .proa_rt .proa_inner {
        padding-left: 2rem;
    }

    .proa_rt .proa_inner h2 {
        font-size: 18px;
    }

    .prob_title .title_top {
        flex-wrap: wrap;
    }

    .prob_title .title_top h2 {
        font-size: 30px;
    }

    .prob_title .title_top h3 {
        font-size: 40px;
    }

    .prob_title h4 img {
        width: 34%;
    }

    .prob .prob_rt {
        height: 445px;
    }

    .prob_rt .prob_inner:before {
        width: 10px;
    }

    .prob_rt .prob_inner {
        padding-left: 2rem;
    }

    .prob_rt .prob_inner h2 {
        font-size: 18px;
    }
}

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

    .proa_title {
        margin: 3rem auto 2.3rem;
    }

    .proa_title .title_top {
        justify-content: flex-start
    }

    .proa_title .title_top h2 {
        display: block;
        width: 90%;
        margin-bottom: .5rem;
    }

    .proa_title .title_top img {
        position: relative;
        right: 8rem;
        top: 0;
    }

    .proa_title .title_top h3 {
        display: block;
        width: 60%;
        padding-right: 1rem;
    }

    .proa_title .title_top img {
        position: initial;
    }

    .proa_title h4 img {
        width: 25%;
    }

    .proa .proa_rt {
        height: 403px;
    }

    .prob_title {
        margin: 3rem auto 2.3rem;
    }

    .prob_title .title_top {
        justify-content: flex-start
    }

    .prob_title .title_top h2 {
        display: block;
        width: 90%;
        margin-bottom: .5rem;
    }

    .prob_title .title_top img {
        position: relative;
        right: 8rem;
        top: 0;
    }

    .prob_title .title_top h3 {
        display: block;
        width: 60%;
        padding-right: 1rem;
    }

    .prob_title .title_top img {
        position: initial;
    }

    .prob_title h4 img {
        width: 25%;
    }

    .prob .prob_rt {
        height: 403px;
    }
	.pro_but ul li {
    width: 38%;
}
}

@media screen and (max-width: 390px) {
    .proa {
        margin: 3rem 1rem 2.3rem;
    }

    .proa_title .title_top h3 {
        width: 70%;
    }

    .proa_title h4 img {
        width: 8%;
    }

    .proa .proa_rt {
        height: 374px;
    }

    .proa_rt .proa_inner {
        padding-left: 1rem;
    }

    .prob {
        margin: 3rem 1rem 2.3rem;
    }

    .prob_title .title_top h3 {
        width: 70%;
    }

    .prob_title h4 img {
        width: 8%;
    }

    .prob .prob_rt {
        height: 374px;
    }

    .prob_rt .prob_inner {
        padding-left: 1rem;
    }
}

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

    .proa_rt .proa_inner:before {
        height: 60px;
    }

    .proa_rt .proa_inner h2 {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }

    .prob .prob_rt {
        height: 343px;
    }

    .prob_rt .prob_inner:before {
        height: 60px;
    }

    .prob_rt .prob_inner h2 {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 340px) {
    .proa .proa_rt {
        height: 322px;
    }

    .proa_title .title_top h3 {
        width: 80%;
    }

    .prob .prob_rt {
        height: 322px;
    }

    .prob_rt .prob_inner {
        width: 50%;
    }

    .prob_title .title_top h3 {
        width: 80%;
    }
}

@media screen and (max-width: 320px) {
    .proa_title h4 {
    font-size: 23px;
}
	.proa .proa_rt {
        height: 301px;
    }
	.proa_rt .proa_inner h2 {
    font-size: 14px;
}
.proa_rt .proa_inner h3 {
    font-size: 14px;
}

    .prob .prob_rt {
        height: 301px;
    }
	.prob_rt .prob_inner h2 {
    font-size: 14px;
}
	.prob_rt .prob_inner h3 {
    font-size: 14px;
}
}


/*---note----------------------------------------------------------------------------------------------------------------------------*/
.note_title {
    max-width: 1248px;
    margin: 7rem auto 2.3rem;
}

.note_title .title_top {
    margin-bottom: 1.3rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.note_title .title_top h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
}

.note_title .title_top h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 4rem;
    text-transform: uppercase;

}

.note_title .title_top img {
    position: absolute;
    right: 0;
    top: 0;
}

.note_title h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;
    text-align: right;
    position: relative;

}

.note_title h4:before {
    content: '';
    background: #b0c066;
    width: 70%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.note {
    max-width: 930px;
    margin: 5rem auto 3rem;
}


.note_title2 {
    padding-left: 3rem;
    position: relative;
}

.note_title2:before {
    content: '';
    background: #b0c066;
    width: 20px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.note_title2 h2 {
    font-size: 22px;
    color: #385135;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

.note_title2 h2:before {
    content: '';
    background: #385135;
    width: 62px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.note_title2 h3 {
    font-size: 16px;
    color: #b0c066;
    font-family: 'Prompt';
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.note_con {
    margin: 2rem 0 3rem;
}

.note_con ul {
    list-style: disc;
    padding-left: 1.3rem;
}

.note_con ul li {
    font-size: 16px;
    color: #545c52;
    line-height: 2.5;
}

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

@media screen and (max-width: 1070px) {
    .note_title h4:before {
        width: 65%;
    }
}

@media screen and (max-width: 991px) {
    .note_title h4:before {
        width: 50%;
    }

    .nota,
    .notb,
    .notc {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .note_title h4:before {
        width: 30%;
    }
}

@media screen and (max-width: 576px) {
    .note_title h4:before {
        width: 12%;
    }
}

@media screen and (max-width: 450px) {
    .note_title .title_top h2 {
        font-size: 30px;
    }

    .note_title .title_top h3 {
        font-size: 40px;
    }

    .note_title h4:before {
        width: 15%;
    }

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

@media screen and (max-width: 400px) {
    .note_title {
        margin: 3rem auto 2.3rem;
    }

    .note_title .title_top {
        flex-wrap: wrap;
    }

    .note_title .title_top h2 {
        font-size: 25px;
        width: 90%;
        margin-bottom: 0.5rem;
    }

    .note_title .title_top h3 {
        font-size: 35px;
    }

    .note_title .title_top img {
        right: 9rem;
    }

    .note {
        margin: 3rem auto 3rem;
    }
}

@media screen and (max-width: 360px) {
    .note_title .title_top img {
        right: 7rem;
    }

    .note_title h4:before {
        width: 10%;
    }
}

@media screen and (max-width: 320px) {
    .note_title h4 {
        font-size: 16px;
    }

    .note_title .title_top img {
        right: 5rem;
    }
}


/*---photo----------------------------------------------------------------------------------------------------------------------------*/
.photo_title {
    max-width: 1248px;
    margin: 7rem auto 2.3rem;
}

.photo_title .title_top {
    margin-bottom: 1.3rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.photo_title .title_top h2 {
    font-size: 34px;
    color: #195013;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    display: inline-block;
}

.photo_title .title_top h3 {
    font-size: 45px;
    color: #aabaa6;
    font-family: 'Prompt';
    font-weight: 200;
    display: inline-block;
    padding-right: 4rem;
    text-transform: uppercase;

}

.photo_title .title_top img {
    position: absolute;
    right: 0;
    top: 0;
}

.photo_title h4 {
    font-size: 26px;
    color: #1a1a1a;
    font-family: 'Noto Serif TC';
    font-weight: 700;
    letter-spacing: 6px;
    text-align: right;
    position: relative;

}

.photo_title h4:before {
    content: '';
    background: #b0c066;
    width: 65%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.photo {
    max-width: 1248px;
    margin: 0 auto;
}

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

    .photo_title h4:before {
        width: 60%;
    }
}

@media screen and (max-width: 1100px) {
    .photo_title h4:before {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .photo_title h4:before {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .photo_title {
    margin: 3rem auto 2.3rem;
}
	.photo_title h4:before {
        width: 30%;
    }
}

@media screen and (max-width: 650px) {
    .photo_title .title_top {
        flex-wrap: wrap;
    }

    .photo_title .title_top h2 {
        width: 60%;
        margin-bottom: 0.5rem;
    }

    .photo_title .title_top img {
        right: 9rem;
    }

    .photo_title h4:before {
        width: 20%;
    }
}

@media screen and (max-width: 576px) {
    .photo_title h4:before {
        width: 12%;
    }
}

@media screen and (max-width: 530px) {
    .photo_title .title_top img {
        right: 5rem;
    }

    .photo_title .title_top h3 {
        font-size: 40px;
    }

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

    .photo_title h4:before {
        width: 15%;
    }
}

@media screen and (max-width: 450px) {
    .photo_title .title_top h2 {
        font-size: 30px;
    }

    .photo_title .title_top h3 {
        font-size: 30px;
    }

    .photo_title h4:before {
        width: 15%;
    }

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

    .photo_title h4:before {
        display: none;
    }

    .photo {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 400px) {
    .photo_title {
        margin: 3rem auto 2.3rem;
    }

    .photo_title .title_top h2 {
        font-size: 25px;
        width: 90%;
        margin-bottom: 0.5rem;
    }

    .photo_title .title_top h3 {
        font-size: 33px;
		padding-right: 0;
    }

    .photo_title .title_top img {
        right: 0;		
    }

    .photo_title h4 {
        font-size: 16px;
    }

    .photo {
        margin: 3rem auto 3rem;
    }
}

@media screen and (max-width: 350px) {
    .photo_title h4 {
    font-size: 14px;
}

}

@media screen and (max-width: 320px) {
    .photo_title h4 {
        font-size: 12px;
    }

   
}

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



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

.ft_lt {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.ft_lt .map_title {
    margin-bottom: 2rem;
}

.ft_lt .map_title h2 {
    font-size: 45px;
    font-family: 'Prompt';
    color: #aabaa6;
    display: inline-block;
    font-weight: 200;
}

.ft_lt .map_title h3 {
    font-size: 34px;
    font-family: 'Noto Serif TC';
    color: #195013;
    display: inline-block;
    padding: 0 1.5rem 0 2rem;
}

.ft_lt .map_title img {}

.ft_lt .map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: solid 10px #a6a95f;
    min-height: 541px;
    width: 90%;
    max-width: 818px;
}

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

.ft_rt {
    display: inline-block;
    width: 45%;
    text-align: left;
    padding-top: 5rem;
    margin-left: 1rem;
}

/*ft_info*/
.ft_info {
    margin: 0 0 3rem 4rem;
}

.ft_info ul {
    margin-top: 3rem;
}

.ft_info li {
    text-align: left;
    margin-bottom: 0.5rem;
}

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

.ft_info ul li:last-of-type i {
    vertical-align: top;
}

.ft_info p {
    font-size: 16px;
    color: #545c52;
    font-family: 'Noto Sans TC';
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.5;
}



/*site*/
.site {
    display: inline-block;
    text-align: left;
    width: 100%;

}

.site ul {
    border-top: 1px #8f914d solid;
    border-bottom: 1px #8f914d solid;
    padding-left: 2rem;
}

.site ul:last-of-type {
    border-top: none;

}

.site ul li {
    text-align: left;
    display: inline-block;
    width: 19%;


}

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

.site li a:after {
    content: '';
    background: #8f914d;
    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: 'Noto Sans TC';
    font-size: 16px;
    color: #8f914d;
    line-height: 1.2;
    position: relative;
    margin: 1rem 0 .5rem 0;
    padding: 0 0 .5rem .5rem;
}

.site p:before {
    content: '.';
    position: absolute;
    top: 27%;
    left: 0;
    transform: translateY(-50%);
}


/*ft_con*/
.ft_con {
    margin-bottom: 3rem;
}

/*ft_btn*/
.ft_btn {
    max-width: 60%;
    text-align: left;
    margin-left: 4rem;
}


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

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

/*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 {
    max-width: 1380px;
    color: #c1d0be;
    font-size: 15px;
    margin: 5.5rem auto 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

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

/*icon*/
.icon {
    font-family: 'Prompt';
    font-size: 12px;
    color: #c1d0be;

}

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

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

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

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

.copyright a:hover, .copyright a:hover h1  {
    color: #626e2d;
}

.ft_lin {
    background: #667b62;
    width: 100%;
    height: 20px;
}

@media screen and (max-width:950px) {
    .site ul {
        padding-left: 0;
    }
}

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

    .ft_rt {
        width: 80%;
        text-align: center;
        margin: 0 1rem 0;
    }
}

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

    .ft_info {
        margin: 0 0 5rem 0rem;
    }

    .ft_btn {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:490px) {
    .ft_lt .map_title h2 {
        font-size: 35px;
    }

    .ft_lt .map_title h3 {
        font-size: 28px;
    }

    .ft_lt .map {
        min-height: 370px;
    }

    .site ul {
        padding-left: 2rem;
    }

    .site ul li {
        width: 30%;
    }

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

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

    .ft_rt {
        width: 90%;
    }
}

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

    .site ul {
        padding-left: 1rem;
    }
}

@media screen and (max-width:360px) {
    .ft_lt .map_title h2 {
        font-size: 30px;
    }

    .ft_lt .map_title h3 {
        font-size: 22px;
        padding: 0 .2rem;
    }
}

@media screen and (max-width:330px) {
    .site ul li {
        width: 45%;
    }
}
@media screen and (max-width:310px) {
    .ft_rt {
        margin: 0 auto;
    padding: 5rem 1rem 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);
}

#car {
    position: fixed;
    right: 0;
    bottom: 23em;
    z-index: 30;
    cursor: pointer;
}

#car a {

    transition: .3s ease-in-out;
}

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

#line {
    position: fixed;
    right: 0;
    bottom: 13em;
    z-index: 30;
    cursor: pointer;
}

#line a {

    transition: .3s ease-in-out;
}

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




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

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

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

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

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

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

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

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




/*---album-----------------------------------------------------------------------------------------------------------------------------------*/
/*************************
******service_album******
**************************/
#service_album {
    min-height: 500px;
    min-height: 500px;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0;
    position: relative;
    z-index: 4;
}

#service_album table {
    transition: .3s linear;
    border: 0px;
}

#service_album table:hover {}

#service_album a {
    color: #1a1a1a;
    display: inline;
    transition: .3s linear;
}

#service_album a:visited,
#service_album a:focus {
    color: rgba(51, 51, 51, 1);
}

#service_album a:hover {
    color: #c24747;
}

#service_album td {
    font-size: 15px;
    letter-spacing: 2px;
}

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

.table2 td {
    max-width: 200px;
    height: 70px;
    padding: 10px 0;
    letter-spacing: 2px;
}

.example-image-link img {
    height: auto;
}

table.tablelist {}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: solid 1px #155765;
    color: #155765;
    border-radius: 2px;
    padding: 10px 20px;
    letter-spacing: 2px;
    transition: .3s linear;
    margin: 5px;
}

button:hover,
html input[type=button]:hover {
    background: #155765;
    color: #fff;
}


@media(max-width:992px) {
    .contactm {
        margin-bottom: 20px
    }

    .table1 table {
        width: 100%;
        max-width: 100%;
    }

    table.tablelist {
        width: 30%;
    }
}

@media(max-width:768px) {
    table.tablelist {
        width: 45%;
    }

    .table-responsive {
        width: 30%;
        margin: 5px !important;
    }

    .table-responsive img {
        max-width: 100%;
    }
}

@media(max-width:560px) {
    .table-responsive {
        width: 50%;
        padding: 1%;
        display: inline-block;
        margin: 0px !important;
    }
}

@media(max-width:480px) {
    #service_album .col-xs-12 {
        padding: 0;
    }

    .table2 td {
        height: 60px;
    }

    #service_album {
        padding: 0;
    }
}

@media(max-width:330px) {
    table.tablelist {
        width: 90%;
    }
}

.example-image-link img:hover {
    opacity: 1;
    -webkit-animation: flash_example 3s;
    animation: flash_example 3s;
}

@-webkit-keyframes flash_example {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

.albumimg:hover {
    opacity: 1;
    -webkit-animation: flash_albumimg 3s;
    animation: flash_albumimg 3s;
}

@-webkit-keyframes flash_albumimg {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
    text-align:left;
    margin:0 auto;
    max-width:90%;
    width:1200px;
    padding:1em 0 10em;
    position:relative;
    z-index:10;
}
    .newstable table {
        width:100%;
    }
    .newstable a {
        display:inline-block;
    }
    .newstable img {
        max-width:100%;
    }
/******************************************/
.npic {
    transition:.5s ease all;
}
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size: 25px;
    color: #345801;
    line-height:1.5;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
    padding: 2em 0 1em;
}
.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    text-align:left;
    padding-bottom:3em;
    font-weight:300;
    min-width:502px;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
    text-align:right;
    font-weight: 700;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
    display: inline-block;
    float: left;
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width:1100px;
    max-width:100%;
    margin:0 auto;
    display: block;
    vertical-align: top;
    padding:2em 0;
    transition:.2s ease all;
    border-bottom: dashed 1px #000;
}
    .newslist_rwd:hover {
        opacity:.5;
    }
    .newslist_rwd>a {
    }
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 47%;
    display:inline-block;
}
.newslist_rwd .ntext {
    width: 50%;
    padding: 1em 1em 1em 2em;
    display:inline-block;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 5px;
    display:block;
    width:100%;
}
.newslist_rwd .npicimg {
    min-width: 460px;
    min-height: 325px;
    border-radius:0;
    box-shadow:0px 0px 5px rgba(0,0,0,.6);
}
/*date*/
.date {
    color:#fff;
    display:inline-block;
    background:#77bb18;
    font-size:20px;
    padding:.2em 1em;
}
.page_num {
    padding:2em 0 0 0;
}
    @media screen and (max-width:1200px) {
        .newslist_rwd {
            width:auto;
        }
    }
    @media screen and (max-width:1050px) {
        .newslist_rwd .npicimg {
            min-width: 425px;
            min-height: 295px;
        }
    }
    @media screen and (max-width:994px) {
        .newslist_rwd .ninfo p {
            min-width:400px;
        }
        .newslist_rwd .npicimg {
            min-width: 400px;
            min-height: 295px;
        }
    }
    @media screen and (max-width:900px) {
        .newslist_rwd .ninfo p {
            min-width:350px;
        }
        .newslist_rwd .npicimg {
            min-width: 340px;
            min-height: 240px;
        }
    }
    @media screen and (max-width:785px) {
        .newslist_rwd .ninfo p {
            min-width:320px;
        }
        .newslist_rwd .npicimg {
            min-width: 310px;
            min-height: 205px;
        }
    }
    @media screen and (max-width:700px) {
        .newslist_rwd .npic {
            width: 100%;
            display: block;
        }
        .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 350px;
        }
        .newslist_rwd .ntext {
            width: 100%;
            padding: 2em 1em 0em 1em;
        }
        .newslist_rwd .ntitle p {
            padding: 1em 0 .5em;
        }
        .newslist_rwd .ninfo p {
            padding-bottom:1em;
        }
    }
    @media screen and (max-width:500px) {
        .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 280px;
        }
        .newslist_rwd {
            padding: 2em 0 1em;
        }
        .newslist_rwd .ninfo p {
            min-width: 300px;
        }
    }
    @media screen and (max-width:430px) {
        .newstable {
            padding: 3em 0 5em;
        }
        .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 240px;
        }
        .date {
            font-size:16px;
        }
        .newslist_rwd .ntitle p {
            padding: .5em 0 0em;
        }
    }
    @media screen and (max-width:380px) {
        .newslist_rwd .ntext {
            width: 100%;
            padding: 1em 0em 0em 0em;
        }
        .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 210px;
        }
    }
    @media screen and (max-width:330px) {
        .newslist_rwd .ninfo p {
            min-width: 280px;
        }
        .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 180px;
        }
    }
/***inews***/
#inews {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(232,255,240,.8);
    z-index:90;
}
#inews table {
    width:100%;
}
.inews_bg {
    background:rgba(255,255,255,1);
    width:1050px;
    margin:10vh auto 0;
    max-width:90%;
    padding: 1em 2em;
    border-radius: 25px;
    text-align:center;
}
.close {
    opacity: 1;
    border: solid 1px #3a3838;
    width: 37px;
    height: 37px;
    line-height: 37px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 18px;
    color:#000;
}
#inews .page_num {
    display:none;
}
.noshow {
    transform:translateY(-100%);
    opacity:0;
    visibility:hidden;
    transition:.6s ease-in-out;
}
#inews .newslist_rwd {
    width:auto;
    padding: 4em 0 2em;
    position:relative;
    border-bottom:0;
}
    #inews .newslist_rwd:after {
        content:'';
        background:#b9d3a6;
        position:absolute;
        top: 6em;
        left: 50%;
        transform: translateX(-50%);
        width: 110%;
        height: 74%;
        z-index: -1;
    }
#inews .newslist_rwd .ninfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    margin-bottom: 3em;
    min-width:auto;
    color:#000;
}
#inews .newslist_rwd .ntitle p {
    color:#000;
}
#inews .newslist_rwd:hover {
    opacity:1;
}
#inews .newslist_rwd:hover .npic {
    opacity:.5;
}
    @media screen and (max-width:1010px) {
        #inews .newslist_rwd .npicimg {
            min-width: 380px;
            min-height: 295px;
        }
    }
    @media screen and (max-width:920px) {
        #inews .newslist_rwd .ntext {
            width: 45%;
            float: right;
        }
    }
    @media screen and (max-width:810px) {
        #inews .newslist_rwd .npicimg {
            min-width: 310px;
            min-height: 255px;
        }
        #inews .newslist_rwd .ntext {
            width: 47%;
        }
        #inews .newslist_rwd:after {
            width:114%;
        }
    }
    @media screen and (max-width:700px) {
        .inews_bg {
            height: 75vh;
            overflow-y: scroll;
        }
        #inews .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 290px;
        }
        #inews .newslist_rwd .ntext {
            width: 100%;
            padding: 1em;
        }
        #inews .newslist_rwd .ntitle p {
            padding: 0em 0 .1em;
        }
        #inews .newslist_rwd .ninfo p {
            margin-bottom:1em;
        }
        #inews .newslist_rwd:after {
            height:75%;
        }
    }
    @media screen and (max-width:525px) {
        #inews .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 230px;
        }
        #inews .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 230px;
        }
        .inews_bg {
            height:auto;
            overflow-y: scroll;
            max-height:75vh;
        }
        #inews .newslist_rwd:after {
            width: 120%;
        }
    }
    @media screen and (max-width:430px) {
        .inews_bg {
            margin: 6vh auto 0;
        }
        #inews .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 190px;
        }
        #inews .newslist_rwd:after {
            width: 125%;
        }
    }
    @media screen and (max-width:350px) {
        #inews .newslist_rwd .npicimg {
            min-width: 100%;
            min-height: 150px;
        }
        #inews .newslist_rwd:after {
            width: 130%;
        }
        .inews_bg {
            max-height:85vh;
        }
    }
html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    border: solid 2px #cababa;
    padding: .1em 2em;
    letter-spacing: 1px;
    transition:.2s ease-in-out;
    margin:3px;
}
html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background:#b9a8a8;
    color:#fff;
}
.line {
    position: fixed;
    right: 1em;
    bottom: 2em;
    z-index: 90;
}
.line a {
    transition: .2s linear;
    display: inline-block;
}
.line a img {
    transition: .2s linear;
    display: inline-block;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
}
.line a:hover img {
    transform: translateY(-10px);
}
    @media (max-width:600px) {
        .line {
            width: 75px;
        }
    }
    @media (max-width:500px) {
        .line {
            width: 65px;
            bottom: 1em;
        }
    }

/***subtitle***/
.subtitle {
    background:url(../../images/title_bg.png) bottom center no-repeat;
    background-size:contain;
    min-height: 95px;
    text-align: center;
}
.subtit_bg {
    position: relative;
    padding: 2em 1em 1em 1em;
    display: inline-block;
    margin-bottom: -3em;
}
    .subtit_bg:after {
        content:'';
        background:url(../../images/title_deco.png) bottom left no-repeat;
        background-size:contain;
        position:absolute;
        bottom:0;
        left:65%;
        transform:translateX(-50%);
        width:295px;
        height:26px;
    }
.subtitle img {
    vertical-align:middle;
}
.subs {
    display:inline-block;
    vertical-align:middle;
    line-height:1.5;
    padding-top:.5em;
}
.subs span:nth-of-type(1) {
    color:#666666;
    font-size:25px;
}
.subs span:nth-of-type(2) {
    font-size:17px;
    color:#000;
    display:block;
    margin:0 auto;
    font-weight:500;
}
    @media screen and (max-width:1500px) {
        .inbanner_text {
            bottom: 2em;
            right: 4em;
        }
        .title {
            width:500px;
        }
        .title p {
            font-size: 70px;
            margin-bottom: -12px;
        }
    }
    @media screen and (max-width:1200px) {
        .inbanner {
            min-height:375px;
        }
        .title {
            left:3em;
        }
        .inbanner_text {
            width:40%;
        }
    }
    @media screen and (max-width:1060px) {
        .inbanner_text {
            width: 490px;
            position: relative;
            bottom: 0;
            right: 0;
            margin: 0em auto;
            max-width: 90%;
            padding-top: 6em;
        }
        .title {
            width: 430px;
        }
        .title p {
            font-size: 60px;
            margin-bottom: -24px;
        }
    }
    @media screen and (max-width:590px) {
        .inner {
            padding: 8em 0 0 0;
        }
        .inbanner {
            min-height: 300px;
        }
        .inbanner_text {
            padding-top:4em;
        }
        .title {
            width: 360px;
            left:2em;
        }
        .title p {
            font-size: 50px;
            margin-bottom: -35px;
        }
        .subtit_bg:after {
            width:100%;
        }
        .subs span:nth-of-type(1) {
            font-size:22px;
        }
        .subs span:nth-of-type(2) {
            font-size:16px;
        }
        .subtit_bg {
            padding: 2em 1em 1em 1em;
        }
        .subtitle img {
            width:26%;
        }
    }
    @media screen and (max-width:450px) {
        .title {
            width: 345px;
            left: 50%;
            transform: translateX(-50%);
        }
        .okicart .cartbox ul.row li.title {
            width:auto;
            left:0;
            transform:translateX(0);
        }
        .inbanner {
            min-height: 245px;
        }
        .inbanner_text {
            padding: 2em 1em 0;
        }
        .title p {
            font-size: 45px;
            margin-bottom: -38px;
        }
        .inner {
            padding: 7em 0 0 0;
        }
    }
    @media screen and (max-width:380px) {
        .title {
            width:90%;
        }
        .title p {
            font-size: 40px;
            margin-bottom: -42px;
        }
    }
    @media screen and (max-width:350px) {
        .inbanner_text {
            font-size:16px;
        }
        .inbanner {
            min-height: 220px;
        }
        .subtit_bg {
            padding: 3em 0em .5em 0em;
        }
        .title p {
            margin-bottom:-50px;
        }
    }