/* BASIC css start */
/* new classic */
/* .slidesStatus {
    opacity: 0;
}
.content1media video {
    width: 100%;
}
.slidesControl {
    opacity: 0 !important;
}
#contentWrapper1 {
    aspect-ratio: 36/55;
    display: flex;
    justify-content: center;
    overflow: hidden;
} */
/* new classic */

#mainPageContainer {
    gap: 3rem;
}
.contentWrapper {
    width: 100%;
}
.contentWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contentWrapper1 {
    aspect-ratio: 11/8;

    display: flex;
    justify-content: center;
    overflow: hidden;
}

.contentSlides {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    display: flex;
    transition: 0.3s;
}

.contentSlide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
}
.content1media {
    width: 100%;
    height: 100%;
}

/* ÅÛÇÃ¸´ 0 */
.content1textTemp0 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1rem;
    /* letter-spacing: 0.125rem; */

    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    font-family: "cinzel";
}
.content1textTemp0 .bottomPositionBox {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.content1textTemp0 h1 {
    font-size: 3rem;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.125rem;
}
.alokdalok {
    display: flex;
}
.alokdalok span {
    color: #7a0c0d;
    /* color: #24412d; */
}
.alokdalok span:nth-child(odd) {
    color: #24412d;
}
.content1textTemp0 span {
    margin: 0;
}
.content1textTemp0 h5 {
    text-align: center;
    color: #24412d;
    font-size: 0.875rem;
    padding-bottom: 0.125rem;
    border-bottom: 1px solid #24412d;
    font-weight: 600;
}
/* ÅÛÇÃ¸´ 0 */

/* ÅÛÇÃ¸´ 1 */
.content1textTemp1 {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.content1textTemp1 h5 {
    color: var(--white);
    margin: 0 auto -2rem 0.5rem;
}
.content1textTemp1 h1 {
    font-size: 8rem;
    font-family: "Bodoni Moda";
    color: var(--white);
}
.content1textTemp1 .content1Btns {
    display: flex;
    flex-flow: row nowrap;
    width: 14rem;
    margin: -1rem 0 1.75rem 0;
    gap: var(--smallgap);
}
.content1Btns a {
    line-height: 2.125rem;
    width: calc((100% - var(--smallgap)) / 2);
    flex: 1;
    border-radius: 2.5rem;
    background-color: var(--white);
    text-align: center;
    box-shadow: 3px 3px 5px #00000020;
    font-size: 0.875rem;
}
.content1Btns a:hover {
    transition: 0.3s;
    background-color: var(--black);
    color: var(--white);
}

.content1Underline {
    position: absolute;
    bottom: 1rem;
    text-align: center;
    padding: 0.125rem 1rem;
    font-size: 1rem;
    margin-bottom: 1.5vw;
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
/* ÅÛÇÃ¸´ 1 */

/* ¸ÞÀÎ¹è³Ê ÅÛÇÃ¸´ 2 (2ºÐÇÒ ÅÛÇÃ¸´)*/
.content1textTemp2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.content1textTemp2 .partition {
    flex: 1;
    width: 100%;
    height: 100%;
}
.changingItem_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    animation-name: blurEffect;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.changingItem_Box img {
    position: absolute;
    /* width: 100%; */
    object-fit: contain;
    /* opacity: 0; */
    animation-name: changingItem;
    animation-timing-function: ease-out;
    animation-direction: normal;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
.changingItem_Box img:nth-child(1) {
    animation-name: changingItem1;
}

.changingItem_Box img:nth-child(2) {
    animation-name: changingItem2;
}

.changingItem_Box img:nth-child(3) {
    animation-name: changingItem3;
}
.partitionBtn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.875rem;
    width: 12rem;
    text-align: center;
    line-height: 1.875rem;
    background-color: #ffffffcc;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 5px #00000020;
}
.absoluteTitle {
    position: absolute;

    font-family: "cinzel";
    font-weight: 600;
}
.color_navy {
    color: #00284e;

    font-size: 4.5rem;
    top: 2rem;
}
.color_burgundy {
    color: #7d0018;

    font-size: 4.5rem;
    top: 2rem;
}
.color_black {
    color: #fff;
    font-size: 3rem;
    bottom: 3.5rem;
}
/* ¸ÞÀÎ¹è³Ê ÅÛÇÃ¸´ 2 ³¡*/

.slidesControl {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    bottom: 50%;
    transform: translateY(50%);
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    box-shadow: 2px 2px 2px #00000030;
    opacity: 0.5;
}
#slidesControlLeft {
    left: 1.5rem;
    transform: rotateZ(135deg);
}
#slidesControlRight {
    right: 1.5rem;
    transform: rotateZ(315deg);
}
.slidesControl:hover {
    width: 1.75rem;
    height: 1.75rem;
    opacity: 1;
    transition: 0.3s;
}
.slidesStatus {
    position: absolute;
    top: 0.75rem;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    gap: 0.5rem;
}
.slidesStatus button {
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--white);
    box-shadow: 1px 1px 3px #00000030;
    border-radius: 100%;
    opacity: 0.5;
}
.slidesStatus button:hover {
    opacity: 1;
}
#checkedStatus {
    opacity: 1;
}
.content1media {
    width: 100%;
    height: 100%;
}

