@charset "UTF-8";


.wrap-prof { font-family:'Dream Regular'; }

/* 목록 */
.wrap-prof .row .name strong { font-family:'Dream Bold' !important; }
.wrap-prof .row .detail dt { font-family:'Dream Bold' !important; }
.wrap-prof .row .detail dd { font-family:'Dream Regular' !important; }

/* 상세보기 */
.wrap-prof .detail .sub0201_view_more dl { margin-bottom:50px !important; }
.wrap-prof .detail .sub0201_view_more dl dt { background:none; font-family:'Dream Bold'; font-size:20px; flex:0 0 300px; }
.wrap-prof .detail .sub0201_view_more dl dd { font-family:'Dream Light'; }
@media (max-width: 900px) {
	.wrap-prof .detail .sub0201_view_more dl { flex-wrap:wrap; row-gap: 5px; }
	.wrap-prof .detail .sub0201_view_more dl dt { flex:0 0 100%; padding-left:unset; }
}