@charset "utf-8";

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

h2{ font-size:1.8rem; }
p{ letter-spacing:0.1rem; line-height:1.8rem; }

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

.footer{
	color:#fff;
	background-color:#ed6d00;
	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:990;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-64px;
	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:#ed6d00;}

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



.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; 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;  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;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; 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;}


@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;}
	.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;}
}
@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; 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;}
@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:990; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(237,109,0,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:990; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(237,109,0,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;}
}


.en_btn{ position:fixed; z-index:990; top:20px; right:20px;}
.en_btn a{ display: block; color:#fff; width: 140px; padding: 10px 30px; text-align: center; background-color:rgba(237,109,0,0.8);}
.en_btn a:hover{ background-color:rgba(237,109,0,1); text-decoration:none; }

.jp_btn{ position:fixed; z-index:990; top:80px; right:20px;}
.jp_btn a{ display: block; width: 140px; color:#fff; padding: 10px 30px; text-align: center; background-color:rgba(237,109,0,0.8);}
.jp_btn a:hover{ background-color:rgba(237,109,0,1); text-decoration:none; }


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



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



.prev-alt{ background-color: transparent; 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: transparent; 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{ background-color:#c7e6e9; height:auto; min-height:none; position: relative;}
.banner_section img{  position:static;}
@media (min-width:992px){
	.banner_section{ min-height:none; height:auto; }
	.banner_section img{ position:static; }
}


.section1{ padding:80px 0; color:#000; background-color: #f39332; overflow: hidden;}
.section1 .container-fluid{ max-width:none; padding: 0 15px; height: 100%;}

.intro_text{ text-align:center; margin-bottom:80px; }
.intro_text h2{ font-weight:700; margin-bottom: 30px;}
.intro_text p{ font-size:1.3rem; }

.section_wrapper{position: relative; margin-bottom: 80px;}

.section1_slick{ margin:0 -15px; height: 56vw;}

.section1_slick_item{ position:relative; }

.section1_text{position: relative; z-index: 600; margin-top: -30px;}
.section1_text h2{ font-weight:700; color:#f39332; margin: 30px 0; text-align: center; line-height: 2.6rem;}
.section1_text p{ text-align:justify; }

.section1_text_box{ padding:15px; background-color:#000; color:#fff;}

.section1_slick_item_note{ position:absolute; top:15px; left:15px; font-size:0.8rem; color:#fff;  text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000,0px 0px 5px #000, 0px 0px 10px #000, 0px 0px 15px #000;}

@media (min-width:992px){
	.section1 .container-fluid{  padding: 0;}

	.intro_text{}
	.intro_text h2{ font-size:3rem; }
	.intro_text p{ font-size:2rem; line-height:2.4rem; }

	.section1_slick{width: 800px; height: 450px; margin: 0;}
	.section1_text{ position:absolute; z-index: 600; top:50%; left:800px; transform: translate(-200px,-50%); width:calc(100% - 600px); margin:0;}
	.section1_text h2{ font-size:2rem;  line-height: 3rem; margin:0 0 30px 0; text-align: left;}
	.section1_text p{}

	.section1_text_box{padding:30px; }

	.section1_slick_item_note{ top:auto; bottom:15px; }

	.section_wrapper2 .section1_slick{margin-left: auto;}
	.section_wrapper2 .section1_text{left:0;transform: translate(0,-50%);}

	.section_wrapper2 .section1_slick_item_note{ top:auto; bottom:15px; left:auto; right:15px;}

}

@media (min-width:1200px){
	.section1_slick{width: 1000px; height: 563px;}
	.section1_text{ left:1000px; width:calc(100% - 800px);}
}
@media (min-width:1400px){
	.section1_text_box{ padding:45px;}
}
@media (min-width:1600px){
	.section1_slick{width: 1200px; height: 675px;}
	.section1_text{ left:1200px; width:calc(100% - 1000px);}

	.section1_text h2{ font-size:3rem;  line-height: 4rem;}
	.section1_text p{font-size: 1.4rem; line-height: 2.2rem;}
}
@media (min-width:1800px){
	.section1_slick{width: 1200px; height: 675px;}
	.section1_text{ left:1200px; width:calc(100% - 1000px);}

	.section1_text_box{ padding:80px;}
}



.section2{ padding-bottom:80px; background-color: #fff;}
.section2_text{ padding:80px 0; position:relative;text-align: center;}
.section2_text h2{ font-weight: 700;}
.section2_text h2 span{ display:block;  font-size:3rem; line-height: 6rem;}
.section2_text p{}

@media (min-width:992px){
	.section2_text h2{ position:absolute; top:50%; left:50%; transform: translate(-100%,-50%); padding:0 30px; }
	.section2_text p{ width:50%; margin-left:auto; padding:0 30px; border-left: 1px solid #333; text-align: left;}
}

@media (min-width:1600px){

	.section2_text h2{ font-size:3rem;  line-height: 4rem; }
	.section2_text h2 span{ font-size:5rem; line-height: 8rem;}
	.section2_text p{ font-size: 1.4rem; line-height: 2.2rem;}
}


.section3{ padding:80px 0; background-color: #000; color:#fff; position: relative; overflow: hidden;}
.section3_wrapper{ position:relative; }

.section3_pic{ margin:30px 0; }
.section3_text h2{ font-size:3rem; font-weight: 700; margin: 30px 0; color:#f39332;}
.section3_text h2 span{font-size:1.5rem; margin: 0 0 0 15px; color:#fff;}
.section3_text h3{ font-size:1.5rem;}
.section3_text p{ margin:30px 0; }

.section3_case_pic{ width: 100%; height: 120px; position: relative; overflow: hidden;}
.section3_case_pic img{ width:100%; height:100%; object-fit: cover; object-position: center center; transition: all 0.3s;}
.section3_case_item:hover .section3_case_pic img{ transform:scale(1.2); }
.section3_case_text{ font-size:0.9rem; margin-top:10px; }

@media (min-width:992px){
	.section3_pic{ width:50%; margin: 0;}
	.section3_text{ position:absolute; top:50%; left:50%; transform: translate(0,-50%); padding: 0 30px;}

	.section3_wrapper2 .section3_pic{ margin-left:auto; }
	.section3_wrapper2 .section3_text{left:0; width: 50%;}
}

@media (min-width:1600px){

	.section3_text{padding: 0 80px;}

	.section3_text h2{ font-size:4rem;  line-height: 5rem; }
	.section3_text h2 span{ font-size:2rem;}
	.section3_text h3{ font-size:2rem; }
	.section3_text p{ font-size: 1.4rem; line-height: 2.2rem;}
}



.section4{ padding:80px 0; background-color: #fff;}
.section4_wrapper{ position:relative; }
.section4_text_intro{ text-align: center; padding: 30px; margin-bottom: 30px; background-color: #ededed;}
.section4_text{ padding:80px 0; position:relative;}
.section4 h2,
.section4_text_intro h2{  font-weight: 700;}
.section4 h3{ margin:30px 0; }

@media (min-width:992px){
	.section4_text{position:absolute; top:50%; left:50%; transform: translate(0,-50%); width:50%; padding: 0 30px;}
	.section4_pic{ width:50%;}

	.section4_wrapper2 .section4_text{left:0;}
	.section4_wrapper2 .section4_pic{ margin-left:auto; }

	.section4_text_intro{padding: 80px; margin-bottom: 80px;}
}

@media (min-width:1600px){
	.section4_text{ padding: 0 80px;}
	.section4 h2{ font-size:3rem;  line-height: 4rem; }
	.section4 p{ font-size: 1.4rem; line-height: 2.2rem;}

	.section4_text_intro h2{ font-size:3rem;  line-height: 4rem; }
	.section4_text_intro p{ font-size: 1.4rem; line-height: 2.2rem;}
}


.section5{ padding:80px 0; background-color: #000; color:#fff; position: relative; overflow: hidden;}
.section5_wrapper{ position:relative; }

.section5_pic{ margin-bottom:30px; }

.section5_title{ width:50%; }
.section5_text h3{ margin:30px 0; line-height: 3rem;}
.section5_text h4{ margin-bottom:30px; font-size: 1.2rem;}
.section5_text p{font-size: 0.7rem;}

@media (min-width:992px){
	.section5_text{position:absolute; top:50%; left:0; transform: translate(0,-50%); width:50%; padding: 0 30px;}
	.section5_pic{ width:50%; margin-left: auto; margin-bottom: 0;}
}

@media (min-width:1600px){
	.section5_text{ padding: 0 80px;}
	.section5_text h4{ font-size: 1.4rem;}
	.section5 p{ font-size: 1rem; line-height: 1.6rem;}
}


.home_title{ text-align:center; color:#555;}

.home_block1{ padding:80px 0; color:#777; overflow: hidden;}





.contact_section{ padding:60px 0; text-align: center; background-color: #000; color:#fff; overflow: hidden; position: relative;}
.contact_section .container-fluid{ max-width: 640px; }
.contact_section h2{ margin:0 auto 60px auto; font-weight:700; color:#f39332; letter-spacing: 0.4rem;}

.footer-box a {color: #ff7700;}
.contact_section form button{ padding:10px 30px; background-color: #f39332; border-color: #f39332; }
.contact_section form button:hover{ background-color: #fc0; border-color: #fc0;}


@media (min-width:992px){
	.contact_section h2{ font-size:3rem ;}
}


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



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



/* google 翻譯工具 */
#google_translate_element {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.goog-te-gadget-simple {
    font-family: 'Noto Serif TC' !important;
    font-size: 15pt !important;
    padding: 3px 5px 5px !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    text-decoration: none;
}

