.layout-contents .layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.layout-contents .header {
    visibility: visible;
}

.layout-contents .footer {
    display: none;
}

.layout-contents .shopping_cart {
    display: block;
}

.layout-contents .main {
    padding: 60px 29px;
}

.layout-contents .contents {
    display: flex;
    flex-direction: column;
    gap: 93px
}

.layout-contents .contents_title {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    font-size: 32px;
    color: #DEDEDE;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.layout-contents .contents_platform {
    display: flex;
    gap: 39px;
}

.layout-contents .platform_wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-contents .platform_wrap > img {
    width: 100%;
}

.layout-contents .youtube {
    font-size: 60px;
    color: red;
}


.layout-snow .layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 45px 56px;
}

.layout-snow .header {
    visibility: visible;
}

.layout-snow .footer {
    display: none;
}

.snow {
    width: 100%;
    display: flex;
    align-items: center;
}

.snow > .contents_con {
    width: 100%;
    height: 100%;
}

.snow .outer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.snow .img_identifier {
    bottom: 0;
    height: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    z-index: 999;
}

.snow .slider_btn {
    font-size: 4rem;
    color: #aaa;
    height: fit-content;
}

.snow .slider_btn > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.snow .contents_con {
    /*width: 100%;*/
    height: 100%;
    max-height: 500px;
    display: flex;
    position: relative;
    transition: .3s ease-out;
}

.snow .contents_con > .cover_img {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit: contain;
}