@charset "utf-8";

/* Header */
#header{
	position: fixed;
	width: 100%;
	min-width: 1055px;
	height: 90px;
	top: 0;
	left: 0;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	z-index: 1000
}
#header > h1.logo > a{
	display: inline-block;
	width: 90px;
	padding: 15px 0 15px 20px;
	vertical-align: middle
}
#header > h1.logo > span{
	display: inline-block;
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	top: 3px;
	margin-left: 12px;
	vertical-align: middle
}
#header > dl{
	position: absolute;
	top: 16px;
	right: 20px;
	height: 24px;
	z-index: 1
}
#header > dl > dt{
	height: 0;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999em
}
#header > dl > dd{
	float: left;
	height: 24px;
	margin-left: 5px;
	line-height: 24px;
	color: #222
}
#header > dl > dd.id{
	margin-right: 18px
}
#header > dl > dd.id > b{
	color: #000;
	letter-spacing: -1px
}
#header  > dl > dd > a{
	display: block;
	min-width: 60px;
    height: 22px;
	text-align: center;
    padding: 0 12px;
    font-weight: bold;
    line-height: 22px;
    color: #222;
    border: 1px solid #222;
}

/* gnb */
#header #gnb{
	position: relative;
	border-top: 1px solid #aaa;
	background-color: #ebebeb
}
#header #gnb > ul{
	width: 100%;
	min-width: 1280px
}
#header #gnb > ul > li{
	float: left;
}
#header #gnb > ul > li a{
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 0 19px
}
#header #gnb > ul > li.active a,
#header #gnb > ul > li a:hover,
#header #gnb > ul > li a:focus{
	color: #fff;
	background-color: #9090c4
}
#header #gnb .etc_btn{
	display: block;
	position: absolute;
	top: 5px;
	right: 20px;
	min-width: 60px;
    height: 22px;
	text-align: center;
    padding: 0 12px;
    font-weight: bold;
    line-height: 22px;
    color: #222;
    border: 1px solid #222;
	background-color: #fff
}

/* Left Snb */
#leftGnb{
	position: fixed;
	width: 216px;
	height: 100%;
	top: 91px;
	left: 0;
	background-color: #2f353b;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1010
}
#leftGnb .left_logo{
	height: 93px;
    overflow: hidden;
}
#leftGnb .left_logo > a{
	display: block;
	height: 100%;
}
#leftGnb .left_logo > a > div{
	padding-top: 16px;
	font-size: 20px;
	font-weight: 600;
	color: #d2d2d2;
	text-align: center;
}
#leftGnb .left_logo > a > p{
	width: 128px;
	height: 22px;
	margin: 8px auto 0;
	font-family: Arial,'돋움',Dotum;
	font-size: 13px;
	font-weight: bold;
	color: #959595;
	text-align: center;
	line-height: 22px;
	border: 1px solid #62656b
}
#leftGnb .depth2_title{
	text-align: center;
	color: #edc700;
	font-size: 16px;
	font-weight: bold;
	background-color: #222;
	padding: 25px 0
}
#leftGnb .gnb_sidebar{
	margin-bottom: 140px;
	border-top: 1px solid #414247
}
#leftGnb .gnb_sidebar > li{
	border-bottom: 1px solid #414247;
	position: relative;
}
#leftGnb .gnb_sidebar > li > a{
	display: block;
	font-size: 14px;
	padding: 14px 13px 14px 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #414247;
}
#leftGnb .gnb_sidebar > li > a:hover > span:first-child,
#leftGnb .gnb_sidebar > li > a:focus > span:first-child,
#leftGnb .sub_menu > li > a:hover > span:first-child,
#leftGnb .sub_menu > li > a:focus > span:first-child,
#leftGnb .xsmall_menu > li > a:hover > span:first-child,
#leftGnb .xsmall_menu > li > a:focus > span:first-child{
	text-decoration: underline;
}
#leftGnb .gnb_sidebar > li.active,
#leftGnb .gnb_sidebar > li.open{
	background-color: #9090c4;
}
#leftGnb .gnb_sidebar > li.active > a,
#leftGnb .gnb_sidebar > li.open > a{
	border-bottom: 1px solid #8383b2
}
#leftGnb .gnb_sidebar > li.active > .sub_menu{
	display: block;
}
#leftGnb .gnb_sidebar > li > a > span.arrow{
	color: #fff;
}
#leftGnb .gnb_sidebar > li > a > span.arrow:after{
	content: '+';
	float: right;
	display: inline;
	margin: -1px 5px 0 0;
	font-size: 16px;
	height: auto;
	font-weight: 300;
	color: #fff
}
#leftGnb .gnb_sidebar > li.active > a > span.arrow:after,
#leftGnb .gnb_sidebar > li.open > a > span.arrow:after{
	content: '-';
	font-size: 25px;
	margin: -10px 5px 0 0
}
#leftGnb .sub_menu{
	display: none;
	background-color: #8383b2
}
#leftGnb .sub_menu > li > a{
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 11px 0 11px 22px;
	color: #fff;
	background: url('../images/bullet03.gif') no-repeat 14px 16px
}
#leftGnb .xsmall_menu{
	padding-bottom: 10px;
	padding-left: 30px;
}
#leftGnb .xsmall_menu > li > a{
	display: block;
	margin: 0;
	padding: 5px 0 5px 8px;
	font-size: 11px;
	color: #fff;
	background: url('../images/bullet02.gif') no-repeat 0 9px
}
#leftGnb .xsmall_menu > li.active > a{
	font-weight: bold;
	color: #fff;
}
#leftGnb .sub_menu > li:hover,
#leftGnb .sub_menu > li:focus{
	background-color: #73739c
}

