.comingSoonNotice {
    margin: 48px 0 12px;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

@media (max-width: 575px) {
    .comingSoonNotice {
        margin: 28px 0 0;
    }
}

.cdlInsertBlock .pagewrap-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cdlInsertImage {
    margin: 0;
    text-align: center;
}

.cdlInsertImage img {
    display: block;
    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
}

.cdlInsertButton {
    text-align: center;
}

@media (max-width: 575px) {
    .cdlInsertBlock .pagewrap-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.container.full-nopadding .news {
    padding-top: 40px !important;
}

.footer {
    margin-top: 0 !important;
}

html.cdl-preload,
html.cdl-preload body,
html.cdl-fadein,
html.cdl-fadein body {
    background: #000 !important;
}

html.cdl-preload body,
html.cdl-fadein body {
    transition: opacity 0.45s ease;
}

html.cdl-preload body {
    opacity: 0;
}

html.cdl-fadein body {
    opacity: 1;
}

.instagram .ig_box .ig_item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: transparent;
}

.instagram .ig_box .ig_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    transition: transform 0.7s ease, opacity 0.35s ease;
    transform-origin: center center;
}

.instagram .ig_box .ig_item:hover img,
.instagram .ig_box .ig_item:focus img,
.instagram .ig_box .ig_item:focus-visible img {
    transform: scale(1.06);
}

.memberHeading {
    margin-bottom: 0;
}

.memberLabel {
    margin-top: 4px !important;
    display: block;
    margin: 0 0 40px;
    color: #c40000;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}

.cdlBlock,
.cdlBlock .cdlAbout,
.cdlBlock .instagram,
.cdlBlock .cdlLineWrap,
.cdlBlock .cdlnews {
    background: rgba(0, 0, 0, 50%) !important;
}

.cdlBlock #cdlnews {
    background: transparent !important;
}

.cdl_shadow {
    position: relative;
}

.cdl_shadow > .cdlBlock::before {
    content: "";
    position: absolute;
    top: 1;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0, transparent 100%);
    pointer-events: none;
    z-index: 11;
}

.cdl_shadow #cdlAbout .container.section.cdlAbout,
.cdl_shadow #cdlAbout .container.sec_anim {
    position: relative;
    z-index: 12;
}

[data-anchor="cdl"] {
    display: block;
    scroll-margin-top: 150px;
}

#news .news {
    padding-top: 40px;
}

.kv .kvBg,
.kv .kvCont,
.kv .kvFallback {
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

@media (min-width: 992px) {
    .kv {
        overflow: hidden;
    }

    .kv .kvCont {
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        z-index: 2;
    }
}

.kv .kvCont .cmnBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    white-space: nowrap;
}

.kv .kvCont .cmnBtn i {
    flex: 0 0 1.2em;
    width: 1.2em;
    margin-right: 5px;
    text-align: center;
}

.kv .kvCont .detail {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 46%);
    justify-content: space-between;
    align-items: stretch;
}

.kv .kvCont .detail .box {
    width: auto;
    min-width: 0;
}

.kv .kvCont .detail .box:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.kv .kvCont .txt {
    margin-bottom: 0;
}

.kv .kvCont .thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.kv .kvCont .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv .kvBg,
.kv .kvCont {
    will-change: opacity;
}

.home .sec_anim {
    transform: none !important;
    transition: opacity 0.8s ease-in-out !important;
}

.kv .kvFallback {
    position: fixed;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.kv .kvFallback picture,
.kv .kvFallback img {
    display: block;
    width: 100%;
    height: 100%;
}

.kv .kvFallback img {
    object-fit: cover;
    object-position: center center;
}

.kv.is-kv-fallback-visible .kvBg,
.kv.is-kv-fallback-visible .kvCont {
    visibility: hidden;
    pointer-events: none;
}

.kv.is-kv-fallback-visible .kvFallback {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .kv .kvBg,
    .kv .kvFallback,
    .kv .kvBg::after,
    .kv .kvFallback picture,
    .kv .kvFallback img,
    .kvBgSlider,
    .kvBgSlider .swiper-wrapper,
    .kvBgSlider .swiper-slide,
    .kvBgSlider picture,
    .kvBgSlider img {
        height: 100svh;
    }

    .cdl_shadow {
        margin-top: -1px;
    }
}

.photoList {
    scrollbar-color: rgba(140, 140, 140, 0.95) rgba(60, 60, 60, 0.35);
}

.photoList::-webkit-scrollbar {
    height: 8px;
}

.photoList::-webkit-scrollbar-track {
    background: rgba(60, 60, 60, 0.35);
}

.photoList::-webkit-scrollbar-thumb {
    background: rgba(140, 140, 140, 0.95);
    border-radius: 999px;
}

.photoListItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cdlPhoto .photoListItem > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #000;
}

#cdlPhoto .photoListItem > a::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 2;
}

#cdlPhoto .photoListItem > a::after,
#cdlPhoto .photoListItem .info,
#cdlPhoto .photoListItem .info::before,
#cdlPhoto .photoListItem .info::after {
    display: none !important;
    content: none !important;
    animation: none !important;
}

#cdlPhoto .photoListItem .podcastThumbBlur {
    position: absolute;
    inset: -10%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px);
    opacity: 0.4;
    transform: scale(1.12);
    transition: transform 0.7s ease, opacity 0.35s ease;
}

#cdlPhoto .photoListItem .podcastThumbBlur::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.12) 78%, rgba(0, 0, 0, 0.45));
}

#cdlPhoto .photoListItem .thumb {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transition: transform 0.7s ease, opacity 0.35s ease;
    transform-origin: center center;
}

.photoListItem .podcastDummyText {
    margin: 8px 0 0;
    color: #fff;
    font-size: 14px;
    /* font-size: clamp(11px, 1.2vw, 14px); */
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
}

#cdlPhoto .photoListItem > a:hover .thumb,
#cdlPhoto .photoListItem > a:focus .thumb,
#cdlPhoto .photoListItem > a:focus-visible .thumb {
    transform: scale(1.06);
}

#cdlPhoto .photoListItem > a:hover .podcastThumbBlur,
#cdlPhoto .photoListItem > a:focus .podcastThumbBlur,
#cdlPhoto .photoListItem > a:focus-visible .podcastThumbBlur {
    transform: scale(1.18);
    opacity: 0.82;
}

.discographyModalHost {
    padding: 0;
    z-index: auto;
}

#pageTop {
    display: none;
}
