@charset "utf-8";

.outline-area{
	position:relative;
}
.txt-area{
	position:absolute;
	left:0;
	bottom:0;
	padding:15px 30px;
	background:rgba(255,255,255,0.9);
	width:60%;
}
.txt-area h3{
	font-size: 24px;
    font-weight: 500;
    color: #134e78;
    padding-bottom: 15px;
}
.guideline{
	padding-top:50px;
}
.guideline h3{
	display:inline-block;
	padding:0 0.5em 0.1em;
	margin-bottom:40px;
	font-size:24px;
	border-bottom:2px solid #134e78;
	color:#134e78;
}
.btn {
    display: block;
    width: 100%;
    line-height: 4.375;
    font-size: 16px;
    color: #fff;
    background: #134e78;
    border: 1px solid #134e78;
    transition: 0.3s all ease;
    position: relative;
}
.btn:hover {
    background: transparent;
    color: #134e78;
}
#googlemap{
	width:100%;
	height:460px;
	padding-bottom:40px;
}

table{
	font-size:14px;
	width:100%;
	margin-top:3em;
}
th{
	width:30%;
	text-align:justify;
	border-bottom:1px solid #eee;
	padding:20px;
}
td{
	width:70%;
	text-align:justify;
	border-bottom:1px solid #eee;
	padding:20px;
}


/* +++++++++++++++++++responsive style++++++++++++++++++ */
@media screen and (max-width:767px){
	table{
		display:block;
	}
	th{
		width:100%;
		display:block;
		text-align:justify;
		border-bottom:none;
		padding:1.5rem 0.5rem 0;
	}
	td{
		width:100%;
		display:block;
		text-align:justify;
		padding:0.5rem 0.5rem 1.5rem;
	}
#sec03 .outline-area .pic{
	width:100%;
	float:none;
}
.txt-area {
    position: static;
    left: auto;
    bottom: auto;
    padding: 1.5rem 0;
    width: 100%;
}
.txt-area h3 {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.guideline {
    padding-top: 2.5rem;
}
.guideline h3 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
#googlemap {
    width: 100%;
    height: 300px;
    padding-bottom: 1.5rem;
}
.btn {
    display: block;
    width: 100%;
    line-height: 3.5;
    font-size: 1.4rem;
}
}