@charset "utf-8";

body{ font-family: "Noto Serif TC","微軟正黑體", "新細明體", "Arial Unicode MS"}
a{ text-decoration:none; }

.container-fluid{ max-width:800px;}
@media (min-width:992px){
    .container-fluid{ max-width:1500px;}
}

.footer{
	color:#fff;
	background-color:#c81e1d;
	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;
	right:23px;
	bottom:80px;
	margin-top:-130px;
	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:#ffd95a;}

@media (min-width:992px){
	.backtop{}
}



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


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

.header_logo{position:fixed; z-index:891; top:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:24px; left:15px; z-index:950;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}


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

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#0d3c84; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}
.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}
.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #0d3c84; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #09f; position: relative; overflow: hidden;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#09f;}
.menu_ul li a span{ display:block; font-size:0.8rem;}
.menu_ul li .nav_item_down_btn{ position:absolute; top:15px; right:15px; color:#fff; font-size:1.6rem; }

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative; overflow:visible;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#0d3c84; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

	.menu_ul li .nav_item_down_btn{ display:none; }
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#0d3c84;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{display:none; list-style: none; padding-bottom: 15px;}
.menu_ul .sub_nav li{  border: none;}
.menu_ul .sub_nav a{ padding:5px 0; font-size:0.9rem;}
.menu_ul .sub_nav a:hover{background-color:transparent; color:#fc0;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; padding: 0; list-style: none;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.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:rgba(0,54,73,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(0,54,73,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==========*/
.content img{ width:100%; height:auto;}

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



.banner_section{ background-image:url(../img/banner_bgs.jpg); background-size:cover; background-position:center; position:relative; }

.banner_title{margin: 0 auto; padding-top: 10%; width: 72%;}
.banner_text{ margin:15% 0 0 15%; width:40%; }
.banner_lollipop{ position:absolute; right:0%; transform:translate(0,-60%); width:60%; }
.banner_lollipop img{ animation: lollipopMove 5s ease-in-out infinite;}
.banner_text2{ margin:0 25% 0 auto; text-align:right; width:15%; }

@media (min-width:992px){
    .banner_section{ background-image:url(../img/banner_bg.jpg); height:50vw;}
    .banner_title{ position:absolute; top:50%; left:50%; transform:translate(-110%,-50%); width:34%; padding:0; margin:0; }
    .banner_text{ position:absolute; top:50%; left:50%; transform:translate(0,-50%); width:16%;  padding:0; margin:0; }
    .banner_lollipop{ position:absolute; bottom:1%; left:50%; right:auto; transform:translate(50%,0); width:22%; padding:0; margin:0; }
    .banner_text2{ position:absolute; top:100%; left:50%; transform:translate(450%,-35%); width:5%;  padding:0; margin:0; }
}

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

  }
}


.first_section{ overflow:hidden; }

.first_title{ width:60%; margin:0 auto; padding-top: 5%}
.first_content{ width:90%; margin:5% auto 0 auto; position: relative;}
.first_text{position: absolute; top:25%; left:50%; transform: translate(-50%,0); width: 60%;}
.first_cloud1{ position:absolute; top:0; left:0; transform: translate(20%,0); width:18%; }
.first_cloud1 img{ animation: cloudMove 5s ease-in-out infinite; }
.first_cloud2{ position:absolute; top:0; right:0; transform: translate(-20%,-45%); width:25%; }
.first_cloud2 img{ animation: cloudMove2 5s ease-in-out infinite; }
.first_cloud3{ position:absolute; bottom:0; left:0; transform: translate(40%,-200%); width:8%; }
.first_cloud3 img{ animation: cloudMove 5s ease-in-out infinite; animation-delay: 2s; }
.first_cloud4{ position:absolute; bottom:0; right:0; transform: translate(0,-80%); width:17%; }
.first_cloud4 img{ animation: cloudMove2 5s ease-in-out infinite; animation-delay: 2s; }

.first_pic{ position:relative; width:100%; margin:-28% auto 0 auto; left:48%; transform:translate(-48%,0); }


