@charset "UTF-8";

/* ---------------------------
	01. 기본 세팅
--------------------------- */

#cm_layout {
	position: relative;
	z-index: 0;
}

.cm_layout_container {
	margin: 0 auto;
}


/* ---------------------------
	02. 레이아웃 구조
--------------------------- */

.cm_layout_container {
}

.cm_container {
	min-height: 400px;	
}

.cm_sub_container {
	padding:35px 0;
}

.cm_sub_content {
	min-height: 400px;	
	overflow: hidden;
	position: relative;
	width:841px;
	float:right;
}

.cm_sidebar {
	float: left;
	min-height: 250px;
	width:250px;
}

.cm_footer {
	clear: both;
	position: relative;
}



/* ---------------------------
	03. 헤더 
--------------------------- */

#cm_layout{
	border-top:0px solid #007500;
}

.cm_header {
	width: 100%;
	height: 45px;
	padding:5px 0 29px;

}



	/* ---------------------------
		03-1. 상단 로고 
	--------------------------- */
	
	.cm_logo {
		position: relative;
		z-index:999;
	}
	
	
	/* ---------------------------------
		03-2. 글로벌 네비게이션 메뉴
	---------------------------------- */	
	
	.cm_gnb {
		position: absolute;
		width:100%;
		height:70px;
		right:0; 
		left:0;
		top: 33px;
		padding-top:9px;
		border-bottom:1px solid #666666;
		z-index:998;
	}
	
	.cm_gnb .cm_gnb_main{
		position: relative;
		width: 1120px;
		left: 50%;
		margin-left: -570px;
		padding-right:100px;
		z-index:80;
	}
	.cm_gnb .cm_gnb_main .depth1{
		float:right;
		padding-right:100px;
	}
	
	.cm_gnb .cm_gnb_main .depth1 > li {
		position: relative;
		list-style: none;
		float: left;
		height: 52px;
	} 
	
	.cm_gnb .cm_gnb_main .depth1 li a.nav1st {	
		display: block;
		padding: 22px 48px 35px 40px;
		color:#333;
		-webkit-transition: all 0.3s ease;		
		-moz-transition: all 0.3s ease;		
		transition: all 0.3s ease;			
		z-index: 9999;
		font-size: 17px;
		font-weight: 600;
	}
	
	.cm_gnb .depth1 li.active a.nav1st,
	.cm_gnb .depth1 li a.nav1st.hover,
	.cm_gnb .depth1 li a.nav1st:hover,
	.cm_gnb .depth1 li a.nav1st:focus {	
		color:#007500;
	}
	
	.cm_gnb .cm_gnb_main .depth2{
		position:absolute;
		left:40px;
		top:80px;
	}
	
	.cm_gnb .cm_gnb_main .depth2 li{
		float:left;
		width:100%;
	}
	
	.cm_gnb .cm_gnb_main .twoDepth{
		display:none;
	}
	
	.cm_gnb .cm_gnb_main .depth2 li a{
		color:#333;
		line-height:2.4em;
		display:block;
		height:2.1em;
		-webkit-transition: all 0.3s ease;		
		-moz-transition: all 0.3s ease;		
		transition: all 0.3s ease;			
	}
	
	.cm_gnb .cm_gnb_main .depth2 li.active a,
	.cm_gnb .cm_gnb_main .depth2 li a:hover{
		color:#007500;
	}
	
	/* 드랍다운 메뉴 */

	
	.cm_gnb .gnb_h2_default{
		left:0;
		width:250px;
		height:195px;
		top:0px;
		background:url(../images/img_dropmenu_banner.png) no-repeat white 0 0;
	}
	.cm_gnb .cm_gnb_sub {
		width: 100%;
		height: 195px;
		position: absolute;
		left: 0px;
		top: 79px;
		background: #fff url('../images/bg_submenu.png') no-repeat center bottom;
		z-index: 60;
		display: none;
		border-top: 1px solid #007500;
		border-bottom:1px solid #ccc;
	}	

	.cm_header_social{
		position:relative;
		float:right;
		top:22px;
		z-index:999;
	}
	
	.cm_header_social img{
		float:left;
		margin-left:10px;
	}
	
	/* ---------------------------------
		03-3. 상단 유틸리티 메뉴
	---------------------------------- */	
		
	.cm_top_menu{
		height:20px;
		padding-top:12px;
		padding-bottom:1px;
	}
	
	.cm_top_umenu{
		float:right;
		padding:0px 15px 7px 0;
		overflow:hidden;
	}
	
	.cm_top_umenu ul{
		list-style:none;
	}
	
	.cm_top_umenu ul li{
		float:left;
	}
	
	.cm_top_umenu ul li a{
		border-left:1px solid #cdcdcd;
		padding-left:10px;
		padding-right:10px;
		line-height:10px;
		font-size:12px;
		color:#333;
	}
	
	.cm_top_umenu ul li:first-child a{
		border:none;
		padding-left:0;
	}
	


