:root {
  font-size: 10px;
}

.din.din3-121 {
  max-width: 1280px;
  min-width: var(--desktop-container-wrap-min-width);
  padding-top: 24px;
  padding-bottom: 40px;
  margin: 0 auto;
  display:flex;
  justify-content: center;

  
  .keyword {
    display: block;
    color: #0e4681;
    font-weight: 700;
    font-family: 'Noto Serif KR', serif;
  }

  .desc {
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    white-space: normal;
    font-weight: 400;
    font-family: 'Noto Sans KR', Dotum, Arial, Sans-serif;
    color: #333;
    font-size: 15.4px;
    word-break: keep-all;
  }

  .box {
    .footerContainer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 10px;
      color: #666;

      .read-time-cont {
        margin: 0;
        justify-content: flex-end;
      }
    }
  }
}
/* leftHeadlineContainer */
.din.din3-121 > div[data-dinnum="1"] {
  /* reset */
  width: auto;
  padding-right: 0;
  margin-left: 0 !important;

  /* style */
  min-width: 380px;
  max-width: 380px;
  border-right: 1px solid var(--ked-color-grayscale-500);
  padding: 0 8px;

  margin-top: var(--ked-spacing-xxlarge);

  .leftHeadlineContainer__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 100%;
        gap: var(--ked-spacing-medium);
        padding-right: 8px;

        .divider {
          width: 100%;
          margin: 0;
        }
  }

  .tit {
    height: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 3px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    font-family: 'Noto Serif KR', serif;
  }

  .tit {
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.3em;
      letter-spacing: 0.8px;
  }
}

/* centerHeadlineContainer */
.din.din3-121 > div[data-dinnum="2"] {
    width: 100%;
    border: none;

    min-width: 522px;
    max-width: 522px;
    padding: 8px 2px;

    display: flex;
    flex-direction: column;
    gap: var(--ked-spacing-xxlarge);

      .tit {
    height: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 3px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    font-family: 'Noto Serif KR', serif;
  }

    .divider {
      width: calc(100% - 32px);
      margin: 0 16px;
    }

    .centerHeadlineContainer__bottom {
        display: flex;
        flex-direction: column;
        gap: var(--ked-spacing-xxlarge);
    }

    .headline_news {
      display: flex;
      flex-direction: column;
      padding: 0 16px;
      margin-top: 12px;

      .box {
        margin-top: 0;

        .footerContainer {
          margin-top: 16px;
        }

        .tit.renew {
          height: auto;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-word;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          font-size: 30px;
          line-height: 1.3em;
        }

        .desc {
          padding-right: 4px;
        }

        p.update_time {
          margin-top: 0;
        }
      
        div.read-time-cont {
          margin-top: 0;
        }
      }
    }

    .rp {
      display: block;
      line-height: 26px;
      font-size: 18px;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      letter-spacing: 0.4px;
      font-family: 'Noto Serif KR', serif;
      padding: 0 20px;
    }
}

/* rightHeadlineContainer */
.din.din3-121 > div[data-dinnum="3"] {
  margin-top: var(--ked-spacing-xxlarge);
  border-left: 1px solid var(--ked-color-grayscale-500);
  padding-left: var(--ked-spacing-xlarge);
  height: auto;
}

.divider {
    width: calc(100% - 16px);
    height: 1px;
    background: var(--ked-color-grayscale-500);
    margin: 0 8px;
}

[data-page="index"] {
  #container {
    padding-top: 24px;
  }

  membership-content-card-box[contenttype="fu"] {
    margin-top: 36px;
  }
}

.ssc-head-line, .ssc-line {
  border-radius: 0;
}

.ssc-card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0);
}

.side_area {
  membership-content-card-box {
    margin-bottom: 24px;
  }
}

/* temp newsView */

.head.fixed_head.fixed {
  .headlinePreview {
    display: none;
  }
}

body {
  &[data-sidebar="true"] {
		overflow: hidden;
	}
}