/*Content CSS*/
.main_vis_bg{padding:0; display:block;  position:relative;  width:100%; height:auto; }
.main_vis_bg img {width:100%; height:auto;}
/* .main_vis_bg > img {position: absolute; left:-200px; bottom:-200px;} */

/*메인타이포*/
.main_typo_wrap {width: 100%; position: absolute; bottom: 40px; left: 0;  text-align:center; padding:0 4%; text-align:center; font-size:20px; color:#fff;}

.main_typo a {font-size: 14px; display: block; background: #00837b; margin:0 auto; width:75%; height:40px; line-height: 40px;
color:#fff; font-family: 'NanumSquare',sans-serif;	}



@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
@media screen and (max-width: 414px){
    .main_typo a {width:280px;}
}
@media screen and (max-width: 375px){

}
