html {
  font-size: 15px;
  overflow-y: scroll;
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}
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: #666666;
  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.1em;
  border: 1px solid #dadada;
  background-color: #ffffff;
}
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,
q:before,
blockquote:after,
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: #ffffff;
}
@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: 2rem;
}
.width5 {
  width: 3.5rem;
}
.width7 {
  width: 5rem;
}
.width10 {
  width: 7rem;
}
.width15 {
  width: 10rem;
}
.width20 {
  width: 12rem;
}
.width25 {
  width: 16rem;
}
.width30 {
  width: 20rem;
}
.width40 {
  width: 26rem;
}
.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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  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: #ffa500;
  line-height: 22.5px;
  content: '\f058';
}
.bullet-17 > li,
.bullet-17 > dd,
.bullet-17:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.2em;
}
.bullet-17 > li:before,
.bullet-17 > dd:before,
.bullet-17: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.9em;
  color: #27975b;
  line-height: 22.5px;
  content: '\f14a';
}
.bullet-18 > li,
.bullet-18 > dd,
.bullet-18:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.2em;
}
.bullet-18 > li:before,
.bullet-18 > dd:before,
.bullet-18: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.9em;
  color: #27975b;
  line-height: 22.5px;
  content: '\f33b';
}
.bullet-19 > li,
.bullet-19 > dd,
.bullet-19:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.2em;
}
.bullet-19 > li:before,
.bullet-19 > dd:before,
.bullet-19: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.9em;
  color: #c62127;
  line-height: 22.5px;
  content: '\f06a';
}
.bullet-20 > li,
.bullet-20 > dd,
.bullet-20:not(ul):not(dl) {
  position: relative;
  line-height: 22.5px;
  padding-left: 1.2em;
}
.bullet-20 > li:before,
.bullet-20 > dd:before,
.bullet-20: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.9em;
  color: #c62127;
  line-height: 22.5px;
  content: '\f06a';
}
.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 * {
  line-height: 1.5em;
}
.style-table caption {
  padding-bottom: 5px;
  color: #000000;
  font-weight: bold;
}
.style-table th,
.style-table td {
  padding: 10px;
  border: 1px solid #d3dce3;
  text-align: center;
  white-space: nowrap;
}
.style-table th {
  background-color: #f1f1f1;
  color: #000000;
  font-weight: bold;
  padding: 15px 10px;
}
.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-1 {
  width: 85%;
  margin: 20px auto 0;
  border: none;
}
.style-table-1 * {
  line-height: 1.5em;
}
.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 * {
  line-height: 1.5em;
}
.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: 30%;
  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() {
  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;
  color: #333;
}
.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-tooltip {
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  border-width: 1px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #eee !important;
}
.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:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../../../../include/images/mi_loading_1.gif') no-repeat center;
}
.wf-loading * {
  opacity: 0;
}
i.datepicker {
  font-size: 1.5rem;
  color: #184c8e;
}
i.search {
  font-size: 1.1rem;
  color: #184c8e;
}
.select2 * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.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: #333333;
  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: #ff6347;
  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: #999999;
  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-table th,
