* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mobile-center-wrap {
  margin-top: 51px;
}

.section-404-wrap {
  background: #f4f4f4;
  padding-bottom: 0;

}

.section-404-wrap > * {
  background: white;
}

.guide-wrap {
  padding-top: 30px;
  padding-bottom: 35px;
}

.top-message {
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -1px;
  color: #313131;
  text-align: center;

  margin-bottom: 10px;
}

.middle-message-wrap {
  display: flex;
  flex-direction: column;
}

.middle-message-wrap > * {
  width: fit-content;
  margin: 0 auto;
}

.middle-message {
  font-family: NotoSansKR;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: -1px;
  color: #666666;
}

.emphasis {
  margin-top: 10px;

  font-family: NotoSansKR;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: -0.88px;
  text-align: center;
  color: #666666;
}

.most-news-section {
  padding: 10px 14px 40px 14px;
  margin-top: 10px;
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.section-top > h2 {

  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #313131;
}

.section-top > span {
  font-family: NotoSansKR;
  font-size: 12px;
  letter-spacing: -1px;
  color: #999999;
}

.more-view-wrap {
  display: flex;
  align-items: center;
}

.more-view {
  font-family: NotoSansKR;
  font-size: 12px;
  letter-spacing: -1px;
  color: #999999;
}

.more-view-icon {
  width: 9px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 2px;
}

.card-news-wrap {
  margin-top: 7px;

  display: flex;
  flex-wrap: wrap;
}

.card {
  display: block;
  width: calc(calc(100% - 7px) / 2);
}

.card:nth-child(odd) {
  margin-right: 7px;
}

.card:nth-child(n+3) {
  margin-top: 15px;
}

.card-inner {
  position: relative;
  padding-top: 64.7%;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-title {
  border: solid 1px #dddddd;
  background-color: #ffffff;
  height: 60px;

  display: flex;
  justify-content: center;
}

.card-title-inner {

  width: calc(100% - 20px);
  height: 40px;
  margin: 10px;

  font-family: NotoSansKR;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -1px;
  color: #313131;
  overflow: hidden;
  text-overflow:ellipsis;
  font-weight: 400;
}

.card-title-inner:active {
  color: #d24b2b;
  text-decoration: underline;
}