@charset "utf-8";

/* 
 * topmenu
 */
@font-face {
	font-family: 'NanumGothic-ExtraBold';
	src: url('../images/NanumGothic-ExtraBold.eot');
	src: local('☺'), url('../images/NanumGothic-ExtraBold.woff') format('woff'), url('../images/NanumGothic-ExtraBold.ttf') format('truetype');
}
/*
 * main header
 */

#header {
	background-color: #fff;
/* 	float: left; */
	width: 100%;
	position: relative;
	 
	
}
#navMenu {
	background-color: #fff;
	float: left;
	width: 100%;
	display: inline-block;
	background:url(../images/nav-bg.png) repeat-x;
	height: 55px;
	
	
}
#navMenu .topMenu_logo {
	float: left;
	display: inline-block;
}
div#menu {
    height:55px;
    float: left;
    position: absolute;
    margin-left:180px;    
}
div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;   
}
div#menu li {
    position: relative;
    z-index: 700;
    margin: 0;
    padding: 0;
    display: block;
    float: left;   
}
div#menu .menu {
	width: 1080px;
	display: inline-table;
	
}
div#menu li .parent {
	width: 180px;
}
div#menu li:hover > ul {
	left: -2px;
}

div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	top: 52px;
	left: 0px;
	width: 180px;
	z-index:700;
	visibility: hidden;
	padding: 0 0 9px 9px;
	margin: 0 0 0 -9px;
}
/* menu::마지막 고객센터 class */
div#menu li div.last {
	list-style: none;
	float: left;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 180px;
	z-index:700;
	visibility: hidden;
	padding: 0px 0px 9px 7px;
	margin: 0px 0px 0px -9px;
}
div#menu li:hover>div {
    visibility: visible;
}
div#menu li.current a {}

/*
 *  menu::level1 
 */

div#menu a {
	position: relative;
	z-index: 700;
	/*height: 55px;*/
	display: block;
	float: left;
	line-height: 52px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'NanumGothic-ExtraBold';
	text-align: center;
}
div#menu a:hover {
	z-index: 700;
	float: left;
	text-decoration: none;
	color: #fff;
	/*height: 55px;*/
	background-color: #767676;
	
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3); 
}
div#menu span {
	padding-top: 22px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
div#menu ul a:hover span {
	color: #353535;
}
div#menu li {
	background: url(../images/nav_separator.png) top left no-repeat;
}
div#menu li.last span {
	background: url(../images/nav_separator.png) top right no-repeat;
	padding: 18px 10px 16px 0;
}

/* 
 * menu::level2 
 * 
 */
div#menu ul ul {
	z-index:700;
	padding: 0;
	margin-top: 0px;
	color: #fff;
	background-color: #696b70;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
div#menu ul ul li {
	border-top: 1px solid #919191;
	padding: 15px 0px 1px 0px;
	z-index: 9;
	height: 33px;	
}

div#menu ul ul a {
    width: 160px;
	 float: none;
    display: block;
    background:none;
    z-index: 700;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;	
    padding: 0px 10px 0px 10px;
    margin-top: -16px;  
}
div#menu ul ul a span {
	 padding: 0px 10px 0px 10px;
    color: #fff;
    font-weight:normal;
    text-transform: none;
    background:none;
    font-size: 14px;
}
div#menu ul ul a:hover {
     width: 160px;
	 float: none;
    display: block;
    background:#51aad0;
    z-index:700;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;	
    padding: 0px 10px 0px 10px;
    margin-top: -16px;  
}
div#menu ul ul a:hover span {
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-weight:normal;
    text-transform: none;
    background:none;
}

div#menu ul ul a.arrow {
     width: 160px;
	 float: none;
    display: block;
    background:none;
    z-index:700;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;	
    padding: 0px 10px 0px 10px;
    margin-top: -16px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position:right center;  
}

div#menu ul ul a.arrow:hover {
     width: 160px;
	 float: none;
    display: block;
    background:#51aad0;
    z-index:700;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;	
    padding: 0px 10px 0px 10px;
    margin-top: -16px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position:right center;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* 
 * menu::level3 
 */

div#menu ul ul div {
	width: 180px;
	margin: -53px 0px 0px 171px !important;
	height: auto;
}
div#menu ul ul ul {
	z-index: 700;
	padding: 0;
	margin-top: 0px;
	color: #fff;
	background-color: #7e7e7e;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}
 /*
  * TOP INFO  
  * 
  */

#topInfo {
	clear: both;
	height: 39px;
	border-bottom: 2px solid #60cbf8;
	background-image: url("../images/infobg.png");
	width: 100%;
}
#topInfo fieldset {
	padding: 3px 0px 0px 0px;
	float: left;
	display: inline-block;
}

#topInfo .info_left{
	float: right;
	padding-right: 10px;
	padding-top: 2px;
	display: inline-block;
}
#topInfo .info_left ul {
	display: inline-block;
	
}
#topInfo .info_left ul li{
	display: inline-block;
	
}

#topInfo .info_left ul li label{
	display: inline-block;
	
	font-weight: normal;
	
	
}



