@charset "UTF-8";

/* Font */
@font-face {font-family: 'NanumS'; font-style: normal; font-weight: 400; src: local('※'), url('../font/NanumSquareL.woff');}
@font-face {font-family: 'NanumS'; font-style: normal; font-weight: 700; src: local('※'), url('../font/NanumSquareR.woff');}
@font-face {font-family: 'NanumSB'; font-style: normal; font-weight: 400; src: local('※'), url('../font/NanumSquareB.woff');}
@font-face {font-family: 'NanumSB'; font-style: normal; font-weight: 700; src: local('※'), url('../font/NanumSquareEB.woff');}
@font-face {font-family: 'Noto Sans'; font-style: normal; font-weight: 400; src: local('※'), url(../font/NotoSansJP-Medium.woff);}
@font-face {font-family: 'BMJ'; font-style: normal; font-weight: 700; src: local('※'), url('../font/BMJUA.woff');}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {font-size:100%;vertical-align:middle;border-radius: 0;outline: none;}
button,label {border:0 none;background-color:transparent;cursor:pointer;outline: none;}
table {border-spacing:0}
body {-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; border-radius:0;outline: none;}
input[type='checkbox'] {-webkit-appearance:none;border:0 none;outline: none;}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0;outline: none;}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}
input[type='password']{font-family: dotum; font-weight: 400;}
body {background:#fff}
body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family: 'NanumS', sans-serif; font-weight: 700; color:#373737} /* color값은 디자인가이드에 맞게사용 */
textarea {padding: 7px 10px; /*border: 1px solid #ddd;*/}
a {color:#373737;text-decoration:none}
a:active, a:hover {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
img{width: 100%;}
.blind,legend {width:0px; height:0px; position:absolute; overflow:hidden; font-size:0px; line-height:0px; z-index:-1; visibility:hidden;}
caption {width:0px; height:0px; text-indent:-100000px; overflow:hidden; font-size:0px; line-height:0px; z-index:-1; visibility:hidden;}
input::-webkit-input-placeholder{color: #ccc;font-weight: 400;}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="file"]{width: 100%; padding: 10px; height: 35px; line-height: 35px; font-size: 14px; color: #373737; background-color: #fff; border: 1px solid #dddddd; box-sizing: border-box;}

