@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@media all and (min-width:800px){
	/* Layout */
	body{
		margin: 0px;
		padding: 0px;
		font-family: 'Nanum Gothic';
		/*background-image: url("/img/bg_right.png");
		font-family: "Nanum Gothic", sans-serif;*/
		font-size: 14px;
		line-height:20px;
	}
	img{
		border: 0px;
		margin: 0px;
	}
	a, div a{
		cursor: pointer;
		word-wrap:break-word;
		word-break: break-all;
		font-family: 'Noto Sans KR', sans-serif;

	}
	h1 { 
		font-size: 2.8em;  line-height: 2.5em;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
	}
	h2 { 
		font-size: 2.0em; 
		line-height: 2.2em;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
	}
	h3 { 
		font-size: 1.3em;  
		line-height: 1.8em;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
	}
	h4 { 
		font-size: 1.2em;  
		line-height: 1.5em;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
	}
	h5, h6 { 
		font-size: 1em; 
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: bold;
	}
	A {color: #727272; font-weight:bold; text-decoration: none; cursor: pointer;}
	A:link {color: #727272; font-weight:bold; text-decoration: none; }
	A:visited {color: #727272; font-weight:bold; text-decoration: none; }
	A:hover {color: #343956; font-weight:bold; text-decoration: none;}
	A:active {color: #727272;  font-weight:bold; text-decoration: none;}

	div, p, table{
		text-align:justify;
		font-size: 14px;
		line-height:20px;
	}
	#containner_top{
		float: left;
		width: 100%;
		z-index: 1000;
		position: fixed;
		background: #fff;
	}
	/*왼쪽 메뉴 영역 */
	#top_menu_area{
		clear: both;
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
	}
	#top_logo{
		float:left;
		width: 250px;
		text-align: left;
		margin-top: 10px;
	}
	#top_logo img{
		width: 260px;
	}
	#top_link_area{
		float: right;
		width: 750px;
		padding-top: 10px;
		margin-top: 25px;
		margin-right: 100px;
		text-align: right;
	}
	#top_search{
		float:right;
		width: 550px;
		margin-top: 25px;
		text-align: right;
	}

	#search_area{
		width: 230px;
		border-bottom: 1px solid #ababab;
		padding: 5px;
		float: right;
	}
	#top_search input {
		height: 30px;
		width: 170px;
		border: 0px;
		padding-left: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-right: 10px;
		margin-top: 0px;
	}

	
	.search_bt{
		height: 30px;
		width: 25px;
		border: 0px;
		background: url('/img/bt_search.jpg');
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-right: 10px;
		margin-top: 0px;
		cursor: pointer;
	}
	#top_menu{
		float:left;
		width: 100%;
		margin-bottom: 20px;
	}
	#left_menu_txt{
		float: left;
	}
	/*상단 메뉴 관련*/
	.gnb_box{
		overflow:hidden;
		position:absolute;
		left: 0;
		top: 80px;
		width: 100%;
		min-width: 1200px;
		height: 50px;
		z-index:999;
		border-bottom:1px solid #f0404b;
		background: #fff;
		z-index:1000;
		background: url('/img/bg_top.png');
		background-repeat: repeat-x;
	}
	#gnb_area{
		overflow:hidden;
		clear: both;
		width: 1200px;
		height: 255px;
		margin: 0 auto;
		padding: 0px;
		/*background-repeat: no-repeat;
		background-position: right top;*/
	}
	.gnb_box #gnb{
		width: 100%;
		margin: 0 auto;
		padding: 0px;
	}
	#gnb .top_sub_bt a{
		font-family: 'Nanum Gothic';
	}

	#gnb a{
		font-family: 'NanumSquareBold', sans-serif;
		font-weight: bold;
	}
	#top_link_area{
		font-family: 'Godo', sans-serif;
	}
	.gnb_box #gnb > li{
		float:left;
		margin: 0px;
		width: 240px;
		/*margin-right: 120px;*/
	}
	.gnb_box #gnb > li > a{
		display:block;
		padding:0px;
		color: #404040;
		font-size: 17px;
		font-weight:bold;
		line-height:51px;
		text-indent:6px;
	}
	.gnb_box #gnb > li:first-child > a{
		padding:0px;
	}
	.gnb_box #gnb > li ul{
		padding-left:10px;
		padding-top: 10px;
		margin: 0px;
		margin-top: 0px;
	}
	.gnb_box #gnb > li ul li{
		padding-left:0px;
		margin: 0px;
	}
	.gnb_box #gnb > li li a{
		display:block;
		color: #404040;
		font-size:14px;
		line-height:28px;
	}
	.gnb_box #gnb > li li a:hover{
		color:#dce2eb;
	}

	.gnb_box ul, .gnb_box li{
	    list-style-type: none;
	}
	.gnb_box a:link{
		text-decoration: none;
	}

	/*하단 메뉴 관련*/
	.gnb_bottom{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;

	}
	.gnb_bottom #gnb_bt{
		float: left;
		padding: 0px;
		margin: 0px;
		width: 100%;
		margin-top: 15px;
	}
	#bt_map{
		float: left;
		width: 550px;
		margin-top: 15px;
	}
	.gnb_bottom #gnb_bt > li{
		float:left;
	}
	.gnb_bottom #gnb_bt > li > a{
		display:block;
		padding: 0;
		color:#666;
		font-size:14px;
		font-weight:bold;
		line-height:20px;
		text-indent:6px;
	}
	
	.gnb_bottom #gnb_bt > li:first-child > a{
		padding:0px;
	}
	.gnb_bottom #gnb_bt > li ul{
		padding-left:0px;
		padding-right: 20px;
		padding-top: 10px;
		margin: 0px;
		margin-top: 10px;
		border-top:1px solid #cdcdcd;
	}
	.gnb_bottom #gnb_bt > li li{
		padding-left:5px;
	}
	.gnb_bottom #gnb_bt > li li a{
		display:block;
		color:#666;
		font-size:14px;
		line-height:28px;
	}
	.gnb_bottom #gnb_bt > li li a:hover{
		color:#a5a5a5;
	}

	.gnb_bottom ul, .gnb_bottom li{
	    list-style-type: none;

	}
	.gnb_bottom a:link{
		text-decoration: none;
	}

	#main_menu{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.language{
		text-align: right;
		font-size: 10px;
		color: #cdcdcd;
	}
	.top_menu_style{
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: bold;
		color: #292929;     
		margin-left: 10px;
	}
	.top_menu_style a{
		font-weight: bold;
		color: #292929;
		text-decoration: none;     
	}

	#top_img_slider{
		float: left;
		width: 100%;
		height: 100%;
		background: #040a16;
	}

	#top_img_slider_m{
		display: none;
	}
	
	.ctop_link{
		float: left;
		width: 25%;
		text-align: center;
		font-size: 14px;
	}
	.ctop_link a{
		color: #fff;
	}
	.ctop_link img{
		/*width: 73px;*/
	}
	#slider_img img {
		max-height: 240px;
		display: none;
	}
	#slider_img {
		width: 100%;
		max-height: 430px; 
		overflow: hidden; 
		list-style: none; 
		padding: 0; 
		margin: 0;
	}
	#slider_text{
		display: none;
		position : absolute;
		padding: 20px;
		top: 30px;
		right: 100px;
		font-size: 11px;
		line-height: 14px;
		/*width: 1000px;
		margin-left: auto;
		margin-right: auto;*/
		text-align: right;
		color: #ffffff;
		text-shadow:#555555 0px 1px 0px;
		filter:shadow(color=#555555, direction=135, strength=1); zoom:1;
		background: #555555;
		opacity: 0.8;
    		filter: alpha(opacity=80); /* For IE8 and earlier */
	}

	#top_navi_area{
		clear: both;
		width: 100%;
		height: 50px;
		margin-top: 10px;
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';

	}
	#top_navi_area a{
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';
	}
	#top_navi{
		clear: both;
		width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	.lnb{
		float: left;
		width: 100%;
		max-width: 1300px;
		text-align: right;
		color: #282828;
		font-size: 13px;
		padding-top: 10px;

		/*background: url('/img/nivi_bg.png');
		background-repeat: no-repeat;
		background-position: left bottom;*/
	}
	.lnb a{
		text-decoration: none;
		color: #282828;
		font-size: 13px;
	}
	#sub_top_img_slider{
		float: left;
		width: 100%;
		height: 100px;
		text-align: center;
		background: #dae7f0;
		margin-top: 128px;
		overflow: hidden;
	}
	#sub_top_img_slider img{
		max-width: 100%;
	}
	#containner{
		float: left;
		width: 100%;
		background: #ffffff;
		padding-bottom: 20px;
		margin-top: 0px;
	}
	#containner img{
		max-width: 100%;
	}
	.menu_1depts{
		border-bottom: 1px solid #dddddd; 
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		list-style: none;
		font-weight: bold;
		color: #727272;     
	}
	.sub_menu{
		/**/display: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border: 1px solid #528cde;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.sub_menu li{
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 15px;
	}

	.sub_menu li:hover, .sub_menu li a:hover {
		background: #528cde;
		font:bold;
		color: #ffffff;
	}
	.sub_menu a{
		font-size: 15px;
		color: #727272;
		text-decoration: none;
	}
	.sub_menu2{
		/**/display: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border: 1px solid #528cde;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.sub_menu2 li{
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 15px;
	}

	.sub_menu2 li:hover, .sub_menu2 li a:hover {
		background: #528cde;
		font:bold;
		color: #ffffff;
	}
	.sub_menu2 a{
		font-size: 15px;
		color: #727272;
		text-decoration: none;
	}
	.sub_menu_now, .sub_menu_now a{
		background: #528cde;
		font:bold;
		color: #ffffff;
	}
	.sub_depts3, .sub_depts3 a{
		margin:0;
		padding:0;
		text-decoration: none;
		list-style:inside;
	}
	.sub_depts3 li{

		padding-left: 25px;
		padding-right: 25px;
	}
	.sub_menu_now2, .sub_menu_now2 a{
		background: #cdcdcd;
		font:bold;
		color: #ffffff;
	}
	#bottom_area{
		clear: both;
		border-top: 1px solid #dddddd;
		width: 1300px;
	 	text-align: left;
	 	margin-top: 10px;
	 	padding-top: 20px;
	 	padding-bottom: 30px;
	 	background: #efefef;
	 	color: #666;
	}

	#bottom_area2{
		clear: both;
		width: 1300px;
	 	text-align: left;

	 	float: left; 
	 	background: #434343; 
	 	text-align: center; 
	 	width: 100%; 
	 	padding-top: 0px;
		padding-bottom: 30px;
	 	color: #fff;
	}

	#bottom_area a, #bottom_area2 a{
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	#bottom_txt{
		width: 100%;
		text-align: center;
	}
	#bottom_area2, #bottom_area3{
		width: 100%;
	}

	#bottom_area2 a{
		color: #fff;
	}
	#bt_area2_con1, #bt_area2_con2{
		clear: both;
		width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	#bt_area2_con1{
		background: #5d5d5d;
		display: inline-block;
		padding: 0px;
	}
	#bt_area2_con1 img{
		vertical-align: middle;
		margin-right: 10px;
	}
	#bt_area2_con1 h3{
		width: 96%;
		float: left;
		margin-top: 0px;
		padding: 2%;
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.bt_contact_title{
		font-size: 15px;
	}
	#bt_area2_con2{
		padding-top: 30px;
	}
	.bt_contact_info{
		float: left;
		width: 46%;
		font-size: 12px;
		line-height: 30px;
	}
	.bci_1{
		padding: 2%;
		padding-top: 0px;
		border-bottom: 5px solid #cfdd4b;
	}
	.bci_2{
		padding: 2%;
		padding-top: 0px;
		border-bottom: 5px solid #49c1e2;
	}
	#bt_address{
		float: left;
		width: 100%;
		line-height: 23px;
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';
	}

	#mail_bt{
		float: left;
		background: #6282d7;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';
	}

	#bottom_txt hr{
		border: 0;
	    height: 1px;
	    background: #333;
	    background-image: linear-gradient(to right, #515151, #6b6b6b, #515151);
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	
	#login_txt{
		margin-bottom: 30px;
	}
	.left_con{
		width: 300px;
	}
	#left_menu_title{
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		font-size: 20px;
		background: #f0404b;
		color: #ffffff;
	}
	#account_area{
		clear: both;
		width: 100%;
		display: none;
		padding-top: 0px;
		padding-bottom: 10px;
		background: #efefef;
	}
	#account_area fieldset{
		border: 0px;
	}
	#account_area li{
		list-style: none;
		float: left;
		padding-right: 20px;
	}
	#login_txt a{
		margin-bottom: 10px;
		font-weight: bold;
	}
	#copyright_area{
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #dddddd;
	}
	.idpwWrap{
		width: 100%; 
	}
	.idpw input{
		width: 100%;
		border: 1px solid #dddddd;
		margin-top: 10px;
	}
	#keep_signed{
		width: 15px;
		margin-top: 0px;
	}
	.help{
		width: 180px;
		border-top: 1px solid #dddddd;
		padding-top: 10px;
	}

	/*contents 영역 */
	.con_include{
		float: left;
		width:100%;
		/*background: url('/img/nivi_bg.png');
		background-repeat: no-repeat;
		background-position: left top;*/
	}
	#containner_area_1300{
		/*
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		*/
		width: 100%;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents_area{
		max-width: 1200px;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.point_color{
		color: #ef404a;
	}
	.bg_gray{
		background: #f5f5f5;
	}
	.bold{
		font-weight: bold;
	}
	#main_con1{
		display: inline-block;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#main_con2{
		display: inline-block;
		margin-bottom: 30px;
	}
	.main_con_left{
		float: left;
		width: 200px;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		text-align: right;
		padding-right: 50px;
	}

	.main_con_right{
		float: left;
		width: 750px;
		font-size: 20px;
		line-height: 30px;
	}
	#main_con3{
		display: inline-block;
		margin-top: 30px;

	}
	.main_con3_bt{
		margin-top: 430px;
		width: 100%;
		text-align: right;
	}
	.bg_main3{
		background-image: url('/img/main_img3_bg.png');
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 30px;
		padding-bottom: 30px;
		height: 660px;
		margin-top: 30px;
	}

	#quick_link{
		z-index:100;
		/*float: left;*/
		position: fixed;
		width: 58px;
		right: 20px;
		bottom: 20px;
		padding: 10px;
		border: 1px solid #cdcdcd;
		border-radius: 10px;
		margin-top: 10px;
		text-align: center;
		line-height: 12px;
		background: #fff;
	}
	#quick_link a{
		font-weight: bold;
		font-size: 13px;
		line-height: 12px;l
		color: #555;
	}
	/*main page */
	#main_noti_area{
		float: left;
		margin-top: 35px;
	}
	#con_include a{
		font-size: 15px;
		line-height: 20px;
	}
	#main_noti_con{
		float: left;
		margin-left: 20px;
		margin-right: 10px;
		width: 660px;
	}
	.main_noti_title{
		width: 100%;
		margin-top: 20px;
		font-size: 20px;
		line-height: 25px;
	}
	.main_noti_title a{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	.main_noti_title2{
		width: 100%;
		margin-top: 10px;
		font-size: 15px;
		line-height: 25px;
		border-bottom: 1px solid #cdcdcd;
	}
	.main_noti_title2 a{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	.main_noti_txt{
		width: 100%;
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cdcdcd;
	}
	#main_call_info{
		float: left;
		width: 180px;
	}
	#main_story{
		float: left;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 35px;
		width:670px;
	}
	#main_story_txt{
		width: 100%;
	}
	#main_story_txt_area{
		width: 650px;
		padding: 10px;
	}
	#main_story_txt_area a{
		text-decoration: none;
		color: #52575b;
	}
	#main_story_img{
		width: 100%;
		height: 225px;

	    background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	}
	#main_story_title{
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
	}
	/*서브 페이지 */
	#content{
		width: 100%;
	}
	#content_sub, .content_sub{
		float: right;
		padding-right: 0px;
		width: 950px;
		word-wrap:break-word;
		margin-bottom: 30px;
	}
	#content_sub p{
		line-height: 28px;
	}
	#sub_con_title{
		width: 100%;
		color: #ef404a;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	#sub_con_title_con{
		color: #ef404a;
		font-size: 30px;
		font-weight: bold;
		padding-top: 18px;
	}
	#content_sub h1{
		color: #ef404a;
		margin: 0px;
		padding: 0px;
		line-height: 60px;
		margin-bottom: 14px;
		text-align: center;
	}
	#content_sub h2{
		background-image: url("/img/h2_bg.png");
		background-repeat: no-repeat;
	}
	#content_sub table, #content_sub tr{
		max-width: 900px;
	}
	.works{
		float: left;
		width: 300px;
		margin-right: 15px;
	}
	.works_3{
		float: left;
		width: 300px;
		margin-right: 0px;
	}
	#content_sub ul li{
		line-height: 35px;
		border-bottom:1px solid #efefef;
	}
	#noti_desctop{
		display: block;
	}
	#noti_mobile{
		display: none;
	}

	#sub_con_title{
		width: 100%;
		color: #f0404b;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	#sub_con_title_con{
		color: #f0404b;
		font-size: 30px;
		font-weight: bold;
		padding-top: 18px;
	}
	#main_service_introduce{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.main_service_detail{
		float: left;
		width: 46%;
		padding: 2%;
	}
	.ms_title_big, #main_service_introduce .ms_title_big a{
		margin-top: 0px; 
		margin-bottom: 0px;
		padding: 0px;
		font-size: 30px;
		font-weight: bold;
		color: #3b3b3b;
  		transition: 0.5s;

	}
	.ms_title_big:hover, #main_service_introduce .ms_title_big a:hover{
		color: #f0404b;
	}


	.ms_title_small{
		margin-top: 0px; 
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: lighter;
	}
	.ms_script{
		margin-top: 10px; 
		font-size: 12px;
	}

	#main_com_mision{
		float: left;
		width: 90%;
		padding: 5%;
		border-radius: 5px;
		background: #555;
		/*background-image: url('/img/main_com_mision_bg.jpg');*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		color: #fff;
		text-align: center;

	}
	#main_com_mision h2{
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
	#main_com_media{
		margin-top: 30px;
		width: 100%;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	#main_com_media a{
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color: #fff;
  		transition: 0.5s;
	}
	#main_com_media a:hover{
		color: #c4f176;
	}
	#main_portfolio{
		display: block;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.noti_con{
		float: left;
		width: 580px;
		padding: 10px;
	}
	#con_include h1{
		color: #f0404b;
		margin: 0px;
		padding: 0px;
	}
	#con_include h3{
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		color:#373a3f;
	}
	#con_include hr{
		border: 0px;
		border-bottom: 1px solid #afafaf;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	/*사업소개 메인*/
	#pi_top{
		float: left;
		background-image: url("/img/project_top_dektop_bg.jpg");
		width: 100%;
		height: 150px;
		padding-top: 50px;
	}
	#pi_top_con{
		width: 400px;
		font-size: 18px;
		font-weight: bold;
	}
	#pi_con{
		float: left;
		width: 100%;

	}
	.pi_con_img {
		float: left;
	}
	.img_l{
		margin-right: 10px;
	}
	.mobile_con{
		display: none;
	}
	#mobile_menu_area{
		display: none;
	}
	/**/
	
}
/*
@media all and (max-height:600px){
	#left_menu_area{
		width: 290px;
		height: 100%;
		padding-top: 30px;
		position: relative;
		z-index: 100;
		background: #ffffff;
		border-right: 1px solid #dddddd;
	}
}
*/