/* ---------------------------------
	06. 검색창
---------------------------------- */					

.cm_topsearch {
	float:right;
	width:198px;
	height:28px;
	border:1px solid #cdcdcd;
	border-radius:3px;
	padding:0;
	overflow:hidden;
}

.cm_topsearch input[type='text'] {
	height:28px;
	width:170px;
	line-height:24px;
	border:none;
	text-indent:10px;
}

.cm_topsearch input[type='submit'] {
	height:30px;
	width:28px;
	background:#cdcdcd;
	border:none;
	cursor:pointer;
	background:url(../images/botton_search.png) no-repeat 0 -1px ;
}



/* ---------------------------------
	07. 이미지 슬라이더 
---------------------------------- */		
.slider_wrap{
	width:100%;
}

.cm_slider, 
.cm_content_slider {
	width: 100%;
	height: 430px;
	position: relative;
	margin:0 auto;
	overflow:hidden;
}

.cm_slider ul li a {
	display:block; 
	background-repeat: no-repeat; 
	background-position: 50% 0; 
	width: 100%; 
	height: 430px; 
}

.cm_slider .cm_slider_caption {
	width: 1040px;
	height: 310px;
	position: relative;
	margin:-310px auto 0;
}

.cm_slider .cm_slider_caption h3 {		
	color: #fff;
	font-size: 57px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 50px;
	margin-top: -3px;
	text-transform:uppercase;
}
.cm_slider .cm_slider_caption h3 a{	
	color:white;
}
.cm_slider .cm_slider_caption h3 em {	
	color: #abc560;
	font-style: normal;
}

.cm_slider .cm_slider_caption p {	
	color: #dadada;
	font-size: 14px;
	font-weight: 400;
	width: 55%;
	letter-spacing: -1px;
}

.cm_slider .bx-controls{
	width: 1040px;
	margin:0 auto;
}
	

/* --------------------------------------
	09-1. 푸터메뉴 , 관련사이트 바로가기
-------------------------------------- */
.cm_footer_wrap{
	overflow:hidden;
	background:#f3f3f3;
	border-top-color:#ddd;
}

.cm_footer_menu {
	float:left;
	padding:20px 0 15px 0;
	margin-bottom: 7px;
}

.cm_footer_menu li {
	list-style: none;
	display: inline;
	padding:0 11px;
	border-left:1px solid #ddd;
}

.cm_footer_menu li:first-child {
	padding-left:0;
	border:none;
}

.cm_footer_menu li a {
	padding: 0;
	font-size: 13px;
	color: #333;
	letter-spacing: -1px;
}

.cm_footer_menu li:first-child a {
	padding-left: 0;
	background: none;
}

.cm_family_site{
	float:right;
	padding:10px 0;
}

#cm_fmsite{
	float:left;
	width:150px;
	height:30px;
	line-height:25px;
	margin-right:-29px;
	text-indent:5px;
	background:white;
	-webkit-appearance: none;
	border:none;
	border-right:0px; 
	border-top:0px; 
	boder-left:0px; 
	boder-bottom:0px;
	border:1px solid #ddd;
}

.cm_family_site .cm_fmGo{
	margin:0;
	float:left;
}


	
/* ---------------------------
	09-2. 푸터 로고, 연락처, 카피라이트 
--------------------------- */	
	
	.cm_footer_bottom{
		margin-top:5px;
		border-top:1px solid #ddd;
		padding-top:20px;
		padding-bottom:10px;
	}
	.cm_footer_logo{
		position:absolute;
		top:25px;

	}
	
	.cm_footer_info{
		padding-left:0px;
	.cm_cscenter .cm_cs_info .cm_phone}
	
	.cm_address, .cm_copy {
		clear: both;
		line-height: 1.5;
		font-size: 12px;
		color: #666;
		font-style:normal;
		letter-spacing: 0px;
	}
	
	.cm_footer_social{
		position:absolute;
		top:20px;
		right:0;
	}


