@import url("main17_s.css?190718");
@import url("main17_m.css?190718");
@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}
/*
font-family: 'Nanum Barun Gothic', sans-serif;

*/
/*공통 : Str*/


body
{
	margin:0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
} 
/*
@font-face {
    font-family: "NanumBarunGothicLight";
    src: url('/font/NanumBarunGothicLight.woff'); /* IE 4-8 */
    src: url('/font/NanumBarunGothicLight.woff?') format('woff');
}
*/

@font-face {
    font-family: "Dinbol";
    src: url('/font/Dinbol.woff'); /* IE 4-8 */
    src: url('/font/Dinbol.woff?') format('woff');
}


.topFixedMenu
{
	position:fixed !important;
	top:0;
	left:0;
	border-bottom:1px solid #ccc;
	z-index:10000;
	background:#fff;
}
.topFixedMenu ul.real_link
{
	position:relative;
	top:15px;
}
.topFixedMenu .wrap_menu_section
{
	display:none;
}
.topFixedMenu .btn_sec_nav
{
	display:block !important;
}
.topFixedMenu .btn_sec_nav_close
{
	display:none !important;
}

.btn_go_top
{
	position:fixed;
	bottom:10px;
	right:10px;
	width:35px;
	height:34px;
	text-indent:-5000em;
	background:url("/images/btn_go_top01.jpg") no-repeat 0 0;
	z-index:999;
}

#ad_r_bn
{
	position:absolute;
	top:0px;
	right:-101px;
	padding:15px 0 0 0;
	width:100px;
	background:url("/images/icon_frame_list01.png") no-repeat center 0;
}
#ad_r_bn li
{
	margin:0 0 10px 0;
}
#ad_r_bn li a img
{
	width:100px;
	/*border:1px solid #f7f7f7;*/
}
/*공통 : End*/


