.PD36_related-resource.component-box .component-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 122rem;
    margin: 0 auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

@media(max-width: 767px) {
    .PD36_related-resource.component-box .component-layout {
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

.PD36_related-resource.theme-darkgray .component-layout .CO44_text-block-disclaimer,
.PD36_related-resource.theme-dark .component-layout .CO44_text-block-disclaimer {
    color: #aaa
}

.PD36_related-resource.theme-light .component-layout .CO44_text-block-disclaimer {
    color: #757575
}

.PD36_related-resource__title {
    display: -webkit-box;
    margin-bottom: 100px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 3.6rem;
    line-height: 1.2222222222;
    font-weight: 700;
    text-align: center
}

@media(min-width: 768px)and (max-width: 1023px) {
    .PD36_related-resource__title {
        max-height: 2.7em;
        margin-bottom: 80px;
        font-size: 2.8rem;
        line-height: 1.3571428571
    }
}

@media(max-width: 767px) {
    .PD36_related-resource__title {
        display: block;
        display: -webkit-box;
        max-height: 4.05em;
        margin-bottom: 48px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
        white-space: normal;
        font-size: 2rem;
        line-height: 1.35
    }
}

.PD36_related-resource__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    max-width: 1156px;
    margin: 0
}

.PD36_related-resource__list.centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.PD36_related-resource__list figure {
    display: none
}

@media(max-width: 767px) {
    .PD36_related-resource__list {
        display: block
    }
}

.PD36_related-resource__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 16px);
    flex: 0 0 calc(33.33% - 16px)
}

.PD36_related-resource__item>a {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 168px;
    padding: 24px;
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff
}

.PD36_related-resource.theme-darkgray .PD36_related-resource__item>a,
.PD36_related-resource.theme-dark .PD36_related-resource__item>a {
    background-color: #333
}

@media(min-width: 768px)and (max-width: 1023px) {
    .PD36_related-resource__item {
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px)
    }

    .PD36_related-resource__item>a {
        padding: 20px;
        height: 148px
    }
}

@media(max-width: 767px) {
    .PD36_related-resource__item {
        -ms-flex-preferred-size: calc(100% - 12px);
        flex-basis: calc(100% - 12px);
        margin-bottom: 20px
    }

    .PD36_related-resource__item:last-child {
        margin-bottom: 0
    }

    .PD36_related-resource__item>a {
        padding: 20px;
        height: 130px
    }
}

.PD36_related-resource__item-dl {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding-right: 56px
}

.PD36_related-resource__item-dl>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media(max-width: 1023px) {
    .PD36_related-resource__item-dl {
        padding-right: 44px
    }
}

html[lang^=ko] .PD36_related-resource__item-dl * {
    word-break: break-word !important
}

.PD36_related-resource__item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    max-height: 2.84em;
    margin: 0 0 auto;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal
}

.PD36_related-resource.theme-darkgray .PD36_related-resource__item__title,
.PD36_related-resource.theme-dark .PD36_related-resource__item__title {
    color: #fff
}

@media(min-width: 768px)and (max-width: 1023px) {
    .PD36_related-resource__item__title {
        max-height: 2.8em;
        font-size: 2rem;
        line-height: 1.35
    }
}

@media(max-width: 767px) {
    .PD36_related-resource__item__title {
        max-height: 2.88em;
        font-size: 1.6rem;
        line-height: 1.375
    }
}

.PD36_related-resource__item__eyebrow {
    margin-bottom: 4px;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 700;
    color: #555
}

.PD36_related-resource.theme-darkgray .PD36_related-resource__item__eyebrow,
.PD36_related-resource.theme-dark .PD36_related-resource__item__eyebrow {
    color: #aaa
}

@media(min-width: 768px)and (max-width: 1023px) {
    .PD36_related-resource__item__eyebrow {
        margin-bottom: 4px
    }
}

.PD36_related-resource__item__number {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    color: #000
}

.PD36_related-resource.theme-darkgray .PD36_related-resource__item__number,
.PD36_related-resource.theme-dark .PD36_related-resource__item__number {
    color: #fff
}

@media(max-width: 767px) {
    .PD36_related-resource__item__number {
        font-size: 1.2rem;
        line-height: 1.3333333333
    }
}

.PD36_related-resource__item__date {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    color: #757575
}

.PD36_related-resource.theme-darkgray .PD36_related-resource__item__date,
.PD36_related-resource.theme-dark .PD36_related-resource__item__date {
    color: #aaa
}

.PD36_related-resource__item__icon {
    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-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    background-color: #1c1c1c;
    border-radius: 40px;
    font-size: 0;
    line-height: 0;
    color: inherit;
    text-align: center
}

@media(max-width: 1023px) {
    .PD36_related-resource__item__icon {
        top: 20px;
        right: 20px;
        width: 36px;
        height: 36px
    }
}

.PD36_related-resource__item__icon::after {
    content: "";
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center
}

@media(max-width: 1023px) {
    .PD36_related-resource__item__icon::after {
        background-size: 16px
    }
}

.PD36_related-resource__item__download::after {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-download-bold-white.svg")
}

.PD36_related-resource__item__outlink::after {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-outlink-bold-white.svg")
}

.PD36_related-resource__item__goto::after {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-next-bold-white.svg")
}

.PD36_related-resource .btn-group {
    margin-top: 60px;
    padding-bottom: 0
}