/* Component Name */
.CO20_latest-news-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.CO20_latest-news {
  padding-top: 120px;
}

.CO20_latest-news .CO20_latest-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px auto 0 auto;
  position: relative;
  max-width: 1504px;
  padding: 0 32px;
  /* 비정형 */
}

.CO20_latest-news .CO20_latest-news-list:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item {
  position: relative;
  margin: 24px 0 0 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(34% - 24px);
          flex: 0 0 calc(34% - 24px);
  -ms-flex-preferred-size: calc(34% - 24px);
  min-width: 0;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item:first-child, .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item:nth-child(3n + 4) {
  margin-left: 0;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item.bigSize {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 918px;
          flex: 0 0 918px;
  width: auto;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item.bigSize .CO20_latest-news-list-thum:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(0, 0, 0, 0)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 22%, #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, #000000);
  z-index: 1;
  pointer-events: none;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item.bigSize .CO20_latest-news-list-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px;
  color: #ffffff;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item.bigSize .CO20_latest-news-list-time,
.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item.bigSize .CO20_latest-news-list-author {
  color: #dddddd;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
  display: block;
  padding: 0 32px;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum {
  position: relative;
  border-radius: 20px;
  margin: 0 -32px 24px -32px;
  overflow: hidden;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum.playbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-video.svg");
  width: 30%;
  height: 30%;
  z-index: 1;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum.ratio1-1 {
  aspect-ratio: 1 / 1;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum.ratio4-3 {
  aspect-ratio: 4 / 3;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum.ratio16-9 {
  aspect-ratio: 16 / 9;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-thum img {
  border-radius: inherit;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-eyebrow {
    font-size: 1.4rem;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 18px;
  display: block;
  display: -webkit-box;
  max-height: 4.26em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.42em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-title > a {
  display: block;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info {
  margin-bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info > *:not(:last-child):after {
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background-color: #dddddd;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info > *:first-child {
  padding-left: 0;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info > *:last-child {
  padding-right: 0;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info .CO20_latest-news-time {
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info .CO20_latest-news-time {
    font-size: 1.2rem;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info .CO20_latest-news-author {
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info .CO20_latest-news-author {
    font-size: 1.2rem;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -6px -6px;
  padding: 0 32px;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
  margin: 0 0 8px 8px;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.disabled, .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item:disabled,
.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-medium {
    padding: 0 12px;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-small {
    padding: 0 12px;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.none-border {
  border: none;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.font-small {
  font-size: 1rem;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.selected {
  font-weight: 700;
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.dark-bg:active, .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.light-bg:active, .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-tags .grid-tags-item.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.CO20_latest-news .CO20_latest-news-list.irregular {
  margin: 0 auto;
  max-width: 1155px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  padding: 0;
}

@media all and (max-width: 1439px) {
  .CO20_latest-news .CO20_latest-news-list.irregular {
    padding: 0 32px;
  }
}

.CO20_latest-news .CO20_latest-news-list.irregular .gutter-sizer {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  width: 24px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list.irregular .gutter-sizer {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list.irregular .gutter-sizer {
    width: 0;
  }
}

.CO20_latest-news .CO20_latest-news-list.irregular .gutter-sizer:after {
  display: none !important;
}

.CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item {
  width: calc(34% - 30px);
  -ms-flex-preferred-size: calc(34% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(34% - 30px);
          flex: 0 0 calc(34% - 30px);
  padding: 0;
  height: auto;
  margin: 0 0 64px 0;
  min-width: 0;
}

@media all and (max-width: 1439px) {
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item {
    width: calc(33.33% - 41px);
  }
}

.CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-title {
  padding: 0;
}

.CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-thum {
  padding: 0;
  height: auto;
}

.CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-thum:hover img {
  -webkit-transform: translate(0, 0) scale(1.05);
      -ms-transform: translate(0, 0) scale(1.05);
          transform: translate(0, 0) scale(1.05);
}

.CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-thum img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  position: static;
}

.CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-title, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-title {
  padding: 0;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group {
  padding-bottom: 0;
  margin-top: calc(90px - 64px);
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.disabled, .CO20_latest-news .CO20_latest-news-list + .btn-group button:disabled,
.CO20_latest-news .CO20_latest-news-list + .btn-group button [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-medium {
    padding: 0 12px;
  }
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.btn-small {
    padding: 0 12px;
  }
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.none-border {
  border: none;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:active, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:active.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:active.icon-right:after, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:focus-visible.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:hover.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg.disabled, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:disabled,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg.disabled.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg.disabled.icon-right:after, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:disabled.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg:disabled.icon-right:after,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg [aria-disabled='true'].icon-left:before,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:active, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:active.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:active.icon-right:after, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:focus-visible.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:hover.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg.disabled, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:disabled,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg.disabled.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg.disabled.icon-right:after, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:disabled.icon-left:before, .CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg:disabled.icon-right:after,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg [aria-disabled='true'].icon-left:before,
.CO20_latest-news .CO20_latest-news-list + .btn-group button.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO20_latest-news-title-wrap {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news-title-wrap {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news-title-wrap {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news-title-wrap {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news-title-wrap {
    font-size: 28px;
    line-height: 1.32;
  }
}

.CO20_latest-news-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news-title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news-title {
    font-size: 2.4rem;
  }
}

.CO20_latest-news-subtitle {
  display: block;
  font-size: 32px;
  line-height: 1.41;
  margin: 0 0 32px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}

.CO20_latest-news-eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  font-family: "Samsung One", sans-serif;
  letter-spacing: normal;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news-eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news-eyebrow {
    font-size: 1.4rem;
  }
}

.CO20_latest-news__chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 100px;
}

.CO20_latest-news__chip a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: 0;
  font-weight: normal;
  font-weight: bold;
}

.CO20_latest-news__chip a.disabled, .CO20_latest-news__chip a:disabled,
.CO20_latest-news__chip a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO20_latest-news__chip a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO20_latest-news__chip a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news__chip a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news__chip a.btn-medium {
    padding: 0 12px;
  }
}

.CO20_latest-news__chip a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news__chip a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news__chip a.btn-small {
    padding: 0 12px;
  }
}

.CO20_latest-news__chip a.none-border {
  border: none;
}

.CO20_latest-news__chip a.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news__chip a.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO20_latest-news__chip a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .CO20_latest-news__chip a.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .CO20_latest-news__chip a.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.CO20_latest-news__chip a.light-bg {
  color: #000000;
  background-color: #f8f8f8;
}

.CO20_latest-news__chip a.light-bg:active, .CO20_latest-news__chip a.light-bg:focus-visible {
  color: #ffffff;
  background-color: #000000;
}

@media (hover: hover) {
  .CO20_latest-news__chip a.light-bg:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

.CO20_latest-news__chip a + a {
  margin-left: 12px;
}

/* 뉴스리스트 반응형 (regular__list, regular__grid) */
@media screen and (max-width: 1023px) {
  .CO20_latest-news {
    padding-top: 60px;
  }
  .CO20_latest-news .CO20_latest-news-eyebrow {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news-list-eyebrow {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news-title {
    font-size: 16px;
  }
  .CO20_latest-news .CO20_latest-news-subtitle {
    font-size: 24px;
    line-height: 1.42;
    margin: 0 0 24px;
  }
  .CO20_latest-news .CO20_latest-news-list-tags {
    padding: 0 176px 0 0;
  }
  .CO20_latest-news .CO20_latest-news-list-tags .grid-tags-item {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 10px;
  }
  .CO20_latest-news .CO20_latest-news-list {
    /* 비정형 */
    margin: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular {
    margin-bottom: 24px;
    gap: 0 24px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-thum {
    margin: 0 -28px 24px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item {
    width: calc(50% - 45px);
    -ms-flex-preferred-size: calc(50% - 12px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-desc {
    padding: 0 0;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
    padding: 0 28px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-tags {
    padding: 0 28px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-tags {
    padding-right: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    min-height: 196px;
    width: auto;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 178px 0 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item:last-child {
    border-bottom: none;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum {
    margin-left: 16px;
    padding-bottom: 146px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 146px;
            flex: 0 0 146px;
    height: 0;
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    width: 146px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-title {
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    height: 2.8em;
    max-height: 2.8em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin: 0;
    padding: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-eyebrow {
    line-height: 1.33;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 146px);
            flex: 0 0 calc(100% - 146px);
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 146px);
            flex: 0 0 calc(100% - 146px);
    padding: 0;
    -ms-flex-preferred-size: calc(100% - 146px);
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-time,
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-author {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid {
    margin: 0 0 48px 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    -ms-flex-preferred-size: calc(50% - 12px);
    width: auto;
    max-width: none;
    margin: 24px 0 0 24px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item:first-child, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item:nth-child(odd) {
    margin-left: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-title {
    padding: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum {
    padding-bottom: 75%;
    margin-bottom: 20px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info {
    margin-bottom: 10px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-time,
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-author {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-tags {
    padding: 0 8px;
  }
  .CO20_latest-news .CO20_latest-news-list + .btn-group {
    margin-top: 64px;
  }
  .CO20_latest-news .CO20_latest-news__chip {
    margin-bottom: 60px;
  }
  .CO20_latest-news .tab-hide-br {
    display: none;
  }
  .tab-hide-br {
    display: none;
  }
}

/* 뉴스리스트 반응형 (regular__list, regular__grid) */
@media screen and (max-width: 767px) {
  .CO20_latest-news {
    padding-top: 80px;
  }
  .CO20_latest-news .CO20_latest-news-thum {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .CO20_latest-news .CO20_latest-news-subtitle {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.39;
  }
  .CO20_latest-news .CO20_latest-news-list {
    padding: 0 24px;
    /* 비정형 */
    /* 모바일은 regular__grid 단일형태 */
    /**/
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-eyebrow {
    font-size: 10px;
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-title {
    margin-bottom: 12px;
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info > *:not(:last-child):after {
    height: 8px;
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-info .CO20_latest-news-tags {
    margin-left: 8px;
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-time {
    line-height: 1.33;
  }
  .CO20_latest-news .CO20_latest-news-list .CO20_latest-news-list-author {
    line-height: 1.33;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular {
    width: 100% !important;
    gap: 0;
    padding: 0 24px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item {
    width: calc(100% - 48px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin-bottom: 48px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-thum {
    margin: 0 -16px 18px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
    padding: 0 16px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-tags {
    padding: 0 16px;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-list-item .CO20_latest-news-list-grid-thum {
    margin-left: 0;
    margin-right: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.irregular .CO20_latest-news-title {
    font-size: 14px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    min-height: 196px;
    width: auto;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-desc > a, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 178px 0 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item:last-child, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item:last-child {
    border-bottom: none;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum {
    margin-left: 16px;
    padding-bottom: 146px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 146px;
            flex: 0 0 146px;
    height: 0;
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    width: 146px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum img, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum.playbtn:after, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-title, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-title {
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    height: 2.8em;
    max-height: 2.8em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin: 0;
    padding: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-eyebrow, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-eyebrow {
    line-height: 1.33;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 146px);
            flex: 0 0 calc(100% - 146px);
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 146px);
            flex: 0 0 calc(100% - 146px);
    padding: 0;
    -ms-flex-preferred-size: calc(100% - 146px);
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-time,
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-author, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-time,
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info .CO20_latest-news-list-author {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-desc > a, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-desc > a {
    padding-right: 126px;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-thum, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-thum {
    margin-left: 16px;
    padding-bottom: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    height: 0;
    width: 110px;
    margin-left: 0;
    margin-right: 0;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-title, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-title {
    line-height: 1.39;
    font-size: 18px;
    display: block;
    display: -webkit-box;
    max-height: 4.17em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.39em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    height: auto;
  }
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-info,
  .CO20_latest-news .CO20_latest-news-list.regular__list .CO20_latest-news-list-item .CO20_latest-news-list-tags, .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-info,
  .CO20_latest-news .CO20_latest-news-list.regular__grid .CO20_latest-news-list-item .CO20_latest-news-list-tags {
    padding: 0;
  }
  .CO20_latest-news .CO20_latest-news-list + .btn-group {
    margin-top: 48px;
  }
  .CO20_latest-news .CO20_latest-news__chip {
    margin: 32px 0 56px;
  }
  .CO20_latest-news .CO20_latest-news__chip a.btn-large {
    font-size: 12px;
  }
  .CO20_latest-news .CO20_latest-news__chip a + a {
    margin-left: 8px;
  }
}