/*modal popup*/
.modal-popup{
  position:fixed;
  display:none;
  width:414px;
  min-height:312px;
  height:auto;
  padding:24px;
  top:10%;
  border-radius:0;
  z-index:102;
  /*max-height:calc(100vh - 10%);*/
  /*overflow-y:auto;*/
}
.modal-popup.draggable-modal{
  position:absolute;
}
.modal-popup.w4{
  width:414px;
}
.modal-popup.w5{
  width:494px;
}
.modal-popup.w6{
  width:649px;
}
.modal-popup.w7{
  width:750px;
}
.modal-popup.h2{
  height:200px;
}
.modal-popup.h3{
  height:328px;
}
.modal-popup.h4{
  height:478px;
}
.modal-popup.h5{
  height:750px;
}
.modal-popup.h6{
  height:920px;
}
.modal-popup-overlay{
  position:fixed;
  display:none;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color:rgba(0, 0, 0, 0.4);
  z-index:101;
}
.modal-popup{
  background-color:#fff;
}
.modal-popup .modal-header.bordered{
  border-bottom:1px solid var(--silver);
}
.modal-popup .modal-content, .modal-popup-overlay .modal-footer{
  background-color:transparent;
}
.modal-popup .modal-content{
  overflow-y:scroll;
  padding-right:17px;
}
.modal-popup .modal-content .title{
  margin:0;
}
.modal-popup .modal-content .title *{
  vertical-align:middle;
  line-height:24px;
  color:#3e3e3e;
  font-size:14px;
}
.modal-popup .modal-content .title .descript{
  /*font-family:'SCoreDreamL';*/
  font-size:12px;
}
.modal-popup .modal-content{
  width:100%;
  height:calc(100% - 40px);
  padding:16px 24px 24px 24px;
}
.modal-popup .modal-content input{
  /*margin:10px 10px 0 0!important;*/
}
.modal-popup.modal-popup-upload{
  border-radius:0;
}
.modal-popup.modal-popup-upload .modal-content{
  height:100%;
}
.modal-popup .modal-footer{
  width:100%;
  height:40px;
  border-top:1px solid #ccc;
  padding:10px;
}
.modal-popup .modal-footer .modal-popup-close{
  display: inline-block;
  width: 70px;
  margin: auto;
}
.modal-popup .modal-content .upload-icon{
  width:24px;
  height:24px;
  background-color:#fe8f33;
  margin-right:10px;
  display:inline-block;
  border-radius:12px;
}
.modal-popup .modal-content .item-title{
  /*font-family:'SCoreDreamR';*/
  font-size:12px;
  margin-top:24px;
  margin-bottom:4px;
}
.modal-popup .modal-content .table-wrapper{
  margin-top:24px;
}
.modal-popup .modal-content table thead th{
  /*font-family:'SCoreDreamR';*/
  font-size:14px;
  color:#3e3e3e;
}
.modal-popup .modal-content table th, .modal-popup .modal-content table td{
  height:32px;
}
.modal-popup .modal-content table td{
  text-align:center;
  /*font-family:'SCoreDreamL';*/
  /*font-size:12px;*/
  position:relative;
}
.modal-popup .modal-content table td a{
  /*font-family:'SCoreDreamL';*/
  font-size:12px;
  display:block;
  vertical-align:middle;
  color:#3770e8;
}
.modal-popup .modal-content .fixed-table-body-wrapper{
  max-height:320px;/*32px 10행초과의 경우 스크롤)*/
}
.modal-popup .footer-btn-field .btn{
  height:24px!important;
  line-height:24px!important;
}
.modal-popup>.modal-title{
}
.modal-popup>.modal-title>span{
  display:block;
  vertical-align:middle;
  padding:7px 24px;
}
.modal-popup-upload .modal-content .modal-upload-form .row{
  margin-top:4px;
  margin-bottom:0;
}
.modal-popup-upload .modal-content .modal-upload-form .row + .row{
  margin-top:20px;
}
.modal-popup-upload .modal-content .modal-upload-form .row .col{
  padding:0;
}
.modal-popup-upload .modal-content .modal-upload-form .row .title-header{
  height:32px;
  line-height:32px;
  background-color:#cfcfcf;
  border:1px solid #ccc;
  border-bottom-style:none;
  /*font-family:'SCoreDreamR';*/
  font-size:14px;
  color:#3e3e3e;
}
.modal-popup-upload .modal-content .modal-upload-form .row .title{
  height:32px;
  line-height:32px;
  background-color:#cfcfcf;
  border:1px solid #ccc;
  border-right-style:none;
  padding: 0 8px;
  /*font-family:'SCoreDreamR';*/
  font-size:14px;
  color:#3e3e3e;
  text-align:center;
}
.modal-popup-upload .modal-content .modal-upload-form .row .title-header + .input-title-wrapper .title{
  background-color:#f2f2f2;
}
.modal-popup-upload .modal-content .modal-upload-form .row .title-wrapper .title{
  border-bottom-style:none;
  border-right-style:solid;
}
.modal-popup-upload .modal-content .modal-upload-form .row .title-wrapper .title + .title{
  border-left-style:none;
}
.modal-popup-upload .modal-content .modal-upload-form .row .input-field{
  background-color:#fff;
  height:24px;
  border:1px solid #ccc;
  margin:0!important;
}
.modal-popup-upload .modal-content .modal-upload-form .row .input-field input{
  border:0px none #fff!important;
  margin:0!important;
  padding:0 8px;
  width:80%;
  height:100%;
  display:block;
}
.modal-popup-upload .modal-content .modal-upload-form .row .input-field + .input-field{
  border-left-style:none;
}
.modal-popup-upload .modal-content .modal-upload-form .input-wrapper + .title-wrapper .title{
  border-top-style:none;
}
.modal-popup-upload .modal-content .modal-upload-form .row .btn-field{
  padding-left:8px;
}
.modal-popup-upload .modal-content .modal-upload-form .title-wrapper{
  height:32px;
}
.modal-popup-upload .modal-content .modal-upload-form .input-title-wrapper, .modal-popup-upload .modal-content .modal-upload-form .input-wrapper{
  height:40px;
}
.modal-popup-upload .modal-content .modal-upload-form .input-title-wrapper .title, .modal-popup-upload .modal-content .modal-upload-form .input-title-wrapper .input-field, .modal-popup-upload .modal-content .modal-upload-form .input-wrapper .input-field{
  height:100%;
  padding: 0 9px!important;
  line-height: 40px;
}
.modal-popup-upload .modal-content>.select-wrapper{
  margin:8px 0 24px 0;
}
.modal-popup-upload .modal-content .modal-upload-form .input-field .select-wrapper .dropdown-content.select-dropdown{
  top:22px!important;
  left:-9px!important;
  width:calc(100% + 18px)!important;
}
.modal-popup-upload .modal-content .modal-upload-form .input-field .select-wrapper .dropdown-content.select-dropdown li{
  padding-left:17px!important;
}
.modal-popup-upload .modal-content .modal-upload-form .upload-field{
  margin-bottom:24px;
}
.modal-popup-upload .modal-content .modal-upload-form .upload-field ._file-btn{
  /*font-family:'SCoreDreamR';*/
  font-size:14px;
  text-align:center;
  color:#3e3e3e;
  background-color:var(--light-gray);
  width:70px;
  height:28px;
  padding:0;
  margin-left:8px;
}
.modal-popup-upload .modal-content .text-content p, .modal-popup-upload .modal-content .text-content div.content{
  margin:2px 0;
  /*font-family:'SCoreDreamR';*/
  font-size:12px;
  color:#3e3e3e;
}
.modal-popup-upload .modal-content .text-content div.content img.icon{
  width:13px;
  height:13px;
  margin:2px 0;
}
.modal-popup-upload .modal-content .text-content p.sub-title, .modal-popup-upload .modal-content .text-content div.sub-title{
  background-color:#f1f1f1;
  height:28px;
  /*font-family:'SCoreDreamR';*/
  font-size:12px;
  color:#3e3e3e;
  margin:14px 0 6px 0;
  padding:3px 0;
}
.modal-popup-upload .modal-content .text-content p.subject, .modal-popup-upload .modal-content .text-content div.subject{
  margin:0 0 8px 0;
  /*font-family:'SCoreDreamM';*/
  font-size:14px;
  color:#3e3e3e;
}
.modal-popup-upload .modal-content .text-content p span{
  display:inline-block;
}
.modal-popup .footer-btn-field{
  margin-top:24px;
}
.modal-popup .modal-upload-form .footer-btn-field .btn{
  text-align:center;
  height:24px!important;
  width:70px!important;
}
.modal-popup-upload .modal-content .modal-popup-close, .modal-popup-upload .modal-content .modal-popup-close:hover{
  background-color:#fff;
  border:1px solid #707070;
  color:#3e3e3e;
  padding:0;
}
.modal-popup-upload .modal-content .label{
  /*font-family:'SCoreDreamR';*/
  font-size:12px;
  margin:30px 0 4px 0;
}
.modal-popup-upload .modal-content .modal-upload-form .taxbill_corname{
  height:77px;
}
.modal-popup-upload .modal-content .modal-upload-form .taxbill_corname .title{
  text-align:center;
}
.modal-popup-upload .modal-content .modal-upload-form .taxbill_corname .title + .title{
  padding-top:18px!important;
}
.modal-popup-upload .modal-content .modal-upload-form .taxbill_corname .title, .modal-popup-upload .modal-content .modal-upload-form .taxbill_corname .input-field{
  height:77px;
}
.modal-popup-upload .modal-content .modal-upload-form .taxbill_corname .input-field{
  width:288px;
}
.modal-popup-upload .modal-content .modal-upload-form .upload-field ._file-path + span.label{
  position: absolute;
  margin-top: 5px;
  text-align: right;
  color: #fb645d;
  /*font-family:'SCoreDreamL';*/
  font-size: 10px;
  padding: 0;
  right: 0;
  bottom: -22px;
}
.modal-popup.modal-w-vtab{
  padding:0;
  width:1122px;
}
.modal-popup.modal-w-vtab .modal-header{
  padding:13px 20px;
  border-bottom:1px solid var(--silver);
  max-width:100%;
  flex:0 0 100%;
  -ms-flex:0 0 100%;
}
.modal-popup.modal-w-vtab .modal-content{
  padding:0;
  overflow:visible;
  min-height:300px;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs{
  max-width:222px;
  flex:0 0 222px;
  -ms-flex:0 0 222px;
  background-color:var(--gray-smoke);
  border-right:1px solid var(--silver);
  min-height:300px;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs{
  border-style:none;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs>li.tab{
  position:relative;
  display:list-item;
  height:56px;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs>li.tab.alert-require>a:after{
  content:' ';
  display:inline-block;
  width:16px;
  height:16px;
  background-image:url(/images/icons/alert@2x.png);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:16px;
  vertical-align: middle;
  margin-left: 6px;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs>li.tab.active{
  background-color:#FFF;
  border-bottom-style:none;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs>li.tab>a{
  color:var(--dim-gray);
  font-weight:400;
  line-height:24px;
  padding:16px 20px;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs ul.tabs>li.tab.active>a{
  color:var(--primary);
  font-weight:500;
}
.modal-popup.modal-w-vtab .modal-content .modal-tabs + .content{
  padding:40px;
  max-width:900px;
  max-height:781px;
  overflow-y:scroll;
  flex:0 0 900px;
  -ms-flex:0 0 900px;
}
.modal-popup .modal-close-icon{
  position:absolute;
  right:20px;
  top:20px;
}
.modal-popup .modal-close-icon>img{
  width:32px;
  height:32px;
}