/* 메인 콘텐츠 */
.main_left{
	float: left;
	width: 49%
}
.main_right{
	float: right;
	width: 49%
}
.main_title_wrap{
	position: relative;
}
.main_title_wrap h3{
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding-bottom: 5px
}
.main_title_wrap .a_link{
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}
.main_sec .btn1 {
	padding: 0 8px
}
.main_sec .data_area{
	margin-top: 20px
}
.main_sec h4.lab1 {
	margin: 18px 0 0;
	padding-bottom: 5px
}

/*콘텐츠 탭 */
.con_tab ul {
	height: 39px;
	border-bottom: 1px solid #b1b1b1
}
.con_tab ul:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.con_tab li {
	float: left;
	height: 39px;
	margin-right: 5px
}
.con_tab li a{
	display: table;
	min-width: 90px;
	height: 39px;
	color: #666;
	text-align: center;
	font-weight: 600;
	background-color: #f5f5f5;
	padding: 0 20px;
}
.con_tab li a span{
	display: table-cell;
	height: 14px;
	font-size: 14px;
	vertical-align: middle;
}
.con_tab li.active a{
	color: #fff;
	background-color: #778aaf;
}

/* 콘텐츠 영역 */
#contentArea{
	position: relative;
	width: auto;
	min-width: 1040px;
	margin: 0 12px 0 240px;
	padding: 130px 0 50px;
	z-index: 1;
	overflow: hidden;
	zoom: 1
}
#contentArea > h3{
	position: relative;
	height: 28px;
	padding-top: 5px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #999;
}
#contentArea > h3.sub_title1:before{
	content:'■';
	color: #edc700;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top
}
.maplocation{
	position: absolute;
	height: 14px;
	top: 140px;
	right: 0;
	font-size: 13px;
	line-height: 14px;
	color: #888;
	z-index: 10
}
.maplocation .home{
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	margin: -2px 4px 0 0
}
.brd_p{
	padding: 8px 10px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
}
.brd_p2{
	padding: 10px 8px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
}
.brd_info{
	margin-bottom: 8px
}
.brd_info .btn_wrap{
	padding: 0
}
.tit_sml{
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
.tit_sml .in_txt{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.sub_tit_wrap{
	position:relative;
}
.sub_tit_wrap .right_txt{
	position:absolute;
	right:0;
	bottom:0;
}
.gridbox{
	background-color: #fff;
	border: 1px solid #999;
}
table.adm_tbl1 tbody th{
	font-weight: bold;
	text-align: center;
	background-color: #bdbdbd;
}
table.adm_tbl1 tbody th,
table.adm_tbl1 tbody td{
	padding: 7px 5px;
}
table.adm_tbl1 tbody th{
	color: #fff;
	border-top: 1px solid #fff;
}
table.adm_tbl1 tbody td{
	border-top: 1px solid #999;
}
table.adm_tbl1 tbody tr:first-of-type th,
table.adm_tbl1 tbody tr:first-of-type td{
	border-top: 0
}
table.adm_tbl1 .attbullet{
	color: #ffeb0c
}
table.adm_tbl2 thead th,
table.adm_tbl2 thead td{
	color: #fff;
	padding: 10px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #bdbdbd;
	line-height:1.4
}
table.adm_tbl2 tbody td{
	padding: 8px 4px;
	background-color: #fff;
}
table.adm_tbl2 th,
table.adm_tbl2 td{
	border-left: 1px solid #999;
}
table.adm_tbl2 thead th,
table.adm_tbl2 thead td{
	border-left: 1px solid #fff;
}
table.adm_tbl2 tbody th,
table.adm_tbl2 tbody td{
	border-top: 1px solid #999;
	line-height: 1.5
}
table.adm_tbl2 tr th:first-of-type,
table.adm_tbl2 tr td:first-of-type{
	border-left: none;
}
table.adm_tbl2 tbody tr:first-of-type th,
table.adm_tbl2 tbody tr:first-of-type td{
	border-top: none;
}
table.adm_tbl2 tbody tr:hover th,
table.adm_tbl2 tbody tr:focus th,
table.adm_tbl2 tbody tr:hover td,
table.adm_tbl2 tbody tr:focus td{
	background-color: #f0f5f7;
}
table.adm_tbl1 tbody td a,
table.adm_tbl2 tbody td a{
	color: #5288a7
}
table.adm_tbl1 tbody td a:hover,
table.adm_tbl1 tbody td a:focus,
table.adm_tbl2 tbody td a:hover,
table.adm_tbl2 tbody td a:focus{
	text-decoration: underline
}
table.adm_tbl1 tfoot th,
table.adm_tbl2 tfoot th{
	font-weight: bold;
}
table.adm_tbl1 tfoot th,
table.adm_tbl1 tfoot td,
table.adm_tbl2 tfoot th,
table.adm_tbl2 tfoot td,
table.adm_tbl3 tfoot th,
table.adm_tbl3 tfoot td{
	border-top:1px solid #5270b0;
	padding: 7px 5px;
	background-color: #e4e9f3;
	line-height:1.4
}
table.adm_tbl1 thead .bor-left,
table.adm_tbl2 thead .bor-left{
	border-left: 1px solid #fff !important;
}
table.adm_tbl1 thead .bor-bot,
table.adm_tbl2 thead .bor-bot{
	border-bottom: 1px solid #fff !important;
}
table.adm_tbl1 tbody .bor-left,
table.adm_tbl2 tbody .bor-left,
table.adm_tbl1 tfoot .bor-left,
table.adm_tbl2 tfoot .bor-left,
table.adm_tbl3 tfoot .bor-left{
	border-left: 1px solid #999 !important;
}
table.adm_tbl3 tbody .bor-top{
	border-top: 1px solid #fff !important;
}
table.adm_tbl3 tbody .bor-left{
	border-left: 1px solid #fff !important;
}
table.adm_tbl3 thead th{
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #999;
	border-left:1px solid #fff;
	padding: 7px 5px;
}
table.adm_tbl3 tr th:first-of-type,
table.adm_tbl3 tr td:first-of-type{
	border-left: none;
}
table.adm_tbl3 tbody th{
	font-weight: bold;
	text-align: center;
	background-color: #bbb;
}
table.adm_tbl3 th,
table.adm_tbl3 td{
	border-left: 1px solid #999;
}
table.adm_tbl3 tbody th,
table.adm_tbl3 tbody td{
	padding: 7px 5px;
}
table.adm_tbl3 tbody th{
	color: #fff;
	border-top: 1px solid #fff;
}
table.adm_tbl3 tbody td{
	border-top: 1px solid #999;
}
table.adm_tbl3 tbody tr:first-of-type th,
table.adm_tbl3 tbody tr:first-of-type td{
	border-top: 0
}
.attbullet{
	font-size: 11px;
	color: #e6424e
}
.total_numof{
	margin-top: 8px;
	font-size: 12px;
	color: #a8a8a8
}
.f_l .total_numof{
	margin-top: 12px
}
.total_numof > span + span{
	margin-left: 10px
}
.up_report,
.up_report > em{
	display: inline-block;
	vertical-align: middle;
}
.up_report{
	margin-right: 12px
}
.up_report i{
	font-style: normal
}
.up_report .upname{
	font-size: 11px;
	color: #0689e4;
	text-decoration: underline
}
.up_report button{
	width: 15px;
	height: 15px
}
.bullet_list1 > li{
	padding-left: 7px;
	margin-top: 5px;
	background: url('../images/bullet05.gif') no-repeat 0 6px
}
.bullet_list1 > li:first-of-type{
	margin-top: 0
}
.partition_left1{
	padding: 0 10px;
	background: url('../images/partiton1.gif') no-repeat left center
}

.gridbox .feed_article .title{
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top:20px;
}
.gridbox .feed_article .feed_contents{
	margin:10px 0 0 0;
}
.gridbox .feed_article .feed_contents p{
	margin-top:5px;
}
.price_list{
	width:100%;
	overflow:hidden;
}
.price_list li{
	width: 33.3333333%;
	float: left;
	margin-bottom: 10px;
}
.price_list li a{
	display: block;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.price_list li .item{
	width: 97%;
	margin: 0 auto
}
.price_list .prdthumb{
	border:1px solid #ccc;
}
.price_list .prdthumfo{
	border:1px solid #ccc;
	border-top:none;
	padding-top:5px;
}
.price_list .prdthumfo p{
	margin:0 0 5px 5px;
}
.price_list li img{
	width:100%;
}
.title_bor_wrap {position:relative; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-bottom:10px; padding:10px 0;}
.title_bor_wrap .tit_sml {display:inline;}


/* 팝업 */
.pop_wrapper{
	display: none;
	width: 100%;
	background-color: #fff
}
.pop_wrapper.pop_wid1{
	width: 500px
}
.pop_wrapper > h4{
	position: relative;
	height: 30px;
	padding: 0 48px 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	background-color: #0066b3
}
.pop_wrapper a.pop_close{
	position: absolute;
	top: 9px;
	right: 10px;
	z-index: 20;
}
.pop_wrapper .pop_outline{
	position: relative;
	padding: 10px 16px;
	border: 2px solid #0066b3
}
.pop_wrapper .poptext1{
	line-height: 1.5
}
.pop_wrapper .poptext2{
	font-size: 11px;
}

.pop_wrap{
	display: none;
	position: relative
}
.pop_width1{
	width: 560px;
	background-color: #fff
}
.pop_width2{
	width: 950px;
	background-color: #fff
}
.pop_sect1{
	padding: 20px;
}
.pop_sect2{
	padding: 30px 20px 20px;
}
.pop_sect3{
	padding: 45px 20px 20px;
}
.pop_wrap .popbtn_close{
	position: absolute;
	width: 37px;
	height: 37px;
	top: 0;
	right: 0;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 5
}
.pop_wrap .popbtn_close:after{
	content: '×';
	display: block;
	height: 37px;
	line-height: 32px;
	text-align: center;
	color: #999;
	text-indent: 0;
	font-size: 30px;
	font-weight: 300
}
.pop_tment1{
	font-size: 13px
}

#header > dl:after,
#gnb > ul:after,
.price_list:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden
}