@font-face {
  font-family: "S-CoreDream-8Heavy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Common */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
html {
  font-size: 10px;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 2rem;
  color: #000;
  overflow-x: hidden;
  background: #f0f3f8;
}
.wrapper {
  width: 580px;
  position: relative;
  margin: 0 auto;
}
#content {
  margin-bottom: 60px;
}
input[type="file"] {
  width: 100%;
}
.terms_btn {
  text-decoration: underline;
}
.head_tit {
  background: linear-gradient(135deg, #1a3a6b 0%, #0b2a52 100%);
  padding: 30px 30px;
}
.subcon_tit {
  font-size: 33px;
  font-weight: 300;
  word-break: keep-all;
  color: #fff;
  margin-top: 50px;
}
.subcon_desc {
  margin-top: 18px;
  text-align: center;
}
.subcon_desc > div {
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
.subcon_desc .top {
  background: #f7f7f7;
  padding: 12px 0;
  line-height: 1.5;
}
.subcon_desc .top span {
  font-weight: 500;
  color: #000;
}
.subcon_desc .bottom {
  margin-top: 15px;
}

.index {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 30px 20px;
  margin-top: 30px;
}
.no_data {
  text-align: center;
  height: 50vh;
  line-height: 50vh;
  font-size: 18px;
  color: #888;
}
.subcon_tit .pre_btn {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  height: 32px;
  width: 32px;
  cursor: pointer;
  vertical-align: top;
  margin-right: 15px;
  padding: 0;
  margin-top: 3px;
}
.subcon_tit .pre_btn span {
  width: 14px;
  height: 1px;
  background: #aaa;
  display: block;
}
.subcon_tit .pre_btn span.bar1 {
  transform: rotate(45deg) translate(8px, 0px);
}
.subcon_tit .pre_btn span.bar2 {
  transform: rotate(-45deg) translate(7px, 1px);
}
/*** ����¡ ***/
#pagination_box {
  text-align: center;
  margin-top: 50px;
}
#pagination_box .pagination {
  margin: 0;
  border-radius: 0;
}
#pagination_box .pagination > li {
  display: inline-block;
}
#pagination_box .pagination > li > a:focus,
#pagination_box .pagination > li > a:hover,
#pagination_box .pagination > li > span:focus,
#pagination_box .pagination > li > span:hover {
  background: none;
  color: #2d2d2e;
}
#pagination_box .pagination > .active > a,
#pagination_box .pagination > .active > a:focus,
#pagination_box .pagination > .active > a:hover,
#pagination_box .pagination > .active > span,
#pagination_box .pagination > .active > span:focus,
#pagination_box .pagination > .active > span:hover {
  background: #fff;
  color: #2d2d2e;
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #ddd !important;
  color: #2d2d2e !important;
  font-weight: 400;
  border-radius: 0;
  margin: 0 3px;
  transition: all 0.3s;
  padding: 6px 12px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: #2d2d2e !important;
  border: 1px solid #2d2d2e !important;
  color: #fff !important;
}
@media screen and (max-width: 580px) {
  .wrapper {
    width: 100%;
  }
  .index_tit {
    font-size: 30px;
    margin-top: 50px;
  }
  .index {
    padding: 15px 3%;
    margin: 15px;
  }
  .index .type > li {
    font-size: 13px;
  }
  .head_tit {
    padding: 30px 3%;
  }
  .head_tit .menu_bar {
    top: 30px;
  }
  .head_tit .tel {
    top: 20px;
  }
  .index .type {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }
}

/* ���â */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 560px;
  width: 90%;
}
#modal .modal-header {
  background: #1a3a6b;
}
#modal .modal-header .close {
  color: #fff;
  opacity: 1;
  margin-top: 0;
}
#modal .modal-header .modal-body {
  text-align: center;
  padding: 0;
}
