@charset "utf-8";

#modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-content {
  position: fixed;
  z-index: 9500;
}

.modal-content {
  width: 600px;
  height: auto;
}

.modal-content .modal_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 6px;
}
.os_list {
  list-style: none;
}
.modal-content .btn_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
}
.B_archive .thumb_box .hoving .modal-content a,
.modal-content a {
  display: block;
  font-size: 16px !important;
  padding: 1.5em;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
}

.modal-content a:nth-child(n + 2) {
  margin-top: 24px;
}

.modal_parent.modal-on {
  opacity: 1 !important;
}

.btn-close {
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  font-weight: 500;
  /* position: absolute; */
  padding: 16px 0px;
  margin: 0 auto;
  left: 5%;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

.btn-close span {
  font-size: 20px;
}

.btn-close .ic {
  font-family: "Ionicons";
  font-size: 24px;
  margin-right: 16px;
  position: relative;
  top: 0;
}

.btn-close img {
  position: absolute;
  top: -30px;
  left: 12px;
}

@media only screen and (max-width: 1000px) {
  .modal-content {
    width: 90%;
    height: auto;
  }

  .modal-content .modal_title {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
    padding-bottom: 0.9375vw;
  }

  .modal-content .btn_wrap {
    padding: 3.75vw;
  }

  .modal-content a:nth-child(n + 2) {
    margin-top: 3.75vw;
  }

  .btn-close {
    padding: 3.125vw 0;
  }

  .btn-close span {
    font-size: 3.75vw;
  }

  .btn-close .ic {
    font-size: 5vw;
    margin-right: 1.5625vw;
  }
}
