﻿@charset "utf-8";
@import url("bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&amp;display=swap');

body {
    font-size: 15px;
    color: #333;
    font-family:'Noto Sans TC','Noto Sans SC';
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #1b2b71;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
:focus-visible {
    outline: aliceblue;
}
.img-responsive {
    width: auto;
	max-width: 100%;
}


/*電腦版主選項*/
.header .navbar {
    position: fixed;
    background: #fff;
    border-bottom:none;
}

.header .navbar .nav {
    margin-top: 60px;
}
.header .navbar-nav .nav-link,
.header .navbar-nav a.nav-link {
    padding: 10px 15px;
    letter-spacing: 0.1em;
	color:#1b2b71;
}
.header .navbar-nav .nav-item:hover > .nav-link,
.header .navbar-nav .nav-item:hover > .nav-link .caret {
    color: #333;
}
.header .navbar-nav .nav-item:hover>.nav-link .caret{
    border-top-color:#333;
}
.nav-item .caret {
    border-top: solid 5px #1b2b71;
}

/*主選單下拉選項*/
.nav-item.dropdown.fadeup > .navbar-nav {
    width:160px !important;
}
.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    font-size:14px !important;
    color:#4a4a4a;
	line-height:30px;
	background-color:#ececec;
	border-top:1px solid #fff;
	text-align:center;
	letter-spacing: normal;
}
.nav-item.dropdown > .navbar-nav .nav-item a:hover.nav-link {
    color:#1b2b71;
}
/*手機版下拉選項**/
.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link{
	font-size:14px !important;
    color:#4a4a4a;
	line-height:30px;
	background-color:#ececec;
	border-top:1px solid #fff;
	border-bottom:none;
	text-align:left;	
}
/*電腦版主選項 end*/

/*語系*/
.header .lang {
    position: absolute;
    right: 125px;
    top: 12px;
}
.header .btn-default {
    background: #565656;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 20px !important;
    box-shadow: none;
    padding: 7px 15px 7px 40px;
}
.header .btn.btn-default:hover {
    background: #565656 !important;
    color: #fff !important;
}
.header .btn.btn-default:hover:before{
    left: 10px;
    top: 6px;
    border-color:transparent;
}

.dropdown .menu {
    list-style: none;
    margin:0 auto;
}
.drop-down {
    position: relative;
}

.navbar-nav .minwidth {
    min-width: 177px;
    padding: 0;
    display: inline-block;
}
.nav-item.dropdown.fadeup > .navbar-nav.dropdown-menu2{
    width:540px !important;
	clip:inherit;
	background:none;
}
/* ===================================
   動態效果
   ===================================*/
.submenu {
    position: relative;
    opacity: 0;
    width: 100%;
    z-index: 8;
    transition: opacity 0.5s ease;
}
.submenu-item {
  display: block;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.drop-down:hover .submenu {
  opacity: 1;
}
.drop-down:hover .submenu-item {
  overflow: visible;
  height: 30px;
}
/* ===================================
   視覺樣式
   ===================================*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.itembox .item {
    position: relative;
    background: #565656;
    border-radius: 30px;
    padding: 7px 0px 7px 25px;
    min-width: 130px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.itembox .item::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../svg/icon_lang.svg) no-repeat;
    left: 12px;
    top: 5px;
}
.itembox .item:hover {
    color:#ffff00;
}
.submenu-item {
    background: #333;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    border-radius: 30px;
    margin-top: 3px;
    font-weight: 300;
    text-align:center;
}
.submenu-item:hover {
    color:#000;
    background: #eee;
}


/*麵包屑*/
.breadcrumb{
	background:none;
	padding: 15px 10px 20px;
}
.breadcrumb-item svg {
    padding-bottom:2px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "〉");
    padding-right: 0;
}
.breadcrumb li.active {
    color: #333;
}

/*side設定*/
.main .side .h3 {
    background:#1b2b71;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:36px;
    padding:8px 0;
    margin-bottom:0;
    letter-spacing:0.1em;
    font-weight:500;
}
.side .filter-item,
.side .filter-item + .filter-item {
    margin-top:3px;
}
.side .collapsed-btn {
    border-left: 4px solid #bababa;
    background: #f5f5f5;
    border-bottom: none;
    border-right:none;
    border-top:3px solid #fff;
    font-size:15px;
    color:#606060;
    padding:15px 0px 15px 20px;
    width: 100%;
    text-align: left;
	display:block;
}
.side a:hover.collapsed-btn, .side a.collapsed-btn.active,
button:focus:not(:focus-visible).collapsed-btn {
    border-left: 4px solid #2e9dd9;
    color: #2e9dd9;
}
/*左選次選項CSS*/
.dropdown-menu.show{
	position:static !important;
	transform:none !important;
	border: solid 1px #f5f5f5;
	border-top:none;
	padding:0;
	border-radius:0;
}
.dropdown-menu li{
	line-height: 36px;
    border: none;
    padding-left: 12px;
    border-radius: 0;
    font-size: 14px;
}
.dropdown-menu li a{
	color:#2e9dd9;
}
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    color: #1b2b71;
	background:none;
}
.btn-group .collapsed-btn > .caret{
	margin-left:inherit;
	margin-right: 10px;
    float: right;
    margin-top: 10px;
}

