/* Component Name */
.CO31_related-content .CO31_related-content_headline {
    padding: 80px 0;
    text-align: center;
}
.CO31_related-content .CO31_related-content_headline.no-title {
    padding-top: 0;
}
.CO31_related-content .CO31_related-content_headline h2 {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
}
.CO31_related-content .CO31_related-content_headline .CO31_related-content_recommend-chips {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -8px;
    max-width: 430px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-height: 88px;
    overflow-y: hidden;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content_headline {
        padding: 60px 0 72px;
    }
    .CO31_related-content .CO31_related-content_headline h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 0 32px;
    }
    .CO31_related-content .CO31_related-content_headline .CO31_related-content_recommend-chips {
        padding-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content_headline {
        padding: 48px 0;
    }
    .CO31_related-content .CO31_related-content_headline h2 {
        padding: 0 24px;
    }
}

.CO31_related-content .CO31_related-content_headline .CO31_related-content_recommend-chips > * {
    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;

    -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;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    /**/
    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: 8px 0 0 8px;
    max-height: none;
    font-size: 10px;
    height: 28px;
    line-height: 13px;
    padding: 6px 16px !important;
    border-radius: 14px;
}

.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.disabled,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *:disabled,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *
    [aria-disabled='true'] {
    cursor: not-allowed !important;
    pointer-events: none !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #8f8f8f !important;
}

.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.light_bg {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
}
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.light_bg.active {
    border-color: #2189ff;
}

.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.light_bg:active,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.light_bg:focus-visible {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
    .CO31_related-content
        .CO31_related-content_headline
        .CO31_related-content_recommend-chips
        > *.light_bg:hover {
        border-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.03);
    }
    .CO31_related-content
        .CO31_related-content_headline
        .CO31_related-content_recommend-chips
        > *.light_bg.active:hover {
        border-color: rgba(0, 0, 0, 0);
    }
}

.CO31_related-content
    .CO31_related-content_wrap
    .CO31_related-content_recommend-chips
    > *.none-border {
    border: none;
}

.CO31_related-content
    .CO31_related-content_wrap
    .CO31_related-content_recommend-chips
    > *.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;
}

.CO31_related-content
    .CO31_related-content_wrap
    .CO31_related-content_recommend-chips
    > *.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;
}

