

/*테이블*/
.t_1 td{
	border-bottom:1px solid #ddd;
	padding:10px 0;
}

.t_2 td{
	padding:7px 0;
}
.t_2 td:first-child{
	font-weight:600;
	vertical-align:top;
}




/*밑줄효과*/
.written_pen{  
   position: relative;
}
.written_pen::after {
  content: '';
  display: block;
  width: 0;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(134,186,230,0.2);
  width: 100%;
}


.t_box1{
font-weight:600;
display:inline-block;
padding:2px 30px;
border-radius:60px;
border:1px solid #0a3571;
color:#0a3571;
}