
        @-webkit-keyframes colorful {
            0% {
                -webkit-filter: hue-rotate(0deg);
                filter: hue-rotate(0deg);
            }

            100% {
                -webkit-filter: hue-rotate(360deg);
                filter: hue-rotate(360deg);
            }
        }

        @keyframes colorful {
            0% {
                -webkit-filter: hue-rotate(0deg);
                filter: hue-rotate(0deg);
            }

            100% {
                -webkit-filter: hue-rotate(360deg);
                filter: hue-rotate(360deg);
            }
        }
.kv__vga--light{
  -webkit-animation: colorful 1.5s 0.2s linear infinite;
          animation: colorful 1.5s 0.2s linear infinite;
}
.vga_move{
  -webkit-animation: vga-move 2.5s 0.2s linear infinite;
          animation: vga-move 2.5s 0.2s linear infinite;
}

@keyframes vga-move{
	0%{
		transform: translateY(-2rem);
	}
	50%{
		transform: translateY(0rem);
	}
	100%{
		transform: translateY(-2rem);
	}
	
	
}

.vga-img1{
	background: url(https://cdn.icoda.co.kr/asset/event/2026img/kv-vga-img.webp)no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio:1815/802;
	width: 80%;
	max-width: 700px;
	margin-top: 3rem;
	
}

.msi-dragon{
	width: 95%;
	max-width: 900px;
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407143235_5d1d7fe86025d6ab24546471b837def0_ba3q.png)no-repeat;
	background-position: left top;
	background-size: 30%;
	flex-wrap: nowrap;
    justify-content: center;
	display: flex;

	
}


@media(max-width:600px){
	
.msi-dragon{
	width: 95%;
	max-width: 900px;
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407143235_5d1d7fe86025d6ab24546471b837def0_ba3q.png)no-repeat;
	background-position: left top;
	background-size: 50%;
	flex-wrap: nowrap;
    justify-content: center;
	display: flex;

	
}
}

.msi-bg{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407102302_5d1d7fe86025d6ab24546471b837def0_mfwd.jpg)no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
}


.msi-bg2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	 align-items: center;
    align-content: center;
	overflow: hidden;
}


.msi-logo{
	width: 100%;
	text-align: center;
	margin-top: 3rem
}
.msi-logo>img{
	max-width: 150px;
}


.msi-title-bg{
	width: 90%;
	aspect-ratio:555 / 574;
	max-width: 555px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407101920_5d1d7fe86025d6ab24546471b837def0_i72n.png)no-repeat;
	background-size: contain;
	background-position: center top;
	margin-top: 4rem;
	position: relative;
}


