.popup {
  background: rgba(0,0,0, .5);
  padding: 0;
  position: absolute;
  left: 0;right: 0;
  bottom: 0; top: 0;   
  z-index: 10;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  width:100vw;
  height:100vh;
}
.popup::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pop_dialog {
  position: relative;
  width: 80%;
  max-height: 800px;
  display: inline-block;
  margin-left: -5px;
  text-align: left;
  vertical-align: middle;
}
.pop_wrap {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;  
  outline: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}
.pop_header {
  border-bottom: 1px solid #e4e4e4;
  height: 2em;
  text-align: center;
}
.pop_header .btn {
  position: absolute;
  right: 0;   top: 0;
  width: 40px; height: 40px;
}
.pop_title {
  font-size: .9em;
  color: #4D4F5C;
  line-height: 1.42857143;
  margin: 0;
  padding: .4em;
}
.pop_body {
  font-size: .6em;
  position: relative;
  padding: .75em;
  overflow: hidden;
  overflow-y: auto;
  max-height: 500px;  
}
.pop_footer { }
.pop_footer .btn {
  font-size: .75em;
  width: 100%;
}

/* size */
.pop_sm {
  width: 310px;
}
.pop_md {
  width: 936px;
/*  height: 510px;*/
}
.addGraph {
  height: 720px;
}
.pop_lg {
  width: 1500px;
}
.pop_mm {
 width: 460px;
}
.pop_mmd {
 width: 550px;
}
.pop_body .form_wrap {
  border: none;
}

.noscroll{
	-ms-overflow-style: none;
}


/*aj*/
.pop_wrap_550{
	position: relative;
	  background-color: #fff;
	  -webkit-background-clip: padding-box;
	          background-clip: padding-box;  
	  outline: 0;
	  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	          box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	min-height: 550px;
}


.noti_recptn_info{
	font-size: .55rem;
    color: #888;
    display: block;  
    /* padding-left: 18px; 
    vertical-align: middle; */
    margin-top: 10px;

}

.dta_file_view{
	/*padding-left: 50px;*/
	cursor : pointer;
	float: right;
  margin-top: -10px;
}

.sms_pop_receve {
  border-bottom: 1px solid #e4e4e4;
  max-height: 6rem;
  text-align: left;
  font-size: .75em;
  color: #4D4F5C;
  line-height: 1.428571;
  margin: 0;
  padding: 0.4rem 1rem;
  overflow-y: auto;
}



.popup_layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/*팝업 박스*/
.popup_box {
  position: relative;
  top: 50%;
  left: 50%;
  overflow: auto;
  height: 70%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

/*컨텐츠 영역*/
.popup_box .popup_cont {
  padding: 50px;
  line-height: 1.4rem;
  font-size: 14px;
}

.popup_box .popup_cont h2 {
  padding: 15px 0;
  color: #333;
  margin: 0;
}

.popup_box .popup_cont p {
  border-top: 1px solid #666;
  padding-top: 30px;
}

/*버튼영역*/
.popup_box .popup_btn {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70px;
  background: #ECECEC;
  word-break: break-word;
}

.popup_box .popup_btn a {
  position: relative;
  display: table-cell;
  height: 70px;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #ECECEC;
}

.popup_box .popup_btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 29px;
  width: 1px;
  height: 21px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup_box .popup_btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 29px;
  width: 1px;
  height: 21px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup_box .popup_btn a.close_day {
  background: #5d5d5d;
}

.popup_box .popup_btn a.close_day:before,
.popup_box .popup_btn a.close_day:after {
  display: none;
}

/*오버레이 뒷배경*/
.popup_overlay {
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  ;
  background: rgba(0, 0, 0, 0.5);
}

.popup_box .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup_box .close:hover,
.popup_box .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*popup*/