@charset "utf-8";

/* Color Chart
   Green: #579d31;
   Yellow: #ffe009;
*/

/*--------------------------------------- universal (全部頁面使用)------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body              { margin: 0; background: #fff; color: #000; font-size: 16px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-family: 'Source Sans Pro', 'Noto Sans TC', 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;
                  }
a,
a:link,
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

select, 
input, 
button, 
textarea          { font-family: 'Source Sans Pro', 'Noto Sans TC', 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;}
button:focus, 
input:focus, 
select:focus, 
textarea:focus    { outline: none;}

p{
    line-height: 1.5em;
}

body.noscroll{
    overflow: hidden;
}
.clear:after{
    content: '';
    clear: both;
    display: block;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    background: #999; 
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    background: #f5f5f5; 
    /*box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);*/
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.5); 
    border-radius: 10px;
    background: #555; 
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.7); 
    background: #666; 
}

::selection {
  color: #f5f5f5;
  background: #579d31;
}


.w1900{
    max-width: 1900px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.w1400{
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1000{
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.w850{
    max-width: 850px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
.w1400{
    padding: 0 30px;
}
}
@media screen and (max-width: 1320px) {
.w1400{
    max-width: 100%;
    padding: 0 60px;
}
.w1200{
    max-width: 100%;
    padding: 0 60px;
}
}
@media screen and (max-width: 1080px) {
.w1000{
    padding: 0 60px;
}
}
@media screen and (max-width: 1024px) {
.w1400{
    padding: 0 60px;
}
}
@media screen and (max-width: 900px) {
.w850{
    padding: 0 30px;
}
}
@media screen and (max-width: 480px) {
.w1400{
    padding: 0 20px;
}
.w1200{
    padding: 0 20px;
}
.w1000{
    padding: 0 20px;
}
.w850{
    padding: 0 20px;
}
}


/* HEADER */
.header{
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    /*transition: height 0.2s;*/
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.header.top{
    height: 50px;
}




.header .logo{
    width: 415px;
    height: 70px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    /*transition: all 0.2s;*/
}
.header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo img{
    height: 100%;
    display: block;
    float: left;
}
.header .logo .text{
    transition: all 0s;
}
.header.top .logo{
    width: 35px;
    height: 35px;
    margin-top: 7px;
}
.header.top .logo .text{
    display: none;
}


.header .main-nav{
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.header .main-nav li{
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
.header .main-nav li a{
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.header .main-nav li a:hover{
    color: #579d31;
    border-color: #579d31;
}
.header .main-nav li.active a{
    color: #579d31;
    border-color: #579d31;
}


.header.top .main-nav{
    margin-top: 15px;
}







.header .side-nav{
    float: right;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 20px;
}
.header .side-nav > div{
    display: inline-block;
    vertical-align: middle;
}

.header .side-nav a{
    color: #000;
}
.header .side-nav a:hover{
    color: #579d31;
}
.header .side-nav .member{
    margin-right: 10px;
    margin-top: 5px;
}
.header .side-nav .member a:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url(../img/icon-member.png) top center no-repeat;
    background-size: 100%;
    margin-right: 3px;
    margin-top: -3px;
}
.header .side-nav .member a:hover:before{
    background-position: bottom center;
}




.header .side-nav .search{
}
.header .side-nav .search a{
    width: 35px;
    height: 35px;
    display: block;
    background: url(../img/icon-search.png) top center no-repeat;
    background-size: 100%;
}
.header .side-nav .search a:hover{
    background-position: bottom center;
}
.header .side-nav .search a span{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.header.top .side-nav{
    margin-top: 7px;
}



.header .search-box{
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 100px;
    padding: 10px;
    border-radius: 0 0 0 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
}
.header .search-box input{
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    padding: 5px 5px 5px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.header .search-box .submit{
    width: 55px;
    height: 40px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.header .search-box .submit:hover{
    background-color: #eee;
}


.header.top .search-box{
    top: 50px;
}






.header .subnav-container{
    display: none;
    height: 250px;
    width: 100%;
    background: #f5f5f5;
    clear: both;
    overflow: hidden;
    margin-top: 100px;
    /*transition: margin 0.2s;*/
}
.header .subnav-container.active{
    display: block;
}

.header.top .subnav-container{
    margin-top: 50px;
}
.header .subnav-container .subnav{
    display: none;
}
.header .subnav-container .subnav.active{
    display: block;
}
.header .subnav-container .lead{
    width: 450px;
    height: 250px;
    background: #e5e5e5;
    float: left;
    padding-top: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.header .subnav-container .lead .t1{
    font-weight: bold;
    text-align: right;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.header .subnav-container .lead .t2{
    text-align: right;
    color: #579d31;
}
.header .subnav-container .lead .link{
    text-align: right;
    margin-top: 20px;
}
.header .subnav-container .lead .link a{
    color: #fff;
    padding: 10px 80px 10px 30px;
    display: inline-block;
    letter-spacing: 5px;
    transition: all 0.2s;
    background: #579d31 url(../img/arrow.png) calc(100% - 10px) center no-repeat;
}
.header .subnav-container .lead .link a:hover{
    background-position: calc(100% - 7px) center;
}

.header .subnav-container .subnav-nav{
    list-style-type: none;
    margin: 40px 0 0 40px;
    padding: 0;
    float: left;
}
.header .subnav-container .subnav.intro .subnav-nav{
    margin-top: 20px;
}
.header .subnav-container .subnav-nav li{
    margin: 0 30px 0 0;
    padding: 0;
    width: 120px;
    float: left;
    overflow: hidden;
}
.header .subnav-container .subnav.intro .subnav-nav li{
    width: 360px;
}
.header .subnav-container .subnav-nav li img{
    width: 120px;
    display: block;
    margin-bottom: 10px;
    background: #d4d4d4;
    transition: all 0.2s;
}
.header .subnav-container .subnav.intro .subnav-nav li img{
    width: 360px;
}
.header .subnav-container .subnav-nav a{
    color: #000;
    transition: all 0.2s;
}
.header .subnav-container .subnav-nav a:hover{
    color: #579d31;
}

.header .subnav-container .subnav-nav a:hover img{
    background: #579d31;
    background-image: linear-gradient(to left, #1b8e37 0% , #79bb23 50% , #1b8e37 100%);
}






.header .mobile-nav-container{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #ddd;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    margin-top: 100px;
    -webkit-overflow-scrolling: touch;
}
.header.top .mobile-nav-container{
    margin-top: 50px;
    height: calc(100vh - 50px);
}
.header .mobile-nav-container .mobile-nav{
    list-style-type: none;
    margin: 0;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
}
.header .mobile-nav-container .mobile-nav > li{
    margin: 0 0 20px 0;
    padding: 0;
}
.header .mobile-nav-container .mobile-nav > li > a{
    background: #579d31;
    display: block;
    padding: 15px 20px;
    color: #fff;
}
.header .mobile-nav-container .mobile-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header .mobile-nav-container .mobile-nav ul li{
    margin-bottom: 10px;
}
.header .mobile-nav-container .mobile-nav ul li a{
    background: #fff;
    display: block;
    padding: 15px 20px;
    color: #000;
}

.header .burger{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    display: none;
    right: 20px;
    top: 25px;
}
.header .burger .box{
    width: 50px;
    height: 50px;
    background: url(../img/burger.png) center no-repeat;
    background-size: 83%;
    display: block;
}
.header .burger.active .box{
    background-image: url(../img/close.png);
    background-size: 70%;
}
.header.top .burger{
    top: 0px;
}




@media screen and (max-width: 1700px) {
.header .subnav-container .subnav.intro .subnav-nav li{
    width: 280px;
}
}
@media screen and (max-width: 1500px) {
.header .subnav-container .subnav.intro .subnav-nav li{
    width: 200px;
}
}

@media screen and (max-width: 1440px) {
.header .logo{
    margin-left: 10px;
}
.header .burger{
}
.header .side-nav{
    margin-left: 20px;
    margin-right: 10px;
}
}

@media screen and (max-width: 1280px) {
.header .logo .text{
    display: none;
}
.header .logo{
    width: 90px;
}
.header .subnav-container .lead{
    width: 220px;
}
.header .subnav-container .lead .link a{
    padding: 10px 20px;
    letter-spacing: 0px;
    background: #579d31;
}
.header .subnav-container .subnav.about .subnav-nav li{
    margin-right: 20px;
    width: 100px;
}
.header .subnav-container .subnav.about .subnav-nav li img{
    width: 100px;
}
}

@media screen and (max-width: 1024px) {
.header .subnav-container .subnav.intro .subnav-nav li{
    width: 180px;
    margin-right: 20px;
}
}

@media screen and (max-width: 950px) {
.header .burger{
    display: block;
}
.header .main-nav{
    display: none;
}
.header .mobile-nav-container.active{
    display: block;
}
.header .side-nav{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    right: 80px;
    top: 30px;
    width: 160px;
    height: 40px;
}
.header.top .side-nav{
    top: -3px;
}
}

@media screen and (max-width: 750px) {
.header .side-nav .member a:hover:before{
    background-position: top center;
}
.header .side-nav .search a:hover{
    background-position: top center;
}
}

@media screen and (max-width: 420px) {
.header .burger{
    right: 10px;
}
.header .side-nav{
    right: 65px;
    width: 100px;
}
.header .side-nav .member{
    margin-right: -10px;
    width: 60px;
    height: 30px;
}
.header .side-nav .member a span{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.header .side-nav .search{
    vertical-align: top;
}

.header .search-box{
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    border-radius: 0;
}
}













.content{
    margin-top: 100px;
}

.footer{
    position: relative;
}
.footer-image{
    height: 400px;
    background: #333 url(../img/footer-img.jpg) center no-repeat;
    background-size: cover;
}

.side-tools .up{
    position: absolute;
    right: 0;
    top: -40px;
    width: 80px;
    height: 80px;
    display: block;
    background: #579d31 url(../img/arrow-3.png) center no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}
.side-tools .up:hover{
    background-color: #65b33b;
}


.footer-main{
    background-color: #303030;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-main > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-main .footer-nav{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #b5b5b5;
    width: 60%;
    margin-right: 10%;
}
.footer-main .footer-nav > li{
    width: 20%;
}
.footer-main .footer-nav > li:nth-child(2){
    width: 35%;
}
.footer-main .footer-nav a{
    color: #b5b5b5;
}
.footer-main .footer-nav > li > a{
    font-weight: bold;
    cursor: default;
}
.footer-main .footer-nav ul{
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.footer-main .footer-nav ul li{
    margin-bottom: 10px;
}
.footer-main .footer-nav ul li a:hover{
    color: #fff;
}

.footer-main .footer-info{
    width: 30%;
    color: #b5b5b5;
}
.footer-main .footer-info a{
    color: #b5b5b5;
}
.footer-main .footer-info a:hover{
    color: #fff;
}
.footer-main .footer-info p{
    margin: 0 0 10px 0;
}
.footer-main .footer-info .footer-logo{
    width: 100px;
    margin-left: -10px;
    margin-bottom: 10px;
}
.footer-main .footer-info .footer-logo img{
    width: 100%;
    display: block;
}










.footer-add{
    background-color: #ffe009;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-add > div{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-add .credit{
    width: 65%;
    margin: 0;
    font-size: 0.9em;
}
.footer-add .link{
    width: 35%;
    text-align: right;
    margin: 0;
    font-size: 0.9em;
}
.footer-add .link a{
    color: #000;
}

@media screen and (max-width: 1320px) {
.footer-main .footer-nav{
    width: 70%;
    margin-right: 0%;
}
}

@media screen and (max-width: 1024px) {
.footer-main > div{
    display: block;
}
.footer-main .footer-nav{
    width: 100%;
    margin-top: 30px;
}
.footer-main .footer-info{
    width: 100%;
    margin-top: 40px;
}
}

@media screen and (max-width: 768px) {
.footer-image{
    height: 200px;
}
.side-tools .up{
    width: 70px;
    height: 70px;
}
.footer-main .footer-nav{
    display: none;
}
.footer-add > div{
    display: block;
}
.footer-add .credit{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.footer-add .link{
    width: 100%;
    text-align: center;
}
}












/* ---------------------------------HOME-------------------------------------- */

.home-content{
    overflow: hidden;
}






/* -- HOME HERO -- */

.home-content .hero{
    position: relative;
}
.home-content .hero .item .image img{
    width: 100%;
    display: block;
}
.home-content .hero .item .image img{
    width: 100%;
    display: block;
}
.home-content .hero .item{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}


.home-content .hero .item.active{
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    opacity: 1;
}


.carousel-dots{
    text-align: center;
    padding-bottom: 30px;
}
.carousel-dots a{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #579d31;
    margin: 0 3px;
}
.carousel-dots a.active{
    background: #ffe200;
}




.scroll-indicator{
    position: absolute;
    bottom: 50px;
    left:  50px;
    z-index: 3;
}
.scroll-indicator span{
    font-size: 0.8em;
    color: #579d31;
    margin-bottom: 10px;
    display: block;
    transform: rotate(90deg);
}
.scroll-indicator .line {
  background: #ddd;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 0px;
  top: -10px;
  overflow: hidden;
}
.scroll-indicator .line:after {
  background: #579d31;
  display: block;
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -50px;
  animation: hexLine 3s infinite;
}

@keyframes hexLine{
    0%{
        top: -50px;
    }
    50%{
        top: 100px;
    }
    50.1%{
        top: -50px;
    }
    100%{
        top: 100px;
    }
}

@media screen and (max-width: 768px) {
.scroll-indicator .line {
  height: 70px;
}
}

@media screen and (max-width: 480px) {
.scroll-indicator{
    bottom: 30px;
    left:  20px;
}
}




/* -- HOME title -- */

.home-section-title{
    color: #555;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-section-title h3{
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    padding-right: 0;
}
.home-section-title h3:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-image: linear-gradient(to right, #147532 0% , #f8e002 100%);
    margin: 20px auto 0 auto;
}


@media screen and (max-width: 768px) {
.home-section-title h3{
    font-size: 1.5em;
}
}

@media screen and (max-width: 480px) {
.home-section-title{
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-section-title h3{
    font-size: 1.2em;
}
}



/* -- HOME intro -- */

.home-content .intro{
    position: relative;
    background: #f6f8f8;
    margin-top: 100px;
    padding-bottom: 150px;
}
.home-content .intro .tilted-bg {
    background: #f6f8f8;
    position: absolute;
    left: -50px;
    top: -100px;
    width: 120%;
    height: 200px;
    z-index: 2;
    transform: rotate(-5deg);
    overflow: hidden;
    z-index: 0;
}
.home-content .intro .home-section-title {
    position: relative;
    z-index: 1;
}
.home-content .intro .home-intro-content {
    position: relative;
    z-index: 1;
    display: flex;
}
.home-content .intro .home-intro-content .item{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 50px;
}
.home-content .intro .home-intro-content .item img{
    width: 75%;
    display: block;
    margin: 0 auto;
}
.home-content .intro .home-intro-content .item .title{
    text-align: center;
    font-weight: bold;
    color: #555;
    font-size: 1.3em;
}
.home-content .intro .home-intro-content .item .brief{
    color: #666;
    line-height: 1.6em;
    min-height: 250px;
}
.home-content .intro .home-intro-content .item .more{
    text-align: center;
}
.home-content .intro .home-intro-content .item .more a{
    padding: 8px 20px;
    border-radius: 20px;
    background: #aaa;
    color: #fff;
    font-size: 0.9em;
    transition: all 0.2s;
}
.home-content .intro .home-intro-content .item .more a:hover{
    background: #ffe200;
    color: #000;
}


@media screen and (min-width: 2000px) {
.home-content .intro{
    margin-top: 160px;
}
.home-content .intro .tilted-bg {
    top: -160px;
    height: 280px;
}
}

@media screen and (min-width: 3000px) {
.home-content .intro{
    margin-top: 220px;
}
.home-content .intro .tilted-bg {
    top: -220px;
    height: 370px;
}
}

@media screen and (min-width: 4000px) {
.home-content .intro{
    margin-top: 270px;
}
.home-content .intro .tilted-bg {
    top: -270px;
    height: 460px;
}
}


@media screen and (min-width: 5000px) {
.home-content .intro{
    margin-top: 350px;
}
.home-content .intro .tilted-bg {
    top: -350px;
    height: 600px;
}
}



@media screen and (max-width: 1024px) {
.home-content .intro .home-intro-content .item{
    padding: 0 20px;
}
.home-content .intro .home-intro-content .item img{
    width: 75%;
}
}


@media screen and (max-width: 768px) {
.home-content .intro .home-intro-content{
    display: block;
}
.home-content .intro{
    margin-top: 50px;
}
.home-content .intro .tilted-bg {
    top: -50px;
    height: 150px;
}
.home-content .intro .home-intro-content .item{
    padding: 0;
    width: 100%;
    margin-bottom: 80px;
}
.home-content .intro .home-intro-content .item img{
    max-width: 60%;
    width: auto;
}
.home-content .intro .home-intro-content .item .brief{
    min-height: auto;
    margin-bottom: 20px;
}
}



@media screen and (max-width: 480px) {
.home-content .intro{
}
.home-content .intro .tilted-bg {
    height: 100px;
}
}







/* -- HOME grid -- */

.home-content .grid{
    position: relative;
    background: #aaa;
}
.home-content .grid .home-grid-content{
}
.home-content .grid .home-grid-content:after{
    content: '';
    display: block;
    clear: both;
}
.home-content .grid .home-grid-content .item{
    width: 25%;
    background: blue;
    float: left;
    height: 350px;
}
.home-content .grid .home-grid-content .item.membership{
    width: 50%;
    background: red;
    height: 700px;
    background: url(../img/home-grid-1.jpg) center no-repeat;
    background-size: cover;
}
.home-content .grid .home-grid-content .item.membership .inner{
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.home-content .grid .home-grid-content .item.membership .inner p{
    width: 100%;
    text-align: center;
}
.home-content .grid .home-grid-content .item.membership .title{
    color: #fff;
    font-size: 2em;
    text-shadow: 1px 2px 1px #000;
}
.home-content .grid .home-grid-content .item.membership .brief{
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.home-content .grid .home-grid-content .item.membership .link a{
    color: #fff;
    font-size: 1.3em;
    background: #7fb825;
    letter-spacing: 3px;
    padding: 10px 40px;
    display: inline-block;
    transition: all 0.2s;
}
.home-content .grid .home-grid-content .item.membership .link a:hover{
    background: #579d31;
}



.home-content .grid .home-grid-content .item.about{
    background: #006835;
}
.home-content .grid .home-grid-content .item.about a{
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
}
.home-content .grid .home-grid-content .item.about a:hover{
    background: #005c2f;
}
.home-content .grid .home-grid-content .item.about .image{
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 20px;
}
.home-content .grid .home-grid-content .item.about .image img{
    display: block;
    width: 120px;
}
.home-content .grid .home-grid-content .item.about .title{
    margin: 20px 0 5px 0;
    letter-spacing: 2px;
}
.home-content .grid .home-grid-content .item.about .brief{
    margin: 0;
}





.home-content .grid .home-grid-content .item.publication{
    background: #c3d20a;
}
.home-content .grid .home-grid-content .item.publication a{
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
}
.home-content .grid .home-grid-content .item.publication a:hover{
    background: #b9c806;
}
.home-content .grid .home-grid-content .item.publication .image{
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    padding: 30px;
}
.home-content .grid .home-grid-content .item.publication .image img{
    display: block;
    width: 100px;
}
.home-content .grid .home-grid-content .item.publication .title{
    margin: 20px 0 5px 0;
    letter-spacing: 2px;
}
.home-content .grid .home-grid-content .item.publication .brief{
    margin: 0;
}




.home-content .grid .home-grid-content .item.memberlist{
    background: url(../img/home-grid-2.jpg) center no-repeat;
    background-size: cover;
}
.home-content .grid .home-grid-content .item.memberlist a{
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #000;
    transition: all 0.2s;
}
.home-content .grid .home-grid-content .item.memberlist a:hover{
    background: rgba(0,0,0,0.1);
}
.home-content .grid .home-grid-content .item.memberlist .title{
    margin: 20px 0 5px 0;
    letter-spacing: 2px;
}
.home-content .grid .home-grid-content .item.memberlist .brief{
    margin: 0;
}




.home-content .grid .home-grid-content .item.links{
    background: url(../img/home-grid-3.jpg) center no-repeat;
    background-size: cover;
}
.home-content .grid .home-grid-content .item.links a{
    display: flex;
    height: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
}
.home-content .grid .home-grid-content .item.links a:hover{
    background: rgba(0,0,0,0.1);
}
.home-content .grid .home-grid-content .item.links .text{
    background: #000;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    text-align: right;
}
.home-content .grid .home-grid-content .item.links .title{
    margin: 0;
    letter-spacing: 2px;
    display: inline-block;
}
.home-content .grid .home-grid-content .item.links .brief{
    margin: 0;
    display: inline-block;
}



@media screen and (max-width: 1024px) {
.home-content .grid .home-grid-content .item{
    height: 250px;
}
.home-content .grid .home-grid-content .item.membership{
    height: 500px;
}
.home-content .grid .home-grid-content .item.about .image img{
    width: 80px;
}
.home-content .grid .home-grid-content .item.publication .image{
    padding: 20px;
}
.home-content .grid .home-grid-content .item.publication .image img{
    width: 70px;
}
}


@media screen and (max-width: 768px) {
.home-content .grid .home-grid-content .item{
    width: 50%;
}
.home-content .grid .home-grid-content .item.membership{
    width: 100%;
}
}






/* -- HOME news -- */

.home-content .news{
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-content .news .home-news-content{
    max-width: 1000px;
}
.home-content .news .home-news-content .item{
    border: 1px solid #ddd;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 90px 10px 20px;
    position: relative;
    color: #000;
}
.home-content .news .home-news-content .item:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #333;
    background: #333 url(../img/arrow-2.png) center no-repeat;
    background-size: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
    transition: all 0.2s;
}
.home-content .news .home-news-content .item:hover:after{
    background-color: #97cf0b;
}
.home-content .news .home-news-content .item .image{
    margin-right: 30px;
}
.home-content .news .home-news-content .item .image img{
    display: block;
    width: 100px;
}

.home-content .news .home-news-content .item .text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.home-content .news .home-news-content .item .text .date{
    color: #21348b;
    margin: 0 0 10px 0;
    width: 100%;
}
.home-content .news .home-news-content .item .text .title{
    font-size: 1.1em;
    margin: 0;
    width: 100%;
}


.home-content .news .home-news-content .more{
    text-align: center;
    margin: 50px 0 0 0;
}
.home-content .news .home-news-content .more a{
    background: #ffe009;
    color: #000;
    letter-spacing: 3px;
    font-size: 1.2em;
    padding: 10px 70px;
    transition: all 0.2s;
}
.home-content .news .home-news-content .more a:hover{
    background: #97cf0b;
}


@media screen and (max-width: 750px) {
.home-content .news .home-news-content .item .image{
    display: none;
}
.home-content .news .home-news-content .item{
    padding-right:  20px;
}
.home-content .news .home-news-content .item:after{
    display: none;
}
}






/* -- HOME certificate -- */

.home-content .certificate{
    position: relative;
    background: #f5f8fa;
    padding-bottom: 100px;
    padding-top: 170px;
    background-image: linear-gradient(-174deg, #ffffff 200px, #f5f8fa 200px);
}
.home-content .certificate .home-certificate-content{
}
.home-content .certificate .link{
    text-align: center;
}
.home-content .certificate .link a{
    padding-bottom: 5px;
    border-bottom: 1px solid #026ad5;
    color: #026ad5;
}
.home-content .certificate .link a:hover{
    border-color: #0059b5;
    color: #0059b5;
}
.home-content .certificate .logo{
    text-align: center;
    width: 150px;
    margin: 50px auto;
}
.home-content .certificate .logo img{
    width: 100%;
    display: block;
}

.home-content .certificate .result{
    width: 200px;
    margin: 0 auto;
}
.home-content .certificate .result p{
    display: flex;
}
.home-content .certificate .result span{
    display: block;
    width: 60%;
}
.home-content .certificate .result .number{
    width: 40%;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
}

.home-content .certificate .note{
    width: 380px;
    margin: 0 auto;
    font-size: 0.9em;
    color: #999;
    box-sizing: border-box;
    padding-left: 50px;
}

.home-content .certificate .list{
    display: flex;
    margin-bottom: 50px;
    margin-top: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.home-content .certificate .list .item{
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.home-content .certificate .list .number{
    color: #8fc320;
    font-weight: bold;
    font-size: 3em;
    margin: 0;
}
.home-content .certificate .list .number.zero{
    color: #999;
}
.home-content .certificate .list .title{
    margin: 0;
}

.home-content .certificate .list .image{
    width: 40%;
    margin: 0 auto;
}
.home-content .certificate .list .image img{
    border: 2px solid #8fc320;
    border-radius: 100%;
    width: 100%;
}


@media screen and (min-width: 1920px) {
.home-content .certificate{
    padding-top: 270px;
    background-image: linear-gradient(-174deg, #ffffff 300px, #f5f8fa 300px);
}
}

@media screen and (min-width: 2800px) {
.home-content .certificate{
    padding-top: 370px;
    background-image: linear-gradient(-174deg, #ffffff 400px, #f5f8fa 400px);
}
}

@media screen and (min-width: 3800px) {
.home-content .certificate{
    padding-top: 470px;
    background-image: linear-gradient(-174deg, #ffffff 500px, #f5f8fa 500px);
}
}


@media screen and (max-width: 1024px) {
.home-content .certificate{
    padding-top: 90px;
    background-image: linear-gradient(-174deg, #ffffff 100px, #f5f8fa 100px);
}
.home-content .certificate .list .image{
    width: 60%;
}
.home-content .certificate .list .number{
    font-size: 2.4em;
}
.home-content .certificate .list .title{
    font-size: 0.9em;
}
}



@media screen and (max-width: 768px) {
.home-content .certificate .list .item{
    width: 33.33%;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 480px) {
.home-content .certificate .list .item{
    width: 50%;
}
}





/* ---------------------------------PAGES-------------------------------------- */

/* -- PAGES general -- */

.page-wrapper{
    background-color: #eee;
}
.page-banner{
    height: 400px;
    background-color: #aaa;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/banner/banner.jpg);
}
.page-banner.member{ background-image: url(../img/banner/banner-member.jpg);}
.page-banner.intro{ background-image: url(../img/banner/banner-intro.jpg);}
.page-banner.terms{ background-image: url(../img/banner/banner-terms.jpg);}

.page-banner .breadcrumb{
   color: #fff;
   margin: 0px 20px 20px 28px;
   padding-top: 10px;
}
.page-banner .breadcrumb a{
   color: #fff;
   padding: 0 5px;
   cursor: default;
   transition: all 0.2s;
   font-size: 0.9em;
   text-transform: uppercase;
}
.page-banner .breadcrumb a[href]:hover{
   color: #ddd;
   cursor: pointer;
}
.page-banner .breadcrumb span{
   font-size: 1.2em;
}


.page-banner .title{
    position: absolute;
    width: 400px;
    height: 150px;
    left: calc(50% - 200px);
    top: 150px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.page-banner .title:before{
    position: absolute;
    width: 1px;
    height: 50px;
    left: 50%;
    top: 50px;
    background: #fff;
    display: block;
    content: '';
}
.page-banner .title:after{
    position: absolute;
    width: 1px;
    height: 50px;
    left: 50%;
    top: 100px;
    background: #68a62e;
    display: block;
    content: '';
}
@media screen and (max-width: 480px) {
.page-banner .title{
    width: 260px;
    left: calc(50% - 130px);
    font-size: 1.5em;
}
}


.page{
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.page-inner{
    background: #fff;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 500px;
    box-sizing: border-box;
    padding: 70px 140px;
}
.page-inner .page-title{
    border-bottom: 1px solid #ddd;
    position: relative;
}
.page-inner .page-title:before{
    position: absolute;
    width: 120px;
    height: 100px;
    left: -90px;
    bottom: 0px;
    background: url("../img/logo-bw.png") center no-repeat;
    background-size: 100%;
    display: block;
    content: '';
    opacity: 0.4;
}
.page-inner .page-title h3{
    margin: 0;
    padding: 0 0 25px 40px;
    font-size: 1.8em;
    letter-spacing: 3px;
    font-weight: lighter;
    color: #222;
}

@media screen and (max-width: 1280px) {
.page-inner{
    max-width: 100%;
    padding: 60px 100px;
}
.page-inner .page-title:before{
    display: none;
}
.page-inner .page-title h3{
    padding-left: 5px;
}
}
@media screen and (max-width: 1024px) {
.page-inner{
    padding: 60px 60px;
}
}
@media screen and (max-width: 480px) {
.page-inner{
    padding: 60px 30px;
}
}



.pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination a {
    color: black;
    display: inline-block;
    margin: 0 2px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s;
    color: #fff;
    font-size: 1.1em;
    background-color: #ccc;
}
.pagination a:hover {
    background-color: #bbb;
}

.pagination a.active {
    background-color: #888;
}
@media screen and (max-width: 750px) {
.pagination a{
    display: none;
}
.pagination a.active {
    display: inline-block;
}
.pagination a.previous {
    display: inline-block;
}
.pagination a.next {
    display: inline-block;
}
}





/* -- NEWS -- */

.news-list{
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}
.news-list li{
    margin: 0;
    padding: 15px 0;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.news-list li .date{
    color: #999;
    width: 170px;
    margin: 0;
    position: relative;
    flex-shrink: 0;
}
.news-list li .date:after{
    position: absolute;
    width: 1px;
    height: 100%;
    right: 30px;
    bottom: 0px;
    background: #ccc;
    display: block;
    content: '';
}
.news-list li .title{
    color: #000;
    margin: 0;
}
.news-list a{
    color: #000;
    transition: all 0.2s;
}
.news-list a:hover{
    color: #579d31;
}

@media screen and (max-width: 750px) {
.news-list li{
    display: block;
}
.news-list li .date{
    width: auto;
    margin-bottom: 10px;
}
.news-list li .date:after{
    display: none;
}
}




.news-article{
}
.news-article .date{
    color: #579d31;
    margin-top: 30px;
}
.news-article .title{
    font-weight: normal;
    font-size: 1.8em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.news-article .cms-container{
}
.news-article .cms-container p{
    line-height: 1.8em;
}

.news-article .back{
    border-top: 1px solid #ccc;
    padding-top: 25px;
    text-align: right;
}
.news-article .back a{
  color: #579d31;
  background: url(../img/back.png) left center no-repeat;
  background-size: 30px;
  padding-left: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  transition: background 0.2s;
}
.news-article .back a:hover{
  color: #4c8e29;
}





/* -- publication -- */
.publication-list{
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}
.publication-list li{
    margin: 0;
    padding: 30px 0 40px 0;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.publication-list li .image{
    width: 120px;
    margin: 0 40px 0 0;
    position: relative;
    flex-shrink: 0;
}
.publication-list li .image img{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.publication-list .title{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.publication-list .info p{
    margin: 0 0 5px 0;
}
.publication-list .info p span{
    display: inline-block;
    min-width: 5em;
    margin-right: 5px;
    color: #579d31;
}
.publication-list .info p a{
    color: #1266b5;
    padding-bottom: 2px;
    display: inline-block;
    margin: 0 4px;
    border-bottom: 1px solid #1266b5;
    transition: all 0.2s;
}
.publication-list .info p a:hover{
    color: #579d31;
    border-color: #579d31;
}

.publication-list .action{
    margin-top: 20px;
}
.publication-list .action a{
    color: #000;
    padding: 10px 85px 10px 25px;
    display: inline-block;
    background: #ffe200 url(../img/arrow-4.png) calc(100% - 12px) center no-repeat;
    transition: all 0.1s;
}

.publication-list .action a:hover{
    background-position: calc(100% - 8px) center;
}


@media screen and (max-width: 750px) {
.publication-list li .image{
    width: 80px;
    margin-right: 20px;
}
}


@media screen and (max-width: 600px) {
.publication-list .info p{
    margin-bottom: 10px;
}
.publication-list .info p span{
    min-width: auto;
}
}


@media screen and (max-width: 480px) {
.publication-list li .image{
    width: 60px;
}
.publication-list .title{
    font-size: 1.1em;
}
.publication-list .info{
    font-size: 0.9em;
}
.publication-list .action{
    font-size: 0.9em;
}
.publication-list .action a{
    padding: 10px 25px;
    background: #ffe200;
}
}




/* -- member-list -- */
.member-list{
    list-style-type: none;
    margin: 50px 0 50px 0;
    padding: 0;
}
.member-list li{
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    align-items: center;
}
.member-list li.list-head{
    background-color: #063a48;
    color: #fff;
}
.member-list a{
    color: #000;
}
.member-list a:hover{
    color: #12687f;
}

.member-list li .title{
    width: 40%;
    box-sizing: border-box;
    padding: 0 30px;
}


.member-list li .info{
    width: 60%;
    box-sizing: border-box;
    padding: 0 30px;
    border-left: 1px solid #ccc;
}





@media screen and (max-width: 750px) {
.member-list li .title{
    padding: 0 10px 0 20px;
}
.member-list li .info{
    padding: 0 0px 0 20px;
}
}


@media screen and (max-width: 600px) {
.member-list li{
    display: block;
}
.member-list li.list-head{
    display: none;
}
.member-list li .title{
    width: 100%;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #12687f;
}
.member-list li .info{
    width: 100%;
    padding: 0;
    border-left: 0;
}
.member-list li .info span{
}
}




/* -- link-list -- */
.link-list{
    list-style-type: none;
    margin: 50px 0 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.link-list li{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}
.link-list li img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 1024px) {
.link-list li{
    width: 50%;
}
}

@media screen and (max-width: 600px) {
.link-list li{
    width: 100%;
    padding: 0;
}
}




/* -- member 登入 -- */

.member-login{
    display: flex;
    flex-direction: row-reverse;
    padding: 100px 0;
}
.member-login .intro{
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.member-login .intro .title{
    margin: 0 0 30px 0;
    font-size: 1.4em;
}
.member-login .intro .title span{
    background-color: #009944;
    color: #fff;
    font-weight: bold;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-size: 3em;
    vertical-align: middle;
    margin: 0 5px;
}

.member-login .intro ul{
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.member-login .intro ul li{
    margin: 0 0 20px 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.member-login .intro ul li .image{
    width: 100px;
    flex-shrink: 0;
}
.member-login .intro ul li .image img{
    width: 60px;
    height: 60px;
    display: block;
}
.member-login .intro ul li .text{
    font-size: 1.1em;
    line-height: 1.5em;
}
.member-login .intro .action a{
    color: #000;
    padding: 12px 85px 12px 25px;
    display: inline-block;
    background: #ffe200 url(../img/arrow-4.png) calc(100% - 12px) center no-repeat;
    transition: all 0.1s;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.member-login .intro .action a:hover{
    background-position: calc(100% - 8px) center;
}





.member-login .login{
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}
.member-login .login .title{
    margin: 20px 0 30px 0;
    font-size: 1.4em;
    padding-left: 60px;
    background: url(../img/icon-member2.png) left center no-repeat;
    background-size: 40px;
    height: 40px;
    line-height: 40px;
}

.member-login .login input{
    padding: 13px 10px;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.member-login .login input:focus{
    background: #fff;
    border-color: #ccc;
}

.member-login .login input.code{
    width: 50%;
    margin-right: 10px;
    display: inline-block;
}
.member-login .login .image{
    width: 40%;
    display: inline-block;
}
.member-login .login .image img{
    display: inline-block;
    vertical-align: middle;
}

.member-login .login .submit{
    color: #000;
    padding: 15px 25px;
    text-align: center;
    display: block;
    background: #ffe200;
    transition: all 0.1s;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 2px;
    border: 0;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}


.member-login .login .forget{
    text-align: right;
    font-style: 0.9em;
}
.member-login .login .forget a{
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
.member-login{
    display: block;
    padding: 30px 0;
}
.member-login .intro{
    width: 100%;
    padding-right: 0px;
    border: 0;
}
.member-login .login{
    width: 100%;
    padding-left: 0px;
    margin-bottom: 100px;
}
}

@media screen and (max-width: 600px) {
.member-login .login input.code{
    width: 100%;
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
}
.member-login .login .image{
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
}


/* -- member home -- */

.member-row{
    display: flex;
    padding: 30px 0;
}
.member-row .member-side{
    width: 25%;
    box-sizing: border-box;
    padding-right: 50px;
}
.member-row .member-side .member-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.member-row .member-side .member-nav li{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.member-row .member-side .member-nav li a{
    padding: 14px 8px;
    display: block;
    transition: all 0.2s;
    color: #000;
}
.member-row .member-side .member-nav li a:hover{
    background: #eee;
}
.member-row .member-side .member-nav li.active a{
    background: #000;
    color: #fff;
}



.member-row .member-main{
    width: 75%;
    box-sizing: border-box;
    padding-left: 50px;
}
.member-row .member-main .title{
    font-style: 1.2em;
}
.member-row .member-main .title .id{
    color: #009944;
    padding: 0 3px;
}

.member-row .member-main .member-home-tools{
    display: flex;
    margin-top: 60px;
}
.member-row .member-main .member-home-tools a{
    color: #000;
    display: block;
    width: 50%;
    box-sizing: border-box;
    background: url(../img/member-home-tool-1.png) 0px top no-repeat;
    background-size: 40px;
    padding-left: 70px;
}
.member-row .member-main .member-home-tools a:first-child{
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-right: 30px;
}
.member-row .member-main .member-home-tools a:last-child{
    background-image: url(../img/member-home-tool-2.png);
}

.member-row .member-main .member-home-tools a p{
    margin: 0;
}
.member-row .member-main .member-home-tools a p.name{
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.2s;
}

.member-row .member-main .member-home-tools a:hover p.name{
    color: #009944;
}

@media screen and (max-width: 1280px) {
.member-row .member-side{
    padding-right: 30px;
}
.member-row .member-main{
    padding-left: 30px;
}
}

@media screen and (max-width: 768px) {
.member-row{
    display: block;
}
.member-row .member-side{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
}
.member-row .member-main{
    width: 100%;
    padding-left: 0px;
}
}

@media screen and (max-width: 768px) {
.member-row .member-main .member-home-tools{
    display: block;
}
.member-row .member-main .member-home-tools a{
    width: 100%;
}
.member-row .member-main .member-home-tools a:first-child{
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}
}



.member-password{
    max-width: 500px;
    margin-top: 40px;
}
.member-password input{
    padding: 13px 10px;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.member-password input:focus{
    background: #fff;
    border-color: #ccc;
}
.member-password .submit{
    color: #000;
    padding: 12px 25px;
    text-align: center;
    display: block;
    background: #ffe200;
    transition: all 0.1s;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 2px;
    border: 0;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}




.member-form{
    margin-top: 50px;
    max-width: 600px;
}
.member-form .form-row{
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
}
.member-form .form-row .label{
    width: 6em;
    flex-shrink: 0;
    padding-top: 12px;
}
.member-form .form-row .input{
    width: 100%;
}
.member-form .form-row .input.address{
    display: flex;
    flex-wrap: wrap;
}
.member-form .form-row .input.address .custom-select-wrapper{
    width: calc(50% - 10px);
}
.member-form .form-row .input.address .custom-select-wrapper:first-child{
    margin-right: 20px;
}
.member-form .form-row .input.address .custom-select-wrapper .custom-select{
    width: 100%;
}
.member-form .form-row .input.address input{
    width: 100%;
    margin-top: 20px;
}
.member-form .form-row .id{
    margin: 0;
    font-size: 1.2em;
}
.member-form .form-row .id span{
    font-size: 0.8em;
    color: #009944;
    margin-left: 6px;
}
.member-form input{
    padding: 10px 10px;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.member-form input:focus{
    background: #fff;
    border-color: #aaa;
}
.member-form .submit{
    color: #000;
    padding: 12px 25px;
    text-align: center;
    display: block;
    background: #ffe200;
    transition: all 0.1s;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 2px;
    border: 0;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}

.member-form .note{
    font-size: 0.85em;
    margin-top: 20px;
}
.member-form .note a{
    text-decoration: underline;
    color: #009944;
    display: inline-block;
    margin: 0 3px;
}

.member-form .upload{
    margin-top: 20px;
    color: #207cca;
}
.member-form .upload a{
    text-decoration: underline;
    color: #009944;
    display: inline-block;
    margin: 0 3px;
}


/* select */

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    vertical-align: middle;
}
.custom-select-wrapper:after {
    /*content: "\0276F";*/
    /*transform: rotate(90deg);*/
    content: '';
    background: url(../img/arrow-5.png) center no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    position: absolute; 
    right: 12px; 
    top: 12px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;   
    color: #999;
}
.custom-select {
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px 35px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
}
.custom-select:hover{
    border-color: #ccc;
}
.custom-select:focus{
    border-color: #ccc;
}




.pop-wrapper{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 6;
}
.pop-register{
    width: 600px;
    height: 70vh;
    margin: 15vh auto 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 35px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.pop-register .title{
    text-align: center;
    padding-top: 50px;
    margin: 0;
    font-size: 1.2em;
    background: url(../img/icon-member2.png) top center no-repeat;
    background-size: 40px;
}
.pop-register .text{
    margin: 30px 0;
}

.pop-register .text a{
    color: #009944;
    display: inline-block;
    margin: 0 3px;
}

.pop-register .action{
    text-align: center;
    margin-bottom: 20px;
}
.pop-register .action a{
    color: #000;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    background: #ffe200;
    transition: all 0.1s;
    letter-spacing: 2px;
    border: 0;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
.pop-register{
    width: 90%;
    padding: 20px;
}
}





/* -- contact -- */

.contact-row{
    display: flex;
    padding: 50px 0;
}
.contact-row .info{
    width: 50%;
    box-sizing: border-box;
    padding-right: 100px;
}
.contact-row .info .card{
    margin-top: 100px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.contact-row .info .card img{
    width: 100px;
    display: block;
    margin-left: -8px;
    margin-bottom: 10px;
}
.contact-row .info .card p{
    margin: 0 0 5px 0;
    color: #555;
}
.contact-row .info .card a{
    color: #009944;
}






.contact-row .form{
    width: 50%;
    box-sizing: border-box;
}
.contact-row .form input, .contact-row .form textarea{
    padding: 13px 10px;
    background: #eee;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.2s;
}
.contact-row .form input:focus, .contact-row .form textarea:focus{
    background: #fff;
    border-color: #ccc;
}
.contact-row .form .submit{
    color: #000;
    padding: 15px 25px;
    text-align: center;
    display: block;
    background: #ffe200;
    transition: all 0.1s;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 2px;
    border: 0;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}


@media screen and (max-width: 1024px) {
.contact-row .info{
    padding-right: 50px;
}
}

@media screen and (max-width: 768px) {
.contact-row{
    display: block;
    padding: 50px 0;
}
.contact-row .info{
    width: 100%;
    padding-right: 0px;
}
.contact-row .form{
    width: 100%;
    margin-top: 30px;
}
.contact-row .info .card{
    display: none;
}
}











.contact-map{
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.contact-map .map-img img{
    width: 100%;
    display: block;
}
.contact-map #map{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
.contact-map{
    /*height: 300px;*/
}
.contact-map .map-img img{
    width: 200%;
    margin-left: -50%;
}
}

@media screen and (max-width: 420px) {
.contact-map .map-img img{
    width: 300%;
    margin-left: -100%;
}
}




.about-nav{
    margin-top: 40px;
    padding-top: 40px;
    /*border-top: 1px solid #ccc;*/
}
.about-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.about-nav ul li{
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    background: #d4d4d4;
}
.about-nav ul li img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #d4d4d4;
    transition: all 0.2s;
}
.about-nav ul a{
    color: transparent;
    font-size: 0.9em;
    transition: all 0.2s;
    text-align: center;
    line-height: 100px;
    background: url(../img/subnav-about-1.png) center no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 100%;
}
.about-nav ul li:nth-child(1) a{ background-image: url(../img/subnav-about-1.png);}
.about-nav ul li:nth-child(2) a{ background-image: url(../img/subnav-about-2.png);}
.about-nav ul li:nth-child(3) a{ background-image: url(../img/subnav-about-3.png);}
.about-nav ul li:nth-child(4) a{ background-image: url(../img/subnav-about-4.png);}
.about-nav ul li:nth-child(5) a{ background-image: url(../img/subnav-about-5.png);}

.about-nav ul li.active{
    background-image: linear-gradient(to left, #1b8e37 0% , #79bb23 50% , #1b8e37 100%);
}
.about-nav ul li.active a{
    background: none;
    color: #fff;
}


.about-nav ul a:hover{
    color: #579d31;
}
.about-nav ul a:hover img{
    background: #579d31;
    background-image: linear-gradient(to left, #1b8e37 0% , #79bb23 50% , #1b8e37 100%);
}


@media screen and (max-width: 768px) {
.about-nav{
    display: none;
}
}











.about-content .story{
    max-width: 900px;
    margin: 70px auto;
}
.about-content p{
    color: #444;
    line-height: 1.8em;
}
.about-content ol{
    color: #444;
}
.about-content ul{
    color: #444;
}
.about-content li{
    margin-bottom: 10px;
    line-height: 1.5em;
}
.about-content img{
    max-width: 100%;
}
.about-content .image-dual{
    display: flex;
}
.about-content .image-dual img{
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.about-content .title{
    color: #009944;
}
.about-content a{
    color: #1682de;
    text-decoration: underline;
}


.about-content a.action {
    color: #fff;
    padding: 10px 80px 10px 20px;
    display: inline-block;
    letter-spacing: 2px;
    transition: all 0.2s;
    background: #579d31 url(../img/arrow.png) calc(100% - 10px) center no-repeat;
    text-decoration: none;
}
.about-content a.action:hover{
    background-position: calc(100% - 8px) center;
}



@media screen and (max-width: 480px) {
.about-content .image-dual{
    display: block;
}
}










.about-content .year{
    text-align: right;
    margin: 15px 0;
}
.about-content .year > span{
    vertical-align: middle;
    padding-right: 15px;
}
.about-content .year .custom-select-wrapper {
    width: auto;
}

.about-content .director-list{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
.about-content .director-list:not(#director-year-1) {
    display: none;
}
.about-content .director-list tbody{
    width: 100%;
}
.about-content .director-list tr{
    width: 100%;
}
.about-content .director-list th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    padding: 20px;
    text-align: left;
    color: #026871;
    line-height: 1.3em;
    width: 25%;
}
.about-content .director-list td{
    border-bottom: 1px solid #ccc;
    padding: 20px;
    line-height: 1.3em;
    width: 75%;
}
.about-content .director-list td span{
    font-weight: bold;
    padding-right: 10px;
}


@media screen and (max-width: 600px) {
.about-content .director-list th{
    font-size: 0.9em;
    padding: 10px 10px 10px 0px;
}
.about-content .director-list td{
    font-size: 0.9em;
    padding: 10px 0px 10px 10px;
}
.about-content .director-list td span{
    padding-right: 0px;
    display: block;
    margin-bottom: 5px;
}
}





.intro-content .story{
    max-width: 750px;
    margin: 50px auto;
}
.intro-content h4{
    text-align: center;
    font-weight: normal;
    font-size: 1.4em;
    color: #444;
}
.intro-content h5{
    font-weight: normal;
    font-size: 1.2em;
    color: #009944;
    margin-bottom: 0;
}
.intro-content p{
    color: #444;
    line-height: 1.8em;
}
.intro-content ol{
    color: #444;
}
.intro-content ul{
    color: #444;
}
.intro-content li{
    margin-bottom: 10px;
    line-height: 1.5em;
}

.intro-content ol{
    counter-reset: myCounter;
}
.intro-content ol li {
    list-style: none;
    position: relative;
}
.intro-content ol > li:before {
    counter-increment: myCounter;
    content:"(" counter(myCounter, decimal)") ";
}



.intro-content img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.intro-content .image-dual{
    display: flex;
}
.intro-content .image-dual img{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.intro-content .title{
    color: #009944;
}
.intro-content a{
    color: #1682de;
    text-decoration: underline;
}


.intro-content .intro-link {
    text-align: center;
}
.intro-content .intro-link a {
    color: #fff;
    padding: 13px 40px 13px 20px;
    display: inline-block;
    transition: all 0.2s;
    background: #579d31 url(../img/arrow-6.png) calc(100% - 10px) center no-repeat;
    text-decoration: none;
    margin: 0 5px;
}
.intro-content .intro-link a:first-child{
    padding: 13px 20px 13px 40px;
    background: #579d31 url(../img/arrow-7.png) 10px center no-repeat;
}
.intro-content .intro-link a:hover{
    background-position: calc(100% - 8px) center;
}
.intro-content .intro-link a:first-child:hover{
    background-position: 8px center;
}

@media screen and (max-width: 480px) {
.intro-content .intro-link a {
    display: block;
    margin-bottom: 15px;
    padding: 13px 20px !important;
}
}






.terms-content{
    max-width: 900px;
    margin: 50px auto;
    font-size: 0.9em;
}
.terms-content p{
    color: #444;
    line-height: 1.8em;
}
.terms-content ol{
    color: #444;
}
.terms-content ul{
    color: #444;
}
.terms-content li{
    margin-bottom: 10px;
    line-height: 1.5em;
}


.terms-content ol ol{
    counter-reset: myCounter;
    padding: 0;
    margin: 0;
}
.terms-content ol ol li {
    list-style: none;
    position: relative;
}
.terms-content ol ol > li:before {
    counter-increment: myCounter;
    content:"(" counter(myCounter, decimal)") ";
}

