@charset "utf-8";

.vis_txt {display:table;position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2;}
.vis_txt .innerWrap {display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle;}
/* 메인 카피에 따라 적당히 수정하세요 */
.vis_txt .innerWrap p {font-size:1.8em;color:#fff;line-height:1.2em;text-shadow:2px 2px 3px #000;}
.vis_txt .innerWrap p.copy1 {font-family:'MapoFlowerIsland','NanumMyeongjo','나눔명조','바탕';color:#fc0;}
.vis_txt .innerWrap p.copy2 {margin:10px 0 20px;font-weight:300;}
.vis_txt .innerWrap p.copy3 {font-size:2.7em;font-weight:600;}

@media (max-width:768px) {
	.vis_txt {display:none;}
}
