@charset "utf-8";
/* 수정하지 마세요 개별적으로 사용시엔 style.css에 해주시기 바랍니다. */
	
/*
 * Nanum Gothic (Korean) 
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}


/*세팅*/

html,body,div,span,input,select,textarea,button,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,section,footer {
border:0;
margin:0;
padding:0;

}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td,button,textarea,select {margin:0;padding:0;}

h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal}
img {border:0;vertical-align:top; max-width:100%;}
ul,ol,dl,dt,dd,li {list-style:none;}
table, th, td {border-collapse:collapse;border-spacing:0;font-weight: normal; font-size: 14px;}
/*caption {display:block;text-indent:-9999em;overflow:hidden;height:0;font-size:0;line-height:0;}*/
fieldset, blockquote, iframe, button {border:none;}
i, em, u, cite {font-style:normal;}
strong,em, b {font-weight:no:;rmal;}
a {color:#666;text-decoration:none;  transition:all 0.3s ease;}
a:hover,a:focus{text-decoration: none !important;  }
img,fieldset{border:0;outline:none}
input,button{
  outline:none;
}
body {
 font-size:15px;
 font-family: 'Nanum Gothic','굴림', sans-serif;
  width:100%;
  color:#666;
  font-weight:300;
/*  // overflow: hidden;*/
/*   overflow-y: auto; */
  line-height:1.5;
  letter-spacing:-0.5px;
  -webkit-text-size-adjust:none;
}

/*input 태크*/

input {
  font:inherit;
  margin: 0;
/*  vertical-align: middle;
  border: solid 1px #ddd;
  background: #fff;*/
  line-height: normal;
  -webkit-border-radius: 0;
  resize: none;
}
button {background:transparent;cursor:pointer;vertical-align:middle;margin:0;}
button,input[type="submit"], input[type="button"], input[type="reset"] 
{cursor:pointer;-webkit-appearance:none;}
section, nav, article, aside, header, footer, main {display:block;}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {display:none;}
input[type="text"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"]{-webkit-appearance:none;border-radius:0}
input[placeholder] {font-family:inherit;}
::-webkit-input-placeholder {color: #aaa;}
::-moz-placeholder {color: #aaa;}
:-ms-input-placeholder {color: #aaa;}
:-moz-placeholder {color: #aaa;}
::-ms-clear,
::-ms-reveal {display: none;}
select, textarea, button {font:inherit;-webkit-appearance: none;border-radius: 0}

input[type="number"],
input[type="text"]{
  min-width: 170px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="file"],
select{
  height:32px;
  line-height:32px;
  margin: 0;
  text-indent:7px;
  vertical-align: middle;
  border: solid 1px #ddd;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  min-width: auto;

    vertical-align: top;

}

input[type="file"]{width:100%;padding:0;line-height:normal}
textarea{background:#fbfbfb;border:1px solid #ebebeb;padding:5px;width:99%;}

select{ 
  height:28px;  
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
  zoom:1  
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff;
      vertical-align: middle;
}
input[type="radio"] {
  width: 18px;
  height: 18px;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 20px;
  vertical-align: middle;

}
input[type="image"] {
  border: none;
  background: 0;
}
input[type="submit"] {
  min-width: 80px;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: top;
}



option{
  border:solid 1px #ddd;
  margin:0;
}

label{
  margin:0;
  font-weight: normal;
  vertical-align:middle;
}

textarea{
  margin:0;
  border:solid 1px #ddd;
}
button{
  margin:0;
  padding:0;
  vertical-align: middle;
}


