@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap');

.banner1 {
    font-size:10px !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}

.banner2 {
    font-size:12px !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}

.banner3 {
    font-size:14px !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

.bgcontact {
    background-color:rgba(0,0,0,0.6) !important;
    padding:7% 8%;
    height:280px;
}

.banner-item .banner-caption{
	top: 35%;
	left: 20%;
}

.banner-item .banner-caption{
	top: 35%;
	left: 20%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #000;
	font-family: 'Roboto';
}

.banner-item .banner-caption.id-1{
    top: 82%;
    color: #000;
}

.move {
    top: 38px;
    position: relative;
    margin-bottom: -10px !important;
}

.move2 {
    position: relative;
    margin-bottom: -45px !important;
}

.wall-padding{
   padding:18% 6% 0%;
}