/*========================================================
                      	 聯絡訊息
=========================================================*/

footer {
    /*padding-top: 60px;
	padding-bottom: 60px;*/
}
footer a {
	color: #111;
}
footer a:hover {
    color: #111;
	text-decoration: underline;
}
.footer-main {
	padding-top: 50px;
    padding-bottom: 20px;
	color: #fff;
}
.content_5{
	color:#fff;
	width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.6;
}
@media only screen and (max-width: 767px){
	.content_5 {
		min-height: 25em;
		width: 100%;
		margin-bottom: 0;
		font-size: 15px;
		padding-bottom: 50px;
	}
}


.footer_img_4{
	padding-bottom: 60px;
}

.footer_font_2{
	
}


@media (min-width: 1200px){
	.footer_font_2{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


.footer_title {
    font-size: 1.8rem;
    margin: 1.5em 0;
    font-weight: 900;
    color: #fff;
	font-family: 'cwTeXMing', serif;
    letter-spacing: .4em;
	text-align: center;
}
.footer_info{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_info_item{
    font-size: 1em;
    margin-bottom: 1em;
    margin-right: 10em;
    width: 430px; 
    line-height: 1.4;
    padding-left: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    
}
@media (min-width: 992px){
	.footer_info_item{
		 width: 220px;
		 padding-left: 50px;
	}
}
.footer_info, .footer_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.footer_info_item .label{
    font-size: 1.4em;
    margin-bottom: 0;
    margin-right: 0.8em;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    padding-left: 0.3em;
	letter-spacing: 2px;
}

.footer_info_item .desc{
    font-size: 1.2em;
    font-weight: 700;
	letter-spacing: 2px;
	position: relative;
}

.footer_info_item .desc:before{
    content: "";
    width: 2px;
    height: 1.2em;
    background: #f5a300;
    position: absolute;
    top: 0;
    left: -15px;
}


.footer_info_item .desc,.footer_info_item .label {
    color: #fff;
	font-family: 'cwTeXMing', serif;
    text-align: left;
}

.footer_img_1{
	text-align: center;
}

.footer_img_1 img{
	width: 70%;
	padding-top: 120px;
	padding-bottom: 80px;
}




.block_map iframe {
    width: 100%;
    height: 420px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .block_map iframe{
		width: 100%;
		height: 325px;
	}

}
@media (min-width: 992px) {
	.block_map iframe{
		width: 100%;
		height: 365px;
	}

}
@media (min-width: 1200px) {
    .block_map iframe{
		width: 100%;
		height: 374px;
	}

}
@media (min-width: 1400px) {
    .block_map iframe{
		width: 100%;
		height: 400px;
	}

}
@media (min-width: 1600px) {
    .block_map iframe{
		width: 100%;
		height: 445px;
	}

}

.form_box h1{
	text-align: center;
	padding: 5px 0;
}

.form-check{
	margin: 0;
    padding: 0;
	text-align: center;
}
@media (min-width: 1200px) {
	.form_box h1{
		text-align: left;
	}

	.form-check{
		margin: 8px 0;
		text-align: left;
	}
}

.form-control {
    border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #211816;
    text-align: center;
    white-space: nowrap;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
	font-family: 'cwTeXMing', serif;
}
.footer_logo_1 img{
	width:40%;
	text-align: center;
	padding-bottom:20px;
}
.footer_logo_1 .logo_img{
    position: relative;
}
.footer_logo_1 .logo_img:after {
    content: "";
    position: absolute;
    right: 0;
    /*top: -28px;*/
    z-index: 9;
    width: 1px;
    height: 130px;
    background: #fff;
	visibility:hidden;
}
.footer_font_box{
	text-align: center;
}
.footer_fon ul{
	padding-left:1rem;
}
.footer_fon ul li{
	list-style-type:none;
	display:inline;
	color:#fff;
	font-size:15px;
	line-height:36px;
	/*letter-spacing: 1px;　  */
}
.footer_fon .text{ display:inline-block;}

.footer_fon ul li span{
	font-weight: bold;
	padding-right:10px;

}
.footer_fon ul li.t1 {
	font-size: 23px;
	font-weight: bold;
}


@media (min-width: 768px) {
	.footer_fon ul{ padding-left:2rem;}
	.footer_fon ul li{ font-size:18px; line-height:50px;}
}

@media (min-width: 992px) {
	.footer_logo_1 .logo_img:after {
		height: 210px;
		visibility:visible;
	}
	.footer_logo_1 img{
		width: 70%;
	}
	.footer_fon ul li{
		line-height: 35px;
		font-size: 14px;
		/*letter-spacing: 0px;　*/
		padding: 0 20px 0 0;
	}
	.footer_fon ul li.t1 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.footer_logo_1 .logo_img:after {
		height: 190px;
	}
	.footer_logo_1 img{
		width: 70%;
	}
	.footer_fon ul li{
		line-height: 40px;
		font-size: 17px;
		padding: 0 20px 0 0;
	}
	.footer_fon ul li.t1 {
		font-size: 25px;
	}
}
@media (min-width: 1400px) {
	.footer_fon ul li{
		padding: 0 25px 0 0;
	}
	.footer_fon ul li.t1 {
		font-size: 25px;
	}
}
@media (min-width: 1600px) {
	.footer_logo_1 img{
		width: 50%;
	}
	.footer_fon ul li{
		font-size: 18px;
    	padding: 0 20px 0 0;
	}
	.footer_fon ul li.t1 {
		font-size: 29px;
		font-weight: bold;
	}
}
.footer_logo_2{
	margin: 0 auto;
}
.footer_logo_2 .logo_img_2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}
.footer_fon_2 ul li{
	list-style-type:none;
	/*display:inline;*/
	color: #fff;
	font-size: 18px;
	padding: 0;
}
.footer_fon_2 ul li span{
	font-weight: bold;
}
.footer_fon_2 ul li.t1 {
	font-size: 19px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.footer_fon_2 ul li{
		line-height: 40px;
	}
	.footer_fon_2 ul li.t1 {
		font-size: 22px;
	}
}







/*送出扭*/
/*.btn-danger {
	color: #fff;
    background-color: #231815;
    border-color: #231815;
	padding:10px;
	border-radius:0px;
	font-family: 'cwTeXMing', serif;
	font-weight: 700;
	font-size: 1rem;
}

.btn-danger:hover {
    color: #fff;
    background-color: #000000ba;
    border-color: #000000ba;
}
*/
.content-wrap form .form-group button{
    /*width: 150px;*/
    height: 50px;
    /*display: block;*/
    text-align: center;
    cursor: pointer;
    background-color: #231815;
    border-color: #231815;
	color:#fff; 
    position: relative;
    transition: all .3s linear;
	/*float: left;*/
	top:0px;
	left: 0px;
	border-radius: 0rem!important;
}
.content-wrap form .form-group button > p{
    position: relative;
	content: "";
    z-index: 1;
	top: 0px;
    left: 0;
}
.content-wrap form .form-group button::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color:#464646; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.content-wrap form .form-group button:hover{
    color: #fff;
}
.content-wrap form .form-group button:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

/*.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}*/

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
    background-color: #000000ba;
    border-color: #000000ba;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
    background-color: #000000ba;
    border-color: #000000ba;
}