/* ---------------------------------
	10. 사이드바
---------------------------------- */			



	/* ---------------------------
		10-1. 사이드바 로컬메뉴
	--------------------------- */	

	.cm_sidebar .lnb_wrap {
		background: #fff;
		margin-bottom: 24px;
	}
	
	.cm_sidebar .lnb_wrap ul li {
		list-style: none;
		position: relative;
	}
	
	.cm_sidebar h2.cm_sidebar_title {
		width: 210px;
		height: 55px;
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		overflow: hidden;	
		letter-spacing: -1px;
		position: relative;
		background:#007500;
		border-bottom:3px solid #336600;
		padding:20px;
	}
	
	.cm_sidebar h2.cm_sidebar_title span.title {
		display: block;	
		font-size:30px;
	}

	.cm_sidebar h2.cm_sidebar_title span.sub {	
		display: block;
		line-height: 12px;		
		padding-bottom:10px;
		font-size:12px;
		font-family: arial, sans-serif !important;
		letter-spacing:0;
	}

	.cm_sidebar .lnb_wrap .depth2  li a {
		position: relative;
		display: block;
		padding: 18px 0 18px 20px;
		font-size: 15px;
		font-weight:400;
		color: #585858;
		border-bottom: 1px solid #e1e1e1;	
		background:url(../images/icon_plus_off.jpg) no-repeat 230px center;
		letter-spacing: -1px;
		/* Firefox */
		-moz-transition: all 0.3s ease-in;
		/* WebKit */
		-webkit-transition: all 0.3s ease-in;
		/* Opera */
		-o-transition: all 0.3s ease-in;
		/* Standard */
		transition: all 0.3s ease-in;				
	}
	
	.cm_sidebar .lnb_wrap .depth2  li a.on {
		color:#007500;
		background: url(../images/icon_plus_on.jpg) no-repeat 230px center;
	}

	.cm_sidebar .lnb_wrap .depth2 > li:first-child > a {
		border-top: 1px solid #e1e1e1;
	}
		
	.cm_sidebar .lnb_wrap .depth3 {
		display: none;
		padding: 12px 25px;
		border-bottom: 1px solid #e1e1e1;
		background-color: #aaa;
	}
	
	.cm_sidebar .lnb_wrap .depth3 li a {
		padding: 8px 0 8px 28px;
		border: none;
		font-size: 13px;
		line-height: 13px;
		color: #fff;
	}
	.cm_sidebar .lnb_wrap .depth3 li a:before {
		position: absolute;
		left: 14px;
		top: 11px;		
		content:"+";
		display: block;
		font-family: dotum, sans-serif;
		font-size: 11px;
		color: #fff;
		line-height: 8px;
	}

	.cm_sidebar .lnb_wrap .depth2 > li a:hover,
	.cm_sidebar .lnb_wrap .depth2 > li a:focus {
		text-decoration: none !important;
		color:#007500;
		background:url(../images/icon_plus_on.jpg) no-repeat 230px center;
	}
	
	.cm_sidebar .lnb_wrap .depth3 li a:hover,
	.cm_sidebar .lnb_wrap .depth3 li a:focus,
	.cm_sidebar .lnb_wrap .depth3 li a.on {
		text-decoration: underline !important;
		background-color: transparent !important;
	}



	/* ---------------------------
		10-2. 사이드바 이미지 배너
	--------------------------- */	


	.cm_sidebar .sb_banner p {
		margin-bottom: 22px;
	}
	

	/* ---------------------------
		10-3. 사이드바 위젯
	--------------------------- */	
	
	.cm_sidebar_widget1 {
		padding: 0 20px;
	}


	
/* ----------------------------------
	11. 서브페이지 타이틀
------------------------------------- */		

.cm_sub_header {
	margin-top:20px;
	margin-bottom: 25px;
}