/* 24-12-16  [DSWG-12170] CO31(Related-Content-All) 배경 색상 추가 */
.CO31_related-content .CO31_related-content_wrap .CO31_related-content_recommend-chips > *.dark_bg,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.dark_bg {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.CO31_related-content
    .CO31_related-content_wrap
    .CO31_related-content_recommend-chips
    > *.dark_bg:active,
.CO31_related-content
    .CO31_related-content_wrap
    .CO31_related-content_recommend-chips
    > *.dark_bg:focus-visible,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.dark_bg:active,
.CO31_related-content
    .CO31_related-content_headline
    .CO31_related-content_recommend-chips
    > *.dark_bg:focus-visible {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
    .CO31_related-content
        .CO31_related-content_wrap
        .CO31_related-content_recommend-chips
        > *.dark_bg:hover,
    .CO31_related-content
        .CO31_related-content_headline
        .CO31_related-content_recommend-chips
        > *.dark_bg:hover {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.CO31_related-content .CO31_related-content-grid-list {
    max-width: 1220px;
    padding: 0 32px;
    margin: 0 auto;
}

.CO31_related-content .CO31_related-content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    /* 비정형 */
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-item {
    position: relative;
    margin: 48px 0 0 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3% - 16px);
    flex: 0 0 calc(33.3% - 16px);
    -ms-flex-preferred-size: calc(33.3% - 16px);
    min-width: 0;
}

@media screen and (min-width: 1024px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-item:nth-child(-n + 3) {
        margin-top: 0;
    }
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-item:first-child,
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-item:nth-child(3n + 4) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-item:nth-child(odd) {
        margin-left: 0;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-item
    .CO31_related-content-grid-desc
    > a {
    display: block;
    padding: 0;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-item
    .CO31_related-content-grid-desc
    > a:focus-visible {
    outline-offset: 0;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-item.img-hover-effect
    .CO31_related-content-grid-thum
    img {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-item.img-hover-effect
    .CO31_related-content-grid-thum:hover
    img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum {
    position: relative;
    border-radius: 20px;
    margin: 0 0 24px 0;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum {
        margin: 0 0 20px 0; /* 231218 추가 */
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum {
        margin: 0 0 18px 0; /* 231218 추가 */
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-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;
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum.playbtn:after {
    background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-play.svg');
    width: 80px;
    height: 80px;
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: inherit;
    z-index: 1;
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-thum img {
    border-radius: inherit;
    min-width: 100%;
    min-height: 100%;
}

/* 24-12-16  [DSWG-12170] CO31(Related-Content-All) 배경 색상 추가 */
.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-eyebrow {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #757575;
    line-height: 1.33;
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 700;
    padding-left: 32px;
    padding-right: 32px;
}
/* 24-12-16  [DSWG-12170] CO31(Related-Content-All) 배경 색상 추가 */
.CO31_related-content.theme-dark .CO31_related-content-grid .CO31_related-content-grid-eyebrow {
    color: #aaa;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-eyebrow {
        font-size: 1.2rem;
        padding-left: 28px; /* 231201 수정 */
        padding-right: 28px; /* 231201 수정 */
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-eyebrow {
        font-size: 1.2rem;
        padding-left: 16px; /* 231201 수정 */
        padding-right: 16px; /* 231201 수정 */
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-title {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 2.4rem;
    line-height: 1.41;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: block;
    display: -webkit-box;
    max-height: 3.99em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.33em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 16px; /* 231201 수정 */
    font-size: 18px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 25px; /* 231201 수정 */
    max-height: 75px; /* 231201 수정 */
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-title {
        padding-left: 28px; /* 231201 수정 */
        padding-right: 28px; /* 231201 수정 */
        display: block;
        display: -webkit-box;
        max-height: 3.99em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 1.33em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        font-size: 16px; /* 221121 font-size 수정 */
        line-height: 23px; /* 231201 수정 */
        max-height: 69px; /* 231201 수정 */
        margin-bottom: 14px; /* 231201 수정 */
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-title {
        display: block;
        display: -webkit-box;
        max-height: 4.2em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 1.4em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        font-size: 2rem;
        line-height: 2.7rem;
        font-size: 14px; /* 221121 font-size 수정 */
        line-height: 20px; /* 231201 수정 */
        max-height: 60px; /* 231201 수정 */
        padding-left: 16px; /* 231201 수정 */
        padding-right: 16px; /* 231201 수정 */
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-title > a {
    display: block;
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-info {
    margin-bottom: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-info {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-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;
}

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

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-info > *:first-child {
    padding-left: 0;
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-info > *:last-child {
    padding-right: 0;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-info
    .CO31_related-content-grid-time {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 400;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

@media screen and (max-width: 767px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-info
        .CO31_related-content-grid-time {
        font-size: 1.2rem;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-info
    .CO31_related-content-grid-author {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 400;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

@media screen and (max-width: 767px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-info
        .CO31_related-content-grid-author {
        font-size: 1.2rem;
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -8px;
    padding-left: 32px;
    padding-right: 32px;
    max-height: 72px;
    overflow-y: hidden;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-tags {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-tags {
        max-height: 108px;
    }
}

.CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-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: 10px;
    font-weight: 700;
    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;
}

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

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.btn_large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.btn_medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_medium {
        padding: 0 12px;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.btn_small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 15px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_small {
        padding: 0 12px;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.none-border {
    border: none;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-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) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_large {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.btn_medium {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px;
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.font-small {
    font-size: 1rem;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.selected {
    font-weight: 700;
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.dark_bg {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.dark_bg:active,
.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.dark_bg:hover {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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);
}

.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-tags
    .grid-tags-item.light_bg:active,
.CO31_related-content
    .CO31_related-content-grid
    .CO31_related-content-grid-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) {
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-tags
        .grid-tags-item.light_bg:hover {
        border-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.03);
    }
}

.CO31_related-content .CO31_related-content-grid.irregular {
    margin: 0 auto;
    /* margin-bottom: -48px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 24px;
    padding: 0;
}

.CO31_related-content .CO31_related-content-grid.irregular.MasonryNone {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.CO31_related-content .CO31_related-content-grid.irregular.MasonryNone.align-center {
    justify-content: center;
}

.CO31_related-content .CO31_related-content-grid.irregular.MasonryNone .gutter-sizer {
    display: none;
}

.CO31_related-content
    .CO31_related-content-grid.irregular.MasonryNone
    .CO31_related-content-grid-item {
    margin-left: 24px;
}

@media screen and (min-width: 1024px) {
    .CO31_related-content
        .CO31_related-content-grid.irregular.MasonryNone
        .CO31_related-content-grid-item:first-child,
    .CO31_related-content
        .CO31_related-content-grid.irregular.MasonryNone
        .CO31_related-content-grid-item:nth-child(3n + 4) {
        margin-left: 0;
    }
}

@supports (gap: 0px) {
    .CO31_related-content
        .CO31_related-content-grid.irregular.MasonryNone
        .CO31_related-content-grid-item {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid.irregular {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.CO31_related-content .CO31_related-content-grid.irregular .gutter-sizer {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
    width: 24px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid.irregular .gutter-sizer {
        width: 24px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid.irregular .gutter-sizer {
        width: 0;
    }
}

.CO31_related-content .CO31_related-content-grid.irregular .gutter-sizer:after {
    display: none !important;
}

.CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-item {
    width: calc(34% - 24px);
    -ms-flex-preferred-size: calc(34% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(34% - 24px);
    flex: 0 0 calc(34% - 24px);
    padding: 0;
    height: auto;
    margin: 0 0 40px 0;
    min-width: 0;
}

@media screen and (min-width: 1024px) {
    .CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-item {
        max-width: 369px;
    }
}

@media (hover: hover) {
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item:hover
        img {
        -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        transform: scale(1.05) !important;
        -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s,
            -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    }
}

.CO31_related-content .CO31_related-content-grid + .btn-group {
    margin-top: 12px;
    padding-bottom: 120px; /* 221123 padding-bottom 값 수정*/
}

.CO31_related-content .CO31_related-content-grid + .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;
}

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

.CO31_related-content .CO31_related-content-grid + .btn-group button.btn_large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.btn_medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.btn_medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.btn_medium {
        padding: 0 12px;
    }
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.btn_small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.btn_small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.btn_small {
        padding: 0 12px;
    }
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.none-border {
    border: none;
}

.CO31_related-content .CO31_related-content-grid + .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;
}

.CO31_related-content .CO31_related-content-grid + .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;
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg {
    background-color: #ffffff;
    color: #000000;
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg.icon-left:before,
.CO31_related-content .CO31_related-content-grid + .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");
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg:active,
.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
}

.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg:active.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg:active.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg:focus-visible.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .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) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg:hover {
        color: #000000;
        background-color: #eeeeee;
    }
    .CO31_related-content
        .CO31_related-content-grid
        + .btn-group
        button.dark_bg:hover.icon-left:before,
    .CO31_related-content
        .CO31_related-content-grid
        + .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");
    }
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg.disabled,
.CO31_related-content .CO31_related-content-grid + .btn-group button.dark_bg:disabled,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg
    [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
}

.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg.disabled.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg.disabled.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg:disabled.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg:disabled.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.dark_bg
    [aria-disabled='true'].icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .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");
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg {
    background-color: #000000;
    color: #ffffff;
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg.icon-left:before,
.CO31_related-content .CO31_related-content-grid + .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");
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg:active,
.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
}

.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg:active.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg:active.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg:focus-visible.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .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) {
    .CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg:hover {
        color: #eeeeee;
        background-color: #333333;
    }
    .CO31_related-content
        .CO31_related-content-grid
        + .btn-group
        button.light_bg:hover.icon-left:before,
    .CO31_related-content
        .CO31_related-content-grid
        + .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");
    }
}

.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg.disabled,
.CO31_related-content .CO31_related-content-grid + .btn-group button.light_bg:disabled,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg
    [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
}

.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg.disabled.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg.disabled.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg:disabled.icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg:disabled.icon-right:after,
.CO31_related-content
    .CO31_related-content-grid
    + .btn-group
    button.light_bg
    [aria-disabled='true'].icon-left:before,
.CO31_related-content
    .CO31_related-content-grid
    + .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");
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid {
        /* 비정형 */
        margin: 0;
    }
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-tags {
        padding: 0 178px 0 0;
    }
    .CO31_related-content .CO31_related-content-grid.irregular {
        gap: 0 24px;
        /* margin-bottom: -60px; */
    }
    .CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-item {
        width: calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item:nth-child(-n + 2) {
        margin-top: 0;
    }
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item:nth-child(odd) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) and (hover: hover) {
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item:hover
        img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-tags {
        padding-left: 24px;
        padding-right: 24px;
        margin: 0 0 0 -8px;
    }
}

@media screen and (max-width: 1023px) {
    .CO31_related-content .CO31_related-content-grid + .btn-group {
        margin-top: 0px;
        padding-bottom: 80px; /* 221123 padding-bottom 값 수정*/
    }
}

@media screen and (max-width: 767px) {
    .CO31_related-content .CO31_related-content-grid-list {
        padding: 0 24px;
    }
    .CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-tags {
        padding-left: 16px;
        padding-right: 16px;
    }

    .CO31_related-content .CO31_related-content-grid {
        /* 비정형 */
        /* 모바일은 regular__grid 단일형태 */
    }
    .CO31_related-content
        .CO31_related-content-grid
        .CO31_related-content-grid-info
        > *:not(:last-child):after {
        height: 8px;
    }
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-time {
        line-height: 1.33;
    }
    .CO31_related-content .CO31_related-content-grid .CO31_related-content-grid-author {
        line-height: 1.33;
    }
    .CO31_related-content .CO31_related-content-grid.irregular {
        width: 100%;
        gap: 0;
        padding: 0;
        /* margin-bottom: -48px; */
    }
    .CO31_related-content .CO31_related-content-grid.irregular .CO31_related-content-grid-item {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0;
        margin-bottom: 40px;
        max-width: none;
    }
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item:first-child {
        margin-top: 0;
    }
    .CO31_related-content
        .CO31_related-content-grid.irregular
        .CO31_related-content-grid-item
        .CO31_related-content-grid-thum {
        margin-left: 0;
        margin-right: 0;
    }
    .CO31_related-content .CO31_related-content-grid.irregular + .btn-group {
        margin-top: 0px;
        padding-bottom: 60px; /* 221123 padding-bottom 값 수정*/
    }
}