/*.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}*/








/* 聯絡資訊 */
.footer-contacts-logo img {
	height: 50px;
    vertical-align: bottom;
}
.footer-contacts-info {
	margin: 15px 0 0 0;
}
.footer-contacts-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-contacts-info ul li {
	font-size: 1rem;
    line-height: 28px;
}
.footer-contacts-info ul li:first-child {
	margin-bottom: 10px;
}

/* 電話直撥&地圖導航 */
.footer-contacts-btn {
    padding: 20px 0 20px;
}
.footer-contacts-btn a {
    font-size: 1rem;
    color: #fff !important;
    margin: 0 10px;
    padding: 7px 15px 7px 20px;
    background-color: #292929;
    border: 1px solid #292929;
}
.footer-contacts-btn a:hover  {
    border: 1px solid #0d56a7;
    background-color: #0d56a7;
    color: #fff !important;
    text-decoration: none;
}


/* footer選單 */
.footer-nav {
    display: none;
}
.footer-nav-item {
	display: inline-block;
	vertical-align: top;
    margin-left: 40px;
    margin-bottom: 30px;
}
.footer-nav-item h4 {
	font-size: 1.2rem;
	padding-bottom: 16px;
	color: #000;
    font-weight: bold;
    margin: 0;
}
.footer-nav-item ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-item ul li {
	font-size: 0.9rem;
    line-height: 24px;
}


/*  尺寸設定 */
@media (max-width: 479px) {
	.footer-contacts-logo img {
		height: 40px;
		vertical-align: bottom;
	}
	.footer-contacts-btn {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.footer-contacts-info {
		margin: 10px 0 10px 0;
	}
}
@media (max-width: 1199px) {
	.footer-main {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.footer-contacts {
		margin-bottom: 30px;
	}
	.footer-contacts-btn {
		display: none;
	}
}

@media (min-width: 1200px) {
    .footer-main {
        padding-bottom: 20px;
    }
    .footer-contacts {
        max-width: 35%;
    }
	.footer-contacts-info {
		margin-left: 112px;
	}
    .footer-nav {
        display: block;
    }
}
@media (min-width: 1600px) {
	.footer-contacts-logo img {
		height: 50px;
	}  
}




.footer_bg{
	background: url(../images/footer_bg.jpg) no-repeat right bottom;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
}



/*========================================================
                      footer-copyright
=========================================================*/

.footer-copyright {
    background: #132b44; /* Old browsers */
    background: -moz-linear-gradient(top,  #132b44 0%, #193a5c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #132b44 0%,#193a5c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #132b44 0%,#193a5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b44', endColorstr='#193a5c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	position: relative;
    padding: 10px;
    font-size: 0.9rem;
    text-align: center;
}
.footer-copyright a, .footer-copyright a:hover {
    color: #fff;
}
.footer-copyright span {
    display: inline-block;
	margin-left: 10px;
}

@media (min-width: 992px) {
    .footer-copyright {
        text-align: center;
    }
}
