@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/


/*****************************************************************
폰트리셋 & 폰트크기조절 : 16px기본크기
*****************************************************************/
.ft_reset {
    font-size: 16px;/* 14px, 15px, 16px ... */
}

@media all and (max-width: 768px) {
    .ft_reset {
        font-size: 16px;
    }
}