@media (min-width:992px){
    .first_title{ width:35%; margin:0 auto; padding-top: 2%}
    .first_content{ width:50%; margin:4% auto 0 auto; transform:translate(-8%,0); position: relative;}
    .first_text{position: absolute; top:25%; left:50%; transform: translate(-50%,0); width: 60%;}
    .first_cloud1{ position:absolute; top:0; left:0; transform: translate(20%,0); width:18%; }
    .first_cloud2{ position:absolute; top:0; right:0; transform: translate(-20%,-45%); width:25%; }
    .first_cloud3{ position:absolute; bottom:0; left:0; transform: translate(40%,-200%); width:8%; }
    .first_cloud4{ position:absolute; bottom:0; right:0; transform: translate(0,-80%); width:17%; }

    .first_pic{ position:relative; width:72%; margin:-16% auto 0 auto; left: auto; transform:translate(-4%,0); }
}


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

  }
}

@keyframes cloudMove2 {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(8%,0);
  }
  100% {
    transform: translate(0,0);

  }
}

.section1{ position:relative; overflow:hidden; margin-top:-25%;}
.section1 .section1_water{ margin-left:-24%;}
.section1 .section1_water img{ max-width:95%;}
.section1 .section1_girl{ position:absolute; right:-15%; top:19%; max-width:60%;}
.section1 .section1_text1{ position:absolute; left:14%; top:48%; max-width:38%; z-index:10;}
.section1 .section1_text2{ position:absolute; left:19%; top:65%; max-width:38%; z-index:10;}
@media (min-width:992px){
	.section1{ margin-top:-12%;}
	.section1 .section1_water{ padding-left:12%; margin-left:0;}
	.section1 .section1_water img{ max-width:75%;}
	.section1 .section1_girl{ right:0; top:10%; max-width:45%;}
	.section1 .section1_text1{ left:32%; top:49%; max-width:20%;}
	.section1 .section1_text2{ left:36%; top:65%; max-width:20%;}
}

.section2{ position:relative; overflow:hidden; /*padding-bottom:4%;*/}
.section2 .section2_text1{ position:absolute; left:12%; top:10%; max-width:55%; z-index:10;}
.section2 .section2_text2{ position:absolute; left:12%; top:25%; max-width:55%; z-index:10;}
@media (min-width:992px){
	.section2 .section2_text1{ left:28%; top:16%; max-width:29%;}
	.section2 .section2_text2{ left:28%; top:27%; max-width:29%;}
}

.section3{ position:relative; overflow:hidden; padding-top:8%; z-index:10;}
.section3 .container-fluid{ position:relative;}
.section3 .section3_girl{ position:relative; right:0; transform:translate(26%, 0); max-width:84%;}
.section3 .section3_text1{ position:absolute; left:6%; bottom:63%; max-width:70%; z-index:10;}
.section3 .section3_text2{ position:absolute; left:6%; bottom:27%; max-width:43%; z-index:10;}
.section3 .section3_bubble1{ position:absolute; right:4%; top:0; max-width:7%; animation:ani_bubble 3s linear infinite;}
.section3 .section3_bubble2{ position:absolute; left:25%; top:10%; max-width:5%; animation:ani_bubble 3s linear infinite; animation-delay:1s;}
@media (min-width:992px){
	.section3{ padding-top:6%;}
	.section3 .section3_girl{ transform:translate(66%, 0); max-width:58%;}
	.section3 .section3_text1{ left:19%; bottom:48%; max-width:34%;}
	.section3 .section3_text2{ left:19%; bottom:29%; max-width:34%;}
	.section3 .section3_bubble1{ right:8%; top:0; max-width:6%;}
	.section3 .section3_bubble2{ left:26%; top:14%;}
}
@media (min-width:2560px){
	.section3 .section3_text1{ bottom:52%;}
	.section3 .section3_text2{ bottom:34%;}
}


@keyframes ani_bubble{
  0%{
      transform: translateY(15%); 
	  opacity:0;
  }
  50%{
      transform: translateY(5%);
	  opacity:100;
  }
  100%{
      transform: translateY(0%);
	  opacity:0;
  }
}

.section4{ position:relative; overflow:hidden; margin-top:0;}
.section4 .top{ position:relative; padding-bottom:18%;}
.section4 .top .section4_girl{ position:relative; left:3%; max-width:42%; animation:ani_girl 3s ease-in-out infinite;}
.section4 .top .section4_text1{ position:absolute; left:auto; right:10%; top:31%; max-width:38%; z-index:10;}
.section4 .top .section4_text2{ position:absolute; left:6%; top:auto; bottom:0; max-width:60%; z-index:10;}
.section4 .top .section4_cat{ position:absolute; right:6%; top:25%; max-width:27%; animation:ani_cat 3s ease-in-out infinite;}

