
@charset "utf-8";
/* noto-sans-kr-regular - latin_korean */
/*
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: bolder;
  src: url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.eot'); 
  src: local(''),
       url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.eot?#iefix') format('embedded-opentype'),  
       url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'),  
       url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.woff') format('woff'),  
       url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.ttf') format('truetype'),  
       url('/css/fonts/noto-sans-kr-v27-latin_korean-regular.svg#NotoSansKR') format('svg');  
}
*/
/* Reset */
* {
  outline: 0 !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
}

html {
  /* -webkit-touch-callout: none; */
  /* -webkit-user-select: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
}

body,
input,
select,
textarea,
button {
  border: none;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -.05em;
  line-height: 1.25;
  color: #000;
  border-radius: 0;
}

button {
  border: 1px solid #ccc;
  background: #f0f0f0;
  height: 30px;
  cursor: pointer;
}

ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

img,
fieldset {
  border: 0;
}

address,
cite,
code,
em {
  font-style: normal;
  font-weight: 500;
}

label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
}

legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Form */
textarea {
  border: 1px solid #ccc;
}

select {
  height: 38px;
  font-size: 13px;
  color: #000;
  border: 1px solid #ccc;
  padding: 0 45px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/btn/btn-select-arrow.png") no-repeat center right 15px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
  display: none;
}

input[type="tel"],
input[type="time"],
input[type="text"], 
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
/*  width: 100%; */
  height: 38px;
  font-size: 14px;
  color: #000;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  text-indent: 15px;
  transition: all 0.5s;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 12px;
  line-height: normal !important;
  vertical-align: middle;
}

textarea {
  padding: 5px 0;
}

select:focus,
textarea:focus,
input:focus {
  border: 1px solid #727272;
}

input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="email"][disabled] {
  background: #eaeaea;
  border-color: #c0c0c0;
  color: #666;
  -webkit-appearance: none;
  font-size: 12px;
}

textarea[readonly],
textarea[disabled] {
  padding: 11px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 140%;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #ccc;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.blind {
  overflow: hidden;
  border: 0;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/*
.contents-container {
flex-basis: 800px; 
flex-shrink: 0;    
}

@media (min-width: 960px) and (max-width: 1570px) {
body {    
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
*/