/* 
 * login
 */
#page_wrapper {
	margin: 0 auto;
	width: 100%;
}

#login_header {
	background-color: #fff;
	width: 100%
}
#login_wrapper {
	height: 370px;
	background-image: url("../images/loginTopbg.png");
}
#login_wrapper p.login_topimg {
	background-repeat: no-repeat;
	text-align: center;
}
#loginContent {
	background-color: #fff;
	width: 100%;
}
#loginbox {
	margin: 0 auto;
	width: 380px;	
}
.loginin {
	display: block;
	width: 300px;
	margin-left: 50px;
	position: relative;
	padding-top: 40px;
}
.loginincheck{
	display: block;
	width: 370px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 5px 50px;
}
.input_login {
	color: rgb(151, 151, 151);
	border: 1px solid #d6d6d6;
	height: 23px;
	width: 200px;
	padding:5px 5px;
	font-size: 14px;
	margin-top: 8px;
	background: #f3f3f3;
}
.logbtn{
	padding: 15px 50px;
	position: absolute;
	top:50px;
	right:3px;
	height: 75px;
	width: 80px;
	
}
.loginGuide{
	margin: 0 auto;
	width: 370px;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 50px;
	display: inline-block;
}
.loginGuide .logtext{
	line-height: 12px;
	display: inline-block;
	padding-top: 15px;
	
}


/*
 * footer
 */

div#footer_s {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	color: #8d8d8d;
	padding-top: 5px;
	text-align: center;
	font-size: 9px;
}
div#footer_s p {
	text-align: center;
	font-size: 11px;
	line-height:15px;
}
div#footer_s p.adress {
	padding-top:10px;
	text-align: center;
	font-size: 12px;
	line-height:5px;
}
div#footer_s p.copy {
	text-align: center;
	font-size: 10px;
	line-height:5px;
}


/* 
 * 
 * search box 
 * 
 * */
.searchStyle2{
    padding:5px 20px 5px 20px;
    margin:0px 0px 10px 0px;
    border: 1px solid #65a0d7;
    background-color:#ebf5ff ;
}


/* 검색조건테이블 */

.searchTableWrap/*검색테이블 전체 td td(table이들어감)td*/{
    padding: 0px 0px 0px 0px;
    width: 100%;
    
}

/*검색조회 테이블 배경 위드값 100% 이고 컨텐츠는 920px */

.pannel_outline {
border-bottom: 1px solid #D5D5D5;
border-top: 1px solid #999999;
background-color:#fff;
text-align: left;
}
.pannel_outline_2 {
border: 1px solid #5bc0de;
background-color:#fff;
text-align: left;
background-color:#f7fcff; 
display: none;
}
.pannel_outline_Dialog {
border-bottom: 1px solid #e3e3e3;
border-top: 2px solid #e3e3e3;
border-left:1px solid #f1f1f1;
background-color:#fff;
text-align: left;
display: inline-block;
width: 100%;
}


.pannel_outline_s2{
border-bottom: 1px solid #e3e3e3;
border-top: 2px solid #e3e3e3;
border-left:1px solid #f1f1f1;
background-color:#fff;
text-align: left;
display: inline-block;
width: 100%;
margin-top: 10px;
}


.modaloutlines{
	font-size: 14px;
	line-height: 24px;
	overflow:auto;
	height:400px;
	
}

.searchTableContents/*검색테이블 안 div width:920 version */{
    border-collapse: collapse;  
    min-width: 980px;
}

.searchTableContents tr td/*검색테이블 안 div width:920 version */{
    padding:3px;
}
.searchTableContents_2/*검색테이블 안  width 사이즈 100% */{
    border-collapse: collapse;  
    width: 100%;
}

