/* Component Name */
.AR13_newest-article {
    max-width: 1440px;
    min-height: 742.95px; /* 230106 min-height css 수정 */
    margin: 0 auto;
    position: relative;
    padding: 40px 24px;
    word-break: keep-all;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article {
        min-height: 100vh; /* 230106 min-height css 수정 */
    }
}

.AR13_newest-article .AR13_newest-article-head-title {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 3.2rem;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    padding-bottom: 32px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article-head-title {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article-head-title {
        font-size: 2.4rem;
    }
}

.AR13_newest-article .AR13_newest-article-wrap {
    position: relative;
}

.AR13_newest-article .AR13_newest-article-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.AR13_newest-article .AR13_newest-article__bigvol {
    position: relative;
    top: 0;
    left: 0;
    width: 62.3%;
    max-width: 826px;
    z-index: 2;
    display: block;
}

.AR13_newest-article .AR13_newest-article__bigvol.colorBlack * {
    color: #000 !important;
}

.AR13_newest-article .AR13_newest-article__bigvol.dark-bg {
    color: #ffffff;
}

.AR13_newest-article .AR13_newest-article__bigvol.dark-bg .bigvol-desc__info-time {
    color: #666;
}

.AR13_newest-article .AR13_newest-article__bigvol.dark-bg .bigvol-desc-tags-item {
    color: #000;
    border-color: #ddd;
}

.AR13_newest-article .AR13_newest-article__bigvol.light-bg {
    color: #000000;
}

.AR13_newest-article .AR13_newest-article__bigvol.light-bg .bigvol-desc__info-time {
    color: #555;
}

.AR13_newest-article .AR13_newest-article__bigvol.light-bg .bigvol-desc-tags-item {
    color: #000000;
    border-color: #000;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol__img {
    position: relative;
    height: 465px;
    z-index: -1;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol__img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    aspect-ratio: 16/9;
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-wrap {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    z-index: 0;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-wrap {
        border-radius: 25px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-wrap {
        border-radius: 20px;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-wrap.techblog-black {
    background: #000;
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-wrap.bg-dim::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* WSC-2633 접근성 수정 추가 */
.AR13_newest-article
    .AR13_newest-article__bigvol
    .AR13_newest-article__bigvol-wrap.bg-dim:focus-visible::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: #fff dashed 1px;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    outline-offset: -2px;
    border-radius: inherit;
    z-index: 10;
}
/* //WSC-2633 접근성 수정 추가 */

.AR13_newest-article
    .AR13_newest-article__bigvol
    .AR13_newest-article__bigvol-wrap
    .bigvol-video-btn {
    position: absolute;
    top: 26%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 96px;
    height: 96px;
    background: url('../../designs/global/common/resources/img/icon/icon-video.svg') 0 0/100%
        100%;
    z-index: 1;
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-top-eyebrow {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 2.4rem;
    line-height: 1.41;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-top-eyebrow {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-top-eyebrow {
        font-size: 2rem;
        line-height: 2.7rem;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__time {
    margin-left: 10px;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__time::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #fff;
    opacity: 0.5;
    margin-right: 10px;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__vol {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 6.4rem;
    line-height: 1.31;
    font-weight: 700;
    color: #ffffff;
    margin-top: 4px;
    line-height: 100%;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__vol {
        font-size: 4.8rem;
        line-height: 1.33;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__vol {
        font-size: 3.2rem;
        line-height: 1.34;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns-twitter {
    background-image: url('../../designs/global/common/resources/img/icon/icon-small-white-social-twitter.svg');
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns-facebook {
    background-image: url('../../designs/global/common/resources/img/icon/icon-small-white-social-facebook.svg');
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns-kakaotalk {
    background-image: url('../../designs/global/common/resources/img/icon/icon-small-white-social-kakao.svg');
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns-mail {
    background-image: url('../../designs/global/common/resources/img/icon/icon-small-white-social-email.svg');
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-all-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-desc {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 32px 24px 0; /*221118 margin-right 값 변경*/
    color: #000;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__eyebrow {
    font-size: 1.4rem;
    font-family: 'Samsung Sharp Sans', sans-serif;
    margin-bottom: 6px;
    letter-spacing: 1.33px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__eyebrow {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__eyebrow {
        font-size: 1rem;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__title {
    display: block;
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: block;
    display: -webkit-box;
    /* max-height: 3em; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__title {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__title {
        font-size: 2.4rem;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__content {
    display: none;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info {
    margin: 20px 0 0 0;
    font-family: 'Samsung One', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.33;
    font-weight: 700;
    color: #666;
    text-transform: none;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info {
        font-size: 1.2rem;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-time {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #666;
    line-height: 1.33;
    font-weight: 700;
    text-transform: none;
    color: inherit;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-time {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-time {
        font-size: 1.2rem;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-author {
    margin-left: 8px;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-author::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #8f8f8f;
    margin-right: 8px;
}

/* 24-07-12 [DSWG-11613] AR13 Hashtag 간격 이슈 수정 */
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

/* 24-07-12 [DSWG-11613] AR13 Hashtag 간격 이슈 수정 */
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-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: #ddd;
    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;
    background-color: transparent;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.disabled,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item:disabled,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-medium {
        padding: 0 12px;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-small {
        padding: 0 12px;
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.none-border {
    border: none;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-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;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-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;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg.icon-left:before,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.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='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg:active,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg:focus-visible {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
}

.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg:active.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg:active.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg:focus-visible.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg:hover {
        color: #dddddd;
        border-color: #dddddd;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .AR13_newest-article
        .AR13_newest-article__bigvol
        .bigvol-desc-tags-item.dark-bg:hover.icon-left:before,
    .AR13_newest-article
        .AR13_newest-article__bigvol
        .bigvol-desc-tags-item.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg.disabled,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.dark-bg:disabled,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg
    [aria-disabled='true'] {
    color: #555555;
    border-color: #555555;
    background-color: transparent;
}

.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg.disabled.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg.disabled.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg:disabled.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg:disabled.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.dark-bg
    [aria-disabled='true'].icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg {
    color: #000000;
    border: 1px solid #000000;
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg.icon-left:before,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.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='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg:active,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg:focus-visible {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
}

.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg:active.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg:active.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg:focus-visible.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg:hover {
        color: #555555;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: #555555;
    }
    .AR13_newest-article
        .AR13_newest-article__bigvol
        .bigvol-desc-tags-item.light-bg:hover.icon-left:before,
    .AR13_newest-article
        .AR13_newest-article__bigvol
        .bigvol-desc-tags-item.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg.disabled,
.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.light-bg:disabled,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg
    [aria-disabled='true'] {
    color: #dddddd;
    background-color: transparent;
    border-color: #dddddd;
}

.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg.disabled.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg.disabled.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg:disabled.icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg:disabled.icon-right:after,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.light-bg
    [aria-disabled='true'].icon-left:before,
.AR13_newest-article
    .AR13_newest-article__bigvol
    .bigvol-desc-tags-item.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item:first-child {
    margin-left: 0;
}

.AR13_newest-article .AR13_newest-article__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.67%;
    flex: 0 1 40.67%;
    padding-left: 40px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40.67%;
        flex: 0 1 40.67%;
        padding-left: 0;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item {
    position: relative;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
    min-width: 0;
    height: 162px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item:first-child {
    padding-top: 32px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item:first-child {
        padding-top: 24px;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item:last-child {
    border-bottom: none;
    /*221118 padding-bottom 삭제*/
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-desc > a {
    display: block;
    padding: 0 202px 0 0;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-thum {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 162px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 162px;
    flex: 0 0 162px;
    height: 0;
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    width: 162px;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-item:first-child
    .AR13_newest-article__list-thum {
    top: 32px;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-thum img {
    border-radius: inherit;
    min-width: 0;
    min-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-eyebrow {
    font-size: 1.4rem;
    font-family: 'Samsung Sharp Sans', sans-serif;
    margin-bottom: 6px;
    letter-spacing: 1.33px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 162px);
    flex: 0 0 calc(100% - 162px);
    -ms-flex-preferred-size: calc(100% - 162px);
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-eyebrow {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-eyebrow {
        font-size: 1rem;
    }
}

/* 230314 2라인->3라인 수정 */
.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.8rem;
    line-height: 1.41;
    font-weight: 700;
    font-family: 'Samsung Sharp Sans', sans-serif;
    display: block;
    display: -webkit-box;
    height: 4.2em;
    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;
    margin: 16px 0 14px 0;
    padding: 0;
}
/* //230314 2라인->3라인 수정 */

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title {
        font-size: 1.4rem;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title > a {
    display: block;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 202px 12px 0;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__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;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-info
    > *:not(:last-child):after {
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background-color: #dddddd;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-info > *:first-child {
    padding-left: 0;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-info > *:last-child {
    padding-right: 0;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.4rem;
    line-height: 1.41;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
        font-size: 1.2rem;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-time {
    font-family: 'Samsung One', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.33;
    font-weight: bold;
    color: #666;
    text-transform: none;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-time {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-time {
        font-size: 1.2rem;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
    font-size: 1.4rem;
    font-family: 'Samsung Sharp Sans', sans-serif;
    margin-bottom: 6px;
    color: #666;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
        font-size: 1rem;
    }
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -6px;
    padding: 0 182px 0 0;
    overflow: hidden;
    max-height: 28px;
}

.AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-tags .list-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;
    font-weight: bold;
    margin: 0 0 0 8px;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.disabled,
.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item:disabled,
.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item
    [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-medium {
        padding: 0 12px;
    }
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-small {
        padding: 0 12px;
    }
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.none-border {
    border: none;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-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;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-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;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 40px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-large {
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        padding: 0 16px;
        border-radius: 34px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-large {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px;
    }
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
    border-radius: 32px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-medium {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        border-radius: 30px;
    }
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 28px;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.font-small {
    font-size: 1rem;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.selected {
    font-weight: 700;
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.dark-bg {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.dark-bg:active,
.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-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) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.dark-bg:hover {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.light-bg {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
}

.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-tags-item.light-bg:active,
.AR13_newest-article
    .AR13_newest-article__list
    .AR13_newest-article__list-tags
    .list-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) {
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.light-bg:hover {
        border-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.03);
    }
}

.AR13_newest-article .AR13_newest-article__vollist {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 46.7%;
    width: calc(62.2% - 40px);
    z-index: 1;
}

.AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-list {
    border-bottom: 1px solid #dddddd;
    padding: 24px 64px 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-list:last-child {
    border-bottom: 0;
}

.AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 151px;
    flex: 0 0 151px;
}

.AR13_newest-article .AR13_newest-article__vollist .vollist__num {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 2.4rem;
    line-height: 1.41;
    font-weight: 700;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__vollist .vollist__num {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__vollist .vollist__num {
        font-size: 2rem;
        line-height: 2.7rem;
    }
}

.AR13_newest-article .AR13_newest-article__vollist .vollist__time {
    font-size: 1.4rem;
    font-family: 'Samsung One', sans-serif;
    font-weight: 700;
    font-weight: 400;
    color: #757575;
    margin-top: 4px;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__vollist .vollist__time {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__vollist .vollist__time {
        font-size: 1.4rem;
    }
}

.AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-title {
    font-family: 'Samsung One', sans-serif;
    font-size: 2.2rem;
    line-height: 1.41;
    font-weight: 700;
    display: block;
    display: -webkit-box;
    max-height: 3em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1023px) {
    .AR13_newest-article {
        padding: 32px;
    }
    .AR13_newest-article .AR13_newest-article-head-title {
        padding-bottom: 24px;
    }
    .AR13_newest-article .AR13_newest-article-wrap {
        position: relative;
    }
    .AR13_newest-article .AR13_newest-article-right {
        display: block;
    }
    .AR13_newest-article .AR13_newest-article__bigvol {
        position: relative;
        width: 100%;
        max-width: inherit;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol__img {
        height: auto;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol__img img {
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__time::before {
        height: 16px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__vol {
        margin-top: 4px;
        line-height: 100%;
        font-size: 3.7rem;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns {
        margin-top: 14px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-desc {
        margin-right: 20px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-time {
        font-size: 12px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-author::before {
        height: 10px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags-item.btn-small {
        padding: 0 16px; /*221118 padding 값 변경*/
        font-size: 1rem;
        height: 28px;
        line-height: 26px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
    }
    .AR13_newest-article .AR13_newest-article__list {
        padding-top: 24px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item {
        padding: 24px 0;
        margin: 0 32px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item:last-child {
        padding-bottom: 68px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-desc > a {
        padding: 0 222px 0 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-info {
        padding: 0 222px 12px 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title {
        max-width: 418px;
        margin-bottom: 24px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-thum {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
        flex: 0 0 162px;
        width: 162px;
        top: 24px;
        right: 0;
        padding-bottom: 162px;
    }
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-item:first-child
        .AR13_newest-article__list-thum {
        top: 24px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-tags {
        padding: 0 222px 0 0;
    }
    .AR13_newest-article
        .AR13_newest-article__list
        .AR13_newest-article__list-tags
        .list-tags-item.btn-small {
        padding: 0 12px; /*221118 padding 값 변경*/
        font-size: 1rem;
        height: 26px; /*221118 height 값 변경*/
        line-height: 26px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-tags a:first-child {
        margin-left: 0;
    }
    .AR13_newest-article .AR13_newest-article__vollist {
        position: relative;
        padding-top: 0;
        width: 100%;
        padding-top: 36px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-list {
        padding: 32px 40px 32px 16px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
        flex: 0 0 148px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .vollist__time {
        margin-top: 4px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article {
        padding: 24px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol {
        position: relative;
        width: 100%;
    }
    .AR13_newest-article
        .AR13_newest-article__bigvol
        .AR13_newest-article__bigvol-wrap
        .bigvol-video-btn {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-box {
        padding: 24px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .AR13_newest-article__bigvol-desc {
        margin: 0;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__time::before {
        width: 1px;
        height: 14px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__vol {
        margin-top: 12px;
        font-size: 4.8rem;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-top__sns {
        position: absolute;
        bottom: 24px;
        left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info-author::before {
        height: 10px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__info {
        margin-top: 24px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__title {
        margin-top: 24px;
        -webkit-line-clamp: 3;
        max-height: 102px;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__content {
        margin-top: 10px;
        display: block;
        font-family: 'Samsung One', sans-serif;
        font-size: 1.8rem;
        line-height: 1.41;
        font-weight: 400;
    }
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc-tags {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__content {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__bigvol .bigvol-desc__content {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .AR13_newest-article .AR13_newest-article__list {
        padding-top: 36px;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-desc {
        display: block;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-desc > a {
        padding: 0 142px 0 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-title {
        display: block;
        display: -webkit-box;
        height: 4.2em;
        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;
        height: 69px;
        font-size: 1.6rem;
        margin-top: 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item {
        padding: 24px 0;
        margin: 0 0;
        height: auto;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-item:last-child {
        padding-bottom: 56px; /*221118 padding-bottom 값 변경*/
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-info {
        padding: 0 126px 12px 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-tags {
        max-height: 26px;
        padding: 0;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-author {
        font-size: 1.2rem;
    }
    .AR13_newest-article .AR13_newest-article__list .AR13_newest-article__list-thum {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        width: 110px;
        top: 24px;
        right: 0;
        padding-bottom: 110px;
    }
    .AR13_newest-article .AR13_newest-article__vollist {
        position: relative;
        padding-top: 0;
        width: 100%;
        padding-top: 36px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-list {
        padding: 32px 40px 32px 16px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .AR13_newest-article__vollist-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
        flex: 0 0 148px;
    }
    .AR13_newest-article .AR13_newest-article__vollist .vollist__time {
        margin-top: 4px;
    }
}
