/* Border */
div#border {
	width: 100%; margin:0 auto; border-collapse: collapse;
}
.select{height:20px;}
/* 리스트 테이블 */
/*.listTable{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid;}
  .listTable th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
  .listTable td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;}*/
/* 리스트 테이블 */
.listTable{BORDER-TOP: #3f638f 2px solid; BORDER-bottom: #BABABA 1px solid; border-collapse: collapse;}
  .listTable th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2;padding-right:2;background-color: #f3f3f3; height:20px;}
  .listTable td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2;padding-right:2;background-color: #FFFFFF; height:20px;}
/* 리스트 타이틀 */
.listTitle{font-family:&quot;돋움&quot;; font-size:9pt; color:#000000 ;
        font-weight: bold ; vertical-align: middle}

/* 리스트 내용 */
.listCenter {font-size:9pt; color:#000000; font-family:&quot;돋움, Arial&quot;; height:24px; text-align:center; vertical-align:middle;}
.listLeft {font-size:9pt; color:#000000; font-family:&quot;돋움, Arial&quot;; height:24px; text-align:left; vertical-align:middle;}
.listRight {font-size:9pt; color:#000000; font-family:&quot;돋움, Arial&quot;; height:24px; text-align:right; vertical-align:middle;}

/* 일반 테이블 */
.generalTable{width:100%; border-collapse: collapse; padding:0; margin:0;}
  .generalTable th{background:#f6f6f6; border-top:1px solid #f15a29; line-height:130%; padding:10px; font-size:13px; font-weight:bold; color:#2d2d2d; border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; text-align:center; }
  .generalTable tr{border-top:1px solid #f15a29; line-height:130%; padding:10px; border-bottom:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; color:#717171;}



/* 강조 내용 */
.emphasisCenter {font-family:&quot;돋움&quot;; font-size:9pt; color:#2E4B90 ; font-weight: bold ; padding-right:3px; text-align: center ; vertical-align: middle}
.emphasisLeft {font-family:&quot;돋움&quot;; font-size:9pt; color:#2E4B90 ; font-weight: bold ; padding-right:3px; text-align: left ; vertical-align: middle}
.emphasisRight {font-family:&quot;돋움&quot;; font-size:9pt; color:#2E4B90 ; font-weight: bold ; padding-right:3px; text-align: right ; vertical-align: middle}

/* 검색 버튼*/
.button_orange { padding:5px 10px; background:#f25a29; color:#fff !important; font-weight:600; text-align:center; display:inline-block; line-height:150%;}
.button_orange a {color:#fff !important; display:inline-block;}
.button_orange a:hover { color:#FFF !important; display:inline-block;}

/* 등록,목록, 스크랩,삭제 버튼*/
.button_gray { padding:5px 10px; background:#626262; color:#fff !important; font-weight:600; text-align:center; display:inline-block; line-height:150%;}
.button_gray a {color:#fff !important; display:inline-block;}
.button_gray span a:hover { color:#FFF !important; display:inline-block;}


@media screen and (max-width:767px){
.title_left h1 {display:none;}
.listTable{width:100%;}
}