.search-tdTitltop {
font-size: 13px;
color: rgb(68, 68, 68);
text-align: center;
font-weight: bold;
background-color: #fff2f2;
padding-right: 5px;
padding-top: 7px;
padding-bottom: 7px;
height: 20px;
width:120px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.search-tdTitle {
font-size: 13px;
color: rgb(68, 68, 68);
text-align: right;
font-weight: bold;
background-color: rgb(247, 247, 247);
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width:120px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.search-tdValue {
font-size: 13px;
color: rgb(68, 68, 68);
text-align: left;
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}


/*테이블 스타일이 2가지 td가 들어갈때   */

.search-tdTitle2 {
font-size: 9pt;
font-weight: bold;
color: rgb(68, 68, 68);
text-align: right;
background-color: rgb(247, 247, 247);
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 24px;
width: 180px;
border-right: 1px solid #D5D5D5;
border-bottom: 1px solid #ebebeb;
}
.search-tdValue2 {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: left;
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 425px;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}

/*테이블 스타일이 3가지 td가 들어갈때   */
.search-tdTitle3 {
font-size: 9pt;
font-weight: bold;
color: rgb(68, 68, 68);
text-align: right;
background-color: rgb(247, 247, 247);
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 150px;
border-right: 0px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.search-tdValue3 {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: left;
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 250px;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}
/*테이블 스타일이 4가지 td가 들어갈때   */
.search-tdTitle4 {
font-size: 13px;
font-weight: bold;
font-weight: bold;
color: rgb(68, 68, 68);
text-align: right;
background-color: #f5f5f5;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 110px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.search-tdValue4 {
font-size: 13px;
color: rgb(68, 68, 68);
text-align: left;
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 0px;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}
/*테이블 스타일이 4가지 td가 들어갈때   */
.search-tdTitle5 {
font-size: 13px;
font-weight: bold;
font-weight: bold;
color: rgb(68, 68, 68);
text-align: right;
background-color: #eaf7ff;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 100px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #dceef9;
}
.search-tdValue5 {
font-size: 13px;
color: rgb(68, 68, 68);
text-align: left;
background-color: #f7fcff;
padding-right: 5px;
padding-left: 5px;
padding-top:4px;
padding-bottom: 4px;
height: 20px;
width: 180px;
border-bottom: 1px solid #dceef9;
border-right: 1px solid #f1f1f1;
}








/************ 메인 페이지  */
#pageMain {
 text-align: center;
 height: 800px;
 display: inline-block;
} 
.noticeWrap {
    width: 500px;
    display: inline-table;
    border: 1px solid #dddddd;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.noticeWrap thead tr {
    background-image: url(../images/noticeHead.png);
    height: 23px;  
}
.noticeWrap thead tr th {
    border-bottom: 1px solid #dddddd;
    text-align: right;
}
.noticeWrap tbody tr{
  border: 1px solid #f3f3f3;
   height: 15px;   
}
.noticeWrap tbody tr td  {
    text-align: left;
    padding:5px 0px 5px 10px;
    
    
}
.noticeWrap tbody tr td.noticeText {
    text-align: left;
    padding: 5px 0px 5px 20px;
    width: 350px;  
}
.noticeWrap  tbody tr td a{
    color: #727272; 
    font-weight: normal;
}
.noticeWrap  tbody tr td a:hover{
    color: #b2b2b2; 
}
.noticeWrap tbody tr td.noticeDate {
    text-align: right;
    color: #a6a6a6;
    padding: 3px 20px 3px 0px;
    
}

/************ 서브페이지  */
#page_wrap {
    height: 100%;
    min-width: 1270px;
    min-height: 440px;
}


/*검색조회 단*/

#searchContents {
    background-color: #fff;/* 검색테이블 배경 */
    clear: both;

}
#detail_searchContents {
    background-color: #fff;/* 검색테이블 배경 */
    clear: both;
    padding-top: 5px;

}
#controlBar {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding-bottom: 3px; 
	
}
#controlBar2 {
    display: inline-block;
    width: 100%;
    height:25px;

}
#controlBar3 {
    display: inline-block;
    width: 100%;
    height:5px;

}
#controlTitle {
    padding: 15px 0px 0px 20px;
    float: left;
    display: inline-block;
    position: relative;
}
#controlTitle .controlTitleStyle {
    font-size: 14px;
    color: #000;
    font-weight: 800;
    position: absolute;
    top:25px;
    display: inline-block;
    width: 550px;
    
}
#controlTitle2 {/* 오른쪽에 버튼없는 타이틀 스타일 */
    padding:6px 0px 0px 20px;
    float: left;
    display: inline-block;
    position: relative;
    
}
#controltoggle {/* 오른쪽에 버튼없는 타이틀 스타일 */
	padding:0px 0px 0px 20px;
	float: left;
	display: inline-block;
	position: relative;
	
  
}

.controltok{
	float: right;
	padding-right: 20px;
}
#controlTitle2 .controlTitleStyle {
    font-size: 14px;
    color: #000;
    font-weight: 800;
    
    top:2px;
    display: inline-block;
    
}
#controlBtn {
    padding: 9px 20px 5px 20px;
    float: right;
    display: inline-block;
   
}
/*공통코드관리 버튼 위치 */
#controlBtn_2 {
    padding: 9px 5px 5px 5px;
    float: right;   
    display: inline-block;
}



/*검색데이타 리스트 */
#pageContents {
	background-color: #fff;/* 데이터목록 배경 */
	clear: both;
	padding-top:5px;
}
#pageBar {
	width: 100%;
	display: inline-block;
	height: 25px;
	margin-bottom:13px;
}
#pageTitle {
	padding: 15px 0px 0px 20px;
	float: left;
	display: inline-block;
	position: relative;
}

#pageBar_intab {
	width: 100%;
	display: inline-block;
	height: 20px;
	
}
#pageBar_intab .controlTitleStyle {
	font-size: 14px;
	color: #000;
	font-weight: 800;
	
	display: inline-block;
	
}
#pageTitle .controlTitleStyle {
	font-size: 14px;
	color: #000;
	font-weight: 800;
	position: absolute;
	top:20px;
	display: inline-block;
	width: 550px;
}
#pageBtn {
    padding: 9px 20px 5px 20px;
    float: right;     
}

