﻿.about-box{
    width: 1920px;
    max-width: 100%;
    font-size: 0;
    margin: 0 auto;
    margin-top: 79px;
    overflow: hidden;
}
.index-map-box {
    display: block;
    font-size: 0;
    width: 100%;
    height: calc(100vw * (400 / 1920));
}
.index-map-box iframe {
    width: 100%;
    height: 100%;
}
#scroll-go{
    position: relative;
    top: -100px;
}
.about-title-box{
    background-color:#46b039;
    width: 100%;
    position: relative;
}
.about-title.container{
    width: 1280px;
    max-width: 1280px;
    padding: 200px 0;
    margin: 0 auto;
}
.page-title-en{
    font-size: 36px;
    letter-spacing: 0.2em;
    font-family: 'Shadows Into Light';
    color: #fff;
    line-height: inherit;
    margin-bottom: 0;
}
.page-title-ch{
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 40px;
    line-height: inherit;
    margin-bottom: 0;
}
.about-title-bc{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 150px solid #fff;
    border-left: 100vw solid transparent;
    box-sizing: border-box;
}
.about-info-box{
    width: 100%;
    position: relative;
}
.about-info-all-box.container{
    width: 1280px;
    max-width: 1280px;
    padding: 0;
    padding-top: 200px;
    margin:0 auto;
}
.about-info-text-box{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
}
.about-info-text-name{
    font-size: 26px;
    letter-spacing: 0.06em;
    color: #000;
    line-height: 40px;
    font-family: 'Noto Serif TC';
    margin-bottom: 40px;
}
.about-info-text{
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #000;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-info-img{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    box-sizing: border-box;
}
.about-info-img span{
    width: 540px;
    height: 860px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-info-bc{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 150px solid #46b039;
    border-right: 100vw solid transparent;
    box-sizing: border-box;
}

.about-welcome-box{
    background-color: #46b039;
    width: 100%;
    position: relative;
}
.about-welcome-all-box.container{
    width: 1280px;
    max-width: 1280px;
    padding: 50px 0;
    margin:0 auto;
}
.about-welcome-text-box{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    box-sizing: border-box;
}
.about-welcome-text-name{
    font-size: 26px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 40px;
    font-family: 'Noto Serif TC';
    margin-bottom: 40px;
}
.about-welcome-text{
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-welcome-img{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.about-welcome-img span{
    width: 550px;
    height: 550px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-welcome-icon-box{
    text-align: center;
}
.about-welcome-icon-name{
    font-size: 30px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
    font-family: 'Noto Serif TC';
}



@media only screen and (max-width: 1280px){
    .about-title.container,
    .about-info-all-box.container,
    .about-welcome-all-box.container{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .about-title.container,
    .about-info-all-box.container,
    .about-welcome-all-box.container{
        width: 1000px;
    }
    .about-welcome-img span{
        width: 500px;
        height: 500px;
    }
    .about-info-img span{
        width: 500px;
        height: 796px;
    }
}
@media only screen and (max-width: 1000px){
    .about-title.container,
    .about-info-all-box.container,
    .about-welcome-all-box.container{
        width: 95%;
    }
    .about-title.container{
        padding: 100px 0;
    }
    .about-title-bc{
        border-bottom: 100px solid #93a7b0;
    }
    .about-info-all-box.container{
        padding-top: 70px;
    }
    .about-info-text-box{
        padding-right: 10px;
    }
    .about-info-text-name,
    .about-welcome-text-name{
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 24px;
    }
    .about-info-text,
    .about-welcome-text{
        margin-bottom: 10px;
        line-height: 30px;
    }
    .about-info-bc{
        border-bottom: 100px solid #282d30;
    }
    .about-welcome-img span{
        width: 100%;
        height: calc(95vw / 2);
    }
    .about-info-img span{
        width: 100%;
        height: calc((95vw / 2) * 1.6);
    }
}
@media only screen and (max-width: 768px){
    .about-title-bc,
    .about-info-bc{
        display: none;
    }
    .about-title.container{
        padding: 50px 0;
    }
    .about-info-all-box.container{
        padding: 30px 0; 
    }
    .about-info-text-box,
    .about-info-img{
        width: 100%;
        display: block;
    }
    .about-info-text-box{
        padding-right: 0;
    }
    .about-info-img span {
        width: 100%;
        height: calc(95vw * 1.6);
    }
    .about-welcome-all-box.container{
        padding: 30px 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .about-welcome-text-box,
    .about-welcome-img{
        width: 100%;
        display: block;
    }
    .about-welcome-text-box{
        padding-left: 0;
    }
    .about-welcome-img span {
        width: 100%;
        height: 95vw;
    }
}
@media only screen and (max-width: 550px){
    .about-box{
        margin-top: 70px;
    }
    .page-title-en{
        font-size: 24px;
    }
    .page-title-ch{
        font-size: 12px;
    }
    .about-title.container{
        padding: 30px 0;
    }
    .about-info-text-name, 
    .about-welcome-text-name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-info-text, 
    .about-welcome-text{
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 2;
    }
    .about-welcome-icon-name{
        font-size: 20px;
    }
    .about-welcome-icon img{
        width: 100px;
    }
}





/*<-------------動畫------------->*/
/*上方進入無淡入*/

@-webkit-keyframes InRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes InRight {
  from {

    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {

    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes InLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes InLeft {
  from {

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {

    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1001px){
    .page-title-en,
    .page-title-ch,
    .about-info-text-box,
    .about-info-img,
    .about-info-bc,
    .about-welcome-text-box,
    .about-welcome-img,
    .about-welcome-icon-name,
    .about-welcome-icon{
        /* opacity: 0; */
    }
    .page-title-en{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .page-title-ch{
        animation: fade 1s ease 0.2s 1 both;
    }
    .about-title-bc{
        animation: InRight 1s ease 0s 1 both;
    }
    .about-info-text-box.anima,
    .about-welcome-text-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .about-info-img.anima{
        animation: fadeInRight 1s ease 0.4s 1 both;
    }
    .about-welcome-img.anima{
        animation: fadeInLeft 1s ease 0.4s 1 both;
    }
    .about-info-bc.anima{
        opacity: 1;
        animation: InLeft 1s ease 0s 1 both;
    }
    .about-welcome-icon-box.anima .about-welcome-icon-name{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .about-welcome-icon-box.anima .about-welcome-icon{
        animation: fade 1s ease 0s 1 both;
    }
}