@charset "UTF-8";

/* ---------------------------
	0. CSS 초기화
--------------------------- */

html{color:#000;background:#fff;margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img {vertical-align:top;border:0;}
input {vertical-align:middle;}


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

#sonetto_layout {
  color: #444;
	font-family: 나눔고딕, NanumGothic, 'Nanum Gothic', 맑은고딕, malgun gothic, dotum, gulim, sans-serif;
  font-size: 12px;
	background-color: #efefef;	
	background: transparent url('../images/bg_main.png') repeat left top;
}

a {
	text-decoration: none;
}

#sonetto_layout a:hover, #sonetto_layout a:focus {
	color: #3bb3c3;
}

.sonetto_clearfix {
	clear: both;
}

.sonetto_hidden {
	display: none;
	width: 0;
	height: 0;
	font-size: 0;
	text-indent: -9999px;
}

/* ---------------------------
	02. 헤더
--------------------------- */

.sonetto_header_wrap {
	position: relative;
	border-top: 4px solid #3BB3C3;
	background-color: #fff;
}

.gnb_shadow {
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: url('../images/gnb_shadow.png') repeat-x left top;
	z-index: 98;
}

.sonetto_header {
	width: 1800px;
	height: 120px;
	margin: 0 auto;
	position: relative;	
}


	/* ---------------------------
		02-1. 헤더 로고
	--------------------------- */

	.sonetto_header .header_logo {
		 position: absolute;
		 top: 45px;
		 left: 0;
		 z-index: 100;
	}


	/* ---------------------------
		02-2. 메인 네비게이션 메뉴
	--------------------------- */


	.sonetto_gnb {
		width: 100%;
		min-width: 1200px;
		height: 30px;
		padding-top: 14px;
		position: absolute;
		top:60px;
		right: 0;
		left: 0;
		overflow: hidden;
		background: #fff;
		z-index: 99;
	}

	.sonetto_gnb.on {
		background: 	url('../images/bg_gnb_submenu.png') repeat-x left 59px;
	}	
	
	.sonetto_gnb .gnb_box {
		position: relative;
    overflow: hidden;
		width: 1200px;
		height: 245px;
		left: 50%;
		margin-left: -490px;
	}

	.sonetto_gnb .gnb_box h2.gnb_image {
		display: none;
		position: absolute;
		top: 46px;
		left: 0;
           	width: 230px;
		height: 199px;
		overflow: hidden;
		background-color: #f1f1f1;
		background: url('../images/gnb_bg_h2.jpg') no-repeat left top;
		border-left: 0px solid #d1d1d1;
		border-right: 0px solid #d1d1d1;		
	}

	.sonetto_gnb li {
		 position: relative;
		 float: left;
		 margin: 0px;
		 padding: 0px;
		 list-style: none outside none;
	}
	
	.sonetto_gnb .depth1 {
		float: right;
	}
	
	.sonetto_gnb .depth1 > li {
		padding: 0 27px;
	}
	
	.sonetto_gnb a {
		 color: #444;
		 font-size: 13px;
		 display: block;
		 position: relative;
		 font-family: 나눔고딕, NanumGothic, 'Nanum Gothic', 돋움, dotum, sans-serif;
		 outline: none;
	}

	.sonetto_gnb a.nav1st {
		 text-align: left;
		 letter-spacing: -0.08px;
		 text-transform: uppercase;
		 font-size: 17px;
		 line-height: 1.2;
	}
	
	.sonetto_gnb .depth2 {
		height: 183px;
		padding-top: 15px;
		position: absolute;
		top: 46px;
		left: 0px;
		display: none; 
	}

	.sonetto_gnb .depth2 li {
		float: none;
		padding-left: 27px;
	}
	
	.sonetto_gnb .depth2 li a {
		padding: 5px 0; 
		color: #666;
	}
	
	.sonetto_gnb .depth3 {
		display: none;
	}


	/* ---------------------------
		02-4. 헤더 검색창
	--------------------------- */
	
	.sonetto_topsearch {
		float: right;
		width: 115px;
		margin-top: 24px;
		margin-left: 10px;
		position: relative;
	}
	
	.sonetto_topsearch form.iSearch {
		float: left;
	}
	
	.sonetto_topsearch .iSearch input[type='text'] {
		width: 65px;
		padding-left: 15px;
		padding-right: 33px;
		height: 24px;
		line-height: 24px;
		background-color: transparent;
		vertical-align: top;
		border: 1px solid #d0d0d0;
		color: #777;
	}
	
	.sonetto_topsearch .iSearch input[type='image'] {
		position: absolute;
		top: 5px;
		right: 7px;
	}


	/* ---------------------------------
		02-5. 헤더 회원메뉴, SNS 
	--------------------------------- */
	
	.sonetto_member {
		float: right;
		margin: 24px 0 0 0;
	}
	
	.sonetto_member ul li {
		list-style: none;
		float: left;
	}
	
	.sonetto_member ul li a {
   	color: #999;
		padding: 0 8px;
		line-height: 24px;
		font-size: 11px;
		background: url('../images/dot_bar.gif') no-repeat right 3px;
	}
	
	.sonetto_member ul li.top_sns {
		margin-left: 8px;
	}
	
	.sonetto_member ul li.top_sns a  {
		padding: 0;
		margin-left: 1px;
	}
	
	.sonetto_member ul li:first-child a {
		border-left: 0;
		padding-left: 0;
	}
	
	.sonetto_member .sonetto_login_icon a {
	}


