/**********************
DEFAULT
***********************/

body {
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
	font-size: 15px;
	color: #555555;
}
html,
body {
    height: 100%;
}
#page_wrap {
    width: 100%;
   flex-grow: 1;
}
article {
	position: relative;
	padding: 75px 0 30px;
}
ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn, p {
	margin: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family:  'Montserrat', sans-serif;
	display: block;
}
h1, .h1 {
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
}
h2, .h2 {
	font-size: 40px;
	font-weight: 400;
}
h2.section-title, .h2.section-title {
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 2em;
}
.title-content > .subtitle, .title-content > .subtitle {
	font-family:'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
}
.title-content {
	text-align: center;
}
.title-content p {
	margin-top: 50px;
}
h4, .h4 {
	font-size: 18px;
	font-weight: 400;
	color: #55565b;
}
a, a:hover, a:visited, a:focus, a:active {
	text-decoration: none;
}
section {
	position: relative;
	background: #ffffff;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/**********************
BUTTONS
***********************/

button, .btn {
	border: 0;
	padding: 0;
	background: transparent;
	font-family:'Montserrat', sans-serif;
	text-transform: uppercase;
	outline: none;
	border-radius: 20px;
}
.r_text {
	color: #C00;
	font-weight: 800;
	font-size: 1.3em;
}
.more_link {
	font-family:'Montserrat', sans-serif;
	display: inline-block;
	color: #0D79B4;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
	border: 1px solid #0D79B4;
	padding: 5px 2em;
}
@media(max-width:767px){
.more_link {
	padding: 5px 1em;
}
}
/*--------------------------
Remove button shift on click
in Internet Explorer
--------------------------*/
button > * {
	position: relative;
	border-radius: 20px;
}
.btn-default {
	border-radius: 20px;
	padding: 5px 2em;
	font-size: 13px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: rgb(85,129,178); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #ffffff;
	margin-bottom: 10px;
}
.btn-default1 {
	border-radius: 50px;
	padding: 5px 11px;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: rgb(85,129,178); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(4,129,179) 1%, rgb(4,183,201) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #ffffff;
	margin-left: 10px;
	text-transform: none;
	margin-bottom:5px;
}
.btn-w {
	border-radius: 100px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 10px 2em;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: transparent;
}
.btn-w :hover {
	border-radius: 20px;
	border: 1px solid #ffffff;
	padding: 10px 2em;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: transparent;
}
/**********************
ICON FONT
***********************/

.ico, .fa {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/**********************
NAVIGATION
***********************/
.navbar-brand {
	padding: 29px 15px;
	height: auto;
}
nav.navbar.bootsnav {
	border: none;
}
.navbar-nav {
	float: right;
}
nav.navbar.bootsnav ul.nav > li > a {
	color: #474747;
	padding: 23px 12px;
	line-height: 30px;
}
.nav > li:after {
	content: "";
	width: 0;
	height: 5px;
	background: #34c9dd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.nav > li:hover:after {
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
	content: "+";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 35%;
	transition: all 0.4s ease 0s;
	right: 1%;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
	content: "\f105";
	transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown {
	position: absolute;
	left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: none;
}
 @media only screen and (max-width:1200px) {
nav.navbar.bootsnav ul.nav > li > a {
	padding: 23px 8px;
	font-size: 0.9em;
}
}
 @media only screen and (max-width:990px) {
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after, nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
	content: " ";
}
.dropdown-menu.multi-dropdown {
	left: 0 !important;
}
nav.navbar.bootsnav ul.nav > li:hover {
	background: transparent;
}
nav.navbar.bootsnav ul.nav > li > a {
	margin: 0;
}
}
#main-navigation.navbar {
	min-height: 85px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	border-bottom: none;
}
#main-navigation.navbar-default {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.17);
	-moz-box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.17);
	box-shadow: 0px 0px 10px 0px rgba(1,1,1,0.17);
}
#main-navigation .navbar-brand {
	height: 85px;
	padding: 26px 25px 26px;
}
#main-navigation .navbar-brand img {
	max-height: 33px;
}
.navbar-default .navbar-nav>li>a {
	font-family:sans-serif;
	font-size: 1.1em;
	color: #000000;
	padding: 32px 20px 33px;
}
#main-navigation.navbar-default .navbar-nav>li>a:focus, #main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #0F8BCE;
	background-color: transparent;
	border-bottom: 2px solid #0F8BCE;
	padding-bottom: 30px;
}
#main-navigation.navbar-default .navbar-nav>.active>a, #main-navigation.navbar-default .navbar-nav>.active>a:focus, #main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #0F8BCE;
	background-color: transparent;
}
#main-navigation .navbar-toggle {
	margin-top: 26px;
	margin-bottom: 26px;
	border: none;
	border-radius: 5px;
}
#main-navigation .navbar-toggle:hover, #main-navigation .navbar-toggle:focus {
	color: #000000;
}
#main-navigation .navbar-toggle .icon-bar {
	width: 22px;
	background: #0F8BCE;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #000000;
	color: #000000;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/**********************
HOME SECTION
***********************/
/* #home {
	height: 715px;
	overflow:hidden;
}
 @media only screen and ( max-width: 768px ) {
#home {
	height: 500px;
}
} */
.carousel {
	width: 100%;
	height: 100%;
}
.carousel .item {
	height: 715px;
	background: url("../img/slider_background.jpg") center center no-repeat;
	background-size: cover;
}
.carousel .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.carousel-caption {
	padding: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.carousel-caption p {
	max-width: 500px;
	margin: 52px auto 0;
}
.carousel-caption .btn-default {
	margin-top: 58px;
}
.carousel-control {
	text-align: left;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
	opacity: 1;
}
.carousel-control.left:hover .ico, .carousel-control.right:hover .ico {
	color: #57c654;
}
.carousel-control .ico {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/**********************
������
***********************/

#services {
	padding: 1em 0 0.5em;
	text-align: center;
}
#services>.container>.row:last-of-type {
	margin-top: 30px;
}
#services .punchbox {
	padding: 90px 60px 65px;
	color: #ffffff;
	text-align: left;
	line-height: 1;
}
#services .punchline {
	text-transform: none;
	font-family: 'Lora', serif;
	font-size: 15px;
}
#services .punchline span {
	display: block;
}
#services .punchline span:nth-of-type(1) {
	font-size: 33px;
}
#services .punchline span:nth-of-type(2) {
	font-family:'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	color: #ffffff;
	margin-top: 16px;
}
#services .punchline span:nth-of-type(3) {
	font-size: 20px;
	font-style: italic;
	margin-top: 26px;
}
#services .service {
    padding: 30px 16px;
    cursor: pointer;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.service-link:hover {
    border:1px solid #0d79b4;
    color:#0d79b4;
}
#services .service h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #666666;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom:5px;
}
#services .service p {
    color: #666666;
    line-height: 1.5;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-link {
    font-family: "微軟正黑體", "Montserrat", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #666666;
    margin-top: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    border: 1px solid #66666666;
    padding: 5px 20px;
    margin:0 auto;
}
.service-link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.service-link:hover::after {
    width: 100%;
}
.service-area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:1%;
	flex-direction: row;
	align-items: stretch;
}
.service-area .service-block{
	background:#ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    width:24%;
    margin-bottom:20px;
}
@media(max-width:991px){
.service-area .service-block{
    width:49%;
    margin-bottom:20px;
}
}
@media(max-width:576px){
.service-area .service-block{
    width:100%;
}
}
.service-layout{
	display:flex;
	flex-direction:column;
}
.service-layout div{
	height:100px;
}
.service-items-layout{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.service-items-layout1,
.service-items-layout2,
.service-items-layout3,
.service-items-layout4{
	align-items:center;
	display:flex;
	align-items: stretch;
	color:#484c50;
	gap:20px;
}
@media(max-width:1199px){
.service-items-layout4{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:1fr;
	gap:0 20px;	
}
}
@media(max-width:768px){
.service-items-layout2,
.service-items-layout3{
	flex-direction:column;
}
.service-items-layout4{
	display:flex;
	flex-direction:column;
}
.service-items-layout1,
.service-items-layout2,
.service-items-layout3,
.service-items-layout4{
	margin-bottom:20px;
}
}
.service-items-layout1 .items,
.service-items-layout2 .items,
.service-items-layout3 .items,
.service-items-layout4 .items{
	width:100%;
	background:#F9F9F9;
	border-radius:15px;
	padding:20px 15px;
	margin-bottom:20px;
}
@media(max-width:768px){
.service-items-layout1 .items,
.service-items-layout2 .items,
.service-items-layout3 .items,
.service-items-layout4 .items{
	margin-bottom:0;
}
}
.items-header{
	display:flex;
	align-items:center;
	gap:10px;
}
.service-items-layout1 .items .service-content{
	display:flex;
	gap:20px;
	flex:1 1 50%;
}
@media(max-width:768px){
.service-items-layout1 .items .service-content{
	display:block;
}
}
.service-title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
@media(max-width:768px){
.service-title{
	margin-bottom:0px;
}
}
.service-icon{
	margin-bottom:10px;
}
.service-icon img{
	width:44px;
	height:44px;
}
.service-content{
	color:#333333;
}
.service-content ul{
	list-style: none;
    padding: 0;
    margin: 0
}
.service-content ul li{
	line-height:30px;
	position:relative;
	padding-left:15px;
}
.service-content ul li:before {
	position:absolute;
	top:15px;
	left:0;
    background: #2E81B3;
    content: ""; 
    display: inline-block;
    width: 6px;
    height: 3px;
}
/**********************
WORKS SECTION
***********************/

#works-navigation {
	margin: 0 auto 0;
	text-align: center;
}
#works-navigation .navbar-nav {
	display: inline-flex;
	float: none;
}
#works-navigation .navbar-nav>li>.filter {
	position: relative;
	margin: 0 15px;
	padding: 15px 5px;
	background: transparent;
	color: #55565b;
	border: none;
	outline: none;
	box-shadow: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#works-navigation .navbar-nav>li>.filter:hover {
	color: #667CC0;
}
#works-navigation .navbar-nav>li>.filter:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #667CC0;
	-moz-transition: width 0.3s ease-in-out;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
#works-navigation .navbar-nav>li>.filter.mixitup-control-active:after, #works-navigation .navbar-nav>li>.filter.mixitup-control-active:hover:after, #works-navigation .navbar-nav>li>.filter.mixitup-control-active:focus:after {
	width: 100%;
}
.works-container {
	margin-top: 38px;
	background:#f9f9f9;
}
/***** GRID *****/

.grid {
	overflow: hidden;
}
.grid-sizer, .grid-item {
	width: 10%;
}
.grid-item {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.grid-item > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 23, 24, 0.8);
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-item:hover > .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.grid-item > .overlay::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	border: 1px solid #00FFFF;
}
.grid-item > .overlay > .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	z-index: 2;
}
.grid-item > .overlay > .content > .description {
	color: #00FFFF;
	font-size: 30px;
}
.grid-item > .overlay > .content > .likes {
	margin-top: 20px;
	color: #00FFFF;
}
.grid-item > .overlay > .content > .likes > a {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.grid-item > img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.grid-item:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
}
.grid-item.-width2 {
	width: 20%;
}
.grid-item.-width3 {
	width: 30%;
}
.grid-item.-width4 {
	width: 40%;
}
.grid-item.-width5 {
	width: 50%;
}
/**********************
ABOUT US SECTION
***********************/