/* ºê·£µå ÀÌ½´ */

#contentWrapperIssues {
    background-color: #f8f8f8;
    width: 100%;
    align-items: flex-start;
}
.issueTittle {
    font-weight: 500;
    padding: 1rem 0 0 1rem;
}

.issuesContainer {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    overflow-x: scroll;
}
.issueContents {
    /* max-width: var(--content-max-width); */
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1rem;
    margin: 1rem;
}
.issueContent {
    /* flex: 1; */
    width: 20rem;
    height: 20rem;
    background-color: #eee;
    overflow: hidden;
    box-shadow: 0 0px 6px #00000015;
}
.issueContentText {
    width: 100%;
    height: 5rem;
    background-color: #ffffffee;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.issueContent:hover .issueContentText {
    transition: 0.5s;
    bottom: 50%;
    height: 8rem;
    transform: translateY(50%);
}
.issueContentTextMain {
    font-size: 1rem;
    font-weight: 400;
}
.issueContentTextSub {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--darkgrey);
}

/* ºê·£µå ÀÌ½´ */

#contentWrapper2 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.content2media {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;

    /* height: calc(100vw / 2);
    min-height: calc(var(--pc-min-width) / 2);
    max-height: calc(var(--pc-max-width) / 2); */
}
.content2media iframe,
.content2media object,
.content2media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contentWrapper2 h1 {
    font-size: 2rem;
    margin: 0.5rem;
}

#contentWrapper3 {
    display: flex;
    flex-flow: column nowrap;
    gap: var(--smallgap);
    justify-content: center;
    width: 100%;
}
.content3list {
    width: 100%;

    height: 60vw;
    min-height: calc(var(--pc-min-width) * 60 / 100);
    max-height: calc(var(--pc-max-width) * 60 / 100);
    background-color: antiquewhite;
}
.content3list:hover h4 {
    transform: scale(1.2);
    transition: 0.3s;
}
.content3list:hover .innerGradationLayer1 {
    height: 400%;
    transition: 0.3s;
}
.content3media {
    width: 100%;
    height: 100%;
}
.innerGradationLayer1 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 212, 255, 0) 100%
    );
}
.content3text {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 1em;
}
.content3list h4 {
    color: var(--white);
    font-weight: 500;
}

#contentWrapper4 {
    width: 100%;

    height: 14rem;
    min-height: calc(var(--pc-min-width) * 60 / 100);
    max-height: calc(var(--pc-max-width) * 60 / 100);
}
.content4media {
    width: 100%;
    height: 100%;
    background: linear-gradient(247deg, #9a72ff, #5dffd3);
    background-size: 200% 200%;

    -webkit-animation: con4backAnimation 7s ease infinite;
    -moz-animation: con4backAnimation 7s ease infinite;
    -o-animation: con4backAnimation 7s ease infinite;
    animation: con4backAnimation 7s ease infinite;
}

.content4text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.content4text p {
    color: white;
}
.content4text h1 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
}
.content4btns {
    display: flex;
    flex-flow: row nowrap;
    gap: 2rem;
}
.content4btns a {
    text-align: center;
    cursor: pointer;
}
.content4btns a:hover {
    text-align: center;
    transition: 0.3s;
    transform: scale(1.1);
}
.content4btns a img {
    width: 3.5rem;
    height: auto;
}
.content4btns a p {
    color: var(--white);
    margin-top: 0.25em;
}
#contentWrapperIssues,
#contentWrapper5,
#contentWrapper6,
#contentWrapper7,
#contentWrapper8 {
    display: flex;
    flex-flow: column nowrap;

    justify-content: center;
}
#contentWrapper5 h1,
#contentWrapper6 h1,
#contentWrapper7 h1,
#contentWrapper8 h1 {
    font-size: 1.25rem;
    padding: 0.75rem;
}