/* ---------------------------
	03. 레이아웃 바디 콘텐트
--------------------------- */
	
.sonetto_body {
	width: 1920px;
	margin: 30px auto;
	min-height: 400px;
	position: relative;
}

.sonetto_content {
	margin: 0;
	padding: 0;
}

.sonetto_sub_body {
	width: 1200px;
	margin: 30px auto;
	min-height: 400px;
	padding: 32px 25px 30px;
	background: #fff;
	position: relative;
}

.sonetto_sub_content {
	min-height: 400px;
	background-color: #fff;
	padding-top:25px;
	position: relative;
}

.sonetto_sub_content_sidebar {
	padding-top: 25px;
}

.sonetto_sidebar_content {
	margin: 0;
	padding: 25px 30px;
	width: 696px;
	float: right;
	min-height: 400px;
	background-color: #fff;
}


/* ---------------------------
	04. 푸터 
--------------------------- */

.sonetto_footer_wrap {
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	clear: both;
}

.sonetto_footer {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
	background: #fff;
}

.sonetto_f_logo {
	width: 130px;
	float: left;
}

.sonetto_footer_right {
	width: 799px;
	float: right;
	padding-left: 30px;
	position: relative;
}


	/* ---------------------------
		04-1. 푸터메뉴 
	--------------------------- */
	
	.sonetto_footer_menu {
		height: 12px;
		margin-bottom: 14px;
	}
	
	.sonetto_footer_menu li {
		list-style: none;
		float: left;
	}
	
	.sonetto_footer_menu li a {
		display: block;
		padding: 0 12px;
		line-height: 10px;
		font-size: 12px;
		color: #888;
		border-left: 1px solid #d8d8d8;
	}
	
	.sonetto_footer_menu li:first-child a {
		padding-left: 0;
		border-left: 0;
	}
	
	/* ---------------------------
		04-2. 푸터 연락처, 카피라이트 
	--------------------------- */	

	.sonetto_address, .sonetto_copy {
		clear: both;
		line-height: 1.7;
		font-size: 12px;
		color: #888;
		font-style:normal;
	}
	
	/* ---------------------------
		04-3. 관련사이트
	--------------------------- */	

	.sonetto_sites {
		position: absolute;
		top:0;
		right: 0;
	}	

	.sonetto_sites ul {
		width: 120px;
		background: #f1f1f1;
		display: none;
		position: absolute;
		bottom: 30px;
	}
	
	.sonetto_sites ul li {
		list-style: none;
		height: 20px;
		overflow: hidden;
	}	
	
	.sonetto_sites ul li a {
		display: block;
		padding: 0 7px;
		color: #666;
		line-height: 27px;
	}



/* ---------------------------
	05. 슬라이더 
--------------------------- */	
	
	
	.sonetto_slider {
		min-width: 980px;
		height: 423px;
		position: relative;
		overflow: hidden;
		border-bottom: 1px solid #d1d1d1;
	}
	
	.sonetto_slider ul li a {
		display:block; 
		background-repeat: no-repeat; 
		background-position: 50% 0; 
		width: 100%; 
		height: 423px; 
	}
	
	.sonetto_box_slider {
		width: 980px;
		height: 423px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		margin-top: 25px;
	}
	
	.sonetto_box_slider ul li a {
		display:block; 
		background-repeat: no-repeat; 
		background-position: 50% 0; 
		width: 100%; 
		height: 423px; 
	}
	
	
	
/* ---------------------------
	06. 서브페이지 사이드바 
--------------------------- */	