#about {
	min-height: 270px;
	background: #363C4A;
	color: #ffffff;
	margin-bottom: 2em;
}
#about .title-content {
	color: #ffffff;
	font-size: 18px;
}
.about_block h1 {
    color: #26FFFF;
    font: 23px  'Montserrat', sans-serif;
}
.about_block p {
    color: #eeeeee;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    font-family:  'Montserrat', sans-serif;
    line-height: 35px;
}
.about_block01 {
	padding: 5px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	margin-bottom:10px;
	height:330px;
}
.about_block01 h1 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0;
}
.about_block01 h2 {
	color: #333333;
	text-align: left;
	font-size: 1em;
	padding: 10px 0;
	line-height: 25px;
}
.about_block01 img {
	text-align: center;
	padding-bottom: 10px;
}
.about_block02 {
	padding: 5px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	margin-bottom:10px;
	height:330px;
}
.about_block02 h1 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0;
}
.about_block02 h2 {
	color: #333333;
	text-align: left;
	font-size: 1em;
	padding: 10px 0;
	line-height: 25px;
}
.about_block02 img {
	text-align: center;
	padding-bottom: 10px;
}
.about_block03 {
	padding: 5px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	margin-bottom:10px;
	text-align:center;
	height:330px;
}
.about_block03 h1 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0;
}
.about_block03 h2 {
	color: #333333;
	text-align: left;
	font-size: 1em;
	padding: 10px 0 0;
	line-height: 25px;
	word-break: break-all;
}
.about_block03 img {
	padding-bottom: 10px;
}
.about_block04 {
	padding: 5px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	margin-bottom:10px;
	height:330px;
}
.about_block04 h1 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0;
}
.about_block04 h2 {
	color: #333333;
	text-align: left;
	font-size: 1em;
	padding: 10px 0;
	line-height: 25px;
}
.about_block04 img {
	padding-bottom: 10px;
}
 @media only screen and (max-width: 768px) {
 .about_block01 h2 {
 text-align:center;
 }
 .about_block02 h2 {
 text-align:center;
 }
 .about_block03 h2 {
 text-align:center;
 }
 .about_block04 h2 {
 text-align:center;
 }
}
/**********************
FOOTER
***********************/
#footer {
	font-size: 0.9em;
	margin-top: 0.5em;
	padding: 40px 0 0px;
	color: #ffffff;
	background: #ffffff;
	line-height: 30px;
}
#footer ul {
	list-style: none;
	color: #ffffff;
}
#footer .title {
	font-size: 1.5em;
	color: #cccccc;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer ul li {
	font-size: 1em;
	color: #eeeeee;
}
#footer ul li a {
	color: #eeeeee;
}
#footer ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
footer {
    clear: both;
    padding: 0 0 25px 0;
    margin-top: 30px; 
    position: relative;
}
footer .copyright {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight:normal;
    padding-top: 24px;
}
footer img {
	width: 25px;
	height: auto;
	margin-right: 10px;
}
/**********************
MODAL SECTION
***********************/

.modal-content {
	background: #1a1a1a;
	border-radius: 0;
}
.modal-header {
	border-bottom: none;
}
.modal-header > .modal-title {
	color: #57c654;
}
.modal-header > button.close {
	color: #57c654;
	opacity: 0.5;
	font-size: 25px;
	text-shadow: none;
}
.modal-header > button.close:hover {
	opacity: 0.8;
}
.modal-body {
	padding: 0;
}
.google-map {
	width: 100%;
	height: 450px;
}
/**********************
HELPER CLASSES
***********************/

.text-green {
	color: #57c654;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
/**********************
	WORKS SECTION
	***********************/
.grid-item > .overlay > .content > .description {
	font-size: 20px;
}
}
 @media only screen and (max-width: 991px) {
/**********************
	NAVIGATION
	***********************/
.navbar-default .navbar-nav>li>a {
	padding: 32px 15px 33px;
}
#main-navigation .navbar-form .search-input {
	width: 120px;
	margin-right: -120px;
}
#main-navigation .navbar-form input {
	width: 120px;
}
/**********************
	SERVICES SECTION
	***********************/
#services .punchbox {
	padding: 90px 50px 70px;
	text-align: center;
}
/**********************
	WORKS SECTION
	***********************/
.grid-item, .grid-item.-width2, .grid-item.-width3, .grid-item.-width4, .grid-item.-width5 {
	width: 50%;
}
/**********************
	CONTACT SECTION
	***********************/
.row.contact-holder > div:last-of-type {
	margin-top: 40px;
}
}
 @media only screen and (max-width: 767px) {
/**********************
	NAVIGATION
	***********************/
.navbar-default .navbar-nav>li>a {
	padding: 15px 15px 15px 27px;
	text-align: center;
}
#main-navigation .navbar-form #btn-togglesearch {
	display: none;
}
#main-navigation .navbar-form #btn-submitsearch {
	display: inline-block;
}
#main-navigation .navbar-form .btn-search {
	width: 45px;
	height: 45px;
}
#main-navigation .navbar-form .search-input {
	width: 80%;
	width: calc(100% - 50px);
	margin-right: 0;
}
#main-navigation .navbar-form input {
	width: 100%;
	padding: 12px;
	border-right: none;
	-moz-transition: border-bottom 0.3s ease-in-out;
	-webkit-transition: border-bottom 0.3s ease-in-out;
	transition: border-bottom 0.3s ease-in-out;
}
#main-navigation .navbar-form input:focus, #main-navigation .navbar-form input:active {
	border-bottom: 1px solid #57c654;
}
/**********************
	SERVICES SECTION
	***********************/
#services>.container>.row:last-of-type {
	margin-top: 0px;
}
#services>.container>.row>div {
	margin-top: 30px;
}
/**********************
	VIDEO SECTION
	***********************/
#video-controls #video-timer {
	display: none;
}
/**********************
	ABOUT US SECTION
	***********************/

#about .title-content p, #about .title-content .subtitle {
	font-size: 15px;
	text-shadow: 1px 1px 1px #161718;
}
/**********************
	CONTACT SECTION
	***********************/
.subscribe-form .btn {
	display: block;
	margin: 40px auto 0;
}
.row.contact-holder > div {
	text-align: center;
}
.row.contact-holder > div:not(:first-of-type) {
	margin-top: 40px;
}
.contact-info .icon {
	display: block;
	margin: 0 auto;
}
.contact-info .data {
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
}
 @media only screen and (max-width: 479px) {
/**********************
	WORKS SECTION
	***********************/
.grid-item, .grid-item.-width2, .grid-item.-width3, .grid-item.-width4, .grid-item.-width5 {
	width: 100%;
}
/**********************
	SKILLS SECTION
	***********************/
.skills-container > .skill > .percent {
	font-size: 15px;
}
}
/**
*** 擐�憓SS ***
*/
/**
*** � ***
*/
.b_title {
	color: #000000;
	font-weight: 300;
	font-size: 35px;
	padding: 0 15px;
	font-family:sans-serif;
	text-align: center;
	margin: 1em auto;
}
#news .b_title {
	font-size:28px;
	font-weight:500;
}
@media(max-width:575px){
#news .b_title {
	padding:0;
}	
}
.b_title01 {
	color: #000000;
	font-weight: 300;
	font-size: 40px;
	padding: 0.5em 15px;
	white-space: nowrap;
	height: 10px;
	line-height: 0px;
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
	margin: 1em auto 2em;
	text-align: center;
}
.w_title {
	color: #ffffff;
	font-weight: 300;
	font-size: 45px;
	padding: 0.5em 15px;
	white-space: nowrap;
	height: 10px;
	line-height: 0px;
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
	margin: 1em auto;
	text-align: center;
}
.s_title {
	color: #000000;
	font-weight: 300;
	font-size: 1.7em;
	padding: 0.5em 15px;
	margin: 0.5em 0 0.5em -15px;
	line-height: 1.2;
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
}
.s_title_b {
	color: #0F8BCE;
	font-weight: 300;
	font-size: 1.2em;
	padding: 0.5em 15px;
	margin: 0.5em 0 0em -15px;
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
	line-height:28px;
	text-align:left;
}
.news_p{
	font-size:1.1em;
    line-height: 28px;
    text-align:left;
}
.news_p ul{
    list-style:decimal inside;
    padding-left:0;
}
.news_p ul li{
    line-height:1.6;
}
.w1 {
	color: #ffffff;
	font-weight: 400;
	font-size: 1.7em;
	padding: 0.5em 15px;
	margin: 0.5em 0 0 -15px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
}
 @media only screen and ( min-width: 992px ) and ( max-width: 1054px ) {
.s_title {
	font-size: 1.3em;
}
.w1 {
	font-size: 1.1em;
}
}
.link-info{
	text-align:left;
	color: #666666;
}
.link-info a{
  text-decoration:underline;
  color: #0f8bce;
  word-break: break-all;
  }
/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro {
	background-color: #496198;
	position: relative;
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 60px 15% 0;
}
.intro h1 {
	color: #26FFFF;
	font: 23px "微軟正黑體", 'Montserrat', sans-serif;
}
 @media only screen and (max-width: 1400px) {
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 45px 15% 0;
}
.intro h1 {
	font-size: 1em;
}
}
 @media only screen and (max-width: 991px) {
.intro blockquote {
	padding: 50px 15%;
}
}
.intro .blockquote01 {
    border: 0;
    margin: 0;
    padding: 100px 2% 0 12%;
}
@media only screen and (max-width: 767px) {
    .intro .blockquote01.p0 {
        padding-top: 0;
    }
    .intro .blockquote01 {
    border: 0;
    margin: 0;
    padding: 24px 2% 0 12%;
}
}
.intro h3 {
	color: #FFFF00;
	font: 18px "微軟正黑體", 'Montserrat', sans-serif;
}
.intro p {
	color: #eeeeee;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	font-family: "微軟正黑體", 'Montserrat', sans-serif;
	line-height: 28px;
}
.intro p.line_h30 {
	line-height: 30px;
}
.intro p.line_h20 {
	line-height: 20px;
}
.intro2 {
	background-color: #f0f0f0;
	position: relative;
}
.intro2 blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.intro2 h1 {
	color: #0F8BCE;
	font: 23px 'Montserrat', sans-serif;
}
.intro2 p {
	color: #000000;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
}
 @media only screen and (max-width: 1400px) {
.intro2 blockquote {
	border: 0;
	margin: 0;
	padding: 45px 15% 0;
}
.intro2 h1 {
	color: #0F8BCE;
	font-size: 1em;
}
}
 @media only screen and (max-width: 991px) {
.intro2 blockquote {
	padding: 50px 15%;
}
}
.intro3 {
	background: #0482b4; /* Old browsers */
	background: -moz-linear-gradient(top, #0482b4 0%, #04b4c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0482b4 0%, #04b4c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0482b4 0%, #04b4c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482b4', endColorstr='#04b4c8', GradientType=0 ); /* IE6-9 */
	position: relative;
}
.intro3 blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15% 0;
}
.intro3 h1 {
	color: #FFFF00;
	font-size: 1em;
}
 @media only screen and (max-width: 1400px) {
.intro3 blockquote {
	border: 0;
	margin: 0;
	padding: 50px 15% 0;
}
.intro3 h1 {
	color: #FFFF00;
	font-size: 1em;
}
}
 @media only screen and (max-width: 991px) {
.intro3 blockquote {
	padding: 50px 15%;
}
}
.intro3 p {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
}
.no-gutter [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 �蝯⊥���
-------------------------------------------------------------------------------*/
.parallax-slug-about {
	background: url(../img/about_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 1200px) {
.parallax-slug-about {
	background: url(../img/about_bg.jpg) no-repeat fixed;
	background-position: -130px 60px;
}
}
.parallax-slug-mds {
	background: url(../img/mds_bg.jpg) no-repeat right top;
	background-color: #03B2C7;
}
@media screen and (max-width: 1200px) {
.parallax-slug-mds {
	background: url(../img/mds_bg.jpg) no-repeat right top;
	background-color: #03B2C7;
}
}
.parallax-slug-system {
	background: url(../img/system_bg.jpg) no-repeat right center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-slug-store {
	background: url(../img/store_bg.jpg) repeat-y center #F5BB3E;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-slug-pxmart {
	background: url(../img/pxmart_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.parallax-slug-ytm {
	background: url(../img/ytm_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.parallax-slug-exc {
    background: url(../img/exc_banner.jpg) no-repeat center top fixed;
    background-size: cover;
}
.parallax-slug-ivm {
    background: url(../img/ivm_bg.jpg) no-repeat center #a7d4cc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-ivm{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-ivm{
	align-items:flex-start;
}
}
.parallax-slug-s_cabinet {
    background: url(../img/sc_bg.jpg) no-repeat center #89c2db;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-s_cabinet{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-s_cabinet{
	align-items:flex-start;
}
}
.parallax-slug-p_cabinet {
    background: url(../img/pc_bg.jpg) no-repeat center #efdbea;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-p_cabinet{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-p_cabinet{
	align-items:flex-start;
}
}
.parallax-slug-ticket_s {
    background: url(../img/ts_bg.jpg) no-repeat center #efdbea;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-ticket_s{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-ticket_s{
	align-items:flex-start;
}
}
.parallax-slug-store {
    background: url(../img/store_bg.jpg) repeat-y center #f5bb3e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-store{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-store{
	align-items:flex-start;
}
}
.parallax-slug-checkout {
    background: url(../img/check_bg.jpg) no-repeat center #d4ebe6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-checkout{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-checkout{
	align-items:flex-start;
}
}
.parallax-slug-commerce {
    background: url(../img/commerce_bg.jpg) no-repeat center #f8ca39;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-commerce{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-commerce{
	align-items:flex-start;
}
}
.parallax-slug-pos {
    background: url(../img/pos_bg.jpg) no-repeat center #b7f8db;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slug01.parallax-slug-pos{
	align-items:center;
}
@media(max-width:768px){
.slug01.parallax-slug-pos{
	align-items:flex-start;
}
}
.parallax-slug-fb {
    background: url(../img/fb_bg.jpg) no-repeat center #8297ed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-slug-ec {
    background: url(../img/ec_bg.jpg) no-repeat center #ffda4f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-slug-spare {
    background: url(../img/spare_bg.jpg) no-repeat center #ffda4f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.banner-image01 {
	position: responsive;
}
@media(max-width:768px){
.banner-image {
	position: absolute;
	transform: translateY(0);
    bottom:0;
    z-index: 0;
}
}
.banner-textright {
    float: right;
    width: 45%;
    margin: 0 10% 0 0;
    position: relative;
    z-index: 1;
}
.banner-textright.w_100 {
    width: 45%;
}
@media(max-width:991px){
.banner-textright.w_100 {
    float: inherit;
    width:750px;
    margin:auto;
    display: contents;
}
}
 @media only screen and ( max-width: 768px ) {
 .banner-textright{
	width:80%;
	margin:0 auto 0;
	float:none;
	position:relative;
	z-index:1;
}
 }
 .banner-textleft{
	float:left;
	width:45%;
	margin:3% 10% 0 0;
}
 @media only screen and ( max-width: 575px ) {
 .banner-textleft{
	width:80%;
	margin:0 auto 0;
	float:none;
}
 }
