/* Gmarket Sans À¥ ÆùÆ® ºÒ·¯¿À±â */
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ÆäÀÌÁö ÀüÃ¼¿¡ Gmarket Sans ÆùÆ® Àû¿ë */
body {
    font-family: 'GmarketSans', sans-serif;
}

/* È°¼ºÈ­µÈ ÅÇ ½ºÅ¸ÀÏ */
.active-tab {
    border-color: #2563EB; /* ÆÄ¶õ»ö ¹ØÁÙ */
    color: #2563EB;       /* ÆÄ¶õ»ö ±Û¾¾ */
    font-weight: 700;      /* ±½Àº ±Û¾¾ */
}
