@charset "utf-8";


/* CSS 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
} /*font-size:100%*/
body {
  line-height: 1;
  font-family: 'Nanum Gothic', sans-serif, "맑은 고딕", "Malgun Gothic", "돋움",' Dotum', 'AppleSDGothicNeo',
    'Droid Sans', 'arial', 'sans-serif';
  color: #555;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
fieldset,
img,
abbr,
acronym {
  border: 0;
}
ol,
ul {
  list-style: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
/*html.ie7 table,
html.ie8 table,
html.ie9 table { border-collapse:separate; }*/
legend,
caption {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999999px;
  height: 0;
  width: 0;
  line-height: 0;
}
td,
th {
  word-break: break-all;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
sub,
sup {
  margin: 0;
  padding: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  overflow: hidden;
  position: absolute;
  left: -9999em;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; /*visibility:hidden;*/
}
input {
  vertical-align: middle;
}
select {
  /* border-radius:20px; */
  padding: 4px 5px 5px;
  border: 1px solid #c2c1c1;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  font-family: "맑은 고딕", "Malgun Gothic";
}
.ie10 select {
  padding: 7px 7px 3px;
  height: 30px;
  line-height: 30px;
}

textarea {
  resize: none;
}
em {
  font-style: normal;
}
a,
a:link,
a:active,
a:visited {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #555;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "맑은 고딕", "Malgun Gothic", "돋움", 'Dotum', 'AppleSDGothicNeo',
    'Droid Sans', 'arial', 'sans-serif';
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  line-height: 1;
  padding: 5px 0 7px;
  border: 1px solid #c2c1c1;
  background: #fff;
  font-family: "맑은 고딕", "Malgun Gothic", "돋움", 'Dotum', 'AppleSDGothicNeo',
    'Droid Sans', arial, sans-serif;
  font-size: 13px;
  color: #333;
  text-indent: 5px;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 4px 0 0;
  padding: 0;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  color: #ff5000 !important;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  color: #999 !important;
}

input:disabled {
  background: #f4f4f4;
}
input[disabled="disabled"],
input[disabled],
select[disabled],
input[readonly] {
  background: #f4f4f4;
}
input[readonly="readonly"],
input[readonly],
select[readonly] {
  border: 1px solid #c2c1c1;
  background: #f4f4f4;
  color: #555 !important;
}

select[disabled="disabled"],
select:disabled {
  background-color: #f4f4f4;
}

.calender_date_list td span {
  display: block;
  width: 50px;
  margin: 5px auto 0 auto;
  padding: 1px 0;
  text-align: center;
  color: #fff;
  background: #6b6b6d;
  border-radius: 2px;
}
.calender_date_list td select {
  display: block;
  width: auto;
  margin: 5px auto 0 auto;
  text-align: center;
}
.calender_date_list td span.off {
  background: #000;
}
.calender_date_list td.last {
  border-right: 0;
}
.calender_date_list td span.end {
  background: #111;
}
.calender_date_list td em {
  display: block;
  color: #555;
}
.calender_date_list td ul li {
  position: relative;
  padding: 0 0 0 0;
  text-align: center;
}
.radio {
  vertical-align: middle;
  margin-right: 3px;
}
/*.calender_date_list td ul li strong {position: absolute; right: 0;top: 2px; width: 50px;height: 15px;/*font-size: 0;text-indent: -1000px;}*/

button {
  font-size: 13px;
  margin: 0;
  padding: 0px;
  border: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  overflow: visible;
  cursor: pointer;
  line-height: 1;
}
button.viewSch {
  display: block;
  width: 50px;
  margin: 5px auto 0 auto;
  font-size: 12px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background: #0079ea;
  border-radius: 2px;
  letter-spacing: -0.1em;
}
button.off {
  background: #000;
}
button.end {
  background: #111;
}
