html{-webkit-text-size-adjust: none;text-size-adjust: none;}
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-family:'Noto Sans KR',sans-serif;font-size:62.5%;font-weight:400;line-height:1;letter-spacing:-0.03em;vertical-align:top;color:#666;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;font-family:'Noto Sans KR',sans-serif;margin:0;padding:0;border:0;font-size:62.5%;}
body {line-height:1;/*-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*/}
ol,ul,li {list-style:none;}
p, h1, h2, h3, h4, h5, h6 {margin:0;padding:0;}
a {color:#666;text-decoration:none;}
a:focus:active:hover{outline: 0}
img {max-width:100%;font-size:0;vertical-align:top;border:0;}
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;}
select, input {vertical-align:top;font-family:'Noto Sans KR',sans-serif;}
input:focus::placeholder{color:transparent;}
caption,.label{width:1px;height:1px;margin:-1px;border:none;clip:rect(0,0,0,0);overflow:hidden;}
.label{position:absolute;}
/* 안드로이드 및 아이폰에서 기본적으로 적용되어있는 select, input css 제거. */
select {background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
select::-ms-expand {display:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;font-family:'Noto Sans KR',sans-serif;}
button[disabled],html input[disabled] {cursor:default;}
/* ie 하위버전 기본적으로 적용되어 있는 css 변경 */
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
/* 아이폰 기본적으로 적용되어 있는 버튼 css 변경 */
input{-webkit-appearance:button;}
/* 사파리5, 크롬에서 기본적으로 적용되어 있는 css 변경 */
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
address, em, i {font-style:normal;}
button {margin:0;padding:0;border:0;background:none;cursor:pointer;}
hr {margin:0;border:none;padding:0;display:block;}
figure, figcaption {margin:0;padding:0;}
form, fieldset {border:none;margin:0;padding:0;line-height:1;}
input[type="submit"] {-webkit-appearance:none;-moz-appearance:none;appearance:none;}
header, footer, article, section, aside, nav, main {display:block;}
textarea{font-family:'Noto Sans KR',sans-serif;font-size:62.5%;font-weight:400;color:#666;}

/* a:hover, a:active,a:hover:active { outline: none; }
a:focus:not(:focus) {outline: none;}
a:focus:not(:focus-visible){outline: none;} */

img {-webkit-user-drag:none;}


/* PC 화면 분기 */
@media screen and (max-width: 1300px) {
  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 {font-size:56.25%;}
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {font-size:56.25%;}
  textarea{font-size:56.25%;}
}

/* 테블릿 */
@media screen and (max-width: 1199px) {
  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 {font-size:62.5%;}
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {font-size:62.5%;}
  textarea{font-size:62.5%;}
}


/* 모바일 */
@media screen and (max-width: 767px){

}