@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css?family=SUIT');
/*

img{width:100%;}
body { font-weight: 400; color:#333;padding:0; margin:0; font-size:18px; letter-spacing: -1px; height:100%; font-family: 'SUIT', sans-serif, 'Noto Sans KR', sans-serif; background:#ffffff;min-width:320px;-webkit-text-size-adjust: none; }
body.is_hidden{overflow:hidden}
html, h1, h2, h3, h4, h5, h6, form, fieldset, td, tr, table ,tbody {margin:0;padding:0;border:0; border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
label, input, button, select {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button,input[type=submit] {cursor:pointer;}
input[type=text], input[type=password], input[type=submit], input[type=image], button {-webkit-appearance:none}
textarea, select {font-size:1em;}
textarea {border-radius:0;-webkit-appearance:none}
select{background:#fff}
p {margin:0;padding:0;}
hr {display:none;}
button {background-color:unset; border:0; }
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none;}
ul,li,dl,dt,dd {padding:0;margin:0; list-style: none;}
ul {list-style:none;}
*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
} */


:root { --navy:#17288b; --blue:#4c49ff; --sky:#84afff; --violet:#5c21ff; --gold:#C9A84C; --sans:'Noto Sans KR', sans-serif; --sans2:"pretendard";}

.clear::after{content:""; display:table; clear:both;}
.suit_en{letter-spacing: normal;}
.EDUX_index{width:100%; height: 100%; font-size: 1.8rem;}
.EDUX_index .main_video {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1; /* 콘텐츠 뒤로 보내기 */
            overflow: hidden;
            background-color: rgba(0,0,0,1);
            background-repeat: no-repeat;
        }

        /* 실제 비디오 스타일 */
.EDUX_index .main_video video {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 화면에 꽉 차게 조절 (중요!) */
            background-color: #000; /* 영상 로딩 전 검은 화면 */
            opacity: 0.3;
        }
.EDUX_index .main_text{
  position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            color: white;
}
.EDUX_index .line-container {
            height: 1.5px;
            background-color: rgba(0,0,0,0); /* 가이드 라인 (선택 사항) */
            margin: 20px auto;
            overflow: hidden;
        }

        .growing-line {
            width: 100%;
            height: 100%;
            background:linear-gradient(90deg,rgba(0,0,0,0) 0%, #61a0ff 50%, rgba(0,0,0,0) 100% ); /* 실제 선 색상 */

            /* 애니메이션 설정 */
            transform-origin: center; /* 왼쪽에서 시작 */
            animation: growRight 2s ease-out forwards;
        }

        @keyframes growRight {
            from {
                transform: scaleX(0); /* 시작은 길이 0 */
            }
            to {
                transform: scaleX(1); /* 1024px(100%)까지 확장 */
            }
        }
.EDUX_index .marquee-container {
    max-width: 1024px;
            width: 100%;
            overflow: hidden; /* 넘치는 글자 숨김 */
            color: #fff;
            white-space: nowrap; /* 줄바꿈 방지 */
        }

        /* 애니메이션이 적용될 텍스트 박스 */
        .marquee-text {
            display: inline-block;
            padding-left: 15%; /* 화면 오른쪽 끝에서 시작 */
            animation: scroll-left 40s linear infinite;
        }

        /* 왼쪽으로 흐르는 애니메이션 정의 */
        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }

.EDUX_index .section03{background-image:url(https://igm.or.kr/contents/img/edux_bg01.jpg); background-size: cover; background-repeat: no-repeat;}
.EDUX_index .sticky{position:fixed; z-index: 111; left:50%; transform: translateX(-50%); bottom:40px; ;
border-radius: 10px; box-sizing: border-box;}

.EDUX_index .glass{  max-width: 560px;   margin:0 auto;
 border-radius: 5px;  padding:16px 28px; justify-content: space-between; display: flex; align-items: center; text-align: center;}
.EDUX_index .glass a{margin-left:20px; border-radius: 5px; padding:8px 30px; border:1px solid#505050;}
.EDUX_index .glass a:hover{background:rgba(0, 0, 0, 0.8); color:#ffffff;}
