@media (min-width: 300px) and (max-width: 991px) {
  img.responsive {
    max-width: 100%;
    height: auto;
  }
}
html {
  font-size: 15px;
  overflow-y: scroll;
}
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption,
li,
dt,
dd,
legend,
input,
select,
textarea,
button,
address {
  font: normal normal 1rem '나눔고딕', NanumGothic, 'Nanum Gothic', '돋움', Dotum, sans-serif;
  color: #666;
  text-align: justify;
  line-height: 1em;
}
ul,
ol,
li {
  list-style: none;
}
img,
fieldset,
button,
iframe {
  border: 0;
}
input,
select,
textarea,
label,
img,
button {
  vertical-align: middle;
}
img {
  font-size: 0 !important;
  line-height: 0 !important;
}
button {
  background: transparent;
  cursor: pointer;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
select {
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 0.4em;
  border: 1px solid #dadada;
  background-color: #fff;
}
textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #dadada;
  line-height: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
hr {
  display: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a {
  text-decoration: none;
}
a:link {
  color: #525252;
}
a:visited {
  color: #525252;
}
a:hover {
  color: #4261bd;
}
a:active {
  color: #4261bd;
}
.input,
.file {
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 0.4em;
  border: 1px solid #dadada;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .file {
    padding: 0;
    border: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .file {
    width: auto !important;
    padding: 0;
    border: 0;
  }
}
@-moz-document url-prefix() {
  .file {
    width: auto !important;
    padding: 0;
    border: 0;
  }
}
.width3 {
  width: 2.5rem;
}
.width5 {
  width: 4rem;
}
.width7 {
  width: 5.5rem;
}
.width10 {
  width: 9.5rem;
}
.width15 {
  width: 12.5rem;
}
.width20 {
  width: 16rem;
}
.width25 {
  width: 20rem;
}
.width30 {
  width: 23.5rem;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.korean {
  ime-mode: active;
}
.english {
  ime-mode: inactive;
}
.english-only {
  ime-mode: disabled;
}
.btn {
  display: inline-block;
  padding: 14px 24px;
  border: 0 none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
  text-decoration: none;
}
.btn-default {
  background: #838383;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #949494;
}
.btn-default:active,
.btn-default.active {
  background: #c4c4c4;
  box-shadow: none;
}
.btn-primary {
  background: #0099cc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #33a6cc;
}
.btn-primary:active,
.btn-primary.active {
  background: #007299;
  box-shadow: none;
}
.btn-success {
  background: #00aa66;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #39bf87;
}
.btn-success:active,
.btn-success.active {
  background: #008c52;
  box-shadow: none;
}
.btn-info {
  background: #01a1bd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #5fd4e8;
}
.btn-info:active,
.btn-info.active {
  background: #35a2b5;
  box-shadow: none;
}
.btn-warning {
  background: #e77300;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #eba259;
}
.btn-warning:active,
.btn-warning.active {
  background: #b87430;
  box-shadow: none;
}
.btn-danger {
  background: #f25454;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #f26d6d;
}
.btn-danger:active,
.btn-danger.active {
  background: #bf4343;
  box-shadow: none;
}
.btn.outline {
  background: none;
  padding: 12px 22px;
}
.btn-default.outline {
  border: 2px solid #838383;
  color: #838383;
}
.btn-default.outline:hover,
.btn-default.outline:focus,
.btn-default.outline:active,
.btn-default.outline.active,
.open > .dropdown-toggle.btn-default {
  color: #949494;
  border-color: #949494;
}
.btn-default.outline:active,
.btn-default.outline.active {
  border-color: #c4c4c4;
  color: #c4c4c4;
  box-shadow: none;
}
.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #33a6cc;
  border-color: #33a6cc;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none;
}
.btn-success.outline {
  border: 2px solid #00aa66;
  color: #00aa66;
}
.btn-success.outline:hover,
.btn-success.outline:focus,
.btn-success.outline:active,
.btn-success.outline.active,
.open > .dropdown-toggle.btn-success {
  border-color: #39bf87;
  color: #39bf87;
}
.btn-success.outline:active,
.btn-success.outline.active {
  border-color: #008c52;
  color: #008c52;
  box-shadow: none;
}
.btn-info.outline {
  border: 2px solid #01a1bd;
  color: #01a1bd;
}
.btn-info.outline:hover,
.btn-info.outline:focus,
.btn-info.outline:active,
.btn-info.outline.active,
.open > .dropdown-toggle.btn-info {
  border-color: #5fd4e8;
  color: #5fd4e8;
}
.btn-info.outline:active,
.btn-info.outline.active {
  border-color: #35a2b5;
  color: #35a2b5;
  box-shadow: none;
}
.btn-warning.outline {
  border: 2px solid #e77300;
  color: #e77300;
}
.btn-warning.outline:hover,
.btn-warning.outline:focus,
.btn-warning.outline:active,
.btn-warning.outline.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #eba259;
  color: #eba259;
}
.btn-warning.outline:active,
.btn-warning.outline.active {
  border-color: #b87430;
  color: #b87430;
  box-shadow: none;
}
.btn-danger.outline {
  border: 2px solid #f25454;
  color: #f25454;
}
.btn-danger.outline:hover,
.btn-danger.outline:focus,
.btn-danger.outline:active,
.btn-danger.outline.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #f26d6d;
  color: #f26d6d;
}
.btn-danger.outline:active,
.btn-danger.outline.active {
  border-color: #bf4343;
  color: #bf4343;
  box-shadow: none;
}
.btn-default.gradient {
  background: -moz-linear-gradient(top,#949494 50%,#838383 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#949494),color-stop(50%,#838383));
  background: -webkit-linear-gradient(top,#949494 50%,#838383 50%);
  background: -o-linear-gradient(top,#949494 50%,#838383 50%);
  background: -ms-linear-gradient(top,#949494 50%,#838383 50%);
  background: linear-gradient(to bottom,#949494 50%,#838383 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494',endColorstr='#838383',GradientType=0);
}
.btn-default.gradient:hover,
.btn-default.gradient:focus,
.btn-default.gradient:active,
.btn-default.gradient.active,
.open > .dropdown-toggle.btn-default {
  background: -moz-linear-gradient(top,#a8a8a8 50%,#949494 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#a8a8a8),color-stop(50%,#949494));
  background: -webkit-linear-gradient(top,#a8a8a8 50%,#949494 50%);
  background: -o-linear-gradient(top,#a8a8a8 50%,#949494 50%);
  background: -ms-linear-gradient(top,#a8a8a8 50%,#949494 50%);
  background: linear-gradient(to bottom,#a8a8a8 50%,#949494 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a8',endColorstr='#949494',GradientType=0);
}
.btn-default.gradient:active,
.btn-default.gradient.active {
  background: -moz-linear-gradient(top,#737373 50%,#c4c4c4 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#737373),color-stop(50%,#c4c4c4));
  background: -webkit-linear-gradient(top,#737373 50%,#c4c4c4 50%);
  background: -o-linear-gradient(top,#737373 50%,#c4c4c4 50%);
  background: -ms-linear-gradient(top,#737373 50%,#c4c4c4 50%);
  background: linear-gradient(to bottom,#737373 50%,#c4c4c4 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373',endColorstr='#c4c4c4',GradientType=0);
}
.btn-primary.gradient {
  background: -moz-linear-gradient(top,#33a6cc 50%,#0099cc 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#33a6cc),color-stop(50%,#0099cc));
  background: -webkit-linear-gradient(top,#33a6cc 50%,#0099cc 50%);
  background: -o-linear-gradient(top,#33a6cc 50%,#0099cc 50%);
  background: -ms-linear-gradient(top,#33a6cc 50%,#0099cc 50%);
  background: linear-gradient(to bottom,#33a6cc 50%,#0099cc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a6cc',endColorstr='#0099cc',GradientType=0);
}
.btn-primary.gradient:hover,
.btn-primary.gradient:focus,
.btn-primary.gradient:active,
.btn-primary.gradient.active,
.open > .dropdown-toggle.btn-primary {
  background: -moz-linear-gradient(top,#66b2cc 50%,#33a6cc 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#66b2cc),color-stop(50%,#33a6cc));
  background: -webkit-linear-gradient(top,#66b2cc 50%,#33a6cc 50%);
  background: -o-linear-gradient(top,#66b2cc 50%,#33a6cc 50%);
  background: -ms-linear-gradient(top,#66b2cc 50%,#33a6cc 50%);
  background: linear-gradient(to bottom,#66b2cc 50%,#33a6cc 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b2cc',endColorstr='#33a6cc',GradientType=0);
}
.btn-primary.gradient:active,
.btn-primary.gradient.active {
  background: -moz-linear-gradient(top,#267c99 50%,#007299 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#267c99),color-stop(50%,#007299));
  background: -webkit-linear-gradient(top,#267c99 50%,#007299 50%);
  background: -o-linear-gradient(top,#267c99 50%,#007299 50%);
  background: -ms-linear-gradient(top,#267c99 50%,#007299 50%);
  background: linear-gradient(to bottom,#267c99 50%,#007299 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#267c99',endColorstr='#007299',GradientType=0);
}
.btn-success.gradient {
  background: -moz-linear-gradient(top,#39bf87 50%,#00aa66 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#39bf87),color-stop(50%,#00aa66));
  background: -webkit-linear-gradient(top,#39bf87 50%,#00aa66 50%);
  background: -o-linear-gradient(top,#39bf87 50%,#00aa66 50%);
  background: -ms-linear-gradient(top,#39bf87 50%,#00aa66 50%);
  background: linear-gradient(to bottom,#39bf87 50%,#00aa66 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39bf87',endColorstr='#00aa66',GradientType=0);
}
.btn-success.gradient:hover,
.btn-success.gradient:focus,
.btn-success.gradient:active,
.btn-success.gradient.active,
.open > .dropdown-toggle.btn-success {
  background: -moz-linear-gradient(top,#73bf9f 50%,#39bf87 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#73bf9f),color-stop(50%,#39bf87));
  background: -webkit-linear-gradient(top,#73bf9f 50%,#39bf87 50%);
  background: -o-linear-gradient(top,#73bf9f 50%,#39bf87 50%);
  background: -ms-linear-gradient(top,#73bf9f 50%,#39bf87 50%);
  background: linear-gradient(to bottom,#73bf9f 50%,#39bf87 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bf9f',endColorstr='#39bf87',GradientType=0);
}
.btn-success.gradient:active,
.btn-success.gradient.active {
  background: -moz-linear-gradient(top,#2a8c63 50%,#008c52 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#2a8c63),color-stop(50%,#008c52));
  background: -webkit-linear-gradient(top,#2a8c63 50%,#008c52 50%);
  background: -o-linear-gradient(top,#2a8c63 50%,#008c52 50%);
  background: -ms-linear-gradient(top,#2a8c63 50%,#008c52 50%);
  background: linear-gradient(to bottom,#2a8c63 50%,#008c52 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8c63',endColorstr='#008c52',GradientType=0);
}
.btn-info.gradient {
  background: -moz-linear-gradient(top,#5fd4e8 50%,#01a1bd 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#5fd4e8),color-stop(50%,#01a1bd));
  background: -webkit-linear-gradient(top,#5fd4e8 50%,#01a1bd 50%);
  background: -o-linear-gradient(top,#5fd4e8 50%,#01a1bd 50%);
  background: -ms-linear-gradient(top,#5fd4e8 50%,#01a1bd 50%);
  background: linear-gradient(to bottom,#5fd4e8 50%,#01a1bd 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fd4e8',endColorstr='#01a1bd',GradientType=0);
}
.btn-info.gradient:hover,
.btn-info.gradient:focus,
.btn-info.gradient:active,
.btn-info.gradient.active,
.open > .dropdown-toggle.btn-info {
  background: -moz-linear-gradient(top,#8edae8 50%,#5fd4e8 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#8edae8),color-stop(50%,#5fd4e8));
  background: -webkit-linear-gradient(top,#8edae8 50%,#5fd4e8 50%);
  background: -o-linear-gradient(top,#8edae8 50%,#5fd4e8 50%);
  background: -ms-linear-gradient(top,#8edae8 50%,#5fd4e8 50%);
  background: linear-gradient(to bottom,#8edae8 50%,#5fd4e8 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8edae8',endColorstr='#5fd4e8',GradientType=0);
}
.btn-info.gradient:active,
.btn-info.gradient.active {
  background: -moz-linear-gradient(top,#6baab5 50%,#35a2b5 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#6baab5),color-stop(50%,#35a2b5));
  background: -webkit-linear-gradient(top,#6baab5 50%,#35a2b5 50%);
  background: -o-linear-gradient(top,#6baab5 50%,#35a2b5 50%);
  background: -ms-linear-gradient(top,#6baab5 50%,#35a2b5 50%);
  background: linear-gradient(to bottom,#6baab5 50%,#35a2b5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baab5',endColorstr='#35a2b5',GradientType=0);
}
.btn-warning.gradient {
  background: -moz-linear-gradient(top,#eba259 50%,#e77300 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eba259),color-stop(50%,#e77300));
  background: -webkit-linear-gradient(top,#eba259 50%,#e77300 50%);
  background: -o-linear-gradient(top,#eba259 50%,#e77300 50%);
  background: -ms-linear-gradient(top,#eba259 50%,#e77300 50%);
  background: linear-gradient(to bottom,#eba259 50%,#e77300 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba259',endColorstr='#e77300',GradientType=0);
}
.btn-warning.gradient:hover,
.btn-warning.gradient:focus,
.btn-warning.gradient:active,
.btn-warning.gradient.active,
.open > .dropdown-toggle.btn-warning {
  background: -moz-linear-gradient(top,#ebb57f 50%,#eba259 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#ebb57f),color-stop(50%,#eba259));
  background: -webkit-linear-gradient(top,#ebb57f 50%,#eba259 50%);
  background: -o-linear-gradient(top,#ebb57f 50%,#eba259 50%);
  background: -ms-linear-gradient(top,#ebb57f 50%,#eba259 50%);
  background: linear-gradient(to bottom,#ebb57f 50%,#eba259 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebb57f',endColorstr='#eba259',GradientType=0);
}
.btn-warning.gradient:active,
.btn-warning.gradient.active {
  background: -moz-linear-gradient(top,#b8824d 50%,#b87430 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#b8824d),color-stop(50%,#b87430));
  background: -webkit-linear-gradient(top,#b8824d 50%,#b87430 50%);
  background: -o-linear-gradient(top,#b8824d 50%,#b87430 50%);
  background: -ms-linear-gradient(top,#b8824d 50%,#b87430 50%);
  background: linear-gradient(to bottom,#b8824d 50%,#b87430 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8824d',endColorstr='#b87430',GradientType=0);
}
.btn-danger.gradient {
  background: -moz-linear-gradient(top,#f26d6d 50%,#f25454 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f26d6d),color-stop(50%,#f25454));
  background: -webkit-linear-gradient(top,#f26d6d 50%,#f25454 50%);
  background: -o-linear-gradient(top,#f26d6d 50%,#f25454 50%);
  background: -ms-linear-gradient(top,#f26d6d 50%,#f25454 50%);
  background: linear-gradient(to bottom,#f26d6d 50%,#f25454 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26d6d',endColorstr='#f25454',GradientType=0);
}
.btn-danger.gradient:hover,
.btn-danger.gradient:focus,
.btn-danger.gradient:active,
.btn-danger.gradient.active,
.open > .dropdown-toggle.btn-danger {
  background: -moz-linear-gradient(top,#f28585 50%,#f26d6d 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f28585),color-stop(50%,#f26d6d));
  background: -webkit-linear-gradient(top,#f28585 50%,#f26d6d 50%);
  background: -o-linear-gradient(top,#f28585 50%,#f26d6d 50%);
  background: -ms-linear-gradient(top,#f28585 50%,#f26d6d 50%);
  background: linear-gradient(to bottom,#f28585 50%,#f26d6d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28585',endColorstr='#f26d6d',GradientType=0);
}
.btn-danger.gradient:active,
.btn-danger.gradient.active {
  background: -moz-linear-gradient(top,#bf5656 50%,#bf4343 50%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#bf5656),color-stop(50%,#bf4343));
  background: -webkit-linear-gradient(top,#bf5656 50%,#bf4343 50%);
  background: -o-linear-gradient(top,#bf5656 50%,#bf4343 50%);
  background: -ms-linear-gradient(top,#bf5656 50%,#bf4343 50%);
  background: linear-gradient(to bottom,#bf5656 50%,#bf4343 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5656',endColorstr='#bf4343',GradientType=0);
}
.btn.round {
  border-radius: 24px;
}
.btn-lg.round {
  border-radius: 32px;
}
.btn-sm.round {
  border-radius: 14px;
}
.btn-xs.round {
  border-radius: 10px;
}
.btn-default.raised {
  box-shadow: 0 3px 0 0 #c4c4c4;
}
.btn-default.raised:active,
.btn-default.raised.active {
  background: #33a6cc;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-primary.raised {
  box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active,
.btn-primary.raised.active {
  background: #33a6cc;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-success.raised {
  box-shadow: 0 3px 0 0 #008c52;
}
.btn-success.raised:active,
.btn-success.raised.active {
  background: #39bf87;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-info.raised {
  box-shadow: 0 3px 0 0 #35a2b5;
}
.btn-info.raised:active,
.btn-info.raised.active {
  background: #5fd4e8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-warning.raised {
  box-shadow: 0 3px 0 0 #b87430;
}
.btn-warning.raised:active,
.btn-warning.raised.active {
  background: #eba259;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-danger.raised {
  box-shadow: 0 3px 0 0 #bf4343;
}
.btn-danger.raised:active,
.btn-danger.raised.active {
  background: #f26d6d;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-xs {
  padding: 4px 10px;
}
.btn-sm {
  padding: 8px 12px;
}
.btn-lg {
  padding: 20px 40px;
}
.btn-xs.outline {
  padding: 2px 8px;
}
.btn-sm.outline {
  padding: 6px 10px;
}
.btn-lg.outline {
  padding: 18px 38px;
}
.pagination {
  text-align: center;
  padding: 15px 0;
}
.pagination a,
.pagination strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -1px;
  padding: 0 8px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  font: bold 12px/16px Tahoma, sans-serif;
  color: #323232;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #f8f8f8;
}
.pagination strong {
  color: #ff8600;
  text-decoration: underline;
}
.pagination .direction {
  border: 0;
  font-weight: normal;
  color: #767676;
  text-decoration: none !important;
  z-index: 0;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
  color: #323232;
  background-color: #fff;
}
.pagination .direction span {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.pagination .direction.prev {
  border-left: 0;
}
.pagination .direction.prev span {
  *left: -4px;
  margin-right: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-left: 0;
}
.pagination .direction.next {
  border-right: 0;
}
.pagination .direction.next span {
  margin-left: 1px;
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-right: 0;
}
.bullet-1>li,
.bullet-1>dd,
.bullet-1:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 0.7em;
}
.bullet-1>li:before,
.bullet-1>dd:before,
.bullet-1:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.4em;
  color: #9c9c9c;
  line-height: 22.5px;
  content: '\f0c8';
}
.bullet-2>li,
.bullet-2>dd,
.bullet-2:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-2>li:before,
.bullet-2>dd:before,
.bullet-2:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: orange;
  line-height: 22.5px;
  content: '\f0c8';
}
.bullet-3>li,
.bullet-3>dd,
.bullet-3:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 0.7em;
}
.bullet-3>li:before,
.bullet-3>dd:before,
.bullet-3:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.4em;
  color: orange;
  line-height: 22.5px;
  content: '\f111';
}
.bullet-4>li,
.bullet-4>dd,
.bullet-4:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-4>li:before,
.bullet-4>dd:before,
.bullet-4:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: orange;
  line-height: 22.5px;
  content: '\f111';
}
.bullet-5>li,
.bullet-5>dd,
.bullet-5:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-5>li:before,
.bullet-5>dd:before,
.bullet-5:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #e04d00;
  line-height: 22.5px;
  content: '\f061';
}
.bullet-6>li,
.bullet-6>dd,
.bullet-6:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-6>li:before,
.bullet-6>dd:before,
.bullet-6:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: #e04d00;
  line-height: 22.5px;
  content: '\f061';
}
.bullet-7>li,
.bullet-7>dd,
.bullet-7:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-7>li:before,
.bullet-7>dd:before,
.bullet-7:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: orange;
  line-height: 22.5px;
  content: '\f00c';
}
.bullet-8>li,
.bullet-8>dd,
.bullet-8:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-8>li:before,
.bullet-8>dd:before,
.bullet-8:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: orange;
  line-height: 22.5px;
  content: '\f00c';
}
.bullet-9>li,
.bullet-9>dd,
.bullet-9:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-9>li:before,
.bullet-9>dd:before,
.bullet-9:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f32b';
}
.bullet-10>li,
.bullet-10>dd,
.bullet-10:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-10>li:before,
.bullet-10>dd:before,
.bullet-10:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f32b';
}
.bullet-11>li,
.bullet-11>dd,
.bullet-11:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1em;
}
.bullet-11>li:before,
.bullet-11>dd:before,
.bullet-11:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.7em;
  color: orange;
  line-height: 22.5px;
  content: '\f0a9';
}
.bullet-12>li,
.bullet-12>dd,
.bullet-12:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1em;
}
.bullet-12>li:before,
.bullet-12>dd:before,
.bullet-12:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.7em;
  color: orange;
  line-height: 22.5px;
  content: '\f0a9';
}
.bullet-13>li,
.bullet-13>dd,
.bullet-13:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-13>li:before,
.bullet-13>dd:before,
.bullet-13:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f14a';
}
.bullet-14>li,
.bullet-14>dd,
.bullet-14:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-14>li:before,
.bullet-14>dd:before,
.bullet-14:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f14a';
}
.bullet-15>li,
.bullet-15>dd,
.bullet-15:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-15>li:before,
.bullet-15>dd:before,
.bullet-15:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #3284cd;
  line-height: 22.5px;
  content: '\f058';
}
.bullet-16>li,
.bullet-16>dd,
.bullet-16:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
}
.bullet-16>li:before,
.bullet-16>dd:before,
.bullet-16:not(ul):not(dl):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 0.8em;
  color: orange;
  line-height: 22.5px;
  content: '\f058';
}
.bullet-none:before {
  content: '' !important;
}
.editor * {
  line-height: 1.5em;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor h7 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -1px;
}
.editor h1 {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 36px !important;
}
.editor h1:before {
  height: 36px !important;
  line-height: 36px !important;
}
.editor h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 33.75px !important;
}
.editor h2:before {
  height: 33.75px !important;
  line-height: 33.75px !important;
}
.editor h3 {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 31.5px !important;
}
.editor h3:before {
  height: 31.5px !important;
  line-height: 31.5px !important;
}
.editor h4 {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 29.25px !important;
}
.editor h4:before {
  height: 29.25px !important;
  line-height: 29.25px !important;
}
.editor h5 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 27px !important;
}
.editor h5:before {
  height: 27px !important;
  line-height: 27px !important;
}
.editor h6 {
  margin-top: 1.1rem;
  font-size: 1.1rem;
  line-height: 24.75px !important;
}
.editor h6:before {
  height: 24.75px !important;
  line-height: 24.75px !important;
}
.editor h7 {
  margin-top: 1rem;
}
.editor li,
.editor div,
.editor table,
.editor p {
  margin-top: 0.5rem;
}
.editor ul,
.editor ol,
.editor div,
.editor table,
.editor p {
  margin-left: 1rem;
  margin-right: 1rem;
}
.editor table {
  width: 95%;
}
.editor .border {
  margin: 5px 0;
  font-size: 1.1rem;
  padding: 10px;
  border: 5px solid #f7f7f7;
}
.editor .border * {
  margin: 0 !important;
}
.indent-10>li,
.indent-10>dd,
.indent-10 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-15>li,
.indent-15>dd,
.indent-15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent-20>li,
.indent-20>dd,
.indent-20 {
  padding-left: 2em;
  text-indent: -2em;
}
.indent-25>li,
.indent-25>dd,
.indent-25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.indent-0>li,
.indent-0>dd,
.indent-0 {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.style-table {
  width: 100%;
  margin: 3px 0;
  border: 1px solid #d3dce3;
}
.style-table caption {
  padding-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.style-table th,
.style-table td {
  padding: 5px;
  border: 1px solid #d3dce3;
  text-align: center;
  white-space: nowrap;
}
.style-table th {
  background-color: #e5ecf4;
  color: #49607f;
  font-weight: bold;
}
.style-table tfoot td {
  background-color: #f8f8f8;
  color: #49607f;
  font-weight: bold;
}
.style-table td.style-title {
  padding: 5px;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.style-table * {
  vertical-align: middle;
  line-height: 1.5em;
}
.style-table-1 {
  width: 85%;
  margin: 20px auto 0;
  border: none;
}
.style-table-1 thead {
  border-top: 2px solid #5d8ec5;
  border-bottom: 2px solid #5d8ec5;
}
.style-table-1 tbody {
  border-bottom: 2px solid #5d8ec5;
}
.style-table-1 caption {
  padding-bottom: 5px;
  color: #000;
  font-weight: 600;
}
.style-table-1 th {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  white-space: nowrap;
  padding: 7px 10px;
  background: #ecf2fc;
  border-bottom: 1px solid #5d8ec5;
  border-left: 1px solid #5d8ec5;
}
.style-table-1 td {
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #5d8ec5;
  border-left: 1px solid #5d8ec5;
}
.style-table-1 .none {
  border-left-style: none;
}
.style-table-1 tr.gd th,
.style-table-1 thead.gd th {
  background-color: rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(left,rgba(255,255,255,0.7),rgba(255,255,255,0));
  background: -moz-linear-gradient(left,rgba(255,255,255,0.7),rgba(255,255,255,0));
  background: -o-linear-gradient(left,rgba(255,255,255,0.7),rgba(255,255,255,0));
  background: -ms-linear-gradient(left,rgba(255,255,255,0.7),rgba(255,255,255,0));
  background: linear-gradient(left,rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.style-table-1 tbody.lf td {
  text-align: left;
}
.style-table-2 {
  width: 85%;
  margin: 20px auto 0;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.style-table-2 caption {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
}
.style-table-2 th,
.style-table-2 td {
  padding: 10px;
}
.style-table-2 th {
  background: #538bbe;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
.style-table-2 th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #538bbe;
  border-width: 10px;
  margin-top: -10px;
}
@-moz-document url-prefix() {
  .style-table-2 th:after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: '';
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px;
  }
}
.style-table-2 td {
  background: #f8f8f8;
  padding-left: 20px;
}
.ui-widget {
  font-family: 'Nanum Gothic';
  font-weight: 400;
  font-size: 1rem !important;
  _zoom: 1;
}
.ui-corner-all {
  border-radius: 0 !important;
}
.ui-datepicker {
  display: none;
  z-index: 999 !important;
}
.hide-calendar .ui-datepicker-calendar {
  display: none;
}
.ui-dialog {
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ui-dialog-custom {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.ui-dialog-custom .ui-widget-header,
.ui-dialog-custom .ui-dialog-buttonpane {
  display: none !important;
}
.ui-tooltip-style {
  padding: 3px;
  border-width: 1px !important;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.8rem;
  z-index: 999 !important;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.ui-tooltip {
  width: 200px;
  text-align: center;
  box-shadow: none;
  padding: 0;
}
.ui-tooltip-content {
  position: relative;
  padding: 0.5em;
}
.ui-tooltip-content::after,
.ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 90px;
}
.bottom .ui-tooltip-content::before {
  bottom: -10px;
  border-color: #AAA transparent;
  border-width: 10px 10px 0;
}
.bottom .ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 10px 10px 0;
}
.top .ui-tooltip-content::before {
  top: -10px;
  border-color: #AAA transparent;
  border-width: 0 10px 10px;
}
.top .ui-tooltip-content::after {
  top: -7px;
  border-color: white transparent;
  border-width: 0 10px 10px;
}
.ui-accordion-header {
  _zoom: 1;
}
.tinymce {
  margin: 10px;
  background: none;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.tinymce * {
  line-height: 1.5em;
}
.wf-loading {
  height: 100%;
  background: #fff url('../../../../include/images/mi_loading_1.gif') no-repeat center;
  opacity: 0;
}
i.datepicker {
  font-size: 1.5rem;
  color: #184c8e;
}
i.search {
  font-size: 1.1rem;
  color: #184c8e;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.bold {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
.letter-wrap {
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.word-wrap {
  white-space: normal;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: break-word;
}
.clear {
  *zoom: 1;
}
.clear:after {
  content: '';
  clear: both;
  display: block;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.justify {
  text-align: justify !important;
}
.top * {
  vertical-align: top !important;
}
.bottom * {
  vertical-align: bottom !important;
}
.middle * {
  vertical-align: middle !important;
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
}
.ir {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  font-size: 0.5rem;
  white-space: nowrap;
}
.blind {
  width: 1px !important;
  height: 1px !important;
  margin-top: -1px;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.scrollbar {
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #eee;
  scrollbar-3dlight-color: #f5f5f5;
  scrollbar-shadow-color: #eee;
  scrollbar-darkshadow-color: #ccc;
  scrollbar-track-color: #f5f5f5;
  scrollbar-arrow-color: #aaa;
}
.nodata {
  display: table;
  width: 25rem;
  margin: 1rem auto;
}
.nodata p {
  display: table-cell;
  height: 8rem;
  line-height: 1.5em;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #000;
  font-size: 2rem;
  letter-spacing: -1px;
  vertical-align: middle;
  position: relative;
  padding-left: 9rem;
}
.nodata p:before {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 4rem;
  color: #333;
  line-height: 1em;
  content: '\f0e0';
}
.nodata p:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 8rem;
  color: Tomato;
  line-height: 1em;
  content: '\f05e';
}
.nodata p span {
  color: #666;
  font-size: 2.2rem;
}
.is-new {
  display: inline-block;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1rem;
  padding: 0 0.25rem;
  background-color: orange;
}
.style-comment {
  display: table;
  max-width: 90%;
  margin: 0 auto 20px;
  border-spacing: 0;
}
.style-comment p {
  display: table-cell;
  height: 6rem;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5em;
  letter-spacing: -2;
  text-align: left;
  vertical-align: middle;
  position: relative;
  padding-left: 7rem;
}
.style-comment p:before {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 3rem;
  color: #5ab9ff;
  line-height: 1em;
  content: '\f4a5';
}
.style-comment p:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 6rem;
  color: #f9f9f9;
  line-height: 1em;
  content: '\f111';
}
.style-comment .style-bold {
  color: #1277d5;
}
.style-search-form {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
}
.style-search-form fieldset {
  text-align: center;
}
.style-search-form fieldset #keyword {
  width: 160px;
}
.style-search-form fieldset button {
  *margin-left: 4px;
}
.style-search-form fieldset * {
  vertical-align: middle;
}
.style-total-info span {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  line-height: 22.5px;
  padding-left: 0.7em;
}
.style-total-info span:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.4em;
  color: #1277d5;
  line-height: 22.5px;
  content: '\f0c8';
}
.style-charge {
  padding: 10px;
  border: 5px solid #f7f7f7;
}
.style-charge span {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.style-charge span.style-charge-post {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.3em;
}
.style-charge span.style-charge-post:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1em;
  color: #184c8e;
  line-height: 22.5px;
  content: '\f1ad';
}
.style-charge span.style-charge-name {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.3em;
}
.style-charge span.style-charge-name:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1em;
  color: #184c8e;
  line-height: 22.5px;
  content: '\f406';
}
.style-charge span.style-charge-phone {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.3em;
}
.style-charge span.style-charge-phone:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1em;
  color: #184c8e;
  line-height: 22.5px;
  content: '\f4d2';
}
.style-input-form legend {
  padding-bottom: 2px;
  color: #000;
  font-weight: bold;
}
.style-input-form .style-help {
  color: #f26622;
}
.style-input-form .style-button {
  padding-top: 20px;
  text-align: center;
}
.style-input-form * {
  vertical-align: middle;
}
.style-input-form dl,
.style-input-dl {
  padding: 10px;
  border: 1px solid #d5d5d5;
}
.style-input-form dl dt,
.style-input-dl dt {
  float: left;
  width: 120px;
  padding-top: 11px;
  text-align: right;
  font-weight: bold;
}
.style-input-form dl dt span,
.style-input-dl dt span {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.3em;
}
.style-input-form dl dt span:before,
.style-input-dl dt span:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1em;
  color: #999;
  line-height: 22.5px;
  content: '\f0c8';
}
.style-input-form dl dd,
.style-input-dl dd {
  padding: 5px 0 5px 140px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.8em;
  *zoom: 1;
}
.style-input-form dl dd:after,
.style-input-dl dd:after {
  content: '';
  clear: both;
  display: block;
}
.style-input-form table,
.style-input-table {
  width: 100%;
  margin: 3px 0;
  border: 1px solid #d3dce3;
}
.style-input-form table caption,
.style-input-table caption {
  padding-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.style-input-form table th,
.style-input-form table td,
.style-input-table th,
.style-input-table td {
  border: 1px solid #d3dce3;
}
.style-input-form table th,
.style-input-table th {
  padding: 10px;
  background-color: #e5ecf4;
  color: #49607f;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.style-input-form table td,
.style-input-table td {
  padding: 5px 7px 5px 5px;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.style-input-form table table,
.style-input-table table {
  margin: 0;
}
.style-input-form table td.style-none table,
.style-input-table td.style-none table {
  border: 0;
}
.style-input-form table td.style-none td,
.style-input-table td.style-none td {
  padding: 0;
  border: 0;
}
.style-list-form * {
  vertical-align: middle;
  line-height: 1.5em;
}
.style-list-form .style-button {
  text-align: right;
}
.style-list-form table,
.style-list-table {
  width: 100%;
  margin: 3px 0;
  border-top: 2px solid #235298;
}
.style-list-form table caption,
.style-list-table caption {
  padding-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.style-list-form table th,
.style-list-table th {
  height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid #235298;
  border-right: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.style-list-form table td,
.style-list-table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
}
.style-list-form table .style-title,
.style-list-table .style-title {
  width: 100%;
}
.style-list-form table td.style-title,
.style-list-table td.style-title {
  text-align: left;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.style-list-form table .style-none,
.style-list-table .style-none {
  border-right-style: none;
}
#skip {
  width: 0;
  height: 0;
}
#skip a {
  position: absolute;
  left: -3000%;
  top: 0;
}
#skip a:focus {
  display: block;
  left: 0;
  z-index: 99999;
  width: 100%;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
#progressbar {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 5px;
  background-color: #00b0ec;
}
#container {
  min-width: 1200px;
  background-color: #fff;
}
#container div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  width: 100%;
}
#snb {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#snb h1 {
  float: left;
  padding: 15px 250px 15px 0;
}
#snb ul {
  float: right;
  padding-top: 40px;
}
#snb ul li {
  float: left;
  padding: 0 11px;
}
#snb ul li:not(:first-child) {
  border-left: 1px solid #dadada;
}
#snb ul li a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
}
#snb #total_search_form {
  display: none;
}
#gnb {
  position: relative;
  width: 100%;
  background: #223161;
}
#gnb .fixed {
  position: fixed;
  top: 0;
  z-index: 3;
}
#gnb .newWindow:after {
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #003286;
  content: '\f14c';
}
#gnb a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}
#gnb .gnb-high {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
#gnb .gnb-high:after {
  content: '';
  clear: both;
  display: block;
}
#gnb .gnb-high >li {
  float: left;
  width: 33.3333333333%;
}
#gnb .gnb-high >li >a {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 3rem;
  color: #fff;
  letter-spacing: -1px;
  -webkit-transition: font-size 0.1s linear;
  -moz-transition: font-size 0.1s linear;
  -o-transition: font-size 0.1s linear;
  -ms-transition: font-size 0.1s linear;
  transition: font-size 0.1s linear;
  text-align: center;
}
#gnb .gnb-high >li >a:hover,
#gnb .gnb-high >li >a:focus,
#gnb .gnb-high >li.active>a,
#gnb .gnb-high >li.selected>a {
  font-size: 1.5rem;
  color: #9def97;
}
#gnb .gnb-high >li .gnb-wrap-1 {
  display: none;
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: 3;
  width: 100%;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: rgba(255,255,255,0.9);
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 {
  display: table;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 h2 {
  display: table-cell;
  width: 20%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: #2a3866;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 h2 span {
  display: inline-block;
  margin: 2rem;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -1px;
  white-space: nowrap;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle {
  display: table-cell;
  padding: 1rem;
  text-align: left;
  background-color: #2a3866;
  opacity: .8;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li {
  display: inline-block;
  width: 33%;
  padding: 0.3rem 0;
  vertical-align: top;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li >a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #0d1f57;
  letter-spacing: -1px;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #fff;
  -webkit-transition: font-size 0.1s linear;
  -moz-transition: font-size 0.1s linear;
  -o-transition: font-size 0.1s linear;
  -ms-transition: font-size 0.1s linear;
  transition: font-size 0.1s linear;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li >a:hover,
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li >a:focus,
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li.active>a,
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li.selected>a {
  font-size: 1.1rem;
  color: #1e8e24;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li >ul {
  width: 95%;
  margin: 0.5rem auto 0;
}
#gnb .gnb-high >li .gnb-wrap-1 .gnb-wrap-2 .gnb-middle >li >ul >li>a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  letter-spacing: -1px;
  padding: 0.3rem;
  border-bottom: 1px dotted #dfdfdf;
}
#content {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
  min-width: 1025px;
  max-width: 1200px;
  margin: 0 auto;d
}
#lnb {
  display: table-cell;
  width: 250px;
  white-space: nowrap;
  border-right: 30px solid transparent;
  padding-top: 29px;
}
#lnb h2 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing:-2px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background: url(../images/ei_lnb.gif) repeat;
}
#lnb .lnb-middle {
  border: 1px solid #d5d5d5;
}
#lnb .lnb-middle >li {
  padding-top: 15px;
}
#lnb .lnb-middle >li:not(:first-child) {
  border-top: 1px solid #ccc;
}
#lnb .lnb-middle >li >a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -1px;
  position: relative;
  line-height: 22.5px;
  padding-left: 1em;
  margin: 0 0 15px 10px;
  padding-left: 0.6em;
}
#lnb .lnb-middle >li >a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.7em;
  color: gray;
  line-height: 22.5px;
  content: '\f0da';
}
#lnb .lnb-middle >li.active>a {
  color: #153888;
}
#lnb .lnb-middle >li.selected>a,
#lnb .lnb-middle >li >a:focus,
#lnb .lnb-middle >li >a:hover {
  color: #153888;
}
#lnb .lnb-low {
  width: 100%;
  margin-top: 8px;
  border-top: 1px dotted #ccc;
}
#lnb .lnb-low >li {
  text-align: left;
}
#lnb .lnb-low >li >a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  padding: 10px 0 10px 20px;
  letter-spacing: -1px;
  background: #f7f7f7;
}
#lnb .lnb-low >li.active>a {
  color: #000;
}
#lnb .lnb-low >li.selected>a,
#lnb .lnb-low >li >a:focus,
#lnb .lnb-low >li >a:hover {
  color: #000;
}
#body {
  display: table-cell;
  vertical-align: top;
}
#body .path {
  font-size: 0.9em;
  letter-spacing: -1px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .plus-fontsize {
  margin-left: 0.5em;
}
#body .plus-fontsize,
#body .minus-fontsize,
#body .print {
  font-size: 1.2em;
  color: #fff;
  padding: 3px 5px;
}
#body .plus-fontsize {
  background-color: #2271db;
}
#body .minus-fontsize {
  background-color: #19a9d7;
}
#body .print {
  background-color: #9b9b9b;
}
#body h3 {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 2rem;
  color: #181818;
  letter-spacing: -2px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #1f2967;
}
#body .body {
  padding: 20px 0;
  border-top: 3px solid #1f2967;
}
#siteLink {
  width: 100%;
  background-color: #585e69;
}
#siteLink>ul {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
#siteLink>ul:after {
  content: '';
  clear: both;
  display: block;
}
#siteLink>ul>li {
  float: left;
  width: 400px;
}
#siteLink>ul>li:not(:first-child) {
  border-left: 1px solid #dfdfdf;
}
#siteLink .link-list h3 {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #fff;
  text-align: center;
  letter-spacing: -2;
  padding: 1rem;
  cursor: pointer;
}
#siteLink .link-list ul {
  display: block;
  position: absolute;
  max-height: 300px;
  background-color: #fff;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
#siteLink .link-list ul li {
  border-bottom: 1px solid #dfdfdf;
}
#siteLink .link-list ul li a {
  display: block;
  padding: 15px 10px;
}
#siteLink .link-list ul li a:hover,
#siteLink .link-list ul li a:focus {
  background-color: #f7f7f7;
}
#footer {
  min-width: 1200px;
  background-color: #40444d;
}
#footer .fnb-wrap {
  border-bottom: 1px solid #5b5e65;
}
#footer .fnb-wrap ul.fnb {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
#footer .fnb-wrap ul.fnb li {
  float: left;
  padding: 0 10px;
}
#footer .fnb-wrap ul.fnb li:not(:first-child) {
  border-left: 1px solid #5b5e65;
}
#footer .fnb-wrap ul.fnb li:first-child {
  padding-left: 0px;
}
#footer .fnb-wrap ul.fnb li a {
  color: #fff;
}
#footer .fnb-wrap ul.fnb li .color {
  color: #c9c7c7;
  font-weight: bold;
}
#footer .copyright {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
#footer .copyright .logo,
#footer .copyright address {
  float: left;
}
#footer .copyright .logo {
  padding-right: 30px;
  padding-top:12px;
}
#footer .copyright address {
  color: #fff;
  line-height: 1.5rem;
}
#footer .copyright .webmark {
  float: right;
}