.cover {
    display: flex;
    width: 2160px;
    height: 3840px;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 200px;
    height: 200px;
    border: 20px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.list_main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 2160px;
    height: 3840px;
    box-sizing: border-box;
}

.list_main .list_area .img_main {
    position: absolute;
    width: 2160px;
    height: 3840px;
}

.notice_main {
    position: absolute;
    overflow: hidden;
    width: 2160px;
    height: 3840px;
    background: #000000;
}

.notice_main .notice_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 2160px;
    height: 3840px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice_main .notice_box img {
    width: 100%;
    height: 100%;
}

.notice_main .notice_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice_main .notice_box img2 {
    max-width: 100%;
    max-height: 100%;
}

.notice_main .notice_box video2 {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


.sub_page_main {
    position: absolute;
    top: 0px;
    width: 2160px;
    height: 3570px;
    z-index: 100;
}

.sub_page_main .frame_info {
    width: 100%;
    height: 100%;
}

.sub_page_main .frame_info iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
}


::-webkit-scrollbar {
    width: 1px;
    /* 수직 스크롤바의 너비 */
    height: 1px;
    /* 수평 스크롤바의 높이 */
}

/* 수직 스크롤바의 track(바탕) 스타일 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* track 색상 */
}

/* 수직 스크롤바의 thumb(스크롤바의 조절자) 스타일 */
::-webkit-scrollbar-thumb {
    background-color: #888;
    /* thumb 색상 */
/*    border-radius: 5px;*/
    /* thumb 모양을 둥글게 설정 */
}

/* 마우스 호버 시 thumb 스타일 */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* 마우스 호버 시 thumb 색상 변경 */
}

.intro_page {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2160px;
    height: 3840px;
    background: #000000;
    z-index: 300;
}

.intro_page .menu_zone {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 110;
}

.intro_page .menu_zone .img_zone img {
    width: 100%;
    height: 100%;
}

.list_main .index_btm .txt {
    text-align: center;
}

.list_main .index_btm {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    width: 1800px;
    height: 160px;
    border-radius: 500px;
    z-index: 120000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_zone {
    position: fixed;
    top: 0;
    left: 0;
    width: 2160px;
    height: 3570px;
    background: #000000;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.content {
    position: relative;
    width: 2160px;
    height: 3840px;
}

.background {
    position: absolute;
    width: 2160px;
    height: 3840px;
    top: 0px;
    left: 0px;
}


.index_info {
    z-index: 9999;
}
.btn_zone {
    position: absolute;
    top: 130px;
    right: 0px;

}

.btn_zone .btn_home {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 129px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: -6px 4px 15px #00000033;
    z-index: 250;
}

.btn_zone .btn_back {
    position: absolute;
    top: 350px;
    right: 0px;
    width: 129px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: -6px 4px 15px #00000033;
    z-index: 250;
}

.arcade_popup{
    position: absolute;
    width: 2160px;
    height: 3840px;
    z-index: 210;
}

.blur {
    display: block;
}
.store_popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 2160px;
    height: 3840px;
    z-index: 200;
}

.store_popup .popup {
    position: absolute;
    width: 2160px;
    height: 3840px;
    min-height: 2600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 16px #0000004D;

    overflow: hidden;
}

.popup .img_box {
    position: relative;
    width: 100%;
    height: 1280px;
    overflow: hidden;
}

.popup .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.store_popup .qr_zone {
    display: flex;
}

.store_popup .qr_img {
}

nav{
    z-index: 250;
}


nav li[code="1"] img:nth-child(1) {
    display: inline;
}
nav li[code="1"] img:nth-child(2) {
    display: none;
}

nav li[code="1"].active img:nth-child(1) {
    display: none;
}
nav li[code="1"].active img:nth-child(2) {
    display: inline;
}


nav li[code="2"] img:nth-child(1) {
    display: inline;
}
nav li[code="2"] img:nth-child(2) {
    display: none;
}

nav li[code="2"].active img:nth-child(1) {
    display: none;
}
nav li[code="2"].active img:nth-child(2) {
    display: inline;
}

.btn_group{
    position: absolute;
    z-index: 210;
    top:420px;
}
.sfac .loading {
    position: absolute;
    width:100%;
}

.work {
    height:3570px;
}

.work .img_main {
    height: auto;
    box-shadow: 2px 2px 15px #7e7e7e2e;
}

.work .img_main img {
    width: 100%;
    height: auto;
}

.work .contents ul {
    width:auto;
}

.work .list_zone{
    width:1900px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.work .list_img {
    width:2160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work .list_img li {
    width: auto;
    height: auto;
    background:#fff;
    box-shadow: 2px 2px 15px #7e7e7e2e;
}

.list_img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.work_info_new{
    margin-left: 220px;
    width:1270px;
}
.work_info_new p {
    font-size: 40px;
    letter-spacing: 0.12px;
    line-height: 65px;
    font-weight: 500;
}

.work .list_img {
    margin-bottom: 100px;
}


.work .barcode {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 160px;
    right: 0;
    top:120px;
    bottom: auto;
}



.arcade_popup .img_slider {
    box-sizing: border-box;
    overflow: hidden;
}

.arcade_popup .img_slider .img_zone {
    width: 1730px;
    height: 1360px;
}

.arcade_popup .img_slider .img_zone img {
    width: 1730px;
    height: 1360px;
    object-fit: fill;
}

.swiper-buttons {
    position: absolute;
    width: 1830px;
    height: 100px;
    top: 1450px;
    left:0px;
}

.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 10px !important;
    background: #FFFFFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #D60182;
}

