.wrap {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 1920px;
  min-height: 100vh;
}

.header {
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1920px;
  padding: 9px 55px 0;
  color: #0a4484;
  border-bottom: 1px solid #aebacb;
  background-color: #cfdaeb;
}

.logo {
  display: inline-block;
  padding-bottom: 5px;
}

/* gnb */

.gnb {
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 165px);
}

.gnb>ul {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}

.gnb>ul>li {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 130px;
  padding-left: 50px;
  height: 60px;

}

.gnb>ul>li a {
  z-index: 10;
  position: relative;
  left: 0;
  top: 0;
  display: table-cell;
  padding-bottom: 10px;
  width: inherit;
  height: inherit;
  /*vertical-align: bottom;*/
  vertical-align: middle;
}

.dep-02 {
  z-index: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 61px;
  font-size: 17px;
  color: #0a4484;
  white-space: nowrap;
}

.dep-02>ul {
  padding: 30px 50px 50px;
  font-weight: 400;
  background-color: rgba(192, 205, 224, 0.95);
}

.dep-02 .tit {
  padding: 20px 0 5px;
  font-weight: 700;
}

.dep-02>ul li a {
  height: 30px;
  line-height: 30px;
}

.dep-02>ul li a:not(.tit):hover {
  font-weight: 700;
  color: #001934;
}

.content-wrap {
  margin: 0 auto;
  width: 1920px;
  height: 1080px;
}

.content {
  position: relative;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
}


/* 모달*/

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal-c {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #dae6fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal .modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  padding: 20px 20px 0;
  width: 100%;
}

.modal .modal-header .m-tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.modal .modal-header .m-tit .first-txt {
  padding-left: 15px;
}

.loc-arrow {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 5px;
}

.loc-arrow::after {
  margin-left: 5px;
  content: ">";
  font-weight: 400;
}

.modal .modal-header .m-close-btn {
  margin-left: auto;
}

.modal .modal-header .m-close-btn-bl {
  margin-left: auto;
}

.modal .modal-header .m-close-btn43 {
  margin-left: auto;
}

.modal .modal-header .m-close-btn44 {
  margin-left: auto;
}

.modal .modal-header .m-close-btn48 {
  margin-left: auto;
}

.modal-body {
  padding: 20px;
}

.modal-body .input-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  height: 75px;
  background-color: #fff;
  border: 1px solid #bbbfc7;
}

.modal-body .input-wrap .label {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.modal-body .input-wrap input {
  font-size: 14px;
  color: #999;
}

.modal-body .chart-box {
  margin: 50px 0 0;
  width: 100%;
  height: 440px;
}

.modal-body .chart-box .img {
  margin: 0 auto;
}

.dark-btn {
  background-color: #1e2126;
}

.modal-body .input-wrap input {
  font-size: 14px;
  color: #999;
}

input.calendar {
  padding: 0 10px;
  margin-right: 5px;
  width: 180px;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border: 1px solid #a1a4ae;
  border-radius: 3px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

input.calendar-48 {
  padding: 0 10px;
  margin-right: 5px;
  width: 130px;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border: 1px solid #a1a4ae;
  border-radius: 3px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-01 {
  margin: 0 2px;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-open-btn {
  margin: 0 2px;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #77819c;
  font-size: 15px !important;
}

.m-open-btn43 {
  margin: 0 2px;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #77819c;
  font-size: 15px !important;
}

.m-open-btn44 {
  margin: 0 2px;
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #77819c;
  font-size: 15px !important;
}