﻿@charset "utf-8";
/* CSS Document */

/* LEFT-MENU + BODY */
.content-section {
width:1098px; /*왼쪽, 오른쪽 border 2px 빠짐*/
height:auto;
margin: 0 auto 0 auto;
border-width: 0 1px 0 1px;
border-style: solid;
border-color: #cccccc;
background-color:#ffffff;
}

/* LEFT MENU */
.content-section .left-area {
width:204px;
height:700px;
float:left;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #cccccc;
}
.content-section .left-area .left_ttl {
width:204px;
height:148px;
float:left;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #cccccc;
}

/* BODY */
.content-section .right-area {
width:893px;
height:auto;
float:left;
border:none;
overflow:hidden;
}

/* BODY 상단 */
.right-area .con_sub_box {
height:30px;
padding:10px 10px 0 0;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #cccccc;
}
.right-area .con_sub_box .pos{
margin:0 10px 0 0;
float:right;
display:inline;
}
.right-area .con_sub_box .pos .first{
margin-left:20px;
}
.right-area .con_sub_box .pos li{
padding:3px 0 3px 0px;
margin-left:5px;
float:left;
display:inline;
}
.right-area .con_sub_box .pos li span{
margin:0 3px 0 8px;
font-weight:bold;
font-size:11px;
color:#707070;
}
.right-area .con_sub_box .pos{
color:#707070;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
font-size:11px;
letter-spacing:-0.01em;
list-style:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:left;
background:url(../img/home.gif) 0px 4px no-repeat;
}

/* BODY 하단 */
.mem_cts{
width:100%;
height:400px;
line-height:1em;
padding-bottom:15px;
padding-left:0%;
padding-top:20px;
padding-bottom:26px;
float:left;
display:inline;
min-height:400px;
border:none;
}
.mem_cts .right_member li{
float:left;
margin-top:30px;
margin-left:12px;
margin-right:12px;
list-style:none;
}
.mem_cts .right_member .members_ad{
margin-left:9px;
}
.mem_cts .right_member .members_ch{
margin-left:7px;
}
.mcts_first{
width:100%;
margin:22px 0 0 20px;
text-align:left;
color:#333333;
padding-left:21px;
font-size:13px;
font-family:"나눔고딕", Arial, "Arial Black", SansSerif, sans-serif, "나눔고딕 ExtraBold", "돋움";
line-height:1.5em;
font-weight:bold;
float:left;
background:url(../img/bul_arrow_first.gif) 0 5px no-repeat;
background-color:transparent;
background-attachment:scroll;
}
.mcts_first span{
color:#005c6d;
}