/** Slug **/
.slug {
	height: 250px;
	position: relative;
}
.slug .overlay {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.slug h1, .slug p, .slug span {
	text-align: center;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color: #fff;
}
.slug span {
	color: rgba(255,255,255,.65);
	font-size: 14px;
	position: relative;
	margin-top: 45px;
}
.slug span a {
	color: #fff;
}
.slug h1 {
	padding: 95px 0 5px 0;
	font-size: 55px;
	line-height: 65px;
}
.slug h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
}
.slug01 {
	min-height: 500px;
	position: relative;
	display:flex;
	align-items:center;
}
@media(max-width:991px){
	.slug01 {
    min-height: 300px;
    overflow:hidden;
}
}
.slug01 .overlay {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.slug01 h1 {
	padding: 20px 0 5px 0;
	font-size: 30px;
	text-align: center;
}
.slug01 h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 20px;
	text-align: center;
	z-index:1;
}
.slug01 h2 {
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	padding: 20px 0;
}
.slug01 p {
	padding-bottom: 20px;
}
#contact {
	padding: 3em 0 0;
}
.contact-info {
	margin-bottom: 4em;
	padding: 0;
}
.contact-info li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	text-align:left;
	margin-bottom:10px;
}
.contact-info li i {
	position: absolute;
	top: .1em;
	left: 0;
	font-size: 22px;
	color: #0F8BCE;
}
.contact-info li a {
	color: #0F8BCE;
	word-break:break-all
}
.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 300;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.form-control:focus, .form-control:active {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
}
input[type="text"] {
	height: 50px;
}
.form-group {
	margin-bottom: 30px;
}
#map {
	width: 100%;
	height: 450px;
	position: relative;
}
/* ==========================================================================
������
========================================================================== */
#cooperation {
	padding: 3em 0;
}
@media(max-width:575px){
#cooperation {
	padding: 0;
}
}
#columns {
	column-width: 272px;
	column-gap: 15px;
	width: 90%;
	max-width: 1100px;
	margin: 0px auto 50px;
}
div#columns figure {
	display: inline-block;
	margin: 5px 5px 5px 0;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	border: 1px solid #eeeeee;
}
div#columns figure h1 {
	width: 100%;
	padding: 0.3em 0 0;
	margin-top:10px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 1.3em;
}
div#columns figure h2 {
	padding: 1em 1em 0.5em;
	color: #000000;
	font-size: 1.1em;
	line-height: 25px;
	background: #eeeeee;
	border-radius: 5px;
	margin: 1em;
}
div#columns figure h4 {
	width: 100%;
	color: #0D79B4;
	font-size: 0.9em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 1em;
}
div#columns figure h3 {
	width: 100%;
	padding: 0.5em 1em;
	color: #666666;
	font-size: 1em;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 1em;
	line-height: 25px;
}
div#columns figure img {
	text-align: center;
	max-width: 90%;
	height: auto;
	margin-bottom: 5px;
}
 @media screen and (max-width: 750px) {
#columns {
	column-gap: 0px;
}
#columns figure {
	width: 100%;
}
}
.g_bg div#columns figure {
	background: #ffffff;
	display: inline-block;
	padding: 10px;
	margin: 5px 5px 5px 0;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
}
.g_bg div#columns figure h1 {
	background: #ffffff;
	width: 100%;
	margin: 0;
}
.brand_box {
	background: #f5f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px 5px;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 90%;
	height:75px;
	line-height: 60px;
}
.banner_bg {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
.banner_text {
	color: #ffffff;
}
.brand_area {
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.product_banner {
	background: #f5f5f5;
	text-align: center;
}
.g_bg {
	background: #EEEEEE;
	width: 100%;
}
.coo_head {
	text-align: center;
	margin: 1.5em auto 0;
}
.coo_head .brand {
	border-left: 1px solid #eeeeee;
}
/* 
==========================================================================
ABOUT
========================================================================== */
#about2 {
	padding: 3em 0 0;
}
.about_main {
	padding: 2em 2em 1em;
	font-size: 1.2em;
	line-height: 40px;
	background: #ffffff;
	opacity: 0.95;
	text-align: center;
	margin-top: 3em;
}
.about_main p {
	line-height: 40px;
}
.about_main .p01 {
	font-weight: bold;
	font-size: 1.2em;
}
/* ==========================================================================
Features List
========================================================================== */
.features-list {
	padding-top: 1em;
}
.features-list h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #24374b;
	font-size: 20px;
	font-weight: 500;
}
.features-list p {
	margin: 0px 0 20px;
	color: #778899;
	font-size: 13px;
}
.feature-content {
	display: inline-block;
	margin-left: 0;
	width: 65%;
	margin-bottom: 40px;
}
.feature-icon {
	display: inline-block;
	margin-right: 25px;
	width: 90px;
	height: 90px;
	vertical-align: top;
	text-align: center;
	line-height: 80px;
}
 @media screen and (max-width:1200px) {
.feature-icon {
	margin-right: 5px;
}
}
 @media screen and (max-width:320px) {
.feature-content {
	width: 100%;
}
.feature-icon {
	width: 90px;
	margin: 2em auto;
	text-align: center;
}
}
 @media screen and (min-width:992px) {
.d6 {
	height: 308px;
}
}
#e1, #e2, #e3, #e4, #e5, #e6, #e7, #d1, #d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d10, #d11, #d12, #d13, #i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9, #i10, #i11, #i12, #r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10 {
	padding-top: 90px;
	margin-top: -70px;
}
/* ==========================================================================
������
========================================================================== */
#services2 {
	padding: 2em 0;
	position: relative;
	clear: both;
	background: #ffffff;
}
#services2 p {
	line-height: 30px;
	padding: 10px 0 20px;
}
@media screen and (max-width: 768px) {
#services2 {
	padding: 3em 0;
}
}
.tabs01 {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	clear: both;
}
.tabs01 input[name="tab-control"] {
	display: none;
}
.tabs01 .content section h2, .tabs01 ul li label {
	font-family:'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0F8BCE;
}
.tabs01 ul {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color:#ffffff;
	padding: 20px 0;
	padding-bottom: 1%;
}
@media (max-width: 600px) {
.tabs01 ul{
padding: 10px 0;
}
}
.tabs01 ul li {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.tabs01 ul li img{
	max-width:100%;
}
.tabs01 ul li label {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #929daf;
	padding: 5px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 999999;
}
.tabs01 ul li label br {
	display: none;
}
.tabs01 ul li label svg {
	fill: #929daf;
	height: 1.2em;
	vertical-align: bottom;
	margin-right: 0.2em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs01 ul li label:hover, .tabs01 ul li label:focus, .tabs01 ul li label:active {
	outline: 0;
	color: #bec5cf;
}
.tabs01 ul li label:hover svg, .tabs01 ul li label:focus svg, .tabs01 ul li label:active svg {
	fill: #bec5cf;
}
.tabs01 .slider {
	position: relative;
	width: 25%;
	-webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs01 .slider .indicator {
	position: relative;
	width: 50px;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #0F8BCE;
	border-radius: 1px;
}
.tabs01 .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
}
.tabs01 .content section h2 {
	color: #0F8BCE;
	display: none;
}
.tabs01.display-block h2{
	display:block !important;
	margin-bottom:0;
}
.tabs01 .content section h2::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	background: #0F8BCE;
	margin-top: 5px;
	left: 1px;
}
.tabs01 input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
	cursor: default;
	color: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
	fill: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.tabs01 input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
	display: block;
}
.tabs01 input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
	cursor: default;
	color: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
	fill: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.tabs01 input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
	display: block;
}
.tabs01 input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
	cursor: default;
	color: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
	fill: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}
.tabs01 input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
	display: block;
}
.tabs01 input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
	cursor: default;
	color: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
	fill: #0F8BCE;
}
.tabs01 input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}
.tabs01 input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
	display: block;
}
@-webkit-keyframes content {
 from {
 opacity: 0;
 -webkit-transform: translateY(5%);
 transform: translateY(5%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
}
@keyframes content {
 from {
 opacity: 0;
 -webkit-transform: translateY(5%);
 transform: translateY(5%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
}
@media (max-width: 1000px) {
.tabs01 ul li label {
	white-space: initial;
}
.tabs01 ul li label br {
	display: initial;
}
.tabs01 ul li label svg {
	height: 1.5em;
}
}
@media (max-width: 600px) {
.tabs01 ul li label {
	padding: 5px;
	border-radius: 5px;
}
.tabs01 ul li label span {
	display: none;
}
.tabs01.display-block ul li label span {
	display: block!important;
}
.tabs01 .slider {
	display: none;
}
.tabs01 .content {
	margin-top: 20px;
}
.tabs01 .content section h2 {
	display: block;
	margin-left: 16px;
}
}
.p01 {
    margin: 1em 0 2em;
}
/*
==========================================================================
PRODUCT
========================================================================== */

#fh5co-features, #fh5co-features-4, #fh5co-projects, #fh5co-testimonials, #fh5co-about, #fh5co-subscribe, #fh5co-info, #fh5co-pricing, #fh5co-faqs, #fh5co-footer {
	background-color: #fff;
	padding: 4em 0 5em;
}
#fh5co-features-2 {
	background-color: #fff;
	padding: 4em 0 5em;
}
#fh5co-features-3 {
	padding: 4em 0 5em;
}
#fh5co-projects {
	background: #f5f5f5;
}
#fh5co-projects .fh5co-lead {
	font-size: 45px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
