@charset "utf-8";

body{ 
	overflow-x:hidden;
	background:url(../img/bg1.jpg) top center repeat-y;
	background-size:100%;
}

.footer{
	color:#fff;
	background-color:#131018;
	text-align:center;
	padding:18px 15px;
	margin-bottom:67px;
}
.footer a{ color:#ffd95a;}
@media (min-width:992px){ .footer{margin-bottom:0;}}

.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:-70px;
	padding:10px;
	background:#02b14c;
	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:#065e42;}

@media (min-width:992px){
	.backtop{margin-top:-148px;}
}


/*==========header css==========*/

.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:#443e89; 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; text-decoration:none;}
.social_content .social_item a:hover{ color:#7a75b8;}
.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:33%; left:100%; /*margin-top:-350px;*/ margin-left:-90px; width:330px; padding:15px; border-radius:30px; background-color:transparent; text-align:center;}
	.social_content .social_item{ float:none; text-align:center; border-bottom:1px solid #443e89; padding:15px 8px;}
	.social_content .social_item:last-child{ border-bottom:none;}
	.social_content .social_item a{ color:#443e89;}
	.social_item_fb{ padding-left:3px;}
}
@media (min-width:1920px){
	.social_content{ top:30%;}
}

/*========================================================
                     main css
=========================================================*/
.view_sm{ display:block;}
.view_lg{ display:none;}
@media (min-width:768px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}

/*========================================================
                     top_banner
=========================================================*/
.top_banner_block{ 
	background:url(../img/top_block_bg.jpg); 
	background-size:cover;
	padding:25% 0 50% 0;
	position:relative;
}
.top_banner_block .logo{ padding-bottom:50px;}
.top_banner_block img{ margin:0 auto;}
.top_banner_block .logo img{ max-width:70%;}
.top_banner_block .text img{ max-width:70%;}


/* 水波效果 */
.amin-06::before {
    content:"";
    display:block;
    background:url("../img/top_block_deco.png") left center repeat-x;
    background-size: cover;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    animation: _amin-06 160s linear infinite;
}

@keyframes _amin-06 {
    0% {
        background-position: 0 center
    }
    100% {
        background-position: -3562px center
    }
}


@media (min-width:768px){
	.top_banner_block{ padding:9% 0 15% 0;}
	.top_banner_block .logo{ padding-bottom:60px;}
	.top_banner_block .logo img{ max-width:30%;}
	.top_banner_block .text img{ max-width:30%;}
}

/*========================================================
                     360
=========================================================*/
.aerial_block .aerial_pic{ position:relative;}
.aerial_block .aerial_text{ position:absolute; bottom:10px; left:15px; font-size:0.8rem; letter-spacing:1px; color:#fff; z-index:10;}

.panorama_block{ }
.panorama_block .panorama{ height:50vh; position:relative;}
@media (min-width:768px) {
	.aerial_block .aerial_text{ font-size:0.9rem;}
}

/*光束效果*/
.aerial_light_wrapper{ 
	position:absolute; 
	bottom: 29%;
	left: 25% !important;
	transform:translate(-50%,0); 
	width:0.5%; 
	height:40%; 
}
.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: 1px;
	height: 1px;
	background-color: #fffbb1;
	
}
.aerial_light:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 3px;
  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;}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
  	opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 1;
    margin-top: 0%;
  }
  12% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
  	margin-top: -1600%;
    opacity: 0;
  }
}

@media (min-width:992px){
	.aerial_light_wrapper{ 
		position:absolute; 
		bottom: 30%;
        left: 50% !important;
		transform:translate(-50%,0); 
		width:0.9%; 
		height:40%; 
	}
}


/*========================================================
                     內頁設定
=========================================================*/
.top_block{}
.top_block img{ width:100%;}
.top_block .container-fluid{ padding:80px 20px;}
@media (min-width:1024px){ .top_block .container-fluid{ padding:80px 100px;}}
@media (min-width:1440px){ .top_block .container-fluid{ padding:80px 190px;}}

