@charset "UTF-8";

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

html{color:#000;background:#fff;margin:0;padding:0;height:100%}
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;
	}

a {	text-decoration: none;}

#sonetto_layout a:hover, #sonetto_layout a:focus {

}

.sonetto_clearfix {
	clear: both;
}

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

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

.sonetto_header_wrap {
	position: relative;
	height:105px;
	background-color: #e8e8e8;
	margin:0px 0px 0px 0px;
}

.gnb_shadow {
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 3px;
	z-index: 98;
}

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


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

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


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

/* main-menu setting */

.mainmenu-menu li {list-style: none;z-index: 10000;}
.mainmenu-menu li a {text-decoration: none;}
.mainmenu-menu li a:hover,

.mainmenu-menu li ul li a:hover  {
background: #000; 
opacity: 0.5;
-webkit-transition-property:color, background; 
-webkit-transition-duration: 0.5s, 0.5s; 
-webkit-transition-timing-function: linear, ease-out;
}


.mainmenu-menu .depth1 { display: block; height: 38px;margin:0px;}
.mainmenu-menu .depth1 > li {width: 190px; height: 38px; top:6px; float: left; position: relative; text-align: center; }

.mainmenu-menu .depth1 > li:after {  content: ""; display: block; clear: both;}
.mainmenu-menu .depth1 > li a { display:block; height: 38px; font-size: 18px; line-height: 38px;
    font-family: '나눔바른고딕', NanumBarunGothic, nbg_bold, '나눔고딕', NanumGothic, dotum, gulim, sans-serif;
    color: #fff;
}
.mainmenu-menu .depth1 li a img {vertical-align:middle;}
.mainmenu-menu .depth2 {
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
	opacity: 0.9;
    display: none;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}


.mainmenu-menu .depth2 li {
    float: none;
    background: #fff;
    width: 188px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainmenu-menu .depth2 li:first-child {
    border-top: 1px solid #e6e6e6;
}

.mainmenu-menu .depth2 li a {
	 display: block;
	 padding-left: 14px;
	 padding-right: 14px;
	 height:42px;
    line-height: 32px;
    font-weight: normal;
    font-size: 14px;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    color: #777;
}

.mainmenu-menu .depth2 > li:hover > a {
	color:#fff;
    font-weight: bold;
}

.mainmenu-menu .depth2 .arrow-right {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
}

.mainmenu-menu .depth3 {
    position: absolute;
    left: 119px;
    top: -1px;
    background: #fff;
    display: none;

}

.mainmenu-menu .depth3 li a {
	    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    color: #585858;
}

.mainmenu-menu .depth3 > li:hover > a {
	color:#fff;
    font-weight: bold;
}

.mainmenu-menu .depth1 > li:hover > a .arrow-up {
    position: absolute;
    left: 54px;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #fff;
    z-index: 12000;
}

.mainmenu-menu .depth1 > li:hover > a .arrow-up-back {
    position: absolute;
    left: 52px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #e6e6e6;
}


	/* ---------------------------------
		02-5. 헤더 회원메뉴, SNS 
	--------------------------------- */
	
	.sonetto_member {
		float: right;
		margin: 40px 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 {
	top:20px;
	width: 1400px;
	margin: 0px auto;
	height:100%;
	min-height: 400px;
	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;
	
	width: 1110px;
	float: right;
	min-height: 400px;
	background-color: #fff;
}


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

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

.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: left;
	padding-left: 30px;
	position: relative;
}


		/* ---------------------------
		04-1. 푸터메뉴 
	--------------------------- */
	
	.sonetto_footer_menu {
		height: 12px;
		margin: 3px 0px 14px 130px;

	}
	
	.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-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;
		top:10px;
	}
	
	.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: 250px;
	float: left;
	min-height: 250px;
	background-color: #fff;	
	padding-bottom: 70px;
}

.sonetto_sidebar .sidebar_top_img {
	width: 250px;
	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: 13px;
		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;
		margin-left:0px;
	}
	
	.sonetto_content_header .page_tit span {
		display: none;
		font-size: 30px;
		font-weight: 600;
		color: #ddd;
	}	
	
	.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: #aa4a30;
	}	
	
	.sonetto_content_header .page_subtit span.lc_fix {
		display: block;
	}
	

	.page_sbtit {
		font-size: 25px;
		color: #056674;
		font-weight: 600;
		border-bottom:1px solid #ddd;
		margin:-60px 0px 10px 0px;
		padding:15px 0px 15px 0px;
	}