.style-input-form table td,
.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 *,
.style-list-table * {
  line-height: 1.5em;
}
.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;
}
.ui-dialog {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  -webkit-background-clip: padding-box;
  -moz-border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  -moz-background-clip: padding;
  border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background-clip: padding-box;
}
.ui-dialog .ui-dialog-titlebar {
  display: none !important;
}
.ui-dialog .ui-dialog-buttonpane {
  display: block !important;
  margin-top: 0 !important;
}
.titlebar {
  padding: 0 !important;
  border-width: 0 !important;
  -webkit-border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  -webkit-background-clip: padding-box;
  -moz-border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  -moz-background-clip: padding;
  border-radius: /* Sorry, can not do JavaScript evaluation in PHP... :( */;
  background-clip: padding-box;
}
.titlebar .ui-dialog-titlebar {
  display: block !important;
}
.titlebar .ui-dialog-buttonpane {
  display: block !important;
  margin-top: 0 !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container [class*='col-'] {
  float: left;
  width: 100%;
}
@media (min-width: 510px) {
  .container {
    width: 510px;
  }
  .container .col-1 {
    width: 42.5px;
  }
  .container .col-2 {
    width: 85px;
  }
  .container .col-3 {
    width: 127.5px;
  }
  .container .col-4 {
    width: 170px;
  }
  .container .col-5 {
    width: 212.5px;
  }
  .container .col-6 {
    width: 255px;
  }
  .container .col-7 {
    width: 297.5px;
  }
  .container .col-8 {
    width: 340px;
  }
  .container .col-9 {
    width: 382.5px;
  }
  .container .col-10 {
    width: 425px;
  }
  .container .col-11 {
    width: 467.5px;
  }
  .container .col-12 {
    width: 510px;
  }
}
@media (min-width: 750px) {
  .container {
    width: 750px;
  }
  .container .col-1 {
    width: 62.5px;
  }
  .container .col-2 {
    width: 125px;
  }
  .container .col-3 {
    width: 187.5px;
  }
  .container .col-4 {
    width: 250px;
  }
  .container .col-5 {
    width: 312.5px;
  }
  .container .col-6 {
    width: 375px;
  }
  .container .col-7 {
    width: 437.5px;
  }
  .container .col-8 {
    width: 500px;
  }
  .container .col-9 {
    width: 562.5px;
  }
  .container .col-10 {
    width: 625px;
  }
  .container .col-11 {
    width: 687.5px;
  }
  .container .col-12 {
    width: 750px;
  }
}
@media (min-width: 970px) {
  .container {
    width: 970px;
  }
  .container .col-1 {
    width: 80.83333333px;
  }
  .container .col-2 {
    width: 161.66666667px;
  }
  .container .col-3 {
    width: 242.5px;
  }
  .container .col-4 {
    width: 323.33333333px;
  }
  .container .col-5 {
    width: 404.16666667px;
  }
  .container .col-6 {
    width: 485px;
  }
  .container .col-7 {
    width: 565.83333333px;
  }
  .container .col-8 {
    width: 646.66666667px;
  }
  .container .col-9 {
    width: 727.5px;
  }
  .container .col-10 {
    width: 808.33333333px;
  }
  .container .col-11 {
    width: 889.16666667px;
  }
  .container .col-12 {
    width: 970px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
  .container .col-1 {
    width: 97.5px;
  }
  .container .col-2 {
    width: 195px;
  }
  .container .col-3 {
    width: 292.5px;
  }
  .container .col-4 {
    width: 390px;
  }
  .container .col-5 {
    width: 487.5px;
  }
  .container .col-6 {
    width: 585px;
  }
  .container .col-7 {
    width: 682.5px;
  }
  .container .col-8 {
    width: 780px;
  }
  .container .col-9 {
    width: 877.5px;
  }
  .container .col-10 {
    width: 975px;
  }
  .container .col-11 {
    width: 1072.5px;
  }
  .container .col-12 {
    width: 1170px;
  }
}
#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: #000000;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
#progressbar {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 5px;
  background-color: #00b0ec;
}
#container {
  min-width: 1000px;
  background-color: #fff;
}
#container div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  position: absolute;
  min-width: 1300px;
  width: 100%;
  background: rgba(69, 71, 83, 0.5);
  z-index: 3;
}
#snb {
  min-width: 1300px;
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
#snb h1 {
  float: left;
  padding: 30px 0 30px;
}
#snb h1 a {
  display: inline-block;
  padding-left: 2rem;
}
#snb h1 a img {
  padding-top: 0.6rem;
}
#snb > ul {
  float: right;
  padding-top: 52px;
}
#snb > ul li {
  float: left;
  padding: 0 8px;
}
#snb > ul li a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
  line-height: 2rem;
}
#snb > ul li a i {
  margin-top: 0.3rem;
  font-size: 1.5rem;
}
#snb #total_search_form {
  display: none;
}
#gnb .newWindow:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: orange;
  content: '\f08e';
}
#gnb .fixed {
  position: fixed;
  top: 0;
  z-index: 3;
}
#gnb a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
}
#gnb > ul {
  position: absolute;
  width: 700px;
  top: 0.6rem;
  left: 50%;
  margin-left: -300px;
}
#gnb > ul:after {
  content: '';
  display: block;
  clear: both;
}
#gnb > ul > li {
  float: left;
  width: calc(14.28571429%);
  height: 117px;
}
#gnb > ul > li > a {
  height: 100%;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 117px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  -moz-transition: font-size 0.05s linear;
  -webkit-transition: font-size 0.05s linear;
  -o-transition: font-size 0.05s linear;
  transition: font-size 0.05s linear;
}
#gnb > ul > li > a:hover,
#gnb > ul > li > a:focus,
#gnb > ul > li .selected > a {
  font-size: 1.4rem;
}
#gnb > ul > li > .gnb-wrap-1 {
  display: none;
  position: absolute;
  left: -320px;
  top: 117px;
  z-index: 5;
  width: 100%;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 {
  display: table;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 h2 {
  display: table-cell;
  width: 15%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(42, 56, 106, 0.9);
}
#gnb > ul > 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: 2rem;
  line-height: 2rem;
  letter-spacing: -1px;
  white-space: nowrap;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle {
  display: table-cell;
  padding: 1rem;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li {
  display: inline-block;
  width: 28.33333333%;
  padding: 0.3rem 0;
  vertical-align: top;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li > a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #0d1f57;
  border: 1px solid #354271;
  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 > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li > a:hover,
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li > a:focus,
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li.active > a,
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li.selected > a {
  font-size: 1.1rem;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li > ul {
  width: 95%;
  margin: 0.5rem auto 0;
}
#gnb > ul > li > .gnb-wrap-1 > .gnb-wrap-2 .gnb-middle > li > ul > li > a {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  color: #0d1f57;
  padding: 0.5rem;
  border-bottom: 1px dotted #dfdfdf;
}
#content {
  width: 100%;
  margin-bottom: 50px;
}
#slider {
  width: 100%;
  height: 324px;
  overflow: hidden;
}
#slider .image-controls {
  display: none;
}
#slider .image-controls button[data-target='prev'],
#slider .image-controls button[data-target='next'] {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -2.5rem;
  color: #fff;
}
#slider .image-controls button[data-target='prev'] {
  left: 0;
}
#slider .image-controls button[data-target='next'] {
  right: 0;
}
#slider .image-controls button[data-target='start'],
#slider .image-controls button[data-target='stop'] {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  color: #fff;
  padding: 1rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#slider .image-controls button[data-target='start']:hover,
