/* 공통 */
img {
  max-width: 100%;
}
.event_contents {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.layout-hidden {
  clip-path: polygon(0 0, 0 0, 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

/* 꼭 확인해주세요! */
.common_notice_section {
  padding: min(11.11%, 40px) 20px;
  background-color: #2b2c3a;
}
.common_notice_section .notice_inner {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.common_notice_section .notice_inner + .notice_inner {
  margin-top: 30px;
}
.common_notice_section .title_box {
  margin: 0 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.common_notice_section .title_box .title {
  display: block;
  margin: 0 0 0 7px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.common_notice_section .text {
  position: relative;
  display: block;
  padding: 0 0 0 12px;
  line-height: 1.71;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  word-break: break-all;
}
.common_notice_section .text a {
  color: #fff;
}
.common_notice_section .text::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
.common_notice_section .text.only-ios {
  display: none;
}
.common_notice_section .text .underline {
  color: #fff;
  text-decoration: underline;
}
