@charset "utf-8";

/**
 * --------------------------------
 * reset CSS
 * creator : chowoobin
 * --------------------------------
*/
/* 웹폰트 */
@font-face{
  font-family:"SCoreDream";
  font-style:normal;
  font-weight:normal;
  src:url("/fonts2/SCoreDream5.eot");
  src:url("/fonts2/SCoreDream5.eot?#iefix") format("embedded-opentype"),
      url("/fonts2/SCoreDream5.woff2") format("woff2"),
      url("/fonts2/SCoreDream5.woff") format("woff");
}
@font-face{
  font-family:"SCoreDream";
  font-style:normal;
  font-weight:600;
  src:url("/fonts2/SCoreDream6.eot");
  src:url("/fonts2/SCoreDream6.eot?#iefix") format("embedded-opentype"),
      url("/fonts2/SCoreDream6.woff2") format("woff2"),
      url("/fonts2/SCoreDream6.woff") format("woff");
}


html,body,div,p,iframe,frameset, h1,h2,h3,h4,h5,h6, strong,span,b,em,var,label,legend, ul,ol,li,dl,dt,dd,
table,thead,tbody,tfoot,tr,th,td,caption, form,fieldset,input,textarea, sub,sup,img,a,del,button,pre,
header,footer,section,article,aside,figure,figcaption{padding:0;margin:0;}
/* 목록 스타일 리셋 */
ul, ol, li{list-style:none;}
/* 태그 리셋 */
button{background:transparent;font-family:'SCoreDream','돋움','dotum','AppleGothic','AppleSDGothicNeo','Helvetica',sans-serif;vertical-align:middle;border:none;cursor:pointer;}
img{vertical-align:top;}
img,fieldset,table{border:0;}
em, address, del{font-style:normal;}
a{display:inline-block;}
strong, em{font-weight:600;}
/* form */
input,select,label,textarea{border-radius:0;-webkit-border-radius:0;background-color:transparent;color:#000;font-size:14px;line-height:normal;font-family:'SCoreDream','돋움','dotum','AppleGothic','AppleSDGothicNeo','Helvetica',sans-serif;vertical-align:middle;}
input[type='text'],input[type='password'],input[type='submit'],input[type='search']{-webkit-appearance:none;border-radius:0}
input:checked[type='checkbox']{-webkit-appearance:checkbox;}
input[type='button'],input[type='submit'],input[type='reset'],input[type='file']{-webkit-appearance:button;border-radius:0;border:0 none;background-color:transparent;cursor:pointer;}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}
table{border-collapse:collapse;border-spacing:0}
address,caption{font-style:normal;font-weight:normal}
/* table */
table{width:100%;border-collapse:collapse;border-spacing:0;}
th, td{word-break:keep-all;word-wrap:break-word;}
/* alink */
a{color:#000;border:0;text-decoration:none;}
a:hover{text-decoration:none;}
a:active,a:hover{text-decoration:none}
*, *:before, *:after{box-sizing:border-box;}

/* body, html */
html{height:100%;}
body{height:100%;font-family:'SCoreDream','돋움','dotum','AppleGothic','AppleSDGothicNeo','Helvetica',sans-serif;font-weight:normal;font-size:14px;color:#000;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;}

/* 대체텍스트 and 숨김처리 */
caption, legend, .hidden, .hide{position:absolute !important;top:0 !important;left:0 !important;padding:0 !important;border:0 !important;overflow:hidden !important;width:0 !important;height:0 !important;line-height:0 !important;}
