@charset "utf-8";
/*
* 커뮤니티 - 온라인 상담 - 게시물 쓰기
*/
/* base */
.blind { position: absolute; left:-9999px; font-size:0;  }

.snb { 
position: fixed; 
left:0; top:333px; 
z-index:100; 
}
.snb .title_box { 
background:url(../images/title_snb.png) no-repeat; 
width:264px; height:90px; 
}
.snb .title_box h2 { 
color:#fff; 
font-size:2em;
margin-left:50px; 
line-height:90px;  
letter-spacing:-1px;
}
.snb ul li a { 
display: block; 
width:205px; height:40px; 
line-height:40px;  
padding-left:50px; 
margin-top:2px; 
background:#fff; 
color: #908577; 
font-size:14px; 
font-weight:bold;  
border-right:2px solid #fff;
}
.snb ul li a:focus { 
text-decoration: none;
}
.snb ul li a.on2 { 
background:#eee; 
border-right:2px solid #908577;  
}
/*
.snb ul li a.on2 { 
background:#f2f0f1; 
border-right:2px solid #8d6147;  
}
*/
.snb .fix_banner { 
display: block;
width:205px; height:90px; 
background:#98938d; 
padding:22px 10px; 
margin-top:3px; 
}

.snb .fb_t {
margin-top:1px;
}
.snb .fix_banner img { 
border-right:1px solid #bcad9c;  
}
.snb .fix_banner p { 
display: inline-block; 
color: #fff; 
font-size:14px; 
line-height:24px; 
margin-left:8px;  
}
.snb .fix_banner .fix_ban_txt {
letter-spacing:-1px;
}

#sub1_content,
#sub_content { 
/*margin-top:240px; */
padding-top:240px;
width:100%; 
}

#sub1_content .intro1,
#sub_content .board1 { 
margin:0 auto; 
width:1208px; 
}
#sub1_content .intro1 h2,
#sub_content .board1 h2 { 
text-align: center; 
margin-bottom:38px;  
}





/*
* media query START
*/
@media all and (min-width:1024px) and (max-width:1600px){
.snb {
top:276px;
}

.snb .title_box { 
background-size:100%;
width:220px; height:74px;
/*width:136%;*/ /*height:110%;*/
}
.snb .title_box h2 { 
font-size:1.9em;
margin-left:40px; 
line-height:76px;  
}
.snb ul li a { 
width:172px; 
line-height:40px;  
padding-left:40px; 
margin-top:2px; 
font-size:13px; 
}


.snb .fix_banner { 
width:172px; 
height:100%;
padding:14px 10px; 
}
.snb .fix_banner img { 
width:21%; 
vertical-align:center; 
margin-top:5px;  
}
.snb .fix_banner p { 
display: inline-block; 
color: #fff; 
font-size:13px; 
line-height:22px; 
margin-left:0px;  
width:76%;
}
.snb .fix_banner .fix_ban_txt {
letter-spacing:-1.4px;
}


#sub1_content,
#sub_content {
/*margin-top:210px; */
padding-top:210px;
}

#sub1_content .intro1,
#sub_content .board1 { 
width:60%; 
}
#sub1_content .intro1 h2, 
#sub_content .board1 h2 {
margin-bottom:28px;
}
#sub1_content .intro1 h2 img,
#sub_content .board1 h2 img { 
width:50%;
}


}