@media (min-width:786px){

	/* 상단 높이조절 가변 : Start*/
	.header.top_hsize_m
	{
		height:177px !important;
		/* 벤더 프리픽스 */
		-ms-transition-delay : 0s;
		-moz-transition-delay : 0s;
		-o-transition-delay : 0s;
		-webkit-transition-delay : 0s;
		/* 웹표준 */
		transition-delay : 0s;
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
	}
	.header.top_hsize_m .brand_layer
	{
		height:130px !important;
	}

	.header.top_hsize_m .brand_layer h1
	{
		padding:30px 0 0 0 !important;
	}
	.header.top_hsize_m .brand_layer .top_right_banner
	{
		position:absolute;
		top:40px;
		right:170px;
		display:block;
	}

	/* 상단 높이조절 가변 : End*/

	.wrap_all
	{
		position:relative;
		min-width:1080px;
		width:100%;
		text-align:center;
		background:#f2f4f7;
	}
	.header
	{
		position:relative;
		margin:0 0 7px 0;
		width:100%;
		height:217px;
		text-align:left;
		border-bottom:1px solid #e3e7ee;
		background:#fff;
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
	}
	.header .brand_layer
	{
		position:relative;
		margin:0 auto;
		width:1080px;
		height:170px;
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
	}
	.header .brand_layer h1
	{
		padding:45px 0 0 0;
		width:380px;
		height:115px;
		transition-delay : 0s;
		transition-duration : 0.2s;
	}
	.header .brand_layer h1 a
	{
		width:100%;
		height:100%;
		text-indent:-5000em;
		background:url("/images/brand_ko02.jpg") no-repeat 0 0;
		display:block;
	}
	.header .brand_layer ul.tmenu
	{
		position:absolute;
		top:10px;
		right:10px;
	}
	.header .brand_layer ul.tmenu li
	{
		padding:0 1px;
		height:23px;
		line-height:23px;
		font-family:dotum;
		font-size:9px;	
		color:#eaeaea;
		border-right:none;
		float:left;
	}
	.header .brand_layer ul.tmenu li a img
	{
		width:20px;
		height:20px;
	}
	.header .brand_layer ul.tmenu li a
	{
		padding:0 0;
		height:23px;
		line-height:23px;
		font-family:dotum;
		font-size:11px;	
		color:#676767;
		text-decoration:none;
		letter-spacing:-1px;
		display:inline-block;
	}
	.header .wrap_section_nav ul.real_link
	{
		display:none;
	}
	.header .wrap_section_nav
	{
		position:relative;
		width:100%;
		height:45px;
		text-align:left;
		border-top:1px solid #f1f3f6;

	}
	.header .section_nav
	{
		margin:0 auto;
		width:1080px;
		overflow:hidden;
	}
	.header .section_nav a.btn_sec_nav_close
	{
		position:absolute;
		margin:3px 0 0 0px;
		width:46px;
		height:19px;
		display:inline-block;
	}
	.header .section_nav a.btn_sec_nav
	{
		position:absolute;
		margin:11px 0 0 7px;
		width:46px;
		height:19px;
		display:inline-block;
	}
	.header .section_nav div.wrap_sn_1
	{
		position:absolute;
		top:0;
		margin:0 0 0 54px;
		padding:0 0 0 0;
		width:670px;
		max-width:670px;
		overflow:hidden;
		display:block;
		float:right;
	}
	
	.header .section_nav ul.sn_1
	{
		padding:15px 0 0 0;
		width:670px;
		max-width:670px;
		white-space:nowrap;
		overflow:hidden;
		display:block;
	}
	.header .section_nav ul.sn_1 li
	{
		background:url("/images/sec_nav_big_color01.png") no-repeat 0 0;
		background-size:560px 56px;
		background-position-y:-7px;
	}
	.header .section_nav ul.sn_1.sty1 li
	{
		background:url("/images/sec_nav_big_color02.png") no-repeat 0 0;
		background-size:560px 56px;
		background-position-y:-7px;
	}
	.header .section_nav ul.sn_1.sty2 li
	{
		background:url("/images/sec_nav_big_color03.png") no-repeat 0 0;
		background-size:560px 56px;
		background-position-y:-7px;
	}
	.header .section_nav ul.sn_1.sty3 li
	{
		background:url("/images/sec_nav_big_color04.png") no-repeat 0 0;
		background-size:625px 56px;
		background-position-y:-7px;
	}
	.header .section_nav ul.sn_1 li
	{
		margin:0 15px;
		height:27px;
		display:block;
		float:left;
	}
	.header .section_nav ul.sn_1 li:hover,
	.header .section_nav ul.sn_1 li.selected
	{
		/* 벤더 프리픽스 */
		-ms-transition-delay : 0.3s;
		-moz-transition-delay : 0.3s;
		-o-transition-delay : 0.3s;
		-webkit-transition-delay : 0.3s;
		/* 웹표준 */
		transition-delay : 0.3s;
		
		-ms-transition-duration : 0.57s;
		-moz-transition-duration : 0.57s;
		-o-transition-duration : 0.57s;
		-webkit-transition-duration : 0.57s;
		/* 웹표준 */
		transition-duration : 0.57s;
		border-bottom:3px solid #247cbe;
		background-position-y:-35px;
	}
	.header .section_nav ul.sn_1 li a
	{
		width:100%;
		height:100%;
		text-indent:-5000em;
		display:inline-block;
	}
	.header .section_nav ul.sn_1 li.sn_tip
	{
		width:69px;
		background-position-x:0;
	}
	.header .section_nav ul.sn_1 li.sn_myhouse
	{
		width:56px;
		background-position-x:-95px;
	}
	.header .section_nav ul.sn_1 li.sn_newapt
	{
		width:56px;
		background-position-x:-175px;
	}
	.header .section_nav ul.sn_1 li.sn_expbrf
	{
		width:82px;
		background-position-x:-257px;
	}
	.header .section_nav ul.sn_1 li.sn_calendar
	{
		width:41px;
		background-position-x:-365px;
	}
	.header .section_nav ul.sn_1 li.sn_hotissplc
	{
		width:121px;
		background-position-x:-432px;
	}

	.header .section_nav ul.sn_2
	{
		margin:0 0 0 0;
		overflow:hidden;
		display:inline-block;
		float:right;
	}
	.header .section_nav ul.sn_2 li
	{
		margin:0 15px;
		height:25px;
		background:url("/images/sec_nav03.png") no-repeat 0 0;
		float:left;
		display:inline;
	}
	.header .section_nav ul.sn_2 li.selected
	{
		border-bottom:3px solid #227ab9;
	}
	.header .section_nav ul.sn_2 li a
	{
		width:100%;
		height:100%;
		text-indent:-5000em;
		display:inline-block;
	}
	.header .section_nav ul.sn_2 li.sn_parcel
	{
		margin-top:16px;
		width:27px;
		background-position:0 -10px;
	}
	.header .section_nav ul.sn_2 li.sn_enter
	{
		margin-top:16px;
		width:27px;
		background-position:-57px -10px;
	}
	.header .section_nav ul.sn_2 li.sn_molit
	{
		margin-top:16px;
		width:55px;
		background-position:-115px -10px;
	}
	.header .section_nav ul.sn_2 li.sn_hada
	{
		margin-top:6px;
		width:54px;
		height:36px;
		background-position:-201px 0px;
	}

	
	.header .section_nav ul.sn_1.sty3 li.sn_all
	{
		width:29px;
		background-position-x:-580px;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_tip
	{
		width:70px;
		background-position-x:0;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_myhouse
	{
		width:56px;
		background-position-x:-96px;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_newapt
	{
		width:57px;
		background-position-x:-178px;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_expbrf
	{
		width:83px;
		background-position-x:-262px;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_calendar
	{
		width:43px;
		background-position-x:-371px;
	}
	.header .section_nav ul.sn_1.sty3 li.sn_hotissplc
	{
		width:121px;
		background-position-x:-432px;
	}

	.contents
	{
		position:relative;
		margin:0 auto;
		width:1080px;
		text-align:left;
		clear:both;
	}
	.conts_left
	{
		position:relative;
		margin:0 0 7px 0;
		width:740px;
		height:429px;
		border:1px solid #e3e7ee;
		background:#fff;
		overflow:hidden;
		float:left;
	}
	.conts_right
	{
		margin:0 0 7px 0;
		width:332px;
		height:429px;
		border:1px solid #e3e7ee;
		background:#fff;
		float:right;
	}
	.conts_bottom
	{
		margin:0 0 7px 0;
		overflow:hidden;
		clear:both;
	}
	.conts_bottom_left
	{
		width:740px;
		height:664px;
		border:1px solid #e3e7ee;
		background:#f9fafc;
		float:left;
	}
	.conts_bottom_right
	{
		width:332px;
		border:1px solid #e3e7ee;
		background:#fff;
		float:right;
	}
	.footer
	{
		margin:0 auto;
		width:100%;
		height:150px;
		text-align:left;
		border-top:1px solid #e3e7ee;
		background:#fff;
		clear:both;
	}

	.conts_bottom_left .news_favlink
	{
		display:none;
	}

	.wrap_menu_section
	{
		position:absolute;
		top:47px;
		left:0;
		width:100%;
		height:300px;
		opacity:0.98;
		border-bottom:1px solid #e3e7ee;
		background:#fff;
		z-index:999;

	}
	.menu_section
	{
		position:relative;
		margin:0 auto;
		width:1080px;
	}
	.menu_section ul
	{
		margin:24px 0 0 0;
		padding:0 0 0 17px;
		width:170px;
		height:280px;
		border-left:1px solid #f1f3f6;
		float:left;
	}
	

	.menu_section ul li#t_m_parcelout17 a
	{
		color:#0068b7;
	}
	.menu_section ul li#t_m_movein17 a
	{
		color:#0068b7;
	}
	.menu_section ul li#t_m_molit17 a
	{
		color:#0068b7;
	}
	.menu_section ul li
	{
		width:100%;
		height:33px;
	}
	.menu_section ul li a
	{
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:12px;
		color:#444;
		text-decoration:none;
	}
	.menu_section ul li a:hover
	{
		color:#0f3f81;
		font-weight:bold;
		letter-spacing:-0.02em;
	}


	/*컨텐츠 상단 탭메뉴 : Str */
	ul.cl_tab
	{
		position:absolute;
		top:0;
		left:0;
		width:110px;
		height:428px;
		background:#e3e7ee;
		float:left;
	}
	ul.cl_tab li
	{
		width:100%;
		height:60px;
		border-bottom:1px solid #fff;
	}
	ul.cl_tab li.selected
	{
		background:#fff;
	}
	ul.cl_tab li a
	{
		width:100%;
		height:100%;
		line-height:60px;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:14px;
		font-weight:bold;
		color:#343b4e;
		text-align:center;
		text-decoration:none;
		letter-spacing:-1px;
		display:inline-block;
	}
	ul.cl_tab li a:hover
	{
		color:#000;
	}
	ul.cl_tab li.selected a
	{
		color:#000;
	}
	/*컨텐츠 상단 탭메뉴 : End */


	.cl_tab_conts 
	{
		width:628px;
		height:428px;
		overflow:hidden;
		float:right;
	}
	.cl_tab_conts>strong.tit
	{
		padding:3px 0 0 0;
		height:30px;
		display:block;
		float:left;
	}
	.field_click
	{
		position:relative;
		width:100%;
		height:428px;
		clear:both;
	}
	.home_deco .cont
	{
		position:absolute;
		bottom:0px;
		width:100%;
		height:100px;
		background:rgba(255,255,255,0.9);
	}
	.home_deco .cont .editor
	{
		position:absolute;
		right:20px;
		bottom:4px;
		font-family:dotum;
		font-size:11px;
		font-weight:bold;
		color:#999;
	}
	.home_deco:hover .cont
	{
		/* 벤더 프리픽스 */
		-ms-transition-delay : 0s;
		-moz-transition-delay : 0s;
		-o-transition-delay : 0s;
		-webkit-transition-delay : 0s;
		/* 웹표준 */
		transition-delay : 0s;
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
		opacity:0.6;
	}

	.home_deco .cont a.m_big_photo
	{
		position:relative;
		width:640px;
		/*height:301px;*/
		height:428px;
		overflow:hidden;
		display:block;
	}
	.home_deco .cont a.m_big_photo img
	{
		position:relative;
		width:100%;
		/*height:301px;*/
		height:428px;
		overflow:hidden;
		display:block;
	}
	.home_deco .cont dl
	{
		padding:0 0 0 0;
		height:73px;
		overflow:hidden;
		border-top:0;
	}
	.home_deco .cont dl dd.cont
	{
		margin:0 auto 0;
		padding:7px 20px 0;
		width:100%;
		height:100%;
		line-height:16px;
		text-align:left;
		display:inline-block;
		float:none;
		overflow:hidden;
	}
	.home_deco .cont dl dd.cont a
	{
		width:100%;
		height:70px;
		line-height:16px;
		font-family:Dotum, "돋움", Helvetica, AppleSDGothicNeo, sans-serif;
		font-size:12px;
		color:#000;
		letter-spacing:-0.05em;
		text-decoration:none;
		display:inline-block;
		overflow:hidden;
	}
	.home_deco .cont dl dd.cont a:hover
	{
		text-decoration:underline;
		color:#000;
	}
	.home_deco .cont dl dd.cont a b
	{
		line-height:25px;
		font-size:14px;
		display:block;
	}


	/*현장클릭 이미지 상단 타이틀 : Str */
	.home_deco .cont strong.tit
	{
		margin:0;
		padding:0;
		width:auto;
	}
	.home_deco .wrap_tit_box
	{
		position:relative;
		width:100%;
		/*height:331px;*/
		height:428px;
		overflow:hidden;
	}
	.home_deco .wrap_tit_box a img
	{
		width:100%;
		height:301px;
	}
	.home_deco .wrap_tit_box span.tit_box
	{
		position:absolute;
		top:0;
		left:0;
		width:628px;
		height:32px;
		opacity: 0.7;
		background:#333;	
		display:none;
		z-index:1;
	}
	.home_deco .wrap_tit_box strong.tit
	{
		position:absolute;
		top:0;
		left:13px;
		height:32px;
		line-height:32px;
		font-family:gulim;
		font-size:12px;
		color:#fff;
		letter-spacing:-1px;
		display:block;
		z-index:2;
	}
	.home_deco .wrap_tit_box strong.tit span.sbj
	{
		height:32px;
		line-height:32px;
		font-family:gulim;
		font-size:10px;
		color:#fff;
		font-weight:normal;
		letter-spacing:-1px;
		text-decoration:none;
	}
	.home_deco .wrap_tit_box strong.tit span.sbj a
	{
		height:32px;
		line-height:32px;
		font-family:gulim;
		font-size:12px;
		color:#fff;
		font-weight:normal;
		letter-spacing:-1px;
		text-decoration:none;
		display:none !important;
	}
	/*현장클릭 이미지 상단 타이틀 : End */


	/*모바일 상단 동영상 감추기*/
	.real_video_sm_mobile
	{
		display:none !important;
	}

	/*동영상 상단 타이틀 : Str */
	.real_video .cont strong.tit
	{
		margin:0;
		padding:0;
		width:auto;
	}
	.real_video .wrap_tit_box
	{
		position:relative;
		width:100%;
		/*height:331px;
		height:428px;*/
		overflow:hidden;
	}
	.real_video .wrap_tit_box strong.tit span.sbj a
	{
		display:none !important;
	}
	/*동영상  상단 타이틀 : End */
	.real_video .wrap_tit_box #real_player
	{
		width:100%;
		height:360px;
	}
	.real_video .cont dl dd.cont
	{
		margin:0 auto 0;
		padding:2px 10px 0;
		width:100%;
		height:100%;
		line-height:15px;
		text-align:left;
		display:inline-block;
		float:none;
		overflow:hidden;
	}
	.real_video .cont dl dd.cont a
	{
		width:100%;
		height:70px;
		line-height:20px;
		font-family:Dotum, "돋움", Helvetica, AppleSDGothicNeo, sans-serif;
		font-size:12px;
		color:#000;
		letter-spacing:-0.05em;
		text-decoration:none;
	}
	.real_video .cont dl dd.cont a:hover
	{
		text-decoration:underline;
		color:#000;
	}
	.real_video .cont dl dd.cont a b
	{
		line-height:22px;
		font-size:14px;
		letter-spacing:-2px;
		display:block;
	}

	/*분양입주*/

	.cl_tab_conts .parcel_info form,
	.cl_tab_conts .parcel_info
	{
		position:relative;
		height:100%;
	}
	.cl_tab_conts .parcel_info .wrap_tit_box
	{
		width:100%;
		height:41px;
		color:#fff;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		border-top:1px solid #3f3f3f;
		border-bottom:1px solid #3f3f3f;
		background:#333;
	}
	.cl_tab_conts .parcel_info .wrap_tit_box label.tit
	{
		margin:9px 0 0 13px;
		font-size:13px;
		display:inline-block;
		float:left;
	}
	.cl_tab_conts .parcel_info .wrap_tit_box ul
	{
		margin:9px 0 0 40px;
		display:inline-block;
		overflow:hidden;
		float:left;
	}
	.cl_tab_conts .parcel_info .wrap_tit_box ul li
	{
		padding:0 10px;
		font-size:14px;
		display:inline-block;
		float:left;
	}
	.cl_tab_conts .parcel_info .wrap_tit_box ul li label
	{
		padding:0 0 0 7px;
	}
	.cl_tab_conts .parcel_info .cont
	{
		position:relative;
		height:387px;
		overflow:hidden;
		clear:both;
	}
	.cl_tab_conts .parcel_info .map_img
	{
		margin:40px 0 0 10px;
		width:510px;
		height:300px;
		float:left;
	}
	.cl_tab_conts .parcel_info #btn_sejong
	{
		position:absolute;
		bottom:20px;
		left:0;
		margin:19px 0 0 20px;
		clear:both;
	}

	.cl_tab_conts .parcel_info ul.area1_li
	{
		display:none;
	}
	.cl_tab_conts .parcel_info ul.area2_li
	{
		position:absolute;
		right:0;
		margin:0 0 0 0;
		width:110px;
		height:386px;
		border-left:1px solid #e3e7ee;
		border-right:1px solid #e3e7ee;
		overflow:auto;
		background:#fff;
		float:right;
	}
	.cl_tab_conts .parcel_info ul.area2_li li
	{
		width:100%;
		height:41px;
		border-bottom:1px solid #e3e7ee;
		display:block;
	}
	.cl_tab_conts .parcel_info ul.area2_li li a
	{
		padding:10px 0 0 10px;
		width:100%;
		height:100%;
		line-height:14px;
		font-family:dotum;
		font-size:11px;
		color:#222;
		letter-spacing:-0.05em;
		text-decoration:none;
		word-break:break-all;
		word-wrap:break-word;
		display:block;	
	}
	.cl_tab_conts .parcel_info ul.area2_li li a:hover
	{
		font-weight:bold;
		letter-spacing:-0.15em;
		background:#f2f4f7;
	}
	.cl_tab_conts .parcel_info ul.area2_li li a span
	{
	}
	.cl_tab_conts .parcel_info #lbl_estate_type
	{
		margin:10px 0 0 0;
		float:right;
	}
	.cl_tab_conts .parcel_info #estate_type
	{
		margin:7px 10px 0 10px;
		padding:2px;
		height:24px;
		float:right;
	}
	/*분양입주*/
	/*실거래가*/

	.molit_price
	{

	}
	.molit_price .wrap_tit_box
	{

	}
	.molit_price .wrap_tit_box .tit
	{
		margin:26px 0 0 30px;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:12px;
		color:#7d7d7d;
		display:inline-block;
		float:left;
	}
	.molit_price .wrap_tit_box .date
	{
		margin:17px 20px 0 0;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:12px;
		letter-spacing:-0.07em;
		display:inline-block;
		float:right;
	}
	.molit_price .wrap_tit_box .date b.year
	{
		padding:0 4px;
		font-family:verdana;
		font-size:12px;
		color:#313131;
	}
	.molit_price .wrap_tit_box .date b.month
	{
		font-family:verdana;
		font-size:24px;
		color:#313131;
	}
	.molit_price .cont
	{
		margin:0 auto;
		width:580px;
		overflow:hidden;
		clear:both;
	}
	.molit_price .cont .mp_left
	{
		width: 290px; 
		float:left;
	}
	.molit_price .cont .mp_right
	{
		width: 290px; 
		float:left;
	}
	.molit_price .cont .mp_left #mp_chart1 .highcharts-container
	{
		max-width:100% ;
	}
	.molit_price .cont .mp_right #mp_chart2 .highcharts-container
	{
		max-width:100% ;
	}
	.molit_price .cont ul.mp_list
	{
		padding:30px 0 0 30px;
		border-top:1px dotted #ccc;
	}
	.molit_price .cont ul.mp_list li
	{
		margin:0 0 0 8px;
		padding:0 0 0 19px;
		height:25px;
	}
	ul.num_list li.num
	{
		background-image:url("/images/icon_num_12345678910_01.png");
		background-repeat:no-repeat;
	}
	li.num1{	background-position:0 0px;}
	li.num2{	background-position:0 -25px;}
	li.num3{	background-position:0 -50px;}
	li.num4{	background-position:0 -75px;}
	li.num5{	background-position:0 -100px;}
	li.num6{	background-position:0 -125px;}
	li.num7{	background-position:0 -150px;}
	li.num8{	background-position:0 -175px;}
	li.num9{	background-position:0 -200px;}
	li.num10{	background-position:0 -225px;}

	.molit_price .cont ul.mp_list li a
	{
		font-family:dotum;
		font-size:12px;
		color:#444;
		letter-spacing:-0.05em;
		text-decoration:none;
		vertical-align:top;
	}
	.molit_price .cont ul.mp_list li a:hover
	{
		color:#000;
	}
	.molit_price .cont ul.mp_list li a span
	{
		font-size:11px;
		color:#999;
		letter-spacing:-1px;
		vertical-align:top;
	}
	.molit_price .cont ul.mp_list li a span.cnt
	{
	}
	.molit_price .cont ul.mp_list li b
	{
		vertical-align:top;
	}
	/*실거래가*/

	/*청약현황*/

	.offer_competition .wrap_tit_box
	{
		margin:0 auto;
		width:578px;
	}
	.offer_competition .wrap_tit_box strong.tit
	{
		margin:26px 0 0 0;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:12px;
		color:#7d7d7d;
		display:inline-block;
	}
	.offer_competition .wrap_tit_box dl.best1
	{
		margin:20px 0 0 0;
		width:580px;
		height:75px;
		clear:both;
	}
	.offer_competition .wrap_tit_box dl.best1 dd.rate
	{
		width:300px;
		font-family:verdana;
		font-size:45px;
		color:#333;
		letter-spacing:-4px;
		display:inline-block;
		float:left;
	}
	.offer_competition .wrap_tit_box dl.best1 dt.tit
	{
		margin:-15px 0 0 0;
		width:176px;
		max-width:290px;
		height:19px;
		text-indent:-5000em;
		background:url("/images/txt_offer_competition_best_tit01.png") no-repeat 0 0;
		float:left;
	}
	.offer_competition .wrap_tit_box dl.best1 dd.name
	{
		max-width:280px;
		display:inline-block;
		float:left;
	}
	.offer_competition .wrap_tit_box dl.best1 dd.name a
	{
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:23px;
		color:#556fb5;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:-2px;
	}
	.offer_competition .cont
	{
		margin:0 auto;
		width:578px;
	}
	.offer_competition .cont .cont_header strong.tit
	{
		width:445px;
		height:24px;
		font-family:gulim;
		font-size:12px;
		color:#000;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont .cont_header span.txt_parcel_month
	{
		width:60px;
		font-family:dotum;
		font-size:11px;
		color:#8b8b8b;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont .cont_header span.txt_rank1_competition
	{
		font-family:dotum;
		font-size:11px;
		color:#8b8b8b;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont ul.num_list
	{
		padding:16px 0 0 0;
		border-top:1px solid #c8cbd4;
		clear:both;
	}
	.offer_competition .cont ul.num_list li
	{
		padding:2px 0 0 22px;
		width:100%;
		height:25px;
		font-family:dotum;
		font-size:11px;
		color:#000;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont ul.num_list li span.danji_name
	{
		width:410px;
		vertical-align:middle;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont ul.num_list li span.danji_name a
	{
		color:#444;
		text-decoration:none;
	}
	.offer_competition .cont ul.num_list li span.danji_name a:hover
	{
		color:#000;
	}
	.offer_competition .cont ul.num_list li span.danji_name b
	{
		width:180px;
		letter-spacing:-1px;
		vertical-align:middle;
		font-weight:normal;
		display:inline-block;
	}
	.offer_competition .cont ul.num_list li span.parcel_month
	{
		width:60px;
		font-family:verdana;
		color:#555;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		float:left;
	}
	.offer_competition .cont ul.num_list li span.rank1_competition
	{
		width:86px;
		font-family:verdana;
		color:#555;
		text-align:right;
		letter-spacing:-0.05em;
		display:inline-block;
		float:left;
	}
	/*청약현황*/


	/*광고/공지 : Str*/
	.notice_adv .na_header
	{
		width:100%;
		height:35px;
	}
	.notice_adv .na_header strong.tit
	{
		padding:0 0 0 17px;
		width:100px;
		line-height:35px;
		font-family:dotum;
		font-size:13px;
		color:#000;
		letter-spacing:-1px;
		float:left;
	}
	.notice_adv .na_header span.date
	{
		padding:0 10px 0 0;
		width:100px;
		line-height:35px;
		font-family:verdana;
		font-size:14px;
		color:#000;
		font-weight:bold;
		text-align:right;
		float:right;
	}

	.main .bxslider
	{
		width:330px;
		height:180px;
		display:block;
		overflow:hidden;
	}
	.main .bxslider li a img
	{
		width:330px;
		height:180px;
	}
	.main .bxslider li span.subject
	{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:32px;
		z-index:9;
	}
	.main .bxslider li span.subject a
	{
		padding:0 0 0 10px;
		width:100%;
		line-height:32px;
		color:#fff !important;
		font-family:dotum;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		display:block;
	}
	.main .bxslider li span.tit_box
	{
		position:absolute;
		bottom:0;
		width:100%;
		height:32px;
		opacity:0.4;
		background:#333;
	}
	.main .bx-controls .bx-pager
	{
		position:absolute;
		top:10px;
		right:0px;
		padding:10px 0 0 0;
		width:80px !important;
		height:30px;
	}
	.main .bx-controls .bx-controls-direction
	{
		display:none;
	}
	.main .bx-wrapper
	{
		margin:0 auto !important;
	}
	.main .bx-wrapper .bx-default-pager.bx-pager a
	{
	}
	.main .bx-wrapper .bx-viewport
	{
		left:0 !important;
		box-shadow:none !important;
		border:none !important;
	}
	/*광고/공지 : End*/


	/*시리즈별 보기 : Str*/
	.series_view
	{
		padding:18px 0 0 16px;
		border-top:1px solid #f1f3f6;
	}
	.series_view dt
	{
		margin:0 0 19px 0;
		/*padding:0 0 0 6px;*/
		height:12px;
		line-height:12px;
		font-family:dotum;
		font-size:12px;
		color:#000;
		font-weight:bold;
		/*border-left:3px solid #9891e5;*/
	}
	.series_view dd
	{
		/*padding:0 0 0 10px;*/
	}
	.series_view dd a
	{
		line-height:24px;
		font-family:dotum;
		font-size:12px;
		color:#666;
		text-decoration:none;
	}
	.series_view dd a:hover
	{
		color:#000;
	}
	/*시리즈별 보기 : End*/


	.conts_bottom_left .realpost
	{
	}
	.real_post_tab_menu
	{
		margin:0 0 8px 10px;
		float:left;
	}
	.real_post_tab_menu li
	{
		padding:0 7px;
		float:left;
	}
	.real_post_tab_menu li a
	{
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:14px;
		color:#444;
		text-decoration:none;
	}
	.conts_bottom_left .realpost .real_post_tab_menu li
	{
		padding:12px 2px 4px;
		width:76px;
		height:38px;
		text-align:center;
		border-bottom:1px solid #ccc;
		display:inline-block;
		float:left;
	}
	.conts_bottom_left .realpost .real_post_tab_menu li a:hover
	{
		color:#000;
	}
	.conts_bottom_left .realpost .real_post_tab_menu li.selected
	{
		border-bottom:3px solid #2379b6;
	}
	.conts_bottom_left .realpost .real_post_tab_menu li.selected a
	{
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		color:#2379b6;
	}

	.conts_bottom_left .realpost ul.mid_img_news
	{
		padding:15px 0 0 0;
		height:606px;
		border:1px solid #e3e7ee;
		overflow:hidden;
		background:#fff;
	}
	.conts_bottom_left .realpost ul.img_news
	{
		margin:0 10px 10px;
	}
	.conts_bottom_left .realpost ul.img_news li
	{
		padding:0 7px 0;
		width:25%;		
		min-height:200px;
		float:left;
	}
	.conts_bottom_left ul.img_news li a.img_a
	{
		position:relative;
		width:100%;
		text-decoration:none;
		overflow:hidden;
		display:block;
	}


	.conts_bottom_left ul.img_news li a .w_img_news_img
	{
		position:relative;
		width:100%;
		height:108px;
		overflow:hidden;
		display:block;
	
	}
	.conts_bottom_left ul.img_news li a img
	{
		width:100%;
		height:108px;
		/* 벤더 프리픽스 */
		-ms-transition-delay : 0s;
		-moz-transition-delay : 0s;
		-o-transition-delay : 0s;
		-webkit-transition-delay : 0s;
		/* 웹표준 */
		transition-delay : 0s;
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
	}
	.conts_bottom_left ul.img_news li a:hover img
	{
		margin:-2px 0 0 -2px;
		width:103%;
		height:103%;
	}
	.conts_bottom_left ul.img_news li span.tit
	{
		margin:4px 0 0 0;
		width:100%;
		line-height:18px;
		font-family:dotum;
		font-size:12px;
		font-weight:bold;
		color:#222;
		letter-spacing:-0.05em;;
		display:inline-block;
	}
	.conts_bottom_left ul.img_news li a:hover span.tit
	{
		text-decoration:underline;
	}
	.conts_bottom_left ul.img_news li span.cate 
	{
		margin:0 0 0 0;
		padding:4px 0 0 0;
		width:100%;
		line-height:16px;
		font-family:dotum;
		font-size:12px;
		text-decoration:none;
		color:#888;
		letter-spacing:-0.05em;;
		display:inline-block;
	}
	.conts_bottom_left ul.top_img_news
	{
		display:none;
	}
	.conts_bottom_left ul.mid_img_news
	{
		overflow:hidden;
		clear:both;
	}

	.conts_bottom_left .wrap_post_rank
	{
		padding:0 10px;
		clear:both;
	}
	.conts_bottom_left .post_rank
	{
		position:relative;
		background:#fff;
		clear:both;
	}

	.conts_bottom_left .post_rank strong.tit
	{
		position:absolute;
		left:0;
		padding:8px 0 0 0;
		width:25%;
		height:33px;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:16px;
		color:#fff;
		font-weight:bold;
		text-align:center;	
	}
	.conts_bottom_left .post_rank .sbj_list
	{
		margin:33px 0 0 0;
		padding:7px 10px 0 24px;
		width:25%;
		min-height:161px;
		opacity:0.8;
		background:#fff;
		float:left;
		clear:both;
	}
	.conts_bottom_left .sbj_list  li
	{
		margin:8px 0 0 0;
		font-family:gulim;
		color:#444;
		font-size:11px;
		list-style-type:decimal;
	}
	.conts_bottom_left .post_rank .sbj_list li a
	{
		padding:0 0 0 0;
		line-height:18px;
		font-family:gulim;
		color:#444;
		font-size:12px;
		text-decoration:none;
		letter-spacing:-0.07em;;
		display:inline;
	}
	.conts_bottom_left .post_rank .sbj_list li a:hover
	{
		color:#000;
	}
	.conts_bottom_left .post_rank ul.img_news
	{
		margin:14px auto 7px;
		padding:0 12px;
		width:75%;
		overflow:hidden;
		table-layout:auto;
		display:block;
	}
	.conts_bottom_left .post_rank ul.img_news li
	{
		position:relative;
		padding:0 3px;
		width:33.33%;	
		float:left;
	}
	
	.conts_bottom_left .post_rank .img_news li span.box_num
	{
		position:absolute;
		top:0px;
		left:0px;
		padding:4px;
		width:20px;
		height:20px;
		font-family:dotum;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		background:red;
		display:block;
	}

	.conts_bottom_left .post_rank
	{
		margin-bottom:10px;
		border:1px solid #e3e7ee;
		background:#fff;
		overflow:hidden;
	}
	.conts_bottom_left .post_rank_d strong.tit
	{
		background:#2ecc71;
	}
	.conts_bottom_left .post_rank_d .sbj_list
	{
		border:1px solid #2ecc71;
	}
	.conts_bottom_left .post_rank_d .img_news
	{
		padding:7px;
		float:right;
		background:#fff;
	}
	.conts_bottom_left .post_rank_w strong.tit
	{
		background:#3498db;
	}
	.conts_bottom_left .post_rank_w .sbj_list
	{
		border:1px solid #3498db;
	}
	.conts_bottom_left .post_rank_w .img_news
	{
		padding:7px;
		float:right;
	}
	.conts_bottom_left .post_rank_m strong.tit
	{
		background:#4a65b3;
	}
	.conts_bottom_left .post_rank_m .sbj_list
	{
		border:1px solid #4a65b3;
	}
	.conts_bottom_left .post_rank_m .img_news
	{
		padding:7px;
		float:right;
	}
	.conts_bottom_left .post_rank_y strong.tit
	{
		background:#85bbc3;
	}
	.conts_bottom_left .post_rank_y .sbj_list
	{
		border:1px solid #85bbc3;
	}
	.conts_bottom_left .post_rank_y .img_news
	{
		padding:7px;
		float:right;
	}


	/*시리즈보기 : Start*/

	.conts_bottom_left .wrap_post_serise
	{
		padding:0 10px;
		overflow:hidden;
		clear:both;
	}
	.conts_bottom_left .post_serise
	{
		position:relative;
		background:#fff;
		clear:both;
	}

	.conts_bottom_left .post_serise strong.tit
	{
		position:absolute;
		left:0;
		padding:24px 0 0 0;
		width:25%;
		height:100%;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:16px;
		color:#fff;
		font-weight:bold;
		text-align:center;	
	}
	.conts_bottom_left .post_serise .sbj_list
	{
		margin:33px 0 0 0;
		padding:7px 10px 0 24px;
		width:25%;
		min-height:161px;
		opacity:0.8;
		background:#fff;
		float:left;
		clear:both;
	}
	.conts_bottom_left .sbj_list  li
	{
		margin:8px 0 0 0;
		font-family:gulim;
		color:#444;
		font-size:11px;
		list-style-type:decimal;
	}
	.conts_bottom_left .post_serise .sbj_list li a
	{
		padding:0 0 0 0;
		line-height:18px;
		font-family:gulim;
		color:#444;
		font-size:12px;
		text-decoration:none;
		letter-spacing:-0.07em;;
		display:inline;
	}
	.conts_bottom_left .post_serise .sbj_list li a:hover
	{
		color:#000;
	}
	.conts_bottom_left .post_serise ul.img_news
	{
		margin:14px auto 13px;
		padding:0 12px;
		width:75%;
		overflow:hidden;
		table-layout:auto;
		display:block;
	}
	.conts_bottom_left .post_serise ul.img_news li
	{
		position:relative;
		padding:0 3px;
		width:33.33%;	
		float:left;
	}
	
	.conts_bottom_left .post_serise .img_news li span.box_num
	{
		position:absolute;
		top:4px;
		left:7px;
		padding:4px;
		width:20px;
		height:20px;
		font-family:dotum;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		border:1px solid #fff;
		background:red;
		display:block;
	}

	.conts_bottom_left .post_serise
	{
		margin-bottom:10px;
		border:1px solid #e3e7ee;
		background:#fff;
		overflow:hidden;
	}
	.conts_bottom_left .post_serise_1 strong.tit
	{
		background:#2ecc71 url("/images/bg_icon_serise_01.png") no-repeat center 65%;
	}
	.conts_bottom_left .post_serise_1 .sbj_list
	{
		border:1px solid #2ecc71;
	}
	.conts_bottom_left .post_serise_1 .img_news
	{
		padding:7px;
		float:right;
		background:#fff;
	}
	.conts_bottom_left .post_serise_2 strong.tit
	{
		background:#3498db url("/images/bg_icon_serise_02.png") no-repeat center 65%;
	}
	.conts_bottom_left .post_serise_2 .sbj_list
	{
		border:1px solid #3498db;
	}
	.conts_bottom_left .post_serise_2 .img_news
	{
		padding:7px;
		float:right;
	}
	.conts_bottom_left .post_serise_3 strong.tit
	{
		background:#4a65b3 url("/images/bg_icon_serise_03.png") no-repeat center 65%;
	}
	.conts_bottom_left .post_serise_3 .sbj_list
	{
		border:1px solid #4a65b3;
	}
	.conts_bottom_left .post_serise_3 .img_news
	{
		padding:7px;
		float:right;
	}



	/*시리즈보기 : End*/





	.conts_bottom_left strong.tit
	{
		padding:12px 0 7px 20px;
		width:110px;
		height:44px;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		display:inline-block;
		float:left;
	}
	.conts_bottom_left ul.real_link
	{
		padding:16px 10px 7px 20px;
		overflow:hidden;
		float:right;
	}
	.conts_bottom_left ul.real_link li
	{
		padding:0 6px;
		float:left;
	}
	.conts_bottom_left ul.real_link li a
	{
		font-family:gulim;
		color:#666;
		font-size:12px;
		text-decoration:none;
		display:inline-block;
	}
	.conts_bottom_left ul.real_link li a:hover
	{
		color:#000;
		font-weight:bold;
		letter-spacing:-1px;
	}


	.thismonth_enterdanji
	{
		width:100%;
		height:246px;
		height:489px;
	}
	.thismonth_enterdanji .tmed_header 
	{
		width:100%;
		height:35px;
		border-top:1px solid #e3e7ee;
		border-bottom:1px solid #e3e7ee;
	}
	.thismonth_enterdanji .tmed_header .tit
	{
		margin:12px 0 0 16px;
		font-family:dotum;
		font-size:12px;
		color:#000;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_header .wrap_date span.year
	{
		margin:14px 6px 0 0;
		font-family:verdana;
		font-size:10px;
		color:#818193;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_header .wrap_date span.month
	{
		margin:0px 10px 0 0;
		font-family:verdana;
		font-size:30px;
		color:#3e4854;
		font-weight:bold;
		letter-spacing:-3px;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_header .wrap_date
	{
		display:inline-block;
		float:right;
	}
	.thismonth_enterdanji .tmed_header .wrap_date a.btn_prev
	{
		width:33px;
		height:33px;
		text-indent:-5000em;
		border-left:1px solid #e3e7ee;
		background:url("/images/btn_prev_next01.png") no-repeat 0 0;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_header .wrap_date a.btn_next
	{
		width:33px;
		height:33px;
		text-indent:-5000em;
		border-left:1px solid #e3e7ee;
		background:url("/images/btn_prev_next01.png") no-repeat right 0;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_conts ul
	{
		margin:7px 0;
		width:100%;
		height:198px;
		height:440px;
		overflow:hidden;
		overflow-y:auto;
	}
	.thismonth_enterdanji .tmed_conts ul li 
	{
	}
	.thismonth_enterdanji .tmed_conts ul li span.area
	{
		padding:0 0 0 16px;
		width:140px;
		height:27px;
		font-family:dotum;
		font-size:11px;
		color:#828282;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_conts ul li span.apt_name
	{
		padding:0 0 0 0px;
		width:160px;
		height:27px;
		line-height:14px;
		display:inline-block;
		float:left;
	}
	.thismonth_enterdanji .tmed_conts ul li span.apt_name a
	{
		line-height:14px;
		font-family:dotum;
		font-size:11px;
		color:#666;
		text-decoration:none;
	}
	.thismonth_enterdanji .tmed_conts ul li span.apt_name a:hover
	{
		font-family:dotum;
		font-size:11px;
		color:#000;
		text-decoration:none;
	}

	#movein_thismonth ul li span.size
	{
		display:none;
	}

	.mobile_banner1,
	.mobile_banner
	{
		display:none;
	}

	.newsbrief
	{
		display:none;
	}


	.news_favlink
	{
		width:100%;
		height:174px;
		border-top:1px solid #e3e7ee;
	}
	.news_favlink .nf_header 
	{
		width:100%;
		height:34px;
	}
	.news_favlink .nf_header .tit
	{
		margin:12px 0 0 16px;
		font-family:dotum;
		font-size:12px;
		color:#000;
		letter-spacing:-1px;
		display:inline-block;
	}
	.news_favlink .nf_conts 
	{
		margin:10px 0 0 0;
		width:100%;
		height:139px;
	}
	.news_favlink .nf_conts ul li
	{
		height:24px;
		padding:0 0 0 15px;
		display:block;
	}
	.news_favlink .nf_conts ul li a
	{
		width:300px;
		font-family:dotum;
		font-size:12px;
		color:#666;
		text-decoration:none;
		display:inline-block;
	}
	.news_favlink .nf_conts ul li a:hover
	{
		font-family:dotum;
		font-size:12px;
		color:#000;
		text-decoration:none;
	}


	.magazine_r
	{
		width:100%;
		height:242px;
		border-top:1px solid #e3e7ee;
		display:none;
	}
	.magazine_r .mr_header 
	{
		width:100%;
		height:34px;
		border-bottom:1px solid #e3e7ee;
	}
	.magazine_r .mr_header .tit
	{
		margin:12px 0 0 16px;
		font-family:dotum;
		font-size:12px;
		color:#000;
		letter-spacing:-1px;
		display:inline-block;
		float:left;
	}
	.magazine_r .mr_header .btn
	{
		display:inline-block;
		float:right;
	}
	.magazine_r .mr_header .btn a.btn_more
	{
		margin:10px 10px 0 0;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		color:#222;
		font-size:14px;
		text-decoration:none;
		display:inline-block;
	}
	.magazine_r .mr_header .btn a.btn_prev
	{
		width:33px;
		height:33px;
		text-indent:-5000em;
		border-left:1px solid #e3e7ee;
		background:url("/images/btn_prev_next01.png") no-repeat 0 0;
		display:inline-block;
		float:left;
	}
	.magazine_r .mr_header .btn a.btn_next
	{
		width:33px;
		height:33px;
		text-indent:-5000em;
		border-left:1px solid #e3e7ee;
		background:url("/images/btn_prev_next01.png") no-repeat right 0;
		display:inline-block;
		float:left;
	}
	.magazine_r .mr_conts
	{

	}
	.magazine_r .mr_conts ul
	{
		margin:17px 0 0 21px;
		overflow:hidden;
	}
	.magazine_r .mr_conts ul li
	{
		position:relative;
		margin:0 3px 0 0;
		width:142px;
		height:177px;
		border:1px solid #333;
		float:left;
	}
	.magazine_r .mr_conts ul li img
	{
		width:100%;
		height:177px;
		opacity:1;
	}
	.magazine_r .mr_conts ul li img:hover
	{
		opacity:0.7;
		
		
		-ms-transition-duration : 0.2s;
		-moz-transition-duration : 0.2s;
		-o-transition-duration : 0.2s;
		-webkit-transition-duration : 0.2s;
		/* 웹표준 */
		transition-duration : 0.2s;
	}
	.magazine_r .mr_conts ul li span.month
	{
		position:absolute;
		bottom:0;
		right:0;
		padding:4px 0 0 5px;
		width:56px;
		height:36px;
		font-family:'Nanum Barun Gothic', sans-serif,dotum;
		font-size:14px;
		color:#333;
		opacity:0.6;
		background:#fff;
		display:block;
	}
	.magazine_r .mr_conts ul li span.month b
	{
		font-family:verdana;
		font-size:24px;
		font-weight:bold;
		color:#333;
	}


	.footer .footer_cont
	{
		position:relative;
		margin:0 auto;
		width:1080px;
	}
	.footer .footer_cont .brand_gray
	{
		margin:49px 40px 0 0;
		width:140px;
		height:43px;
		text-indent:-5000em;
		background:url("/images/brand01_gray02.jpg") no-repeat 0 0;
		display:inline-block;
		float:left;
	}
	.footer .footer_cont .info
	{
		margin:49px 0 0 0;
		width: 510px;
		line-height: 16px;
		font-family: dotum;
		font-size: 11px;
		letter-spacing: -0.045em;
		color: #777;
		display: inline-block;
		float:left;

	}


}




