@charset "utf-8";

/* 제목형박스 se16b 시작 */
.se16b_type{}
.se16b_type .title_box{border:1px solid #4c5774;border-radius:15px 15px 0 0;position:relative;overflow:hidden;padding:23px 37px;margin-bottom:25px;z-index:1;}
.se16b_type .title_box::before{content:"";position:absolute;right:-330px;bottom:-200px;background:url(/pcms/dist/img/p01/se04a_bg.png) no-repeat;width:813px;height:350px;background-size:cover;z-index:-1;}
.se16b_type .title_box strong{color:#353738;font-size:20px;letter-spacing:-0.06em;font-weight:bold;}

@media(max-width:640px){
    .se16b_type .title_box{padding:20px 23px;}
	.se16b_type .title_box strong{font-size:18px;}
    .se16b_type .title_box::before{width:150px;height:100px;}
}
/* 제목형박스 se16b 끝 */