/**/
	.dotBOX {}

/* SECTION 01 */
	.box_01 {background:url(/img/home/box_01.jpg) no-repeat;background-size:cover;background-position:center top;width:100%;height:100%;}
	.box_02 {background:url(/img/home/box_02.jpg) no-repeat;background-size:cover;background-position:center top;width:100%;height:100%;}
	.box_03 {background:url(/img/home/box_03.jpg) no-repeat;background-size:auto 100%;background-position:center bottom;width:100%;height:100%;}
	.box_04 {background:url(/img/home/box_04.jpg) no-repeat;background-size:cover;width:100%;height:100%;}
/**/

/* AboutUS */
	.home_aboutus {background:url(/img/home/aboutus.jpg);}
	.home_aboutus a{font-size:10pt;letter-spacing:0.3em;}
	.about_section			{color:#FFF;}
	.about_section_point	{position:absolute;top:15%;width:100%;text-align:center;}
	.about_section_point img{max-width:80%;}
	.about_section_left		{text-align:left;padding:0px;opacity:0.85;background:#000000;}
	.about_section_left_bg	{padding:80px 20px 80px 20px;height:100%;text-align:center}

	@media (max-width:540px) {
		.about_section_left_bg,.about_section_right_bg{ padding:50px 10px;}
		.about_section p{font-size:11pt;}
	}
/**/


/* SECTION 03 */
	.home_contact { min-height: 450px; position: relative;
		background:url(/img/home/contact.jpg) left center no-repeat;
		background-size:cover;
		margin-top:10px;
	}
	.home_contact_wrap { position: absolute; right: 0; top: 0; bottom: 0; width: 60%;
		font-size: 40px;color: #fff;
		background:rgba(25,110,172,0.8);
	}
	.home_contact_content{display:table; width:100%; height:100%;}
	.home_contact_content_inner{ vertical-align:middle; display:table-cell; padding:0 5%;letter-spacing:0em}
	.home_contact_content_inner .contact div{font-size:13pt;border-bottom:1px solid #FFF;line-height:2.5em}

	.home_contact_content_time li{float:left;list-style:none;padding:10px 5px;text-align:left}
	.home_contact_content_time li.line{border-bottom:1px solid #FFF;}

	.home_contact_content_time table th{border-bottom:1px solid #FFF;padding-top:5px;padding-bottom:10px;}
	.home_contact_content_time table td{padding-top:5px;padding-bottom:10px;}

	@media (max-width:780px){
		.home_contact_content_time li{font-size:13pt}
	}


	@media (max-width:1200px){
		.home_contact {background-size:cover;}
		.home_contact_wrap {top:20%;width: 100%;height:80%;}
		.home_contact_content_ico {display:none;}
	}
	@media (max-width:780px){
		.home_contact_padding {padding:0px;}
		.home_contact_wrap{top:0px;height:100%;}
	}
/**/

.more {font-family:initial;background:#241f5b;border:1px solid #FFF;padding:5px 10px;color:#FFF;text-decoration:none}
.more:hover{text-decoration:none;color:#FFF;background:#196eac;}