#dialogBar {
	width: 100%;
	display: inline-block;
	height: 25px;
	margin-bottom:15px;
}
#dialogTitle {
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline-block;
	position: relative;
}
#dialogTitle .controlTitleStyle {
	font-size: 14px;
	color: #000;
	font-weight: 800;
	position: absolute;
	top: 18px;
	display: inline-block;
	width: 550px;
}
#dialogBtn{
	padding: 10px 0px 5px 20px;
   float: right; 
   
}
#dialogpageBtn{
	padding: 0px 0px 5px 20px;
   float: right; 
   
}
#totalpay {
	padding: 5px 10px 5px 10px;
	float: left;
	display: inline-block;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	margin-bottom:5px;
	width: 98%;
	
}
.starRed{
	color: red;
	padding-right: 3px;
}
#totalpay .payTitleStyle {
	font-size: 13px;
	color: #000;
	width: 170px;
	display: inline-block;	
}
#totalpay .payTitleStyle2 {
	font-size: 13px;
	color: #000;
	width: 100px;
	display: inline-block;	
}
#totalpay .payTitleStyle3 {
	font-size: 13px;
	color: #000;
	
	display: inline-block;	
}
#totalpay .payprice {
	font-size: 13px;
	color: #000;
	display: inline-block;	
	text-align: right;
	font-weight: bold;
}
#totalpay .paycount {
	font-size: 14px;
	color: #000;
	width: 130px;
	display: inline-block;	
	text-align: right;
	font-weight: bold;
}
#totalpay .paygun{
	font-size: 12px;
	color: #a5a5a5;
	width: 20px;
	display: inline-block;	
	text-align: right;
	
}
#totalpayBtn {
    padding: 5px 0px 5px 0px;
    float: right;     
}

#pageTitle_dialog {
	padding: 15px 0px 5px 0px;
	float: left;
}
#pageBar_dialog {
	width: 100%;
	display: inline-block;
	height: 35px;
	padding-bottom: 5px;
}

#pageBar_dialog .controlTitleStyle {
	font-size: 12px;
	color: #595959;
	font-weight: 800;
}
#pageTitle_dialog_radio {
	padding: 17px 0px 5px 20px;
	float: left;
}

#popBtn {
	width: 100%;
	display: inline-block;
	float: left;
}
.btnDiv {
	float: right;
	padding: 3px 25px 8px 20px;
}
.btnDiv_dialog {
	float: right;
	padding: 10px 0px 10px 20px;
}
.btnDiv_dialog_center {
	text-align: center;
	padding: 10px 0px 10px 20px;
}




/************ 공지사항  */

