@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*CSS RESET*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bfbfbf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bfbfbf;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bfbfbf;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #bfbfbf;
}
.placeholder{  /* Internet Explorer 8 & 9*/
	color: #bfbfbf;
}

a:focus {
  outline: none;
  text-decoration: none;
}
a img{border: 0;}
:focus {outline: 0;}
a{ 
	text-decoration:none;
	outline: none; /* for Firefox Google Chrome  */
	behavior:expression(this.onFocus=this.blur()); /* for IE */
	
}/*去除連結虛線框*/

img, fieldset {
  border: 0; /*將影像及欄位集的邊框歸零*/
}

input, button, textarea, select, optgroup, option {
      font-family: inherit;
      font-size: inherit; 
      font-style: inherit;
      font-weight: inherit;
    }
input:focus, textarea:focus{	border-color:#c8a063; } 	
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}
	
*{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;padding:0;
  }
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	margin: 0;
	padding: 0;
}
input[type="button"], input[type="submit"] {
	cursor: pointer;
}
input, select, textarea {
	outline: none; border-radius:3px; border:1px solid #b3b3b3; 
}
input, textarea{ padding: 5px 8px;}
input[type="file"] { border:none; padding:0;}
button {
	cursor: pointer;
	outline: none;
	font-weight: normal;
}
hr {
	margin: 0;
}
label{ cursor:pointer;}
label:hover{ color:#3b87f4;}

input[type="button"]:disabled, button:disabled{ cursor:default;}
address{ font-style: normal; }
/*CSS END RESET*/	



body{	font-family: 'Noto Sans TC', sans-serif; font-size:16px;}
img{ width:100%; height: auto; max-width: 100%; }
/*---設一個共用安全寬度 container，可在不同載體寬度下media query-------*/
.container{ width: 1200px; margin: 0 auto; }
.d-flex{ display: flex; display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox; }
/*---原子CSS--*/
.clear-fix{clear:both;}
.text-center{ text-align:center !important;}
.text-left{ text-align:left !important;}
.text-right{ text-align:right !important;}
.mb-5{ margin-bottom:5px !important;}
.mb-10{ margin-bottom:10px !important;}
.mb-15{ margin-bottom:15px !important;}
.mb-20{ margin-bottom:20px !important;}
.mb-25{ margin-bottom:25px !important;}
.mt-5{ margin-top:5px !important;}
.mt-10{ margin-top:10px !important;}
.mt-15{ margin-top:15px !important;}
.mt-20{ margin-top:20px !important;}
.mt-25{ margin-top:25px !important;}
.mr-5{ margin-right:5px !important;}
.mr-10{ margin-right:10px !important;}
.mr-15{ margin-right:15px !important;}
.mr-25{ margin-right:25px !important;}
.ml-5{ margin-left:5px !important;}
.ml-10{ margin-left:10px !important;}
.ml-15{ margin-left:15px !important;}
.ml-20{ margin-left:20px !important;}
.ml-25{ margin-left:25px !important;}
.w-100{width:100% !important;}
.f12{ font-size:12px !important; }
.f14{ font-size:14px !important; }
.f16{ font-size:16px !important; }
.f18{ font-size:18px !important; }
.f24{ font-size:24px !important; }
.text-red{color: #c1272d !important;  }
.text-green{color:#048c72; }
.text-gray{color:#666; }
.text-blue{color: #0071bc; }
.text-brown{color:#a67c52; }
.text-brown2{color:#d23200; }
.btn-text-more{color: #96d5ff;}
.btn-text-more:hover{color: #39f;}
.fl-right{ float:right !important;}
.no-border{ border:none !important;}
.d_inline-block{display:inline-block !important;}
.cursor-pointer{ cursor:pointer;}
.w-50{width:50%;}
.w-100{width:100%;}
p{ line-height: 1.6em; }
.btn-default{
	display:inline-block; padding: 5px 20px;  text-align: center;
	background: #39f; color:#fff;border-radius: 8px;
}

a{color:#0077ef;}
a:hover{color:#ff8a9a;}
.bg-pink{background: #ffebeb;}
.btn-default:hover{background: #6ba7ef;
-moz-box-shadow: 0px 3px 5px #88bcfc;
-webkit-box-shadow: 0px 3px 5px #88bcfc;
box-shadow: 0px 3px 5px #88bcfc;color:#fff;
}
.xs-hidden{}
.xs-show{display: none;}
/*-------*/
/*----------------------------------*/

.head{ 
	  background: #fff;
    border-bottom: 2px solid #a3c8ec;
    font-size: 16px;   
}

.head .container{
	display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;/*----<<要有高度才有效果-----*/
	height: 95px;
}
.logo {}
.logo img{ width:100%; height: auto; max-width: 200px;  }
.menu {}
.menu-area{display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;}
.menu-area li a{color: #39f; padding: 20px 10px;  }
.menu-area li a:hover{background-color: #eef8ff;    border-radius: 10px;}
/*--手機板 選單btn 隱藏---*/
#menu-button{display: none;}
/*-----區塊---------*/
.block-area{ background: #fff; padding: 2.5em 0; }
.set-bg-style01{ background: #e1f2ff;  }

.block-area .container{  }
.area-title{ font-size: 30px; width: 100%; text-align: center;  }
.sub-title{ color:#007af5; font-size: 16px; text-align: center; }

/*---首頁服務項目----*/
.index-service .container.d-flex{}
.index-service-item img{ max-width: 60px; border-radius: 50%; }


.path{
	display: block; margin-bottom: 20px; font-size: 14px;
}
.path li{ 
	position: relative;
	padding: 6px 10px;	
  display: inline;
 }
.path li a{ color: #aaa; text-decoration: none; }
.path li + li:before{
	content:"/";
	color: #aaa;
	position: absolute;
	left: -3px;
} 

.card-container{display:flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;}
.card{ 
	width:30%; 
	border-radius:18px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: 0.5s;
}
.card:hover{
	-moz-box-shadow: 0px 2px 10px #ccc;
	-webkit-box-shadow: 0px 2px 10px #ccc;
	box-shadow: 0px 2px 10px #ccc;
	margin-top: -8px;
}
.card-photo{ text-align: center; background: #ccc; }
.card-photo img{vertical-align: top;}
.card-body{ padding: 20px; }
.card-body h3{ color:#3c854b; font-size:20px; margin-bottom: 10px;  }
.card-body p{ line-height: 1.5em; }
.card-footer{ padding: 5px 20px 20px; text-align: right;}
.btn-more{ padding: 8px 15px; color:#fff; background: #ff8a9a; 
	display: inline-block; border-radius:35px; transition: all .5s ease;
}
.btn-more:hover{color:#fff; background: #39f;}
.btn-more i{display: inline-block; padding-left: 8px;}
/*---2格欄位----*/
.two-col{ 
	display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;

	flex: 1 1 50%;/*--<< 伸展---*/
	flex-direction: column;
  -ms-flex-direction:column;  
	background-color: #fff;
  	margin: 10px 5px;
  	border-radius:10px;
  	padding: 30px 20px;
  	
 } 	

.brand{ max-width: 150px; }

.title-style{ 
	font-weight: 700; font-size: 25px; 
}
.title-style02{ 
	font-weight: 700; font-size: 20px; 
}
/*---徵信社新聞及常見問題 六宮格排版----*/
.six-col-container{	flex-wrap: wrap; -ms-flex-wrap:wrap; }
.six-col{
	
	background-color: #fff;
  flex: 1 1 33.3%;

}

.six-col.main{ flex-basis: 66.6%;}

.index-news-area a{ color:#ccc; }
.index-news-area a:hover {text-decoration: underline; }
.index-news-area .six-col { background-size: cover; display: flex; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-height: 350px;}
.index-news-area .six-col article {align-self: flex-end;   
  display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;}
.index-news-area .six-col a {padding: 30px; background: rgba(0,0,0,0.6); display:block; }
/*-----簡易五宮格排版------*/
.five-col-container{height: 500px; flex-direction: column; -ms-flex-direction:column;   flex-wrap: wrap; -ms-flex-wrap: wrap;}
.five-col{ 
	background: #EAF0ED;
	padding: 20px 10px;
	border-radius: 20px;
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
  	align-items: center;
  	width: 25%;
  	flex: 1 1 50%;
  	border: 10px solid #fff;;
  	font-size: 20px;
  	flex-direction: column;
    -ms-flex-direction:column; 
 }
.five-col i{font-size: 48px; padding-bottom: 10px;}
.five-col.main{width:50%; flex: 1 1 100%; font-size: 40px; }
.five-col.main i{font-size: 90px;}
/*----3欄排版-----*/

.three-col-container{align-items: center;}
.three-col{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
    display:flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction:column; 
    margin:10px;
    flex: 33.3%;/*---跟 width寬度 33% 一樣的感覺--*/
    align-items: center;
 }
.three-col.main{ padding: 60px 20px; }
.show-img{ max-width: 150px; }
/*.three-col p{ height: 100px; }*/
.btn-act{display:block; padding: 10px;  width:100%; text-align: center;
background: #39f; color:#fff;border-radius: 8px;
transition: 0.5s;}

.btn-act:hover{background: #6ba7ef;
-moz-box-shadow: 0px 3px 5px #88bcfc;
-webkit-box-shadow: 0px 3px 5px #88bcfc;
box-shadow: 0px 3px 5px #88bcfc;
}

.essential {
    padding-left: 25px;
    list-style-type: decimal;
}
.fw-normal{ font-weight: normal; }
/*------常見三版塊排版------*/
/*--type01--*/
.default01-col{ display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 20px; align-items: flex-start; flex: 33.3; }
.default01-col .con{ padding-left: 10px; }

/*--type02--*/
.default02-col{ display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #EAF0ED; padding: 20px; 
flex-direction: column; text-align: center; align-items: center;flex: 33.3; }
.default02-col .con{ margin-top: 20px;  }

/*--type03--*/
.default03-container{flex-direction: column; -ms-flex-direction:column; }
.default03-col{border-bottom: 1px solid #ccc;
	display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: #ececec;padding: 20px; 	align-items: center;
}
.default03-col .con{ padding: 0 20px;  }
.default03-col:nth-child(2n){flex-direction: row-reverse;  -ms-flex-direction: row-reverse;          text-align: right;}


/*----卡片排版2---*/
.big-card-container{ flex-direction: column; -ms-flex-direction:column;  margin-bottom: 25px; border-radius: 10px; overflow: hidden; }
.big-card-top { background: #fcfcfc; padding: 10px 15px; display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
align-items: center; }
.big-card-top img{ max-width: 200px; }
.big-card-main{ display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
   padding:10px;background: #edfaff; flex-direction: row;  -ms-flex-direction: row;}
.big-card-main .pic{
	 border-radius: 10px; 
	 height: 150px;
  	width: 350px;
  	
  	background-size: cover;
  	background-position: center;
  	flex-grow: 1;
  	flex-shrink: 1;
  	flex-basis: 100px;


}
.big-card-main .pic img{ width:100%; }
.big-card-main .con{
	margin-left: 50px;
	display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-direction: column; -ms-flex-direction:column; 
    justify-content: space-between;
    /*align-items: flex-start; 不寫也OK. 寫了IE11會不換行*/
   
    flex-grow: 4;
  	flex-shrink: 0;
  	flex-basis: 100px;

}
.big-card-main .btns{ margin-top: 15px; }
.big-card-main .btns i{
  font-size: 20px;
  color: #3F5D45;
  padding: 0 3px;
}
/*-----------*/
.service-center-list{ list-style-type: none; line-height: 1.6em;  }
.service-center-list li{margin-bottom: 10px;}
.service-center-list a{ color: #666; display: inline-block; margin: 3px 5px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 75px;
    border: 1px solid #92c2f5;
    background: rgb(251 253 255); }
.service-center-list a:hover{ background: #39f; color: #fff; }    
/*---內頁左右欄-----*/
.sidebar{min-width:200px; background: #fff; padding-right: 20px;}
.sidebar-title{border-bottom: 2px solid #05418c;
    border-top: 2px solid #e5004f;
    padding: 19px 10px;}
.list-area li a{ padding: 8px 10px; border-bottom: 1px solid #000;
display: block; position: relative;     z-index: 1; color:#000;}
.list-area li a:hover{ color:#05418c;}
.list-area li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0; top:0;
	width: 0;
	height: 100%;
	background-color: #e6f3fd;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list-area li a:hover:before {
	width: 100%;
}
.list-area li a:after {
    content: "\203a";
    position: absolute;
    right: 10px;
    color: #0faaf0;
    font-weight: lighter;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-area li a:hover:after {
	filter: alpha(opacity=1);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}


.content{ background-color: #f8fcff; padding: 15px;}
.post-title{font-size: 22px; padding: 0 10px 15px; border-bottom: 3px solid #000; margin-bottom: 10px;}
.post-content{ font-size: 18px; padding: 10px; line-height: 1.7; }
.post-meta{ font-size: 14px; color:#666; padding: 0 10px; margin-bottom: 20px; }
.post-meta span{ display: inline-block; margin-right: 10px; }
.post-meta span i{ padding-right: 5px; }

/*-----徵信服務-----*/
.bg-service{
   background-color:#000; 
   background-image: url(../img/bg-service.jpg); 
   background-size: cover;
}
.bg-service .area-title{ color:#fff; }
.set-link-no a {color: inherit;}
.dot-img {width:16px; height: 16px; margin-right: 10px; display: inline-block;}
/*----價錢表------*/
.STYLE1{color:#fff;}
.common-table td{padding: 5px 10px;}
.og-contact-list .og-name{ margin-bottom: 20px; text-align: center;}
.og-contact-list .og-name a{color:#666;}
.og-contact-list .og-name a:hover{color: #e5004f;}

.og-contact-list .og-name:last-child{ margin-bottom: 0; }
/*-----徵信社推薦  公會列表------*/
.good-list .three-col-container {
    align-items: flex-start;
}
/*----contact-------*/
.contact-way img{max-width: 300px;}
.contact-way img:hover{ box-shadow: 0 0 8px rgba(0,0,0,0.5); border-radius: 20px; }
.contact-way{margin-bottom: 10px;}
.contact-way h3 i{padding-right: 10px;}
.contact-way h3 {margin-bottom: 10px;}
/*----CASE------*/
.case-area{flex-wrap: wrap;}
.case-area .case-item{
    display: flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    width:48%;      
    margin: 1%;
    border-left: 2px solid #39f;
    background-color: #fff;
    border-radius: 10px;
}
.case-area .case-item .title-style{font-size: 18px;}

.case-area .case-item article{width:100%;}
.case-area .case-item article a{ display:block; padding: 20px 10px; color: #005dbb; border-radius: 10px;}
.case-area .case-item article h2{font-weight: 400;}
.case-area .case-item article a:hover{background-color: #fff4f4; color: #fc3e6b; border-left-color: #fc3e6b;}
/*--------------*/
.service-center-list b{font-weight: 400;}

.footer{ 
	background: #fff; 
    font-size: 16px;   
    padding: 15px 0 0;
}

.footer .container{
	display: flex; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.f-about { max-width:350px; }
.f-about img{ width:100%; height: auto; max-width: 200px;  }


.footer .bottom-menu{ 
	margin-left: auto; display: flex; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer .bottom-menu ul li a{color:#ce007a; font-weight:700; padding-left: 8px;}
.footer-block{
	margin: 10px 20px;
}

.footer-block h5{
	border-bottom: 2px solid #666;
	padding: 8px 5px 16px; 
	margin-bottom: 10px;
}
.footer-block ul li{
	padding: 8px 5px; 
}

.copyright-area{padding:15px; text-align: center; background-color: #004f8e; color:#fff; font-size: 14px; margin-top: 15px; }

.right-contact{
    right: 0; position: fixed; bottom: 100px;
    width: 100px;
    z-index: 2;
}

.right-contact li { width:100%; background: #fff; font-size: 16px; text-align: center;
padding: 10px;}

.right-contact li a{display:block; color:#000; }
.right-contact li img{border-radius: 50%; width: 50px; height: 50px; vertical-align:top;}
.right-contact li:nth-child(1){border-left: 3px solid #fc3e6b;background: #fff4f4;}
.right-contact li:nth-child(2){border-left: 3px solid #0cb33e;background: #f2fff2;}
.right-contact li:nth-child(3){border-left: 3px solid #0e3e62;background: #e9f5ff;}

.right-contact li:nth-child(1) a:hover{color:#fc3e6b;}
.right-contact li:nth-child(2) a:hover{color:#0cb33e;}
.right-contact li:nth-child(3):hover{color:#0e3e62;}

.right-contact li:hover{background: #fff;}
/*----下拉選單 樣式-----*/
.sod_select,
.sod_select *
    {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
    }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select
    {
        display: inline-block;
        position: relative;
        line-height: 1;

        width: 100%;
        padding: 13px 10px;

        background-color: #ffffff;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
        background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #fff 100%);
        background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #fff 100%);
        background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #fff 100%);
        background-image: linear-gradient(bottom, #f7f7f7 0%, #fff 100%);
        -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
                background-clip: padding-box;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        color: #797979;
        text-align: left;
        text-transform: none;
        outline: 0;
        outline-offset: -2px; /* Opera */
        cursor: pointer;
    }

    /* Up/Down arrows */
    .sod_select:before,
    .sod_select:after
        {
            content: "";
            position: absolute;
            right: 30px;
            top: 0;
            bottom: 0;
            border-left: 1px solid #dbdbdb;
        }

        /* Down arrow */
        .sod_select:after
            {
                content: "\25BC";
                right: 12px;
                top: 15px;
                border-left: none;
                color: #bbbbbb;
                font-size: 8px;
            }

    /* Change the border color on hover, focus and when open */
    .sod_select:hover,
    .sod_select.focus,
    .sod_select.disabled,
    .sod_select.disabled:hover
        {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmYyIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
            background-image: -moz-linear-gradient(bottom, rgba(241,241,241,.75) 0%, rgba(255,252,252,.75) 100%);
            background-image: -o-linear-gradient(bottom, rgba(241,241,241,.75) 0%, rgba(255,252,252,.75) 100%);
            background-image: -webkit-linear-gradient(bottom, rgba(241,241,241,.75) 0%, rgba(255,252,252,.75) 100%);
            background-image: linear-gradient(bottom, rgba(241,241,241,.75) 0%, rgba(255,252,252,.75) 100%);
            border-color: #d4d4d4;
        }

        .sod_select.focus { box-shadow: 0 0 2px rgba(0,0,0,.1); }

        .sod_select.open
            {
                border-radius: 3px 3px 0 0;
                color: #919191;
            }

            .sod_select.open.above { border-radius: 0 0 3px 3px; }

    /* When the entire SoD is disabled, go crazy! */
    .sod_select.disabled,
    .sod_select.disabled:hover
        {
            opacity: .8;
            color: #b2b2b2;
            cursor: not-allowed;
        }

    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    .sod_select .sod_label
        {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            padding-right: 25px;
        }

        .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }
        .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }



    /* Options list wrapper */
    .sod_select .sod_list
        {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            height: auto;
            width: 100%;
            margin: 0 0 0 -1px;
            border: 1px solid #dbdbdb;
            border-radius: 0 0 3px 3px;
            box-shadow: 1px 2px 5px rgba(0,0,0,.1);
            background: #ffffff;
            color: #676767;
         
            z-index: 1;
        }

        /* Shows the option list (don't edit) */
        .sod_select.open .sod_list { display: block;  }

        /* Don't display the options when  */
        .sod_select.disabled.open .sod_list { display: none;  }

        /* When the option list is displayed above the SoD */
        .sod_select.above .sod_list
            {
                top: auto;
                bottom: 100%;
                border-radius: 3px 3px 0 0;
                box-shadow: 1px -2px 5px rgba(0,0,0,.1);
            }


    /* Options list container */
    .sod_select .sod_list ul
        {
            overflow-y: auto;
            padding: 0;
            margin: 0;
        }

        /* All the options. Keep the first three lines for truncating... */
        .sod_select .sod_list li
            {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;

                position: relative;
                padding: 10px 10px 10px 25px;
                list-style-type: none;
            }

            /* Optgroups */
            .sod_select .sod_list .optgroup,
            .sod_select .sod_list .optgroup.disabled
                {
                    background: inherit;
                    color: #939393;
                    font-size: 11px;
                    font-style: italic;
                }

                /* Children of an optgroup */
                .sod_select .sod_list .groupchild { padding-left: 35px; }

            /* Disabled option */
            .sod_select .sod_list .disabled
                {
                    background: inherit;
                    color: #cccccc;
                }

            /* Hover state for options, also used when a user uses his/hers up/down keys */
            .sod_select .sod_list .active
                {
                    background: #366fb5;
                    color: #ffffff;
                }

            /*Make room for the check mark */
            .sod_select .sod_list .selected { font-weight: 700; }

                /* Displays a check mark for the selected option */
                .sod_select .sod_list .selected:before
                    {
                        content: "";
                        position: absolute;
                        left: 10px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                        display: inline-block;
                        color: #808080;
                        height: 9px;
                        width: 10px;
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
                    }

                /* Add a .no_highlight class to you SoD to hide the check mark */
                .sod_select.no_highlight .sod_list .selected:before { display: none; }

            .sod_select .sod_list .link { /* If data-link is set on a specific option */ }
            .sod_select .sod_list .linkexternal { /* If data-link-external is set on a specific option */ }


    /* Hide native select */
    .sod_select select { display: none !important; }

        /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
        .sod_select.touch select
            {
                -webkit-appearance: menulist-button;

                position: absolute;
                top: 0;
                left: 0;
                display: block !important;
                height: 100%;
                width: 100%;
                opacity: 0;
                z-index: 1;
            }


.set-number{ min-width: 2em; display: inline-block;}
.news-area .big-card-main{border-radius: 10px;
-moz-box-shadow: 0 0 11px 3px rgb(188,206,255,0.8);/*FF 3.5+*/
-webkit-box-shadow: 0 0 11px 3px rgb(188,206,255,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 11px 3px rgb(188,206,255,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}


@media screen and (max-width: 1400px){  
  .right-contact{width: 55px;}
  .right-contact li img {
    width: 35px;
    height: 35px;}
}



@media screen and (max-width: 1200px){  
	.container{ width: 100%; padding-left: 10px; padding-right: 10px;  }
  /*----右側聯絡3個----*/
  .right-contact{ width: 100%; bottom:0;  }
  .right-contact li{width:50%; float: left; padding: 5px 0; font-size: 14px;}
  .right-contact li:nth-child(1){border-top: 2px solid #fc3e6b; border-left: none;}
  .right-contact li:nth-child(2){border-top: 2px solid #0cb33e; border-left: none;}
  .right-contact li:nth-child(3){border-top: 2px solid #0e3e62; border-left: none;}
  .right-contact li img { width: 45px; height: 45px;}
  .footer { padding-bottom: 79px;}


}


@media screen and (max-width: 1024px){  
  .f-about{max-width: 100%;}
  .footer .container{flex-direction: column; -ms-flex-direction:column; }
  .footer .bottom-menu { margin-left: -20px; align-items: flex-start;}
  /*--選單---*/
  #menu-button{display: block;}
  .menu-area{
  /*--display: none;-*/
  /*隱藏選單，將最大高度設為0，overflow的文字就不會顯示*/
    max-height: 0px;
    overflow: hidden;
  /*載入時漸變效果*/
    transition: max-height 1.5s;
    margin-top: 1px;
  /*絕對定位疊在網頁上，並且利用上頭的隱藏技巧*/
    position: absolute;
    z-index: 100;
    top: 90px;
  /* left:0 right:0表示滿版 */
    left: 0;
    right: 0;
    background: #0059a0;
    /*----*/
    flex-direction: column; -ms-flex-direction:column; 
  }
  .menu-area li{
    text-align: left;
  }
  .menu-area li a{
    transition: all 0.3s;
    color:white; display: block;
    border-bottom: 1px solid #2180cc;
  }
  .menu-area li a:hover{
    background: #2180cc;
  }
  /*RWD時，選單圖示的位置*/
    #menu-button{
    display:block;
    float: right;
    margin: 1em;
    color: #0064b3;
    background: #daecff;
    border-radius: 10px;
    padding: 10px;
  } 
  /*jQuery點擊後動態在 body 加上 class */
    .menu-show .menu-area{
      max-height: 600px;
    }
 
  /*-------*/
}



@media screen and (max-width: 768px){  
	.six-col.main, .six-col{ flex-basis: 100%;}
	.three-col-container{ flex-direction: column; -ms-flex-direction:column; }
	.three-col{ width: 100%; padding: 20px; flex:auto; }
	.three-col.main{ padding: 40px 20px; }
	.three-col p{ height: auto; }
	.big-card-main .con{ margin-left: 20px;}
  .og-contact-list .three-col{margin: 0;}
  /*---首頁服務項目3欄變1欄--*/
  .index-service .container.d-flex{ flex-direction: column; -ms-flex-direction:column; }
  /*----------*/
  .footer .bottom-menu{display:block; width:100%;}
  .footer-block {
    width: 50%;
    float: left;
    margin:0; padding: 15px; 
  }
  
}



@media screen and (max-width: 576px){  
  .container{font-size: 18px;}
	.block-area { padding: 2em 0;}
  .service-center-list b{display: block; padding-bottom: 8px;}
  .default01-col{padding: 20px 10px;     flex: auto;}
  .big-card-main .con{flex: auto;}
   /*-------*/ 
	.card-container{ flex-direction: column; -ms-flex-direction:column; }
	.card{ margin-bottom: 15px; width:100%; }
	.two-col-container{ flex-direction: column; -ms-flex-direction:column; }
  .two-col{padding: 10px; flex: auto;/*--<<不寫的話. IE11會跑版---*/}
	.five-col-container{ height: auto; }
	.five-col.main{ width:100%; }
	.five-col{ width:100%; border: 5px solid #fff;}
	.big-card-main{ flex-direction: column; -ms-flex-direction:column; }
	.big-card-main .pic{ width: 100%; height: 200px; }
	./*footer .container{flex-direction: column;}*/
	.f-about{width:100%; max-width: 100%; padding: 10px 20px;}
    .footer-block { width: 100%; padding: 10px;}
    .copyright-area{padding: 10px; font-size: 12px;}
	/*-----內頁 中間主區塊------*/
	.set-main{flex-wrap: wrap;}
	.sidebar{min-width: 100%; margin-bottom: 15px; padding-right:0; }
	.xs-hidden{display: none;}
	.xs-show{display: block;}
	.sidebar-title{text-align: center; padding: 0 10px; font-size: 20px; border: none;}
	.select{text-align: center; padding: 15px 0;}
	.sod_select .sod_label{text-align: center;}
  /*-------*/
  .set-th-width { min-width: 4em;    display: inline-block;    vertical-align: super; }
  .news-inner-area .sidebar{display:none;}
  .case-inner-area .sidebar{display:none;}
  .path{margin-bottom: 10px;}

}	

@media screen and (max-width: 360px){  
    .f24 { font-size: 18px !important;}
    .set-number{font-size: 14px; }
    .set-th{font-size: 14px; }
    .common-table{font-size: 14px;}
}