@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@media all and (max-width:799px){
	/* 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%;
		background: #ffffff;
		margin-top: 15px;
	}
	/*왼쪽 메뉴 영역 */
	#top_menu_area{
		float: left;
		width: 100%;
		padding-top: 6px;
		margin-left: auto;
		margin-right: auto;
		z-index: 100;
		background: #ffffff;
	}
	#top_logo{
		float:left;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	#top_logo img{
		max-width: 100px;
	}

	#top_link_area{
		float: left;
		padding-top: 10px;
		width: 100%;
		text-align: center;
	}
	#top_menu{
		display: none;
		float:right;
		width: 850px;
		text-align: right;
		padding-bottom: 30px;
	}
	#left_menu_txt{
		float: left;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.main_sub_right{
		float: left;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#content_sub, .content_sub{
		float: left;
		text-align: left;
		width: 90%;
		padding: 5%;
		border-top: 1px solid #efefef;
		padding-top: 10px;
	}
	#content_sub ul li{
		line-height: 35px;
		border-bottom:1px solid #efefef;
	}

	#noti_desctop{
		display: none;
	}
	#noti_mobile{
		display: block;
	}
	#sub_con_title{
		width: 100%;
		color: #ef404a;
		border-bottom: 1px solid #cdcdcd;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#sub_con_title_con{
		color: #ef404a;
	}
	#main_menu{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.language{
		text-align: center;
		font-size: 10px;
		color: #cdcdcd;
		margin-top: 20px;
	}
	.search{
		text-align: center;
		margin-bottom: 20px;
	}
	.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_area{
		position : relative;
		clear: both;
		width: 100%;
		height: 240px;
		border-top: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
	}
	#top_img_slider{
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
		background: url('/img/main_top_bg.png');
		background-repeat: no-repeat;
		background-position: left top;
		/*height: 210px;*/
	}

	/*#top_img_slider_m{
		display: inline-block;
	}*/

	
	#slider_img img {
		display: none;
		max-height: 240px;
	}
	#slider_img {
		max-height: 430px;
		overflow: hidden;
		list-style: none;
		padding: 0; 
		margin: 0;
	}
	#slider_text{
		display: none;
		position : absolute;
		padding: 20px;
		top: 20px;
		left: 30px;
		right: 30px;
		font-size: 11px;
		line-height: 14px;
		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 */
	}
	#slider_text h1{
		line-height: 20px;
	}
	#mobile_menu_area{
		display: none;
		float: left;
		width: 100%;
		border-bottom: 1px solid #cdcdcd;
	}
	.mobile_menu{
		color: #888888;
		text-decoration: none;
		width: 80%;
		margin-top: 10px;
		margin-left: 10%;
		margin-right: 10%;
		border-bottom: 1px solid #cdcdcd;
	}

	.gnb_bottom{
		width: 100%;
	}

	.gnb_bottom #gnb_bt{
		display: none;
		float: left;
		padding: 0px;
		margin: 0px;
		width: 100%;
		margin-top: 10px;
	}

	#contents_top_area{
		width: 100%;
		float: left;
		/*background: #4f6aae;*/
		color: #fff;
		padding-top: 10px;
		/*padding-bottom: 15px;*/
	}
	#contents_top_area_con{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		font-weight: normal;
		font-family: 'Noto Sans KR', sans-serif;
	}
	
	.ctop_link{
		float: left;
		width: 25%;
		text-align: center;
		font-size: 14px;
	}
	.ctop_link a{
		color: #fff;
	}
	.ctop_link img{
		width: 99%;
	}

	#bt_map{
		float: left;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.mobile_menu a{
		color: #888888;
		text-decoration: none;
	}
	.mobile_menu h3, .mobile_menu h4{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.mobile_2depts{
		width: 100%;
		margin-left: 0px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 0px;
		float: left;
		list-style: none;
	}
	.mobile_3depts{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		padding-left: 0px;
		padding-right: 0px;
		float: left;
		border-bottom: 1px solid #cdcdcd;
		padding-top: 10px;
		padding-bottom: 10px;
		list-style: none;
	}
	#top_search{
		display: none;
		float: left;
		width: 100%;
		padding-bottom: 15px;
	}
	#search_area input {
		height: 30px;
		border: 0px;
		padding-left: 10px;
		width: 100%;
	}
	#search_area{
		width: 230px;
		height: 35px;
		border: 3px solid #ababab;
		padding: 5px;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#quick_link{
		display: none;
	}

	.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;
	}
	#containner{
		float: left;
		margin-top: 15px;
		width: 100%;
		background: #ffffff;
	}
	.menu_1depts{
		border-bottom: 1px solid #dddddd; 
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		list-style: none;
		font-weight: bold;
		color: #727272;     
		margin-right: 10px;
	}
	.sub_menu{
		/**/display: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border: 1px solid #ef404a;
		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: #ef404a;
		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 #ef404a;
		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: #ef404a;
		font:bold;
		color: #ffffff;
	}
	.sub_menu2 a{
		font-size: 15px;
		color: #727272;
		text-decoration: none;
	}
	.sub_menu_now, .sub_menu_now a{
		background: #ef404a;
		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;
	}
	#sns_area{
		text-align: right;
		float: right;
		width: 100px;;
	}
	#sns_area img{
		width: 80px;
	}
	#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;
		color: #fff;
	}
	.bt_contact_title{
		font-size: 15px;
	}
	#bt_area2_con2{
		padding-top: 30px;
	}
	.bt_contact_info{
		float: left;
		width: 96%;
		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;
	}

	#bottom_txt hr{
		border: 0;
	    height: 1px;
	    background: #333;
	    background-image: linear-gradient(to right, #515151, #6b6b6b, #515151);
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	#login_txt{
		margin-bottom: 30px;
	}
	.left_con{
		display: none;
		width: 100%;
	}
	#left_menu_title{
		padding-top: 20px;
		padding-bottom: 20px;
		width: 200px;
		text-align: center;
		font-weight: bold;
		font-size: 25px;
		border: 1px solid #dddddd;
		background: #ef404a;
		color: #ffffff;
	}
	#account_area{
		clear: both;
		width: 100%;
		display: none;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	#account_area fieldset{
		border: 0px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	#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;*/
	}
	.con_include img{
		max-width: 98%;
	}
	.contents_area{
		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_top img{
		max-width: 98%;
	}
	.main_top_area{
		float: left;
		width: 90%;
		padding: 5%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 25px;
	}

	#main_con1{
		display: inline-block;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.font_white{
		color: #ffffff;
	}
	#main_con2{
		display: inline-block;
		margin-bottom: 30px;
	}
	.main_con_left{
		float: left;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
	}

	.main_con_right{
		float: left;
		width: 90%;
		padding: 5%;
		text-align: center;
	}
	#main_con3{
		display: inline-block;
		margin-top: 0px;

	}
	.main_con2_bt{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: right;
	}
	.main_con2_bt img{
		width: 100px;
	}
	.main_con3_bt{
		margin-top: 310px;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: right;
	}
	.main_con3_bt img{
		width: 100px;
	}
	.bg_main3{
		background-image: url('/img/main_img3_bg.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position : 0px 150px;
		padding-top: 0px;
		padding-bottom: 30px;
		margin-top: 30px;
	}

	#contents_area{
		width: 96%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		background: #ffffff;
		padding-bottom: 30px;
		padding-left: 2%;
		padding-right: 2%;
	}
	/*main page */
	.con_link_title{
		width: 100%;
		border-bottom: 1px solid #cdcdcd;
	    -webkit-margin-before: 1em;
	    -webkit-margin-after: 1em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    color: #555;
	    font-size: 16px;
	    padding-bottom: 10px;
	    margin-bottom: 25px;
	}
	.con_link_title span{
	    font-weight: bold;
	    cursor: pointer;
	    color: #555;
	    font-size: 16px;
	}
	.con_widget_st{
		display: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#widget_con_1{
		display: block;
	}
	#main_icon_area{
		float: left;
		margin-top: 35px;
		width: 100%;
	}
	#main_img_links{
		float: left;
		margin-top: 35px;
		width: 100%;
	}
	#con_include{
		float: left;
	}
	#main_service_introduce{
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	.main_service_detail{
		float: left;
		width: 90%;
		padding: 5%;
		padding-top: 15px;
		border-top: 1px solid #efefef;
	}
	.ms_title_big, #main_service_introduce .ms_title_big a{
		margin-top: 0px; 
		margin-bottom: 0px;
		padding: 0px;
		font-size: 20px;
		font-weight: bold;
	}
	.ms_title_big:hover, #main_service_introduce .ms_title_big a:hover{
		margin-top: 0px; 
		margin-bottom: 0px;
		padding: 0px;
		font-size: 20px;
		font-weight: bold;
	}
	.ms_title_big img{
		width: 20px;
	}
	.ms_title_small{
		margin-top: 0px; 
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: lighter;
	}
	.ms_script{
		margin-top: 10px; 
		font-size: 12px;
	}
	.desktop_only{
		display: none;
	}

	#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: left;

	}
	#main_com_mision h2{
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
	}
	#main_com_media{
		margin-top: 30px;
		width: 100%;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
	}
	#main_com_media a{
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		color: #fff;
	}
	#main_portfolio{
		display: none;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	
	.main_img_con{
		clear: both;
		margin-right: auto;
		margin-left: auto;
		width: 80%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		border: 1px solid #cdcdcd;
		margin-bottom: 15px;
	}
	.main_img_con_r{
		clear: both;
		margin-right: auto;
		margin-left: auto;
		width: 80%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		border: 1px solid #cdcdcd;
	}
	.main_img_con img, .main_img_con_r img{
		width: 100%;
	}

	.main_noti_con{
		clear: both;
		margin-right: auto;
		margin-left: auto;
		width: 80%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		height: 200px;
		background: #efefef;
		margin-bottom: 15px;
	}
	.main_noti_con_r{
		clear: both;
		margin-right: auto;
		margin-left: auto;
		width: 80%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		height: 200px;
		background: #efefef;
	}
	.main_noti_con_r ul li a, .main_noti_con ul li a{
		color: #555555;
	}
	.main_noti_con_r ul li, .main_noti_con ul li{
		border-bottom: 1px solid #cdcdcd;
	}
	.noti_con h3, #con_include h3{
		margin-top:  0px;
		margin-bottom:  0px;
	}
	/*서브 페이지 */
	#content{
		width: 100%;
		padding-bottom: 20px;
	}
	/*사업소개 메인*/
	#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%;

	}
	.mobile_con{
		display: block;
	}
	#mb_menu{
		position: fixed;
		left: 20px;
		top: 20px;
		z-index: 9999;
	}
	#mb_menu img{
		width: 30px;
	}

	.bgLayer{
		background-size: cover; 
	}
	

	
}

.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;
	display: none;
}
.quick_search_area .tag_area{
    border: 1px solid #cdcdcd;
    padding: 2px;
    margin-right: 5px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}
.quick_search_area a{
	font-size: 11px;
	color: #555;
}
.q_title{
	width: 100%;
}
#sub_con_title_con{
	color: #ef404a;
    border-top: 2px solid #ef404a;
    font-size: 20px;
    font-weight: bold;
    padding-top: 18px;
}
#com_info{
	display:none;
	border:1px solid #cdcdcd; 
	padding: 10px;
	margin-top: 15px;
}
#com_info h3{
	margin-bottom: 10px;
}

