html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Verdana','sans-serif','Microsoft JhengHei','PingFang SC';
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #fff;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 以下自訂 */
h1,h2,h3,h4,h5,h6{
	color: #000;
	text-align: center;
	/* font-weight: bold; */
}
h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
p{
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: justify;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	color: #23527c;
}
img{
	width: 100%;
}
:target {
    padding-top: 84px;
    margin-top: -84px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
    cursor:pointer;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#header_wrap{
		position: fixed;
	    top: 0;
	    margin: 0 auto;
	    width: 100%;
	    z-index: 999;
	}
#wrap{
	margin-top: 84px;
}
@media screen and (min-width: 768px){
	
}

#header_wrap{
	box-shadow: 0 4px 3px rgba(51, 51, 102, 0.2);
}
#application_form input{
	border-radius: 4px; 
}
.banner_bg{
	width: 100%;
	height: 0;
	padding-bottom: 31.25%;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_bg .title_group{
	position: absolute;
	margin-top: 170px;
}
.banner_bg .title_group h3{
	margin-top: 12px;
}
.sec_bg{
	margin-top: 94px;
	margin-bottom: 94px;
}
.sec_bg h3{
	text-align: center;
	margin-bottom: 26px;
}
.sec_bg p{
	margin-bottom: 6px;
}
#header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #fff;
}
#header .navbar-brand{
	padding-top: 28px;
}
#header .logo{
	width: 160px;
}
#header .navbar-default{
	background-color: #fff;
	border: none;
	height: 84px;
}
#myNavbar .navbar-nav{
	float: right;
}
#myNavbar .navbar-nav li{
	padding-right: 40px;
}
#myNavbar .navbar-nav li span a{
	height: 84px;
	line-height: 84px;
	color: #333;
	font-size: 16px;

}
#myNavbar .navbar-nav li a:hover{
	opacity: 0.8;
} 
footer{
	min-height: 84px;
    border-top: 1px solid #dcdcdc;
    background-color: #e1e4ec;
}
footer .footer_bg{
	max-width: 650px;
	margin: 24px auto 0 auto;
}
footer .footer_icon{
	width: 112px;
	line-height: 70px;
}
footer .footer_icon,footer .footer_corp{
	margin-left: auto;
	margin-right: auto;
}
footer .footer_corp p{
	font-size: 9px;
    color: #16325c;
}

.index_sec{
	margin-top: 40px;
}
#news{
	margin-bottom: 70px;
}
#news .new_content{
	color: #16325C;
	line-height: 30px;
	letter-spacing: 0.7px;
	font-size: 16px;
}
#news .new_date{
	text-align: right;
}
#mycontent .modal-body{
	display: flex;
}
#mycontent .modal-body > div{
	width: 37%;
}
#mycontent .modal-body > div img{
	height: 100%;
}
#mycontent .modal-body > p{
	width: 63%;	
	padding: 0 20px;
}
#mycontent .modal_center{
	margin: 230px auto;
	line-height: 2;
    text-align: left;
}
#mycontent .modal_center p{
	color: #333333;
}
#mycontent .o_li{
	padding-top: 18px;
	text-align: center;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0 4px 3px rgba(51, 51, 102, 0.2);
	box-shadow:0 0.12rem 0.312rem rgba(0,0,0,0.26);
}
#mycontent .o_li h4{
	line-height: 2.29;
}
#mycontent .o_li > div{	
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 20px;
}
#mycontent .o_li  p{
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.4px;
	text-align: justify;
	height: 72px;
}
#mycontent .o_li > div > a > span{
	font-size: 16px;
	line-height: 3.64;
	letter-spacing: 0.7px;
	text-align: center;
}
#aboutus{
	position: relative;
	height: 415px;
	background:url(../images/aboutus.png) no-repeat;
	background-size:cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
