
@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.f_Gowun{font-family: 'GowunBatang-Regular';}
.f_SB{font-family: 'SBAggroB';}


.t_1 td{
	border-bottom:1px solid #ddd;
	padding:15px 10px;
	
}

.written_pen1::after {
  ccontent: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 78%;
  background-image:url(http://data.dimode.co.kr/UserData/ewha/files/8289/8338/MS7ruYTsoIRfMS5wbmdkaW1vZGVfNzM4NDQ3Ml9lbmMc.png);

}

.box_bg:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translateX(-50%);
    width: 100%;
    height: 92%;
z-index:-2;
   background-image:url(http://data.dimode.co.kr/UserData/hisch/files/35/93/6rWQ7ZqM67mE7KCELnBuZ2RpbW9kZV8xOTcxNjIzX2VuYwcc.png);
background-size:cover;
}


.a_box{
display:inline-block;
padding:10px 60px;
border-radius:60px;
background:#40b3eb;
color:#fff; font-weight:600;

}

.a_box:hover{ 
color:#40b3eb;
background:#fff; 
font-weight:600;
text-decoration:none; 
}