.sonetto_sidebar {
	width: 198px;
	float: left;
	min-height: 250px;
	background-color: #fff;	
	padding-bottom: 70px;
}

.sonetto_sidebar .sidebar_top_img {
	width: 198px;
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}


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

	.sonetto_sidebar .lnb_wrap {
		padding: 0 20px;
	}
	
	.sonetto_sidebar .lnb_wrap ul li {
		list-style: none;
	}
		
	.sonetto_sidebar .lnb_wrap .depth2  li a {
		display: block;
		padding: 15px 0;
		font-size: 16px;
		line-height: 16px;
		color: #777;
		background: url('../images/lnb_off.gif') no-repeat right center;
		border-bottom: 1px solid #e3e3e3;	
	}

	.sonetto_sidebar .lnb_wrap .depth3 {
		padding: 15px 0 0 0;
	}
	
	.sonetto_sidebar .lnb_wrap .depth3 li a {
		padding: 0 0 0 15px;
		margin-bottom: 13px;
		border: none;
		font-size: 13px;
		line-height: 13px;
		color: #959595;
		background: url('../images/lnb_bullet.gif') no-repeat left 2px;
	}

	.sonetto_sidebar .lnb_wrap .depth2 li a:hover,
	.sonetto_sidebar .lnb_wrap .depth2 li a:focus,
	.sonetto_sidebar .lnb_wrap .depth2 li > a.on {
		background: url('../images/lnb_on.gif') no-repeat right center;
	}
	
	.sonetto_sidebar .lnb_wrap .depth3 li a:hover,
	.sonetto_sidebar .lnb_wrap .depth3 li a:focus,
	.sonetto_sidebar .lnb_wrap .depth3 li a.on {
		background: url('../images/lnb_bullet_on.gif') no-repeat left 2px;
	}


	/* ------------------------------
		06-2. 사이드바 이미지 배너
	------------------------------ */	
	
	.sonetto_sidebar .sb_banner {
		margin-top: 25px;
		padding: 0 20px;
	}
	
	.sonetto_sidebar .sb_banner p {
		padding: 12px 0;
		border-top: 1px dashed #e3e3e3;
	}
	
	.sonetto_sidebar .sb_banner p:first-child {
		border: 0;
	}


/* ---------------------------------
	07. 서브레이아웃 헤더스타일
---------------------------------- */		
		
.sonetto_content_header {
	height: 140px;
	padding-top: 32px;
	border-bottom: 1px solid #e3e3e3;
}


	/* --------------------------------------
		07-1. 서브 빵조각 네비게이션
	--------------------------------------- */		

	.sonetto_content_header .page_navi 	{
		height: 20px;
		margin-bottom: 15px;
	}	
	
	.sonetto_content_header .page_navi ul li {
		list-style: none;
		float: left;
	}		
	
	.sonetto_content_header .page_navi a {
		padding: 0 10px;
		font-size: 11px;
		color: #999;
		line-height: 20px;
		background: url('../images/arrow_right.png') no-repeat left 3px;	}

	.sonetto_content_header .page_navi .home {
		display: inline-block;
		width: 20px;
		height: 20px;
		padding: 0 10px 0 0;
		background: url('../images/home.png') no-repeat left top;
	}
	
	.sonetto_content_header .page_navi li.lc_fix a {
		font-weight: bold;
		color: #777;
	}


	/* --------------------------------------
		07-2. 서브페이지 제목 텍스트
	--------------------------------------- */		

	.sonetto_content_header .page_tit h1 {
		margin-bottom: 5px;
	}
	
	.sonetto_content_header .page_tit span {
		display: none;
		font-size: 40px;
		font-weight: 600;
		color: #545454;
	}	
	
	.sonetto_content_header .page_tit span.lc_fix {
		display: block;
	}
		
	.sonetto_content_header .page_subtit span {
		display: none;
		font-size: 12px;
		font-weight: 400;
		color: #666;
	}	
	
	.sonetto_content_header .page_subtit span.lc_fix {
		display: block;
	}
	


/* ---------------------------------
	08. 퀵메뉴 
---------------------------------- */			


.sonetto_quickmenu {
	width: 50px;
	position: absolute;
	top:40px;
	right: -75px;
	background-color: #fff;
	padding: 15px 0 20px 0 ;
	border-top: 5px solid #dcdcdc;	
	border-bottom: 2px solid #dcdcdc;
}
 
.sonetto_quickmenu ul li {
	list-style: none;
	margin-bottom: 15px;
}
