﻿@charset "UTF-8";

/* 
** reset 
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,article{margin:0;padding:0; color:#252525; line-height:1.6;font-size:0.95rem; font-family:'Nanum Gothic';-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
html, body {-webkit-text-size-adjust: none; color:#787878;}
/*body {position:relative;background:#fff;-webkit-text-size-adjust: none; color:#787878;}*/
body,th,td,input,select,textarea,button {font-size:0.95rem;font-family:'Nanum Gothic';color:#787878} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}


input:focus {border:1px solid #52ACF1;}



