@charset "utf-8";

@font-face {
  font-family: HDharmony;
  src: local(HDharmonyM),
       local(hdharmony),
       url(../font/HDharmonyM.eot?#iefix) format('embedded-opentype'),
       url(../font/HDharmonyM.woff) format('woff'),
       url(../font/HDharmonyM.ttf) format('truetype');
       url(../font/HDharmonyM.svg#HDharmonyM) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: HDharmony;
  src: local(HDharmonyL),
       local(hdharmony),
       url(../font/HDharmonyL.eot?#iefix) format('embedded-opentype'),
       url(../font/HDharmonyL.woff) format('woff'),
       url(../font/HDharmonyL.ttf) format('truetype');
       url(../font/HDharmonyL.svg#HDharmonyM) format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: HDharmony;
  src: local(HDharmonyB),
       local(hdharmony),
       url(../font/HDharmonyB.eot?#iefix) format('embedded-opentype'),
       url(../font/HDharmonyB.woff) format('woff'),
       url(../font/HDharmonyB.ttf) format('truetype');
       url(../font/HDharmonyB.svg#HDharmonyB) format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare_acR),
       local(NanumSquare),
       url(../font/NanumSquare_acR.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare_acR.woff) format('woff'),
       url(../font/NanumSquare_acR.ttf) format('truetype');
       url(../font/font/NanumSquare_acR.svg#NanumSquare_acR) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare_acR),
       local(NanumSquare),
       url(../font/NanumSquare_acR.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare_acR.woff) format('woff'),
       url(../font/NanumSquare_acR.ttf) format('truetype');
       url(../font/font/NanumSquare_acR.svg#NanumSquare_acR) format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare_acB),
       local(NanumSquare),
       url(../font/NanumSquare_acB.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare_acB.woff) format('woff'),
       url(../font/NanumSquare_acB.ttf) format('truetype');
       url(../font/NanumSquare_acB.svg#NanumSquare_acB) format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare_acB),
       local(NanumSquare),
       url(../font/NanumSquare_acB.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare_acB.woff) format('woff'),
       url(../font/NanumSquare_acB.ttf) format('truetype');
       url(../font/NanumSquare_acB.svg#NanumSquare_acB) format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare_acEB),
       local(NanumSquare),
       url(../font/NanumSquare_acEB.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare_acEB.woff) format('woff'),
       url(../font/NanumSquare_acEB.ttf) format('truetype');
       url(../font/NanumSquare_acEB.svg#NanumSquare_acEB) format('svg');
  font-style: normal;
  font-weight: 800;
}

html {
  height: 80%;
}
body {
  height: 100%;
  position: relative;
  margin: 0;
  min-height: 100%;
  padding: 0;
  background: #ffffff;
}
body, body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11pt;
  font-family: NanumSquare, Malgun Gothic, 'Malgun Gothic', dotum, sans-serif;
  font-weight: normal;
  line-height: 130%;
  color: #151515;
}

ul, li, dl, dt, dd {
  padding: 0;
  margin: 0;
}
ul:after {
  content: '';
  display: block;
  clear: both;
}
ul.inline_list li {
  display: inline-block;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote: before, blockquote: after,q: before, q: after {
  content: '';
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
a {
  cursor: pointer;
  outline: none;
  color: #0C50BE;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #50A2FF;
}
a::selection,
a:active {
  color: #00287A;
  border: none;
}
a:disabled {
  color: #9eb9e5;
}
legend, caption {
  display: none;
}
img {
  border: none;
}

/* input */
textarea {
  resize: vertical;
  font: inherit;
  overflow-y: auto;
}
select,
input {
  margin: 0;
  border-radius: 6px;
  outline: none;
}
select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #bbbbbb;
}
input[type="text"] {
  border: 1px solid #bbbbbb;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
input[type="text"]:focus {
  border-color: #50a2ff;
}

.input_search {
  border: 1px solid #bbbbbb;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0;
  margin: 0;
}
.input_search input[type="text"] {
  width: calc(100% - 48px);
  height: 38px;
  line-height: 38px;
  border: none;
  vertical-align: top;
}
.input_search .btn_input_search {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  font-size: 0;
  background-image: url('../images/icon/ic_search.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin: 8px 10px;
  vertical-align: top;
}

/* Font style */
.font_bold,
.bold {
  font-weight: 700;
}
.font_normal {
  font-weight: normal;
}

/* Align */
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.margin_top0 {
  margin-top: 0px;
}
.margin_top4 {
  margin-top: 4px;
}
.margin_top8 {
  margin-top: 8px;
}
.margin_top16 {
  margin-top: 16px;
}
.margin_top24 {
  margin-top: 24px;
}
.margin_top32 {
  margin-top: 32px;
}
.margin_right0 {
  margin-right: 0px;
}
.margin_right4 {
  margin-right: 4px;
}
.margin_right8 {
  margin-right: 8px;
}
.margin_right16 {
  margin-right: 16px;
}
.margin_right24 {
  margin-right: 24px;
}
.margin_right32 {
  margin-right: 32px;
}
.margin_bottom0 {
  margin-bottom: 0px;
}
.margin_bottom4 {
  margin-bottom: 4px;
}
.margin_bottom8 {
  margin-bottom: 8px;
}
.margin_bottom16 {
  margin-bottom: 16px;
}
.margin_bottom24 {
  margin-bottom: 24px;
}
.margin_bottom32 {
  margin-bottom: 32px;
}
.margin_left0 {
  margin-left: 0px;
}
.margin_left4 {
  margin-left: 4px;
}
.margin_left8 {
  margin-left: 8px;
}
.margin_left16 {
  margin-left: 16px;
}
.margin_left24 {
  margin-left: 24px;
}
.margin_left32 {
  margin-left: 32px;
}
.padding_top0 {
  padding-top: 0px;
}
.padding_top4 {
  padding-top: 4px;
}
.padding_top8 {
  padding-top: 8px;
}
.padding_top16 {
  padding-top: 16px;
}
.padding_top24 {
  padding-top: 24px;
}
.padding_top32 {
  padding-top: 32px;
}
.padding_right0 {
  padding-right: 0px;
}
.padding_right4 {
  padding-right: 4px;
}
.padding_right8 {
  padding-right: 8px;
}
.padding_right16 {
  padding-right: 16px;
}
.padding_right24 {
  padding-right: 24px;
}
.padding_right32 {
  padding-right: 32px;
}
.padding_bottom0 {
  padding-bottom: 0px;
}
.padding_bottom4 {
  padding-bottom: 4px;
}
.padding_bottom8 {
  padding-bottom: 8px;
}
.padding_bottom16 {
  padding-bottom: 16px;
}
.padding_bottom24 {
  padding-bottom: 24px;
}
.padding_bottom32 {
  padding-bottom: 32px;
}
.padding_left0 {
  padding-left: 0px;
}
.padding_left4 {
  padding-left: 4px;
}
.padding_left8 {
  padding-left: 8px;
}
.padding_left16 {
  padding-left: 16px;
}
.padding_left24 {
  padding-left: 24px;
}
.padding_left32 {
  padding-left: 32px;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.width100 {
  width: 100%;
}

/* Title & Label */
h1, h2, h3, h4, h5 {
  font-family: HDharmony;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
  border-left: 5px solid #0078d7;
  padding-left: 4px;
  margin: 0;
  margin-bottom: 8px;
}
.required {
  display:inline-block;
  margin-left: -6px;
  background-image: url('../images/icon/ic_label_essential.png');
  background-position: -5px top;
  background-repeat: no-repeat;
  padding-left: 6px;
}
input.required,
select.required {
  margin-left: 0px;
  background-image: none;
}
.label {
  font-weight: 700;
}
.label.rd {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #727f93;
  border-radius: 20px;
  font-size: 0.9em;
  color: #ffffff;
  padding: 0 10px;
}
.label.search {
  color: #333333;
}
.label.required {
  color: #0078d7;
  background-image: url('../images/icon/ic_label_essential.png');
  background-position: right top;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 8px;
}

/* basic */
.hide {
  visibility: hidden !important;
  display: none !important;
}

/* button */
.btn_icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
.btn_icon:hover,
.btn_icon:focus {
  background-color: rgba(0,40,122,0.3);
}
.btn_icon::selection,
.btn_icon:active {
  background-color: transparent;
}
.btn_icontxt {
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
  color: #151515;
}
.btn_icontxt:hover,
.btn_icontxt:focus {
  background-color: rgba(0,40,122,0.3);
}
.btn_icontxt::selection,
.btn_icontxt:active {
  background-color: #00287A;
  border-color: #00287A;
  color: #ffffff;
}
.btn_icontxt.vert {
  height: 55px;
  padding: 5px 27px 5px 20px;
  font-size: 0.95em;
}
.btn_icontxt.vert .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
}
.btn_numtxt {
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  text-decoration: none;
  text-align: center;
  font-size: 0.95em;
  font-weight: 700;
  color: #151515;
  background-color: #ffffff;
}
.btn_numtxt:hover,
.btn_numtxt:focus {
  background-color: rgba(0,40,122,0.3);
}
.btn_numtxt:active,
.btn_numtxt.selected {
  background-color: #00287A;
  border-color: #00287A;
  color: #ffffff;
}
.btn_numtxt:active span,
.btn_numtxt.selected span {
  color: #ffffff;
}
.btn_more {
  font-size: 0.95em;
  font-weight: 700;
}
.btn_prev,
.btn_next {
  width: 28px;
  height: 28px;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-size: 0;
}
.btn_prev.small,
.btn_next.small {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: none;
}
.btn_prev:hover,
.btn_prev:focus,
.btn_next:hover,
.btn_next:focus {
  background-color: rgba(0,40,122,0.3);
}
.btn_prev::selection,
.btn_prev:active,
.btn_next::selection,
.btn_next:active {
  background-color: #00287A;
  border-color: #00287A;
}
.btn_prev {
  background-image: url('../images/icon/ic_arrow_back.png');
}
.btn_next {
  background-image: url('../images/icon/ic_arrow_next.png');
}
.btn_prev::selection,
.btn_prev:active {
  background-image: url('../images/icon/ic_arrow_back_w.png');
}
.btn_next::selection,
.btn_next:active {
  background-image: url('../images/icon/ic_arrow_next_w.png');
}
.toggle_btns {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 10px;
  border: 1px solid #9E9E9E;
}
.toggle_btns span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 30px;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
}
.toggle_btns span.selected {
  height: 25px;
  line-height: 25px;
  border-radius: 10px;
  background-color: #00287A;
  color: #fff;
  box-shadow: 0 3px 6px rgba(5,59,124,0.2);
  margin: -1px;
}

/* custom */
.alarm {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #FF0000;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9em;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(255,0,0,0.2);
}
