.container{
	width: 100%;
	margin:0;
	padding: 0;
}
.noticebanner{
	width: 100%;
	height:350px;
	/*background-color: #ccc;*/
	background-image: url(../images/notice/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 73%;
	background-size: cover;
	margin-top: 80px;
}
.noticelogo{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 95px;
}
.noticelogo img{
	width: 100%;
	max-width: 330px;
	transition: .5s;
}
@media(max-width: 480px){
	.noticelogo img{
		/*width: 100%;*/
		max-width: 250px;
		position: absolute;
		top: 70px;
		/*margin-top: 70px;*/
		transition: .5s;
	}
}
.contact_usbanner{
	width: 100%;
	height:350px;
	/*background-color: #ccc;*/
	background-image: url(../images/contact_us/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 66%;
	background-size: cover;
	margin-top: 80px;
}
.contact_uslogo{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 200px;
}
.contact_uslogo img{
	width: 100%;
	max-width: 330px;
	transition: .5s;
	-webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.7));
}
@media(max-width: 480px){
	.contact_uslogo img{
		/*width: 100%;*/
		max-width: 250px;
		position: absolute;
		top: -80px;
		/*margin-top: 70px;*/
		transition: .5s;
	}
}

.notice{
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:50px;
	padding: 0;
	text-align: center;
	display: table;
	padding-bottom: 100px;
}

.notice-info{
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
}

.notice h3{
	text-align: left;
	color: rgb(213,117,142);
	font-weight: bold;
	padding: 15px;
	font-size: 16pt;
}
.notice h3 img{
	width: 100%;
	max-width: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.notice-info-content{
	
	line-height: 30px;
	display: flex;
	justify-content: left;
}
.notice-icon{
	width: 100%;
	max-width: 50px;
	height: auto;
	position: relative;
	top: 10px;
}
.notice-icon img{
	/*width: 100%;*/
	max-width: 65px;
}
.notice-icon p{
	font-size: 40px;
	color: rgb(213,117,142);
}
.notice-txt{
	width: 100%;
	height: auto;
	padding-left: 10px;
	font-size: 12pt;
}
.notice-time{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding: 0;
	text-align: left;
	display: table;
}

.info{
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-top: -10px;

}
.notice-time .info h3{
	font-weight: bold;
	color: rgb(213,117,142);
	font-size: 16pt;
}

.notice-time .info b{
	font-weight: bold;
	color: rgb(213,117,142);
	font-size: 12pt;
	line-height: 40px;
}

.notice-time .info p{
	color: #000;
	font-size: 12pt;
	line-height: 15px;
}

.notice-time .info a{
	color: #000;
	font-size: 16px;
	line-height: 15px;
	text-decoration: none;
}

.notice-time .info-map{
	width: 100%;

}

.notice-time .info-map ul{
	display: block;
	margin: 0;
	padding: 10px;
}

.notice-time .info-map ul li{
	display: block;
	text-align: center;
}

.notice-time .info-map li{
	width: 100%;
	padding-bottom: 15px;
}

.notice-time .info-map img{
	width: 100%;
	max-width: 500px;
}
.traffic{
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.traffic h3{
	text-align: center;
	font-size: 16pt;
	color: #D5758E;
}
.traffic h3 img{
	width: 100%;
	max-width: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.traffic hr{
	border: 0;
	background: rgb(239,183,196);
	height: 0.7pt;
}
.traffic img{
	width: 100%;
	max-width: 75px;
	
}
.traffic .left{
	width: 100%;
	display: inline-flex;
	align-items: center;
}
.traffic .left p{
	width: 100%;
	max-width: 640px;
	align-items: center;
	padding-left: 10px;
	font-size: 12pt;
}
.traffic .left p img{
    width: 100%;
    max-width: 13px;
    /*margin-top: -3px;*/
    vertical-align: middle;
    position: relative;
    top: -1px;
 }
@media(max-width:480px) {
	.traffic .left{
		width: 100%;
		display: inline-flex;
		align-items: center;
	}
	.traffic .left img{
		width: 100%;
		max-width: 75px;
		display: block;
		margin: 0 auto;
	}
	.traffic .left p{
		width: 100%;
		max-width: 640px;
		/*justify-content: center;*/
		align-items: center;
		padding: 5px;
		font-size: 12pt;
	}
	.traffic .left p img{
	    width: 100%;
	    max-width: 14px;
	    /*margin-top: -2px;*/
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    top: -1px;
	 }
}