.section4 .bottom{ position:relative; padding-top:5%;}
.section4 .bottom .section4_roof{ position:relative; left:12%; bottom:0; max-width:100%;/* transform:translate(0, 17%);*/}
.section4 .bottom .section4_text3{ position:absolute; left:12%; bottom:auto; top:9%; max-width:59%; z-index:10;}
.section4 .bottom .section4_text4{ position:absolute; left:7%; bottom:auto; top:33%; max-width:45%; z-index:10;}

@media (min-width:992px){
	.section4{ margin-top:-7%;}
	.section4 .top{ padding-bottom:0;}
	.section4 .top .section4_girl{ left:8%; max-width:30%;}
	.section4 .top .section4_text1{ left:40%; top:40%; max-width:31%;}
	.section4 .top .section4_text2{ left:40%; top:51%; max-width:31%;}
	.section4 .top .section4_cat{ right:10%; top:31%; max-width:22%;}
	.section4 .bottom .section4_roof{ left:7%; max-width:65%;}
	.section4 .bottom .section4_text3{ left:39%; top:auto; bottom:63%; max-width:29%;}
	.section4 .bottom .section4_text4{ left:48%; top:auto; bottom:47%; max-width:30%;}
}

@keyframes ani_girl{
  0%{
      transform: translateY(0%);
  }
  50%{
      transform: translateY(3%);
  }
  100%{
      transform: translateY(0%);
  }
}
@keyframes ani_cat{
  0%{
      transform: translateY(3%);
  }
  50%{
      transform: translateY(0%);
  }
  100%{
      transform: translateY(3%);
  }
}


.section5{ position:relative; overflow:hidden; margin-top:2%;}
.section5 .top{ position:relative; padding-bottom:11%;}
.section5 .top .section5_girl{ position:relative; left:5%; max-width:48%;}
.section5 .top .section5_girl img{ /*animation: ani_treegirl 4s infinite alternate-reverse ease-in-out, mosaic-detail1 3s ease-in-out; transform-origin:left bottom;*/}
.section5 .section5_leaf1{
	position: absolute; 
	width: 20px;
	opacity: 0;
	animation-name:leaf1;
	animation-duration:5s;
	animation-iteration-count: infinite;
}
.section5 .section5_leaf2{
	position:absolute; 
	width:25px;
	opacity: 0;
	animation-name:leaf2;
	animation-duration:7s;
	animation-iteration-count: infinite;
}
.section5 .section5_leaf3{
	position:absolute; 
	width:15px;
	opacity: 0;
	animation-name:leaf3;
	animation-duration:5s;
	animation-iteration-count: infinite;
}


