* {
  position: relative;
  box-sizing: border-box;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.remove {
  display: none !important;
}

.blur {
  filter: blur(12px);
}
.bbb {background-color:#343755}
.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ±âº» ½ºÅ¸ÀÏ */
        .bo_banner-container {
            display: flex;
            align-items: center;
            width: 100%;
            overflow: hidden;
            padding: 0px;
            position: relative;
        }

        .bo_control-buttons {
            flex: 0 0 10%;
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-right: 10px;
        }

        .bo_control-button {
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            color: white;
            cursor: pointer;
            padding: 9px 10px;
            border-radius: 50%;
        }

        .bo_banner-row {
            flex: 0 0 88%;
            display: flex;
            overflow: hidden;
            transition: transform 0.5s ease;
        }

        .bo_banner-inner {
            display: flex;
            gap: 10px;
            transition: transform 0.5s ease;
        }

        .bo_banner-column {
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex: 0 0 calc(25% - 15px); /* 4°³ÀÇ ¿­·Î ±¸¼º */
        }

        .bo_banner-item {
            border-radius: 8px;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            height: 66px;
            width: 97%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ffffff82;
        }

        .bo_banner-item img {
            height: auto;
            max-height: 100%;
            max-width: 100%;
            border-radius: 8px;
            object-fit: contain;
        }

        /* ¸ð¹ÙÀÏ ¹Ìµð¾î Äõ¸® */
        @media (max-width: 600px) {
 .bo_banner-container {
            display: block;
            width: 100%;
            overflow: hidden;
            padding: 0px;
            position: relative;
        }
            .bo_control-buttons {
                flex: 0 0 15%;
                gap: 5px;
            }

            .bo_banner-row {
                flex: 0 0 85%;
            }

            .bo_banner-column {
                flex: 0 0 calc(50% - 15px); /* 2°³ÀÇ ¿­·Î ±¸¼º */
            }

            .bo_control-button {
                padding: 5px;
            }
        }


.loading-init {
  width: 100%;
  align-self: center;
  text-align: center;
  text-transform: uppercase;
}
.loading-init__header {
  font-size: 2.2em;
}
.loading-init__status {
  margin-top: 1em;
  font-size: 0.8em;
  opacity: 0.75;
}

.stage-container {
  overflow: hidden;
  box-sizing: initial;
  border: 0;
  margin: -1px;
  position:absolute;
  margin-top: -817px;
}
.schedule_a-container {
            display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    overflow: hidden;
    margin: auto;
    padding: 68px;
    }

    .schedule_a-image {
        width: 50%; /* ±âº»ÀûÀ¸·Î 50:50 ºñÀ²·Î ³ª¶õÈ÷ */
        opacity: 0; /* Ã³À½¿¡ º¸ÀÌÁö ¾Ê°Ô ¼³Á¤ */
        transform: translateY(50px); /* ½ÃÀÛ À§Ä¡ ¾Æ·¡·Î ¼³Á¤ */
        transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* ½º¸£¸¤ È¿°ú */
    }

    /* ½ºÅ©·Ñ ¾Ö´Ï¸ÞÀÌ¼Ç */
    .schedule_a-image.show {
        opacity: 1;
        transform: translateY(0); /* Á¦ÀÚ¸®·Î ÀÌµ¿ÇÏ¸é¼­ º¸ÀÓ */
    }

    /* ÅÂºí¸´ ¹Ìµð¾î Äõ¸® (È­¸é ³Êºñ°¡ 768px ÀÌÇÏÀÏ ¶§) */
    @media (max-width: 768px) {
        .schedule_a-container {
            flex-direction: column; /* ÀÌ¹ÌÁö¸¦ À§¾Æ·¡·Î ¼¼·Î·Î ¹èÄ¡ */
        }

        .schedule_a-image {
            width: 100%; /* ÀÌ¹ÌÁö°¡ 100%·Î À§¾Æ·¡·Î Ç¥½Ã */
            margin-bottom: 20px; /* ¾Æ·¡ ¿©¹é Ãß°¡ */
        }
    }

    /* ¸ð¹ÙÀÏ ¹Ìµð¾î Äõ¸® (È­¸é ³Êºñ°¡ 480px ÀÌÇÏÀÏ ¶§) */
    @media (max-width: 480px) {
        .schedule_a-container {
            flex-direction: column; /* ÀÌ¹ÌÁö¸¦ À§¾Æ·¡·Î ¼¼·Î·Î ¹èÄ¡ */
        }

        .schedule_a-image {
            width: 100%; /* ÀÌ¹ÌÁö°¡ 100%·Î À§¾Æ·¡·Î Ç¥½Ã */
            margin-bottom: 20px; /* ¾Æ·¡ ¿©¹é Ãß°¡ */
        }
    }
@media (max-width: 840px) {
  .stage-container {
    border: none;
    margin: 0;
  }
}

.canvas-container {
  width: 100%;
  height: 100%;
  transition: filter 0.3s;
}
.canvas-container canvas {
  position: absolute;
  mix-blend-mode: lighten;
  transform: translateZ(0);
}

.controls {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 840px) {
  .controls {
    visibility: visible;
  }
  .controls.hide:hover {
    opacity: 1;
  }
}

/* Ä¿½ºÅÒ ³×ºñ°ÔÀÌ¼Ç ¹Ù ½ºÅ¸ÀÏ */
        .custom-navbar {
            background-color: #001e4ebf;
    padding: 21px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 9;
    width: 100%;
        }

        .custom-navbar img {
            height: 65px;
        }

        .custom-nav-links {
            display: flex;
            list-style: none;
        }

        .custom-nav-links li {
            margin-left: 50px;
            position: relative; /* ::after °¡»ó ¿ä¼Ò À§Ä¡ ¼³Á¤ */
        }

        .custom-nav-links a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            position: relative;
            padding: 10px 0; /* ¸Þ´ºÀÇ ³ôÀÌ¸¦ °í·ÁÇÑ ÆÐµù */
        }

        /* ¸¶¿ì½º ¿À¹ö ½Ã ¹ØÁÙ È¿°ú */
        .custom-nav-links li::after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            background-color: #0078d7; /* ÆÄ¶õ»ö ¶óÀÎ */
            left: 0;
            bottom: 0; /* ¹ØÁÙÀÌ ÅØ½ºÆ® ¹Ù·Î ¾Æ·¡ À§Ä¡ÇÏµµ·Ï ¼öÁ¤ */
            transition: width 0.3s ease;
			top:49px;/* ºÎµå·¯¿î ¾Ö´Ï¸ÞÀÌ¼Ç */
        }

        .custom-nav-links li:hover::after {
            width: 100%; /* ¸¶¿ì½º ¿À¹ö ½Ã ¹ØÁÙÀÌ ÀüÃ¼ ÆøÀ¸·Î È®ÀåµÊ */
        }

        /* ¸ð¹ÙÀÏ¿ë Åä±Û ¹öÆ° */
        .custom-toggle-btn {
            display: none; /* ±âº»ÀûÀ¸·Î ¼û±è, ¸ð¹ÙÀÏ¿¡¼­¸¸ Ç¥½Ã */
            flex-direction: column;
            cursor: pointer;
        }

        .custom-toggle-btn span {
            background-color: white;
            height: 3px;
            width: 25px;
            margin: 4px;
        }

        /* ´Ý±â ¹öÆ° ½ºÅ¸ÀÏ */
        .custom-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 30px;
            color: white;
            cursor: pointer;
            display: none;
        }

        /* ¸ð¹ÙÀÏ ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
        @media screen and (max-width: 768px) {
            .custom-nav-links {
                position: fixed;
                right: 0;
                top: 0;
                height: 100%;
                width: 250px;
                background-color: #001e4e;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                transition: transform 0.3s ease-in-out;
                transform: translateX(100%);
            }
			.custom-navbar {
    background-color: #001e4ebf;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 9;
    width: 100%;
}



.custom-navbar img {
    height: 44px;
}

            .custom-nav-links.open {
                transform: translateX(0);
            }

            .custom-toggle-btn {
                display: flex; /* ¸ð¹ÙÀÏ¿¡¼­ Åä±Û ¹öÆ°ÀÌ º¸ÀÌµµ·Ï ¼³Á¤ */
				position: fixed;
        z-index: 9;
        right: 16px;
            }

            .custom-nav-links li {
                margin: 15px 0;
            }

            .custom-close-btn.open {
                display: block; /* ¸Þ´º°¡ ¿­·ÈÀ» ¶§ X ¹öÆ° º¸ÀÌ±â */
            }
        }



