@charset "utf-8";

/* Font 공통 */
*{font-family: 'Noto Sans KR', sans-serif;}
/* @font-face {
    font-family: "KoPub Dotum";
    src: url('../font/KoPubDotumMedium.eot');
    src: url('../font/KoPubDotumMedium.woff2') format('woff2'),
         url('../font/KoPubDotumMedium.woff') format('woff'),
         url('../font/KoPubDotumMedium.ttf') format('truetype'),
         url('../font/KoPubDotumMedium.svg#KoPubDotumMedium') format('svg'),
         url('../font/KoPubDotumMedium.eot?#iefix') format('embedded-opentype');
} */

/* 공통 영역 */
html, body {font-family: 'KoPub Dotum', sans-serif; font-weight: 400; color: #333; letter-spacing: -0.5px;}
.clearfix{*zoom:1;}
.clearfix:after {content:'';display:block;clear:both}
.hidden {display:none}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;display:none;}

em{font-style: normal;}
select{
    border-color: #e7e7e7;
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
    -moz-appearance: none;    /* 화살표 없애기 for firefox*/
    appearance: none;         /* 화살표 없애기 공통*/
    /* background: url(../images/common/select_arrow.png) no-repeat 95% 50%; */
}
select::-ms-expand {
   display: none;            /* 화살표 없애기 for IE10, 11*/
}

/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {margin:0;padding:0;border:0;font-size:100%;box-sizing:border-box;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

a {color: inherit;text-decoration:none}
a:link, a:visited {text-decoration:none}
a:hover, a:active {text-decoration:none}
img {border:none;vertical-align:middle}
ol, ul, li {list-style:none}
*{box-sizing: border-box}

table {border-collapse: collapse;border-spacing: 0}
fieldset {border:none}
legend{width:1px;height:1px;overflow:hidden;visibility:hidden;line-height:0;font-size:0;position:absolute; left:-999px}

button, input[type="button"] {padding:0;margin:0;border:none;vertical-align:middle;cursor:pointer}
input{margin:0;padding:0;border:0}
input[type=text]::-ms-clear {display:none}
input[type=password]::-ms-clear {display:none}
textarea {resize:none}
input, select, button, textarea{outline: none}

/*******reset끝**********/