.section5 .top .section5_text1{ position:absolute; left:auto; right:3%; top:12%; max-width:41%; z-index:10;}
.section5 .top .section5_text2{ position:absolute; left:auto; right:3%; top:37%; max-width:41%; z-index:10;}
.section5 .top .section5_text3{ position:absolute; left:7%; bottom:0; max-width:62%; z-index:10;}
.section5 .bottom{ padding:0 5%;}
.section5 .bottom .section5_pic1{ padding:3% 0 5% 0;}
.section5 .bottom .section5_pic1 img{ max-width:100%; display:block; margin:0 auto;}
.section5 .bottom .section5_pic2 img{ max-width:90%; margin:0 auto;}
.section5 .slide{ padding-bottom:4%;}
.carousel-control-prev-icon, .carousel-control-next-icon{ background-color:#c81e1a; padding:15px; background-size:70%;}

@media (min-width:992px){
	.section5{ margin-top:-6%;}
	.section5 .top{ padding-bottom:0;}
	.section5 .top .section5_girl{ left:60%; max-width:35%;}
	.section5 .section5_leaf1 img{ min-width:30px;}
	
	.section5 .top .section5_text1{ left:17%; top:25%; max-width:34%;}
	.section5 .top .section5_text2{ left:17%; top:44%; max-width:34%;}
	.section5 .top .section5_text3{ left:15%; max-width:42%;}
	.section5 .bottom{ padding:0 8%;}
	/*.section5 .bottom .section5_pic1 img{ max-width:90%;}*/
	.section5 .bottom .section5_pic2 img{ max-width:75%;}
}


@keyframes leaf1
{
  0% { left:10vw; top:3vh; opacity:0;}
  10%{ opacity:1;}
  50%{ top:30vh; -webkit-transform: rotate(180deg);}
  90%{ opacity:1;}
  100%{ left:15vw; top:40vh; opacity:0;}
}
@keyframes leaf2
{
  0% { left:15vw; top:5vh; opacity:0;}
  10%{ opacity:1; }
  50%{ top:27vh; -webkit-transform:rotate(90deg);}
  90%{ opacity:1; }
  100%{ left:25vw; top:45vh; opacity:0;}
}
@keyframes leaf3
{
  0% { right:20vw; top:10vh; opacity:0;}
  10%{ opacity:1; }
  50%{ /*right:20vw;*/ top:20vh; -webkit-transform: rotate(90deg);}
  90%{ opacity:1; }
  100%{ right:15vw; top:35vh; opacity:0;}
}






@keyframes ani_treegirl {
    0% {
        transform: skewX(1deg);
    }
    50% {
        transform: skewX(-1deg);
    }
	100% {
        transform: skewX(1deg);
    }
}


.section6{ position:relative; overflow:hidden; padding:7% 0 22% 0;}
.section6 .container-fluid{ position:relative; height:100%;}
.section6 .text{ padding:8% 0 0 20%;}
.section6 .section6_girl{ max-width:95%; margin:0 auto; display:block;}
.section6 .section6_text1{ max-width:54%;}
.section6 .section6_text2{ position:relative; max-width:80%; left:0; top:7%;}
.section6 .section6_text3{ position:relative; max-width:62%; top:17%;}
.section6 .section6_step{ position:absolute; max-width:100%; bottom:-20%; right:auto; left:0; transform:translate(14%, 0);}
.section6 .section6_tree{ position:absolute; max-width:23%; bottom:-23%; right:13%;}
.section6 .section6_book{ position:absolute; max-width:13%; bottom:22%; right:9%; }
.section6 .section6_book img{ animation:ani_book 3s ease-in-out infinite;}

@media (min-width:992px){
	.section6{ padding:4% 0;}
	.section6 .text{ padding:0;}
	.section6 .section6_text1{ max-width:40%;}
	.section6 .section6_text2{ max-width:67%; left:8%; top:6%;}
	.section6 .section6_text3{ max-width:64%; left:2%; top:11%;}
	.section6 .section6_step{ max-width:95%; bottom:0; right:22%;}
	.section6 .section6_tree{ max-width:11%; bottom:0; right:9%;}
}

@keyframes ani_book{
  0%{
      transform: translateY(0%);
  }
  50%{
      transform: translateY(15%);
  }
  100%{
      transform: translateY(0%);
  }
}




/*.section1{ position:relative; overflow:hidden; margin-top:-80px; }
.section1 .container-fluid{ position:relative; height:100%; }
.section1_text1{ width:75%; margin-top:100%; margin-bottom:16%; }

.section1_step_sm1{ position:absolute; top:-5%; right:0; width:32% }
.section1_step_sm2{ position:absolute; bottom:0; left:0; width:70%; }

.section1_text2{ width:48%; margin:30% auto 10% auto; }
.section1_tree{ width:36%; margin-left:auto; transform:translate(30%,0); }


@media (min-width:992px){
	.section1{ margin-top:-20vw; }
	.section1_text1{ width:36%; margin-top:40vw; margin-left:2%; margin-bottom:0}
    .section1_text2{position:absolute; top:50%; left:50%; width:40%; margin:0; }
	.section1_pic1{ width:40%; margin-top:5vw; padding-bottom:1vw; }
    .section1_step_lg{ position:absolute; bottom:0; right:18%; width:40%;}
    .section1_tree{ position:absolute; bottom:0; right:0; width:15%; }
}

.section2{ margin-top:80px; position:relative; }

.section2_earlybird{ position:absolute; top:0; left:50%; transform: translate(-20%,0); width:200px; }
.section2_text{ width:240px; margin:0 auto; padding-top:100px; }
.section2_pic{ max-width:360px; margin:15px auto; }
@media (min-width:992px){
    .section2_earlybird{ width:25%; top:3%; transform: translate(-95%,0);}
    .section2_text{ position: absolute; top:29%; left:50%; transform: translate(-107%,0); width:18%; margin:0; padding-top:0; }
    .section2_pic{ max-width:none; margin:0; }
}*/


/*==========contact css==========*/
.contact_section{ padding:160px 0 80px 0; overflow:hidden; }
.contact_section .container-fluid{ position:relative;}
.contact_title{ position:relative; }
.contact_title_hat{ position:absolute; top:50%; right:-2%; transform:translate(0,-50%); max-width:15%; }

.contact_bg_left{ position:absolute; top:-22%; left:0; transform:translate(-40%,0); max-width:130px; }
.contact_bg_left img{ animation: floatMove2 5s ease-in-out infinite;}
.contact_bg_right{ position:absolute; top:-17%; right:0; transform:translate(35%,0); max-width:120px; }
.contact_bg_right img{ animation: floatMove 5s ease-in-out infinite;}

.contact_form_wrapper{ margin-top:30px; }
.form-horizontal{margin: 0 -10px;}
.form-horizontal .col-6,
.form-horizontal .col-12{ padding:0 10px; }
.form-horizontal .form-group{ margin:0 0; padding:10px; background-size:100% 100%; background-repeat:no-repeat;}
.form-horizontal .form-group input{ background:none; border:none;}
.form-horizontal .form-group textarea{ background:none; border:none; padding: 25px 10px;  width: 80%; }
.form-horizontal .form-group button{ 
    background:none; 
    border:none; 
    background-image:url(../img/form_btn_bg.svg); 
    background-size:100% 100%; 
    background-repeat:no-repeat;
    padding:30px 45px;
    font-size: 1.2rem;
    color:#fff;
}


.form-horizontal .form-group.form-item-address{margin: 5px -10px; padding:0; }

.form-item-name{ background-image:url(../img/form_input_bg1.svg); }
.form-item-phone{ background-image:url(../img/form_input_bg2.svg); }
.form-item-email{ background-image:url(../img/form_input_bg3.svg); }
.form-item-msg{ background-image:url(../img/form_textarea_bg1_sm.svg); }

#form1 #twzipcode select{
    color:#777;
    width: calc(50% - 20px);
    margin:0 10px;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    background-size:100% 100%; 
    background-repeat:no-repeat;
}
#twzipcode input{ 
    display:none;
}

