@charset "utf-8";
/******font*****/
@font-face {
    font-family: 'NanumSquareNeo';
    src: url("../font/NanumSquareNeo-Variable.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url("../font/NanumSquareNeoTTF-dEb.woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url("../font/NanumSquareNeoTTF-dEb.woff");
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'NanumSquareNeo';
    src: url("../font/NanumSquareNeoTTF-eHv.woff");
    font-weight: 800;
    font-style: normal;
}
strong{font-weight: 500;     font-family: 'NanumSquareNeoBold';}

body{font-family: 'NanumSquareNeo'; zoom: 1; font-size:15px; line-height:22px; color:#1a1a1a; margin: 0;}

/* Common */
*{margin:0;padding:0;box-sizing:border-box; font-family: 'NanumSquareNeo'; font-size: 16px; font-weight: 400;  letter-spacing: -0.3px;}
html,body{width:100%;height:100%;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea
a,button,select{margin:0;padding:0}
img,fieldset{border:0;}
table{border-collapse:collapse;border-spacing:0}
legend,caption{visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0}
address,em,th{font-style:normal;font-weight:normal}
ul,ol{list-style:none;margin:0;padding:0;}
li,span {margin:0;padding:0;}
em,address{font-style:normal}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:100%;font-weight:normal;}
.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}
hr {display: none;}
nav ul{list-style:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#1a1a1a;text-decoration:none;}/*-webkit-tap-highlight-color:transparent;*/
table{border-collapse:collapse;border-spacing:0;}
input, select{vertical-align:middle;}
button {border:0 none;padding:0;margin:0;vertical-align:middle;background:transparent;*overflow:visible;cursor:pointer;}
@-moz-document button{padding-top:-2px;}
pre{font-family:'Tahoma',sans-serif;font-size:14px;white-space:pre-wrap;}

p{line-height: 24px; text-align: justify;}
.blind{display:block;overflow:hidden;position:absolute;top:-1000em;left:0}

sup, sub{font-size: 11px; font-weight: 500;}