/* Å« ¿øÇü ÀÌ¹ÌÁö */
        .circle-large {
            position: absolute;
            top: 72px;
            right: -15px;
            width: 500px;
            height: 500px;
            background-image: url('/images/cir_1.png');
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 50%;
            animation: rotate-large 20s linear infinite;
        }

        /* ÀÛÀº ¿øÇü ÀÌ¹ÌÁö */
        .circle-small {
            position: absolute;
            top: -50px;
            left: -39px;
            width: 350px;
            height: 350px;
            background-image: url('/images/cir_1.png');
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 50%;
            animation: rotate-small 30s linear infinite;
        }

        /* Å« ¿øÇü ÀÌ¹ÌÁö È¸Àü ¾Ö´Ï¸ÞÀÌ¼Ç */
        @keyframes rotate-large {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        /* ÀÛÀº ¿øÇü ÀÌ¹ÌÁö È¸Àü ¾Ö´Ï¸ÞÀÌ¼Ç */
        @keyframes rotate-small {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(-360deg);
            }
        }

		/* ¸ð¹ÙÀÏ È­¸é ´ëÀÀÀ» À§ÇÑ ¹Ìµð¾î Äõ¸® */
        @media (max-width: 768px) {
            .circle-large {
                width: 300px;
                height: 300px;
                top: 50px;
                right: 0;
            }

            .circle-small {
                width: 200px;
                height: 200px;
                top: -30px;
                left: 0;
            }
        }

        /* ´õ ÀÛÀº ¸ð¹ÙÀÏ È­¸é ´ëÀÀ */
        @media (max-width: 480px) {
            .circle-large {
                width: 200px;
                height: 200px;
                top: 30px;
                right: 0;
            }

            .circle-small {
                width: 150px;
                height: 150px;
                top: -20px;
                left: 0;
            }
        }

		.elementor-widget-container {
            position: relative;
        }

        .elementor-image img {
            width: 100%;
            height: auto;
            display: block;
            animation: floating 3s ease-in-out infinite;
        }

        /* µÕµÕ ¶°´Ù´Ï´Â ¾Ö´Ï¸ÞÀÌ¼Ç */
        @keyframes floating {
            0%, 100% {
                transform: translateY(0); /* ¿ø·¡ À§Ä¡ */
            }
            50% {
                transform: translateY(-20px); /* À§·Î ¶°¿À¸§ */
            }
        }