#form1 #twzipcode select[name="county"]{ background-image:url(../img/form_select_bg1.svg);}
#form1 #twzipcode select[name="district"]{ background-image:url(../img/form_select_bg2.svg);}

.form_notice_text span{ display:block; }

@media (max-width:768px){
	.contact_section .container-fluid{ max-width:340px;}
}


@media (min-width:992px){
    .contact_section .container-fluid{ max-width:800px;}
    
    .contact_bg_left{ position:absolute; top:50%; left:0; transform:translate(-120%,-52%); max-width:280px; }
    .contact_bg_right{ position:absolute; top:50%; right:0; transform:translate(120%,-47%); max-width:278px; }

    .form-horizontal .form-group{ margin:5px 0; padding:45px 30px;}
    .form-horizontal .form-group input{ font-size:1.2rem; }
    .form-horizontal .form-group textarea{ font-size:1.2rem; padding: 10px 0 40px 0; width: 80%;}

    .form-item-msg{ background-image:url(../img/form_textarea_bg1.svg); }

    .form-horizontal .form-group.form-item-btn{ padding: 10px 0; font-size: 1.2rem;}
    .form-horizontal .form-group button{ padding:60px 80px; font-size: 1.6rem;}
    

    .form-horizontal .form-group.form-item-address{margin: 0px -15px;  padding:0; }
    #form1 #twzipcode select{width: calc(50% - 30px); margin:0 15px; padding: 45px 30px; font-size:1.2rem;}

    .form_notice_text span{ display:inline-block; }
}

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

  }
}
@keyframes floatMove2 {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,3%);
  }
  100% {
    transform: translate(0,0);

  }
}

.thank_section { padding:80px 0; }
.thank_section .container-fluid{ max-width:480px; text-align: center;}
.thank_btn{ 
    background:none; 
    border:none; 
    background-image:url(../img/form_btn_bg.svg); 
    background-size:100% 100%; 
    background-repeat:no-repeat;
    padding:30px 45px;
    font-size: 1.2rem;
    color:#fff;
}


/*------------------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; }


/*========================================================
                         浮動選單
=========================================================*/	
	
.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: #c81e1d;
    border-color: #c81e1d;
}

.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: #c81e1d;
        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: #c81e1d;
 }
 .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: #c81e1d;
        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;
    }
}

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #c81e1d;
    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: #c81e1d;
}
.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: #c81e1d;
    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:#c81e1d;
    border: none;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
.quick-modal .btn:hover {
    background-color:#c81e1d;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
    .quick-btn{ display:none;}
}


.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:992px){
    .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;}
}