@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

a{ text-decoration:none; }

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#7cb128;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#ffd95a;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}


.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-72px;
	padding:7px ;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#006837; color:#fff;}

@media (min-width:992px){
	.backtop{margin-top:-126px;}
}



.title_line{
	width:60px;
	height:4px;
	background-color:#0d3c84;
	margin:30px auto;
}


/*==========header css==========*/

/*==========nav css==========*/

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(124,177,40,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#ffd95a;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(124,177,40,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}

/*==========main css==========*/


.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}


.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}



.banner_section{ height:calc(100vh - 64px); min-height: 640px; background-image:url(../img/banner_bg.jpg); background-position:center; background-size:cover; position: relative;}

.banner_logo{ width:72%; max-width: 360px; margin:0 auto; padding-top:25vh; }
.banner_text{ width:100%; max-width: 480px; margin:15vh auto 0 auto; }

.banner_bird_l{ position:absolute; top:5%; left:5%; width: 25%; max-width: 160px;}
.banner_bird_r{ position:absolute; bottom:5%; right:5%; width: 28%; max-width: 240px;}
.banner_bird_l img{animation: birdMove 3s ease-in-out infinite;}
.banner_bird_r img{animation: birdMove 3s ease-in-out infinite; animation-delay: -1.5s;}

@media (min-width:992px){
	.banner_section{ height:56vw; min-height: 480px;}
	.banner_logo{ width:25%; max-width: none; padding-top:12%;}
	.banner_text{ width:60%; max-width: none; margin:8% auto 0 auto;}

	.banner_bird_l{ top:30%; left:11%; width: 10%;}
	.banner_bird_r{ bottom:25%; right:9%; width: 12%;  }

}

@keyframes birdMove {
  0% {
    transform:translate(0,0%);
  }
  50% {
    transform:translate(0,-25%);
  }
  100% {
    transform:translate(0,0%);
  }
}





.aerial_section{ position:relative; overflow-x:scroll;}

.aerial_title { position:absolute; top:45px; left:580px; transform: translate(-50%,0); z-index: 9; width: 64vw; max-width:290px; }

.aerial_pic img{ width:1200px;}

.aerial_light_wrapper{ 
	position:absolute; 
	bottom:24%; 
	left:504px; 
	transform:translate(-50%,0); 
	width:24px; 
	height:40.8%; 
}

.aerial_light_col{
	position:absolute; 
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 251, 177,0.6), rgba(255, 251, 177,0.1));
	border-radius: 0 0 10px 10px;
	animation: flash 2s linear infinite;
}

.aerial_light_content{ position:relative; width:100%; height:100% }
.aerial_light{
	position: absolute;
	top: 100%;
	width: 2px;
	height: 2px;
	background-color: #fffbb1;
	
}
.aerial_light:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 251, 177, 1);
  box-shadow: 0 0 15px 3px #fffbb1,0 0 10px 2px #fffbb1,0 0 15px 3px #fffbb1,0 0 5px 1px #fff,0 0 15px 3px #fff,0 0 10px 2px #fff;
}

.aerial_light1{left:0; animation: light 1.8s linear infinite; animation-delay: -1s;}
.aerial_light2{left:20%; animation: light 3.8s linear infinite; animation-delay: -2s;}
.aerial_light3{left:40%; animation: light 2.8s linear infinite; animation-delay: -3s;}
.aerial_light4{left:80%; animation: light 5.8s linear infinite; animation-delay: -4s;}
.aerial_light5{left:100%; animation: light 4.8s linear infinite; animation-delay: -5s;}
.aerial_light6{right:10%; animation: light 6.4s linear infinite; animation-delay: -1s;}
.aerial_light7{right:30%; animation: light 10.4s linear infinite; animation-delay: -2s;}
.aerial_light8{right:50%; animation: light 7.4s linear infinite; animation-delay: -3s;}
.aerial_light9{right:70%; animation: light 8.4s linear infinite; animation-delay: -4s;}
.aerial_light10{right:90%; animation: light 9.4s linear infinite; animation-delay: -5s;}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
  	opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 1;
    margin-top: 0%;
  }
  12% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
  	margin-top: -1500%;
    opacity: 0;
  }
}