.msi-title-img0{
	background:url(https://cdn.icoda.co.kr/asset/editor/202604/20260407104244_5d1d7fe86025d6ab24546471b837def0_grdb.png)no-repeat;
	background-position: center top;
	background-size: contain;
	width: 615px;
	position: absolute;	
	aspect-ratio:691/406;
	max-width: 92%
}

.msi-title-img1{
	background:url(https://cdn.icoda.co.kr/asset/editor/202604/20260407101921_5d1d7fe86025d6ab24546471b837def0_gpk3.png)no-repeat;
	background-position: center top;
	background-size: contain;
	width: 600px;
	filter: drop-shadow(0px 2px 3px #00000078);
	position: absolute;	
	aspect-ratio:677/392;
	max-width: 90%
}


.msi-title-img2{
	background:url(https://cdn.icoda.co.kr/asset/editor/202604/20260407101921_5d1d7fe86025d6ab24546471b837def0_gpk3.png)no-repeat;
	background-position: center top;
	background-size: contain;
	width: 600px;
	filter: drop-shadow(0px 0px 10px #6755ff);
	position: absolute;	
	aspect-ratio:677/392;
	max-width: 90%
}


.msi-title-img-sh{
	background:url(https://cdn.icoda.co.kr/asset/editor/202604/20260407101921_5d1d7fe86025d6ab24546471b837def0_gpk3.png)no-repeat;
	background-position: center top;
	background-size: contain;
	width: 600px;
	filter: drop-shadow(-2px 3px 0px #0000005c);
	position: absolute;	
	z-index: 100;
	aspect-ratio:677/392;
	max-width: 90%
}


.img-ov{
	mix-blend-mode: color-dodge;

}
.img-ov2{
	mix-blend-mode: overlay;

}

.img-so{
	mix-blend-mode: soft-light;

}

.img-mu{
	mix-blend-mode: multiply;

}


.w-bg-msi{
	background: #fff;
	width: 90%;
	max-width: 1400px;
	height: auto;
	position: relative;
	border-radius: 3rem;
	z-index: 2;
	margin-top:4rem;
	display: flex;
    justify-content: center;
}
.w-bg-ro{
	background: #e4cbff9c;
	transform: rotate(10deg);
	width: 90%;
	max-width: 1600px;
	height: 1000px;
	mix-blend-mode: overlay;
	position: absolute;
	z-index: -2;
    margin-left: 8%;
}

.msi-bg-w{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;

	align-items: center;
	flex-direction: column;
	
}
.pink-right{
	width: 80%;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
	margin-top: -1rem;
	position: absolute;
	max-width: 1200px;
	
}

.pink-tag {
    width: 60%;
    max-width: 400px;
    border-radius: 1rem;
    background: #ff54eb;
    height: 70PX;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}
.pink-text{
	color: white;
	letter-spacing: 5px;
	font-size: 1.3rem;
	font-weight: 600;
	margin-top: -10px;
}

.msi-info-text{
	color: #000000ca;
	font-size: 1.1rem;
	font-weight: 600;

}

.msi-info-text2{
	color: #000000ca;
	font-size: 1.1rem;
	font-weight: 500;
		margin-bottom: 0.3rem;
}


.msi-info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 2rem;
	align-items: flex-start;
}

.msi-info-l{
	width: 20%;
	max-width: 300px;
	text-decoration: underline 4px #000000ca;
	text-underline-offset:5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}



.msi-info-r{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}


.msi-info-r2{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}


.msi-steam{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407143233_5d1d7fe86025d6ab24546471b837def0_dauz.png)no-repeat;
	aspect-ratio:596/368;
	max-width: 200px;
	width: 50%;
	background-size: contain;
	margin: 1rem;
	position: relative;
	right: 0;
	
}   
.info-center{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 90%;
	max-width: 1000px;
}


.msi-steam2{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	justify-content: space-between;
	    align-items: center;
	
}


@media(max-width:992px){
	.msi-steam2 {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
	
	

.msi-steam{
	background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407143233_5d1d7fe86025d6ab24546471b837def0_dauz.png)no-repeat;
	aspect-ratio:596/368;
	max-width: 200px;
	width: 60%;
	
	background-size: contain;
	margin-top: 2rem;
	position: relative;
	right: 0;
	
}
	
	
.msi-info-r2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}


.msi-info-r{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
}


@media(max-width:700px){
 .msi-steam {
      background: url(https://cdn.icoda.co.kr/asset/editor/202604/20260407143233_5d1d7fe86025d6ab24546471b837def0_dauz.png)no-repeat;
        aspect-ratio: 596 / 368;
        max-width: 200px;
        width: 77%;
        background-size: contain;
        margin: 2rem auto;
        position: relative;
        right: 0;
    }

.msi-steam2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }


    .msi-info-r {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

.msi-info-l {
        width: 100%;
        max-width: 300px;
        text-decoration: underline 4px #000000ca;
        text-underline-offset: 5px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .msi-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 2rem;
        align-items: flex-start;
    }


.info-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    max-width: 1000px;
}

	.pink-text {
    color: white;
    letter-spacing: 0.5px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
}
    .pink-tag {
        width: 70%;
        max-width: 400px;
        border-radius: 0.5rem 0.5rem 0 0;
        background: #ff54eb;
        height: 50PX;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.9rem;
        z-index: 99;
        border-bottom: 3px solid white;
    }
.w-bg-msi {
    background: #fff;
    width: 90%;
    max-width: 1400px;
    height: auto;
    position: relative;
    border-radius: 1rem;
    z-index: 2;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.pink-right {
    width: 75%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: -1rem;
    position: absolute;
    max-width: 1200px;
}
	
	.w-bg-ro {
    background: #e4cbff9c;
    transform: rotate(5deg);
    width: 90%;
    max-width: 1600px;
    height: 1000px;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: -2;
    margin-left: -5%;
    margin-top: -1rem;
}
	

.msi-info-text2{
	color: #000000ca;
	font-size: 1rem;
	font-weight: 500;


}

	
	
}




.msi-pd{
	    width: 100%;
    height: 5rem;
}

@media(max-width:700px){
	
.msi-pd{
	    width: 100%;
    height: 1rem;
}
}

.msi-btn{
	background: #ff54eb;
	color: white;
	border-radius: 5rem;
	cursor: pointer;
	font-size: 0.9rem;
	padding: 0.3rem;

}

.msi-btn-box{
	display: flex; flex-wrap: wrap; flex-direction: row;
	align-items: center;
}

@media(max-width:992px){
	.msi-btn-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
}

.pink-btn-box{
	margin-left: 1rem;
    align-items: center;
}

@media(max-width:992px){
	.pink-btn-box {
    margin-left: 0;
    align-items: center;
    margin-top: 1rem;
		margin-bottom: 2rem;
}
}

.msi-w-pd{
	width: 100%;
	height: 10rem;
}



.msi-notice{
	
	width: 100%;
	position: relative;
	bottom: 0;

	background: #1D1D1D;
	margin-top: -5rem;
	z-index: 99999;
}

.notice-pd{
	padding: 1rem 0 1rem 0;
}


@media(max-width:600px){
	
.notice-pd{
	padding: 1rem 0 3rem 0;
}
}