::selection {
  background: transparent;
  color: #000000;
  }
::-moz-selection {
  background: transparent;
  color: #000000;
  }
::-webkit-selection {
  background: transparent;
  color: #000000;
  } 
.main-new-banner-area .swiper-slide img,  
.main-new-banner-area{
    height: 100vh!important;
    }
.bg:after {
    display: none;
    }
.swiper-slide .bg img.landing-banner.pic-down{
    transform: scale(1, 1); 
    }   
.swiper-slide.swiper-slide-next .bg img.landing-banner.pic-down, 
.swiper-slide.swiper-slide-prev .bg img.landing-banner.pic-down{
    transform: scale(1, 1); 
    }  
.swiper-slide-active .bg img.landing-banner.pic-down,
.swiper-slide-duplicate-active .bg img.landing-banner.pic-down{
    transform: scale(1.2, 1.2);
    transition: 9s ease-out; 
    animation: 4.5s ease-out;
    }
.about-banner{
    position: absolute;
    bottom: 8%;
    left: 5vh;
    display: block;
    line-height: .85;
    letter-spacing: -2px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Butler_Bold', serif;
    font-size: 6vw;
    font-weight: 600;
    z-index: 99;
    animation: fade_item 1.5s;
    }  
.about-banner span{
    display: block;
    font-size: 1.5vw;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: 10px;
    font-weight: 500;
    text-indent: 9px;
    }      
.about-banner span b{
    display: inline-block;
    margin: 0 6px 0 0px;
    font-weight: lighter;
    font-size: 2vw;
    font-family: 'Gruppo', cursive;
    }    

/*about-link*/
.about-link{
    position: absolute;
    bottom: 8%;
    right: 7vh;
    display: block;
    width: 100%;
    max-width: 360px;
    z-index: 99;  
    box-shadow: 0 1.71429rem 2.85714rem rgb(0, 0, 0, .25);
    -moz-box-shadow: 0 1.71429rem 2.85714rem rgb(0, 0, 0, .25);
    box-shadow: 0 1.71429rem 2.85714rem rgb(0, 0, 0, .25);
    animation: fade_item 1.8s;
    }    
.about-link a{
    display: block;
    width: 100%;
    }  
.about-link a .shodow{
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    }     
.about-link a .shodow:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #333333 100%);
    opacity: .75;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    } 
.about-link .btn {
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 102;
    } 
.about-link .btn .btn_s {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.12s ease-in 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    } 
.about-link .btn .btn_s:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 16px;
    left: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
    } 
.about-link .shodow:hover .btn_s {
    border: 1px solid #9a8c73;
    background-color: #9a8c73; 
    }
