@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.t_Aggro { font-family: 'SBAggroB'; }

.t_white{ color:#fff; }

.t_1 td{
	border-bottom:1px solid #ddd;
	padding:10px;
}


/*밑줄효과*/
.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%;
}



.title_bgline{ 
background:linear-gradient(180deg,rgba(255,255,255,0) 65%, 
rgba(254,124,116,0.5) 35% );
}
.tx_bgline { 
background:linear-gradient(180deg,rgba(255,255,255,0) 70%, 
rgba(254,124,116,0.5) 30% );
}


.sum_img {
    aspect-ratio: 205 / 217;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.sum_wrap {
    text-align: center;
    background: #ecf4f9;
    border: 1px solid #97bee3;
    transition: 0.4s;
}
.sum_wrap:hover {
    color: #fff;
    background: #0e1623;
    transition: 0.4s;
}
 
 



/*지도*/


@media  (max-width:1199px) {


}

@media (max-width: 767px) {


}


