@charset "utf-8";
/* CSS Document */

* {
 box-sizing: border-box; 
 -ms-box-sizing: border-box; 
 -moz-box-sizing: border-box; 
 -webkit-box-sizing: border-box; 
}
::-webkit-input-placeholder {
   color:#c0c0c0; font-size:13px; vertical-align:middle;
}
:-moz-placeholder {
    color:#c0c0c0;   font-size:13px;  vertical-align:middle;
}
::-moz-placeholder {
    color:#c0c0c0;   font-size:13px;  vertical-align:middle;
}
:-ms-input-placeholder {
    color:#c0c0c0;   font-size:13px; vertical-align:middle;
}
caption {
 display:none;
}
html, body{
 height:100%;
}
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,
header, nav, menu, section, article {
 margin:0;
 padding:0
}
fieldset, img {
 border:0 none
}
dl, ul, ol, menu, li {
 list-style:none; 
 vertical-align: middle
}
blockquote, q {
 quotes: none
}
blockquote:before, blockquote:after,q:before, q:after {
 content:'';content:none
}
input, select{
 border-radius:0;
 outline:none;
}

input, textarea {
 padding:0 12px;
 color:#3d3d3d;
}
input, select, textarea, button {
 vertical-align:middle
}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {
 -webkit-appearance:none; 
}
input[type='text'],input[type='password'], select, textarea {
 border:1px solid #cccccc;
}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {
 -webkit-appearance:none; 
 border-radius:0
}
input[type='button'] {
 -webkit-appearance:none;
  border: 0;
}
input[type='search']:-webkit-search-cancel-button {
 -webkit-appearance:none
}
input[type='radio'], input[type='checkbox'] {
 border:none !important
}
button {
 border:0 none;
 background-color:transparent;
 cursor:pointer
}
body {
 background:#fff;
}
body,th,td,input,select,textarea,button{
 font-size:14px; 
 line-height:1.5;
 font-family: 'NotoSans','맑은 고딕','malgun gothic','돋움',dotum,sans-serif;
 color:#3d3d3d;
 vertical-align:middle;
 letter-spacing:-0.5px;
}
a, a:link, a:visited, a:hover, a:active {
 color:inherit; 
 text-decoration: none;
}
address,caption,cite,code,dfn,em,var {
 font-style:normal;
 font-weight:normal
}
table {
 width:100%; 
 border-collapse: collapse;
}
img { 
 vertical-align:middle; 
 width:auto;
 max-width:100%;
}

h5, h6{
 font-family: 'NotoSans','맑은 고딕','malgun gothic','돋움',dotum,sans-serif;
}

/*font-size*/
@media (max-width:360px){html{font-size:10px;}}
@media (min-width:361px) and (max-width:399px){html{font-size:11px;}}
@media (min-width:400px) and (max-width:439px){html{font-size:12px;}}
@media (min-width:440px) and (max-width:479px){html{font-size:13px;}}
@media (min-width:480px) and (max-width:519px){html{font-size:14px;}}
@media (min-width:520px) and (max-width:559px){html{font-size:15px;}}
@media (min-width:560px) and (max-width:599px){html{font-size:16px;}}
@media (min-width:600px) and (max-width:639px){html{font-size:17px;}}
@media (min-width:640px) and (max-width:679px){html{font-size:18px;}}
@media (min-width:680px) and (max-width:719px){html{font-size:19px;}}
@media (min-width:720px) and (max-width:759px){html{font-size:20px;}}
@media (min-width:760px) and (max-width:799px){html{font-size:21px;}}
@media (min-width:800px) and (max-width:839px){html{font-size:22px;}}
@media (min-width:840px) and (max-width:879px){html{font-size:23px;}}
@media (min-width:880px){html{font-size:24px;}}

