@charset"utf-8";
/* 나눔스퀘어라운드 웹폰트 v1.11 https://github.com/innks/NanumSquareRound */
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 300;
  src: local("../fonts/NanumSquareL"), /* computer */
    url("../fonts/NanumSquareL.eot"), /* IE9 Compat Modes */
    url("../fonts/NanumSquareL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */    
    url("../fonts/NanumSquareL.woff") format("woff"), /* Modern Browsers */
    url("../fonts/NanumSquareL.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 400;
  src: local("../fonts/NanumSquareR"), /* computer */
    url("../fonts/NanumSquareR.eot"), /* IE9 Compat Modes */
    url("../fonts/NanumSquareR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/NanumSquareR.woff2") format("woff2"), /* Modern Browsers */    
    url("../fonts/NanumSquareR.woff") format("woff"), /* Modern Browsers */
    url("../fonts/NanumSquareR.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 700;
  src: local("../fonts/NanumSquareB"), /* computer */
    url("../fonts/NanumSquareB.eot"), /* IE9 Compat Modes */
    url("../fonts/NanumSquareB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/NanumSquareB.woff2") format("woff2"), /* Modern Browsers */
    url("../fonts/NanumSquareB.woff") format("woff"), /* Modern Browsers */
    url("../fonts/NanumSquareB.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquare";
  font-style: normal;
  font-weight: 800;
  src: local("../fonts/NanumSquareEB"), /* computer */
    url("../fonts/NanumSquareEB.eot"), /* IE9 Compat Modes */
    url("../fonts/NanumSquareEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */    
    url("../fonts/NanumSquareEB.woff") format("woff"), /* Modern Browsers */
    url("../fonts/NanumSquareEB.ttf") format("truetype"); /* Safari, Android, iOS */
}

/***** Base Reset Style - ie8 *****/
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, strong, sub, sup, tt, var,b, 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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
ol, ul{list-style: none}
table{width:100%;border-collapse:collapse;border-spacing:0}
table th,table td{vertical-align:middle}
hr,legend,caption{font-size:0;height:0;line-height:0}
em{font-style:normal}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
a[href^=tel]{color:inherit;text-decoration: none}
img{vertical-align:middle;font-size:11px}
input,select,textarea,label,button{margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;font-weight:inherit;vertical-align:middle;box-sizing:border-box}
input[type="password"]{font-family:'Dotum',sans-serif}
::-webkit-input-placeholder{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}
:-moz-placeholder{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}
::-moz-placeholder{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}
:-ms-input-placeholder{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}

/***** common style *****/
body{position:relative;font-family:"NanumSquare", 'Dotum', sans-serif;font-size:16px;font-weight:400;color:#54433c;line-height:1.3;letter-spacing:-1px;word-spacing:-1px}

.tablebox input[type=text] { 
-webkit-ime-mode:active; 
-moz-ime-mode:active; 
-ms-ime-mode:active; 
ime-mode:active; 
} 

</style>