@CHARSET "UTF-8";

.cl-control .main_mdi .main_mdi_header {
  /* 탭 헤더 아이템 */
  height: 38px;
  border-bottom: none 0px;
}


.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  background: #fff;;
  border-color: transparent;
  height: 38px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item {
  font-size:13px;
  background:#E8E8E8;
  border: solid 1px #bbb;
  white-space: pre;
  vertical-align: middle;
  cursor: pointer;
  color: #666666;
  height: 38px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button {
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background-image: url(images/deco-main/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.minWidth1280 {
  min-width: 1280px;
}

/* popup */
.popup_wrap{
    background:#fff;
    transition:all 0.3s ease;
    opacity:1;
}
.popup_wrap .cl-output{
    font-size:14px;
    color: #666666;
    padding: 5px;
}
.popup_wrap .pop_cont{
    border-top: 2px solid #666666;
}
.popup_wrap .pop_cont .tit{
    font-size:13px;
    font-weight:bold;
    background: #fcfcfc;
    padding: 5px;
    color: #333333;
}
.popup_wrap .btn_close{
    text-align: center;
    line-height: 40px;
    padding: 0 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #1331b3;
    border-radius: 50rem;
}
.popup_wrap .btn_close:hover{
    opacity:.7;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.popup_wrap .btn_close1{
    text-align: center;
    line-height: 40px;
    padding: 0 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #009de8;
    border: none;
}
.popup_wrap .btn_cancel{
    text-align: center;
    line-height: 40px;
    padding: 0 22px;
    font-size: 16px;
    color: #009de8;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #009de8;
}
.popup_wrap .btn_cancel:hover{
    background-image: none !important;
}