@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* { font-family: 'Noto Sans KR', '맑은 고딕', 'MalgunGothic';margin: 0; padding: 0;}


body { overflow: hidden;  background:#000; margin:0; padding:0; color:#fff;}



div.bg {position:absolute;width:100%; height:100vh;background: url('/img/bg.jpg') no-repeat center center; background-size: cover;  opacity:0.4; z-index:-1;}

section {position:relative; box-sizing: border-box;width:50vw; margin:0 auto; border:0px solid #fff; text-align:center; padding-top:25vh;}


section h2 {font-size:60px; font-weight:400;}
section h4 {font-size:30px; margin-top:15vh;font-weight:500;}

section p a {color:#fff; text-decoration:none; font-size:30px; margin-top:5vh;}


section p img{width:100%;}