.news .visual .bg {
    background: url("/assets/images/mediaCenter/news/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.news .sub-container-form>.inner {
    justify-content: flex-start;
}

.news .notice-detail .inner {
    justify-content: flex-start;
}

.news .notice-detail .content-head {
    width: 100%;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid var(--gray-color-1);
}

.news .notice-detail .subject {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
}

.news .notice-detail .title-mediumL {
    margin-top: 1.2rem;
    margin-bottom: 2.4rem;
    font-weight: 500;
}

.news .notice-detail .date {
    display: block;
    text-align: right;
    color: var(--gray-color-4);
}

.news .notice-detail .content-wrap {
    margin-top: 0;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    border-bottom: 0.1rem solid var(--gray-color-1);
}

.news .notice-detail .content-wrap img {
    width: auto;
    max-width: 100%;
}

.social .visual .bg {
    background: url("/assets/images/mediaCenter/social/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.social .sub-container .inner {
    justify-content: flex-start;
}

.social .youtube-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(37rem, 100%), 1fr));
    width: 100%;
    column-gap: 2.4rem;
    row-gap: 7.2rem;
}

.social .youtube-list li a {
    display: block;
}

.social .youtube-list li a img {
    border-radius: 1.2rem;
    aspect-ratio: 565/317;
}

.social .instagram-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(28rem, 100%), 1fr));
    width: 100%;
    column-gap: 2.4rem;
    row-gap: 7.2rem;
}