.about-link .shodow > img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
.about-link .shodow:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }    
.about-link:hover .shodow:after {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #222222 100%);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }    
.about-link p{
    position: absolute;
    bottom: 18px;    
    left: 20px;
    display: block;
    margin: 0;
    font-size: 23px;
    z-index: 101;  
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    } 
.about-link p span{
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    }   
.about-banner label{
    text-shadow: 0 1rem 2rem rgb(0, 0, 0, .15);
    -moz-text-shadow: 0 1rem 2rem rgb(0, 0, 0, .15);
    text-shadow: 0 1rem 2rem rgb(0, 0, 0, .15);
    }     
.about-banner-img{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;  
    height: 100%;  
    z-index: 99;  
    }    
@media screen and (max-width: 1024px) { 
.about-link{
    bottom: 6%;
    right: 4vh;
    max-width: 320px;
    }  
.about-banner span {
    font-size: 2.2vw;
    }
.about-banner {
    font-size: 5.5vw;
    }
}  
@media screen and (max-width: 765px) { 
.about-banner span {
    font-size: 4vw;
    letter-spacing: 3px;
    text-indent: 3px;
    }
.about-banner {
    bottom: 35%;
    font-size: 8vw;
    letter-spacing: 0;
    }
.about-banner span b {
    margin: 0 5px 0 3px;
    font-size: 4vw;
    }   
}    
@media screen and (max-width: 640px) { 
.about-banner{
    font-family: 'STIX Two Text', serif; 
    }    
}  
@media screen and (max-width: 480px) { 
.about-banner {
    bottom: 40%;
    }
.about-banner span {
    font-size: 4.5vw;
    }
.about-banner span b {
    font-size: 5vw;
    }
.about-link {
    bottom: 10%;
    right: 50%;
    max-width: 250px;
    margin: 0 -125px 0 0;
    } 
.about-link p {
    font-size: 16px;;
    }
.about-link a .shodow {
    height: 160px;
    }
.about-link .btn .btn_s {
    width: 30px;
    height: 30px;
    } 
.about-link .btn .btn_s:before {
    top: 13px;
    left: 12px;
    width: 5px;
    height: 5px;
    } 
}    
@media screen and (max-width: 320px) { 
.about-banner {
    bottom: 48%;
    left: 6.2vh;
    }
.about-link {
    bottom: 7%;
    } 
}  

/*about-content*/
.sticky-area{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, transparent 84%, #c1c1c1 84%, #dad9d9 100%);
}
.sticky-left,
.sticky-right{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky-left{
    display: block;
    width:48%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 6.5% 15% 15%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
@media screen and (max-width: 1366px) {  
.sticky-left{
    padding: 15% 5% 15% 10%;
    }
}  
.sticky-left span,
.sticky-left h1,
.sticky-left h2,
.sticky-left p{
    position: relative;
    z-index: 1;
}
.sticky-left span{
    font-size: 15px;
}
.sticky-left h1{
    font-size: 4.1vw;
    color:#555555;
    line-height: 1;    
    margin: 10px 0 4.5vh 0
}
.sticky-left h1 b{
    color:#444444;
}
.sticky-left h2{
    font-size: 21px;
    color:#555555;
    padding: 0 8px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    line-height: 1.2;
    letter-spacing: .27vw;
}
.sticky-left p{
    font-size: 14px;
    color: #707070;
    line-height: 1.8;
    padding: 0 8px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
} 
.sticky-left:after{
    position: absolute;
    left: -20px;
    top: 0;
    content: 'ABOUT';
    font-size: 25vw;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -1.5vw;
    z-index: 0;
    -webkit-text-stroke: 0.5px #e6e6e6;
    text-stroke: 0.5px #e6e6e6;
    text-shadow: 3rem 2rem 2rem rgb(0 0 0 / 3%);
    -moz-text-shadow: 3rem 2rem 2rem rgb(0 0 0 / 3%);
    text-shadow: 3rem 2rem 2rem rgb(0 0 0 / 3%);
}
.sticky-right{
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 54%;
    padding-right: 10%;
    padding-bottom: 5%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;    
}
.sticky-right ul{
    display: block;
    margin: 0;
    padding: 0;
}
.sticky-right ul li{
    display: block;
    width: 100%;    
    margin-bottom: 5vh;
    border-bottom: 1px solid #E0E0E0;
}
.sticky-right ul li img{
    display: block;
    width: 100%;
}
.sticky-right ul li span{
    display: inline-block;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 3vh 18px 0 0;
    -webkit-text-stroke: 0.5px #a5a5a5;
    text-stroke: 0.5px #cccccc;
    color: transparent;
    text-indent: -5px;
    vertical-align: top;
}
.a-li-c{
    display: inline-block;
    width: 62%;
}
.sticky-right ul li h3{
    font-size: 17px;
    margin: 5vh 0 10px 0;
    color: #222222;
    font-weight: 600;
}
.sticky-right ul li p{
    font-size: 14px;
    color: #707070;
    line-height: 1.8;
    padding-bottom: 8vh;
    margin: 0;
}
@media screen and (max-width: 765px) { 
.sticky-left h2,
.sticky-left p{
    padding: 0 0;
    } 
.sticky-right ul li span {
    font-size: 3.5vw;
    margin: 4.5vh 18px 0 0;
    }
}
@media screen and (max-width: 640px) { 
.sticky-right ul li span {
    display: none;
    }
.a-li-c {
    width: 100%;
    }
.sticky-right ul li p {
    padding-bottom: 4vh;
    }
.sticky-right ul li h3 {
    margin: 4vh 0 10px 0;
    }
.sticky-left h2 {
    font-size: 20px;
    }
}
@media screen and (max-width: 480px) { 
.sticky-left:after {
    top: -3.5vh;
    font-size: 30vw;
    left: 0;
    }
.sticky-right {
    padding-left: 62%;
    padding-right: 9%;
    }
.sticky-area {
    background: none;
    }
.sticky-left {
    width: 52%;
    padding: 28% 0 28% 10%;
    }
.section-title,    
.sticky-left p label,
.sticky-right ul li p {
    display: none;
    }
.sticky-right ul li h3 {
    margin: 4vh 0;
    font-size: 12px;
    font-weight: 500;
    }
.sticky-left h2 {
    font-size: 18px;
    }
.sticky-left h1 {
    font-size: 6.2vw;
    margin: 10px 0 3vh 0;
    }
}
@media screen and (min-width: 900px) { 
  .view-poll.last-area.in-view{
    animation: last_item 1.2s;
    }
  @keyframes last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-webkit-keyframes last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    } 
  @-moz-keyframes  last_item{   
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }   
  @-o-keyframes last_item{    
    0% { bottom:-60px;opacity: 0;}  
    40% { bottom:-60px;opacity: 0; }
    99% { bottom:-1px;opacity: 1; }
    100% { bottom:0px;opacity: 1; }
    }
} 


.main-slider-area h3{
    position: relative;
    z-index: 5000;
    display: block;
    margin: 3% 0;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #222;
    }
.half-spec{
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 3px;
    color: #333333;
    font-weight: 600;
    margin: 8% 0 0 0;
    padding: 9% 0 0 0;
    border-top: 1px solid rgb(191 191 191 / 40%)
    }
.main-slider-area.fadebox{
    position: relative;
    display:table;
    width: 100%;
    margin: 0;
    padding: 8% 6% 8% 59%;              
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: #fbfbfb;
    }   
.fade-white-bg{
    position: absolute;
    width: 49.8%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
    }   
.fade-detail-bg{
    display: contents;
    width: 49.8%;
    position: absolute;
    right: 0;
    top: 0;   
    text-align: left;      
    } 
.main-slider-area .half-deatil {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    }
.main-slider-area p{
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #707070;
    }   
.main-slider-area.fadebox p u{
    text-decoration: none;
    }  
.swiper-container.half-pic{
    position: absolute;
    width: 49.8%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
    z-index: 4;
    }
.swiper-container.half-pic:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/half-bg.webp');
    overflow: hidden;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-position: 0 25%;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0x);
    }
