@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;
	//2016-04-02 Jun ¼öÁ¤;
	//¿øº»;
	//background-color: #f4f3f2;	
	//background: transparent url('../images/bg_main.png') repeat left top;
	//¼öÁ¤;
	background-color: #f4f3f2;	
	//background: transparent url('../images/bg_main.png') repeat left top;
}

//2016-04-02 Jun Ãß°¡;
#sonetto_layout2 {
 	color: #444;
	font-family: ³ª´®°íµñ, NanumGothic, 'Nanum Gothic', ¸¼Àº°íµñ, malgun gothic, dotum, gulim, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

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: 980px;
	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: 980px;
		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: 980px;
		//-13 ¿øº» height: 245px;
		height: 214px;
		left: 50%;
		margin-left: -490px;
	}

	.sonetto_gnb .gnb_box h2.gnb_image {
		display: none;
		position: absolute;
		top: 46px;
		left: 0;
   	width: 230px;
		//-13 ¿øº» height: 199px;
		height: 168px;
		overflow: hidden;
		background-color: #f1f1f1;
		background: url('../images/gnb_bg_h2.jpg') no-repeat left top;
		//2016-04-02 Jun ¼öÁ¤;
		//¿øº»;
		//border-left: 1px solid #d1d1d1;
		//border-right: 1px solid #d1d1d1;		
		//¼öÁ¤;
		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;
		 //2016-04-02 Jun ¼öÁ¤;
		//¿øº»;
		//text-transform: uppercase;
		//¼öÁ¤;
		//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: 980px;
	//2016-04-02 Jun ¼öÁ¤;
	//¿øº»;
	//margin: 30px auto;
	//min-height: 400px;
	//¼öÁ¤;
	margin: 20px auto;
	min-height: 100px;
	position: relative;
}

.sonetto_content {
	margin: 0;
	padding: 0;
}

.sonetto_sub_body {
	width: 930px;
	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: 27px;
		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;
}