#aboutus div.aboutus_content{
	padding: 40px 60px;
	text-align: center;
}
#aboutus div.aboutus_content > p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.8px;
	text-align: left;
	color: #16325c;
	margin-top: 34px;
} 
.service{
	width: 143px;
	height: 126px;
	margin: 0 auto;
}
#mycontent .service img{
	padding-top: 30px;
	width: 100%;
}
#analytics .modal-header{
	border-bottom: 1px solid #D97635;
	background-color:#D97635;
}
#sale .modal-header{
	border-bottom: 1px solid #1976A5;
	background-color: #1976A5;
}
#database .modal-header{
	border-bottom: 1px solid #AF2C86;
	background-color: #AF2C86;
}
.modal-title{
	color: #e0e0e0;
	font-size:18px;
}
#mymodal .modal-header button{
	color:#fff;
	opacity:.9;
}



@media screen and (min-width:1201px){
	.banner_bg .title_group {
    	margin-top: 150px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.banner_bg .title_group {
    	margin-top: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.banner_bg .title_group {
    	margin-top: 90px;
	}
	#mycontent .o_li p{
		height: 126px;
	}
}
/* 手機版 */
@media screen and (max-width:767px){
	#header .logo{
		width: 130px;
	}
	#header .navbar-brand{
		padding-top: 12px;
	}
	#header .navbar-default{
		height: 50px;
	}

	#header .navbar-toggle .icon-bar {
		position: relative;
		transition: all 200ms ease-in-out;
	}
	/*第一條旋轉45度*/#header .navbar-toggle.active .icon-bar:nth-of-type(1) {
		top: 6px;
		transform: rotate(45deg);
	}
	/*第二條向左飛出*/#header .navbar-toggle.active .icon-bar:nth-of-type(2) {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	/*第三條反轉45度*/#header .navbar-toggle.active .icon-bar:nth-of-type(3) {
		top: -6px;
		transform: rotate(-45deg);
	}

	#myNavbar .navbar-nav{
		float: left;
	}
	.navbar-default .navbar-toggle {
		border: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background-color: #EFF1F6;
		z-index: 9999;
		position: relative;
		opacity: 0.9;
	}
	#myNavbar .navbar-nav{
		width: 100%;
		margin: 0 auto;
	}
	#myNavbar .navbar-nav li{
		padding-left: 30px;
		border-bottom: 1px solid #dadada;
		margin-left: -15px;
		margin-right: -15px;
	}
	#myNavbar .navbar-nav li span a{
		height: 42px;
		line-height: 42px;
	}
	#banner{
		height: auto;
		margin-top: 50px;
	}
	.banner_bg .title_group {
    	margin-top: 28px;
	}
	.banner_bg .title_group h1,h3{
		font-size: 16px;
	}
	#news{
		margin-top: 10px;
		height: auto;
		margin-bottom: 40px;
	}
	#news .new_date{
		text-align: left;
	}
	#news .new_title{
		margin-bottom: 12px;
	}
	#mycontent{
		margin: 10px auto;
		height: auto;
	}
	#mycontent .o_li{
		margin-bottom: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	#mycontent .mymodal{
		padding-left: 15px;
	}
	#mycontent .modal_center{
		margin: 50px auto;
	}
	#aboutus{
		height: auto;
	}
	#aboutus div.aboutus_content{
		margin: 0;
		display: none;
	}
	.sec_bg{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.index_sec{
		margin-top: 0;
		margin-bottom: 0;
	}
	.sec_bg h3{
		margin-bottom: 20px;
		/* text-align: left; */
    	line-height: 1.5;
	}
	footer .footer_corp p{
		text-align: center;
	}
	footer .footer_bg{
		margin: 12px auto 0 auto;
		padding-bottom: 12px;
	}
	footer .footer_icon{
		height: 40px;
		line-height: 40px;
	}

}


