
/*Content CSS*/
#main_vis { position: relative; z-index: 1; }
#main_vis .main_vis_bg { position:relative; background:url("../img/main_vis.jpg?v=250812") no-repeat 55% 50%; background-size:cover; height: 600px; width:100%; overflow:hidden; z-index: 1; }
#main_vis .main_vis_bg::after { content:""; position:absolute; left:0; width:100%; bottom:0; height: 250px; background: linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(0,0,0,0.5) 100%); opacity: 0.6; filter: blur(20px); -webkit-filter: blur(20px); z-index: -1; mix-blend-mode:multiply; }


/*메인타이포*/
.main_typo_wrap { position: absolute; top:100px; left: 0; width: 100%; z-index: 2; }
.main_typo { position: relative; text-align: center; padding:0 20px; margin:0 auto; z-index:1; line-height: 1; }
.main_typo .logo {width: 100%; max-width: 250px; margin:0 auto 20px;}
.main_typo p { position:relative; display: inline-block; font-size:18px; font-weight: 400; color:#fff; letter-spacing: -.5px; }
.main_typo h2 { margin-top: 10px; font-size:30px; font-weight: bold; color:#fff; line-height: 1.27; letter-spacing: -1px; }