.bt_style1{
	background: #24dbab;
	color: #fff;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
	cursor: pointer;
}
#bt_style1:hover{
	background: #23d1a3;
	color: #fff;
	font-weight: bold;
	border: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.quick_search_area{
	float:left;
	width: 96%;
	margin-bottom: 10px;
	padding: 2%;
	background: #f5f5f5;
}
.quick_search_area .tag_area{
    border: 1px solid #cdcdcd;
    padding: 5px;
    margin-left: 5px;
    background: #fff;
    border-radius: 5px;
}
.q_title{
	padding-top: 5px;
}

#com_info{
	display:none;
	border:1px solid #cdcdcd; 
	padding: 10px;
	margin-top: 15px;
}
#com_info h3{
	margin-bottom: 10px;
}

@media all and (max-width:1220px){
	#left_menu_txt{
		display: none;
	}

	#top_navi_area{
		clear: both;
		width: 100%;
		height: 50px;
		margin-top: 10px;
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';

	}
	#top_navi_area a{
		font-family: '나눔고딕','NanumGothic','돋움','Dotum';
	}
	#top_navi{
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.lnb{
		float: left;
		width: 100%;
		text-align: right;
		color: #282828;
		font-size: 13px;
		padding-top: 10px;

		/*background: url('/img/nivi_bg.png');
		background-repeat: no-repeat;
		background-position: left bottom;*/
	}
	.lnb a{
		text-decoration: none;
		color: #282828;
		font-size: 13px;
	}

	#content_sub, .content_sub{
		float: left;
		padding-right: 0px;
		width: 100%;
		word-wrap:break-word;
		margin-bottom: 30px;
		text-align: center;
	}

	#bottom_area{
		clear: both;
		border-top: 1px solid #dddddd;
		width: 100%;
	 	text-align: left;
	 	margin-top: 10px;
	 	padding-top: 20px;
	 	padding-bottom: 30px;
	 	background: #efefef;
	 	color: #666;
	}

	#bottom_area2{
		clear: both;
		width: 100%;
	 	text-align: left;

	 	float: left; 
	 	background: #434343; 
	 	text-align: center; 
	 	width: 100%; 
	 	padding-top: 0px;
		padding-bottom: 30px;
	 	color: #fff;
	}

	#bottom_area a, #bottom_area2 a{
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	#bottom_txt{
		width: 100%;
		text-align: center;
	}
	#bottom_area2, #bottom_area3{
		width: 100%;
	}

	#bottom_area2 a{
		color: #fff;
	}
	#bt_area2_con1, #bt_area2_con2{
		clear: both;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	#bt_area2_con1{
		background: #5d5d5d;
		display: inline-block;
		padding: 0px;
	}
	#bt_area2_con1 img{
		vertical-align: middle;
		margin-right: 10px;
	}
	#bt_area2_con1 h3{
		width: 96%;
		float: left;
		margin-top: 0px;
		padding: 2%;
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.bt_contact_title{
		font-size: 15px;
	}
	#bt_area2_con2{
		padding-top: 30px;
	}
	.bt_contact_info{
		float: left;
		width: 46%;
		font-size: 12px;
		line-height: 30px;
	}
	.bci_1{
		padding: 2%;
		padding-top: 10px;
		border-bottom: 5px solid #cfdd4b;
	}
	.bci_2{
		padding: 2%;
		padding-top: 10px;
		border-bottom: 5px solid #49c1e2;
	}
	#bt_adress{
		float: left;
		width: 96%;
		padding: 2%;
		margin-top: 10px;
	}
}
#bt_address div{
	display: inline-block;
	float: left;
	margin-right: 5px;
}