/*左選單第三層*/
.side .filter-content>ul{
	padding:0 10px;
}

.side .filter-content.ssub > ul > li{
	border:none;
	padding-left:10px;
	background: url(../png/list_icon3.png) no-repeat left center;
}
.side .filter-content.ssub > ul > li a{
	color:#000;	
}
.side .filter-content.ssub > ul > li a:hover{
	color:#999;
}
.collapsed-sub-btn{
	line-height:36px;
	padding:10px;
	color:#3aaeed;
}
.collapsed-sub-btn02{
	line-height:36px;
	padding:10px;
	color:#000;
}
/*左選單手機版*/
.sider_nav .side-toggle {
    display: none;
}


/*搜尋*/
.header .search-bar {
    position: relative;
    right: 10px;
}

.header .search-bar .search-content {
	width: 280px;
    padding:5px 15px;
	/*border:none;*/
	border-radius: 30px;
	border: 1px solid #e7e7e7;
	background-color:#fff;
    box-shadow:0 0 8px 0 #ccc;
}

.header .search-bar .btn-searchbar:hover {
	opacity: 0.8;
}
.header .search-bar .search-normal {
	display: block;
	padding-left: 0;
	transition: 0.3s all ease;
    position:relative;
}

.header .search-bar .search-normal .search {
	background-color: transparent;
	background-image: url(../svg/icon_search.svg);
	background-repeat : no-repeat;
	background-position:center;
	width: 22px;
	height: 20px;
	padding: 10px;
    transition: all .3s ease;
    position: absolute;
    margin-top: 7px;
    margin-left: -35px;
	filter: brightness(1);
}


/* header logo */
.navbar .navbar-brand {
    background-image: url("../svg/logo.svg");
    text-indent: -99999px;
    background-size: contain;
    width: 321px;
    height: 70px;
}
/*end*/

/*手機版主選項*/
.bsnav-mobile .navbar {
    display: none;
}

/*banner*/
.banner {
    position: relative;
    padding-top:52px;
}
.slick-dots {
    display:block;
}
.banner .slick-dots {
    bottom: 20%;
}
.banner .slick .slick-dots {
    text-align: left;
}
.banner .slick .slick-dots li{
    display:block;
}
.banner .slick .slick-dots .slick-active button {
    background: #007fc8;
}
.banner .slick .slick-dots button {
    background: #fff;
}
/*banner end*/

.wid-float-section,
body.scroll-down .wid-float-section.mobile-animate {
    display: none;
}

