@charset "UTF-8";
@font-face {
    font-family: 'YiSunShin_Dotum_M';
    src: url(../fonts/YiSunShin_Dotum_M.otf) format('truetype');
}

/* 여백 초기화 */
body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption,header{margin:0;padding:0;
}

/* a 링크 초기화 */
a {text-decoration: none;}
a:hover {}


/* 폰트 스타일 초기화 */
em,address {font-style: normal;}

/* 블릿기호 초기화 */
ul,li,ol {list-style: none;}

/* 제목 태그 초기화 */
h1,h2,h3,h4,h5,h6 {font-size: 13px; font-weight: normal;}
/* 폰트 초기화 */
/* body, input, textarea, select, button, table {font-family: 'Nanum Gothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #222; font-size: 13px; line-height: 1.5;} */
body, input, textarea, select, button, table {font-family: YiSunShin_Dotum_M;color: #222; font-size: 13px; line-height: 1.5;}
select,button {border: 0; outline: 0;}
input:focus, textarea:focus {outline: 2px solid #0a428745;}
/* none */
.none {display: none !important;}
