@import "reset.css";
@import "font-awesome.min.css";
@import "style_menu.css";
@import "effect.css";
@import "animation.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

html,body { height:100%;}
body {
  border: 0;
  font-family: 'Noto Sans TC', Verdana, Geneva, sans-serif, "Microsoft JhengHei";
  font-size:14pt;
  color:#333; /*rgb(125, 125, 125);*/
  background:#fff;
}
a {
	color:#1f8cc7;
	text-decoration: none;
	outline:none;
}
h1
{
	font-size: 36pt;
     font-weight:bold;
	 color:#959595;
	 margin-bottom: 15px;
}
h2
{
	font-size:18pt;
	font-weight:bold;
	color:#3fc1f0;
	text-align:left;
	margin:20px 0 10px;
}
h3{font-size: 15pt;}
p {font-size: 14pt;    line-height: 170%;}
@media (max-width:1100px) {
	h1{font-size: 24pt;}
	h2{font-size: 18pt;}
	h3{font-size: 15pt;}
	p {font-size: 14pt;}
}
@media (max-width:414px) {
	h1{font-size: 20pt;}
	h2{font-size: 14pt;}
	h3{font-size: 12pt;}
	p {font-size: 10pt;}
}
.bgcolor_gray {
	background:#f8f9f3;
}
.width {
    width:100%;
}
.text_center {
	text-align:center;
}
.home_padding {
	padding-top:45px;
}
.firstletter:first-letter {
	font-size:30px;
	color:#3fc1f0;
	font-weight: bold;
}
.font_b {
	font-weight:bold;
}

/*header*/
.header {
	width:100%;
	/*padding-bottom:30px;*/
}
.header::after {
	content: "";
	display: table;
	clear: both;
}

.logo {
	float:left;
	margin:20px 0 20px 30px;
}
.logo img {
	width:80%;
	
}
.gotwweb
{
	display:block;
	float:right;
	margin:10px 10px 10px 10px;
	padding:5px 15px;

	background:#eee;
	color:#666;
	/*font-weight:bold;*/

	border-radius:5px;
	transition:all 0.3s ease-out;
}
.gotwweb:hover
{
	display:block;
	float:right;
	margin:10px 10px 10px 10px;
	padding:5px 15px;

	background:#666;
	color:#eee;
	text-decoration:none;

	border-radius:5px;
}
.disablebtn
{
	display: block;
    float: right;
    margin: 10px 10px 10px 10px;
    padding: 5px 15px;
    background: #eee;
    color: #c9c9c9;
    text-decoration: none;
    border-radius: 5px;
    pointer-events: none;
    box-shadow: inset 2px 2px 3px #3333;
}
ul li
{
	list-style-type: disc;
	    margin-left: 10px;
}
/*container*/
.container {
	width:100%;
	margin:0 auto;
	background:#fff;
}
.container::after {
	content: "";
	display: table;
	clear: both;
}


.block {
	/*width:1170px;*/
	margin:0 auto;
	padding:20px 40px 30px;
}
@media (max-width: 768px)
{
	.block {
		padding:0px 0px 0px;
	}
}

/*home_contact*/
.contact_box {
	margin-top:20px;
	display: table;
    width: 100%;
}
.contact_box::after {
	content: "";
	display: table;
	clear: both;
}
.contact_box h2 {
	margin-bottom:20px;
}

.contact_form {
	float:left;
	width:620px;
	text-align:left;
}
.contact_form::after {
	content: "";
	display: table;
	clear: both;
}

.contact_form input {
	background:#fff;
	border:1px solid #7cd8f0;
	width:290px;
	height:40px;
	line-height:40px;
	padding:0 10px;
	margin:0 10px 10px 0;
}
.contact_form textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	width:595px;
	height:170px;
	background:#fff;
	border:1px solid #7cd8f0;
	padding:10px;
	margin-bottom:10px;
	}
.contact_form input[type='submit'] {
	background:#00b7ee;
	color:#fff;
	text-align:right;
	height:40px;
	width:595px;
	line-height:40px;
	padding-right:20px;
	cursor: pointer;
}
.contact_form input[type='submit']:hover {
	background:#01acdf;
}

.contact_info {
	display:table-cell;
	width:45%;
	text-align:left;
	vertical-align:middle;
	padding: 10px;
}
.contact_info b {
	font-weight:bold;
}
.contact_info p {
	margin-top:10px;
}
.contact_block {
	background:#eeeeee;
	padding:10px 20px;
	border-radius:8px;
}


/*footer*/
.footer {
	width:100%;
	background:#fff;
	border-top:1px solid #dcdcdc;
}
.copyright {
	padding:15px 40px;
	text-align:right;
}
.copyright span {
	color:#063b97;
}


/*內頁*/
.title_img {
	/*width:1170px;*/
	margin:0 auto 30px;
}


.about_well{
	margin:30px 0;
}
.about_well::after {
	content: "";
	display: table;
	clear: both;
}
.about_well ul {
	margin-top:15px;
}
.about_well ul li {
	list-style: decimal;
	margin-left:25px;
	margin-top:15px;}

.about_well01 {
	border:1px dashed #ea68a2;
	padding:20px 25px;
	width:48%;
	float:left;
}
.about_well01 span {
	font-size:24px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:3px solid #ea68a2;
	width:100%;
	display:block;
}

.about_well02 {
	border:1px dashed #F89C04;
	padding:20px 25px;
	width:48%;
	float:right;
}
.about_well02 span {
	font-size:24px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:3px solid #F89C04;
	width:100%;
	display:block;
}

.about_well03 {
	border:1px dashed #7ecef4;
	padding:20px 25px;
	width:48%;
	float:left;
}
.about_well03 span {
	font-size:24px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:3px solid #7ecef4;
	width:100%;
	display:block;
}

.about_well04 {
	border:1px dashed #80c269;
	padding:20px 25px;
	width:48%;
	float:right;
}
.about_well04 span {
	font-size:24px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:3px solid #80c269;
	width:100%;
	display:block;
}
@media (max-width: 530px)
{
	.about_well01,.about_well02,.about_well03,.about_well04 {
		width: 100%;
		margin:20px 0;
	}
	.about_well {
		margin:0;
	}
}

#map-block
{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 50%;
}
@media (max-width: 800px)
{
	#map-block
	{
		width: 100%;
		float:left;
	}
	.contact_info
	{
		width: 100%;
		float:left;
		text-align:center;
	}
	.contact_info h2
	{
		text-align:center;
	}
}
@media (max-width: 414px)
{
	.logo img {
	width:50%;
	
}

}