/* 報表介紹 */	
#bigdata_content .row h1{
	margin:10px 0;
}
#bigdata_content .row h5{
	margin:10px 0 48px 0;
	color:#000;
	opacity:0.8;
}
.bigdata_banner_bg{
	/* background-image: url("../images/lycp_database_banner.jpg"); */
}
.bigdata_banner_bg .title_group{
	/* right: 50px; */
	margin: 0 auto;
}
.data_banner_bg {
	background-image: url("../images/lycp_opendata_banner.jpg");
}
.data_banner_bg .title_group{
	left: 50px;
}
.data_banner_bg h3{
	line-height: 36px;
}
.sec_bg .chart_small h6{
	margin-bottom: 18px;
}
.sec_bg .chart_small li:first-child{
	margin-bottom: 40px;
}
#opendata_content  .wanttobuy{
	margin-top: 83px;
	height: 88px;
	border-radius: 20px;
	background-color: #ffffff;
	border: solid 5px #c1c1c1;
}
#opendata_content  .wanttobuy  p{
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 3.2;
	letter-spacing: 2.5px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.sec_bg .chart_small li:first-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px){
	#bigdata_banner{
		height: auto;
		margin-top: 50px;
	}
	#opendata_banner{
		height: auto;
	}
	.bigdata_banner_bg .title_group,.opendata_banner_bg .title_group,.data_banner_bg .title_group{
		left: 15px;
		right: 0;
	}
	.sec_bg .chart_small h6{
		margin-top: 20px;
		margin-bottom: 14px;
	}
	.sec_bg .chart_small li:first-child{
		margin-bottom: 0;
	}
	.opendata_banner_bg h3,.data_banner_bg h3{
		line-height: 24px;
	}
	#opendata_content  .wanttobuy{
		margin-top: 30px;
	}

}
/* End報表介紹 */	

/* 優惠方案 */
.opendata_banner_bg{
	background-image: url("../images/program-banner.jpg");
}
.opendata_banner_bg .title_group{
	left: 50px;
}
#content_table .table-responsive{
	margin-top: 30px;
}
.table-responsive table.fontsize{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.47;
    letter-spacing: 0.6px;
    text-align: center;
    color: #333;
    /* table-layout:fixed;
    word-wrap:break-word;
    overflow:hidden; */
}
.table-responsive table.fontsize th{
	font-weight:bold;
	text-align: center;
}
@media screen and (max-width: 767px){
	.noborder{
    	width: 100%;
    	border: none;
	}
}
/* End優惠方案 */

/* 線上申裝 */
    .apply_banner_bg{
        background-image: url("../images/online_application.jpg");
    }
    .apply_banner_bg .title_group{
        right: 170px;
    }
    .input-group-addon{
        background-color: #fff; 
        border: 1px solid #fff;
    }
    .sec_bg .w100 {
        width: 100%;
    }
    label{
        padding-bottom: 10px;
        font-size: 16px;
        color: #16325c;
        letter-spacing:1px;
    }
    .form-control{
        height: 50px;
    }
    #bigdata_banner_content{
        height: auto; 
        margin: 0 auto;
    }
    .panel-title{
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .btn-lg{
        padding: 10px 98px;
        font-size: 25px;
        line-height: 3;
        letter-spacing: 2.5px;
        border-radius: 25px;
    }
    .mybt,.mybt:active,.mybt:hover,.mybt:focus{
        color: #202020;
        background-color: #fff;
        border: 5px solid #c1c1c1;
    }
    .btn-xs {
	    padding: 14px 25px;
	    font-size: 12px;
	    line-height: 1.5;
	    border-radius: 1px;
    }
    .btn-success,.btn-success:active,.btn-success:hover,.btn-success:focus{
	    color: #555;
	    background-color: #e6e6e6;
	    border: 2px solid #c1c1c1;
    }
    .county{
        margin-right: 15px;
    }
    .county,.district {
	    display: inline-block;
	    width: 47.5%;
	    height: 42px;
	    font-size: 16px;
	    line-height: 1.42857143;
	    color: #333;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .district{
        margin-left: 12px;
    }
    .zipcode{
        display: none;
    }
    .g-recaptcha{
        background-color: #fff;
    }
    .myinput{
        height: 42px;
    }
    .row .form_bt{
        margin-bottom: 94px;
    }

@media screen and (min-width: 992px) and (max-width: 1200px){
    .county,.district{
        width: 46.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .county,.district{
        width: 45.5%;
    }
}
@media screen and (max-width: 767px){
    .county,.district {
         width:100%;
         margin-bottom: 12px;
    }
    .row .form_bt{
        margin-bottom: 34px;
    }
    .district {
        margin-left: 0;
    }

}
/* End線上申裝 */