@charset "utf-8"; 

/* jg.kim 여기부터 추가 */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {
  font-family: 'Pretendard', sans-serif;
  line-height:1.4em;
}

.w70 {
	width: 70px;
}

.w75 {
	width: 75px;
}

body {
  font-family: sans-serif;
  background: #f9f9f9;
  margin: 30px;
}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}
a {
  all: unset;
  cursor: pointer;
}
h1,h2,h3,h4,h5,p,span,ul,li{margin:0;}

.wrap{
    display:flex; 
    gap:45px;
}

/* left */
.left-section{
    width:320px;
}

.logo{
    text-align:center;
    border-bottom:1px solid #e5e5e5;
}
.logo img{
    width:180px;
    height:70px;
    object-fit:contain;
}

.sub-tabs {
  padding: 0;
  padding-top:20px;
  margin: 0;
}

.sub-tabs > li {
  font-weight: bold;
  margin-bottom: 15px;
}

.sub-tabs .dropdown {
  list-style: none;
  margin-left: 60px;
  padding: 0;
}

.sub-tabs .dropdown li {
    color:#707070;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight:500;
    font-size: 16px;
}

.sub-tabs .dropdown li.active {
  color: #007bff;
}

.sub-tab-label{
    cursor:pointer;
    padding:12px 18px;
    background:#fff;
    border-radius:15px;
    font-size:18px;
    font-weight:700;
    color:#2D3748;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}
.sub-tab-label img.sub-tab-icon{
    padding:7px;
    background:#0070FF;
    border-radius:12px;
}
.sub-tab-label img.arrow-icon {
  margin-left: auto;
}

.sub-content {
  display: none;
}

/* right */
.right-section{
    width:100%;
}

.page-cont{
    display:flex;
    gap:15px;
    justify-content: flex-end;
}
.page-cont li{
    font-size:12px;
    font-weight:600;
    color:#718096;
}
.page-cont li img{
    position:relative;
    top:1px;
    margin-right:4px;
}

.right-double-bottom{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.current-info{
    display:flex;
    gap:25px;
}
.current-info li{
    font-size:12px;
    font-weight:500;
    color:#718096;
}

/* 탭 버튼 묶음 */
.tab-container {
    width:100%;
    display: inline-block;
    margin-bottom: 10px;
}

/* 탭 목록 */
.tabs {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

/* 탭 각각 */
.tab {
    padding:15px 12px;
    cursor: pointer;
    white-space: nowrap;
    font-size:18px;
    color:#000;
    font-weight:400;
}

.tab:hover {
    color:#4f9bff;
    border-bottom: 3px solid #4f9bff;
    font-weight:700;
}

.tab.active {
    color:#0070ff;
    border-bottom: 3px solid #0070ff;
    font-weight: 700;
}

/* 탭 내용 */
.tab-content {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: hidden;
}

.cont-top {
    display:flex;
    justify-content:space-between;
    margin-bottom:25px;
}
.cont-top .nav{
    display:flex;
    gap:12px;
}
.cont-top .nav li{
    font-size:12px;
    font-weight:400;
    color:#718096;
    display: list-item;
}
.cont-top .nav li.nav-current{
    font-weight:600;
    color:#0070ff;
}

.cont-top .total-data{
    display:flex;
    gap:6px;
}
.cont-top .total-data li{
    font-size:12px;
    font-weight:400;
    color:#718096;
}
.cont-top .total-data .data-count{
    font-weight:600;
    color:#0070ff;
}

.cont-tit{
    display:flex;
    margin-bottom:25px;
    align-items:center;
}
.cont-tit h1{
    position:relative;
    font-size:20px;
    font-weight:700;
    padding-left:16px;
}
.cont-tit h1::before{
    position:absolute;
    content:"";
    width:8px;
    height:8px;
    background:#0070FF;
    top:50%;
    left:0;
    transform:translate(0, -50%);
}

.cont-tit.tit-sel{gap:50px;}

.page-data{
    padding-left:16px;
    font-size: 14px;
    font-weight:600;
    color:#707070;
}
.page-data .page-count{
    font-weight:500;
    color:#0070FF;
    border:1px solid #707070;
    padding:3px 8px;
    border-radius:4px;
    margin-right:7px;
    margin-left:10px;
    width: 45px;
}

.sel-search{
    padding-bottom:30px;
    margin-bottom:25px;
    border-bottom:1px solid #E2E8F0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap: wrap;
}

.sel-left{
    display:inline-flex;
    align-items:center;
    gap:25px;
}

.sel-search.tab-section{
    padding-bottom:0;
}

.select-form{
    display:flex;
    position:relative;
    gap:8px;
}
.select-form.date-box{display:block;}
.select-form.date-box select{
    padding:6px 20px 6px 8px;
    background: url('/content/images/opmanager/icon/arrow-down.png') no-repeat right 5px center;
    margin-right:10px;
}

.select-form.date-box .date-txt{margin-right:10px;}
.select-form.date-box .date-txt:last-child{margin:0;}

.select-form select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/content/images/opmanager/icon/arrow-down.png') no-repeat right 10px center;
    background-size: 9px 6px;
    border-radius:2px;
    border:1px solid #d1d1d1;
    padding:6px 30px 6px 8px;   
    box-sizing: border-box;
    cursor: pointer; 
    outline:none;
}
.select-form select:focus,
.search-box input:focus {
    border:1px solid #0070FF;
    box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.2);
    outline:none;
}

.search-box input {
  width: 150px;
  padding: 8px 40px 8px 10px;
  box-sizing: border-box;
  border:1px solid #d1d1d1;
  border-radius:2px;
}

.search-box button {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  padding:0;
}

.search-box button.search-btn{
    position:relative;
    top:50%;
    width:auto;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding:6px 8px;
    margin-left:8px;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap:3px;
}

.wrap, .right-section, .tab-container, .tab-content {
  overflow-x: hidden;
}

.table-wrap {
  overflow-x: auto;
  width: 100%;
}

.table-wrap table { 
  white-space: nowrap;
}

.table-wrap.multi-table{
    display:flex;
    gap:30px;
}

.table-left,
.table-right{
    width:50%;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.table-box{
    border:1px solid #E5E5E5;
    border-radius:10px;
    padding:30px;
    overflow:hidden;
    overflow-x:auto;
    margin-bottom: 30px;
}

/* 첫번째 table-tit 제외 */
.table-box .table-tit:not(:first-of-type) {	
  margin-top: 30px; 
}

.table-box h5 {
	margin: 10px 0 0 10px;
    font-weight: bold;
    color: #468f11;
}


.table-box h2{
    position:relative;
    font-size:18px;
    font-weight:700;
    padding-left:10px;
    margin-bottom:15px;
}
.table-box h2::before{
    position:absolute;
    content:"";
    top:50%;
    left:0;
    transform:translate(-50%, -50%);
    width:3px;
    height:14px;
    background:#0070FF;
}

.table-box p{
    color:#00AF42;
    font-size:15px;
    font-weight:500;
    margin-bottom:12px;
}

.table-box table th{font-size:14px;}
.table-box table tr td{border:1px solid #E2E8F0;}

.sub-table{margin-bottom:25px;}
.sub-table:last-child{margin-bottom:0;}

.table-tab{display:inline-flex;}

.t-tab{
    font-size:14px;
    font-weight:600;
    color:#AAAAAA;
    padding:12px 27px;
    cursor: pointer;
    white-space: nowrap;
}
.t-tab:hover{
    color:#999;
    border-bottom: 3px solid #4f9bff;
    font-weight:700;
}
.t-tab.active{
    color:#0070FF;
    border-bottom: 3px solid #0070FF;
    font-weight:700;
}

.table-wrap::-webkit-scrollbar {
  height: 7px;
}

.table-wrap::-webkit-scrollbar-track {
  background-color: #E2EEFF;
  border-radius: 4px;
}

.table-wrap::-webkit-scrollbar-thumb {
  background-color: #81B6F9;
  border-radius: 4px;
}

.table-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #6ba4ef;
}

/* table */
.table-wrap{
    overflow:hidden;
    overflow-x:auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th{
    background:#F8F9FD;
    border:1px solid #E2E8F0;
    font-size:12px;
    font-weight:600;
    color:#707070;
    white-space: nowrap;
    text-align: center;
}
th, td {
    padding:5px 3px;
}

td{
    border-bottom:1px solid #E2E8F0;
    font-size:14px;
    font-weight:400;
    border-top:1px solid #E2E8F0;
}

tr.checked {
    background-color: #006eff0e;
}

.txt-green{color:#00AF42;}
.txt-blue{color:#0070FF;}

.td-select select{
    -webkit-appearance:none;
    -moz-appearance:none;
    background:url(../icon/arrow-down.png) no-repeat right 5px center;
    background-size:9px 6px;
    border-radius:2px;
    border:1px solid #d1d1d1;
    padding:5px 20px 5px 8px;
    box-sizing:border-box;
    cursor:pointer;
    outline:none;
    font-size:12px;
}

.td-input-txt input{
    width:90px;
    height:30px;
    outline:none;
    border-radius:2px;
    border:1px solid #d1d1d1;
    font-size:12px;
}

.td-input-txt input:focus{
    border:1px solid #0070FF !important;
    box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.2);
    outline:none;
}

.td-input-txt.txt-center input{text-align:center;}

.date-picker-wrap {
  position: relative;
  display: inline-block;
}

#calendarInput {
  padding: 8px 10px;
  width: 90px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 12px;
  color:#000;
}

#calendarIcon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  cursor: pointer;
}

input::-webkit-input-placeholder { color: #000; }
input::-moz-placeholder { color: #000; }
input::-ms-input-placeholder { color: #000; }
input::placeholder { color: #000; }

.cont-none {
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
}

/* pagination */
.pagination {
  margin: 30px auto 10px;
  padding: 0;
  list-style: none;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  background-color:#fff;
  overflow:hidden;
  width:fit-content;
}

.pagination .page-btn {
  display: table-cell;
  padding: 12px 12px;
  border-right: 1px solid #E0E2E7;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  font-size:14px;
  font-weight:500;
  line-height:0;
}

.pagination .page-btn:last-child {
  border-right: none;
}

.pagination .page-btn.active {
  color: #0070ff;
}

.pagination .page-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination .page-btn img {
  height: 10px;
  vertical-align: middle;
}

.pagination-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.pagination-wrap{
    margin: 0 auto;
}

.btn-wrap{
    display:flex;
    gap:10px;
    justify-content: center;
}

.btn-wrap.btn-bottom{
	justify-content:flex-end;
	margin-bottom: 20px;
	
/*     position:absolute;
    right:0; */
}

.btn-wrap button{
    padding:7px 8px;
    color:#fff;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
    border:none;
    border-radius:4px;
}
.btn-wrap button img{
    vertical-align:middle;
    margin-right:5px;
}
.btn-wrap.btn-right{justify-content:flex-end;}

.btn-wrap ul{
    display:inline-flex;
    gap:8px;
    margin-bottom:40px;
}

.btn-wrap ul li{
    padding:8px 12px;
    border-radius:4px;
    color:#fff;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
}

.btn-wrap ul li.doc-btn{
    background:#0070FF;
}
.btn-wrap ul li.fin-btn{
    background:#60A5FF;
}
.btn-wrap ul li.eval-btn{
    background:#7c00ff;
}
.btn-wrap ul li.back-btn{
    background:#E9E9EA;
    color:#aaa;
}

.btn-wrap button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}


button.exel-down{
    background:#06C270;
}

button.new-entry{
    background:#1673EB;
    margin-bottom:20px;
}

button.edit{
    background:#1673EB;
}

button.app-cancel{
    background:#DC2626;
}

button.all-down{
    background:#0242C4;
}

button.pdf-down{
    background:#72c0e7;
}

button.save{
    background:#1673EB;
}

button.upload{
    background:#1673EB;
}

.btn-save{
    justify-content:flex-end;
    margin-top:15px;
    margin-bottom:50px;
}

/* bottom-state */
.bottom-state{
    background:#f9f9f9;
    padding:12px;
    border-radius:8px;
}
.bottom-state .state-tit{
    font-size:12px;
    font-weight:700;
    color:#718096;
    margin-bottom:12px;
}
.bottom-state .state-down{
    display:flex;
}

.bottom-state .state-down .input-label-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bottom-state .state-down input:focus{
    border:1px solid #0070FF !important;
    box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.2);
    outline:none;
}
.bottom-state .state-down input.input-text{
    height:30px;
    border:1px solid #aaa;
    border-radius:4px;
    background:#fff;
}
.bottom-state .state-down .input-label-wrap span{font-size:12px;}
.bottom-state .state-down .btn-wrap{margin-left:50px;}

.file-upload-wrap {
    display: inline-block;
    position: relative;
  }

  .file-upload-label {
    background: #e5e5e5;
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
    border:1px solid #333;
    margin-right:8px;
  }

  .file-upload-input {
    display: none;
  }


.input-bottom .cont-input{
    margin-top:15px;
    background:#f9f9f9;
    padding:12px;
    border-radius:8px;
    width:100%;
    outline:none;
    border:none;
    min-height:60px;
}

.input-bottom .cont-input::-webkit-input-placeholder { color: #718096; }
.input-bottom .cont-input::-moz-placeholder { color: #718096; }
.input-bottom .cont-input::-ms-input-placeholder { color: #718096; }
.input-bottom .cont-input::placeholder {color:#718096;}

.btn-wrap.send-btn{
    margin-top:15px;
}
.send-test{background:#aaa;}
.send{background:#000;}

/* period */
.period{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:12px;
    font-weight:700;
}

.date-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-input {
    padding: 3px 10px;
    border: 1px solid #70707055;
    border-radius: 4px;
    font-size: 12px;
    width: 120px;
    box-sizing: border-box;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

input[type="date"]::-moz-focus-inner {
    border: 0;
}

.date-separator {
    font-size: 12px;
    font-weight:600;
}

/* gallery */
.gallery-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr); /* 가로 4개 */
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-item {
    width: 270px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-radius:8px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow:hidden;
}

.gallery-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.gallery-item .gallery-txt{
    padding:20px;
}

.gallery-item .gallery-txt h2 {
    font-size: 12px;
    font-weight:600;
    overflow: hidden;
    width:150px;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.gallery-item .gallery-txt p{
    font-size:12px;
}

.gallery-item .gallery-txt .info-list{
    padding-top:20px;
    display:flex;
    gap:10px;
}

.gallery-item .gallery-txt .info-list li{
    font-size:12px;
    color:#707070;
}

.gallery-item .info-list li:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
  color: #707070;
}

.gallery-item .info-list .comment img{
    width:12px;
    height:12px;
    vertical-align:middle;
    margin-right:8px;
}

legend, caption {
	visibility: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}

td a {
	color: green;
}


.tabs li {
	float: left;
}

.tabs li a.on {
    color: #ff6600;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tabs li a {
    display: block;
    height: 21px;
    padding: 8px 15px 0px 18px;
    text-align: center;
    color: #666;
    font-weight: bold;
    border: 1px solid #aaa;
    margin-right: 3px;
    background: #f4f4f4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}

select {
	width: fit-content;
}

.col-flex {
	display: flex;
	flex-direction: column;
}


/*갤러리 홍보실*/
.gallery_list{overflow:hidden; margin-top:20px; width:1180px;}
.gallery_list ul{overflow:hidden;}
.gallery_list ul li{
	float:left; 
	margin-left:33px;
	margin-top:30px;
	width:268px;
	border:1px solid #dedede;
}
.gallery_list ul li.mt0{margin-top:0;}
.gallery_list ul li.first{margin-left:0;}
.gallery_list ul li:hover{border:1px solid #00a3ec;}
.gallery_list ul li span.photo{display:block;}
.gallery_list ul li div.cont{ 
	padding:0 15px 20px 15px;
}
.gallery_list ul li p{
	font-size:12px;
	color:#333;
}
.gallery_list ul li p.subject{margin-top:15px; font-weight:bold;}
.gallery_list ul li p.name{margin-top:5px;}
.gallery_list ul li p.date{
	margin-top:15px;
	font-size:12px;
	color:#777;
}
.gallery_list ul li p.date span{
	display:inline-block;
	padding:0 10px;
	background:url('/content/images/sharing/span_blet.gif') no-repeat 0 center;
}
.gallery_list ul li p.date span:first-child{padding-left:0; background:0;}

/* 갤러리 홍보실 view */
.gallery_view{
	overflow:hidden;
	margin-top:20px;
	padding:60px;
	border:5px solid #e4e4e4;
}
.gallery_photo{
	float:left;
	width:465px;
	overflow:hidden;
}
.gallery_view .gallery_cont{
	float:right;
	width:400px;
}

.gallery_cont p.title{
	font-size:22px;
	font-weight:bold;
	color:#333;
}
.gallery_cont p.info{overflow:hidden; margin-top:20px;}
.gallery_cont p.info span{
	display:inline-block;
	padding:0 10px;
	color:#737373;
	font-size:12px;
	background:url('/content/images/sharing/span_blet.gif') no-repeat 0 center;
}
.gallery_cont p span:first-child{
	font-weight:bold;
	color:#333;
	padding-left:0;
	background:0;
}
.gallery_cont div.txt_box{
	overflow:hidden;
	margin-top:20px;
	padding:35px 10px;
	border-top:2px solid #5e5e5e;
	border-bottom:1px solid #cfcfcf;
	color:#666;
	height:200px;
	overflow-y:scroll;
	font-size:12px;
	line-height:22px;
}




/*이미지 갤러기*/
.gallery_photo #gallery_top {
	width:465px;
	margin:30px auto 0;
	height:55px;
}

.gallery_photo. #main {
	width:465px;
	margin:0 auto !important;
}

.panel #images {
	display:none;  
	width:432px;
}

.panel #right {height:54px; position:absolute; top:0; left:0;}
.panel #left {
	position:absolute; top:0; right:0;
}

.panel #right a img,
.panel #left a img {
	height:54px;
	width:15px;
} 

.panel #right a,
.panel #left a {
	outline:none;
}

.panel {
	width:465px;
	position:relative;
	height:54px;
}

ul.exposureThumbs { 
	position:absolute;
	top:0;
	left:20px;
	border-right:none;
	padding:0;
	margin:0;
	list-style-type:none;
	height:79px;
}
 

ul.exposureThumbs li { cursor:pointer; width:84px; height:54px;}
ul.exposureThumbs li img { cursor:pointer; width:82px; height:52px; opacity: 0.3 !important;}
ul.exposureThumbs .active img { cursor:pointer; width:82px; height:52px; opacity: 1 !important;}

ul.exposureThumbs li.last { margin:0; }

.exposureTarget {
	width:468px;
	height:305px; 
	padding:0;
	margin:0 auto; 
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	top:0; 
	left:0;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}

.exposureLoaded{background-image:none;	}
.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	height:60px;
	padding:7px;
	background-image:url(res/veil.png);
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/* In this demo we are using thumbs with fixed size */
ul.exposureThumbs li {
	width:82px;
	height:52px;
	padding:0;
	text-align:center;
	display:none;
	float:left;
	margin-right:2px;
	border:1px solid #fff;
	background: #dadada;
}
ul.exposureThumbs li.active{border:1px solid #29a2e9;}
ul.exposureThumbs li:first-child{margin-left:0 !important;}
ul.exposureThumbs li:hover{
	border:1px solid #29a2e9;
}
.exposureSlideshowControls a {
	font-size:11px;
	color:#bba;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
	border:1px solid #29a2e9;
	background-color:#999;
	color:#444;
}

.clear { clear:both;  }

label {
	cursor: pointer;
}

.w400 {
	width: 400px;
}

.w600 {
	width: 600px;
}

.opmanager-list-table td, .opmanager-list-table2 td {
	text-align: center;
}

.opmanager-list-table th, .opmanager-list-table2 th {
	/* padding: 8px 24px; */
	padding: 8px 3px;
}

.nothing {
	padding: 50px;
	text-align: center;
	border-bottom: 1px solid #E2E8F0;
}

.bottom-state .state-tit{
    font-size: 12px;
    font-weight: 700;
    color: #718096;
    margin-bottom: 12px;
}

.buttons {
	padding: 20px 0;
	text-align: center;
}

.table-box th, .table-box td {
	padding: 13px 24px;
}

.table-box th{
	text-align: center;
}

.btn-wrap button {
	/* padding: 8px 12px; */
	padding: 7px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}


.btn-wrap .doc-btn{
    background:#0070FF;
}
.btn-wrap .fin-btn{
    background:#60A5FF;
}
.btn-wrap .eval-btn{
    background:#7c00ff;
}
.btn-wrap .back-btn{
    background:#E9E9EA;
    color:#aaa;
}

.outer-btn-cont {
	text-align: right;
	margin-top: 20px;
}

.opmanager-list-table2 textarea[name="securityContent"],
.opmanager-list-table2 textarea[name="documentRemark"],
.opmanager-list-table2 textarea[name="documentScholarRemark"] {
  width: 100px;
}

.opmanager-list-table2 input[name="securityDate"] {
  width: 100px;
}

.opmanager-list-table2 select[name="supplyType"] {
  width: 60px;
}

.list_update_extend {position: relative; padding-left: 20px; background: url(/content/images/opmanager/common/icon/icon_reply.gif) no-repeat 3px 2px;}


/* 페이지 정보 */
.opmanager-page-infomation {border:2px solid #ecd08a; padding:8px; margin-top:30px;}
.opmanager-page-infomation h6{border-bottom:solid 1px #ebebeb}
.opmanager-page-infomation dl{padding:10px}
.opmanager-page-infomation dt{background:url(/content/images/opmanager/common/icon/bullet_info.gif) no-repeat left 50%; padding:5px 0 7px 13px;font:bold 11px 돋움; color:#505050;}
.opmanager-page-infomation dt span{color:#ff0000}
.opmanager-page-infomation dd{color:#ff0000;font:11px 돋움; color:#505050;padding:3px 15px}


.security-date-input, .seucrity-content-textarea {
	width: 100px;
}


.glyphicon {
    vertical-align: middle;
    padding: 0 !important;
}