.pic_section{ position:relative;}
.pic_section .text_block{ position:absolute; top:0; left:0; z-index:10; padding:60px 20px;}
.pic_section .text_block .title img{ max-width:95%; margin:0 auto;}
.pic_section .text_block .text p{ color:#fff; text-align: justify;}
.text_block .text p{ font-size:0.9rem; line-height:1.7rem;}

.title_line{ width:40px; height:1px; margin:25px auto; background:#fff;}
.pic_section .subtext{ position:absolute; bottom:15px; right:15px; z-index:10; color:#595757; font-size:0.7rem;}
.pic_section .subtext.white{ color:#fff;}

.gallery_section{ }
.gallery_section .title{ padding-bottom:20px;}
.gallery_section .title2{ padding-top:40px;}
.gallery_section .picbox{ position:relative; margin-bottom:10px;}
.gallery_section .picbox p{ position:absolute; right:7px; bottom:7px; margin-bottom:0; z-index:10; color:#fff; font-size:0.7rem;}

.gallery_section .view_lg .gallery_line:first-child{ padding-top:4%;}
.gallery_section .view_lg .gallery_line:last-child{ padding-top:10%;}
.gallery_section .view_sm .gallery_line:first-child{ padding-top:6%;}
.block5 .view_lg .gallery_line:last-child{ padding-top:12%;}

.block4 .text_block .title img{ margin:0;}
.block4 .text_block .text p{ color:#231815;}
.block4 .title_line{ background:#000;}

.block8 .text_block .title img{ margin:0;}
.block8 .subtext{ color:#fff;}

.block10 .text_block .title img{ margin:0;}
.block10 .text_block .text p{ text-align:center;}
.block10 .subtext{ color:#fff;}


.block11{ background:url(../img/bg2.jpg) repeat-y; background-size:cover;}
.block11 .text_block .logo{ padding-bottom:50px;}
.block11 .text_block .logo img{ max-width:100px; margin:0 auto; display:block;}
.block11 .text_block .text p{ color:#fff;}
.slick_item{ position:relative;}
.slick_item .pictext{ position:absolute; right:7px; bottom:7px; font-size:0.8rem; color:#fff; z-index:10;}
.slick-dots{ bottom:-33px;}
.slick-dots li{ margin:0 2px;}
.slick-dots li button:before{ font-size:12px; opacity:1; color:#fff;}
.slick-dots li.slick-active button:before{ opacity:1; color:#D6B540;}

.case_section{ position:relative;}
.case_section .text_block .title1{ padding-bottom:30px;}
.case_section .text_block .title1 img{ max-width:25%;}
.case_section .text_block .title2{ padding-bottom:30px;}
.case_section .text_block .title2 img{ max-width:70%;}
.case_section .title_line{ width:50px; margin:25px 0; background:#00AA00;}
.case_section .pic_block{ padding:0 24% 10% 10px;}
.case_section .pic_block .man_pic{ position:absolute; right:0; top:32%; bottom:auto; max-width:40%;}
.case_section .title1_en{ position:absolute; top:80px; right:7%; max-width:9%;}
.case_section.style2{}
.case_section.style2 .pic_block{ padding:0 10px 10% 24%;}
.case_section.style2 .pic_block .man_pic{ left:0; right:auto;}
.case_section.style2 .title1_en{ right:auto; left:7%;}

@media (min-width:768px){
	.title_line{ margin:40px auto;}
	.case_section .title_line{ margin:40px 0;}
	
	.pic_section .text_block .title img{ max-width:85%;}
	.pic_section .text_block{ padding:40px 20%;}
	.gallery_section .title{ padding-bottom:40px;}
	.gallery_section .title img{ max-width:75%;}
	.gallery_section .title2{ text-align:right;}
	.gallery_section .title2 img{ max-width:75%;}
	
	.block4 .text_block{ padding:40px;}
	.block4 .text_block .title{ padding-bottom:30px;}
	.block4 .text_block .title img{ max-width:50%;}
	.block4 .text_block .text{ max-width:500px;}
	
	.block8 .text_block{ position:absolute; left:40px; top:auto; bottom:40px; z-index:10; padding:0;}
	.block8 .text_block .title{ padding-bottom:30px;}
	.block8 .text_block .title img{ max-width:50%;}
	.block8 .text_block .text{ max-width:500px;}
	.block8 .text_block .text p{ color:#231815;}
	
	.block10 .text_block{ padding:40px;}
	.block10 .text_block .title img{ max-width:50%;}
	.block10 .text_block .text{ max-width:500px;}
	.block10 .text_block .text p{ text-align:left;}
	.block10 .title_line{ margin:40px 0;}
	
	
	.block11 .text_block{ padding:4%;}
	.block11 .text_block .text{ padding:0 9%;}
	.case_section .text_block .title1{ padding-bottom:0;}
	.case_section .text_block .title1 img{ max-width:48%;}
	.case_section .text_block .title2 img{ max-width:53%;}
	
	.case_section .pic_block{ padding:0;}
	.case_section .pic_block .slick_item{ padding:0 4%;}
	.case_section .pic_block .man_pic{ bottom:5%; right:0; top:auto; bottom:7%; max-width:24%;}
	.case_section .text_block{ padding:6% 0;}
	.case_section.style2 .pic_block{ padding:0;}
	.case_section.style2 .pic_block .man_pic{ right:auto; left:0;}
	.block15 .pic_block .slick_item img{ max-width:65%; margin:0 auto;}
}
@media (min-width:1440px){
	.pic_section .text_block .title img{ max-width:52%;}
	.pic_section .text_block{ padding:80px 20%;}
	
	.gallery_section .title{ padding-bottom:60px;}
	.gallery_section .title img{ max-width:80%;}
	.gallery_section .title2 img{ max-width:90%;}
	
	.block4 .text_block{ padding:80px;}
	.block4 .text_block .title img{ max-width:52%;}
	.block4 .text_block .text{ max-width:550px;}
	
	.block8 .text_block{ padding:0;}
	.block8 .text_block .title img{ max-width:52%;}
	.block8 .text_block .text{ max-width:900px;}
	
	.block10 .text_block{ padding:80px;}
	.block10 .text_block .title img{ max-width:52%;}
	
}
@media (max-width:768px) {
    .block4 .text_block .title img { margin: 0 auto; }
    .block8 .text_block .title img { margin: 0 auto; }
    .block10 .text_block .title img { margin: 0 auto; }
}

/*========================================================
                         contact
=========================================================*/

.contact_section{ background-image:url(../img/bg3.jpg); background-size:cover; background-position:center; margin-bottom:90px;}
.contact_section .contact_deco{ width:100%;}
.contact_section .container-fluid{ padding-bottom:20px;}

.contact_section .logo{ text-align:center; padding-bottom:50px;}
.contact_section .logo img{ max-width:45%;}
.contact_section .subtitle{ padding-bottom:10px;}
.contact_section .subtitle h3{ font-size:1.1rem; color:#fff; font-weight:bold; text-align:center;}
.info_block{ padding-bottom:30px;}
.info_block .map_block{ padding-bottom:10px;}
.info_block .map_block iframe{ width:100%; height:150px;}
.info_block .info_list ul{ list-style:none; padding:0;}
.info_block .info_list ul li{ background-color:#fff; padding:15px; width:100%; margin-bottom:12px; font-size:0.9rem;}
@media (min-width:768px){
	.contact_section{ margin-bottom:0;}
	.contact_section .logo{ padding-bottom:70px;}
	.contact_section .logo img{ max-width:250px;}
	.contact_section .subtitle h3{ font-size:1.3rem;}
	.info_block .map_block iframe{ height:300px;}
}


/*表單視覺*/
#form1{ font-size:0.8rem;}
#form1 .form-group{ margin-bottom:10px; color:#fff;}
#form1 .form-control { border-radius: 0; border:none; background-color:#fff; padding:12px; font-size:0.9rem;}
#form1 .select-label label { color:#000; padding:13px 8px; background-color:#fff; width:100%;}
#form1 .select-group{ margin-bottom:10px;}
#form1 .check-group label{ color:#fff;}

#form1 select {
    color: #111;
    width: 100%;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}
#form1 select option{ color:#111;}

#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    color: #fff;
    background-color: #02B14C;
    width: 100%;
    border-radius: 0;
}
#form1 .btn-send:hover {
    background-color: #0A5E42;
}

#form1 .btn-vertify {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #02B14C;
    width: 100%;
    border-radius: 0;
}

#form1 .btn-vertify:hover {
    background-color: #0A5E42;
}

/*--google recaptcha 隱藏----*/
.grecaptcha-badge{ 
	visibility:hidden;
}


@media (min-width:768px){
	#form1{ font-size:0.9rem;}
	/*#form1 .form-control{ font-size:1rem;}*/
	#form1 label{ padding:12px;}

}

/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 20px;
    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 #443e89;
	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: #443e89;
	transition:all .3s;
}

@media (min-width: 992px) {
	#cookies-box{
		padding:50px;
	}
	#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; }

/*========================================================
                  隱私權聲明
=========================================================*/
.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px; margin-bottom:0;}
}
/*========================================================
                     選單
=========================================================*/
.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: #276850;
    border-color: #276850;
}

.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-color: #02b14c;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
		transition:all .3s;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background-color: #065e42;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 92px;
        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-color:#02b14c;
        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 {
		background-color:#065e42;
        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;
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}

/*========================================================
                     彈跳視窗
=========================================================*/
.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #294b62;
    text-align: center;
}
.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}
.quick-btn [class*="col-"]:last-child {
    border-right: none;
}
.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
	border-left: none;
	text-decoration:none;
	font-size: 0.9rem;
}
.quick-btn [class*="col-"]:hover {
    background-color: #6e99af;
}
.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #005780;
    font-weight: bold;
    margin-bottom: 30px;
}
.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}
.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}
.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color: #005780;
	border:none;
}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #003e5b;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
	.quick-btn{ display:none;}
}

