.dialog-more-btn {
    border: 1px solid #000;
    position: relative;
    padding: 10px 20px;
    margin-left: 5%;
}
.dialog-close-btn {
    float: right;
/*     padding: 5px 10px; */
/*     font-size: 13px !important; */
/*     font-weight: 500; */
/*     border: 1px solid #000; */
/*     border-radius: 5px; */
    margin-top: 100px;
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    letter-spacing: -0.02em;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 60px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    background-color:var(--col_gray);color:var(--col_white);font-weight:400 !important;
}
.dialog-input-wrapper {
  width: 100% !important;
  height: auto;
  background-color: #f6f6f6;
  color: #000;
  font-size: 12px;
  display: grid;
  -ms-grid-columns: auto 160px;
  grid-template-columns: auto 160px;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-grid-pack: center;
  border-top: 2px solid #39a38e;
/*   border-bottom: 2px solid #2b6f2b; */
  margin-top: 20px;
  font-weight: 800;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dialog-input-wrapper > span {
  -ms-grid-column: 1;
  grid-column: 1;
  justify-self: flex-end;
  margin-right: 10px;
  text-align: right;
  white-space: nowrap;
  width: 100px;
}

.dialog-input-wrapper > input {
  -ms-grid-column: 2;
  grid-column: 2;
  width: 100%;
/*   margin-bottom: 5px; */
  box-sizing: border-box;
}

#dialog {
  padding: 0;
}

.box_btn_wrap{ padding: 10px 0 5px 0; }
.box_btn_wrap.inner_right{
	position:absolute;right:0;padding:0;
}

/* 기존 common.js popCenter 관련 스타일 */
.popModal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #cccccc;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.layer_popup {
    width: auto;
    border: 1px solid #333;
    padding: 30px;
    background: #fff;
    z-index: 11000;
    box-shadow: 5px 5px 5px #ccc;
}
.layer_popup.ly_W40 {width: 40% !important;}
.layer_popup.ly_W50 {width: 50% !important;}
.layer_popup .tx_W100 {width: 100% !important;}

/* popup btn style */
.layer_popup a.ly_x_btn{float: right;font-size: 20px;position: absolute;font-weight:400;color:#888;right: 0;top:0;margin-right: 10px;padding: 6px 6px;}

.ui-dialog {z-index: 120000 !important;}
/* 기존 common.js popCenter 관련 스타일 */

/* width per style */
.W80P-TYPE-N {width: 80% !important;}

/* max-height style */
.max-h120 {max-height : 120px !important;overflow-y : auto;-ms-overflow-style : scrollbar;}
.max-h180 {max-height : 180px !important;overflow-y : auto;-ms-overflow-style : scrollbar;}
.max-h200 {max-height : 200px !important;overflow-y : auto;-ms-overflow-style : scrollbar;}
.max-h320 {max-height : 320px !important;overflow-y : auto;-ms-overflow-style : scrollbar;}
.max-h800 {max-height : 800px !important;overflow-y : auto;-ms-overflow-style : scrollbar;}

.leftTreeToggleBtn{cursor:pointer;}

.columngButtonArea{
	display: inline-block;
    position: relative;
    left: 5px;
}

/* table base style */
td a{font-weight:bold;}
td textarea{border: 1px solid #b6b6b6; width: 100%; border-radius: 3px; text-indent: 10px;}
.check_all {text-indent: -99999px;display: inline-block;}

.search-btn{
    background-image: url(../images2/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #339933;
    background-size: 80%;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    top : 7px;
    right: 5px;	
}

.search-btn-input {
/*     border: 1px solid #e1e1e1 !important; */
    width: calc(100% - 31px) !important;
    height: 34px;
    border-radius: 5px;
    text-indent: 10px;
}


.flnt-content-wrap #flntBody {
	max-height: 800px;
	display: flex;
	gap: 10px;
	overflow: auto;
}

.flnt-table { 
    width: 100%; 
    border-top: 2px solid #339933; 
    border-bottom: 2px solid #339933; 
    margin-top: 10px; 
    table-layout: fixed; 
}
.flnt-table tr  > *{ 
    border: 1px solid #dfd4d4; 
}
.flnt-table tr th {
     background-color: #f6f6f6; 
     vertical-align:middle;
     font-size:14px;
     padding:10px 0;
}
.flnt-table tr > td { 
    padding: 5px 5px;
    position: relative;
    line-height:28px;
    font-size:14px;
    font-weight:500;
}

.flnt-content-wrap #flntBody {
	max-height: 800px;
	display: flex;
	gap: 10px;
	overflow: auto;
}

.mainDeskTextDsp{		/* 메인 고객센터 안내 */
	position:absolute;top:340px;left:50px;color:white;text-shadow:2px 2px 2px #6f9f68;font-size:20px;font-family:gmarket;
}

.mainDeskPhoneDsp{		/* 메인 고객센터 안내 */
	position:absolute;top:370px;left:50px;color:white;text-shadow:2px 2px 2px #6f9f68;font-size:30px;font-family:gmarket;font-weight:600;
}

