@charset "utf-8";

/* font */
@font-face {
    font-family: 'notokr-bold';
    src: url('/fonts/notokr-bold.eot');
    src: url('/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/notokr-bold.woff2') format('woff2'),
         url('/fonts/notokr-bold.woff') format('woff'),
         url('/fonts/notokr-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'notokr-medium';
    src: url('/fonts/notokr-medium.eot');
    src: url('/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/notokr-medium.woff2') format('woff2'),
         url('/fonts/notokr-medium.woff') format('woff'),
         url('/fonts/notokr-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'notokr-regular';
    src: url('/fonts/notokr-regular.eot');
    src: url('/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/notokr-regular.woff2') format('woff2'),
         url('/fonts/notokr-regular.woff') format('woff'),
         url('/fonts/notokr-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* tag all font-size set */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
margin:0;
padding:0;
border:0;
font-size:100%;
background:transparent;
}

p, div, ul, li, dl, dt, dd, ol, a, em, strong, fieldset, textarea, input, select, span, table, th, td, address,
cite, h1, h2, h3, h4, h5, h6{color:#666;font-family:'notokr-regular', sans-serif;font-size:13px;line-height:1.5;letter-spacing:-.5px;}
/* Default Style */
*{margin:0;padding:0}
ul, ol, li{list-style:none}
img, hr{border:none}
img{vertical-align:top;border:0px;max-width:100%}
h1, h2, h3, h4, h5, h6 {line-height:1.2;}

/* Link Style */
a:link,
a:visited,
a:active,
a:hover{text-decoration:none;color:#000}

/* Table Style */
table{border-collapse:collapse;border-spacing:0;width:100%}
table td img{vertical-align:middle}

/* From Style */
input{/*-webkit-appearance:none;-moz-appearance:none;appearance:none;*/-webkit-border-radius:0;border-radius:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:13px}
select{-webkit-border-radius:0;border-radius:none;font-size:13px}
textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}
hr, caption{width:0;height:0;font-size:0;line-height:0;overflow:hidden;position:absolute;top:-999999px;left:-999999px}
legend{position:absolute;height:0;font-size:0px;line-height:0;overflow:hidden;text-indent:-20000px}
address, cite, em{font-style:normal}
fieldset{border:0;padding:0}
label{cursor:pointer}
button{cursor:pointer}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel]{padding:0 5px;height:24px;border:1px solid #e5e5e5;font-size:13px;color:#666;box-sizing:border-box;}
select {height:24px;border:1px solid #e5e5e5;font-size:13px;color:#666;box-sizing:border-box;}
textarea{padding:0 5px;border:1px solid #e5e5e5;font-size:13px;color:#666;box-sizing:border-box;}

/* align */
.l{text-align:left}
.c{text-align:center}
.r{text-align:right}
.vt{vertical-align:top}
.vm{vertical-align:middle}
.vb{vertical-align:text-bottom}
.dn{display:none}
.db{display:block}
.dib{display:inline-block}

/* float */
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.over{overflow:hidden}

.hide{position:absolute;width:1px;height:1px;top:-9999px;left:-9999px;overflow:hidden;font-size:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

.bul_refer:before {content: "※"; margin-left: -15px;padding-right: 5px;}
.bul_refer2:before {content: "*"; margin-left: -10px;padding-right: 5px;}
.bul_refer3:before {content: "-"; margin-left: -8px;padding-right: 5px;}

.under_line{text-decoration:underline !important;}