.social .instagram-list li a {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.social .instagram-list li a img {
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.social .instagram-list li a .txt-group {
    display: none; /* Instagram Grid 스타일: 썸네일만 표시 */
}

.social .txt-group {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 10.72rem;
    margin-top: 2.4rem;
    gap: 1.2rem;
}

.social .txt-group span {
    display: -webkit-box;
    font-size: 2.6rem;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.social .txt-group small {
    font-size: 1.6rem;
    color: var(--gray-color-5);
}

.disclosure .visual .bg {
    background: url("/assets/images/mediaCenter/disclosure/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.disclosure .sub-container-form>.inner {
    justify-content: flex-start;
}

.disclosure .content-wrap {
    margin-top: 0;
}

.disclosure .accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    gap: 2.4rem;
}

.disclosure .accordion-header .no {
    width: 4.8rem;
}

.disclosure .accordion-header .title {
    flex: 1;
    width: auto;
    font-size: inherit;
}

.disclosure .accordion-header .date {
    width: 9.6rem;
}

.disclosure .accordion-header .view {
    width: 4.8rem;
}

.disclosure .accordion-container {
    border-top: 0.2rem solid var(--gray-color-1);
}

.disclosure .accordion-container .accordion.page-list {
    border: none;
}

.disclosure .accordion-container .accordion.page-list .accordion-item.active .accordion-button {
    background: none;
}

.disclosure .accordion-container .accordion.page-list .accordion-item.active .accordion-button::before {
    transform: rotate(180deg);
}

.disclosure .accordion-container .accordion.page-list .accordion-item.active .accordion-panel {
    margin-bottom: 3.6rem;
}

.disclosure .accordion-container .accordion.page-list .accordion-item:last-child {
    border-bottom: 0.1rem solid var(--gray-color-1);
}

.disclosure .accordion-container .accordion.page-list .row {
    display: flex;
    align-items: center;
    height: auto;
    margin: 3.6rem 0;
    text-align: center;
    gap: 2.4rem;
}

.disclosure .accordion-container .accordion.page-list .no {
    width: 4.8rem;
    font-size: 1.4rem;
    color: var(--gray-color-4);
}

.disclosure .accordion-container .accordion.page-list .title {
    flex: 1;
    width: auto;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.disclosure .accordion-container .accordion.page-list .date {
    width: 9.6rem;
    font-size: 1.4rem;
    color: var(--gray-color-4);
}

.disclosure .accordion-container .accordion.page-list .accordion-button {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.disclosure .accordion-container .accordion.page-list .accordion-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--base-text-color);
    mask-image: url("/assets/images/icons/icon_arrow_page.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: contain;
    transition: transform 300ms ease;
}

.disclosure .accordion-container .accordion.page-list .accordion-button::after {
    display: none;
}

.disclosure .accordion-container .accordion.page-list .accordion-panel {
    border-radius: 1.2rem;
    background-color: var(--bg-color);
}

.disclosure .pdf-viewer-container {
    padding: 0;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-print {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    border: none;
    border-radius: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: none;
    overflow: hidden;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-print:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--gray-color-2);
    mask-image: url("/assets/images/icons/icon_pdf_print.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: contain;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-share {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    border: none;
    border-radius: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: none;
    overflow: hidden;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-share:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--gray-color-2);
    mask-image: url("/assets/images/icons/icon_pdf_share.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: contain;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-download {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    border: none;
    border-radius: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: none;
    overflow: hidden;
}

.disclosure .pdf-viewer-container .pdf-controls .pdf-download:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--gray-color-2);
    mask-image: url("/assets/images/icons/icon_pdf_download.svg");
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    mask-size: contain;
}

.asset .visual .bg {
    background: url("/assets/images/mediaCenter/asset/bg_visual.jpg") 50% 50%/cover no-repeat;
}

.asset .asset-type+.asset-type {
    margin-top: 14.4rem;
}

.asset .asset-type .btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: left;
    width: auto;
    margin: 0;
}

.asset .asset-type .title {
    margin-bottom: 2.4rem;
}

.asset .asset-type ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.2rem;
    gap: 2.4rem;
}

.asset .asset-type ul li {
    display: flex;
    flex: 1 1 37rem;
    flex-flow: column;
    gap: 1.2rem;
}

.asset .asset-type ul li.full {
    flex: 1 1 100%;
}

.asset .asset-type ul li span {
    display: block;
    font-weight: 500;
}

.asset .asset-type ul li .imgs {
    margin-top: 0;
}

.asset .asset-type .colors {
    display: flex;
    margin-top: 0;
    gap: 0;
}

.asset .asset-type .colors.red li:nth-of-type(1) {
    width: 49%;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    background-color: #D31145;
}

.asset .asset-type .colors.red li:nth-of-type(2) {
    width: 12.75%;
    background-color: #DB406A;
}

.asset .asset-type .colors.red li:nth-of-type(3) {
    width: 12.75%;
    background-color: #E4708F;
}

.asset .asset-type .colors.red li:nth-of-type(4) {
    width: 12.75%;
    background-color: #ED9FB4;
}

.asset .asset-type .colors.red li:nth-of-type(5) {
    width: 12.75%;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    background-color: #F6CFD9;
}

.asset .asset-type .colors.charcoal li:nth-of-type(1) {
    width: 49%;
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    background-color: #333d47;
}

.asset .asset-type .colors.charcoal li:nth-of-type(2) {
    width: 12.75%;
    background-color: #5B636B;
}

.asset .asset-type .colors.charcoal li:nth-of-type(3) {
    width: 12.75%;
    background-color: #848A90;
}

.asset .asset-type .colors.charcoal li:nth-of-type(4) {
    width: 12.75%;
    background-color: #ADB1B5;
}

.asset .asset-type .colors.charcoal li:nth-of-type(5) {
    width: 12.75%;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    background-color: #D6D8DA;
}

.asset .asset-type .colors li {
    flex: none;
    height: 24rem;
    padding: 2.4rem;
    box-sizing: border-box;
    color: var(--white-color);
}

.asset .asset-type .colors li p {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .news .notice-detail .subject {
        font-size: 1.6rem;
    }

    .news .notice-detail .title-mediumL {
        font-size: 2.6rem;
    }

    .news .notice-detail .content-wrap {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .social .youtube-list {
        column-gap: 1.2rem;
        row-gap: 3.6rem;
    }

    .social .youtube-list .txt-group span {
        font-size: 2rem;
    }

    .social .instagram-list {
        grid-template-columns: repeat(auto-fit, minmax(min(28rem, calc(50% - 1.2rem)), 1fr));
        column-gap: 1.2rem;
        row-gap: 3.6rem;
    }

    .social .instagram-list .txt-group span {
        font-size: 1.8rem;
    }

    .social .txt-group {
        justify-content: flex-start;
        min-height: auto;
        margin-top: 1.2rem;
        gap: 0.8rem;
    }

    .social .txt-group small {
        font-size: 1.4rem;
    }

    .disclosure .accordion-header {
        gap: 1.6rem;
    }

    .disclosure .accordion-header .no,
    .disclosure .accordion-header .view {
        width: 3.2rem;
        font-size: 1.6rem;
    }

    .disclosure .accordion-header .title {
        font-size: 1.6rem;
    }

    .disclosure .accordion-header .date {
        display: none;
    }

    .disclosure .accordion-container .accordion.page-list .accordion-item.active .accordion-panel {
        margin-bottom: 2.4rem;
    }

    .disclosure .accordion-container .accordion.page-list .row {
        display: grid;
        grid-template-columns: 3.2rem 1fr 1fr 3.2rem;
        grid-template-rows: auto auto;
        margin: 2.4rem 0;
        column-gap: 1.6rem;
        row-gap: 0;
    }

    .disclosure .accordion-container .accordion.page-list .no {
        grid-column: 1;
        grid-row: 1/3;
        width: 3.2rem;
    }

    .disclosure .accordion-container .accordion.page-list .title {
        grid-column: 2/4;
        grid-row: 1/2;
    }

    .disclosure .accordion-container .accordion.page-list .date {
        grid-column: 2/4;
        grid-row: 2/3;
        font-size: 1.4rem;
        text-align: left;
    }

    .disclosure .accordion-container .accordion.page-list .accordion-button {
        grid-column: 4;
        grid-row: 1/3;
        width: 3.2rem;
        height: 3.2rem;
    }

    .disclosure .accordion-container .accordion.page-list .accordion-button::before {
        mask-size: auto;
    }

    .asset .asset-type+.asset-type {
        margin-top: 7.2rem;
    }

    .asset .asset-type ul {
        margin-top: 3.6rem;
    }

    .asset .asset-type .colors {
        flex-flow: column;
    }

    .asset .asset-type .colors li {
        width: 100% !important;
        height: 6.8rem;
    }

    .asset .asset-type .colors li:nth-of-type(1) {
        height: 13rem;
        border-top-right-radius: 1.2rem;
        border-bottom-left-radius: 0 !important;
    }

    .asset .asset-type .colors li:nth-of-type(5) {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1.2rem;
    }

    .asset .asset-type .colors li p {
        display: grid;
        justify-content: space-between;
        grid-template-rows: auto auto;
    }

    .asset .asset-type .colors li p span {
        grid-column: 1/2;
    }

    .asset .asset-type .colors li p span:last-child {
        grid-column: 2/3;
    }
}

@media screen and (max-width: 1024px) {
    .social .instagram-list li a img {
        aspect-ratio: 1/1;
    }

    .asset .asset-type .btn-wrap {
        position: static;
        margin: 2.4rem 0;
    }
}

@media screen and (max-width: 907px) {
    .social .youtube-list li a img {
        aspect-ratio: auto;
    }
}