#fh5co-projects .fh5co-lead {
	font-size: 35px;
}
}
#fh5co-projects .fh5co-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fh5co-projects .fh5co-project-item {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
	z-index: 9;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-projects .fh5co-project-item img {
	z-index: 8;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-projects .fh5co-project-item .fh5co-text {
	padding: 30px 10px 10px 20px;
	text-align: center;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2, #fh5co-projects .fh5co-project-item .fh5co-text span {
	text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item .fh5co-text h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #484c50;
}
#fh5co-projects .fh5co-project-item .fh5co-text span {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 400;
}
#fh5co-projects .fh5co-project-item .fh5co-text p {
	color: #85919d;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-projects .fh5co-project-item:hover, #fh5co-projects .fh5co-project-item:focus {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
#fh5co-projects .fh5co-project-item:hover img, #fh5co-projects .fh5co-project-item:focus img {
	opacity: .7;
}
#fh5co-projects .fh5co-project-item:hover h2, #fh5co-projects .fh5co-project-item:hover span, #fh5co-projects .fh5co-project-item:focus h2, #fh5co-projects .fh5co-project-item:focus span {
	text-decoration: none !important;
}
#fh5co-projects .fh5co-project-item:hover p, #fh5co-projects .fh5co-project-item:focus p {
	color: #484c50;
}
#fh5co-features .fh5co-devices {
	margin-bottom: 40px;
}
#fh5co-features .fh5co-devices img {
	margin: 0 auto;
}
#fh5co-features .fh5co-lead {
	font-size: 45px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
#fh5co-features h3 {
	font-size: 30px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#fh5co-features .fh5co-lead {
	font-size: 35px;
}
}
#fh5co-features .fh5co-sub-lead {
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
}
#fh5co-features .fh5co-feature {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	width: 100%;
}
@media screen and (max-width: 768px) {
#fh5co-features .fh5co-feature {
	padding-left: 0px;
	padding-right: 0px;
}
}
#fh5co-features .fh5co-feature .fh5co-icon {
	width: 60px;
    height: 60px;
    display: flex;
    align-items:center;
    justify-content:center;
    background: #2E81B3;
    border-radius: 50%;   
}
#fh5co-features .fh5co-feature .fh5co-icon img{
	width:30px;
	height:auto;
}
#fh5co-features .fh5co-feature h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
#fh5co-features .fh5co-feature h3 .b {
	font-size: 30px;
}
#fh5co-features .fh5co-feature p {
	text-align: left;
}
#fh5co-features-2, #fh5co-features-4 {
	background: #f5f5f5;
	overflow: hidden;
}
#fh5co-features-2 .fh5co-label, #fh5co-features-3 .fh5co-label, #fh5co-features-4 .fh5co-label {
	display: block;
}
#fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#fh5co-features-2 .fh5co-lead, #fh5co-features-3 .fh5co-lead, #fh5co-features-4 .fh5co-lead {
	font-size: 35px;
}
}
#fh5co-features-2 .fh5co-feature, #fh5co-features-3 .fh5co-feature, #fh5co-features-4 .fh5co-feature {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
@media screen and (max-width: 991px) {
#fh5co-features-2 .fh5co-feature, #fh5co-features-3 .fh5co-feature, #fh5co-features-4 .fh5co-feature {
	width: 100%;
}
}
#fh5co-features-2 .fh5co-feature .fh5co-icon, #fh5co-features-3 .fh5co-feature .fh5co-icon, #fh5co-features-4 .fh5co-feature .fh5co-icon {
	float: left;
	padding-top: 10px;
	width: 36px;
}
#fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
	font-size: 28px;
	color: #0D79B4;
}
@media screen and (max-width: 768px) {
#fh5co-features-2 .fh5co-feature .fh5co-icon i, #fh5co-features-3 .fh5co-feature .fh5co-icon i, #fh5co-features-4 .fh5co-feature .fh5co-icon i {
	font-size: 30px;
}
}
#fh5co-features-2 .fh5co-feature .fh5co-text, #fh5co-features-3 .fh5co-feature .fh5co-text, #fh5co-features-4 .fh5co-feature .fh5co-text {
	float: left;
	width: 85%;
}
#fh5co-features-2 .fh5co-feature h3, #fh5co-features-3 .fh5co-feature h3, #fh5co-features-4 .fh5co-feature h3 {
	font-size: 23px;
	color: #444444;
	margin: 10px 0;
	font-weight: 600;
}
#fh5co-features-2 .fh5co-feature p {
	line-height: 25px;
	font-size: 0.9em;
	color: #666666;
}
#fh5co-features-2 .fh5co-feature h3, #fh5co-features-3 .fh5co-feature h3, #fh5co-features-4 .fh5co-feature h3 {
	font-size: 23px;
	color: #484c50;
	margin: 10px 0;
}
#fh5co-features-2 .fh5co-btn-action, #fh5co-features-3 .fh5co-btn-action, #fh5co-features-4 .fh5co-btn-action {
	width: 100%;
	float: left;
}
#fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
	margin-left: 15%;
}
@media screen and (max-width: 480px) {
#fh5co-features-2 .fh5co-btn-action > a, #fh5co-features-3 .fh5co-btn-action > a, #fh5co-features-4 .fh5co-btn-action > a {
	margin-left: 0;
}
}
@media screen and (max-width: 992px) {
#fh5co-features-2 .fh5co-feature-image img, #fh5co-features-3 .fh5co-feature-image img, #fh5co-features-4 .fh5co-feature-image img {
	max-width: 100%;
}
}
#fh5co-testimonials.boredr-top {
	border-top: 1px solid #f0f2f3;
}
#fh5co-testimonials .fh5co-lead {
	font-size: 50px;
	font-weight: 300;
	color: #484c50;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