.swiper-container.half-pic .swiper-slide img{
    display: block;
    width: 100%;
    } 
@media screen and (max-width: 640px){
    .swiper-container.half-pic:after{
        background-image: url('../img/hs_job.jpg');
        background-attachment: fixed;
        }
    .half-spec {
        font-size: 16.5px;
        letter-spacing: 1px;
        text-indent: -1px;
        }
    .main-slider-area p {
        font-size: 13px;
        letter-spacing: 0;
        }
    .main-slider-area.fadebox {
        background-color: #ffffff;
        margin: 10% 0 20% 0;
        }
    .main-slider-area h3 {
        margin: 5% 0;
        font-size: 17px;
        }
}
@media screen and (max-width: 480px){
    .fade-white-bg,
    .swiper-container.half-pic{
        width: 40%;
        }  
    .fade-detail-bg{
        width: 54%;
        } 
    .main-slider-area.fadebox {
        padding: 12% 7% 12% 52%;
        }
    .half-spec{
        margin: 8% 0 0 0;
        padding: 8% 0 0 0;
        }
    .swiper-container.half-pic {
        -webkit-box-shadow: 20px 20px 50px rgb(0 0 0 / 10%);
        -moz-box-shadow: 20px 20px 50px rgb(0 0 0 / 10%);
        box-shadow: 20px 20px 50px rgb(0 0 0 / 10%);
        }
    .swiper-container.half-pic:after{
        background-attachment: inherit;
        }
    .main-slider-area.fadebox {
        margin: 0 0 25% 0;
        }

}
@media screen and (max-width: 320px){
    .main-slider-area.fadebox {
        padding: 12% 6% 12% 50%;
        }
    .half-spec{
        display: none;
        }
}