@media (min-width:992px){
	.aerial_section{ overflow:auto; }
	.aerial_title { top:10%; left:50%; width:48%; max-width:none; }
	.aerial_pic img{ width:100%; }

	.aerial_light_wrapper{ 
	position:absolute; 
	bottom:22%; 
	left:41.9%; 
	transform:translate(-50%,0); 
	width:2%; 
	height:40.8%; 
	}
}





.section1{ padding: 60px 0; background-image: url(../img/section1_bg.jpg); background-position: center; background-size:cover;}

.section1_title{ width:80%; margin:30px auto; max-width:360px;}
.section1_text{ text-align:center; }
.section1_text p{ font-size:0.9rem; }
.section1_pic{ margin-bottom:15px; }

.section1_row{ margin-top:60px; margin-bottom:60px; }

@media (min-width:992px){
	.section1{ padding: 80px 0;}
	.section1 .container-fluid{ width:92%; max-width:none; }
	.section1_title{ width:55%; margin:45px auto; max-width:none; }
	.section1_text p{ font-size:1rem; }
	.section1_row{ margin-top:80px; margin-bottom:80px; }
}
@media (min-width:1400px){
	.section1{ padding: 120px 0;}
	.section1_text p{ font-size:1.2rem; }
}


.section2{ padding: 60px 0; }

.section2_title{ width:75%; margin:30px auto; max-width:360px;}
.section2_text{ text-align:center; }
.section2_text p{ font-size:0.9rem; }

.section2_timeline{ margin:45px 0; }

@media (min-width:992px){
	.section2{ padding: 80px 0;}
	.section2 .container-fluid{ width:92%; max-width:none; }
	.section2_title{ width:48%; margin:45px auto; max-width:none; }
	.section2_text p{ font-size:1rem; }
	.section2_pic{ margin:60px 0; }
	.section2_timeline{ margin:0; }
}
@media (min-width:1400px){
	.section2{ padding: 120px 0;}
	.section2_text p{ font-size:1.2rem; }

}

.section3{ position:relative; }
.section3_title{ position:absolute; top:6%; left:50%; width:24%; transform:translate(-50%,0); }

.section3_pic_note{ position:absolute; bottom:10px; left:10px; font-size:0.7rem; color:#fff; }

@media (min-width:992px){
	.section3_title{ position:absolute; top:14%; left:71%; width:7%; }
	.section3_pic_note{font-size:1rem;}
}


.section4{}
.section4_title{ width:75%; margin:30px auto; max-width:360px;}

@media (min-width:992px){
	.section4_title{ width:48%; margin:45px auto; max-width:none; }
}


.section5{ padding:60px 0; background-image:url(../img/section5_bg.jpg); background-position:center; background-size:cover; }
.section5_logo{ width:70%; max-width: 480px; margin:0 auto; padding-top:20vh; }
.section5_text{ width:80%; max-width: 560px; margin:60px auto 0 auto; }
@media (min-width:992px){
	.section5{ padding:80px 0;}
	.section5_logo{ width:22%; max-width: none;}
	.section5_text{ width:50%; max-width: none; margin:80px auto 0 auto;}

}

.map_section{ height:640px; overflow:hidden; }


.contact_section{ padding:60px 0 80px 0; background-color:#7cb128; }

.contact_section h2{ text-align:center; color:#fff; font-weight:700; }

.contact_form_wrapper{ margin:30px 0; }

.contact_form_wrapper .form-group{ margin:0 0 15px 0; }
.contact_form_wrapper .form-group input{ border-radius:0; padding:15px; }
.contact_form_wrapper .form_notice_text,
.contact_form_wrapper .custom-checkbox{ color:#fff; }
.contact_form_wrapper .custom-checkbox a{ color:#fff; }
.contact_form_wrapper button{ width:100%; padding:5px; background-color:#826239; border:none; border-radius:30px; font-size:1.4rem; font-weight:700; letter-spacing:0.5rem; }


/*========================================================
                         左側選單
=========================================================*/	
	
.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #006837;
    border-color: #006837;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: #006837;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background: #006837;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 23px;
        bottom: 70px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background: #006837;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;

    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}


/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 50px 50px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #60c1a1;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #60c1a1;
	border-color: #60c1a1;
}

@media (min-width: 992px) {
	#cookies-box .cookies-btn {
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }

.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }