@charset "utf-8";

/********************************************************
■ Top Menu : 톱 메뉴
********************************************************/
#sub_top_menu {padding:10px 30px;margin-bottom:30px;}
#sub_top_menu dl {display:flex;justify-content:start;line-height:35px;}
#sub_top_menu dl dt {font-size:1.3rem;margin-right:20px;}
#sub_top_menu dl dd {margin-left:10px;}
#sub_top_menu dl dd a {display:block;color:#838181;padding:0 20px;}
#sub_top_menu dl dd.active a ,#sub_top_menu dl dd a:hover {background:#f2f4f8;color:#0064dd;border-radius:10px;}