/*footer*/
.footer .footer_content {
    position: relative;
    display: block;
    clear: both;
    background:none;
}
.footer_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}
.footer_logobox {
    display: block;
    width:140px;
}
.footer_left .contact_title {
    color: #1b2b71;
    font-size:20px;
    font-weight:600;
    line-height:36px;
    display:block;
    margin:0 0 7px 0;
}
.siteinfo .add_word {
    font-size: 16px !important;
    display: block;
    line-height: 30px;
}
.siteinfo {
    padding-top:23px;
}
.siteinfo ul.list-inline > li {
    color: #333;
    font-size: 15px;
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
}
.footer_right {
    text-align:right;
    position:relative;
    line-height:30px;
    padding-top:20px;
}
.footer_right .copyright ul li{
    font-size:14px;
    color:#414141;
}
.footer_right .powered,
.footer_right .powered a{
    color:#dddddd;
    font-size:13px;
}
.copyright_box br{
	display:none;
}
/*-----------------------------------------------首頁 ---------------------------------------------------*/
body.home .main .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body.home .product_bg {
    padding: 30px 200px 50px;
}
/*首頁-產品新訊*/
body.home .content .product_bg {
    display: block;
    position: relative;
    clear: both;
}
body.home .content .title_box01 {
    display: block;
    position: relative;
}
body.home .content .product_bg .title_box01 .title_tw {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-left:50px;
}
body.home .content .product_bg .title_box01 .title_tw::before{
    content:'';
    background-image: url("../svg/icon_title.svg");
    width:31px;
    height:31px;
    margin-left:-35px;
    position:absolute;
}
body.home .content .product_main {
    display: block;
    position: relative;
	padding-bottom:50px;
}
body.home .content .product_main .a_box {
    color: #818181;
    line-height: 24px;
    font-size: 15px;
    border: none;
    padding: 10px 5px;
	margin:7px 10px;
    display:block;
}
body.home .content .product_main a .a_tw {
    font-size: 15px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    display: block;
    position: relative;
	text-align:left;
    background:#044b8e;
    overflow: hidden;
    white-space: nowrap; /*文字不換行,這樣超出一行的部分被擷取,顯示...*/
    text-overflow: ellipsis;
    max-width: 100%;
}
body.home .content .product_main a:hover .a_tw{
	background:#2e9dd9;
}
body.home .content .product_main a .a_date{
    font-size:14px;
    font-family:'Arial';
    line-height:30px;
    color:#888;
    padding-left:10px;
}
body.home .content .product_main a .a_pic {
    border: 1px solid #eee;
    display:block;
   	margin: 0 auto;
    background:#fff;
    overflow:hidden;
}
body.home .content .product_main a .a_pic img {
    padding:5px;
	transition: all 0.35s linear;
    width:100%;

}
.content .works-box .slick .slick-dots{
    display: none !important;
}
body.home .content .product_main .slick-prev,
body.home .content .product_main .slick-next {
    z-index: 1;
    width: 40px;
    height: 97px;
    background: url(../svg/icon_arrow.svg) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px/2);
}
body.home .content .product_main .slick-prev {
    background-position: 0 0;
    left: -30px;
}
body.home .content .product_main .slick-next {
    background-position: -40px 0;
    right: -30px;
}

