@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');



/*Layer*/
body{width:100%}
#wrap{
	overflow:hidden;
	max-width:1279px;
	width:100%;
	margin:0 auto;
}
#header{}
#container{width:100%}
#contents{}
#footer{width:100%;}


.pcbr{display:none;}
.tbbr{display:block;}
.mbbr{display:none;}
.pctbv{display:block;}
.mv{display:none;}
.pctb_in{display:inline-block;#display:inline;*zoom:1;}
.mb_in{display:none;}

.btntop{
	position:fixed;right:0.5%;bottom:35%;
	z-index:1000;
}


/* header */
#header{
	width:100%;height:110px;z-index:1000;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.head{position:relative;height:110px;padding:0 3%}
.head h1{position:absolute;left:3%;top:47px;z-index:1100;}
.head .btn_menu{
	position:absolute;right:3%;top:32px;z-index:1100;
}
.head .btn_menu .btn_menu_box{
	width:20px;height:12px;
	padding:14px 10px;
	cursor:pointer;
	border:2px solid #222;
	text-align:center;
}
.head .btn_menu .btn_menu_box>div{
	width:100%;
	height:2px;
	margin:0 0 3px 0;
	background:#222;
	transition:all .3s;
	vertical-align: baseline;
}
.head .btn_menu .btn_menu_box>div:nth-child(2){width:80%;}
.head .btn_menu .btn_menu_box>div:nth-child(3){}
.head .btn_menu p{text-align:center;}
.head .btn_menu .btn_menu_box.openmenu{border:2px solid #fff;}
.head .btn_menu .btn_menu_box.openmenu>div{background:#fff;}
.head .btn_menu .btn_menu_box.openmenu>div:nth-child(1){transform: translateY(5px) rotate(45deg);}
.head .btn_menu .btn_menu_box.openmenu>div:nth-child(2){opacity:0;}
.head .btn_menu .btn_menu_box.openmenu>div:nth-child(3){transform: translateY(-5px) rotate(-45deg);}



.head .subpage_menu{display:none;position:absolute;left:0;top:46%;width:100%;}
.head .subpage_menu ul{text-align:center;}
.head .subpage_menu ul li{
	display:inline-block;#display:inline;*zoom:1;
	margin:0 30px;
}
.head .subpage_menu ul li a{font-size:15px;color:#fff;font-weight:300;}
.head .subpage_menu ul li a:hover{border-bottom:1px solid #fff}



.menu{
	display:none;
	position:absolute;left:0;top:0;z-index:1000;
	width:100%;
	background:rgba(0,0,0,0.9);
	padding-top:140px;
}
.menu .mwrap{
	width:94%;
	margin:0 auto;
}

.menu .menutop{padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,0.2);}
.menu .menubox{
	min-height:130px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.menu .menubox:hover{
	background:rgba(140,107,76,0.5)
}
.menu .menubox.besub>a{display:block;width:100%;height:100%;min-height:auto}
.menu .menubox>a{display:block;width:100%;height:100%;min-height:130px;}

.menu .mwrap .mtop{overflow:hidden;}
.menu .mwrap .mtop .numbering{
	float:left;
	font-family: 'Droid Serif', serif;font-style:italic;font-size:35px;color:rgba(255,255,255,0.1);
}
.menu .mwrap .mtop .tit{float:right;}
.menu .menubox .mm1{height:35px}
.menu .menubox .mm2{height:35px}
.menu .menubox .mm3{height:42px}
.menu .menubox .mm4{height:42px}
.menu .menubox .mm5{height:43px}
.menu .menubox .mm6{height:34px}

.menu .mwrap .submenu{margin-top:30px;}
.menu .mwrap .submenu ul{overflow:hidden;}
.menu .mwrap .submenu ul li{
	float:left;margin-right:3%;line-height:180%;
}
.menu .mwrap .submenu ul li a{
	font-size:14px;color:rgba(255,255,255,0.5);font-weight:200;
}




/* footer */
#footer{background:#222;padding:20px 0 100px;}
.foot{
	width:94%;
	margin:0 auto;
}
.foot_top{
	overflow:hidden;
	height:40px;line-height:40px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.foot_top ul{float:left;overflow:hidden;}
.foot_top ul li{float:left;margin-right:20px;}
.foot_top ul li a{font-size:13px;color:#8b8b8b;}
.foot_top .copy{float:right;}
.foot_btm{overflow:hidden;padding:30px 0 0;}
.foot_btm h1{float:left;}
.foot_btm .foot_info{float:right;overflow:hidden;}
.foot_btm .foot_info>dl{float:left;padding-left:100px}
.foot_btm .foot_info>dl:first-child{padding-left:0}
.foot_btm .foot_info>dl>dt{}
.foot_btm .foot_info>dl>dt:after{
	display:block;content:"";
	width:17px;height:1px;
	margin:10px 0;
	background:rgba(255,255,255,0.6);
}
.foot_btm .foot_info>dl>dd{overflow:hidden;font-size:13px;color:#5e5e5e;}
.foot_btm .foot_info>dl>dd>dl{overflow:hidden;float:left;margin-left:20px;}
.foot_btm .foot_info>dl>dd>dl:first-child{margin-left:0}
.foot_btm .foot_info>dl>dd>dl>dt{
	float:left;
	color:#b2b2b2;
	margin-right:20px;
}
.foot_btm .foot_info>dl>dd>dl>dd{float:left;}
.foot_btm .foot_info>dl>dd>dl{overflow:hidden;float:none;margin-left:0;}

@media(max-width:890px){
	.foot_btm{overflow:hidden;padding:15px 0 0;}
	.foot_btm h1{float:none;margin-bottom:15px}
	.foot_btm h1 img{height:32px;}
	.foot_btm .foot_info{float:none;overflow:hidden;}
	.foot_btm .foot_info>dl{overflow:hidden;margin-bottom:5px;}
}


/* common */
.page_ctr{
	width:94%;
	margin:0 auto;
	border:1px solid #ddd;
	text-align:center;
	padding:25px 0;
	position:absolute;left:3%;top:140px;z-index:150;
	background:#fff;
}
.page_ctr ul{}
.page_ctr ul li{
	position:relative;
	display:inline-block;#display:inline;*zoom:1;
	margin:0 4%;
}
.page_ctr ul li:before{
	display:block;content:"";
	width:21px;height:1px;
	background:#666;
	position:absolute;left:-35px;top:10px;
}
.page_ctr ul li a{
	font-size:14px;
	font-weight:500;
	color:#666;
}
.page_ctr ul li.on:before{
	display:block;content:"";
	width:21px;height:2px;
	background:#c40f16;
	position:absolute;left:-35px;top:10px;
}
.page_ctr ul li.on a{
	font-size:14px;
	font-weight:500;
	color:#c40f16;
}

.m2.page_ctr{padding:25px 0 15px;}
.m2.page_ctr ul{overflow:hidden;padding:0 0 0 8%}
.m2.page_ctr ul li{
	float:left;text-align:left;
	position:relative;
	margin:0 80px 10px 0;
}




.page_wrap{
	position:relative;
	padding-top:150px;
}
.conwrap{
	overflow:hidden;
	width:94%;
	margin:0 auto;
	position:relative;
}
.conwrap .title{margin-bottom:65px;}




/* m11 */

.about{text-align:center;padding:0 0 150px}
.about .clear{overflow:hidden;padding:4px;}
.about .clear .fl{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align:left;
}
.about .clear .fl .redbox{
	position:absolute;left:-4px;top:-4px;z-index:1;
	width:30%;height:25%;
	background:#c40f16;
}
.about .clear .fl >img{position:relative;z-index:10;width:100%;}
.about .clear .fl .deco{position:absolute;right:-20px;bottom:-20px;z-index:11;width:45%;}
.about .clear .fl .deco img{width:100%;}
.about .clear .fr{
	width:100%;
	text-align:left;
	display:table;
	margin:0 auto;
}
.about .clear .fr .align{display:table-cell;vertical-align:middle;}
.about .clear .fr .align h4{margin-top:10%;font-size:26px;color:#333;line-height:130%;}
.about .clear .fr .align h4:after{
	display:block;content:"";
	width:39px;height:1px;
	background:#5c5c5c;
	margin:20px 0;
}
.about .clear .fr .align p{
	font-size:14px;color:#818181;line-height:170%;font-weight:300;
	margin-bottom:20px;word-break:keep-all;
}
.about .clear .fr .align p:last-child{margin-bottom:0;}

.about .about_textbox{
	overflow:hidden;
	width:100%;
	margin:80px auto 0;
}
.about .about_textbox .box{
	float:left;
	width:28.333%;
	padding:0 2%;
	margin-right:1%;
	height:306px;
	border:1px solid #ddd;
	text-align:left;
}
.about .about_textbox .box h5{margin:40px 0 10px;font-size:27px;color:#333;line-height:130%;word-break:keep-all;}
.about .about_textbox .box p{font-size:14px;color:#818181;line-height:170%;word-break:keep-all;}

.about .about_textbox .box:nth-child(1){
	background:url(/images/page/about_bg01.gif) no-repeat right bottom;
}
.about .about_textbox .box:nth-child(1) h5{
	
}
.about .about_textbox .box:nth-child(2){
	background:url(/images/page/about_bg02.gif) no-repeat right bottom;
}
.about .about_textbox .box:nth-child(2) h5{
	
}
.about .about_textbox .box:nth-child(3){
	background:url(/images/page/about_bg03.gif) no-repeat right bottom;
	margin-right:0;
}
.about .about_textbox .box:nth-child(3) h5{

}

.about .about_textbox .txt{clear:both;font-size:19px;color:#595959;padding:55px 0 0;}
.about .about_textbox .txt:before{
	content:"";
	display:block;
	width:31px;height:1px;
	background:#5c5c5c;
	margin:0 auto 20px;
}


@media(max-width:825px){

	.about .about_textbox .box{
		float:left;
		width:89.7%;
		padding:0 5% 8%;
		margin-right:0%;
		margin-bottom:1%;
		height:auto;
		border:1px solid #ddd;
		text-align:left;
	}

}







.history{text-align:center;padding:110px 0 150px;background:#f6f6f6;}
.history .clear{overflow:hidden;padding:4px;}
.history .clear .fl{
	float:left;
	width:49%;
}
.history .clear .fl .fl_wrap{text-align:left;max-width:545px;margin:5% auto 0;}
.history .clear .fl .fl_wrap h5{margin-bottom:25px;}
.history .clear .fl .fl_wrap dl{
	overflow:hidden;
	border-top:1px dashed #626262;
}
.history .clear .fl .fl_wrap dl dt{float:left;font-size:26px;color:#333;line-height:70%;font-weight:400;}
.history .clear .fl .fl_wrap dl dd{
	float:right;text-align:right;
	padding:15px 0;
	font-size:14px;color:#818181;line-height:170%;
}

.history .clear .fr{
	float:right;
	width:49%;
	position:relative;
	text-align:right;
	margin-top:7%;
}
.history .clear .fr .redbox{
	position:absolute;right:-4px;top:-4px;z-index:1;
	width:30%;height:28%;
	background:#c40f16;
}
.history .clear .fr >img{position:relative;z-index:10;width:100%;}
.history .clear .fr .deco{position:absolute;left:7px;bottom:78px;z-index:11;}


@media(max-width:1050px){
	
	.history .clear .fl{
		float:none;
		width:100%;
	}
	.history .clear .fr{
		display:none;
	}
	.history .clear .fl .fl_wrap{text-align:left;max-width:100%;margin:5% auto 0;}

}




.award{
	text-align:center;padding:110px 0 190px;
	background:#fdfdfd url(/images/page/award_bg.jpg) no-repeat center bottom;
}
.award_wrap{}
.award_wrap>ul{overflow:hidden;}
.award_wrap>ul>li{
	float:left;
	display:table;
	width:29.333%;min-height:240px;
	padding:0 1% 0 2%;
	margin:0 1% 1% 0;
	box-shadow:1px 1px 0 #ddd inset,-1px -1px 0 #ddd inset;
	background:#fff;
	text-align:left;
	word-break:keep-all;
}
.award_wrap>ul>li:nth-child(1){
	box-shadow:none;
	background:0;
	text-align:center;
	padding:0;
	width:32.333%;
}
.award_wrap>ul>li:nth-child(3n){margin-right:0;}

.award_wrap>ul>li .align{display:table-cell;vertical-align:middle;}
.award_wrap>ul>li .tit{
	padding-top:60px;
	margin-bottom:10px;
	background:url(/images/page/award_tit1_bg.png) no-repeat center top;
}
.award_wrap>ul>li p{font-size:14px;color:#818181;line-height:170%;word-break:keep-all;}
.award_wrap>ul>li .year{margin-top:10%;margin-bottom:20px;}
.award_wrap>ul>li ul{}
.award_wrap>ul>li ul li{
	padding-left:14px;
	background:url(/images/page/award_listbg.gif) no-repeat left 7px;
	font-size:14px;color:#818181;line-height:170%;font-weight:300;
}


@media(max-width:1000px){

	.award_wrap>ul>li{
		float:left;
		display:table;
		width:46.5%;min-height:240px;
		padding:0 1% 0 2%;
		margin:0 1% 1% 0;
		box-shadow:1px 1px 0 #ddd inset,-1px -1px 0 #ddd inset;
		background:#fff;
		text-align:left;
		word-break:keep-all;
	}
	.award_wrap>ul>li:nth-child(1){
		box-shadow:none;
		background:0;
		text-align:center;
		padding:0;
		width:49.5%;
	}
	.award_wrap>ul>li:nth-child(3n){margin-right:1%;}
	.award_wrap>ul>li:nth-child(2n){margin-right:0;}
	

}




.ci{
	text-align:center;padding:150px 0 150px;
	background:#f6f6f6;
}
.ci .ci_box{}
.ci .ci_box h5{
	display:inline-block;#display:inline;*zoom:1;
	font-size:24px;color:#333;
	border-bottom:2px solid #333;
	margin-bottom:30px;
}
.ci .ci_box p{margin-bottom:45px;font-size:14px;color:#818181;line-height:170%;}

.ci .ci_box .clear{overflow:hidden;}
.ci .ci_box .fl{float:left;width:49%;min-height:300px;margin-right:1%;display:table;}
.ci .ci_box .fr{float:right;width:49%;min-height:300px;display:table;}
.ci .ci_box .align{display:table-cell;vertical-align:middle;}


.ci .colorbox{float:left;padding-left:40px;}
.ci .colorbox .align{overflow:hidden;display:table-cell;vertical-align:middle;}
.ci .colorbox .redbox{
	float:left;
	width:137px;height:137px;
	background:#ed1c24;
}
.ci .colorbox .greenbox{
	float:left;
	width:137px;height:137px;
	background:#48ac43;
}
.ci .colorbox .darkgraybox{
	float:left;
	width:137px;height:137px;
	background:#7d7d7d;
}
.ci .colorbox .infoarea{
	float:left;height:137px;
	display:table;
	text-align:left;
	padding:0 30px 0 20px;
}
.ci .colorbox .infoarea .tit{font-size:15px;color:#000;}
.ci .colorbox .infoarea .pt{font-size:14px;color:#515151;margin:0 0 5px}
.ci .colorbox .infoarea .cinfo{font-size:13px;color:#8b8b8b;}
.ci .downs{margin-top:79px;}
.ci .downs a{
	display:inline-block;#display:inline;*zoom:1;
	width:260px;height:45px;
	text-align:center;line-height:45px;
	font-size:14px;color:#666;
	background:#fff;
	border:1px solid #ddd;
}


.ci .c1 .fl{
	background:#fff;text-align:center;
	box-shadow:1px 1px 0 #ddd inset ,-1px -1px 0 #ddd inset;
}
.ci .c1 .fr{
	text-align:center;
	box-shadow:0 1px 0 #ddd inset ,0 -1px 0 #ddd inset;
}
.ci .c2{margin-top:90px}
.ci .c2 .fl{
	background:#fff;text-align:center;
	box-shadow:1px 1px 0 #ddd inset ,-1px -1px 0 #ddd inset;
}
.ci .c2 .fl img{margin-left:-15%;width:70%}
.ci .c2 .fr{
	text-align:center;
	box-shadow:0 1px 0 #ddd inset ,0 -1px 0 #ddd inset;
}
.ci .c3{margin-top:90px}
.ci .c3 .fl{
	position:relative;
	background:#fff;text-align:center;
	box-shadow:1px 1px 0 #ddd inset ,-1px -1px 0 #ddd inset;
}
.ci .c3 h6{position:absolute;left:4%;top:7%;font-size:15px;color:#777;}
.ci .c3 .fr{
	position:relative;
	background:#fff;text-align:center;
	box-shadow:1px 1px 0 #ddd inset ,-1px -1px 0 #ddd inset;
}

.ci .c4{margin-top:90px}
.ci .c4 .fl{
	background:#fff;text-align:center;
	box-shadow:1px 1px 0 #ddd inset ,-1px -1px 0 #ddd inset;
}
.ci .c4 .fl img{width:96%}
.ci .c4 .fr{
	text-align:left;
	box-shadow:0 1px 0 #ddd inset ,0 -1px 0 #ddd inset;
}
.ci .c4 .fr .b_tit{font-size:14px;color:#515151;margin-left:5%;}
.ci .c4 .fr .b_txt{font-size:14px;color:#818181;line-height:170%;margin:15px 0 20px;margin-left:5%;}
.ci .c4 .fr .b_btns{margin-left:5%;}
.ci .c4 .fr .b_btns a{
	display:inline-block;#display:inline;*zoom:1;
	width:260px;height:45px;
	text-align:center;line-height:45px;
	font-size:14px;color:#666;
	background:#fff;
	border:1px solid #ddd;margin-bottom:5px;
}




@media(max-width:1025px){

	.ci .c3 .fl img{width:96%;}

}

@media(max-width:855px){

	.pt .br{display:block;}

}




.news{
	text-align:center;padding:150px 0 150px;
	background:#fff;
}
.news .news_tabs{}
.news .news_tabs ul{
	overflow:hidden;
	display:inline-block;#display:inline;*zoom:1;
}
.news .news_tabs ul li{float:left;}
.news .news_tabs ul li a{
	display:block;
	width:216px;height:41px;
	text-align:center;line-height:41px;
	font-size:14px;color:#888;
	border:1px solid #ddd;
}
.news .news_tabs ul li.on a{
	color:#c40f16;
	border:1px solid #c40f16;
	box-shadow:1px 1px 0 #c40f16 inset,-1px -1px 0 #c40f16 inset;
}

.news .tabcon{padding:70px 0 150px;}
.bbs_list1{}
.bbs_list1 table{width:100%;border-top:2px solid #111;}
.bbs_list1 table td{
	padding:25px 0;
	border-bottom:1px solid #ddd;
}
.bbs_list1 table td.date{width:100px;text-align:center;}
.bbs_list1 table td.date .day{font-size:43px;color:#333;font-weight:600;letter-spacing:-1px;line-height:130%;}
.bbs_list1 table td.date .ym{font-size:13px;color:#818181;font-weight:300;}
.bbs_list1 table td a{
	display:block;
	padding-left:5%;
	border-left:1px solid #e5e5e5
}
.bbs_list1 table td .sbj{font-size:19px;color:#333;margin-bottom:10px;font-weight:400}
.bbs_list1 table td .txt{font-size:14px;color:#818181;line-height:170%;font-weight:300}



.bbs_list2{
	height:auto;
}
.bbs_list2 ul{overflow:hidden;height:1000px;}
.bbs_list2 ul li{
	float:left;
	width:24%;
	max-width:338px;
	margin:0 0.5% 1% 0;
	border:1px solid #ddd;
}
.bbs_list2 ul li:nth-child(4n){}

.bbs_list2 ul li .infoarea{
	padding:5%;
}
.bbs_list2 ul li .infoarea .num{font-size:15px;color:#333;}
.bbs_list2 ul li .infoarea .sbj{
	font-size:15px;color:#333;font-weight:300;
	padding-left:15px;
	min-height:120px;
	line-height:180%;
	background:url(/images/page/award_listbg.gif) no-repeat left 10px;
	border-bottom:1px solid #ddd;
}
.bbs_list2 ul li .infoarea .date{margin:5px 0;font-size:13px;color:#9b9a9a;}



.bbs_view{}
.bbs_view table{width:100%;border-top:2px solid #333;}
.bbs_view table th{padding:20px 0 20px;border-bottom:1px solid #ddd;}
.bbs_view table th .sbj{
	font-size:22px;color:#000;font-weight:300;margin-bottom:10px;
}
.bbs_view table th .date{font-size:14px;color:#a4a4a4;}
.bbs_view table th .date span{display:inline-block;#display:inline;*zoom:1;width:20px;}
.bbs_view table th .date span.con{width:auto;color:#6b6b6b;margin-left:5px;}
.bbs_view table td{padding:40px 20px;border-bottom:1px solid #ddd;text-align:center;}
.bbs_view table td.viewcon{}
.bbs_view table td.viewcon p{max-width:100%;}
.bbs_view table td.viewcon img{max-width:100%;width:100%;}
.bbs_btns{overflow:hidden;width:100%;margin:10px 0;}
.bbs_btns .fl{float:left;width:50%}
.bbs_btns .fl a{
	display:inline-block;#display:inline;*zoom:1;
	width:190px;height:46px;
	text-align:center;line-height:46px;
	font-size:14px;color:#858585;font-weight:300;
	border:1px solid #b7b7b7;
}
.bbs_btns .fr{float:right;text-align:right;width:50%;}



.paging{text-align:center;margin-top:55px;}
.paging a{
	vertical-align:top;
	display:inline-block;#display:inline;*zoom:1;
	width:48px;height:48px;
	text-align:center;line-height:48px;
	font-size:15px;color:#999;
}
.paging strong{
	vertical-align:top;
	display:inline-block;#display:inline;*zoom:1;
	width:48px;height:48px;
	text-align:center;line-height:48px;
	font-size:15px;color:#fff;
	background:#c40f16;
}
.paging img{border:1px solid #ddd;}
.paging .prev{margin-right:80px;}
.paging .next{margin-left:80px;}







/* m21 */
.m21{
	text-align:center;padding-bottom:135px;
}
.m2_toparea{
	width:94%;
	margin:65px auto 100px;
}
.m2_toparea .imgarea{position:relative;}
.m2_toparea .imgarea .redbox{
	width:15%;height:35%;
	background:#c40f16;
	position:absolute;left:-4px;top:-4px;
}
.m2_toparea .imgarea>img{position:relative;z-index:10;width:100%;}
.m2_toparea .clear{overflow:hidden;text-align:left;margin-top:45px;}
.m2_toparea .clear .fl{text-align:left;width:100%;}
.m2_toparea .clear .fl .tit{margin-bottom:10px;}
.m2_toparea .clear .fl .tit img{}
.m2_toparea .clear .fl .kor{font-size:26px;color:#818181;}
.m2_toparea .clear .fr{
	width:100%;margin-top:40px;
}
.m2_toparea .clear .fr p{
	font-size:15px;color:#818181;line-height:170%;
	margin-bottom:20px;font-weight:300;word-break:keep-all;
}

.m21_center{
	max-width:1400px;
	width:100%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	padding:80px 0 95px;
}
.m21_center .tit{margin-bottom:90px;}
.m21_center .con img{width:90%;}



.m2_project{
	background:url(/images/page/m2_project_bg.jpg) no-repeat;
	background-size:150% auto;
}
.m2_project .pwrap{
	max-width:1400px;
	width:94%;
	margin:0 auto;
	position:relative;
}
.m2_project .pwrap .bg1{
	position:absolute;left:50%;top:50px;z-index:1;
	width:346px;height:346px;	
	margin-left:-173px;
	background:url(/images/page/m2_project_bg1.png) no-repeat;
}
.m2_project .pwrap .cate{
	position:relative;
	padding:105px 0 20px;
}
.m2_project .pwrap .tit{}
.m2_project .pwrap .tit:after{
	display:block;content:"";
	width:1px;height:50px;
	background:rgba(255,255,255,0.3);
	margin:25px auto 0;
}
.m2_project .pp{
	position:relative;z-index:10;
}
.m2_project .pp .m2_prev{
	position:absolute;left:0;top:50%;margin-top:-30px;
}
.m2_project .pp .m2_next{
	position:absolute;right:0;top:50%;margin-top:-30px;
}
.m2_project .pp ul{}
.m2_project .pp ul li{}
.m2_project .pp ul li img{width:100%;}




/* m22 */
.m22{
	text-align:center;padding-bottom:235px;
}
.m22_center{
	max-width:1400px;
	position:relative;
	width:100%;
	margin:0 auto 100px;
}

.m22_center_top{
	width:100%;height:262px;
	background:url(/images/page/m22_center_top_bg.jpg) no-repeat;
}
.m22_center_top .tit{
	padding:50px 0 5px;
	margin-bottom:40px;
	font-size:14px;color:rgba(255,255,255,0.8);
}
.m22_center_top ul{
	display:inline-block;#display:inline;*zoom:1;
	width:20%;
	text-align:left;
}
.m22_center_top ul li{
	padding-left:10px;
	background:url(/images/page/m22_center_listbg.gif) no-repeat left 9px;
	font-size:14px;color:rgba(255,255,255,0.5);
	line-height:170%;font-weight:300;
}

.m22_center_btm{
	position:relative;
	border:1px solid #ddd;
	margin-top:78px;
	padding:75px 0 85px;
}
.m22_center_btm:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-40%;top:52%;
}
.m22_center_btm .con{
	position:relative;z-index:10;
	margin:70px 0 0;
}



/* m23 */
.m23{
	text-align:center;padding-bottom:235px;
}
.m23_center{
	position:relative;
	max-width:1400px;
	width:94%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	padding:80px 0 95px;
}
.m23_center:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-1000%;top:451px;
}
.m23_center .tit{margin-bottom:90px;}
.m23_center .m23_c_box{
	position:relative;
	display:inline-block;#display:inline;*zoom:1;
	vertical-align:top;
	width:25%;
	margin:0 3%;
}
.m23_center .m23_c_box .toparea{
	padding-bottom:45px;
	border-bottom:2px solid #b2b2b2;
}
.m23_center .m23_c_box:nth-child(1) .toparea{
	background:url(/images/page/m23_center_num01.gif) no-repeat right bottom;
}
.m23_center .m23_c_box:nth-child(2) .toparea{
	background:url(/images/page/m23_center_num02.gif) no-repeat right bottom;
}
.m23_center .m23_c_box:nth-child(3) .toparea{
	background:url(/images/page/m23_center_num03.gif) no-repeat right bottom;
}

.m23_center .m23_c_box .toparea .cir{
	position:relative;
	width:204px;height:204px;
	border:1px solid #ddd;
	border-radius:50%;
	font-size:16px;
	margin:0 auto;
}
.m23_center .m23_c_box .toparea .cir:after{
	content:"";display:block;
	width:12px;height:8px;
	position:absolute;left:50%;top:110%;
	margin-left:-6px;
	background:url(/images/page/m23_center_arr.gif) no-repeat;
}
.m23_center .m23_c_box .toparea .cir .ico{height:57px;margin:55px 0 20px;}
.m23_center .m23_c_box .btmarea{
	text-align:left;padding:15px 0 0;
}
.m23_center .m23_c_box .btmarea ul{}
.m23_center .m23_c_box .btmarea ul li{
	padding-left:10px;
	background:url(/images/page/m22_center_listbg.gif) no-repeat left 8px;
	font-size:13px;color:#818181;font-weight:300;line-height:170%;
	word-break:keep-all;
}


@media(max-width:880px){
	.m23_center:before{
		width:10000%;
		height:1px;
		content:"";display:block;
		background:#eee;
		position:absolute;left:-1000%;top:401px;
	}
	.m23_center .m23_c_box .toparea .cir{
		position:relative;
		width:154px;height:154px;
		border:1px solid #ddd;
		border-radius:50%;
		font-size:15px;
		margin:0 auto;
	}
	.m23_center .m23_c_box .toparea .cir .ico{height:47px;margin:35px 0 20px;}
	.m23_center .m23_c_box .toparea .cir .ico img{height:100%}
	.m23_center .m23_c_box:nth-child(3) .toparea .cir .ico img{height:90%}
}





/* m24 */
.m24{
	text-align:center;padding-bottom:235px;
}
.m24_center{
	max-width:1400px;
	width:100%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	padding:80px 0 95px;
}
.m24_center:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-1000%;top:55.25%;
}
.m24_center .tit{margin-bottom:90px;}
.m24_center .m24_c_box{
	position:relative;
	display:inline-block;#display:inline;*zoom:1;
	margin:0 5%;
}
.m24_center .m24_c_box .btmarea .tit{margin:20px 0 10px;font-size:19px;color:#333;}
.m24_center .m24_c_box .btmarea .imgtit{margin:20px 0 0px}
.m24_center .m24_c_box .btmarea p{font-size:14px;color:#818181;font-weight:300;line-height:170%;}





/* m25 */
.m25{
	text-align:center;padding-bottom:235px;
}
.m25_center{
	max-width:1400px;
	width:100%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	background:#f8f8f8;
	padding:80px 0 95px;
	position:relative;
}
.m25_center:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-1000%;top:200px;
}
.m25_center .tit{margin-bottom:90px;}
.m25_c_box{
	display:inline-block;#display:inline;*zoom:1;
	vertical-align:top;
	max-width:333px;
	width:100%;
	height:268px;
	position:relative;
	border:1px solid #ddd;
	background:#fff;
	margin:0 2%;
}
.m25_c_box .num{
	position:absolute;left:50%;top:-35px;margin-left:-35px;
}
.m25_c_box .ico{height:66px;margin-top:70px;}
.m25_c_box .kor{font-size:17px;color:#333;margin-bottom:0px;}
.m25_c_box .kor:before{
	display:block;content:"";
	width:20px;height:1px;
	background:#bbb;
	margin:15px auto ;
}
.m25_c_box .eng{font-size:16px;color:#818181;font-weight:300}



@media(max-width:1200px){

	.m25_c_box{
		display:inline-block;#display:inline;*zoom:1;
		vertical-align:top;
		max-width:100%;
		width:25%;
		height:auto;
		padding:0% 0 5%; 
		position:relative;
		border:1px solid #ddd;
		background:#fff;
		margin:0 2%;
	}

}




/* m26 */
.m26{
	text-align:center;padding-bottom:235px;
}
.m26_center{
	position:relative;
	max-width:1400px;
	width:94%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	padding:80px 0 95px;
}
.m26_center:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-1000%;top:224px;
}
.m26_center .tit{margin-bottom:65px;}
.m26_c_box{
	display:inline-block;#display:inline;*zoom:1;
	vertical-align:top;
	width:28%;
	padding-top:50px;
	position:relative;
	margin:0 1%;
}
.m26_c_box:nth-child(1){
	background:url(/images/page/m23_center_num01.gif) no-repeat center top;
}
.m26_c_box:nth-child(2){
	background:url(/images/page/m23_center_num02.gif) no-repeat center top;
}
.m26_c_box:nth-child(3){
	background:url(/images/page/m23_center_num03.gif) no-repeat center top;
}
.m26_c_box .boxwrap{
	position:relative;
	margin-top:50px;
	border:1px solid #ddd;

}
.m26_c_box .boxwrap:before{
	display:block;content:"";
	width:11px;height:11px;
	background:url(/images/page/m26_c_bg2.png) no-repeat;
	position:absolute;left:50%;top:-55px;z-index:1;
	margin-left:-5px;
}
.m26_c_box .boxwrap:after{
	display:block;content:"";
	width:1px;height:50px;
	background:#ddd;
	position:absolute;left:50%;top:-50px;
}
.m26_c_box .boxwrap .box{padding:50px 0 40px;background:#fff}
.m26_c_box .boxwrap .box:before{
	content:"";display:block;
	width:100%;height:100%;
	background:url(/images/page/m26_c_bg1.gif) repeat;
	position:absolute;right:-10px;bottom:-10px;z-index:-1;
}
.m26_c_box .boxwrap .box .ico{height:57px;margin-bottom:25px;;}
.m26_c_box .boxwrap .box .tit2{font-size:15px;color:#818181;margin-top:10px;}


@media(max-width:900px){

	.m26_center:before{
		display:none;
	}
	.m26_c_box{
		display:block;
		vertical-align:top;
		width:50%;
		padding-top:00px;
		position:relative;
		margin:0 auto;
	}
	.m26_c_box{background:0 !important;}
	.m26_c_box .boxwrap:before{
		display:none;content:"";
		width:11px;height:11px;
		background:url(/images/page/m26_c_bg2.png) no-repeat;
		position:absolute;left:50%;top:-55px;z-index:1;
		margin-left:-5px;
	}
	.m26_c_box .boxwrap:after{
		display:none;content:"";
		width:1px;height:50px;
		background:#ddd;
		position:absolute;left:50%;top:-50px;
	}


}





/* m27 */
.m27{
	text-align:center;padding-bottom:235px;
}
.m27_center{
	position:relative;
	max-width:1400px;
	width:100%;
	margin:0 auto 100px;
	border:1px solid #ddd;
	padding:80px 0 95px;
	background:url(/images/page/m27_c_bg.png) no-repeat center bottom;
}
.m27_center:before{
	width:10000%;
	height:1px;
	content:"";display:block;
	background:#eee;
	position:absolute;left:-1000%;top:387px;
}
.m27_center .tit{margin-bottom:115px;}
.m27_center .m27_c_box{
	position:relative;
	display:inline-block;#display:inline;*zoom:1;
	margin:0 5%;
}








/* m31 */
.m31{text-align:center;padding:60px 0 150px;}
.m3_search{
	overflow:hidden;
	text-align:right;
	max-width:1400px;
	width:94%;
	margin:60px auto 20px;
}
.m3_search select{
	display:inline-block;#display:inline;*zoom:1;
	width:15%;height:42px;
	padding:0 0 0 1%;
	border:1px solid #ddd;
	font-size:14px;
}
.m3_search .search_bar{
	display:inline-block;#display:inline;*zoom:1;
	width:20%;border:1px solid #ddd;
	padding-right:20px;
}
.m3_search .search_bar input.ipt{
	width:75%;
	padding:0 5%;
	height:40px;
	border:0;
	font-size:14px;
	outline:0;
}
.project_lists{
	overflow:hidden;
	max-width:1400px;
	width:94%;
	margin:0 auto;	
}
.project_lists ul{overflow:hidden;}
.project_lists ul li{
	float:left;
	width:32.666%;
	margin-right:1%;
	margin-bottom:1%;
	position:relative;
}
.project_lists ul li:nth-child(3n){margin-right:0;}
.project_lists ul li .thumarea{}
.project_lists ul li .ondiv{
	opacity:0;
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	background:rgba(68,68,68,0.9);
	transition:all 1s;
}
.project_lists ul li:hover .ondiv{
	opacity:1;transition:all 1s;
}
.project_lists ul li .ondiv .onwrap{
	display:table;vertical-align:middle;
	width:100%;height:100%;
}
.project_lists ul li .ondiv .onwrap .align{display:table-cell;vertical-align:middle;}
.project_lists ul li .ondiv .sbj{
	margin:15px 0 40px;
	font-size:21px;color:#fff;
}

.project_lists ul li .moretxt{
	position:absolute;
	left:0;top:50%;
	margin-top:-43px;
	width:100%;height:100%;
	transition:all 1s;
}



.project_view{
	overflow:hidden;
	max-width:1400px;
	width:94%;
	margin:85px auto 0; 	
}
.project_view .view_gall{
	position:relative;
	padding-bottom:6px;
	background:#333;
}
.project_view .view_gall .redzone{
	width:20%;height:6px;
	background:#ed1c24;
	position:absolute;left:0;bottom:0;
}
.project_view .gall_wrap{position:relative;}
.project_view .gall_wrap .pprev{position:absolute;left:0;top:50%;margin-top:-20px;z-index:10;}
.project_view .gall_wrap .pnext{position:absolute;right:0;top:50%;margin-top:-20px;z-index:10;}
.project_view .gall_wrap .pprev img,
.project_view .gall_wrap .pnext img{height:40px;}
.project_view .gall_wrap ul{}
.project_view .gall_wrap ul li{display:none}
.project_view .gall_wrap ul li:first-child{display:block}
.project_view .gall_wrap ul li img{width:100%;}

.project_view .view_info{
	padding:70px 0 ;
	background:url(/images/page/m31_view_bg1.png) no-repeat center top;
	background:100% auto;
}
.project_view .view_info .infobox{
	background:#444;
	padding:4px;
}
.project_view .view_info .infobox .borderline{
	border:1px solid rgba(255,255,255,0.5);
	padding:50px 4%;
	text-align:left;
}
.project_view .view_info .infobox .tit{
	font-size:23px;color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.3);
	margin-bottom:30px;
	padding-bottom:5px;
}
.project_view .view_info .infobox .clear{overflow:hidden;}
.project_view .view_info .infobox .clear .fl{
	float:left;
	width:25%;
}
.project_view .view_info .infobox .clear .fl dl{overflow:hidden;margin-bottom:5px;}
.project_view .view_info .infobox .clear .fl dl dt{
	float:left;
	padding-left:10px;
	background:url(/images/page/m31_view_dl_bg.gif) no-repeat left 7px;
	width:40%;
	font-size:13px;color:rgba(255,255,255,0.6);
}
.project_view .view_info .infobox .clear .fl dl dd{
	float:left;
	font-size:13px;color:rgba(255,255,255,0.3);
}
.project_view .view_info .infobox .clear .fr{
	float:right;
	width:70%;
}
.project_view .view_info .infobox .clear .fr .txt{
	font-size:14px;color:rgba(255,255,255,0.4);line-height:180%;word-break:keep-all;
}







/* m41 */
.m41{text-align:center;padding:60px 3% 150px;}
.m41 h4{
	width:94%;margin:40px auto 10px;;
	padding-left:15px;
	background:url(/images/page/bg_reddot.gif) no-repeat 7px center;
	text-align:left;
	font-size:18px;
}
.people_lists{
	width:94%;
	max-width:1400px;
	margin:0px auto 45px;
}
.people_lists ul{overflow:hidden;}
.people_lists ul li{
	float:left;
	position:relative;
	width:24.5%;
	margin:0 0.5% 0.5% 0;
}
.people_lists ul li:nth-child(4n){margin-right:0;}

@media(max-width:960px){
	.people_lists ul li{
		float:left;
		position:relative;
		width:32.333%;
		margin:0 0.5% 0.5% 0;
	}
	.people_lists ul li:nth-child(3n){margin-right:0;}	
	.people_lists ul li:nth-child(4n){margin-right:0.5%;}
}

.people_lists ul li .thumarea{border:1px solid #ddd;}
.people_lists ul li .name{
	opacity:0;
	position:absolute;left:6%;top:5%;
	font-size:16px;color:rgba(255,255,255,0.8);
}
.people_lists ul li .name .bold{font-weight:600;}
.people_lists ul li:hover .name{
	opacity:1;
	color:rgba(0,0,0,0.8);
}
.people_lists ul li img{transition:all 1s;}

.m41 .btn_more{}
.m41 .btn_more a{
	display:block;
	width:40px;height:40px;
	margin:0 auto;
	position:relative;
	border:1px solid #ed1c24;
}
.m41 .btn_more a div:nth-child(1){
	position:absolute;left:50%;top:50%;
	width:19px;height:1px;
	margin-left:-9px;
	background:#ed1c24;
}
.m41 .btn_more a div:nth-child(2){
	position:absolute;left:50%;top:50%;
	width:1px;height:19px;
	margin-top:-9px;
	background:#ed1c24;
}


#bg_black{
	display:none;
	width:100%;
	position:absolute;left:0;top:0;z-index:2000;
	background:rgba(0,0,0,0.8);
}
.people_layer{
	display:none;
	width:94%;	
	position:absolute;left:3%;top:0;z-index:2000;
}
.layer_wrap{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	position:relative;
	background:#fff;
}
.layer_wrap .btn_close{
	position:absolute;right:0.5%;bottom:101%;
}
.people_info{padding:5%;}
.people_info ul{}
.people_info ul li{display:none;}
.people_info .clear{overflow:hidden;}
.people_info .clear .fl{
	float:left;
	width:50%;
}
.people_info .clear .fl img{width:100%;max-width:619px;}
.people_info .clear .fl .name{
	position:relative;
	font-size:19px;color:#151818;width:100%;
	text-align:left;
	max-width:619px;
	margin-top:10px;
}
.people_info .clear .fl .name .eng{font-size:15px;color:#909090;font-weight:300;}
.people_info .clear .fl .name .posi{
	font-size:15px;color:#ed1c24;
	position:absolute;right:0;top:0;	
}
.people_info .clear .fr{
	float:right;text-align:left;
	width:44%;height:560px;
	overflow-y:scroll;
	padding-left:3%;
	border-left:1px solid #ddd;
}
.people_info .clear .fr dl{margin-bottom:30px;}
.people_info .clear .fr dl dt{font-size:21px;color:#151818;}
.people_info .clear .fr dl dt:after{
	display:block;content:"";
	width:22px;height:2px;
	margin:10px 0;
	background:#ed1c24;
}
.people_info .clear .fr dl dd{
	font-size:14px;color:#6f6f6f;
	line-height:170%;
}


@media(max-width:1000px){
	
	.people_info .clear .fl{
		float:none;
		width:50%;
		margin:0 auto 30px;
		
	}
	.people_info .clear .fr{
		float:right;text-align:left;
		border-top:1px solid #ddd;
		padding-top:30px;
		width:100%;height:300px;
		overflow-y:scroll;
		padding-left:0%;
		border-left:0px solid #ddd;
	}
}





/* m51 */
.m51{text-align:center;padding-bottom:150px;}
.design_bbs{
	width:94%;
	margin:60px auto 0;
	border-bottom:1px solid #ddd;
}
.design_bbs ul{
	overflow:hidden;
	position:relative;
	font-size:0;
	text-align:left;
}
.design_bbs ul li{
	display:inline-block;vertical-align:top;
	position:relative;
	width:330px;
	margin:0 0 0 20px;
}
.design_bbs ul li>a{display:block;position:relative;}
.design_bbs ul li .thumarea img{height:153px;}
.design_bbs ul li .infoarea{
	padding:20px;min-height:74px;
	border:1px solid #ddd;
	text-align:left;
}
.design_bbs ul li .infoarea .sbj{font-size:17px;color:#333;}
.design_bbs ul li .infoarea p{font-size:14px;color:#818181;font-weight:300;margin:0 0 10px;}
.design_bbs ul li .infoarea .date{font-size:13px;color:#9b9a9a;font-weight:300;}
.design_bbs ul li .infoarea .date span{
	display:inline-block;#display:inline;*zoom:1;
	margin:0 5px;
	font-size:10px;vertical-align:top;
}
.design_bbs ul li .ondiv{
	opacity:0;
	position:absolute;left:0;top:0;
	background:#444 url(/images/page/m51_ondiv_bg.gif) no-repeat right bottom;
	width:100%;height:100%;
	text-align:center;
	transition:all 1s;
}
.design_bbs ul li:hover .ondiv{
	transition:all 1s;opacity:1;
}
.design_bbs ul li.on .ondiv{opacity:0;transition:all 0s;}
.design_bbs ul li .ondiv .divwrap{
	width:322px;height:261px;
	padding:4px;
	display:table;
}
.design_bbs ul li .ondiv .divwrap .align{
	display:table-cell;vertical-align:middle;
	border:1px solid rgba(255,255,255,0.4)
}
.design_bbs ul li .ondiv .divwrap .align .cate{color:rgba(255,255,255,0.7);font-size:14px;}
.design_bbs ul li .ondiv .divwrap .align .sbj{color:rgba(255,255,255,1);font-size:21px;margin:5px 0 30px;}
.design_bbs ul li .ondiv .divwrap .align .more{}


.design_bbs ul li .viewbox{
	display:none;
	position:relative;
	position:absolute;left:0;top:165px;z-index:100;
	width:100%;
	padding:50px 0;
	box-shadow:1px 1px 0 #ddd inset,-1px -1px 0 #ddd inset;
	background:#fff;
}
.design_bbs ul li .viewbox img{width:100% !important;height:auto !important;}
.design_bbs ul li .viewbox .clear img{width:100% !important;;height:auto !important;}
.design_bbs ul li .boxarr{
	display:none;
	position:absolute;left:50%;top:156px;
	margin-left:-5px;z-index:200;
}
.design_bbs ul li .viewbox .clear{
	padding:0 4%;
	text-align:left;
	font-size:14px;
}
.design_bbs ul li .viewbox .close{
	position:absolute;right:10px;top:10px;z-index:200;
}






/* m61 */
.m61{text-align:center;padding:60px 0 150px;}
.m61 .maparea{
	max-width:1400px;
	width:94%;
	margin:60px auto 105px;
	overflow:hidden;
}
.m61 .maparea #map{
	float:left;
	width:63%;
}
.m61 .maparea #map iframe{height:627px;}
.m61 .maparea .info{
	float:right;
	display:table;
	background:#444;
	width:29%;height:627px;
	padding:0 4%;
	text-align:left;
}
.m61 .maparea .info .align{
	display:table-cell;
	vertical-align:middle;
}
.m61 .maparea .info .tit{
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.m61 .maparea .info .location_info{}
.m61 .maparea .info .location_info dl{
	padding-left:60px;margin-bottom:20px;
}
.m61 .maparea .info .location_info dl{}
.m61 .maparea .info .location_info dl:nth-child(1){
	background:url(/images/page/m61_ico1.gif) no-repeat left center;
}
.m61 .maparea .info .location_info dl:nth-child(2){
	background:url(/images/page/m61_ico2.gif) no-repeat left center;
}
.m61 .maparea .info .location_info dl:nth-child(3){
	background:url(/images/page/m61_ico3.gif) no-repeat left center;
}
.m61 .maparea .info .location_info dl dt{font-size:14px;color:#fff;}
.m61 .maparea .info .location_info dl dd{font-size:14px;color:rgba(255,255,255,0.5);font-weight:300;}

.m61 .maparea .info .contact_info{}
.m61 .maparea .info .contact_info dl{overflow:hidden;margin-bottom:20px;}
.m61 .maparea .info .contact_info dl:last-child{margin-bottom:0;}
.m61 .maparea .info .contact_info dl dt{
	float:left;
	width:55px;
	font-size:14px;color:#fff;line-height:170%;
}
.m61 .maparea .info .contact_info dl dd{
	float:left;
	font-size:14px;color:rgba(255,255,255,0.5);font-weight:300;
	line-height:170%;
}

.m61 .recruit{position:relative;}
.m61 .recruit .bgarea{
	position:absolute;right:0;bottom:0;z-index:1;
	background:url(/images/main/project_bg2.gif) repeat;
	width:82%;height:365px;
}
.m61 .recruit .recruit_wrap{
	max-width:1400px;
	width:94%;
	margin:0 auto;
	position:relative;
}
.m61 .recruit .recruit_wrap:after{
	clear:both;content:"";display:block;
}
.m61 .recruit .recruit_wrap .bg_thum{
	position:absolute;left:0;top:-30px;z-index:10;;
}
.m61 .recruit .recruit_wrap .recruit_contact{
	float:right;
	display:table;
	position:relative;z-index:10;
	width:50%;height:357px;
	padding:4px;
	background:#ededed;
}
.m61 .recruit .recruit_wrap .recruit_contact .align{
	display:table-cell;
	border:1px solid #ddd;
	vertical-align:middle;
}
.m61 .recruit .recruit_wrap .recruit_contact .align .tit:before{
	content:"";display:block;
	width:1px;height:40px;
	background:#cacaca;
	margin:0 auto 40px;
}
.m61 .recruit .recruit_wrap .recruit_contact .align .text{
	font-size:17px;color:#818181;
	margin:20px 0 0;
}
.m61 .recruit .recruit_wrap .recruit_contact .align .text:after{
	content:"";display:block;
	width:1px;height:40px;
	background:#cacaca;
	margin:40px auto 0px;
}



@media(max-width:1000px){

	
	.m61 .maparea #map{
		float:none;
		width:100%;
	}
	.m61 .maparea #map iframe{height:400px;}
	.m61 .maparea .info{
		float:right;
		display:table;
		background:#444;
		width:92%;height:627px;
		padding:0 4%;
		text-align:left;
	}
	.m61 .recruit .recruit_wrap .recruit_contact{
		float:right;
		display:table;
		position:relative;z-index:10;
		width:55%;height:357px;
		padding:4px;
		background:#ededed;
	}

}