.content5ul {
    width: 100%;

    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
.content5list {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
}

.content5list:hover h4 {
    transition: 0.3s;
    color: var(--brandcolor);
    border-bottom: 2px solid var(--brandcolor);
}
.content5list:hover h3 {
    transition: 0.3s;
    color: var(--brandcolor);
}
.content5media {
    width: 100%;
    height: 100vw;
    min-height: var(--pc-min-width);
    max-height: var(--pc-max-width);
}
.content5text {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.content5text h3 {
    margin: 0.5em;
    font-weight: 500;
}

.content5text h4 {
    color: var(--darkgrey);
    border-bottom: 2px solid var(--darkgrey);
}
.content6list {
    display: flex;
    flex-flow: row wrap;
}
.content6media {
    width: 50%;
    height: 50vw;
    min-height: calc(var(--pc-min-width) / 2);
    max-height: calc(var(--pc-max-width) / 2);
    padding: calc(var(--smallgap) / 4);
}
.content6img {
    width: 100%;
    height: 100%;
}
.content6text {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.content6text h4 {
    font-weight: 500;
    color: var(--white);
}

.content7ul {
    width: 100%;
    max-width: var(--content-max-width);
    display: flex;
    flex-flow: row wrap;
}
.content7list {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
    padding: 1rem calc(var(--smallgap) / 4);
}
.content7media {
    height: calc(100vw * 0.84);
    min-height: calc(var(--pc-min-width) * 0.84);
    max-height: calc(var(--pc-max-width) * 0.84);
    width: 100%;
    background-color: pink;
    cursor: pointer;
}
.content7media img {
    position: absolute;
}
.content7list:hover img:first-child {
    z-index: 2;
}

.content7list h4 {
    font-weight: 500;
}
#contentWrapper8 {
    max-width: var(--content-max-width);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1.5rem;
}
/* depth 1 */
.listContainer {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: flex-start;
    background-color: #f8f8f8;
    box-shadow: #00000010 1px 1px 5px;
    padding: 1rem var(--smallgap);
    gap: 1rem;
    overflow: hidden;
}
.listHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.listTittle {
    font-weight: 500;
    padding: 0 0.25rem;
}
.listContents {
    width: 100%;
    overflow: scroll;
    height: max-content;
    display: flex;
    flex-flow: row nowrap;
    gap: var(--smallgap);
    animation: slideMove 5s infinite;
}
.listContent {
    width: calc((100vw - var(--smallgap) * 8) / 2);
    max-width: calc((var(--content-max-width) - var(--smallgap) * 8) / 2);
    min-width: calc((var(--pc-min-width) - var(--smallgap) * 8) / 2);
    background-color: #fff;
    box-shadow: #00000010 1px 1px 5px;
}
.contentImgWrapper {
    width: 100%;
    height: calc((100vw - var(--smallgap) * 8) / 1.5);
    max-height: calc((var(--content-max-width) - var(--smallgap) * 8) / 1.5);
    min-height: calc((var(--pc-min-width) - var(--smallgap) * 8) / 1.5);
    margin-bottom: 0.5em;
    box-shadow: 3px 3px 5px #00000008;
}
.contentImg {
    width: 100%;
    height: 100%;
}
.contentImg > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contentBtnsWrapper {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.contentBtn {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 3rem;
    background: #ffffffdd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 7px #00000020;
}
.contentBtn svg {
    width: 1.25rem;
    height: 1.25rem;
}
.contentMeta {
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.contentMeta h5 {
    width: 100%;
    overflow: hidden;
    font-size: 0.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-weight: 500;
}
.contentMeta p {
    color: var(--darkgrey);
    margin-top: 0.25em;
}
.contentSoldout {
    color: var(--brandcolor);
}
@-webkit-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-o-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes blurEffect {
    0% {
        filter: blur(0rem);
    }
    66% {
        filter: blur(0rem);
    }
    85% {
        filter: blur(3rem);
    }
    100% {
        filter: blur(0rem);
    }
}

@keyframes changingItem1 {
    0% {
        opacity: 1;
    }
    22.2% {
        opacity: 1;
    }
    33.3% {
        opacity: 0;
    }
    55.5% {
        opacity: 0;
    }
    66.6% {
        opacity: 0;
    }
    88.8% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes changingItem2 {
    0% {
        opacity: 0;
    }
    22.2% {
        opacity: 0;
    }
    33.3% {
        opacity: 1;
    }
    55.5% {
        opacity: 1;
    }
    66.6% {
        opacity: 0;
    }
    88.8% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes changingItem3 {
    0% {
        opacity: 0;
    }
    22.2% {
        opacity: 0;
    }
    33.3% {
        opacity: 0;
    }
    55.5% {
        opacity: 0;
    }
    66.6% {
        opacity: 1;
    }
    88.8% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fontGradation {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 100%;
    }
}
@keyframes flickerImg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* BASIC css end */