/*首頁-產品服務*/
body.home .content .space_lbox{
	display:inline-block;
	background-image: url(../png/space_pic.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:100px;
}

body.home .content .serivces_bg {
    position: relative;
    display: block;
	background: #fff url(../png/services_bg.png) no-repeat right top;
    min-height: 895px;
    background-size: 100%;
}
body.home .content .services_main {
    display: block;
    position: relative;
    padding-top:100px;
    padding-bottom:0px;
}
body.home .content .serivces_bg .title_box01 {
    display: block;
    position: relative;
    padding: 0px 200px;
}
body.home .content .services_main .title_box01 .title_tw.white {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
    padding-left: 50px;
}
body.home .content .services_main  .title_box01 .title_tw::before {
    content: '';
    background-image: url("../svg/icon_title_white.svg");
    width: 31px;
    height: 31px;
    margin-left: -35px;
    position: absolute;
}
body.home .content .services_main .title_box01 .word_white {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    display: block;
    position: relative;
    margin: 20px 0 20px 50px;
    width:70%;
}
body.home .content .services_main .services_list {
    flex-flow: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 25px 10px 25px 100px;
}
body.home .content .services_main .services_list.list2{
    justify-content: center;
    padding:0 100px 25px;
}
body.home .content .services_main .services_list .list_item{
    background:#fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #999;
    padding:15px;
    margin:10px;
    min-width:240px;
    min-height:240px;
}
body.home .content .services_main .services_list .list_item a {
    display: block;
    overflow: hidden;
    transition: .8s;
    text-align: center;
}
body.home .content .services_main .services_list .list_item a:hover img {
    opacity: .7;
    transition: .8s;
    transform: scale(1.1);
}
body.home .content .services_main .services_list .list_item .p_t_en{
    font-size:18px;
    font-family:'Times New Roman', Times, serif;
    color:#044b8e;
    line-height:36px;
    display:block;
}
body.home .content .services_main .services_list .list_item .p_t_tw {
    font-size:18px;
    color:#044b8e;
    line-height:36px;
    display:block;
    letter-spacing:0.05em;
}
/*-------------------------------------------------內頁共用設定 -------------------------------------*/
.h2{
	font-size:28px;
	line-height:36px;
	color:#1b2b71;
	display:block;
	letter-spacing:0.05em;
	border-bottom:1px solid #ccc;
	font-weight:500;
	padding-left:50px;
	background: url("../svg/icon_h2.svg") no-repeat 5px top;
}
.page-box{
	border-top:1px dashed #999;
}
.txt{
	padding:0 15px;
}
/*end*/



/*產品搜尋*/
body.product .input_box{
	width:55px;
}
body.product .check_table{
	overflow-y: auto;/*設定卷軸 auto 是有超過我的高度的時候才會出現卷軸*/
	height: 120px;/*自己設定*/
	display: block;
	border: 1px solid #e5e5e5;
    padding: 0px;
}
body.product .check_table td{
	line-height:24px;
	font-size:14px;
	padding:0;
	text-align:left;
	padding-left:10px;
	color:#666;
}
body.product .btn-back{
	border-top:none;
	border-bottom:1px dashed #999;
	margin:0;
}
body.product .btn-back ul li a {
    position: relative;
    /* border: 1px solid #007fc8; */
    background-color: #666666;
    display: table;
    margin: 30px 5px;
    padding: 8px 15px 8px 35px;
    font-size: 15px;
    color: #fff;
    transition: all 0.5s;
    letter-spacing: 0.1em;
    border-radius: 10px;
}
body.product .btn-back ul li a:hover{
	background:#1b2b71;
}
body.product .btn-back ul li a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../svg/icon_search02.svg) no-repeat;
    width: 19px;
    height: 19px;
    left: 12px;
    top: 10px;
}
.table,
body.product .table02{
	border-collapse:separate;
}
body.product .table02 th{
    background: #1b2b71;
    color: #fff;
	text-align: center;
    vertical-align: middle;
	border-bottom:none;
	line-height:18px;
	white-space: nowrap!important;
	padding:10px 15px;
}
body.product .table02.t01 td{
	text-align: center;
	line-height:40px;
    border-spacing: 5px;
	white-space: nowrap!important;
}
body.product .table02.t01 td:first-child,
body.product .table02.t01 th:first-child {
	position:sticky;
	left:0; /* 首行永遠固定於左 */
	background: #f1f1f1;
}
body.product .table02.t01 th:first-child{
	background: #1b2b71;
}
.table tr:nth-child(even),
.table02.t01 tr:nth-child(even) {
	background: #f1f1f1
}

body.product .table02.t01 tr:nth-child(odd) td {
	background: #fff;
	border:1px solid #f1f1f1;
}
body.product .title_search{
	color:#03C;
	font-size:18px;
	line-height:36px;
}

/*最新消息*/
.article-list .item .info{
	font-size:18px;
	letter-spacing:0.1em;
}
.news .article-list .item .time {
    color: #2b88fb;
    padding: 2px 6px;
    transition: all 0.5s;
/*	border-radius:6px;*/
	font-size:14px;
}
.news .new_arrow {
    position: relative;
    background-color: #fff;
    border: 2px solid #007fc8;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    z-index: 1;
    transition: all 0.5s;
}