#fh5co-testimonials .fh5co-lead {
	font-size: 35px;
}
}
#fh5co-testimonials .flexslider {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
#fh5co-testimonials .slides {
	z-index: 99;
}
#fh5co-testimonials .slides li blockquote {
	border-left: none;
	padding-left: 0;
	font-size: 26px;
	line-height: 46px;
	margin-bottom: 0;
}
#fh5co-testimonials .slides li p cite {
	font-size: 16px;
}
#fh5co-testimonials .flexslider-controls {
	margin-left: -15px;
	z-index: 100;
	position: relative;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav {
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
#fh5co-testimonials .flexslider-controls .flex-control-nav {
	padding-bottom: 30px;
}
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li {
	cursor: pointer;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li img {
	cursor: pointer;
	width: 50px;
	opacity: .3;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li.flex-active img {
	opacity: 1;
}
#fh5co-testimonials .flexslider-controls .flex-control-nav li:hover img {
	opacity: 1;
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-md {
	padding-bottom: 2em;
}
}
.row-top-padded-md {
	padding-top: 4em;
}
@media screen and (max-width: 768px) {
.row-top-padded-md {
	padding-top: 2em;
}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
}
.row-top-padded-sm {
	padding-top: 2em;
}
@media screen and (max-width: 768px) {
.row-top-padded-sm {
	padding-top: 2em;
}
}
.fh5co-icon01 {
	float: left;
	padding-top: 10px;
	width: 30%;
}
.fh5co-text01 {
	float: left;
	width: 70%;
}
@media screen and (max-width: 991px) {
.fh5co-icon01 {
	float: left;
	padding-top: 10px;
	width: 20%;
}
.fh5co-text01 {
	float: left;
	width: 80%;
}
}
@media screen and (max-width: 640px) {
.fh5co-icon01 {
	float: left;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
.fh5co-text01 {
	float: left;
	width: 100%;
	text-align: center;
}
}
/* ==========================================================================
MDS
========================================================================== */
.map_area {
	color: #ffffff;
}
.map_info h3 {
	margin: 1em 0 0;
	font-weight: 600;
	line-height: 20px;
	margin: 1em 0;
}
.map_info {
	background: #eeeeee;
	overflow: hidden;
	padding: 1em 0 0;
}
.video-container {
	position: relative;
	padding-bottom: 49.25%;
	padding-top: 57px;
	height: 0;
	overflow: hidden;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.srow {
	margin: 1.4em 0;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
.b_title {
	font-size: 32px;
	line-height: 50px;
}
}
@media screen and (max-width: 767px) {
.b_title {
    font-size: 24px;
    padding:0;
    line-height: 28px;
    }
}
.m_title {
	color: #000000;
	font-weight: 300;
	font-size: 35px;
	padding: 0.5em 15px;
	line-height: 40px;
	font-family: "微軟正黑體", sans-serif;
	margin: 0.5em auto 1em;
	text-align: center;
	clear: both;
}
.situation h2 {
	font-size: 1.5em;
	color: #484c50;
	margin: 10px 0;
	font-weight: 700;
}
.situation h3 {
	font-size: 1.1em;
	color: #484c50;
	margin: 10px 0;
	line-height: 30px;
}
.acc_area {
	display: inline-block;
}
@media screen and (max-width: 576px) {
.acc_area {
	display: block;
}
}
.white-panel01 {
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 10px;
	margin-bottom: 20px;
}
.white-panel01 h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 10px 0 0;
	line-height: 30px;
	font-weight: normal;
}
.white-panel01 h1 {
	color: #0F8BCE;
}
/* ==========================================================================
PRODUCT
========================================================================== */
.main_bg {
	background: url(../img/main_bg.jpg) center center;
	background-size: cover;
	min-height: 497px;
	text-align: center;
	padding: 2.8em 3em 0.6em;
}
@media screen and (min-width: 992px) {
.main_bg img {
	float: right;
}
}
.main_bg01 {
	background: url(../img/main_bg01.jpg) center center;
	background-size: cover;
	min-height: 497px;
	text-align: center;
	padding: 2.8em 3em 0.6em;
}
@media screen and (min-width: 992px) {
.main_bg01 img {
	float: right;
}
}
@media screen and (max-width: 991px) {
.main_bg01 img {
	text-align: center;
}
}
.main_content {
	background: #2E81B3;
	min-height: 497px;
	padding: 3em 2em 3em 1.5em;
	text-align: left;
	color: #ffffff;
}
@media screen and (max-width: 991px) {
.main_content {
	padding: 3em 3em;
	min-height: 397px;
}
}
@media screen and (min-width: 1520px) {
.main_content {
	padding-right: 10%;
}
}
@media screen and (min-width: 1920px) {
.main_content {
	padding-right: 10%;
}
}
.main_content .title {
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 5px;
	line-height: 40px;
}
.main_content .des {
	padding: 1.8em 1em;
	border: 1px solid #ffffff;
	font-size: 1em;
	line-height: 35px;
	margin-top: 1em;
}
.main_content01 {
	background: #2E81B3;
	min-height: 497px;
	padding: 3em 2em 3em 1.5em;
	text-align: left;
	color: #ffffff;
}
@media screen and (max-width: 1697px) {
.main_content01 {
	padding: 1em 2em 1em 1.5em;
}
}
@media screen and (min-width: 1520px) {
.main_content01 {
	padding-right: 10%;
}
}
@media screen and (min-width: 1920px) {
.main_content01 {
	padding-right: 10%;
}
}
.main_content01 .title {
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 5px;
	line-height: 40px;
}
.main_content01 .des {
	padding: 1.1em 1em;
	border: 1px solid #ffffff;
	font-size: 1em;
	line-height: 35px;
	margin-top: 1em;
}
@media screen and (max-width: 1755px) {
.main_content01 .des {
	padding: 1em;
	font-size: 0.94em;
}
}
@media screen and (max-width: 1311px) {
.main_content01 .des {
	font-size: 0.9em;
	line-height: 30px;
}
}
@media screen and (max-width: 991px) {
.main_content01 {
	padding: 3em 3em;
	min-height: auto;
}
}
.area_block {
	padding: 4em 0 5em;
	clear: both;
}
.area_block h3 {
	font-size: 20px;
	colod: #333333;
}
.area_block01 .p01 {
	font-size: 0.9em;
	color: #666666;
	line-height: 25px;
	margin-top: 1.5em;
}
.area_block01 {
	padding: 4em 0 5em;
	clear: both;
}
.s-icon {
	margin: 1em 0;
	text-align: center;
}
.feature_bg {
	background: url(../img/feature_bg.jpg) right center;
	background-size: cover;
	min-height: 500px;
	text-align: center;
	padding: 3em 0;
}
.feature-list {
	max-width: 98%;
	margin: 0 auto 30px;
	border-radius: 5px;
	border: solid 1px #e6e7ea;
	background: #ffffff;
}
 @media screen and (max-width: 640px) {
.feature-list {
	width: 90%;
}
}
.feature-list ul {
	list-style: none;
	margin: 0 auto;
	padding: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap:20px;
}
 @media screen and (max-width: 640px) {
.feature-list ul {
	justify-content:center;
}
}
.feature-list ul li a {
	width: 140px;
	height: 100%;
	margin: 0 auto;
	padding: 17px 6px 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	border: solid 1px transparent;
	transition: border-color 80ms ease-out;
	border: solid 1px rgba(81, 153, 255, 0.3);
}
 @media screen and (max-width: 1024px) {
.feature-list ul li a {
	border: solid 2px rgba(81, 153, 255, 0.3);
}
}
.feature-list ul li a span {
	display: block;
	margin-top: 11px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}
.feature-list ul li a:hover {
	color: #5199ff;
	border: solid 2px rgba(81, 153, 255, 0.8);
}
.feature_bg2 {
	background: #f0f0f0;
	background-size: auto auto;
	background-size: cover;
	text-align: center;
	padding: 3em 0;
	overflow: hidden;
}
.ocr_bg {
	background: url(../img/ocr_bg.png) left center;
	background-size: cover;
	min-height: 500px;
	text-align: center;
	padding: 7em 0;
	text-align: left;
}
@media screen and (max-width: 1100px) {
.ocr_bg {
	background: url(../img/ocr_bg01.png) left center no-repeat;
	background-size: none;
	min-height: 500px;
	text-align: center;
	padding: 7em 0;
	text-align: left;
}
}
.ocr_bg h2 {
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #000000;
}
.ocr_bg h3 {
	line-height: 30px;
	padding: 0.5em 0;
	color: #000000;
	font-size: 1.3em;
}
.ocr_bg .p01 {
	font-size: 0.9em;
	color: #666666;
	line-height: 35px;
	margin-top: 0.5em;
}
.f_block {
	background: #ffffff;
	text-align: center;
	padding: 1em 0.5em;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 5px rgba(0%,0%,0%,0.1);
	-moz-box-shadow: 0 1px 5px rgba(0%,0%,0%,0.1);
	box-shadow: 0 1px 5px rgba(0%,0%,0%,0.1);
	border-radius: 5px;
}
.f_block h3 {
	color: #333333;
	margin: 1em 0 0.5em;
	font-size: 1em;
	line-height: 30px;
	font-weight: 600;
}
.f_block .des {
	color: #666666;
	font-size: 0.75em;
	text-align: left;
	padding-left: 0.5em;
}
.f_block01 {
	background: #ffffff;
	text-align: center;
	padding: 1.5em 1em;
	margin-bottom: 30px;
	height: 470px;
	-webkit-box-shadow: 0 1px 5px rgba(0%,0%,0%,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0%,0%,0%,0.3);
	box-shadow: 0 1px 5px rgba(0%,0%,0%,0.3);
	border-radius: 5px;
}
.f_block01 h3 {
	color: #333333;
	margin: 1em 0;
	font-size: 0.98em;
	line-height: 30px;
}
.f_block01 .des {
	color: #888888;
	font-size: 0.85em;
	line-height: 25px;
}
@media screen and (max-width: 639px) and (min-width: 576px) {
.f_block {
	height: 610px;
}
}
.support-list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:16px;
}
@media(max-width:576px){
.support-list{
	grid-template-columns:1fr;
}
}
.support_c.bg01 {
    text-align: center;
    background: #51b1d4;
    text-align: center;
    padding: 1.5em 1em 0.5em;
    border-radius: 4px;
    color: #ffffff;
}
.support_c.bg02 {
    text-align: center;
    background: #04b7c9;
    text-align: center;
    padding: 1.5em 1em 0.5em;
    border-radius: 4px;
    color: #ffffff;
}
.support_c.bg03 {
    text-align: center;
    background: #6a86ab;
    text-align: center;
    padding: 1.5em 1em 0.5em;
    border-radius: 4px;
    color: #ffffff;
}
.support_c.bg04 {
    text-align: center;
    background: #a2c62c;
    text-align: center;
    padding: 1.5em 1em 0.5em;
    border-radius: 4px;
    color: #ffffff;
}
.support_c h3 {
	height: 28px;
	font-weight: 700;
	font-size: 1.1em;
}
.search_block {
	padding: 2em;
	background: #CDE4F1;
	text-align: center;
}
.search_block h1 {
	color: #2D80B2;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 30px;
}
.search_block .fa {
	color: #2D80B2;
}
.search-box-container {
	display: inline-block;
	box-sizing: content-box;
	height: 50px;
	width: 50px;
	padding: 0;
	background-color: #fff;
	border-radius: 28px;
	overflow: hidden;
}
.search-box-container * {
	display: inline-block;
	margin: 0;
	height: 100%;
	padding: 5px;
	border: 0;
	outline: none;
}
.search-box {
	width: calc(100% - 50px);
	padding: 0 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #fff;
}
.submit {
	float: right;
	width: 50px;
	left: 0;
	top: 0;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}
.device_block {
	padding: 2em;
	background: #EFEFF3;
	text-align: center;
	overflow: hidden;
}
.slides {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
}
.slides * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.slides input {
	display: none;
}
.slide-container {
	display: block;
}
.slide {
	top: 0;
	opacity: 0;
	width: 100%;
	height: 198px;
	display: block;
	position: absolute;
	transform: scale(0);
	transition: all .7s ease-in-out;
}
.slide img {
	width: 90%;
	height: auto;
}
.nav label {
	width: 200px;
	height: 100%;
	display: none;
	position: absolute;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	transition: opacity .2s;
	color: #FFF;
	font-size: 6em;
	text-align: center;
	line-height: 190px;
	font-family: "Varela Round", sans-serif;
	background-color: rgba(255, 255, 255, .3);
	text-shadow: 0px 0px 15px rgb(119, 119, 119);
}
.slide:hover + .nav label {
	opacity: 0.5;
}
.nav label:hover {
	opacity: 1;
}
.nav .next {
	right: 0;
}
input:checked + .slide-container .slide {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
}
input:checked + .slide-container .nav label {
	display: block;
}
.nav-dots {
	width: 100%;
	bottom: 25px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
	z-index: 1;
}
.nav-dots .nav-dot {
	top: 225px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
}
.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(4, 183, 201, 0.8);
}
input#img-1:checked ~ .nav-dots label#img-dot-1, input#img-2:checked ~ .nav-dots label#img-dot-2, input#img-3:checked ~ .nav-dots label#img-dot-3, input#img-4:checked ~ .nav-dots label#img-dot-4, input#img-5:checked ~ .nav-dots label#img-dot-5, input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.nav-dots .nav-dot {
	top: 205px;
}
}
@media screen and (max-width: 767px) and (min-width: 541px) {
.slide img {
	width: 80%;
	height: auto;
}
.nav label {
	line-height: 100px;
}
.nav-dots .nav-dot {
	top: 190px;
}
}
@media screen and (max-width: 540px) and (min-width: 320px) {
.slide img {
	width: 95%;
	height: auto;
}
.nav-dots .nav-dot {
	top: 250px;
}
}
.box-list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:20px;
}
@media(max-width:991px){
.box-list{
	grid-template-columns:1fr 1fr;
}
}
@media(max-width:576px){
.box-list{
	grid-template-columns:1fr;
}
}
.box {
    height: auto;
    position: relative;
}
.box .img-responsive{
    max-width:144px;
    margin:auto;
}
.box-content {
    display: block;
    padding: 10px;
    width: 100%;
    height: 315px;
    background: #404757;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.box-overlay {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 315px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    border-bottom: 6px solid #04b7c9;
    z-index:2;
}
.box-overlay.not {
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd;
    width:auto;
    padding-top: 50px;
    border-bottom: 6px solid #04b7c9;
}
@media screen and (max-width: 639px) {
    .box {
        min-height: 375px;
    }
    .box-content {
        height: 375px;
        background: #404757;
    }
    .box-overlay {
        height: 375px;
        padding-top: 50px;
    }
    .nav-dots .nav-dot {
        top: 275px;
    }
}
a.link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
/* custom css styling */
.box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size: 20px;
	display: block;
	padding: 10px 0 10px 0;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow:hidden;
}
.box-content span.name {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0;
	font-family: "微軟正黑體";
}
.box-content .row {
	margin-top: 10px;
	font-size: 12px;
	color: #ddd;
}
#nav {
	overflow: hidden;
	margin: 15px auto;
	padding: 0;
	list-style: none;
	width: 590px;
}
#nav li {
	float: left;
	padding: 5px;
	list-style: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	padding: 5px 10px;
	background: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#nav li a:hover,  #nav li.current a {
	background: #ccc;
	color: #666;
}
#info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcf8e3;
	border: 1px solid #fbeed5;
	width: 70%;
	max-width: 900px;
	margin: 0 auto 20px auto;
	font-family: arial;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color: #c09853;
	text-decoration: none;
}
#info p {
	margin: 5px 0 0 0;
}
.front_title {
	color: #000000;
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 10px;
}
.front_span {
	color: #2E81B3;
	font-size: 1em;
	padding-bottom: 10px;
}
video {
	padding: 2px;
	background: #000000; /* Old browsers */
	/* background: -moz-linear-gradient(top, #0482b4 0%, #04b4c8 100%); FF3.6-15
	background: -webkit-linear-gradient(top, #0482b4 0%, #04b4c8 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom, #0482b4 0%, #04b4c8 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482b4', endColorstr='#04b4c8', GradientType=0 ); IE6-9 */
}
/*
==========================================================================
Store
========================================================================== */
#area {
	position: relative;
	z-index: 1;
}
.top_block {
	background: #fbfbfb;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	height: 440px;
	padding: 20px 0;
	margin-top: -100px;
	border-top: 2px solid #006DD9;
	border-bottom: 4px solid #006DD9;
}
.top_block img {
	max-width: 45%;
	height: auto;
}
@media screen and (max-width: 768px) {
.top_block {
	height: auto;
	margin-bottom: 117px;
}
}
.top_block h1 {
	color: #000000;
	text-align: center;
	font-size: 1.5em;
	padding: 10px 0 5px 0;
}
.top_block h2 {
	color: #333333;
	text-align: center;
	font-size: 1em;
	padding: 10px;
	line-height: 21px;
}
@media screen and (max-width: 906px) {
.top_block img {
	max-width: 35%;
	height: auto;
}
}
@media screen and (max-width: 906px) {
.top_block h1 {
	font-size: 1.2em;
}
}
.sf_title {
	margin: 20px 0;
}
.sf_title img {
	text-align: center;
}
.sf_title h2 {
	color: #000000;
	font-size: 23px;
	padding-bottom: 7px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
.sf_title {
	text-align: left;
	margin-top: 0;
}
}
@media screen and (max-width: 576px) {
.sf_title {
	text-align: center;
	margin-top: 20px;
}
}
.title_block {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.title_block h3 {
	font-size: 25px;
	line-height: 35px;
	color: #0C79B3;
	margin-bottom: 20px;
}
.monitor_bg {
	background-color: #09547E;
	background-image: url(../img/monitor_bg.png);
	background-size: cover;
}
.monitor_block {
	border: 1px solid #ffffff;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.monitor_block h2 {
	color: #ffffff;
	font-size: 25px;
	padding: 20px 0 10px;
}
.monitor_block h3 {
	color: #FFFF00;
	font-size: 18px;
	padding: 10px 0 20px;
}
.monitor_block p {
	color: #ffffff;
}
.process_bg {
	background: url(../img/process_bg.jpg) no-repeat center center;
}
.icon_img {
	float: left;
	width: 80px;
	height: auto;
}
.store_f{
	display:flex!important;
	flex-direction:row!important;
	align-items:center;
	margin-bottom:12px;
	text-align:left;
}
@media(max-width:575px){
.store_f{
	flex-direction:column;
}
}
.store_f h2{
	font-size:24px;
}
.store_f img {
    margin-bottom: 10px;
}

/*
==========================================================================
Exc
========================================================================== */
.excbg {
	background: url(../img/exc_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
    padding-bottom:30px;
}
.block_bg {
	background: #fbfbfb;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #006DD9;
	border-bottom: 4px solid #006DD9;
}
.block_bg h1 {
	color: #000000;
	text-align: center;
	font-size: 1.5em;
	padding: 20px 0 10px;
}
.block_bg h2 {
	color: #333333;
	text-align: left;
	font-size: 1em;
	padding: 10px 10%;
	line-height: 25px;
}
.block_bg h2 ul li {
	list-style: circle inside;
}
.exsbg {
	margin: 0 auto;
	position: relative;
	background: url(../img/exc_service_en.png) no-repeat center;
	background-size:contain;
	min-height:600px;
}
@media(max-width:768px){
.exsbg {
	background:transparent;
}
}
.exc_sblock01 {
	position: absolute;
	padding: 20px;
	top: 0;
	left: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	width: 25%;
	text-align:left;
}
.exc_sblock01 img {
	margin-top: -50px;
	text-align: center;
	padding-bottom: 10px;
}
.exc_sblock02 {
	position: absolute;
	padding: 20px;
	top: 0;
	right: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	width: 25%;
	text-align:left;
}
.exc_sblock02 img {
	margin-top: -50px;
	text-align: center;
	padding-bottom: 10px;
}
.exc_sblock03 {
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	width: 25%;
	text-align:left;
}
.exc_sblock03 img {
	margin-top: -50px;
	text-align: center;
	padding-bottom: 10px;
}
.exc_sblock04 {
	position: absolute;
	padding: 20px;
	bottom: 0;
	right: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	width: 25%;
	text-align:left;
}
.exc_sblock04 img {
	margin-top: -50px;
	text-align: center;
	padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
.exsbg {
	width: 90%;
	margin: 0 auto;
	padding:10%;
	position: relative;
}
.exc_sblock01 {
	width: 45%;
}
.exc_sblock01 img {
	max-width: 25%;
	height: auto;
}
.exc_sblock02 {
	width: 45%;
}
.exc_sblock02 img {
	max-width: 25%;
	height: auto;
}
.exc_sblock03 {
	width: 45%;
}
.exc_sblock03 img {
	max-width: 25%;
	height: auto;
}
.exc_sblock04 {
	width: 45%;
}
.exc_sblock04 img {
	max-width: 25%;
	height: auto;
}
}
@media screen and (max-width: 768px) {
.exsbg {
    width: 100%;
    padding: 0;
    text-align:center;
}
.exc_sblock01 {
	width: 100%;
	position: relative;
	margin: 60px auto;
	left:0;
}
.exc_sblock01 h3{
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
.exc_sblock02 {
	width: 100%;
	position: relative;
	margin: 60px auto;
	right:0;
}
.exc_sblock02 h3{
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
.exc_sblock03 {
	width: 100%;
	position: relative;
	margin: 60px auto;
	left:0;
}
.exc_sblock03 h3{
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
.exc_sblock04 {
	width: 100%;
	position: relative;
	margin: 60px auto;
	right:0;
}
.exc_sblock04 h3{
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
.block_bg{
	height:auto;
	margin-bottom:20px;
}
.block_bg h1 {
    padding: 10px 0 0px;
}
.sf_title01 {
	margin:0;
}
.sf_title01 h2 {
	color: #000000;
	font-size: 23px;
	padding-bottom: 10px;
	font-weight: 600;
}
.parallax-slug-exc {
	background: url(../img/exc_banner.jpg) no-repeat right top fixed;
}
}
.business_title h2{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	margin:10px 0 20px;
	color:#000000;
}
.howp{
	text-align:center;
	margin-bottom:20px;
}
/* ==========================================================================
404 PAGE
========================================================================== */
#fof {
	display: block;
	width: 100%;
	padding: 50px 0;
	line-height: 1.6em;
	text-align: center;
}
#fof .hgroup {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
}
#fof .hgroup h1, #fof .hgroup h2 {
	padding: 0;
	text-transform: uppercase;
}
#fof .hgroup h1 {
	margin-top: -90px;
	font-size: 200px;
}
#fof .hgroup h2 {
	font-size: 60px;
}
#fof .hgroup h2 span {
	display: block;
	font-size: 30px;
}
#fof p {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 34px;
	line-height: 40px;
}
#fof p:first-child {
	margin-top: 0;
}
.per{
	font-size:1.5em;
	margin-top:1em;
	line-height:40px;
}
/**********************
PRODUCT
***********************/
.p_block01 {
	background: #EDEDED;
	text-align: center;
	postion: relative;
	padding: 1.5em 0 3em;
}
.type {
	border: 1px solid #B0B0B0;
	color: #333333;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	width: 80%;
	margin: 2em auto 2.5em;
}
.p_name {
	font-weight: bold;
	font-size: 1em;
	color: #666666;
}
.p_name01 {
	height: 25px;
}
.p_info {
	font-weight: bold;
	font-size: 0.85em;
	color: #000000;
	line-height: 20px;
}
.p_block02 {
	background: #F7F7F7;
	text-align: center;
	postion: relative;
	padding: 1.5em 0 3em;
}
.p_block03 {
	background: #F7F7F7;
	text-align: center;
	postion: relative;
	padding: 1.5em 0 3em;
}
@media screen and (max-width: 1665px) and (min-width: 1200px) {
.p_block01 {
	height: 544px;
}
.p_block02 {
	height: 544px;
}
}
/* 瀑布流設計 */
/* Reset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.gallery-wrapper1 {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.gallery-wrapper2 {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.gallery-wrapper3 {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 768px) {
.gallery-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 75%;
	width: 75%;
}
.gallery-wrapper1 {
	position: relative;
	margin: 0 auto;
	max-width: 75%;
	width: 75%;
}
.gallery-wrapper2 {
	position: relative;
	margin: 0 auto;
	max-width: 75%;
	width: 75%;
}
.gallery-wrapper3 {
	position: relative;
	margin: 0 auto;
	max-width: 75%;
	width: 75%;
}
}
img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 10px;
	cursor: pointer;
}
.white-panel h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 20px 0;
	line-height: 30px;
	font-weight: normal;
}
.white-panel h1 {
	color: #0F8BCE;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
.gallery-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.gallery-wrapper1 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
.gallery-wrapper2 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
.gallery-wrapper3 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
}
@media screen and (max-width: 640px) {
.gallery-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.gallery-wrapper1 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
.gallery-wrapper2 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
.gallery-wrapper3 {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	width: 90%;
}
}
/* NEWS */
#news img {
	width:100%;
}
#news .date {
    font-size: 14px;
    font-weight:bold;
    color: #000000;
    padding-bottom:24px;
    text-align:center;
}
#news .content {
    padding: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#news .content .p,