#slider .image-controls button[data-target='start']:focus,
#slider .image-controls button[data-target='stop']:hover,
#slider .image-controls button[data-target='stop']:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
#slider #image_slider {
  height: 324px;
  overflow: hidden;
}
#slider #image_slider li {
  height: 324px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slider #text_slider {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -474px 0 0 -950px;
  z-index: 2;
  width: 1903px;
  height: 948px;
}
#slider #text_slider .small-title {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  text-shadow: 4px 4px 10px #333;
  letter-spacing: 2px;
  font-size: 1.4rem;
  color: #fff;
}
#slider #text_slider .big-title {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 3.6rem;
  text-shadow: 4px 4px 10px #333;
  text-align: center;
  line-height: 4.3rem;
  color: #fff;
}
#lnb {
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
#lnb h2 {
  position: absolute;
  top: 196px;
  left: 50%;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  margin-left: -5rem;
}
#lnb .lnb-middle {
  position: relative;
  display: table;
  border-collapse: collapse;
  width: 1300px;
  margin: 0 auto;
}
#lnb .lnb-middle > li {
  display: table-cell;
  width: 10%;
  height: 3.5rem;
  line-height: 3.5rem;
}
#lnb .lnb-middle > li > a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  height: 100%;
  font-size: 1.2rem;
  letter-spacing: -1px;
  text-align: center;
}
#lnb .lnb-middle > li.active > a {
  color: #fff;
}
#lnb .lnb-middle > li.selected > a,
#lnb .lnb-middle > li > a:focus,
#lnb .lnb-middle > li > a:hover {
  color: #fff;
}
#lnb .lnb-middle > .selected,
#lnb .lnb-middle > :focus,
#lnb .lnb-middle > :hover {
  color: #fff;
  background: #4260bb;
}
#lnb .lnb-middle > .active {
  color: #fff;
  background: #4260bb;
}
#lnb .lnb-low {
  position: absolute;
  top: 3.6rem;
  left: 0;
  text-align: center;
  width: 100%;
  background: #f2f2f2;
}
#lnb .lnb-low > li {
  display: inline-block;
  padding: 10px 20px 10px 20px;
}
#lnb .lnb-low > li > a {
  display: block;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.1rem;
  color: #666;
  position: relative;
  line-height: 22.5px;
  padding-left: 1.1em;
  text-align: center;
  letter-spacing: -0.5px;
}
#lnb .lnb-low > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.8em;
  color: #4260bb;
  line-height: 22.5px;
  content: '\f105';
}
#lnb .lnb-low > li > a:before {
  left: 7px;
}
#lnb .lnb-low > li.active > a {
  color: #4260bb;
}
#lnb .lnb-low > li.selected > a,
#lnb .lnb-low > li > a:focus,
#lnb .lnb-low > li > a:hover {
  color: #4260bb;
}
#body {
  vertical-align: top;
  padding-top: 2rem;
  width: 1300px;
  margin: 0 auto;
}
#body .path {
  display: none;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .plus-fontsize {
  margin-left: 0.5rem;
}
#body h3 {
  display: none;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 2.5rem;
  color: #181818;
  letter-spacing: -2px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #1f2967;
}
#body .body {
  padding: 20px 0;
}
#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: 1000px;
  background-color: #767f8e;
}
#footer .fnb-wrap {
  border-bottom: 1px solid #8d8d8d;
}
#footer .fnb-wrap ul.fnb {
  display: table;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
#footer .fnb-wrap ul.fnb li {
  display: table-cell;
  padding: 0 10px;
}
#footer .fnb-wrap ul.fnb li:not(:first-child) {
  border-left: 1px solid #dedede;
}
#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: #fdf9b7;
  font-weight: bold;
}
#footer .copyright {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
#footer .copyright .logo,
#footer .copyright address {
  float: left;
}
#footer .copyright .logo {
  padding: 10px 30px 0 0;
}
#footer .copyright address {
  padding-top: 0.4rem;
  color: #fff;
  font-size: 15px !important;
  line-height: 1.5rem;
}