.news.show .tit {
    padding: 10px 10px 10px 0;
    border-bottom: 3px solid #007fc8 !important;
    margin: 0px 0 30px;
}
.news.show .tit h4 {
    color: #2b88fb;
    font-size: 14px;
    z-index: 100;
    margin: 0;
	font-family: "Arial";
    position: relative;
    padding-bottom: 7px;
    padding-left: 20px;
}
.news.show .tit h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
	margin-left:15px;
}
.btn-back {
    border-top: 1px dashed #999;
    margin-top: 60px;
}
.btn-back ul {
    justify-content: center;
}
.btn-back ul li a {
    position: relative;
    /*border: 1px solid #007fc8;*/
    background-color: #666666; 
    display: table;
    margin: 30px auto 0;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
	letter-spacing:0.1em;
    border-radius: 10px;
}
.btn-back ul li a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../svg/more.svg) no-repeat;
    width: 12px;
    height: 10px;
    left: 10px;
    top: 17px;
}
.btn-back ul li a:hover {
    background-color: #1b2b71;
    color: #fff;
}

/*品質系統  EOL頁*/
.content .oneRow {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg_color{
	background:#d9ecf6 !important;
	border:none;
	text-align:center;
}
.oneRow .btn {
    border-radius: 6px;
    font-size: 12px;
    margin: 5px auto;
    padding: 5px 10px;
    transition: all .3s ease;
    width:110px;
}
.oneRow .join {
    background: #1b2b71;
    color: #fff;
}
.oneRow .instance {
    background: #333;
    color: #fff;
}
/*表格*/
.table{
    overflow-x: auto;
    white-space: nowrap;
}
.table th{
	background:#1b2b71;
	color:#fff;
	text-align:center;
}
.table td,
.table th{
	text-align:center;
	vertical-align:middle;
	border-bottom:none;	
	padding:10px;
}


/*產品應用*/
body.applications .applications_box{
	display:block;
	position:relative;
}
body.applications .a_item{
	padding: 15px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: #f5f5f5;
}
body.applications .a_item .a_pic{
	position: relative;
    display: inline-block;
    overflow: hidden;
	width:25%;
}
body.applications a:hover .a_item .a_pic img{
	opacity:0.7;
}
body.applications .a_item .a_main{
	padding:15px;
}
body.applications .a_item .a_main .a_date{
	color:#fff;
	background:#9f9f9f;
	font-size:12px;
	line-height:20px;
	display:block;
	padding:2px;
	text-align:center;
	width:100px;
}
body.applications .a_item .a_main .a_title{
	font-size:24px;
	font-weight:600;
	color:#2e9dd9;
	line-height:40px;
	display:block;
}
body.applications a:hover .a_item .a_main .a_title{
	color:#000;
}
body.applications .a_item .a_main .a_word{
	line-height:30px;
	font-size:14px;
	color:#999;
	letter-spacing:0.08em;
}
/*頁籤設定*/
body.applications .content .tab_box {
     margin-top: 20px;
}
body.applications .content .tab_box {
     margin-top: 0px;
}
body.applications #tab {
    width: 100%;
    background: #fff;
    /*border: solid 1px #534842;*/
}

/* 頁籤ul */
body.applications .pro_tab{
	position:relative;
	clear:both;
	display:block;
}
body.applications #tab>ul{
    overflow: hidden;
    margin: 0;
    padding: 8px 0 0 0px;
    /*border-bottom: 1px solid #ddd;*/
}
body.applications #tab>ul>li{
    list-style-type: none;
}
body.applications #tab>ul>li{
    float: left;
    margin: 0 5px;
}
body.applications #tab > ul > li > a {
    text-decoration: none;
    font-size: 17px;
    color: #666;
    float: left;
    padding: 6px 12px;
	border:none;
    margin: 0;
    letter-spacing: 0.05em;
    background: transparent;
    width: 100%;
	border-radius:0;
}

