@charset "utf-8";
body{background:none !important;}
.subvis_wrap{padding-top:120px;

	background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(26,70,159,1) 0%, rgba(26,70,159,1) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(26,70,159,1) 0%, rgba(26,70,159,1) 85%, rgba(255,255,255,1) 85%, rgba(255,241,255,1) 100%);
    background: linear-gradient(180deg, rgba(26,70,159,1) 0%, rgba(26,70,159,1) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
}
  
.subvis{ width:100%; max-width: 1200px; margin:20px auto; }
.subvis img{ width:100%;}
.sub_con_wrap{ width:100%: background:#fff;}
.sub_con{ width:100%; max-width: 1200px; margin:20px auto; }
.sub_con_tit{ background: url(./img/subtit.png) center top no-repeat;text-align: center;padding-top: 20px;font-size: 30px;font-weight: bold;color: #232323;margin-bottom: 20px;  }


/* ¹ÝÀÀÇü Àû¿ëºÎºÐ */
@media screen and (max-width: 1230px) {
	.subvis_wrap{padding-top:70px;background: #fff;}
	.sub_con_a{ padding:0 5px;}
}

