/* @media screen and (max-width: 1200px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 375px){} */

*:focus{
    outline: none;
}

body{
    background-image: url(../images/S2/bottom_bg_1.jpg);
}

.title {
    padding: 20px 15px;
}
.content {
    padding: 0px 15px;
    line-height: 1.66;
}

h2 {
    font-family: 'Noto Serif TC', serif;
    font-size: 2rem;
    font-weight: 800;
}

h2 .number{
    writing-mode: lr;
}

p{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.title h2 span{
    display: inline-flex;
    align-items: center;
}

p span {
    display: inline-flex;
    vertical-align: baseline;
    font-family: 'Noto Sans TC', sans-serif;
    writing-mode: lr;
}

.section_8 li{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
}

/* @media screen and (max-width: 1200px){}
@media screen and (max-width: 768px){} */
@media screen and (max-width: 640px){
    p{font-size: 15px;}
}
/* @media screen and (max-width: 480px){}
@media screen and (max-width: 375px){} */

section{
    overflow: hidden;
}

.section_1{
   width: 100%;
   height: 100vh;
   overflow: hidden;
   background-color: #00A4AA;
   display: grid;
   grid-template-columns: 30% 30% 40%;
   grid-template-rows: 25% 25% 25% 25%;
}

.section_1 img{
    width: 100%;
}

.section_1 .logo{
    grid-area: 2/2/3/3;
}

.section_1 .logo img{
    width: 500px;
    margin-left: -20%;
}

.section_1 .topRight{
    grid-area: 1/2/3/4;
}

.section_1 .topRight{
    margin-top: -50%;
    margin-right: -20%;
}

.section_1 .bottom{
    grid-area: 4/1/5/4;
    align-self: end;
}

.section_1 .bottom img{
    display: block;
}

@media screen and (max-width: 1200px){
    .section_1 .logo{
        grid-area: 2/1/4/4;
        display: inline-block;
        text-align: center;
    }
    .section_1 .logo img{
        margin-left: 0%;
    }
}

@media screen and (max-width: 768px){
    .section_1 .logo{
        grid-area: 2/1/4/4;
        display: inline-block;
        text-align: center;
        align-self: center;
    }
    .section_1 .logo img{
        margin-left: 0%;
    }
    .section_1 .bottom img{
        width: 200%;
    }
    .section_1 .topRight img{
        width: 150%;
        margin-left: -40%;
        margin-top: -20%;
    }
}
@media screen and (max-width: 640px){
    .section_1 .topRight{
        grid-area: 1/1/2/4;
        margin-right: 0;
    }
    .section_1 .logo img{
        width: 95%;
    }
}
/* @media screen and (max-width: 480px){}
@media screen and (max-width: 375px){} */


/* ============================================================= */

.section_2 .area0{
    width: 100%;
    background-image: url(../images/S2/bottom_bg_1.jpg);
    display: none;
    position: relative;
}

.section_2 .area0 .title h2{
    color: #003623;
}

.section_2 .area0 .bottom_middle{
    position: absolute;
    right: 0;
    bottom: 0;
}

.section_2 .area0 .bottom_middle img{
    width: 35vw;
}

.section_2 .area1 {
    width: 100%;
    height: 120vh;
    background-image: url(../images/S2/bg.jpg);
    background-position: 50% 40%;
    background-size: cover;
}

.section_2 .area1 .text_box{
    padding: 6% 0 0 9%;
}

.section_2 .area1 .text_box .title{
    color: #fff;
}

.section_2 .area1 .text_box .content{
    color: #fff;
}

.section_2 .area2 {
    position: relative;
    width: 100%;
    height: 40vh;
    background-image: url(../images/S2/bottom_bg_1.jpg);
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 100%;
}
.section_2 .area2::after{
    content: url(../images/S2/bottom_bg_2.png);
    position: absolute;
    top: -55%;
}

.section_2 .area2 .top{
    position: absolute;
    bottom: 50%;
}

.section_2 .area2 .top img{
    width: 100%;
    height: 100px;
}

.section_2 .area2 .bottom{
    z-index: 2;
    align-self: end;
}

.section_2 .area2 .bottom_left{
    grid-area: 1/1/2/2;
    margin-bottom: -4%;
}

.section_2 .area2 .bottom_left img{
    width: 40vw;
}

.section_2 .area2 .bottom_middle{
    grid-area: 1/2/2/3;
    margin-bottom: -3%;
}

.section_2 .area2 .bottom_middle img{
    width: 40vh;
    margin-right: -20px;
}

.section_2 .area2 .text_box{
    grid-area: 1/3/2/5;
    margin: auto;
    align-self: center;
    margin-top: 0;
}


.section_2 .area2 .text_box .title{
    color: #003623;
}

.section_2 .area2 .text_box .content{
    color: #000;
}

@media screen and (max-width: 1200px){
    .section_2 .area1 .text_box{
        padding: 10% 5%;;
    }
    .section_2 .area2 .bottom_left{
        grid-area: 1/1/2/3;
    }
}
@media screen and (max-width: 768px){
    .section_2 .area0{
        display: block;
        padding: 50px 30px;
    }
    .section_2 .area1 {
        height: auto;
    }
    .section_2 .area1 .text_box{
        opacity: 0;
    }
    .section_2 .area2::after{
        display: none;
    }
    .section_2 .area2 img{
        width: 300px;
    }
    .section_2 .area2 .bottom{
        align-self: baseline;
        margin-top: -70px;
    }
    .section_2 .area2 .text_box{
        grid-area: 1/1/2/5;
        margin-top: auto;
    }
    .section_2 .area2 .bottom_middle{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .section_2 .area0{
        padding: 50px 0;
    }
    .section_2 .area2 .bottom_middle img{
        display: none;
    }
}
/* @media screen and (max-width: 480px){} */
@media screen and (max-width: 375px){
    .section_2 .area2 .bottom_left{
        align-self: auto;
        /* margin-top: -31.5vh; */
    }
}

/* ============================================================= */

.section_3{
    width: 100%;
}

.section_3 img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
    .section_3 img{
        width: 130%;
        margin-left: -14%;
    }
}
@media screen and (max-width: 375px){
}

/* ============================================================= */

.section_4-1{
    width: 100%;
    display: flex;
    position: relative;
}

.section_4-1 .slide_area{
    width: 50%;
    left: 0;
}

.section_4-1 .slide_area .slide{
    width: 140%;
    padding: 20px 30px;
    margin: 20% 0;
}

.section_4-1 .slide_area .slide div{
    padding-left: 0.5%;
}

.section_4-1 .slide_area img{
    width: 100%;
}

.section_4-1 .text_area{
    width: 50%;
    right: 0;
    position: relative;
    z-index: -1;
}

.section_4-1 .text_area .text_box{
    width: 100%;
    border: 1px solid black;
    padding: 0% 5% 25% 0;
    position: absolute;
    right: 8%;
    margin-top: 10%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_4-1 .text_box .title{
    text-align: center;
    padding: 20px 30px;
}

.section_4-1 .text_box .title h2{
    color: #003623;
}

.section_4-1 .text_box .title h2:nth-child(2){
    padding: 36% 0 0 0;
}

.section_4-1 .text_box .content{
    padding-top: 24%;
    margin-bottom: -24%;
}

@media screen and (max-width: 1200px){
    .section_4-1 .slide_area .slide {
        width: 130%;
    }
    .section_4-1 .text_box .title{
        padding: 20px 15px;
    }
    .section_4-1 .text_box .content{
        padding-top: 0%;
        margin-bottom: -48%;
        margin-top: 24%;
    }
}
@media screen and (max-width: 768px){
    .section_4-1{
        flex-direction: column-reverse;
    }
    .section_4-1 .slide_area{
        width: 100%;
        margin-top: unset;
        z-index: 2;
    }
    .section_4-1 .slide_area .slide {
        width: 100%;
        padding: 0;
        margin: -2.5% 0;
    }
    .section_4-1 .slide_area .slide div {
        padding-left: 0%;
        padding: 0.25%;
    }
    .section_4-1 .text_area{
        width: 100%;
        z-index: 1;
        margin: 5% 0;
    }
    .section_4-1 .text_area .text_box{
        width: 70%;
        position: unset;
        right: 0;
        padding: 5%;
        margin: auto;
        -moz-border-image: -moz-linear-gradient(top, #000 0%, transparent 100%);
	    -webkit-border-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
	    border-image: linear-gradient(to bottom , #000 0%, transparent 100%);
	    border-image-slice: 1;
    }
    .section_4-1 .text_area .text_box .title{
        padding: 0;
        text-align: unset;
    }
    .section_4-1 .text_box .title h2:nth-child(2){
        padding: 32.5% 0 0 0;
    }
    .section_4-1 .text_box .content{
        padding-right: 10%;
        margin-top: 12%;
    }
    .section_4-1 .text_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_4-1 .text_box .flexbox{
        display: inline-block;
    }
    .section_4-1 .slick-dots{
        bottom: 0;
        width: 50%;
        right: 5%;
        top: -25px;
    }
    .section_4-1 .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .section_4-1 .text_area .text_box{
        height: unset;
        padding-bottom: 20vmin;
    }
    .section_4-1 .text_box .flexbox{
        height: unset;
    }
}
@media screen and (max-width: 640px){
    .section_4-1 .slick-dots li{
        width: 5px;
        height: 5px;
    }
}
@media screen and (max-width: 480px){
    .section_4-1 .text_area .text_box{
        height: unset;
        padding-bottom: 50vmin;
    }
    .section_4-1 .text_box .flexbox{
        height: unset;
    }
}
@media screen and (max-width: 375px){
    .section_4-1 .text_area .text_box{
        padding-bottom: 60vmin;
    }
}


/* ======4-2====== */
.section_4-2{
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}
.section_4-2 .slide_area{
    width: 50%;
    left: 0;
}
.section_4-2 .slide_area .slide{
    width: 140%;
    padding: 20px 30px;
    margin: 20% -45%;
}
.section_4-2 .slide_area .slide div{
    padding-left: 0.5%;
}
.section_4-2 .slide_area img{
    width: 100%;
}
.section_4-2 .text_area{
    width: 50%;
    right: 0;
    position: relative;
    z-index: -1;
}
.section_4-2 .text_area .text_box{
    border: 1px solid black;
    margin-top: 10%;
    margin-bottom: 15%;
    writing-mode: vertical-rl;
    line-height: 1.44;
    width: 80%;
    left: 8%;
    padding: 0% 25% 20% 0%;
    position: relative;
    display: grid;
    grid-template-rows: 40% 60%;
}
.section_4-2 .text_area .text_box .flexbox{
    grid-area: 2/1/3/2;
    margin-right: unset;
}
.section_4-2 .text_box .title{
    text-align: center;
    padding: 20px 30px;
}
.section_4-2 .text_box .title h2{
    color: #003623;
}
.section_4-2 .text_box .title h2:nth-child(2){
    padding: 36% 0 0 0;
}
.section_4-2 .text_box .content{
    padding-top: 24%;
    margin-bottom: -24%;
}
.section_4-2 .slick-dots{
    left: 10px;
}

@media screen and (max-width: 1200px){
    .section_4-2 .slide_area .slide {
        width: 130%;
    }
    .section_4-2 .text_box .title{
        padding: 20px 15px;
    }
    .section_4-2 .text_box .content{
        padding-top: 0%;
        margin-bottom: -48%;
        margin-top: 24%;
    }
}
@media screen and (max-width: 768px){
    .section_4-2{
        flex-direction: column-reverse;
    }
    .section_4-2 .slide_area{
        width: 100%;
        margin-top: unset;
        z-index: 2;
    }
    .section_4-2 .slide_area .slide {
        width: 100%;
        padding: 0;
        margin: -2.5% 0;
    }
    .section_4-2 .slide_area .slide div {
        padding-left: 0%;
        padding: 0.25%;
    }
    .section_4-2 .text_area{
        width: 100%;
        z-index: 1;
        margin: 5% 0;
    }
    .section_4-2 .text_area .text_box{
        display: block;
        width: 70%;
        position: relative;
        left: 0;
        padding: 5%;
        margin: auto;
        -moz-border-image: -moz-linear-gradient(top, #000 0%, transparent 100%);
	    -webkit-border-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
	    border-image: linear-gradient(to bottom , #000 0%, transparent 100%);
	    border-image-slice: 1;
    }
    .section_4-2 .text_area .text_box .title{
        padding: 0;
        text-align: unset;
    }
    .section_4-2 .text_box .title h2:nth-child(2){
        padding: 32.5% 0 0 0;
    }
    .section_4-2 .text_box .content{
        /* margin: 0; */
        padding-right: 10%;
        margin-top: 12%;
    }
    .section_4-2 .text_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_4-2 .text_area .text_box .flexbox{
        left: auto;
    }
    .section_4-2 .text_box .flexbox{
        display: inline-block;
        /* height: 50%; */
        margin-top: unset;
        left: inherit;
    }
    .section_4-2 .slick-dots{
        left: unset;
        bottom: 0;
        width: 50%;
        right: 5%;
        top: -25px;
    }
    .section_4-2 .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .section_4-2 .text_area .text_box{
        height: unset;
        padding-bottom: 20vmin;
    }
    .section_4-2 .text_area .text_box .flexbox{
        margin-right: 40%;
        margin-left: unset;
    }
}
@media screen and (max-width: 640px){
    .section_4-2 .slick-dots{
        bottom: 0;
        width: 50%;
        right: 5%;
        top: -25px;
    }
    .section_4-2 .slick-dots li{
        width: 5px;
        height: 5px;
    }
    .section_4-2 .text_area .text_box .flexbox{
        margin-right: unset;
        margin-left: unset;
        padding: 5%;
    }
}
@media screen and (max-width: 480px){
    .section_4-2 .text_area .text_box{
        height: unset;
        padding-bottom: 50vmin;
    }
}
@media screen and (max-width: 375px){
    .section_4-2 .text_area .text_box{
        padding-bottom: 60vmin;
    }
}
/* ======4-3====== */

.section_4-3{
    width: 100%;
    display: flex;
    position: relative;
}

.section_4-3 .slide_area{
    width: 50%;
    left: 0;
}

.section_4-3 .slide_area .slide{
    width: 140%;
    padding: 20px 30px;
    margin: 20% 0;
}

.section_4-3 .slide_area .slide div{
    padding-left: 0.5%;
}

.section_4-3 .slide_area img{
    width: 100%;
}

.section_4-3 .text_area{
    width: 50%;
    right: 0;
    position: relative;
    z-index: -1;
}

.section_4-3 .text_area .text_box{
    width: 100%;
    border: 1px solid black;
    padding: 0% 5% 25% 0;
    position: absolute;
    right: 8%;
    margin-top: 10%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_4-3 .text_box .title{
    text-align: center;
    padding: 20px 30px;
}

.section_4-3 .text_box .title h2{
    color: #003623;
}

.section_4-3 .text_box .title h2:nth-child(2){
    padding: 36% 0 0 0;
}

.section_4-3 .text_box .content{
    padding-top: 24%;
    margin-bottom: -24%;
}

@media screen and (max-width: 1200px){
    .section_4-3 .slide_area .slide {
        width: 130%;
    }
    .section_4-3 .text_box .title{
        padding: 20px 15px;
    }
    .section_4-3 .text_box .content{
        padding-top: 0%;
        margin-bottom: -48%;
        margin-top: 24%;
    }
}
@media screen and (max-width: 768px){
    .section_4-3{
        flex-direction: column-reverse;
    }
    .section_4-3 .slide_area{
        width: 100%;
        margin-top: unset;
        z-index: 2;
    }
    .section_4-3 .slide_area .slide {
        width: 100%;
        padding: 0;
        margin: -2.5% 0;
    }
    .section_4-3 .slide_area .slide div {
        padding-left: 0%;
        padding: 0.25%;
    }
    .section_4-3 .text_area{
        width: 100%;
        z-index: 1;
        margin: 5% 0;
    }
    .section_4-3 .text_area .text_box{
        width: 70%;
        /* height: 100%; */
        position: unset;
        right: 0;
        padding: 5%;
        margin: auto;
        -moz-border-image: -moz-linear-gradient(top, #000 0%, transparent 100%);
	    -webkit-border-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
	    border-image: linear-gradient(to bottom , #000 0%, transparent 100%);
	    border-image-slice: 1;
    }
    .section_4-3 .text_area .text_box .title{
        padding: 0;
        text-align: unset;
    }
    .section_4-3 .text_box .title h2:nth-child(2){
        padding: 32.5% 0 0 0;
    }
    .section_4-3 .text_box .content{
        /* margin: 0; */
        padding-right: 10%;
        margin-top: 12%;
    }
    .section_4-3 .text_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section_4-3 .text_box .flexbox{
        display: inline-block;
        /* height: 50%; */
        margin-top: 10%;
    }
    .section_4-3 .slick-dots{
        bottom: 0;
        width: 50%;
        right: 0;
        top: -25px;
    }
    .section_4-3 .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .section_4-3 .text_area .text_box{
        height: unset;
        padding-bottom: 20vmin;
        /* position: unset; */
    }
    .section_4-3 .text_box .flexbox{
        height: unset;
    }
}
@media screen and (max-width: 640px){
    .section_4-3 .slick-dots li{
        width: 5px;
        height: 5px;
    }
}
@media screen and (max-width: 480px){
    .section_4-3 .text_area .text_box{
        height: unset;
        padding-bottom: 50vmin;
        /* position: unset; */
    }
    .section_4-3 .text_box .flexbox{
        height: unset;
    }
}
@media screen and (max-width: 375px){
    .section_4-3 .text_area .text_box{
        padding-bottom: 56vmin;
    }
}

/* ============================================================= */

.section_5{
    width: 100%;
    position: relative;
}

.section_5 .top img{
    width: 100%;
    height: 100px;
}

.section_5 .bg{
    width: 100%;
}

.section_5 .cloud{
    position: absolute;
    animation-timing-function:ease-out;
    animation-iteration-count: infinite;
}

.section_5 .cloud1 img{
    width: 80%;
}

.section_5 .cloud1{
    left: -100%;
    bottom: 45%;
    transform: scaleX(-1);

    animation-name:cloudMove_LtoR;
    animation-duration:30s;
}

.section_5 .cloud2 img{
    width: 100%;
}

.section_5 .cloud2{
    right: -100%;
    bottom: 55%;

    animation-name:cloudMove_RtoL;
    animation-duration:25s;
}

.section_5 .cloud3 img{
    width: 120%;
}

.section_5 .cloud3{
    left: -100%;
    bottom: -5%;

    animation-name:cloudMove_LtoR;
    animation-duration:60s;
}

/* ========cloudAnimation======== */
@keyframes cloudMove_LtoR{
    from{left: -100%;}
    to  {left:  100%;}
}
@keyframes cloudMove_RtoL{
    from{right: -100%;}
    to  {right:  100%;}
}
/* ========cloudAnimation==end=== */

.section_5 .cloud4 img{
    width: 100%;
}

.section_5 .cloud4{
    width: 100%;
    left: 0;
    bottom: -10%;
}

.section_5 .mask{
    display: none;
    width: 100%;
    height: 100%;
    top: -50%;
    position: absolute;
    background-image: linear-gradient(transparent, #f5eedb, transparent);
}

.section_5 .text_box{
    position: absolute;
    top: 0;
    padding: 6% 0 0 50%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_5 .text_box .title h2{
    color: #003623;
}

.section_5 .text_box .title h2 span{
    writing-mode: lr;
}

.section_5 .text_box .title h2:nth-child(2){
    padding: 24% 0 0 0;
}

.section_5 .text_box .content{
    padding: 28% 0 0 0;
    margin-bottom: -28%;
}

@media screen and (max-width: 1200px){
    .section_5 .top img{
        height: 100px;
    }
}
@media screen and (max-width: 768px){
    .section_5 .top img{
        height: 200px;
    }
    .section_5 .text_box{
        padding: 0 50%;
    }
    .section_5 .text_box .title{
        /* padding: 0 15px; */
        padding: 20px 50px;
    }
    .section_5 .text_box .content{
        padding: 28% 0;
        margin-bottom: -56%;
    }
    .section_5 .cloud1,
    .section_5 .cloud2,
    .section_5 .cloud3{
        display: none;
    }
    .section_5 .cloud4{
        bottom: -25%;
    }
}
@media screen and (max-width: 640px){
    .section_5 .top img{
        height: 150px;
    }
    .section_5 .text_box{
        padding: 10% 10%;
        writing-mode: lr;
    }
    .section_5 .text_box .title{
        display: flex;
        padding: 20px 15px;
    }
    .section_5 .text_box .title h2:nth-child(2){
        padding: 0;
    }
    .section_5 .text_box .content{
        padding: 0px 15px;
        margin-bottom: 0;
    }
    .section_5 .cloud4{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .section_5 .top img{
        height: 200px;
    }
    .section_5 .text_box{
        padding: 0;
        margin: 10%;
    }
    .section_5 .text_box .title{
        display: inline-flex;
        padding: 0;
    }
}
@media screen and (max-width: 375px){
    .section_5 .text_box{
        margin: unset;
        margin: 10% 5%;
    }
}

/* ============================================================= */

.section_6{
    width: 100%;
    position: relative;
}

.section_6 .area1{
    width: 100%;
    height: 180vh;
    background-image: url(../images/S6/bg.jpg);
    background-position: 50% 40%;
    background-size: cover;
}

.section_6 .area1 .text_box{
    padding: 6% 0 0 25%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_6 .area1 .text_box .title h2{
    color: #003623;
}

.section_6 .area1 .text_box .title h2:nth-child(2){
    padding: 24% 0 0 0;
}

.section_6 .area1 .text_box .content{
    padding: 28% 0 0 0;
    margin-bottom: -28%;
}

/* =====給自己看:文字區塊更正後的新寫法 上面舊寫法參考這塊===== */

.section_6 .area2{
    position: absolute;
    bottom: 0;
    right: 5%;
}

.section_6 .area2 img{
    width: 1000px;
    display: block;
}

@media screen and (max-width: 1200px){
    .section_6 .area2{
        right: 2.5%;
    }
    .section_6 .area2 img{
        width: 700px;
    }
}
@media screen and (max-width: 768px){
    .section_6 .area1{
        height: 100vh;
        background-position: 50% 50%;
    }
    .section_6 .area1 .text_box{
        padding: 15% 0 0 5%;
        writing-mode: lr;
    }
    .section_6 .area1 .text_box .title h2:nth-child(2){
        padding: 0;
    }
    
    .section_6 .area1 .text_box .content{
        padding: 0;
        margin-bottom: 0;
    }
    .section_6 .area2{
        display: none;
    }
}
/* @media screen and (max-width: 640px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 375px){} */

/* ============================================================= */

.section_7{
    width: 100%;
    position: relative;
}

.section_7 .area1{
    width: 100%;
    height: 110vh;
    background-image: url(../images/S7/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.section_7 .area1 .text_box{
    padding: 0 0 0 70%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_7 .area1 .text_box .title h2{
    color: #003623;
}

.section_7 .area1 .text_box .title h2:nth-child(2){
    padding: 36% 0 0 0;
}

.section_7 .area1 .text_box .title h2:first-child span{
    writing-mode: lr;
}

.section_7 .area1 .text_box .content{
    padding: 36% 12% 0 0;
    margin-bottom: -36%;
}

.section_7 .bottom{
    position: absolute;
}

.section_7 .area2{
    bottom: 10%;
    left: 35%;
}

.section_7 .area2 img{
    width: 60px;
}

.section_7 .area3{
    bottom: 5%;
    left: 55%;
}

.section_7 .area3 img{
    width: 120px;
}

.section_7 .area4{
    bottom: -5%;
    left: 60%;
}

.section_7 .area4 img{
    width: 500px;
}


@media screen and (max-width: 1200px){
    .section_7 .area1 .text_box{
        padding: 0 0 0 5%;
    }
    .section_7 .area2{
        left: 15%;
    }
    .section_7 .area2,
    .section_7 .area3{
        display: none;
    }
    .section_7 .area4{
        left: 30%;
    }
}
@media screen and (max-width: 768px){
    .section_7 .area1 .text_box{
        writing-mode: lr;
        /* background-color: rgba(255, 255, 255, 0.5); */
    }
    .section_7 .area1 .text_box h2{
        display: inline-block;
    }
    .section_7 .area1 .text_box .title h2:nth-child(2){
        padding: 0;
    }
    .section_7 .area1 .text_box .content{
        padding: 0 20px 20px 15px;
        margin-bottom: 0%;
    }
    .section_7 .area1 .text_box .content p{
        display: inline-block;
    }
}
/* @media screen and (max-width: 640px){} */
@media screen and (max-width: 480px){
    .section_7 .area1{
        background-position: 30% 0%;
        background-size: cover;
    }
    .section_7 .area4{
        bottom: 0%;
    }
    .section_7 .area4 img{
        width: 300px;
    }
}
/* @media screen and (max-width: 375px){} */


/* ============================================================= */

.section_8{
    width: 100%;
    height: 140vh;
    /* position: relative; */
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}

.section_8 .left_area{
    grid-area: 1/1/3/2;
    background-image: url(../images/S8/bg.jpg);
    /* border: 1px transparent solid; */
    display: grid;
    grid-template-columns: 45% 10% 45%;
    grid-template-rows: 3% 30% 3% 30% 3% 30% auto;
}

.section_8 .left_area .box{
    display: grid;
    grid-template-columns: 10% 30% 20% 30% 10%;
    grid-template-rows: 20% 60% 20%;
}

.section_8 .left_area .top_box{
    grid-area: 2/1/3/4;
}

.section_8 .left_area .top_box .left_text{
    grid-area: 2/2/3/3;
    width: 110%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(5,1fr);
    line-height: 1.55;
}

.section_8 .left_area .top_box .left_text h2{
    font-size: 40px;
}

.section_8 .left_area .top_box .left_text h2:first-child{
    grid-area: 1/1/2/6;
    transform: translateY(-40px);
    color: #717071;
}

.section_8 .left_area .top_box .left_text h2:nth-child(2){
    grid-area: 1/1/2/6;
    color: #003D39;
}

.section_8 .left_area .top_box .left_text .table ul{
    list-style: none;
    font-size: 1rem;
    font-weight: 900;
}

.section_8 .left_area .box .year{
    grid-area: 2/1/6/2;
    border-right: 2px solid black;
    margin-right: 12px;
    align-self: baseline;
}

.section_8 .left_area .middle_box .year{
    grid-area: 2/1/5/2;
    /* 僅為修飾黑線 */
}

.section_8 .left_area .box .number{
    grid-area: 2/2/6/3;
}

.section_8 .left_area .box .name{
    grid-area: 2/3/6/5;
}

.section_8 .left_area .box .quantity{
    grid-area: 2/5/6/6;
    text-align: end;
}

.section_8 .left_area .top_box .right_img{
    grid-area: 1/4/4/5;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: 10% 50% 5% 30%;
}

.section_8 .left_area .top_box .right_img .top01{
    grid-area: 1/1/3/2;
}

.section_8 .left_area .top_box .right_img .top02{
    grid-area: 4/1/5/2;
}

.section_8 .left_area .top_box .right_img .top img{
    width: 100%;
}

.section_8 .left_area .middle_box{
    grid-area: 4/1/5/4;
}

.section_8 .left_area .middle_box .right_text{
    grid-area: 2/4/3/5;
    width: 120%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(5,1fr);
    line-height: 1.55;
}

.section_8 .left_area .middle_box .right_text h2{
    font-size: 40px;
}

.section_8 .left_area .middle_box .right_text h2:first-child{
    grid-area: 1/1/2/6;
    transform: translateY(-40px);
    color: #717071;
}

.section_8 .left_area .middle_box .right_text h2:nth-child(2){
    grid-area: 1/1/2/6;
    color: #003D39;
}

.section_8 .left_area .middle_box .right_text .table ul{
    list-style: none;
    font-size: 16px;
    font-weight: 900;
}

.section_8 .left_area .middle_box .left_img{
    grid-area: 1/2/4/3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: 10% 37% 1% 42%;
}

.section_8 .left_area .middle_box .left_img .middle01{
    grid-area: 1/1/3/2;
}

.section_8 .left_area .middle_box .left_img .middle02{
    grid-area: 4/1/5/2;
}

.section_8 .left_area .middle_box .left_img .middle img{
    width: 100%;
}


.section_8 .left_area .bottom_box{
    grid-area: 6/1/7/4;
    display: grid;
    grid-template-columns: 10% 30% 20% 30% 10%;
    grid-template-rows: 20% 60% 20%;
}

.section_8 .left_area .bottom_box .left_text{
    grid-area: 2/2/3/3;
    width: 110%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(7,1fr);
    line-height: 1.55;
}

.section_8 .left_area .bottom_box .left_text h2{
    font-size: 40px;
}

.section_8 .left_area .bottom_box .left_text h2:first-child{
    grid-area: 1/1/2/6;
    transform: translateY(-40px);
    color: #717071;
}

.section_8 .left_area .bottom_box .left_text h2:nth-child(2){
    grid-area: 1/1/2/6;
    color: #003D39;
}

.section_8 .left_area .bottom_box .left_text .table ul{
    list-style: none;
    font-size: 16px;
    font-weight: 900;
}

.section_8 .left_area .bottom_box .right_img{
    grid-area: 1/4/4/5;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: 10% 37% 1% 42%;
}

.section_8 .left_area .bottom_box .right_img .bottom01{
    grid-area: 1/1/3/2;
}

.section_8 .left_area .bottom_box .right_img .bottom02{
    grid-area: 4/1/5/2;
}

.section_8 .left_area .bottom_box .right_img .bottom img{
    width: 100%;
}

.section_8 .left_area .middle_line{
    grid-area: 1/2/8/3;
    background-color: #003D39;
    width: 4px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 3% 30% 3% 30% 3% 30% auto;
}

.section_8 .left_area .middle_line .circle{
    width: 30px;
    height: 30px;
    border-radius: 99em;
    background-color: #003D39;
    transform: translateX(-13px);
    margin: auto;
}

.section_8 .left_area .middle_line .circle01{
    grid-area: 2/1/3/2;
}

.section_8 .left_area .middle_line .circle02{
    grid-area: 4/1/5/2;
}

.section_8 .left_area .middle_line .circle03{
    grid-area: 6/1/8/2;
}


.section_8 .right_area{
    grid-area: 1/2/3/3;
    position: relative;
}

.section_8 .right_area .text_box{
    padding: 20% 0 0 15%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_8 .right_area .text_box h2{
    color: #003623;
}

.section_8 .right_area .text_box .title h2:nth-child(2){
    padding: 24% 0 0 0;
}

.section_8 .right_area .text_box .content{
    padding: 24% 12% 0 0;
    margin-bottom: -24%;
}

.section_8 .right_area .img_tree{
    position: absolute;
    top: 0;
    text-align: end;
    z-index: -1;
}

.section_8 .right_area .img_tree img{
    width: 70%;
    margin-right: -25%;
}

.section_8 .right_area .img_family{
    position: absolute;
    bottom: 0;
    text-align: end;
    z-index: -1;
}

.section_8 .right_area .img_family img{
    width: 70%;
    margin-right: 20%;
}

.section_8 .right_area .img_family::before{
    content: url(../images/S8/middle_grass02.png);
    position: absolute;
    z-index: -1;
    bottom: -20%;
    left: 0;
    transform: scale(1.6);
}



@media screen and (max-width: 1400px){
    .section_8 .left_area .top_box .left_text .table ul,
    .section_8 .left_area .middle_box .right_text .table ul,
    .section_8 .left_area .bottom_box .left_text .table ul{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1200px){
    .section_8{
        display: unset;
    }
    .section_8 .left_area{
        height: 150vh;
    }
    .section_8 .right_area{
        height: 150vh;
        overflow: hidden;
    }
    .section_8 .right_area .text_box{
        padding: 5% 0 0 5%;
    }
}

@media screen and (max-width: 640px){
    .section_8 .left_area{
        height: 170vh;
    }
    .section_8 .right_area{
        height: 100vh;
    }
    .section_8 .left_area .top_box .left_text,
    .section_8 .left_area .bottom_box .left_text{
        grid-area: 2/1/3/3;
        margin-left: 5%;
    }
    .section_8 .left_area .middle_box .right_text{
        grid-area: 2/4/3/6;
        margin-left: -20%;
    }
    .section_8 .left_area .top_box .left_text .table ul,
    .section_8 .left_area .middle_box .right_text .table ul,
    .section_8 .left_area .bottom_box .left_text .table ul{
        font-size: 0.5rem;
        text-align: center;
    }
    .section_8 .left_area .bottom_box .left_text .year{
        align-self: auto;
    }
}

@media screen and (max-width: 480px){
    .section_8 .right_area .text_box{
        padding: 0;
        margin: 5% auto;
    }
    .section_8 .right_area .text_box .content{
        padding: 24% 0% 0 0;
        margin-bottom: -24%;
    }
    .section_8 .right_area .img_tree img,
    .section_8 .right_area .img_family img{
        width: 100%;
    }
    .section_8 .right_area .img_tree,
    .section_8 .right_area .img_family{
        opacity: 0.7;
    }
    .section_8 .left_area .box .right_img{
        grid-area: 1/4/4/6;
        grid-template-rows: 0% 30% 15% auto;
    }
    .section_8 .left_area .box .left_img{
        grid-area: 1/1/4/3;
        grid-template-rows: 0% 30% 15% auto;
    }
    .section_8 .number{
        display: none;
    }
    .section_8 .left_area .box .name{
        grid-area: 2/2/6/5;
    }
    .section_8 .left_area .box .name ul li{
        text-align: left;
    }
    .section_8 .left_area .box .quantity ul li{
        text-align: end;
    }
    .section_8 .left_area .middle_line .circle{
        margin-top: 80px;
        width: 20px;
        height: 20px;
        transform: translateX(-8px);
    }
}

/* ============================================================= */

.section_9 {
    position: relative;
}
.section_9 .area1{
    width: 100%;
    height: 120vh;
    background-image: url(../images/S9/bg.jpg);
    background-position: 50% 40%;
    background-size: cover;
}

.section_9 .area1 .text_box{
    padding: 2.5% 0 0 30%;
    writing-mode: vertical-rl;
    line-height: 1.44;
}

.section_9 .area1 .text_box h2{
    color: #003623;
}

.section_9 .area1 .text_box .title h2:nth-child(2){
    padding: 20% 0 0 0;
}

.section_9 .area1 .text_box .content{
    padding: 20% 3% 0 0;
    margin-bottom: -20%;
}

.section_9 .area2{
    width: 100%;
    position: absolute;
    bottom: 0%;
}

.section_9 .area2 img{
    width: 95%;
}

@media screen and (max-width: 480px){
    .section_9 .area1 .text_box{
        padding: 0 0 0 15%;
    }
    .section_9 .area2 img{
        width: 95%;
        margin-left: 2.5%;
    }
}

/* ===== NO.10 GOOGLE地圖 ===== */
.section_10 iframe {
    width:100%;
	height:600px;
	border:0;
}
@media screen and (max-width: 991px){
	.section_10 iframe {
		height:400px;
	}
}

/* ===== NO.11 聯絡表單 ===== */

.section_11 {
    background-image: url(../images/S11/bg.jpg);
    width: 100%;
    height: 1400px;
    position: relative;
    overflow: hidden;
}
.section_11 .area {
	position:absolute;
	z-index:10;
	width:40vw;
	top:100px;
	left:10%;
}
.section_11 .area h2 {
  color: #003623;
  position:absolute;
  top:0;
  left:0;
  font-family: "Noto Serif CJK TC Black";
  Writing-mode: vertical-lr;
}
.section_11 .area .data {
	position:relative;
	display:block;
	padding:100px 0 100px 100px;
	font-size:19px;
}
.section_11 .data li {
	margin-bottom:20px;
}
.section_11 .data li span:nth-child(3){
    color: #000;
}
.section_11 .data img {
	width:26px;
	padding-right:5px;
}
.section_11 .data span {
  color: #B29973;
  padding-right:15px;
  font-family: 'Noto Sans TC', sans-serif;
}

/* 表單 */
.section_11 .contact {
	position:relative;
	font-size: 21px;
	font-weight: 800;
}
.section_11 .contact input {
    font-size: 19px;
}
.section_11 .contact input:nth-child(1), .section_11 input:nth-child(2), .section_11 input:nth-child(5) {
    width: 30px;
    height: 30px;
}
.section_11 .control-group {
	display: flex;
    margin-bottom: 80px;
}
.section_11 .control-group:nth-child(4){
    align-items: center;
}
.section_11 .control-group span{
    display: flex;
    align-items: center;
}
.section_11 #name, #mobile {
    border-radius: 15px;
}
.title_name ,.title_mobile{
    font-weight: 800;
    transform: translateY(-30px);
    position: absolute;
}
.section_11 .contact .control-group #Send {
    color: #fff;
    border: none;
    background: #E99201;
    width: 30%;
    height: 75px;
    margin: auto;
    border-radius: 15px;
    font-size: 21px;
}
.section_11 .contact .control-group input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
    padding: 10px;
}

/* 插圖 */
.section_11 .pic-right {
    position: absolute;
    top:0;
    right: 0;
    width: 55vw;
}
.pic-bottom {
	position: absolute;
	height: 0;
	width: 100%;
	bottom: 0;
}
.section_11 .pic-bottom01 {
    position: absolute;
    width: 35vw;
    transform: translateY(-80%);
    left: 0;
}
.section_11 .pic-bottom02 {
    position: absolute;
    width: 90vw;
    transform: translateY(-70%);
    right: -37%;
}
.section_11 .pic-bottom03 {
    position: absolute;
    width: 85vw;
    transform: translateY(-50%);
    right: 3%;
}
.section_11 .pic-bottom04 {
    position: absolute;
    width: 20vw;
    transform: translateY(-145%);
    right: 40%;
}
.section_11 .pic-bottom05 {
    position: absolute;
    width: 20vw;
    transform: translateY(-115%);
    right: 30%;
}
.section_11 .pic-bottom06 {
    position: absolute;
    width: 20vw;
    transform: translateY(-200%);
    right: 0;
}
.section_11 input{
    outline: none;
}
@media screen and (max-width: 991px){
	.section_11 {
		height: auto;
	}
	.section_11 .area {
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		padding:80px 20px;
	}
	.section_11 .area h2 {
	  position: relative;
	  top: auto;
	  left: auto;
	  writing-mode: horizontal-tb;
	  margin-bottom:40px;
	}
	.section_11 .area .data {
		padding: 0 0 40px;
        font-size: 1rem;
	}
    .section_11 .data li {
        margin-bottom: 15px;
    }
    .section_11 .data li span:nth-child(2){
        display: none;
    }
    .section_11 .data img {
        width: 20px;
    }
    .section_11 .contact {
        font-size: 1.05rem;
    }
	.section_11 .contact .control-group {
	    margin-bottom: 60px;
    }
    .section_11 .contact .control-group:nth-child(4){
        display: flex;
        align-items: center;
    }
    .section_11 .contact .control-group #Send {
        width: 100%;
    }
}

/* ===== footer ===== */
footer {
    position: relative;
    background-color: #333333;
    width: 100%;
	padding: 40px 0;
    text-align: center;
	color: #fff;
    font-size: 21px;
    font-weight: 300;
}

footer .copyright{
    text-align: center;
    font-weight: 300;
}
footer .copyright img{ height: 14px ; width: auto; transform: translateY(-2px);}
@media screen and (max-width: 991px){
    footer {
        font-size: 19px;
		padding: 20px 0 80px;
    }
}

/* =================================================== */

#myBtn {
    position: fixed;
    top: 35%;
    right: 2%;
    z-index: 9999;}
  
  #myBtn ul{
      list-style: none;}

  #myBtn ul li {
    border-bottom: 1px solid transparent;
    text-align: center;
    background-color: #E4E5B5;
    /* padding: 20px 16px; */
}
  
  #myBtn ul li:nth-child(4){
      margin-top: 50%;
  }

  #myBtn ul li:nth-of-type(1) {
    border-top-left-radius: 99em;
    border-top-right-radius: 99em }
  
  #myBtn ul li:nth-last-of-type(2) {
    border-bottom: none;
    border-bottom-left-radius: 99em;
    border-bottom-right-radius: 99em; }

  #myBtn ul li:nth-last-of-type(1) {
    border-bottom: none;
    border-radius: 99em; }
  
  #myBtn ul li span {
    display: block;
    padding-top: 5px; }
  
  #myBtn ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #00A4AA;
    padding: 20px 15px; }
  
  #myBtn ul li a:hover {
    color: orange;
    text-decoration: none; }

/**RWD**/
  
  @media all and (max-width: 768px) {
    #myBtn {
      position: fixed;
      top: inherit !important;
      bottom: 0px;
      left: 0px;
      right: inherit;
      z-index: 9999;
      width: 100%;
      transition: all 0.5s cubic-bezier(0, 0.64, 0.31, 1); }
    #myBtn ul {
        display: flex;
        overflow: hidden;
        width: 100%;
      margin: 0px;
      padding: 0px; }
    #myBtn ul li {
      width: 25%;
      float: left;
      border-bottom: none;
      border-top: 1px solid #fff; }
    #myBtn ul li.mobile_line {
      border-right: 1px solid #fff; }
    #myBtn ul li span {
      width: auto !important;
      display: initial;
      padding-left: 5px; }
    #myBtn ul li {
      border-right: 1px solid #fff;
      /* padding: 20px 10px; */
 }
    #myBtn ul li a .fa-2x {
      font-size: 2em; }
    #myBtn ul li:nth-of-type(1) {
      border-radius: 0px; }
    #myBtn ul li:nth-child(4){
        margin-top: 0%;}
    #myBtn ul li:nth-last-of-type(2) {
      border-bottom: none;
      border-radius: 0px; }
    #myBtn ul li:nth-last-of-type(1) {
      border-bottom: none;
      border-radius: 0px; } }
      
  
  @media all and (max-width: 420px) {
    #myBtn ul li a .fa-2x {
      font-size: 1em; } }
  
  @media all and (max-width: 377px) {
    #myBtn ul li a {
      font-size: 80%; } }
  
  @media all and (max-width: 347px) {
    #myBtn ul li span {
      display: block !important;
      padding-left: 0px; } }

/* ==================== */

.slick-next, .slick-prev{
    display: none !important;
}