.cm_sub_header h2 {
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 600;
	letter-spacing: -0.25px	
}


	/* ---------------------------------------
		11-1. 서브페이지 빵조각 네비게이션
	----------------------------------------- */		
	
	.cm_breadcrumb {
		position: absolute;
		top: 0px; 
		right: 0px;
	}
	
	.cm_breadcrumb ul li {
		list-style: none;
		float: left;
		padding-left:15px;
		background:url(../images/icon_arrow2.png) no-repeat 15px center;
		
	}

	.cm_breadcrumb ul li a {
		display: block;
		color: #333;
		padding-left: 8px;
		margin-left: 8px;
	}
	
	.cm_breadcrumb ul li.home {
		width:13px;
		height:12px;
		padding: 0;
		margin: 0;
		background:url(../images/icon_home.png) no-repeat 0 center;
	}	
	
	

/* ---------------------------------
	12. 모달 로그인 윈도우
---------------------------------- */			


.cm_modalLogin {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  _position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  font-family: 맑은고딕, malgun gothic, 'Nanum Gothic',나눔고딕,NanumGothic, gulim,sans-serif;
}

.cm_modalLogin .modalWindow {
  display: block;
  position: fixed;
  border: 0;
  left: 0;
  top: 0;
  _position: absolute;
  width: 100%;
  height: 100%;
  background: #121212;
  -moz-opacity: .70;
  filter: alpha(opacity=70);
  opacity: .70;
}

.cm_modalLogin input, .cm_modalLogin label {
  font-family: 맑은고딕, malgun gothic, 맑은고딕,malgun gothic,dotum,gulim,sans-serif;
}

.cm_modalLogin .cm_loginLayer {
  position: absolute;
  width: 404px;
  height: 409px;
  top: 150px;
  left: 50%;
  margin: 0 0 0 -202px;
  background: #fff;
  border-top: 4px solid #fcfcfc;
}

.cm_modalLogin .cm_loginLayer .cm_modal_header {
  padding: 31px 0 28px 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 13px;
  height: 13px;
}

.cm_modalLogin .cm_loginLayer form {
  display: block;
  *zoom: 1;
}

.cm_modalLogin .cm_loginLayer form:after {
  content: "";
  display: block;
  clear: both;
}

.cm_modalLogin .cm_loginLayer .cm_idpwWrap {
  height: 262px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.cm_modalLogin .cm_loginLayer .cm_label_id, .cm_modalLogin .cm_loginLayer .cm_label_pw {
  display: block;
  position: absolute;
  top: 29px;
  left: 33px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #999;
}

.cm_modalLogin .cm_loginLayer #cm_user_id, .cm_modalLogin .cm_loginLayer #cm_user_pw {
  width: 338px;
  height: 74px;
  padding: 0 33px;
  border: 0;
  line-height: 74px;
  color: #555;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.5px;
}

.cm_modalLogin .cm_loginLayer #cm_user_id {
  border-bottom: 1px solid #e1e1e1;
}

.cm_modalLogin .cm_loginLayer .cm_loginBtn {
  text-align: center;
  background: #007500;
  border: 0;
  padding: 27px 0;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cm_modalLogin .cm_loginLayer .cm_keep {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  line-height: normal;
  white-space: nowrap;
}

.cm_modalLogin .cm_loginLayer .cm_keep label {
  color: #444;
  letter-spacing: -1px;
  font-size: 13px;
}

.cm_modalLogin .cm_loginLayer .cm_login_help {
  width: 100%;
  text-align: center;
  margin-top: 17px;
}

.cm_modalLogin .cm_loginLayer .cm_login_help.line2 {
  margin-top: 3px;
}

.cm_modalLogin .cm_loginLayer .cm_login_help li {
  list-style: none;
  padding: 0;
  display: inline-block;
}

.cm_modalLogin .cm_loginLayer .cm_login_help li:first-child {
  background: none;
  padding-right: 10px;
}

.cm_modalLogin .cm_loginLayer .cm_login_help li a {
  color: #999;
  font-weight: 400;
}

.cm_modalLogin .cm_loginLayer .cm_login_help li a:hover, 
.cm_modalLogin .cm_loginLayer .cm_login_help li a:focus {
  color: #748688;
  text-decoration: underline;
}

.cm_modalLogin .cm_loginLayer .cm_modal_close {
  position: absolute;
  cursor: pointer;
  border: 0;
  padding: 0;
  top: 9px;
  right: 20px;
}

	


/* ---------------------------------
	13. 레이아웃 상단 레이어팝업
---------------------------------- */		


#cm_bnz_wrap {
	width: 100%; 
	background: #fff;
}