#content {width:850px;  padding:0px 0px 0px 50px;}
        .header_title{width:100%;;border-bottom: solid 1px #d8d8d8;height:58px;display: inline-table;}
            .con_header{float:left;}
        .contents{padding-top:10px;}
.combo_locate{float:left;padding-top:5px;font-size:12px;color:#666666;height: 30px;}
.combo_locate table{width: 850px;}
.con_locate{float:right;padding-right:10px;font-size:12px;color:#666666}
        
/******공지사항 리스트테이블  */
.bbs{width:850px; text-align:left;display: inline-table; }
.bbs a{color:#616161;font-weight: bold;}
.bbs a:hover{color:#2880d3;cursor: pointer;}

.bbs table{width: 100%;}
.bbs th, .bbs td{text-align:center}

.bbs thead th{height:28px; background-color: #7e7e7e;color: #fff; font-weight: bold;}
.bbs thead tr{width: 850px;}

.bbs tbody td{height:30px; border-bottom:1px dotted #dfdfdf;}

.bbs tbody td.add{text-align: left;}
.bbs tbody td.no{text-align: center;width: 60px;font-weight: bold;color: #7c7c7c}
.bbs tbody td.title{text-align: left;width: 500px;padding-left: 5px;}
.bbs tbody td.writer{text-align:center;width: 100px;}
.bbs tbody td.date{text-align:center;width: 100px;}
.bbs tbody td.click{text-align:center;width: 80px;}
.bbs tbody td.file{text-align: center;width: 50px;}
.bbs tbody td.total{border-bottom:1px solid #fff; text-align:right; padding-right: 20px;}

.bbs tbody td.board_deta_xl{text-align:right;border: none;padding-right: 10px;}
.bbs tbody td.board_deta_in{text-align:left;padding: 10px 10px 30px 10px;border: 1px solid #f3f3f3; }
.bbs tbody td.write{border-bottom:1px solid #fff; text-align:right;cursor: pointer;
    ;padding-top:10px}

/******공지사항 페이징  */
.paging{width: 850px;height: 70px;text-align: center;padding-top: 10px;}
.paging a.pre_end {
width: 24px;
padding: 10px 0 3px 0;
background: url('../images/btn_prev02.gif') no-repeat left 8px;
}
.paging a.next_end {
width: 24px;
padding: 10px 6px 3px 0;
background: url('../images/btn_next02.gif') no-repeat left 8px;
}
.paging a span {
visibility: hidden;
}   
.paging a, .paging strong {
    display: inline-block;
    margin-right: -6px;
    padding: 3px 6px 2px 7px;
    color: rgb(204, 204, 204);
    text-decoration: none !important;
    line-height: normal;
    font: 12px Verdana, Sans-serif;
    background: white url('../images/line_page.gif') no-repeat 0 9px;
}
.paging strong {
font-weight: bold;
color: Fuchsia !important;
text-decoration: underline !important;
}
/******공지사항 셀렉트, 글쓰기 버튼  */
.search_bar{width:100%;margin: 0px auto 0 auto;width: 850px;text-align: center;}

/******공지사항 검색바  */
.search_bar{width: 360px;margin: 0px auto 0 auto;width: 850px;text-align: center;}

/******공지사항 수정페이지 테이블  */
.bbs_f{width:100%; margin:0 auto; text-align:left;}
.bbs_f a{color:#616161;font-weight: bold;}
.bbs_f a:hover{color:#bfbfbf}
.bbs_f table{border: solid 0px #e2e2e2;margin-top:10px; border-collapse: collapse;display: inline-table;  }
.bbs_f th, .bbs td{text-align:center}
.bbs_f tbody td{height:28px;}


.bbs_f_btn{width:500px;float: right;padding-top:20px;}

.tmpTitle {
    font-size:12px;
    color:#FFFFFF;
    background-color:#8b8b8b;
    padding-left:5px;
    font-weight:bold;
    vertical-align:middle;
    border:1px solid #e3e3e3;
}
.tmpCont {
    font-size:12px;
    color:#4F4F4F;
    background:#FFFFFF;
    padding-left:5px;
    vertical-align:middle;
    border:1px solid #e3e3e3;
}








/* 상단 공통 메뉴버튼적용 */
#controlBtn_ul ul  li{cursor:pointer; }
.common_funcButton_010 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_01.png"); background-repeat:no-repeat; background-position:center center;text-indent: -1000em; }
.common_funcButton_020 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_02.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_030 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_03.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_040 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_04.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_050 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_05.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_060 {margin-top:-3px;width: 66px; height:24px;  background-image:url("../images/mainbtn_06.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }

/*상단 공통 메뉴mouse over 시 */
#controlBtn_ul li:hover{cursor:pointer; }
.common_funcButton_010:hover{ background-image:url("../images/mainbtn_down_01.png"); text-indent: -1000em; }
.common_funcButton_020:hover{ background-image:url("../images/mainbtn_down_02.png"); text-indent: -1000em; }
.common_funcButton_030:hover{ background-image:url("../images/mainbtn_down_03.png"); text-indent: -1000em; }
.common_funcButton_040:hover{ background-image:url("../images/mainbtn_down_04.png"); text-indent: -1000em; }
.common_funcButton_050:hover{ background-image:url("../images/mainbtn_down_05.png"); text-indent: -1000em; }
.common_funcButton_060:hover{ background-image:url("../images/mainbtn_down_06.png"); text-indent: -1000em; }

/* 상단 공통 메뉴disable 적용 */
.common_funcButton_010_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_01.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_020_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_02.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_030_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_03.png"); background-repeat:no-repeat; background-position:center center; text-indent: -1000em; }
.common_funcButton_040_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_04.png"); background-repeat:no-repeat; background-position:center center;text-indent: -1000em; }
.common_funcButton_050_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_05.png"); background-repeat:no-repeat; background-position:center center;text-indent: -1000em; }
.common_funcButton_060_disable {margin-top:-3px;width: 66px; height:24px; background-image:url("../images/mainbtn_disable_06.png"); background-repeat:no-repeat; background-position:center center;text-indent: -1000em; }



/* 공지사항 상단 로그인 버튼  */

.loginBtn_s{width: 67px;   height: 26px; background:url(../images/login_s.png)  no-repeat; cursor: pointer; text-indent: -1000em; float: right;margin-top: 10px;}
.loginBtn_s:hover{ background  :url(../images/login_s_over.png) no-repeat; }

/* 아이디비밀번호를 잊으셧나요 style  */
.login_a{
    color: #053c87;
    font-weight: normal;    
}
.login_a:hover{
    color: #4c8ce2;
    font-weight: normal;    
}



/* 달력 버튼 */
.calendar{margin-left:5px; width:18px;  height: 18px; background:url(../images/calendar.png) no-repeat; cursor: pointer;text-indent: -5000px;}
.calendar_disable   {margin-left:5px; width: 18px;  height: 18px; background:url(../images/calendar.png) no-repeat; border: 0px solid white; text-indent: -5000px;}
.calendar:hover {margin-left:5px; width:18px;   height: 18px;background-image:url(../images/calendar_down.png)no-repeat; cursor: pointer;text-indent: -5000px;}

/* 달력 기간설정 버튼 */
.dateperiod{ height: 22px;cursor: pointer;padding:2px 5px 0px 5px;border: 1px #bcbcbc solid;background-color:#f5f5f5; font-size: 12px;color:#444444;
 -moz-border-radius-topleft: 4px; -webkit-border-radius: 4px; -khtml-border-top-left-radius: 4px; border-radius: 4px; }
.dateperiod:hover{ height: 22px;cursor: pointer;padding:2px 5px 0px 5px;border: 1px #bcbcbc solid;background-color:#ffffff; font-size: 12px;color:#444444;
 -moz-border-radius-topleft: 4px; -webkit-border-radius: 4px; -khtml-border-top-left-radius: 4px; border-radius: 4px;}

/* 공지사항 더보기 버튼 */
.common_more_010            {margin-left:5px; width:54px;   height: 22px; background:url(../images/moreBtn.png) no-repeat; cursor: pointer; border: 0px solid white;text-indent: -5000px;}
.common_more_010_disable    {margin-left:5px; width: 54px;  height: 22px; background:url(../images/moreBtn.png) no-repeat; border: 0px solid white; text-indent: -5000px;}
.common_more_010:hover  {margin-left:5px; background-image:url(../images/moreBtn_down.png); cursor: pointer;text-indent: -5000px;}

/* 돋보기 버튼 */
.common_search_010          {margin-left:5px; width: 21px;  height: 20px; background:url(../images/search_01.png) no-repeat; cursor: pointer; border: 0px solid white;text-indent: -5000px;}
.common_search_010_disable  {margin-left:5px; width: 21px;  height: 20px; background:url(../images/search_01.png) no-repeat; border: 0px solid white; text-indent: -5000px;}
.common_search_010:hover    {margin-left:5px; background-image:url(../images/search_down_01.png); cursor: pointer;text-indent: -5000px;}



/* 팝업 닫기 버튼 mouse over 시 */
.common_popupClose_010:hover{ background-image:url(../images/popup_closeDown_01.png); cursor: pointer; }


/* input type="text" */
.css-input  { FONT-SIZE: 13px;    text-decoration:none; text-align:left; border:1px solid; background-color:transparent; padding:7px;height:15px; }
.css-input0 { FONT-SIZE: 13px; text-decoration:none; text-align:left; border:0px; background-color:transparent; padding:3px; height:15px;                  }
.css-input1 { FONT-SIZE: 13px;    text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px;}
.css-input1:disabled { FONT-SIZE: 13px;   text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px;background-color: #e4e4e4}
.css-input1_right{ FONT-SIZE: 13px;   text-decoration:none; text-align:right; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px;}
.css-input2 { FONT-SIZE: 13px;    text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px; width: 250px}
.css-input2:disabled { FONT-SIZE: 13px;   text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:18px; width: 250px;background-color: #e4e4e4}
.css-input_calendar { FONT-SIZE: 13px;  text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px; width:80px}
.date_n { FONT-SIZE: 13px;   text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px; width:70px}
.month_n { FONT-SIZE: 13px;   text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:7px; height:15px; width:45px}

/*공통코드 인풋스타일 */
.css-input1-local {
    font-size: 9pt;
    text-decoration: none;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 213);
    padding: 3px;
    height: 13px;
    width: 90%; 
}
/*disable 인풋스타일 */
.input_disable {
    font-size: 9pt;
    text-decoration: none;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
    padding: 3px;
    height: 13px;
    background-color: #e4e4e4;
}
/*disable 인풋스타일 */
.input_disable_num {
    font-size: 9pt;
    text-decoration: none;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
    padding: 3px;
    height: 13px;
    background-color: #e4e4e4;
}

/* 텍스트박스 오른쪽 정렬 */
.css-input_num   { FONT-SIZE: 9pt;   text-decoration:none; text-align:right; border:1px solid; background-color:transparent; padding:3px; height:13px;   }
.css-input0_num  { FONT-SIZE: 9pt;   text-decoration:none; text-align:right; border:0px; background-color:transparent; padding:3px; height:13px;                  }
.css-input1_num  { FONT-SIZE: 9pt;   text-decoration:none; text-align:right; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:3px; height:13px; }
.css-input2_right{ FONT-SIZE: 9pt;   text-decoration:none; text-align:right; border-style:solid; border-width:1px; border-color:#d5d5d5; padding:3px; height:15px;}
/* input box 의 배경색상을 지정한다 */
.css-input1-gray        { FONT-SIZE: 9pt;    text-decoration:none; text-align:left;  border-style:solid; border-width:1px; border-color:#E4E4E4; padding:3px; height:15px;}
.css-input1-gray_num    { FONT-SIZE: 9pt;    text-decoration:none; text-align:right; border-style:solid; border-width:1px; border-color:#E4E4E4; padding:3px; height:15px;}

/* select box css 적용 */
.css-select { FONT-SIZE: 9pt;    text-decoration:none; text-align:left; border:1px solid; background-color:transparent; height:20px;margin-bottom:2px;margin-right: 5px; }
.css-select0 { FONT-SIZE: 9pt; text-decoration:none; text-align:left; border:0px; background-color:transparent; height:20px;margin-bottom:2px;margin-right: 5px; }
.css-select1 { FONT-SIZE: 9pt; text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; height:22px;margin-bottom:2px;margin-right: 5px;  }
.css-select2 { FONT-SIZE: 9pt; text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; height:22px;margin-bottom:2px;margin-right: 5px;  }
.css-select3 { FONT-SIZE: 9pt; text-decoration:none; text-align:left; border-style:solid; border-width:1px; border-color:#d5d5d5; height:22px; width: 150px;margin-bottom:2px;margin-right: 5px; }

/* check box css 적용 */

.css-check {
	position: relative;
	top: -2px;
	vertical-align: middle;
	height: 15px;
	padding: 5px;
	cursor: pointer;
}


.cart_2_tdValue input {
	vertical-align: middle;
	text-align: left;
}

/* radio button css 적용 */
.css-radio { cursor:pointer; top:-2px; vertical-align:middle; height:20px; }



/* 
 * 
 * 
 * 공통코드관리 테이블 스타일  
 *  
 *  
*/
.search_code {
border: 1px solid #e5e5e5;
width: 100%;
/* margin-bottom: 5px; */
border-collapse: collapse;
}

.search_code tbody tr td.search-tdTitle_code {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: right;
background-color: rgb(247, 247, 247);
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
height: 24px;
width: 70px;
border-right: 1px solid #D5D5D5;
border-bottom: 1px solid #e5e5e5;
}
.search_code tbody tr td.search-tdValue_code {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: left;
background-color: rgb(238, 238, 238);
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
height: 24px;
border-bottom: 1px solid #e5e5e5;
}

/*
 * 
 * 검색테이블 라인추가
 * 
 */

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;

}
.searchTableContents_line/*검색테이블 안 */{
    border-top: #a6a6a6 2px solid;
    border-bottom: #a6a6a6 2px solid;
    width: 100%;
    border-collapse: collapse;  
}

.search-tdTitle_line {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: right;
background-color: rgb(247, 247, 247);
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
height:24px;
width: 90px;

border-left: solid 1px rgb(213, 213, 213);
border-right: solid 1px rgb(213, 213, 213);
border-top: solid 1px rgb(213, 213, 213);
border-bottom: solid 1px rgb(213, 213, 213);
}

.search-tdValue_line {
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: left;
background-color: rgb(238, 238, 238);
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
height: 24px;

border-left: solid 1px rgb(213, 213, 213);
border-right: solid 1px rgb(213, 213, 213);
border-top: solid 1px rgb(213, 213, 213);
border-bottom: solid 1px rgb(213, 213, 213);

}

/* 검색목록 테이블 */

.listTableWrap/*검색목록 전체 td td(table이들어감)td*/{
    padding: 10px 0px 0px 0px;
    width: 100%;
    border: none;
    z-index: 15;
}

/* 검색목록들 스타일, 사용안해서 주석처리*/
.listTableContents{
    border-top: #82bae4 2px solid;
    border-bottom: #82bae4 2px solid;
    width: 100%;
    border-collapse: collapse;  
}

.listTableContents thead tr{
    height: 26px;
    text-align: center;
    background-color: #dde9f3;
}

.listTableContents thead th{
    height: 26px;
    text-align: center;
    background-color: #dde9f3;
    border: solid 1px #d9d9d9;
}

.listTableContents tbody th{
    height: 26px;
    text-align: center;
    background-color: #eaeaea;
    border: solid 1px #fff;
    border-collapse: collapse;  
}

.listTableContents tbody td{
    height: 26px;
    text-align: center;
    background-color: #fdfdfd;
    border: solid 1px #d9d9d9;
    border-collapse: collapse;  
}

.listTableContents tbody td.textAlignRight {
    text-align: right;
    padding-right:5px;
}

.btnCenter{
    text-align: center;
    padding: 20px 0px 20px 0px;
}

/*
 * 
 * 지점
 * 
 */
.officeWrap{
	width: 100%;
	display: inline-block;
	
	
}
.owLeft{
	width: 70%;display: inline-block;
	float: left;	
	border: 1px solid #d9d9d9;
	padding-bottom: 5px;
}
.owLeft .officeSerch{
	
	padding: 10px 10px 0px 5px;
}
	.officeTitle {
	    float: left;
	    display: inline-block;
	}
	.officeTitle .controlTitleStyle {
	    font-size: 14px;
	    color: #000;
	}
	
.officeserch{
    padding: 0px 0px 0px 0px;
    width: 100%;
    
    
}	
.officeserch-tdTitle{
font-size: 9pt;
font-weight: bold;
color: rgb(68, 68, 68);
text-align: right;
background-color: rgb(247, 247, 247);
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 100px;
border-right: 0px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
.officeserch-tdValue{
font-size: 9pt;
color: rgb(68, 68, 68);
text-align: left;
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
height: 20px;
width: 150px;
border-bottom: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;
}
.officeserch-tdValue label{
display: inline-block;
padding:5px 0px;
}		
.owRight{
	width: 28%;display: inline-block;
	border:1px solid #d9d9d9;padding: 10px 5px 10px 5px;
	float: right;
}
.tableborderin{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	
}

.haBlock1{
	display: inline-block;float: left;
}

.haBlock2{
	width: 100px;
	padding-top:20px;border:1px solid #dfdfdf;
	background-color: #f5f5f5;
	margin:40px 20px;
	display: inline-block;
	float: left;text-align: center;	
}
.haBlock3{
	display: inline-block;
}


.exlabel{
	display: inline-block;padding: 5px;
	color: #acacac;
	font-weight: normal;
}
.guideWrap{
	padding: 10px 5px 5px 5px;
	background-color: #fff2f2;
	border: 1px solid #fccfcf;
	margin-top: 10px;
}
.guideWrap p{
	color: #6c6c6c;
	line-height: 22px;
	font-size: 13px;
	text-align: center;
	
}

/*
 * 
 * 메인 - 공지 
 * 
 */
.main-notice-table {
	table-layout:fixed;
}
.main-notice-div{
	 border:1px solid #e4e4e4; 
	 padding:3px; 
	 width:585px; 
	 height:200px; 
	 overflow:auto;
}



/************ 메인 페이지 테이블 추가 15-09-17  */

.m_tablegroup_first {
	width: 1280px;
	display: inline-table;
	text-align: center;
	margin-top: 10px;
	background-image: url(../images/mainbg.png);
	background-repeat: no-repeat;
	
	
}
.m_tablegroup_sec {
	width: 1280px;
	display: inline-table;
	margin-top: 10px;
}
.mt_title {
	float: left;
	display: block;
	height: 23px;
	font-size: 15px;
}
.mt_title2 {
	float: right;
	display: block;
	height: 18px;
	font-size: 12px;
	color: #a1a1a1;
	padding-right: 10px;
	vertical-align: bottom;
}
.m_table_1 {
	width: 100%;
	display: inline-table;
	border: 1px solid #dddddd;
	border-top: 2px solid #2da9da;
	background: #fff;
}
.m_table_1 thead tr {
	height: 23px;
}
.m_table_1 thead tr th {
	border: 1px solid #dddddd;
	text-align: center;
	background: #f8f8f8;
}
.m_table_1 thead tr th.thblue {
	border: 1px solid #dddddd;
	text-align: center;
	background: #f3fcff;
}
.m_table_1 tbody tr {
	border: 1px solid #f3f3f3;
	height: 15px;
}
.m_table_1 tbody tr td {
	padding: 5px 0px 5px 0px;
	border: 1px solid #f3f3f3;
	text-align: center;
}
.m_table_1 tbody tr td.mprice {
	padding: 5px 3px 5px 0px;
	border: 1px solid #f3f3f3;
	text-align: right;
}

.m_table_1 tbody tr td a {
	color: #1489b8;
	font-weight: normal;
}
.m_table_1 tbody tr td a:hover {
	color: #42a8d1;
}
.m_table_1 tbody tr td.sendmassage span {
	width: 220px;
	display: inline-block;
	*display: inline;
	max-width: 100%;
	*width: 100%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.m_table_2 {
	width: 350px;
	display: inline-table;
	border: 1px solid #dddddd;
	border-top: 2px solid #2da9da;
	background: #fff;
}
.m_table_2 thead tr {
	height: 23px;
}
.m_table_2 thead tr th {
	border: 1px solid #dddddd;
	text-align: center;
	background: #f8f8f8;
}
.m_table_2 thead tr th.thblue {
	border: 1px solid #dddddd;
	text-align: center;
	background: #f3fcff;
}
.m_table_2 tbody tr {
	border: 1px solid #f3f3f3;
	height: 15px;
}
.m_table_2 tbody tr td {
	text-align: left;
	padding: 9px 0px 10px 10px;
	text-align: left;
	width: 70%;
}
.m_table_2 tbody tr.alt td {
	text-align: left;
	padding: 10px 0px 10px 10px;
	text-align: left;
	background: #fbfbfb;
}
.m_table_2  tbody tr td a {
	color: #1489b8;
}
.m_table_2  tbody tr td a:hover {
	color: #42a8d1;
}
.m_table_2 tbody tr td.noticeDate {
	text-align: right;
	color: #a6a6a6;
	padding: 3px 20px 3px 0px;
}
.m_table_2 tbody tr td.noticeText a {
	width: 220px;
	display: inline-block;
	*display: inline;
	max-width: 100%;
	*width: 100%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.m_table_4 {
	width: 350px;
	display: inline-table;
	border: 1px solid #dddddd;
	border-top: 2px solid #2da9da;
	background: #fff;
}
.m_table_4 thead tr {
	height: 23px;
}
.m_table_4 thead tr th {
	border: 1px solid #dddddd;
	text-align: center;
	background: #f8f8f8;
}

.m_table_4 tbody tr {
	border: 1px solid #f3f3f3;
	height: 15px;
}
.m_table_4 tbody tr td {
	padding: 5px 0px 5px 0px;
	border: 1px solid #f3f3f3;
	text-align: center;
}
.m_table_4 tbody tr td.mtexts a {
	display: inline-block;
	*display: inline;
	max-width: 100%;
	*width: 100%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}


/************ 거래내역통계 동적 통계 관련 추가 2016-09-28 JH  */
.dynamic_stati_field{
	float: left; 
	cursor: move; 
	padding : 5px; 
	margin-left:5px;
}

/************ 거래내역통계 건수 관련 그리드 헤더  2017-11-07 JH  */
.gridHeaderFont{
	font-size : 9px;
}