body.applications #tab > ul > li.active a,
body.applications #tab > ul > li > a:hover {
    background: #1b2b71;
    color: #fff;
}
body.applications #tab > ul > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    float: left;
    padding: 8px;
    border: 1px solid #eee;
    margin: 5px 5px 0 5px;
    letter-spacing: 0.05em;
    text-align: center;
}
body.applications .file_table{
    overflow-x: auto;
}
 
/*頁籤div內容*/
body.applications .content .editor {
    padding: 10px 20px;
    transition: all 0.05s linear;
    min-height: 150px;
	font-size:15px;
	color:#999;
}
body.applications .editor ul li{
	list-style:none;
	line-height:30px;
    font-size: 13px;	
}
body.applications .edior_title{
	display:block;
	position:relative;
	font-size:15px;
	color:#b22222;
	line-height:36px;
}
body.applications .edior_list{
	padding-left:20px;
}

/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 250px;
}
body.contact .contact-box {
    display:block;
    position:relative;
}
body.contact .contact-box .company_title02 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 24px;
    color: #255f93;
    letter-spacing: 0.2em;
    margin: 10px 0 20px 0;
    text-align: left;
}
body.contact .contact-box ul li{
	display:block;
	color:#666;
	font-size:15px;
	line-height:30px;
}
.contact02 {
    display:block;
    margin:20px 0;
    border-top:1px dashed #ccc;
    padding:25px 0;
}

/*行銷據點*/
body.contact .area_box{
	position:relative;
}
body.contact .contact_search{
	position:relative;
	display:flex;
	flex-flow: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin:10px 0 20px;
}
.form-label{
	margin-bottom:0;
}
.form-field{
    width: 70%;
}
.form-btn{
	margin-left:10px;
}
select {
    word-wrap: normal;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
/*.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/
.form-control.f02{
	height:100px;
}
.btn02{
	display: inline-block;
    font-weight: 400;
    line-height: 30px;
	font-size:14px;
	color:#fff;
	background:#666;
	padding: 0px 20px;
    border-radius: 8px;
    letter-spacing: 0.15em;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
body.contact .area_title{
	font-size:24px;
	color:#214a9e;
	line-height:36px;
	margin:20px 0;
	padding:7px;
	background:#f6fafb;
	display:block;
	text-align:left;
}
body.contact .result_title{
	background:#1b2b71;
	color:#fff;
	line-height:30px;
	font-size:18px;
	display:block;
	padding:5px 10px;
	letter-spacing:0.1em;
}
body.contact .result_logo{
	display:block;
	position:relative;
	margin:0 auto 7px;
}
body.contact .result_main{
	background-color:#f3f3f3;
	padding:15px;
	min-height:300px;
	margin:0 0 15px 0;
}
body.contact .result_main.m02{
	min-height: inherit;
}
body.contact .result_main ul li{
	list-style:none;
	display:block;
	font-size:14px;
	color:#777;
	line-height:30px;
}
body.contact .result_main ul li.result_name{
	font-size:18px;
	color:#1b2b71;
}
.online_btn{
	margin:25px auto 0;
	display:block;
	position:relative;
	text-align:center;
}
.online_btn.search{
	margin:0 auto;
}
.online_btn a{
	background:#666;
	width:150px;
	padding:8px 20px;
	color:#fff;
	font-size:16px;
	border-radius: 8px;
	letter-spacing:0.15em;
}
.online_btn a:hover{
	background:#1b2b71;
}
/*諮詢表單*/
body.contact .note_box{
	background:#d9ecf6;
	color:#06C;
	font-size:14px;
	line-height:24px;
	padding:10px;
	text-align:center;
	margin:15px auto;
	display:block;
}
.control-label{
	text-align:right;
	margin: 5px 0;
}
body.contact .btn-back ul li a:before{
	display:none;
}
body.contact .btn-back ul li{
	margin:0 10px 0;
}
body.contact .btn-back ul li a{
	padding:10px 20px;	
	font-size:14px;
}
