@charset "UTF-8";

*{ box-sizing:border-box;background:none; }
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
    display: none;
}

