﻿@charset "UTF-8";

/* 웹폰트설정 */
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/NotoSansKR-Regular.otf') format('opentype');
}
/*@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NanumBarunGothic.ttf') format('truetype');
  unicode-range: U+0030-0039;
}*/

@font-face {
	font-family: 'NotoSansKR-M';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/NotoSansKR-Medium.otf') format('opentype');
}
/*@font-face {
  font-family: 'NotoSansKR-M';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NanumBarunGothicBold.ttf') format('truetype');
  unicode-range: U+0030-0039;
}*/

/* 웹폰트설정 나눔바른고딕 */
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NanumBarunGothicLight.eot');
  src: url('./fonts/NanumBarunGothicLight.eot?#iefix') format('embedded-opentype'),
       url('./fonts/NanumBarunGothicLight.woff') format('woff'),
       url('./fonts/NanumBarunGothicLight.ttf') format('truetype');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/NanumBarunGothic.eot');
  src: url('./fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
       url('./fonts/NanumBarunGothic.woff') format('woff'),
       url('./fonts/NanumBarunGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/NanumBarunGothicBold.eot');
  src: url('./fonts/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
       url('./fonts/NanumBarunGothicBold.woff') format('woff'),
       url('./fonts/NanumBarunGothicBold.ttf') format('truetype');
}
/* 
** reset 
*/
*, *:before, *:after { -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing: border-box; }
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,article{margin:0;padding:0; color:#252525; line-height:1.6;font-size:14px; font-family:NotoSansKR;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
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 {outline:none;vertical-align:middle;}
input:focus,select:focus,textarea:focus,button:focus { outline:none; }
button {border:0 none;background-color:transparent;cursor:pointer}
html, body {-webkit-text-size-adjust: none; color:#787878;}
/*body {position:relative;background:#fff;-webkit-text-size-adjust: none; color:#787878;}*/
body,th,td,input,select,textarea,button {font-size:14px;font-family:NotoSansKR;color:#787878} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}
input:focus {border:1px solid #52ACF1;}
input[type="checkbox"] { width: 16px; height: 16px; }
textarea { resize: none; }

/* Chrome/Opera/Safari */
input::-webkit-input-placeholder { color: rgba(0,0,0,0.5); font-size: 1em; }

/* Firefox 19+ */
input::-moz-input-placeholder { color: rgba(0,0,0,0.5); font-size: 1em; }

/* IE 10+ */
input:-ms-input-placeholder { color: rgba(0,0,0,0.5); font-size: 1em; }