#news .content p{
	background:#ffffff;
}
#news p,
#news .p {
	font-size: 1.1em;
	line-height: 28px;
	background: #eeeeee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#news .p ul{
	padding-left: 20px;
}
#news .p ul li{
	list-style-type: disc;
	list-style-position:outside;
	margin-bottom: 12px;
	line-height:20px;
}
.news figure {
	display: inline-block;
	margin: 5px 5px 5px 0;
	overflow: hidden;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
	border: 1px solid #eeeeee;
	background:#ffffff;
}
.news figure h1 {
	width: 100%;
	padding: 0.3em 0 0;
	margin: 0;
	margin-bottom: 20px;
	color: #333333;
	font-size: 1.3em;
}
.news img{
    padding: 1em 1em 0.5em;
    border-radius: 5px;
    width:100%;
}
.news figure h2 {
	padding: 0 1em 1em;
	color: #000000;
    font-size: 1.1em;
    margin:0px;
    padding-bottom:10px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
	height: 27px;
	line-height:24px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
}
.news figure h4 {
	width: 100%;
	color: #0D79B4;
	font-size: 0.9em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 1em;
	padding-top:10px;
}
.news figure h3 {
	width: 100%;
	padding: 0.5em 1em;
	color: #666666;
	font-size: 1em;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
	line-height: 25px;
	height: 64px;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	white-space: normal;
	Overflow:hidden;
}
.news figure img {
	text-align: center;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.bottom-area{
	margin-top:24px;
	display:inline-flex;
	flex-wrap:wrap;
	gap:12px;
	align-items:end;
	justify-content:space-between;
	width:100%;
	border-top:1px solid #eeeeee;
	padding-top:16px;
}
@media(max-width:767px){
.bottom-area{
	flex-direction:column;
	align-items:baseline;
}
.bottom-area.btn-style{
	flex-direction:row;
	align-items:baseline;
}
}
.bottom-area a{
	margin:0;
}
.bottom-area .more_link {
        padding: 5px 1em;
        font-size:15px;
}
.news-logo img{
	height:50px;
	width:auto!important;
	border:1px solid #eeeeee;
	padding:4px 10px;
}
/*IVM Layout*/
.ivm_fbg{
	background: url(../img/ivm_fbg.png) no-repeat left top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .ivm_fbg{
	background: none;
	padding:4em 0 0;
}
 }
  @media screen and (max-width: 640px) {
 .ivm_fbg{
	background: none;
	padding:0;
}
 }
 .ivm_fbg01{
	background: url(../img/ivm_fbg01.png) no-repeat right top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .ivm_fbg01{
	background: none;
	padding:4em 0  0;
}
 }
  @media screen and (max-width: 640px) {
 .ivm_fbg01{
	background: none;
	padding:0;
}
 }
 .ivm_fbg02{
	background: url(../img/ivm_fbg02.png) no-repeat left top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .ivm_fbg02{
	background: none;
	padding:4em 0  0;
}
 }
 @media screen and (max-width: 640px) {
 .ivm_fbg02{
	background: none;
	padding:0;
}
 }
  .ivm_fbg03{
	background: url(../img/ivm_fbg03.png) no-repeat left top ;
	padding:4em 0 0;
}
 @media screen and (max-width: 992px) {
 .ivm_fbg03{
	background: none;
	padding:4em 0 0;
}
 }
 @media screen and (max-width: 640px) {
 .ivm_fbg03{
	background: none;
	padding: 0 ;
}
 }
/*Sale Cabinet Layout*/
.sc_fbg{
	background: url(../img/sc_fbg.png) no-repeat right top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .sc_fbg{
	background: none;
	padding:4em 0 0;
}
 }
  @media screen and (max-width:640px) {
 .sc_fbg{
	background: none;
	padding:0;
}
 }
 .sc_fbg01{
	background: url(../img/sc_fbg01.png) no-repeat left top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .sc_fbg01{
	background: none;
	padding:4em 0  0;
}
 }
 @media screen and (max-width: 640px) {
 .sc_fbg01{
	background: none;
	padding:0;
}
 }
 .sc_fbg02{
	background: url(../img/sc_fbg02.png) no-repeat right top ;
	padding:4em 0 13em;
}
 @media screen and (max-width: 992px) {
 .sc_fbg02{
	background: none;
	padding:4em 0  0;
}
 }
   .sc_fbg02_01{
	background: url(../img/sc_fbg02_01.png) no-repeat left top ;
	padding:4em 0 0;
}
 @media screen and (max-width: 992px) {
 .sc_fbg02_01{
	background: none;
	padding:4em 0  0;
}
 }
  @media screen and (max-width: 640px) {
 .sc_fbg02_01{
	background: none;
	padding:0
}
 }
  .sc_fbg03{
	background: url(../img/sc_fbg03.png) no-repeat right top ;
	padding:4em 0 0
}
 @media screen and (max-width: 992px) {
 .sc_fbg03{
	background: none;
	padding:4em 0 0;
}
 }
 @media screen and (max-width: 640px) {
 .sc_fbg03{
	background: none;
	padding: 0 ;
}
 }
 /*Pick Cabinet Layout*/
.pc_fbg{
	background: url(../img/pc_fbg.png) no-repeat left top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .pc_fbg{
	background: none;
	padding:4em 0 0;
}
 }
  @media screen and (max-width:640px) {
 .pc_fbg{
	background: none;
	padding:0;
}
 }
 .pc_fbg01{
	background: url(../img/pc_fbg01.png) no-repeat right top ;
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .pc_fbg01{
	background: none;
	padding:4em 0  0;
}
 }
 @media screen and (max-width: 640px) {
 .pc_fbg01{
	background: none;
	padding:0;
}
 }
 .pc_fbg02{
	background: url(../img/pc_fbg02.png) no-repeat left top ;
	padding:4em 0 21em;
}
 @media screen and (max-width: 992px) {
 .pc_fbg02{
	background: none;
	padding:4em 0  0;
}
 }
  @media screen and (max-width: 640px) {
 .pc_fbg02_01{
	background: none;
	padding:0
}
 }
  .pc_fbg03{
	background: url(../img/pc_fbg03.png) no-repeat left top ;
	padding:4em 0 0;
}
 @media screen and (max-width: 992px) {
 .pc_fbg03{
	background: none;
	padding:4em 0 0;
}
 }
 @media screen and (max-width: 640px) {
 .pc_fbg03{
	background: none;
	padding: 0 ;
}
 }
  /*Ticket Sales Layout*/
.ts_fbg{
	padding:4em 0 5em;
}
 @media screen and (max-width: 992px) {
 .ts_fbg{
	background: none;
	padding:4em 0 0;
}
 }
.ts_fbg01{
	background: url(../img/ts_fbg02.jpg) repeat-x  ;
	padding: 4em 5em;
}
 @media screen and (max-width: 992px) {
 .ts_fbg01{
	background: none;
	padding:4em 0 0;
}
 }
 .ts_fbg02{
	background: url(../img/ts_fbg03.jpg)  no-repeat right top ;
	padding: 0 5em;
}
 @media screen and (max-width: 992px) {
 .ts_fbg02{
	background: none;
	padding:4em 0 0;
}
 }
  .ts_fbg03{
	background: url(../img/ts_fbg04.png)  repeat-x right top ;
	padding: 4em 0 0em;
}
 @media screen and (max-width: 992px) {
 .ts_fbg03{
	background: none;
	padding:0;
}
 }
 
  /*Unmanned Store Layout*/
  .border_text{
  border:3px solid #A4C6D5;
  padding:20px 10px;
  color:#666666;
  width:70%;
  margin:30px auto 50px;
  border-radius:10px;
  font-size:1.1em;
  line-height:20px;
  text-align:center;
  clear:both;
  }
@media screen and (max-width: 992px) {
	  .border_text{
  width:99%;
  }
}
  .u_textarea {
  margin-top:20px;
  }
  .u_textarea .title {
  color:#ffffff;
  padding-top:2px;
  font-size:1.2em;
  border-radius:15px;
  text-align:center;
  width:100%;
  background:#A4C6D5;
  margin-bottom:15px;
  }
.dblock {
  color:#333333;
  font-size:1em;
  background:#E3F2FA;
  border-radius:10px;
  padding:10px;
  margin:15px auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  }
@media screen and (min-width:575px) and (max-width:617px){
	.u_textarea .title.s1 {
    line-height: 22px;
    font-size: 1.17em;
}
}
  .dblock  .title01{
  color:#ffffff;
  font-size:1em;
  background:#999999;
  border-radius:0 15px 15px 0;
  margin-left:-10px;
  float:left;
  padding:5px 10px;
  }
  .dblock  ul{
  clear:both;
  list-style-position:inside;
  margin-left:15px;
  }
.dblock  ul li{
	list-style:disc;
	line-height:25px;
  }
  /* SHELF_CHECKOUT */
   .check_fbg{
	background: url(../img/check_person.png) no-repeat right top ;
	padding:4em 0 5em;
}
  @media screen and (max-width: 992px) {
 .check_fbg{
	background: url(../img/check_person01.png) no-repeat right top ;
}
 }
   .check_fbg01{
   	background: url(../img/check_thing.png) no-repeat left #D4EBE6;
	padding:4em 0 5em;
}
@media screen and (min-width:768px) and (max-width:991px){
 .check_fbg01{
		background: url(../img/check_thing01.png) no-repeat left #D4EBE6;
}
 }
 @media screen and (max-width:767px){
 .check_fbg01{
		background: #D4EBE6;
}
 }
    .check_fbg_all{
	padding:4em 0 5em;
}
   .check_fbg02{
   	background: url(../img/ivm_fbg01.png) no-repeat right top #D4EBE6;
	padding:4em 0 5em;
}
  @media screen and (max-width: 1199px) {
   .check_fbg02{
   	background:#D4EBE6;
}  
}  
/* ------------------------------------------------------------------------------
E-COMMERCE
-------------------------------------------------------------------------------*/
.core_area ul {
	list-style: none;
}
.core_area ul li {
	display: inline-block;
	width: 20%;
	margin: 10px;
	cursor: pointer;
}
.ec_w {
	background-color: #ffffff !important;
	position: relative;
}
.ec_w01 {
	background-color: #ffffff;
	position: relative;
}
 @media screen and (min-width:1300px) {
.ec_w01 {
	padding-bottom:4em;
}
 }
.ec_g {
	background-color: #f3f3f3;
	position: relative;
	padding-bottom:5em;
}
.c_text {
	color: #000000;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
@media (min-width: 1200px){
.content_block01{
    padding: 60px 5% 20px;
}
}
@media(max-width:1199px){
.content_block01{
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding:60px 5%;
}
}
.content_list{
	font-size:17px;
	padding-top:2%;
}
.content_block01 .w1{
	padding-top: 0;
	line-height:1.5;
}
.content_block02{
	padding: 24px 5% 50px;
}
.ec_bg01 {
    background: #ffda4f; /* Old browsers */
    background: -moz-linear-gradient(left, #ffda4f 30%, #ffffff 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffda4f 30%, #ffffff 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffda4f 30%, #ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda4f', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position:relative;
    min-height:740px;
    overflow:hidden;
}
.ec_bg01 img{
    position:absolute;
    bottom:0;
    right:0;
    width:70%;
    height:atuo;
}
@media(max-width:991px){
.ec_bg01 {
    min-height:500px;
}
.ec_bg01 img{
    width:100%;
    height:atuo;
    left:0;
}
}
.ec_bg02 {
	background: url(../img/b_logistics.png) no-repeat bottom left;
	min-height: 600px;
}
.ec_bg03 {
	background-image: url(../img/b_ticket.png); 
	background-repeat : no-repeat;
	background-position: bottom left,  left;
	background-color:#ffcc02;
	min-height: 500px;
}
.ecm_bg01 {
    background-image: url(../img/rwd_bg.jpg);
    background-repeat: repeat;
    background-position: bottom left, left;
    overflow:hidden;
}
.ecm_bg02 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffda4f+0,ffffff+100 */
    background: #ffda4f; /* Old browsers */
    background: -moz-linear-gradient(left, #ffda4f 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffda4f 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffda4f 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda4f', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    overflow:hidden;
}
.ecm_bg03 {
    background-color: #fbd567;
    background-image: url(../img/broadcast_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:cover;
    overflow:hidden;
    position: relative;
    min-height:500px;
}
.ecm_bg04 {
    background: #f9e4aa;
    overflow:hidden;
}
.ecm_wbg {
    background-color: #ffffff;
    overflow:hidden;
}
.pos-bg-layout,
.pos-bg-layout02,
.pos-bg-layout03
{
	display:grid;
	grid-template-columns:1fr 1fr;
}
@media(max-width:767px){
.pos-bg-layout,
.pos-bg-layout02,
.pos-bg-layout03
{
	grid-template-columns:1fr;
}
}
.pos_bg {
    background-color: #a9f2d9;
    height:100%;
    width: 100%;
    display: flex;
}
.pos_bg img{
	width:100%;
	height:auto;
}
.pos-bg-layout02 .item01 {
    order: 1;
    background-color: #a9f2d9;
    display:flex;
}
.pos-bg-layout02 .item02 {
    order: 2;
}
@media(max-width:767px){
.pos-bg-layout02 .item01 {
    order: 2;
}
.pos-bg-layout02 .item02 {
    order: 1;
}	
}
.sp_bg01 {
    background-image: url(../img/green_lbg.png);
    background-repeat: no-repeat;
    background-position: bottom left, left;
    overflow:hidden;
}
.sp_bg02 {
    background-image: url(../img/green_rbg.png);
    background-repeat: no-repeat;
    background-position: bottom right, right;
    overflow:hidden;
}
.sp_bg03 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbdef9+0,ffffff+100 */
	background: #bbdef9; /* Old browsers */
	background: -moz-linear-gradient(top,  #bbdef9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bbdef9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bbdef9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbdef9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.order_ys{
	border:3ps solid #ffcc02;
	border-radius:10px;
	padding:10px;
}
 .t_align{
 text-align:center;
 }
 @media screen and (max-width:767px) {
 .t_align{
 text-align:left;
 }
}

.mouse {
  position: absolute;
  margin-right: 20px;
  min-width: 50px;
  height: 80px;
  border-radius: 30px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  left:1em;
  top:40%;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
  animation: scroll 1s infinite alternate;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
#gotop{
  width:60px;
  height:60px;
  position:fixed;
  bottom:20px;
  right:30px;
  border-radius:50%;
  text-decoration:none;
  cursor: pointer;
  /*先隱藏*/
  display:none;
  z-index:2;
}
.core{
	position:relative;
	color:#000000;
	font-size:1.1em;
	margin-bottom:20px;
}
.core a {
	color:#000000;
}
.core_img {
width:99%;
margin: 0 auto;
position:absolute;
top:22%;
}
.core_text{
	text-align:center;
	margin-top:-4px;
	line-height:1.5;
	width:90%;
	margin:0 auto;
}
.order{
	position:relative;
	margin-bottom:10%;
}
.order_step {
width:99%;
margin: 0 auto;
position:absolute;
top:56%;
}
.order_text{
	text-align:center;
	color:#000000;
	font-size:1.2em;
}
.fi{
	line-height:30px;
	padding-bottom:5%;
	font-size:17px;
}
@media screen and (max-width: 767px) {
    .fi {
        padding: 0 0 5%;
    }
}
   @media screen and (max-width:1280px) {
 .intro .blockquote01{
 padding-bottom:10%;
 }
  }
.label_bg {
    background: url(../img/label_bg.png) center center;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    text-align: center;
    background-size: cover;
}


.blockquote02 {
    border: 0;
    margin: 0;
    padding: 100px 5% 0 12%;
}
.fb_bg01 {
    background: url(../img/fb_mvbg.jpg) center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.fb_bg02 {
    background: url(../img/link_bg.jpg) center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}
.fb_bg03 {
    background: url(../img/lotter_bg.jpg) bottom center;
    background-repeat: no-repeat, no-repeat;
    min-height: 600px;
    background-size: cover;
}
.fb_bg04 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #b6c7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #b6c7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #b6c7ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow:hidden;
}
.fb_bg05 {
    background: #9b5cff; /* Old browsers */
    background: -moz-linear-gradient(top, #9b5cff 0%, #008bcd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b5cff 0%, #008bcd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b5cff 0%, #008bcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height:495px;
    position: relative;
}
.w_block {
    padding: 10px;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(141, 147, 248, 0.5);
    display: block;
    word-break: break-all;
}
.g_block {
    background: #f3f3f3;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    float:left;
}
.g_block ul {
    list-style-type: disc;
    list-style-position: inside;
}
.g_block ul li {
    width: 50%;
    float: left;
    line-height: 2;
}
.img_80 {
    width: 80% !important;
    height: auto;
    float: left;
    padding-left: 2%;
}
.shipment_bg {
    background: url(../img/fb_shipment_bg.jpg) bottom center;
    background-size: cover;
    background-repeat: no-repeat, no-repeat;
    min-height: 400px;
    color: #ffffff !important;
    overflow:hidden;
}
.clearfix{
	clear:both;
}
/* ------------------------------------------------------------------------------
SPARE PART
-------------------------------------------------------------------------------*/
.box_bg{
	border-radius:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbdef9+0,f0f7fd+100 */
	background: #bbdef9; /* Old browsers */
	background: -moz-linear-gradient(left, #bbdef9 0%, #f0f7fd 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bbdef9 0%,#f0f7fd 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bbdef9 0%,#f0f7fd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbdef9', endColorstr='#f0f7fd',GradientType=1 ); /* IE6-9 */
	margin: 60px 5% 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.city_bg {
    background: url(../img/city_bg.png) bottom center;
    background-size:cover;
    overflow:hidden;
}
.dashboard_bg{
	background-image : url(../img/dashboard_bg.png) ;
	background-repeat : no-repeat ;
	background-position : left bottom;
	background-color : #f3f3f3;
	background-size:contain;
	overflow:hidden;
}
.wbox_bg{
	background:#ffffff;
	position:relative;
	box-shadow: 0 0 10px rgba(0, 105, 52, 0.3);
	
}
.title_01{
	font-weight:600;
	text-align:left;
	color:#8854fa;
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
}
.line_01{
	width:150px;
	border:50px;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	background:#8854fa;
}
.title_02{
	font-weight:600;
	text-align:left;
	color:#6881f4;
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
}
.line_02{
	width:150px;
	border:50px;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	background:#6881f4;
}
.title_03{
	font-weight:600;
	text-align:left;
	color:#5c9cf1;
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
}
.line_03{
	width:150px;
	border:50px;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	background:#5c9cf1;
}
.title_04{
	font-weight:600;
	text-align:left;
	color:#3fc4ab;
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
}
.line_04{
	width:150px;
	border:50px;
	height:5px;
	position:absolute;
	top:0;
	left:0;
	background:#3fc4ab;
}
.h_160{
	height:220px;
}
.h_205{
	height:305px;
}
@media(max-width:991px){
	.h_160{
	height:auto;
	margin-bottom:20px;
}
	.h_205{
	height:auto;
	margin-bottom:20px;
}
}
/*Other*/
.margin_top6{ 
	scroll-margin-top: 6em;
	}
.description h2{
	font-size:40px !important;
}
.avatar img{
	object-fit: cover;
    min-height: 517px;
    width:100%;
}
.intro .p-l-0{
	padding-left:0;
}
.intro .p-r-0{
	padding-right:0;
}
.intro2 .p-l-0{
	padding-left:0;
}
.intro2 .p-r-0{
	padding-right:0;
}
.intro3 .p-l-0{
	padding-left:0;
}
.intro3 .p-r-0{
	padding-right:0;
}
@media(max-width:768px){
.avatar img{
	object-fit: cover;
    min-height: auto;
    width:100%;
    padding:0 15px;
}
.intro .p-l-0{
	padding:0;
}
.intro .p-r-0{
	padding:0;
}
.intro2 .p-l-0{
	padding:0;
}
.intro2 .p-r-0{
	padding:0;
}
.intro3 .p-l-0{
	padding:0;
}
.intro3 .p-r-0{
	padding:0;
}
}
.p-20{
	padding:20px;
}
.p-20  td, th {
    padding: 20px;
}
.w_1{
	width:1%;
}
.fram_top{
    background: url("../img/fram_top.jpg") repeat-x top;
    background-size:contain;
}
.fram_bottom{
    background: url("../img/fram_bottom.jpg") repeat-x top;
    background-size:contain;
}
.fram_left{
    background: url("../img/fram_left.jpg") repeat-y left;
    background-size:contain;
}
.fram_right{
    background: url("../img/fram_right.jpg") repeat-y right;
    background-size:contain;
}
.fram_corner img{
	width:60px;
	height:auto;
}
@media(max-width:480px){
.fram_corner img{
	width:13px;
	height:auto;
}
}
.line_h28{
	line-height:28px;
	font-size:17px;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
.row > [class *='col-'] {
	display: flex;
	flex-direction: column;
}
.table.b0 >tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid transparent !important;
}
.all_bg{
	padding:3% 0;
	overflow:hidden;
}
.all_tbg{
	padding:80px 0 0;
	overflow:hidden;
	clear:both;
}
.all_bbg{
	padding:0 0 80px;
	overflow:hidden;
}
.container.banner{
	width:1170px;
}
@media(max-width:1199px){
.container.banner{
	width:100%;
}
}
/* Margin Layout */
.m-t-0{
	margin-top:0;
}
.m-b-0{
	margin-bottom:0;
}
.m-b-24{
	margin-bottom:24px;
}
.m-auto{
	margin:auto;
}
/* Padding Layout */
.p-t-30{
	padding-top:30px;
}
.p-b-30{
	padding-bottom:30px;
}
/* Align Layout */
.text-center{
	text-align:center;
}

.news-content{
padding: 30px 16px;	
}
.news-bg{
	width:100%;
	height:180px;
	display:block;
}
.news-bg img{
	object-fit:cover;
}
.news01{
	background: url("../img/news01.jpg") center center no-repeat;
	background-size:cover;
}
.news02{
	background: url("../img/news02.jpg") center center no-repeat;
	background-size:cover;
}
.news03{
	background: url("../img/news03.jpg") center center no-repeat;
	background-size:cover;
}
.news05_1{
	background: url("../img/news05.jpg") center center no-repeat;
	background-size:cover;
}
.news08{
	background: url("../img/news08.jpg") center center no-repeat;
	background-size:cover;
}
.news07{
	background: url("../img/news07.jpg") center center no-repeat;
	background-size:cover;
}
.news09{
	background: url("../img/news09.jpg") center center no-repeat;
	background-size:cover;
}
.news10{
	background: url("../img/news010.jpg") center center no-repeat;
	background-size:cover;
}
.news11{
	background: url("../img/news011.jpg") center center no-repeat;
	background-size:cover;
}
.news12{
	background: url("../img/news012.jpg") center center no-repeat;
	background-size:cover;
}
.news13{
	background: url("../img/news013.jpg") center center no-repeat;
	background-size:cover;
}
.news14{
	background: url("../img/news014.jpg") center center no-repeat;
	background-size:cover;
}
.news15{
	background: url("../img/news015.jpg") center center no-repeat;
	background-size:cover;
}
.news16{
	background: url("../img/news016.jpg") center center no-repeat;
	background-size:cover;
}
.news17{
	background: url("../img/news017.jpg") center center no-repeat;
	background-size:cover;
}
.news18{
	background: url("../img/news018.jpg") center center no-repeat;
	background-size:cover;
}
.news19{
	background: url("../img/news019.jpg") center center no-repeat;
	background-size:cover;
}
.news20{
	background: url("../img/news020.jpg") center center no-repeat;
	background-size:cover;
}
.news21{
	background: url("../img/news021.jpg") center center no-repeat;
	background-size:cover;
}
.news22{
	background: url("../img/news022.jpg") center center no-repeat;
	background-size:cover;
}
.news23{
	background: url("../img/news023.jpg") center center no-repeat;
	background-size:cover;
}
.news24{
	background: url("../img/news024.jpg") center center no-repeat;
	background-size:cover;
}
.news25{
	background: url("../img/news025.jpg") center center no-repeat;
	background-size:cover;
}
.news26{
	background: url("../img/news026.jpg") center center no-repeat;
	background-size:cover;
}
.news27{
	background: url("../img/news027.jpg") center center no-repeat;
	background-size:cover;
}
.news28{
	background: url("../img/news028.jpg") center center no-repeat;
	background-size:cover;
}
.news29{
	background: url("../img/news029.jpg") top center no-repeat;
	background-size:cover;
}
.news30{
	background: url("../img/news030.jpg") center center no-repeat;
	background-size:cover;
}
.news31{
	background: url("../img/news031.jpg") center center no-repeat;
	background-size:cover;
}
.news32{
	background: url("../img/news032.jpg") top center no-repeat;
	background-size:cover;
}
.news33{
	background: url("../img/news033.jpg") top center no-repeat;
	background-size:cover;
}
.news34{
	background: url("../img/news034.jpg") top center no-repeat;
	background-size:cover;
}
.news35{
	background: url("../img/news035.jpg") top center no-repeat;
	background-size:cover;
}
.news36{
	background: url("../img/news036.jpg") top center no-repeat;
	background-size:cover;
}

.mask{
	position:relative;
}
.mask::before{
	height:180px;
	width:100%;
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index:1;
}
.news-icon{
	height:auto!important;
}
.news-icon img{
	width:40px;
	height:auto;
	margin:0 auto 10px;
}
.border0{
	border:0!important;
}
.m-b-0{
	margin-bottom:0!important;
}
.p-b-0{
	padding-bottom:0!important;
}
.link-area{
	margin-top:10px;
}
.link-area a{
	display:flex;
	padding:10px 0px;
	color:#0d79b4;
	font-weight:bold;
	cursor: pointer;
}
.icon-img{
	width:16px;
	height:auto;
	padding:0;
	margin-left:5px;
}
.news-index {
	position:relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    background:#ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding:15px;
}
.news-index-content{
	padding:10px 0 15px;
	
}
.news-index h2 {
	color: #0f8bce;
	font-weight:bold;
    font-size: 1.15em;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom:5px;
	height:24px;
	overflow: hidden;
}
.news-index .date {
    width:fit-content;
    color: #999999;
    font-size: 0.75em;
    margin-bottom:10px;
    background:#ffffff;
    padding:2px 10px 2px 15px;
    position:absolute;
    right:0;
    top:0;
    border-bottom-left-radius:20px;
    z-index:2;
}
.news-index h3 {
    width: 100%;
    color: #666666;
    font-size: 1em;
    line-height: 25px;
    height: 55px;
    display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	white-space: normal;
	Overflow:hidden;
}
@media(max-width:991px){
.news-index h3 {
	height:auto;
}
}
.news-index img{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
}
.gap30{
	gap:30px 0;
}
.link-area{
	cursor:pointer;
	z-index: 1;
    position: relative;
}
.icon-layout{
	display:grid;
	grid-template-columns:auto 1fr;
	gap:16px;
}
.icon-layout div{
	display:flex;
	flex-direction: column;
	text-align:left;
}
.use-btn{
	position:absolute;
	bottom:0;
	right:0;
}
@media(max-width:768px){
.use-btn{
	position:absolute;
	bottom:20px;
	right:10px;
}
}
.use-btn a{
	color:#0D79B4;
	border:1px solid #0D79B4;
	padding:10px;
	font-weight:bold;
}
.page-title{
	text-align:center;
	width:100%;
	margin-bottom:40px;
}
.w-100{
	width:100%;
}
.block_card_area{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:16px;
	justify-content:center;
}
@media(max-width:575px){
.block_card_area{
	display:flex;
	flex-direction:column;
}	
}
.blue-text{
	color:#0f8bce;
}
/* Bootstrap */
.d-flex{
	display:flex;
}
.justify-center{
	justify-content:center;
}