/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/event_content.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.page_sec {
  padding: 6.25rem 0 9.375rem;
}
@media screen and (max-width: 480px) {
  .page_sec {
    padding: 6.25rem 0 12.5rem;
  }
}
.page_sec .container_inner {
  max-width: 62.5rem;
}
.page_sec .maintitle_row {
  margin-bottom: 1.875rem;
}
.page_sec .breadcrumbs {
  margin-bottom: 1.25rem;
}
.page_sec .more_btn_row {
  margin-top: 5rem;
}

.arti_info_board {
  padding: 0rem 1.25rem;
  margin-bottom: 1.25rem;
}

.event_info_board {
  background: #eee;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_info_col {
  padding: 0.9375rem 1.875rem;
}

.event_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 0.125rem 0;
  position: relative;
}

.event_info_title {
  padding-right: 0.625rem;
  position: relative;
}
@media screen and (max-width: 890px) {
  .event_info_title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .event_info_title {
    font-size: 1.5rem;
  }
}
.event_info_title:after {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0.5rem;
  right: 0;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.event_info_txt {
  padding-left: 0.625rem;
}
@media screen and (max-width: 890px) {
  .event_info_txt {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .event_info_txt {
    font-size: 1.5rem;
  }
}

.download_link {
  background-repeat: no-repeat;
  background-size: auto 1.125rem;
  background-position: 0.3125rem 50%;
  padding-left: 1.875rem;
}
.download_link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  opacity: 0.7;
}
.download_link[href*=".doc"] {
  background-image: url(../../assets/img/icon_word.png);
}
.download_link[href*=".pdf"] {
  background-image: url(../../assets/img/icon_pdf.png);
}
.download_link[href*=".xls"] {
  background-image: url(../../assets/img/icon_excel.png);
}

.sec_content {
  margin-top: 2.5rem;
}

.sec_table {
  font-size: 1.25rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 0rem 1.875rem;
}
.sec_table th,
.sec_table td {
  text-align: left;
  padding: 0.625rem 0;
}
.sec_table th {
  white-space: nowrap;
  padding-right: 1.875rem;
}
.sec_table td {
  width: 100%;
  border-bottom: 1px solid rgba(36, 148, 248, 0.2);
}
.sec_table tr:last-child td {
  border-bottom: 0;
}

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