@charset "utf-8";
/* CSS Document */

img{
	max-width: 100%;
}

.msi-mag-bg{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324141602_c017ed794239ae8635e8eb2ea33eaecc_avhp.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	align-items: center;
}


.msi-logo-container{
	width:90%;
	max-width: 1400px;
	height: 5rem;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}


.msi-logo-mag{
	width: 10rem;
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324142042_c017ed794239ae8635e8eb2ea33eaecc_ak2r.png)no-repeat;
	background-size: contain;
	background-position: center;
	
}




.msi-logo-w{
	width: 7rem;
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324142043_c017ed794239ae8635e8eb2ea33eaecc_rkb0.png)no-repeat;
	background-size: contain;
	background-position: center;
	
}
@media(max-width:600px){
	.msi-logo-mag{
	width: 6rem;
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324142042_c017ed794239ae8635e8eb2ea33eaecc_ak2r.png)no-repeat;
	background-size: contain;
	background-position: center;
	
}




.msi-logo-w{
	width: 5rem;
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324142043_c017ed794239ae8635e8eb2ea33eaecc_rkb0.png)no-repeat;
	background-size: contain;
	background-position: center;
	
}

}

.msi-mag-bg2{
	background: #fafafa;
	text-align: center;
	width: 100%;
	position: relative;
}


.msi-title{
	margin:5rem 2rem;
}

@media(min-width:801px){
.msi-pc-none{
	display: none;
}
}



@media(max-width:801px){
.msi-m-none{
	display: none;
}
}



.msi-aa13{
	margin:3rem 2rem 5rem 2rem;
}


@media(max-width:600px){
	

.msi-aa13{
	margin:2rem 0rem 4rem 0rem;
}



}
.msi-icon{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324143147_c017ed794239ae8635e8eb2ea33eaecc_8j4i.png) no-repeat;
	aspect-ratio:1 / 1;
	width:300px;
	z-index: 999;
	position: absolute;
    margin-top: -10%;
    background-size: contain;
    right: 10%;
}

@media(max-width:1400px){
	
.msi-icon{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324143147_c017ed794239ae8635e8eb2ea33eaecc_8j4i.png) no-repeat;
	aspect-ratio:1 / 1;
	width:23%;
	z-index: 999;
	position: absolute;
    margin-top: -10%;
    background-size: contain;
    right: 5%;
}
}



@media(max-width:600px){
	
.msi-icon{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324143147_c017ed794239ae8635e8eb2ea33eaecc_8j4i.png) no-repeat;
	aspect-ratio:1 / 1;
	width:30%;
	z-index: 999;
	position: absolute;
    margin-top: -35%;
    background-size: contain;
    right: 5%;
}
}



.msi-sale-bg{
	background: url(https://cdn.icoda.co.kr/asset/editor/202603/20260324144057_c017ed794239ae8635e8eb2ea33eaecc_tc3z.jpg)no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.msi-sale-item{
	margin:1rem;
	cursor: pointer;
}


.msi-sale-item:hover{
	transform:scale(105%);
	 transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}