/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/member_login.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.news_dec_2 {
  width: 16.5rem;
  position: absolute;
  top: 6.25rem;
  right: 100%;
  margin-right: -1.875rem;
}
@media screen and (max-width: 890px) {
  .news_dec_2 {
    display: none;
  }
}

.seminar_bg {
  top: 25rem;
}

.page_sec {
  padding: 6.25rem 0 7.5rem;
}
.page_sec .maintitle_row {
  margin-bottom: 3.125rem;
}
.page_sec .btn_row {
  margin-right: -0.625rem;
  margin-top: 1.875rem;
}
.page_sec .btn_col {
  padding: 0 0.625rem;
}
.page_sec .btn_link_txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 480px) {
  .page_sec .btn_link_txt {
    color: #fff;
  }
}
.page_sec .btn_link_txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .page_sec .btn_link_txt:before {
    background: #fff;
  }
}
.page_sec .btn_link_txt:hover {
  color: #2494f8;
}
.page_sec .btn_link_txt:hover:before {
  background: #2494f8;
}

.form_sec {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 890px) {
  .form_sec {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.note_board {
  font-size: 1.25rem;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 1.875rem 0;
  margin-top: 3.125rem;
}
@media screen and (max-width: 480px) {
  .note_board {
    font-size: 1.375rem;
  }
}
.note_board .container {
  width: calc(100% - 7.5rem);
}
@media screen and (max-width: 890px) {
  .note_board .container {
    width: calc(100% - 6.25rem);
  }
}
@media screen and (max-width: 480px) {
  .note_board .container {
    width: calc(100% - 3.75rem);
  }
}
.note_board p {
  margin-bottom: 0.9375rem;
}
.note_board ol {
  list-style: decimal;
  margin-left: 1.125rem;
}
.note_board li {
  line-height: 1.75;
  margin-bottom: 0.9375rem;
}
.note_board span {
  color: #f55b46;
}

/*# sourceMappingURL=member_login.min.css.map*/