body{
  background:#fff;
}
.sub_top_visual{
  width:640px;
  height:320px;
  background:url('../images/sub_top_visual1.jpg');
  background-size:cover;
  position:relative;
}
.sub_top_visual .pos{
  padding-left:60px;
  position:absolute;
  bottom:30px;
}
.sub_top_visual .pos em{
  color:rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin:0px 10px;
}
.sub_top_visual .pos *{
  color:#fff;
  font-style: normal;
  font-size:30px;
  font-family: "YoonGothic";
}
h2.sub_title{
  font-size:69px;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight:400;
  color:#000;
  margin-top:40px;
  font-family: "YoonGothic";
  margin-bottom:-10px;
}
.sub_content{
  padding:50px 0px;
}