@import './fonts/font.css';
.subnav-sub, .subnav-title, .subnav ul {
  display: flex;
  align-items: center;
}

.page-btn strong, .page-btn i, .page-btn, .top {
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  font-family: "Pretendard-R";
  font-size: 14px;
  letter-spacing: -1px;
  color: #222;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

ul {
  padding-left: 0;
}

a {
  color: inherit;
}

span {
  font-size: inherit;
}

input {
  outline: none;
  letter-spacing: 0;
}

table {
  overflow-x: auto !important;
}

.hidden {
  display: none;
}

.scroll-none {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

.scroll-box {
  overflow-x: auto !important;
  padding-bottom: 10px;
}

.nowrap {
  white-space: nowrap;
}

.top {
  visibility: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  background: #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}
.top img {
  width: 20px;
  height: 20px;
}

.background {
  width: 100%;
  height: 300px;
  background-image: url("../img/background-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
.background img {
  width: inherit;
}
.background h2 {
  font-size: 60px;
  color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.sublist {
  width: 100%;
  height: 60px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.subnav {
  display: flex;
  padding-left: 100px;
  height: 100%;
}
.subnav ul {
  margin: 0;
}
.subnav i {
  font-size: 24px;
}

.home::after,
.subnav-title::after {
  content: "|";
  color: #ddd;
  font-size: 20px;
  font-family: "Pretendard-L";
  padding-left: 10px;
}

.subnav-title .subnav-menu {
  margin: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subnav-title .subnav-menu li a {
  font-size: 18px;
  line-height: 35px;
  padding: 5px;
}
.subnav-title .subnav-menu li a:hover {
  font-family: "Pretendard-B";
}
.subnav-title .subnav-menu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid #1E7DFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  display: none;
  background: #fff;
}
.subnav-title .subnav-menu li a.active {
  display: block;
}

.subnav-sub {
  margin: 0px 20px;
  justify-content: space-between;
  width: 210px;
}
.subnav-sub ul {
  flex-direction: column;
  align-items: flex-start;
}
.subnav-sub ul li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid #1E7DFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  display: none;
  width: 195px;
}
.subnav-sub ul li a {
  line-height: 35px;
  font-size: 18px;
}
.subnav-sub ul li a:hover {
  font-family: "Pretendard-B";
}

.select-btn {
  width: 30px;
  height: 20px;
  background: none;
  border: none;
}
.select-btn img {
  width: 100%;
}

.page-btn {
  margin-top: 30px;
}
.page-btn i {
  font-size: 14px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  color: #ddd;
  margin-right: 10px;
}
.page-btn .fa-angles-right {
  margin-right: 0;
}
.page-btn strong {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 10px;
}
.page-btn strong.clicked {
  border: 1px solid #1E7DFF;
  color: #1E7DFF;
}

@media screen and (max-width: 1024px) {
  .background h2 {
    font-size: 5.86vw;
  }
  .subnav {
    padding-left: 9.77vw;
  }
}
@media screen and (max-width: 768px) {
  .background {
    height: 39.06vw;
    background-size: auto;
  }
  .sublist {
    height: 7.81vw;
  }
  .subnav i {
    font-size: 3.13vw;
  }
  .home::after {
    font-size: 2.6vw;
  }
  .subnav-title {
    display: none;
  }
  .subnav-sub {
    width: 27.34vw;
  }
  .subnav-sub ul li ul {
    width: 25.39vw;
  }
  .subnav-sub ul li a {
    font-size: 2.34vw;
    line-height: 4.56vw;
  }
  .select-btn img {
    width: 2.34vw;
  }
  .top {
    width: 6.51vw;
    height: 6.51vw;
  }
  .top img {
    width: 3.26vw;
    height: 3.26vw;
  }
  .page-btn strong {
    width: 3.26vw;
    height: 3.26vw;
  }
  .page-btn strong a {
    font-size: 1.82vw;
  }
  .page-btn i {
    font-size: 1.82vw;
    width: 3.26vw;
    height: 3.26vw;
  }
}
@media screen and (max-width: 600px) {
  .background {
    height: 234.4px;
  }
  .subnav i {
    font-size: 19px;
  }
  .home::after {
    font-size: 15px;
  }
  .subnav-sub {
    width: 164px;
  }
  .subnav-sub ul li ul {
    width: 153px;
  }
  .subnav-sub ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .select-btn img {
    width: 14px;
  }
  .top {
    width: 39px;
    height: 39px;
  }
  .top img {
    width: 20px;
    height: 20px;
  }
  .notice-search {
    justify-content: center !important;
  }
  .notice-search input[type=text] {
    width: 90%;
  }
  .notice-search input[type=text]::-moz-placeholder {
    color: transparent;
  }
  .notice-search input[type=text]::placeholder {
    color: transparent;
  }
  .notice-search_bar {
    width: 28.67vw;
  }
  .page-btn strong {
    width: 20px;
    height: 20px;
  }
  .page-btn strong a {
    font-size: 11px;
  }
  .page-btn i {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .background h2 {
    font-size: 28.2px;
    width: 100%;
    text-align: center;
  }
  .sublist {
    height: 37.5px;
  }
}/*# sourceMappingURL=common.css.map */