#special_article {
    position: relative;
}

#special_article > .article_container {
    overflow: hidden;
}

#special_article > .article_container > .slide_List > .slide_Box {
    height: calc(100vh - 8rem);
}

#special_article > .special_title_container {
    position: absolute;
    text-align: center;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--common-white);
    opacity: 0.7;
}

#special_article > .special_title_container > h3 {
    margin-bottom: 1rem;
}

#special_article > .special_title_container > p {
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid var(--common-white);
}

#special > .detail_container > .specialToggleContent {
    transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 1rem 0;
    column-gap: 6rem;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > div
    > .specialToggleIMG_Thumbnail {
    width: 24rem;
    height: 24rem;
    background-size: cover !important;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle {
    grid-column: 1 / 4;
}
#special > .detail_container > .specialToggleContent > div > div:last-of-type {
    grid-column: 4 / 6;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle
    > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle
    > div
    > div {
    display: flex;
    align-items: center;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle
    > div
    > div
    > h3 {
    margin-right: 3rem;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle
    > div
    > button {
    width: 5rem;
    height: 5rem;
    background: none;
    border: none;
    padding: 0;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_visible_container
    > .specialToggleTitle
    > div
    > button
    > i {
    color: var(--common-black);
    font-size: 5rem;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container {
    position: relative;
    padding-top: 6rem;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container
    > .specialToggleHidden_ContainerLeft {
    width: 55%;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container
    > .specialToggleHidden_ContainerLeft
    > div:first-of-type {
    width: 100%;
    height: 55rem;
    border-radius: 2rem;
    background-size: cover !important;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container
    > .specialToggleHidden_ContainerLeft
    > div:nth-of-type(2) {
    width: 75% !important;
    padding: 4rem 2rem 8rem !important;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container
    > .specialToggleHidden_ContainerLeft
    > div:nth-of-type(2)
    > p {
    margin-bottom: 2rem;
}

#special
    > .detail_container
    > .specialToggleContent
    > .toggle_hidden_container
    > .specialToggleHidden_ContainerRight {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 55rem;
    border-radius: 2rem;
    background-size: cover !important;
}
