@font-face {
    font-family: 'Arita-buri-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*폰트사이즈*/
.t_fs_20{ font-size:20px; }
.t_fs_24{ font-size:24px; }
.t_fs_30{ font-size:30px; }
.t_fs_36{ font-size:36px; }
.t_fs_50{ font-size:50px; }
.t_fs_70{ font-size:70px; }



/*박스 올리기*/
.top_tbox1 {
    
    top: -70px;
}


.t_1 td{
	border-bottom:1px solid #ddd;
	padding:5px 20px;
}




/*밑줄효과*/
.written_pen{  
   position: relative;
}
.written_pen::after {
  content: '';
  display: block;
  width: 0;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(178,204,216,0.3);
  width: 100%;
}


.written_pen2{  
   position: relative;
}
.written_pen2::after {
  content: '';
  display: block;
  width: 0;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(211,189,174,0.3);
  width: 100%;
}



/**/

.tboard_button a{ color:#333; }
.tboard_button a:hover{ color:#2d7de4;transition:0.5s;text-decoration:none; }
.tboard_button:hover{ background:#e7edf2;transition:0.5s; }


.tboard_button2 a{ color:#333; }
.tboard_button2 a:hover{ color:#aa8468;transition:0.5s;text-decoration:none; }
.tboard_button2:hover{ background:#f2ebe7;transition:0.5s; }




@media  (max-width:1199px) {
	

	
}




@media (max-width: 767px) {
	


}