#cm_bnz_wrap .bnz {
	position: relative;
	height: 73px;
	overflow: hidden;
}

#cm_bnz_wrap .bnz .top_banner {
	width: 1120px;
	margin: 0 auto;		
}

#cm_bnz_wrap .bnz .top_banner a {
	width: 100%;
	height: 73px;
	display: block;
	text-align: center;
}

#cm_bnz_wrap .bnz .btn_close {
	position: absolute;
	right: 00px;
	top: 25px;
}

#cm_bnz_wrap .bnz .btn_close button {
	border: 0;
	background: none;
	cursor: pointer;
	position: relative;
	top: -3px;
}


/* ---------------------------------
	14. 메인 레이아웃 위젯 코드
---------------------------------- */			

.cm_cont{
	width:100%;
	overflow:hidden;
	padding:25px 0; 
}

.cm_portfolio_title{
	font-size:17px;
	text-align:center;
	padding-bottom:30px;
}

.cm_main_bottom_slider{
	position:relative;
	width:360px;
	height:335px;
	float:left;
	overflow:hidden;
}

.cm_main_bottom_slider .bx-controls{
	position:absolute;
	right:20px;
	top:20px;
}

.cm_main_bottom_slider .bx-controls > div{
	float:left;
}

.cm_main_bottom_slider .bx-pager .bx-pager-item{ 
	display:inline-block; 
	margin-top:2px;
}
.cm_main_bottom_slider .bx-pager .bx-pager-item a{ 
	background: #c4c4c4;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.cm_main_bottom_slider .bx-pager .bx-pager-item a.active{ 
	background:#999; 
}

.cm_main_bottom_slider .bx-controls-auto .bx-controls-auto-item{
	margin-left:5px;
	
}

.cm_main_bottom_slider .bx-controls-auto .bx-controls-auto-item a{
	display:block;
	width:21px;
	height:21px;
	text-indent:-9999px;
}

.cm_main_bottom_slider .bx-controls-auto .bx-controls-auto-item a.bx-start{
	background:url(../images/icon_slider_play.png) no-repeat 0 0;
}

.cm_main_bottom_slider .bx-controls-auto .bx-controls-auto-item a.bx-stop{
	background:url(../images/icon_slider_stop.png) no-repeat 0 0;
}

.cm_main_bottom_slider .bx-controls-auto .bx-controls-auto-item .active{
	display:none;
}

.cm_wbox {
	position:relative;
	float:left;
	border:1px solid #ddd;
	width:298px;
	height:108px;
	padding:30px;
	overflow:hidden;
	margin-left:17px;
}

.cm_big{
	height:273px;
}

.cm_cscenter{
	width:740px;
	height:168px;
}

.cm_cscenter .cm_cs_quick{
	float:left;
	padding:27px 62px;
	overflow:hidden;
}

.cm_cscenter .cm_cs_quick li{
	float:left;
	margin-left:70px;
}

.cm_cscenter .cm_cs_quick li:first-child{
	margin-left:0;
}

.cm_cscenter .cm_cs_quick li a{
	display:block;
	text-align:center;
}

.cm_cscenter .cm_cs_quick li a img{
	display:block;
}

.cm_cscenter .cm_cs_quick li a h5{
	display:inline-block;
	color:#333;
	font-size:15px;
	margin-top:19px;
}

.cm_cscenter .cm_cs_info{
	float:right;
	width:190px;
	height:100%;
	padding:27px 20px;
	background:#eee;
	border-left:1px solid #ddd;
}

.cm_cscenter .cm_cs_info h4{
	font-size:18px;
}

.cm_cscenter .cm_cs_info .cm_phone{
	color:#007500;
	font-size:25px;
	margin-top:5px;
	font-weight:bold;
	
}

.cm_cscenter .cm_cs_info .cm_working{
	margin-top:10px;
	padding-top:8px;
	border-top:1px solid #ddd;
	color:#585858;
	font-size:12px;
	line-height:1.6;
}



