@charset "UTF-8";
/* 웹폰트 */
@font-face {
  font-family: "notokr";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/notokr-regular.woff2") format("woff2"), url("fonts/notokr-regular.woff") format("woff");
}

@font-face {
  font-family: "notokr";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/notokr-bold.woff2") format("woff2"), url("fonts/notokr-bold.woff") format("woff");
}

/* default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1024.98px) {
  * {
    outline: 0;
  }
}

html {
  font-size: 625%;
  overflow-y: scroll;
}

body {
  position: relative;
  min-width: 360px;
  font-family: -apple-system, "notokr", "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: #000;
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

fieldset {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
  font-family: -apple-system, "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* 간격 */
.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.05rem !important;
}

.m-2 {
  margin: 0.1rem !important;
}

.m-3 {
  margin: 0.15rem !important;
}

.m-4 {
  margin: 0.2rem !important;
}

.m-5 {
  margin: 0.25rem !important;
}

.m-6 {
  margin: 0.3rem !important;
}

.m-7 {
  margin: 0.35rem !important;
}

.m-8 {
  margin: 0.4rem !important;
}

.m-9 {
  margin: 0.45rem !important;
}

.m-10 {
  margin: 0.5rem !important;
}

.m-11 {
  margin: 0.55rem !important;
}

.m-12 {
  margin: 0.6rem !important;
}

.m-13 {
  margin: 0.65rem !important;
}

.m-14 {
  margin: 0.7rem !important;
}

.m-15 {
  margin: 0.75rem !important;
}

.m-16 {
  margin: 0.8rem !important;
}

.m-17 {
  margin: 0.85rem !important;
}

.m-18 {
  margin: 0.9rem !important;
}

.m-19 {
  margin: 0.95rem !important;
}

.m-20 {
  margin: 1rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.05rem !important;
}

.p-2 {
  padding: 0.1rem !important;
}

.p-3 {
  padding: 0.15rem !important;
}

.p-4 {
  padding: 0.2rem !important;
}

.p-5 {
  padding: 0.25rem !important;
}

.p-6 {
  padding: 0.3rem !important;
}

.p-7 {
  padding: 0.35rem !important;
}

.p-8 {
  padding: 0.4rem !important;
}

.p-9 {
  padding: 0.45rem !important;
}

.p-10 {
  padding: 0.5rem !important;
}

.p-11 {
  padding: 0.55rem !important;
}

.p-12 {
  padding: 0.6rem !important;
}

.p-13 {
  padding: 0.65rem !important;
}

.p-14 {
  padding: 0.7rem !important;
}

.p-15 {
  padding: 0.75rem !important;
}

.p-16 {
  padding: 0.8rem !important;
}

.p-17 {
  padding: 0.85rem !important;
}

.p-18 {
  padding: 0.9rem !important;
}

.p-19 {
  padding: 0.95rem !important;
}

.p-20 {
  padding: 1rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.05rem !important;
}

.mt-2 {
  margin-top: 0.1rem !important;
}

.mt-3 {
  margin-top: 0.15rem !important;
}

.mt-4 {
  margin-top: 0.2rem !important;
}

.mt-5 {
  margin-top: 0.25rem !important;
}

.mt-6 {
  margin-top: 0.3rem !important;
}

.mt-7 {
  margin-top: 0.35rem !important;
}

.mt-8 {
  margin-top: 0.4rem !important;
}

.mt-9 {
  margin-top: 0.45rem !important;
}

.mt-10 {
  margin-top: 0.5rem !important;
}

.mt-11 {
  margin-top: 0.55rem !important;
}

.mt-12 {
  margin-top: 0.6rem !important;
}

.mt-13 {
  margin-top: 0.65rem !important;
}

.mt-14 {
  margin-top: 0.7rem !important;
}

.mt-15 {
  margin-top: 0.75rem !important;
}

.mt-16 {
  margin-top: 0.8rem !important;
}

.mt-17 {
  margin-top: 0.85rem !important;
}

.mt-18 {
  margin-top: 0.9rem !important;
}

.mt-19 {
  margin-top: 0.95rem !important;
}

.mt-20 {
  margin-top: 1rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.05rem !important;
}

.ml-2 {
  margin-left: 0.1rem !important;
}

.ml-3 {
  margin-left: 0.15rem !important;
}

.ml-4 {
  margin-left: 0.2rem !important;
}

.ml-5 {
  margin-left: 0.25rem !important;
}

.ml-6 {
  margin-left: 0.3rem !important;
}

.ml-7 {
  margin-left: 0.35rem !important;
}

.ml-8 {
  margin-left: 0.4rem !important;
}

.ml-9 {
  margin-left: 0.45rem !important;
}

.ml-10 {
  margin-left: 0.5rem !important;
}

.ml-11 {
  margin-left: 0.55rem !important;
}

.ml-12 {
  margin-left: 0.6rem !important;
}

.ml-13 {
  margin-left: 0.65rem !important;
}

.ml-14 {
  margin-left: 0.7rem !important;
}

.ml-15 {
  margin-left: 0.75rem !important;
}

.ml-16 {
  margin-left: 0.8rem !important;
}

.ml-17 {
  margin-left: 0.85rem !important;
}

.ml-18 {
  margin-left: 0.9rem !important;
}

.ml-19 {
  margin-left: 0.95rem !important;
}

.ml-20 {
  margin-left: 1rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.05rem !important;
}

.mr-2 {
  margin-right: 0.1rem !important;
}

.mr-3 {
  margin-right: 0.15rem !important;
}

.mr-4 {
  margin-right: 0.2rem !important;
}

.mr-5 {
  margin-right: 0.25rem !important;
}

.mr-6 {
  margin-right: 0.3rem !important;
}

.mr-7 {
  margin-right: 0.35rem !important;
}

.mr-8 {
  margin-right: 0.4rem !important;
}

.mr-9 {
  margin-right: 0.45rem !important;
}

.mr-10 {
  margin-right: 0.5rem !important;
}

.mr-11 {
  margin-right: 0.55rem !important;
}

.mr-12 {
  margin-right: 0.6rem !important;
}

.mr-13 {
  margin-right: 0.65rem !important;
}

.mr-14 {
  margin-right: 0.7rem !important;
}

.mr-15 {
  margin-right: 0.75rem !important;
}

.mr-16 {
  margin-right: 0.8rem !important;
}

.mr-17 {
  margin-right: 0.85rem !important;
}

.mr-18 {
  margin-right: 0.9rem !important;
}

.mr-19 {
  margin-right: 0.95rem !important;
}

.mr-20 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.05rem !important;
}

.mb-2 {
  margin-bottom: 0.1rem !important;
}

.mb-3 {
  margin-bottom: 0.15rem !important;
}

.mb-4 {
  margin-bottom: 0.2rem !important;
}

.mb-5 {
  margin-bottom: 0.25rem !important;
}

.mb-6 {
  margin-bottom: 0.3rem !important;
}

.mb-7 {
  margin-bottom: 0.35rem !important;
}

.mb-8 {
  margin-bottom: 0.4rem !important;
}

.mb-9 {
  margin-bottom: 0.45rem !important;
}

.mb-10 {
  margin-bottom: 0.5rem !important;
}

.mb-11 {
  margin-bottom: 0.55rem !important;
}

.mb-12 {
  margin-bottom: 0.6rem !important;
}

.mb-13 {
  margin-bottom: 0.65rem !important;
}

.mb-14 {
  margin-bottom: 0.7rem !important;
}

.mb-15 {
  margin-bottom: 0.75rem !important;
}

.mb-16 {
  margin-bottom: 0.8rem !important;
}

.mb-17 {
  margin-bottom: 0.85rem !important;
}

.mb-18 {
  margin-bottom: 0.9rem !important;
}

.mb-19 {
  margin-bottom: 0.95rem !important;
}

.mb-20 {
  margin-bottom: 1rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.05rem !important;
}

.pt-2 {
  padding-top: 0.1rem !important;
}

.pt-3 {
  padding-top: 0.15rem !important;
}

.pt-4 {
  padding-top: 0.2rem !important;
}

.pt-5 {
  padding-top: 0.25rem !important;
}

.pt-6 {
  padding-top: 0.3rem !important;
}

.pt-7 {
  padding-top: 0.35rem !important;
}

.pt-8 {
  padding-top: 0.4rem !important;
}

.pt-9 {
  padding-top: 0.45rem !important;
}

.pt-10 {
  padding-top: 0.5rem !important;
}

.pt-11 {
  padding-top: 0.55rem !important;
}

.pt-12 {
  padding-top: 0.6rem !important;
}

.pt-13 {
  padding-top: 0.65rem !important;
}

.pt-14 {
  padding-top: 0.7rem !important;
}

.pt-15 {
  padding-top: 0.75rem !important;
}

.pt-16 {
  padding-top: 0.8rem !important;
}

.pt-17 {
  padding-top: 0.85rem !important;
}

.pt-18 {
  padding-top: 0.9rem !important;
}

.pt-19 {
  padding-top: 0.95rem !important;
}

.pt-20 {
  padding-top: 1rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.05rem !important;
}

.pl-2 {
  padding-left: 0.1rem !important;
}

.pl-3 {
  padding-left: 0.15rem !important;
}

.pl-4 {
  padding-left: 0.2rem !important;
}

.pl-5 {
  padding-left: 0.25rem !important;
}

.pl-6 {
  padding-left: 0.3rem !important;
}

.pl-7 {
  padding-left: 0.35rem !important;
}

.pl-8 {
  padding-left: 0.4rem !important;
}

.pl-9 {
  padding-left: 0.45rem !important;
}

.pl-10 {
  padding-left: 0.5rem !important;
}

.pl-11 {
  padding-left: 0.55rem !important;
}

.pl-12 {
  padding-left: 0.6rem !important;
}

.pl-13 {
  padding-left: 0.65rem !important;
}

.pl-14 {
  padding-left: 0.7rem !important;
}

.pl-15 {
  padding-left: 0.75rem !important;
}

.pl-16 {
  padding-left: 0.8rem !important;
}

.pl-17 {
  padding-left: 0.85rem !important;
}

.pl-18 {
  padding-left: 0.9rem !important;
}

.pl-19 {
  padding-left: 0.95rem !important;
}

.pl-20 {
  padding-left: 1rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.05rem !important;
}

.pr-2 {
  padding-right: 0.1rem !important;
}

.pr-3 {
  padding-right: 0.15rem !important;
}

.pr-4 {
  padding-right: 0.2rem !important;
}

.pr-5 {
  padding-right: 0.25rem !important;
}

.pr-6 {
  padding-right: 0.3rem !important;
}

.pr-7 {
  padding-right: 0.35rem !important;
}

.pr-8 {
  padding-right: 0.4rem !important;
}

.pr-9 {
  padding-right: 0.45rem !important;
}

.pr-10 {
  padding-right: 0.5rem !important;
}

.pr-11 {
  padding-right: 0.55rem !important;
}

.pr-12 {
  padding-right: 0.6rem !important;
}

.pr-13 {
  padding-right: 0.65rem !important;
}

.pr-14 {
  padding-right: 0.7rem !important;
}

.pr-15 {
  padding-right: 0.75rem !important;
}

.pr-16 {
  padding-right: 0.8rem !important;
}

.pr-17 {
  padding-right: 0.85rem !important;
}

.pr-18 {
  padding-right: 0.9rem !important;
}

.pr-19 {
  padding-right: 0.95rem !important;
}

.pr-20 {
  padding-right: 1rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.05rem !important;
}

.pb-2 {
  padding-bottom: 0.1rem !important;
}

.pb-3 {
  padding-bottom: 0.15rem !important;
}

.pb-4 {
  padding-bottom: 0.2rem !important;
}

.pb-5 {
  padding-bottom: 0.25rem !important;
}

.pb-6 {
  padding-bottom: 0.3rem !important;
}

.pb-7 {
  padding-bottom: 0.35rem !important;
}

.pb-8 {
  padding-bottom: 0.4rem !important;
}

.pb-9 {
  padding-bottom: 0.45rem !important;
}

.pb-10 {
  padding-bottom: 0.5rem !important;
}

.pb-11 {
  padding-bottom: 0.55rem !important;
}

.pb-12 {
  padding-bottom: 0.6rem !important;
}

.pb-13 {
  padding-bottom: 0.65rem !important;
}

.pb-14 {
  padding-bottom: 0.7rem !important;
}

.pb-15 {
  padding-bottom: 0.75rem !important;
}

.pb-16 {
  padding-bottom: 0.8rem !important;
}

.pb-17 {
  padding-bottom: 0.85rem !important;
}

.pb-18 {
  padding-bottom: 0.9rem !important;
}

.pb-19 {
  padding-bottom: 0.95rem !important;
}

.pb-20 {
  padding-bottom: 1rem !important;
}

.indent {
  margin-left: .16rem;
}

/* 배치 */
.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

@media (max-width: 1024.98px) {
  .d-up-lg {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-up-md {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .d-down-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-down-sm {
    display: none !important;
  }
}

/* 로딩바 */
.loader-limit-area {
  position: relative;
  margin-top: 40px;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.6);
}

.loader .loading {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  margin: -40px;
  top: 50%;
  left: 50%;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 10px solid #d8d8d8;
  border-right: 10px solid #d8d8d8;
  border-bottom: 10px solid #d8d8d8;
  border-left: 10px solid #2c8aea;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.9s infinite linear;
  animation: load8 0.9s infinite linear;
}

.loader .loading,
.loader .loading:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.text-black {
  color: #000 !important;
}

.text-default {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #eb0029 !important;
}

.text-red {
  color: #eb0029 !important;
}

.text-blue {
  color: #0e6bca !important;
}

.text-green {
  color: #6db454 !important;
}

.text-gold {
  color: #ea8d2d !important;
}

.text-violet {
  color: #b968b5 !important;
}

.text-purple {
  color: #6676c4 !important;
}

.text-turquoise {
  color: #21a9a7 !important;
}

.text-gray {
  color: #888 !important;
}

.text-lightgray {
  color: #bbb !important;
}

.text-darkgray {
  color: #666 !important;
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-default {
  background-color: #000 !important;
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
  color: #fff;
}

.bg-primary {
  background-color: #eb0029 !important;
  color: #fff;
}

.bg-red {
  background-color: #eb0029 !important;
  color: #fff;
}

.bg-blue {
  background-color: #0e6bca !important;
  color: #fff;
}

.bg-green {
  background-color: #6db454 !important;
  color: #fff;
}

.bg-gold {
  background-color: #ea8d2d !important;
  color: #fff;
}

.bg-violet {
  background-color: #b968b5 !important;
  color: #fff;
}

.bg-purple {
  background-color: #6676c4 !important;
  color: #fff;
}

.bg-turquoise {
  background-color: #21a9a7 !important;
  color: #fff;
}

.bg-gray {
  background-color: #888 !important;
  color: #fff;
}

.bg-lightgray {
  background-color: #bbb !important;
  color: #fff;
}

.bg-darkgray {
  background-color: #666 !important;
  color: #fff;
}

.bg-darkgray {
  background-color: #666 !important;
  color: #000;
}

.bg-lightgray {
  background-color: #f5f5f5 !important;
  color: #000;
}

.black {
  background-color: #000 !important;
  color: #000;
}

.default {
  background-color: #000 !important;
  color: #000;
}

.white {
  background-color: #fff !important;
  color: #000;
}

.primary {
  background-color: #eb0029 !important;
  color: #000;
}

.red {
  background-color: #eb0029 !important;
  color: #000;
}

.blue {
  background-color: #0e6bca !important;
  color: #000;
}

.green {
  background-color: #6db454 !important;
  color: #000;
}

.gold {
  background-color: #ea8d2d !important;
  color: #000;
}

.violet {
  background-color: #b968b5 !important;
  color: #000;
}

.purple {
  background-color: #6676c4 !important;
  color: #000;
}

.turquoise {
  background-color: #21a9a7 !important;
  color: #000;
}

.gray {
  background-color: #888 !important;
  color: #000;
}

.lightgray {
  background-color: #bbb !important;
  color: #000;
}

.darkgray {
  background-color: #666 !important;
  color: #000;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.title1 {
  position: relative;
  color: #000;
  font-size: .24rem;
  line-height: 1;
  margin: .50rem 0 .25rem;
  padding-left: .16rem;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "NanumSquare", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
}

.title1:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .01rem;
  width: .07rem;
  height: .21rem;
  border-radius: .35rem;
  background-color: #eb0029;
  content: '';
}

@media (max-width: 1024.98px) {
  .title1 {
    margin: .30rem 0 .15rem;
    font-weight: bold;
  }
}

.title2 {
  position: relative;
  margin: .20rem 0 .1rem;
  padding-left: .15rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: left;
}

.table .title2 {
  margin-top: 0;
}

.title2:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .50em;
  width: .10rem;
  height: .10rem;
  border: 0.03rem solid #eb0029;
  border-radius: 50%;
  content: '';
}

@media (max-width: 767.98px) {
  .title2 {
    font-weight: bold;
  }
  .table-write .title2 {
    display: block;
    margin-top: -3px;
    margin-bottom: 0;
    padding: 10px 0 10px 13px;
    background-color: #fff;
    border-bottom: 2px solid #777;
  }
  .table-write .title2:after {
    display: block;
    clear: both;
    content: '';
  }
  .table-write .title2:before {
    top: 17px;
  }
}

.link {
  display: inline;
  color: #eb0029;
  border-bottom: 1px solid #eb0029;
}

.link-hover:hover, .link-hover:active {
  text-decoration: underline;
}

.text-xs {
  font-size: 0.12rem;
}

.text-sm {
  font-size: 0.14rem;
}

.text-md {
  font-size: 0.16rem;
}

.text-lg {
  font-size: 0.18rem;
}

.text-xl {
  font-size: 0.2rem;
}

/* 접수 상태 */
.label-fill,
.label-outline {
  display: inline-block;
  border: 1px solid transparent;
  min-width: 60px;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}

@media (max-width: 1024.98px) {
  .label-fill,
  .label-outline {
    min-width: 55px;
    font-size: 11px;
    line-height: 17px;
  }
}

.label-fill {
  color: #fff;
  background-color: #000;
}

.label-fill.label-black {
  background-color: #000;
}

.label-fill.label-default {
  background-color: #000;
}

.label-fill.label-white {
  background-color: #fff;
}

.label-fill.label-primary {
  background-color: #eb0029;
}

.label-fill.label-red {
  background-color: #eb0029;
}

.label-fill.label-blue {
  background-color: #0e6bca;
}

.label-fill.label-green {
  background-color: #6db454;
}

.label-fill.label-gold {
  background-color: #ea8d2d;
}

.label-fill.label-violet {
  background-color: #b968b5;
}

.label-fill.label-purple {
  background-color: #6676c4;
}

.label-fill.label-turquoise {
  background-color: #21a9a7;
}

.label-fill.label-gray {
  background-color: #888;
}

.label-fill.label-lightgray {
  background-color: #bbb;
}

.label-fill.label-darkgray {
  background-color: #666;
}

.label-outline {
  background-color: #fff;
}

.label-outline.label-black {
  color: #000;
  border-color: #000;
}

.label-outline.label-default {
  color: #000;
  border-color: #000;
}

.label-outline.label-white {
  color: #fff;
  border-color: #fff;
}

.label-outline.label-primary {
  color: #eb0029;
  border-color: #eb0029;
}

.label-outline.label-red {
  color: #eb0029;
  border-color: #eb0029;
}

.label-outline.label-blue {
  color: #0e6bca;
  border-color: #0e6bca;
}

.label-outline.label-green {
  color: #6db454;
  border-color: #6db454;
}

.label-outline.label-gold {
  color: #ea8d2d;
  border-color: #ea8d2d;
}

.label-outline.label-violet {
  color: #b968b5;
  border-color: #b968b5;
}

.label-outline.label-purple {
  color: #6676c4;
  border-color: #6676c4;
}

.label-outline.label-turquoise {
  color: #21a9a7;
  border-color: #21a9a7;
}

.label-outline.label-gray {
  color: #888;
  border-color: #888;
}

.label-outline.label-lightgray {
  color: #bbb;
  border-color: #bbb;
}

.label-outline.label-darkgray {
  color: #666;
  border-color: #666;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}

.btn-area .btn + .btn {
  margin-left: 0.06rem;
}

.btn-sm {
  border: .01rem solid transparent;
  font-size: 0.12rem;
  height: .24rem;
  min-width: .50rem;
  line-height: .22rem;
  padding: 0 .10rem;
}

.btn-md {
  border: .01rem solid transparent;
  font-size: 0.16rem;
  font-weight: 400;
  height: 40px;
  min-width: 100px;
  line-height: 38px;
  padding: 0 .14rem;
}

.btn-input {
  border: .01rem solid transparent;
  font-size: 0.16rem;
  font-weight: bold;
  height: .30rem;
  line-height: .28rem;
  padding: 0 .14rem;
}

.btn-lg {
  border: .01rem solid transparent;
  font-size: 0.16rem;
  font-weight: bold;
  height: 0.40rem;
  min-width: .68rem;
  line-height: .38rem;
  padding: 0 .20rem;
}

.btn-xl {
  border: .01rem solid transparent;
  font-size: 0.18rem;
  font-weight: bold;
  height: .50rem;
  min-width: 1.00rem;
  line-height: .48rem;
  padding: 0 .25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-default {
  color: #fff;
  background-color: #999;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #919191;
}

.btn-primary {
  color: #fff;
  background-color: #eb0029;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #dc0026;
}

.btn-outline-default {
  color: #000;
  border-color: #777;
  background-color: #fff;
}

.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active {
  border-color: #cecece;
  background-color: #f5f5f5;
}

.btn-outline-primary {
  color: #eb0029;
  border-color: #eb0029;
  background-color: #fff;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: rgba(235, 0, 41, 0.05);
}

.btn-outline-light {
  color: #000;
  border-color: #dbdbdb;
  background-color: #fff;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  border-color: #cecece;
  background-color: #f5f5f5;
}

.form-control + .btn-datepicker {
  margin-left: -3px;
}

.form-control + .btn-modify {
  width: 60px;
  height: 34px;
  border: 1px solid #dbdbdb;
  font-size: .16rem;
  margin-left: 7px;
  margin-right: 4px;
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  .form-control + .btn-modify {
    width: 58px;
    height: 30px;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}

.btn-datepicker {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  width: 34px;
  height: 34px;
  background: url(/images/ico-calendar.png) no-repeat center center;
  background-size: 20px 19px;
  border: 1px solid #dbdbdb;
  border-left: 0;
}

.btn-sort {
  font-size: 0.16rem;
  margin-right: 14px;
}

.btn-sort .text {
  vertical-align: middle;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.ico-back {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("/images/ico-back.png");
}

.ico-allmenu {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("/images/ico-allmenu.png");
}

.ico-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("/images/ico-close.png");
}

.ico-search {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-image: url("/images/ico-search.png");
}

.ico-global {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-image: url("/images/ico-global.png");
}

.ico-share-facebook {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-image: url("/images/ico-share-facebook.png");
}

.ico-share-twitter {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-image: url("/images/ico-share-twitter.png");
}

.ico-share-link {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-image: url("/images/ico-share-link.png");
}

.list-dot > li,
.list-hyphen > li,
.list-circle > li {
  position: relative;
  padding-left: .12rem;
}

.list-dot > li:after,
.list-hyphen > li:after,
.list-circle > li:after {
  display: block;
  clear: both;
  content: '';
}

.list-dot > li + li,
.list-hyphen > li + li,
.list-circle > li + li {
  margin-top: 0.3em;
}

.list-dot > li:before,
.list-hyphen > li:before,
.list-circle > li:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
}

.list-dot ul,
.list-hyphen ul,
.list-circle ul {
  margin: 0.5em 0;
}

.list-dot > li:before {
  top: .65em;
  width: .04rem;
  height: .04rem;
  border-radius: 50%;
  background-color: #a4abb7;
}

.list-hyphen > li:before {
  top: .7em;
  width: .06rem;
  height: 1px;
  background-color: #a0a0a0;
}

.list-circle > li {
  padding-left: .15rem;
}

.list-circle > li:before {
  width: .10rem;
  height: .10rem;
  border: 0.03rem solid #eb0029;
  border-radius: 50%;
  top: .50em;
}

.bul-dot,
.bul-hyphen,
.bul-circle {
  position: relative;
  padding-left: .15rem;
}

.bul-dot:before,
.bul-hyphen:before,
.bul-circle:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  content: '';
}

.bul-dot:before {
  top: .6em;
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  background-color: #a0a0a0;
}

.bul-hyphen:before {
  top: .7em;
  width: .08rem;
  height: .02rem;
  background-color: #a0a0a0;
}

.bul-circle:before {
  width: .10rem;
  height: .10rem;
  border: 0.03rem solid #eb0029;
  border-radius: 50%;
  top: .50em;
}

.form-control {
  height: .34rem;
  font-size: 0.16rem;
  border: 0.01rem solid #dbdbdb;
  border-radius: 0;
  padding: .05rem .14rem;
  line-height: .28rem;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  background: #fff;
  outline-color: rgba(235, 0, 41, 0.8);
}

.form-control.full {
  width: 100%;
}

.form-control.inline {
  width: auto !important;
}

.form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-moz-read-only:not(select), .form-control[readonly], .form-control:disabled,
.form-control .disabled,
.form-control .readonly {
  background-color: #f5f5f5;
}

.form-control:read-only:not(select), .form-control[readonly], .form-control:disabled,
.form-control .disabled,
.form-control .readonly {
  background-color: #f5f5f5;
}

.table-write .form-control,
.financial-status .form-control {
  height: 34px;
  padding: 5px .10rem;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1024.98px) {
  .form-control {
    font-size: 16px;
  }
  .table-write .form-control {
    font-size: 16px;
  }
}

select.form-control {
  padding: 0 .35rem 0 .12rem;
  max-width: 100%;
  line-height: normal;
  background: #fff url(/images/ico-chevron-thin-down.png) no-repeat right 0.13rem center;
  background-size: auto auto;
}

select.form-control::-ms-expand {
  display: none;
}

.ie9 select.form-control {
  padding-right: 0 !important;
  background: #fff;
}

.form-control-date {
  width: 150px;
}

@media (max-width: 1024.98px) {
  .form-control-date {
    max-width: calc(100% - 31px);
  }
}

label > * {
  vertical-align: middle;
}

.input-group-file {
  position: relative;
  font-size: 0;
}

.input-group-file + .input-group-file {
  margin-top: .06rem;
}

.input-group-file .form-file {
  display: none;
}

.input-group-file .form-control {
  width: 400px;
  max-width: calc(100% - 2.35rem);
}

.input-group-file .btn {
  font-size: 13px;
  padding: 0 .12rem;
}

.input-group-file .btn i {
  display: inline-block;
  min-width: .10rem;
  text-align: center;
  font-style: normal;
}

.input-group-file .btn + .btn {
  margin-left: 5px;
}

@media (max-width: 1024.98px) {
  .input-group-file .form-control {
    max-width: calc(100% - 1.64rem);
  }
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  height: 24px;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #888;
  vertical-align: middle;
  border-radius: 2px;
  margin: -2px 5px 0 0;
  background-color: #fff;
  content: '';
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background: #fff url(/images/ico-checkbox-basic.png) no-repeat center center;
  background-size: 11px 10px;
  border: 1px solid #eb0029;
}

input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
  position: absolute;
  content: '';
}

input[type=checkbox]:checked + label:before {
  background: #fff url(/images/ico-checkbox-checked.png) no-repeat center center;
  background-size: 24px 24px;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=radio]:checked + label:before {
  background: #fff url(/images/ico-radio-checked.png) no-repeat center center;
  background-size: 24px 24px;
}

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.input-group .form-control {
  display: table-cell;
  width: 100% !important;
}

.input-group .input-addon {
  display: table-cell;
  width: 1%;
  padding-left: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.input-group .input-addon + .form-control {
  margin-left: 9px;
  border-right: 1px solid #ccc;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.box {
  border: 1px solid #dbdbdb;
  padding: .20rem;
}

.box-pattern {
  padding: 6px;
  margin-bottom: 30px;
  background: url(/images/bg-pattern.png);
}

.box-pattern .table,
.box-pattern .inner {
  background-color: #fff;
}

.box-pattern .inner {
  padding: 20px;
}

@media (max-width: 1024.98px) {
  .box-pattern .inner {
    padding: 30px 15px;
  }
  .box-pattern p {
    font-size: 14px;
  }
  .box-pattern p + p {
    margin-top: 0.5em;
  }
}

/* 캘린더 */
.calendar-header {
  margin-bottom: .20rem;
}

.calendar-header:after {
  display: block;
  clear: both;
  content: '';
}

.calendar-header .btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  width: .28rem;
  height: .28rem;
  border: 1px solid #ebebeb;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .20rem auto;
  overflow: hidden;
}

.calendar-header .btn-prev {
  background-image: url(/images/ico-paging-prev.png);
}

.calendar-header .btn-next {
  background-image: url(/images/ico-paging-next.png);
}

.calendar-header .year-select {
  float: left;
}

.calendar-header .year-select .year {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 4em;
  font-size: 16px;
  font-weight: normal;
}

.calendar-header .month-select {
  float: left;
}

.calendar-header .month-select .month-list {
  margin-left: 50px;
}

.calendar-header .month-select .month-list:after {
  display: block;
  clear: both;
  content: '';
}

.calendar-header .month-select .month-list li {
  float: left;
  margin-left: 5px;
}

.calendar-header .month-select .month-list li a {
  display: block;
  height: 28px;
  min-width: 40px;
  padding: 0 10px;
  border: 1px solid transparent;
  text-align: center;
  color: #888;
}

.calendar-header .month-select .month-list li a:hover, .calendar-header .month-select .month-list li a:focus {
  color: #000;
}

.calendar-header .month-select .month-list li.on a {
  color: #eb0029;
  border-color: #eb0029;
}

.calendar-header .month-select .btn {
  display: none;
}

.calendar-header .type-select {
  float: right;
}

.calendar-header .type-select a {
  width: .28rem;
  height: .28rem;
  border: 1px solid #d7d7d7;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  background: url(/images/ico-calendar-gray.png) no-repeat center center;
  background-size: .20rem;
}

.calendar-header .type-select a.ico-calendar-table {
  background-image: url(/images/ico-calendar-gray.png);
}

.calendar-header .type-select a.ico-calendar-table.on {
  background-image: url(/images/ico-calendar-primary.png);
}

.calendar-header .type-select a.ico-calendar-list {
  margin-left: .05rem;
  background-image: url(/images/ico-list-gray.png);
}

.calendar-header .type-select a.ico-calendar-list.on {
  background-image: url(/images/ico-list-primary.png);
}

.calendar-header .type-select a.on {
  border-color: #eb0029;
}

@media (max-width: 1024.98px) {
  .calendar-header {
    margin-bottom: 10px;
  }
  .calendar-header .year-select .year {
    font-size: 14px;
  }
  .calendar-header .month-select {
    margin-left: 10px;
  }
  .calendar-header .month-select .month-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .calendar-header .month-select .month-list li {
    display: none;
    float: none;
    margin: 0;
  }
  .calendar-header .month-select .month-list li.on {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
  }
  .calendar-header .month-select .month-list li.on a {
    min-width: 3em;
    padding: 0;
    border: 0;
    color: #000;
    height: auto;
  }
  .calendar-header .month-select .btn {
    display: inline-block;
  }
}

.calendar-category {
  margin: -.03rem -.03rem .10rem;
  font-size: 0.16rem;
}

.calendar-category:after {
  display: block;
  clear: both;
  content: '';
}

.calendar-category li {
  display: table-cell;
  width: 1%;
  padding: 3px;
}

.calendar-category input[type=checkbox] + label {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 0.01rem solid #ebebeb;
  height: .38rem;
  line-height: .36rem;
  cursor: pointer;
}

.calendar-category input[type=checkbox] + label:before, .calendar-category input[type=checkbox] + label:after {
  display: none;
}

.calendar-category input[type=checkbox] + label:hover,
.calendar-category input[type=checkbox]:focus + label {
  outline: 0;
  border-radius: 1px;
  border-color: #888;
}

.calendar-category input[type=checkbox]:checked + label {
  border-color: #eb0029;
  color: #eb0029;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .calendar-category li {
    display: block;
    width: 25%;
    float: left;
  }
}

.calendar-legend {
  margin-bottom: .15rem;
}

.calendar-legend:after {
  display: block;
  clear: both;
  content: '';
}

.calendar-legend li {
  float: left;
  margin-right: .15rem;
}

.calendar-legend .text {
  vertical-align: middle;
  font-size: 12px;
}

.legend-category {
  display: inline-block;
  vertical-align: middle;
  width: .2rem;
  height: .2rem;
  line-height: .2rem;
  margin-right: .02rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.legend-category.legend-category1 {
  background-color: #3db166;
}

.legend-category.legend-category2 {
  background-color: #8957a1;
}

.legend-category.legend-category3 {
  background-color: #ee001d;
}

.legend-category.legend-category4 {
  background-color: #2c53b0;
}

.legend-category.legend-category5 {
  background-color: #ea68a2;
}

.legend-category.legend-category6 {
  background-color: #638c0b;
}

.legend-category.legend-category7 {
  background-color: #f39800;
}

@media (max-width: 767.98px) {
  .calendar-legend li {
    margin-right: .04rem;
  }
  .calendar-legend li .legend-category {
    width: .18rem;
    height: .18rem;
    line-height: .18rem;
    margin-right: 0;
  }
}

.type-table {
  margin-top: .15rem;
}

.type-table .table {
  table-layout: fixed;
  border-collapse: collapse;
}

.type-table .table th,
.type-table .table td {
  border: 1px solid #ebebeb;
}

.type-table .table th {
  height: .40rem;
  font-size: .16rem;
  font-weight: bold;
  background-color: #f5f5f5;
}

.type-table .table th:first-child {
  color: #eb0029;
}

.type-table .table th:last-child {
  color: #0e6bca;
}

.type-table .table td {
  padding: .10rem;
  text-align: left;
  vertical-align: top;
  height: 1.20rem;
}

.type-table .table td:first-child .day {
  color: #eb0029;
}

.type-table .table td:last-child .day {
  color: #0e6bca;
}

.type-table .table td.today {
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  border: 2px solid #eb0029;
}

.type-table .table td.today .day {
  font-weight: bold;
  color: #eb0029;
}

.type-table .day {
  display: block;
  color: #000;
}

.type-table .day span {
  display: none;
}

.type-table .schedule-item {
  display: block;
  margin-top: .04rem;
  font-size: .12rem;
  max-width: 100%;
  white-space: nowrap;
  max-height: 1em;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: none;
}

.type-table .schedule-item:hover .text, .type-table .schedule-item:focus .text {
  text-decoration: underline;
}

.type-table .schedule-item .legend-category,
.type-table .schedule-item .text {
  vertical-align: middle;
}

.type-table .btn-more {
  float: right;
  margin-top: .10rem;
  font-size: .12rem;
  color: #eb0029;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .type-table .table {
    position: relative;
    display: block;
  }
  .type-table .table thead,
  .type-table .table .empty {
    display: none;
  }
  .type-table .table tbody,
  .type-table .table tr,
  .type-table .table td {
    display: block;
  }
  .type-table .table td {
    position: relative;
    min-height: .48rem;
    margin-top: -1px;
    padding: 0.1rem 0.15rem 0.1rem 0.9rem;
    height: auto;
  }
  .type-table .table td:after {
    display: block;
    clear: both;
    content: '';
  }
  .type-table .table td:before {
    position: absolute;
    left: 0;
    width: 0.75rem;
    top: 0;
    bottom: 0;
    border-right: 1px solid #ebebeb;
    background-color: #f5f5f5;
    content: '';
    z-index: -1;
  }
  .type-table .table td.today {
    border-width: 1px;
  }
  .type-table .day {
    display: block;
    position: absolute;
    width: 0.75rem;
    left: 0;
    top: .10rem;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .type-table .day span {
    display: inline;
  }
  .type-table .schedule-item {
    font-size: 12px;
  }
  .type-table .schedule-item:hover .text, .type-table .schedule-item:focus .text {
    text-decoration: underline;
  }
  .type-table .schedule-item .legend-category {
    width: 17px;
    height: 17px;
  }
  .type-table .btn-more {
    margin-top: .10rem;
  }
}

.type-list {
  margin-top: .30rem;
  display: none;
}

.type-list .legend-category {
  min-width: 4em;
  width: auto;
  height: .24rem;
  border-radius: 2px;
  padding: 0 .05rem;
  line-height: .24rem;
  font-size: 12px;
}

.type-list .table-list tbody {
  font-size: 0.14rem;
}

.type-list .table-list tbody .cell-subject {
  font-size: 0.16rem;
}

.type-list .table-list tbody .cell-location {
  text-align: left;
}

@media (max-width: 1024.98px) {
  .type-list .table-list tbody .cell-category,
  .type-list .table-list tbody .cell-subject {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .02rem;
  }
  .type-list .table-list tbody .cell-category {
    width: 50px;
  }
  .type-list .table-list tbody .cell-subject {
    max-width: 100%;
    white-space: nowrap;
    max-height: 1em;
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 55px);
  }
  .type-list .table-list tbody .cell-target:before,
  .type-list .table-list tbody .cell-fee:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 6px 0 2px;
    background: #888;
    content: '';
  }
  .type-list .table-list tbody .cell-location {
    display: block;
    line-height: 1.4;
  }
}

/* 캘린더 상세 */
.schedule-list {
  font-size: .18rem;
}

.schedule-list li {
  position: relative;
  line-height: .22rem;
  padding-left: .34rem;
}

.schedule-list li + li {
  margin-top: .15rem;
}

.schedule-list li .legend-category {
  position: absolute;
  top: -.01rem;
  left: 0;
  width: .28rem;
  height: .28rem;
  line-height: .28rem;
  border-radius: 50%;
  font-size: .14rem;
}

.schedule-list li .text {
  vertical-align: middle;
}

.schedule-list a:hover .text, .schedule-list a:focus .text {
  text-decoration: underline;
}

#inseq-datepicker {
  position: absolute;
  width: 250px;
  padding: 12px;
  border: 1px solid #666;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 1500;
}

#inseq-datepicker caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#inseq-datepicker table {
  table-layout: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  color: #000;
  line-height: 2;
}

#inseq-datepicker table a {
  line-height: 2;
}

#inseq-datepicker table th {
  height: auto;
  background: none;
  padding: 0 0 0.5em;
  border: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 20px;
}

#inseq-datepicker table td {
  padding: 0 !important;
  margin: 0;
  height: auto;
  text-align: center;
  border: 0;
  line-height: 1;
}

#inseq-datepicker table tbody td {
  height: 28px;
  color: #767676;
}

#inseq-datepicker table tbody td a {
  display: block;
  color: #000;
  text-decoration: none;
}

#inseq-datepicker table tbody td a.today {
  color: #fff !important;
  background-color: #eb0029;
  font-weight: bold;
}

#inseq-datepicker #tableCalendarTitle {
  margin-bottom: 5px;
}

#inseq-datepicker #tableCalendarTitle td {
  font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle td a {
  font-size: inherit;
  font-weight: bold;
  vertical-align: 6px;
}

#inseq-datepicker #tableMonthTitle td a {
  font-size: 16px;
  font-weight: bold;
}

#inseq-datepicker #tableYearTitle {
  margin-bottom: 5px;
}

#inseq-datepicker #tableYearTitle td {
  font-size: 16px;
  font-weight: bold;
}

#inseq-datepicker #tableCalendarTitle a,
#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonthTitle a,
#inseq-datepicker #tableMonth a {
  color: #000;
}

#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
  color: #cf2121;
}

#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
  color: inherit;
}

#inseq-datepicker #tableCalendar th:last-child,
#inseq-datepicker #tableCalendar td:last-child {
  color: #0072cf;
}

#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
  color: inherit;
}

#inseq-datepicker .prev,
#inseq-datepicker .next {
  width: 25px;
  height: 25px;
  line-height: 23px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  color: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  background-size: 6px 10px;
  border: 1px solid #dbdbdb;
}

#inseq-datepicker .prev {
  float: left;
  margin-left: 16px;
  background-image: url(/images/ico-paging-next.png);
}

#inseq-datepicker .next {
  float: right;
  margin-right: 16px;
  background-image: url(/images/ico-paging-next.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#inseq-datepicker .btn-cal-close {
  position: absolute;
  top: -1px;
  right: -27px;
  width: 27px;
  height: 27px;
}

#inseq-datepicker .btn-cal-close a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  border: 1px solid #666;
  background: #666 url(/images/ico-close-white.png) no-repeat center center;
  background-size: 15px 15px;
}

@media (max-width: 767.98px) {
  #inseq-datepicker {
    left: 50% !important;
    margin-left: -125px !important;
  }
}

.tab-list {
  margin-bottom: .30rem;
  text-align: center;
  border-left: 1px solid #ebebeb;
  line-height: 1.2;
}

.tab-list:after {
  display: block;
  clear: both;
  content: '';
}

.tab-list li {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  border-left: 0;
}

.tab-list li a {
  display: table;
  width: 100%;
}

.tab-list li a span {
  display: table-cell;
  vertical-align: middle;
  height: .50rem;
}

.tab-list li.on a {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .tab-list.tab-list-select {
    position: relative;
    height: 0.5rem;
    margin: 0 0 .13rem;
    padding-top: 0.49rem;
    border: 0;
    text-align: left;
    /*z-index: 10;*/
  }
  .tab-list.tab-list-select:after {
    display: block;
    position: absolute;
    right: 0.13rem;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url(/images/ico-arrow-select.png) no-repeat right center;
    background-size: cover;
    content: '';
    z-index: 20;
  }
  .tab-list.tab-list-select.opened {
    position: relative;
    z-index: 11;
  }
  .tab-list.tab-list-select.opened li {
    display: block;
  }
  .tab-list.tab-list-select.opened:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tab-list.tab-list-select li {
    display: none;
    float: none;
    width: auto;
    width: 100%;
    height: auto;
    margin: -1px 0 0 0;
    border: 1px solid #dbdbdb !important;
    background-color: #fff;
  }
  .tab-list.tab-list-select li a {
    display: block;
    width: auto;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 .15rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
  }
  .tab-list.tab-list-select li a span {
    display: block;
    height: 0.4rem;
  }
  .tab-list.tab-list-select li.on {
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #dbdbdb !important;
    color: inherit !important;
  }
  .tab-list.tab-list-select li.on a {
    height: 0.48rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 1025px) {
  .tab-list-matrix {
    font-size: 0.18rem !important;
  }
  .tab-list-matrix li {
    display: block;
    float: left;
    width: 20%;
    margin-bottom: -1px;
  }
  .tab-list-matrix li a span {
    height: .45rem;
  }
  .tab-list-matrix.col-2 li {
    width: 33.333%;
  }
  .tab-list-matrix.col-3 li {
    width: 33.333%;
  }
  .tab-list-matrix.col-4 li {
    width: 25%;
  }
  .tab-list-matrix.col-5 li {
    width: 20%;
  }
  .tab-list-matrix.col-10 li {
    width: 10%;
  }
}

.main-tab {
  font-size: 0.2rem;
}

.main-tab .tab-list li.on {
  border-color: #eb0029;
  background-color: #eb0029;
  color: #fff;
}

.sub-tab {
  font-size: 0.18rem;
}

.sub-tab .tab-list li.on {
  color: #eb0029;
  border: 1px solid #eb0029;
}

.sub-tab .tab-list li.on a {
  position: relative;
  margin-right: -1px;
}

.category-tab {
  font-size: 0.18rem;
}

.category-tab .tab-list li.on {
  color: #eb0029;
  border-top: 0.02rem solid #eb0029;
}

.category-tab .tab-list li.on a {
  position: relative;
  margin-right: -1px;
}

.category-tab .tab-list li.on a span {
  height: .48rem;
}

.tab-content {
  display: none;
}

.modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .modal-open {
    height: 100vh;
  }
}

.popup-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
  background-color: #eb0029;
}

.popup-header .popup-title {
  font-size: 28px;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "NanumSquare", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #fff;
}

@media (max-width: 575.98px) {
  .popup-header {
    height: 40px;
    line-height: 40px;
    padding: 0 .20rem;
  }
  .popup-header .popup-title {
    font-size: 14px;
  }
}

.popup-body {
  padding: .35rem .30rem 0;
}

.popup-body:after {
  content: '';
  display: block;
  height: .35rem;
}

.popup-body.fit {
  padding: 0;
}

.popup-body .title1 {
  margin: .35rem 0 .15rem;
  font-size: .22rem;
}

.popup-body .title1:first-child {
  margin-top: 0;
}

.popup-body .title1:before {
  top: -1px;
}

@media (max-width: 575.98px) {
  .popup-body {
    padding: .20rem;
  }
}

.btn-close-popup {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: url(/images/ico-close-white.png) no-repeat center center;
  background-size: 20px 20px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .btn-close-popup {
    position: fixed;
    width: 50px;
    height: 40px;
    background-size: 15px 15px;
  }
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ie9 .modal-popup {
  display: block;
}

.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-popup.modal-sm .popup-inner {
  width: 500px;
}

.modal-popup.modal-lg .popup-inner {
  width: 900px;
}

.modal-popup.modal-xl .popup-inner {
  width: 1200px;
}

.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  width: 8.00rem;
  max-width: 100%;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ie9 .modal-popup .popup-inner {
  margin: .70rem auto;
}

.modal-popup.hide .modal-popup .popup-inner {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.modal-popup.show .modal-popup .popup-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal-popup .popup-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .modal-popup .popup-inner {
    position: fixed;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
  .modal-popup .popup-body {
    max-height: calc(100vh - 40px);
  }
  .modal-popup.hide .popup-inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.popup-inner,
.wrapper-popup {
  position: relative;
  padding-top: 70px;
}

@media (max-width: 575.98px) {
  .popup-inner,
  .wrapper-popup {
    padding-top: 40px;
  }
}

.wrapper-popup {
  position: relative;
  font-size: 15px;
}

.wrapper-popup .popup-header,
.wrapper-popup .btn-close-popup {
  position: fixed;
}

@media (max-width: 575.98px) {
  .wrapper-popup {
    font-size: .15rem;
  }
}

.table {
  width: 100%;
  border-spacing: 0;
}

.table thead {
  word-break: keep-all;
}

.table thead ~ tbody,
.table thead ~ tfoot {
  text-align: center;
}

.table-data {
  border-collapse: collapse;
  border-top: 2px solid #777;
}

.table-data th,
.table-data td {
  height: .40rem;
  padding: .09rem .15rem;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.table-data th:last-child,
.table-data td:last-child {
  border-right: 0;
}

.table-data thead th {
  background-color: #f5f5f5;
  text-align: center;
}

.table-data tbody th {
  font-weight: normal;
  background-color: #f5f5f5;
}

@media (max-width: 767.98px) {
  .table-data th,
  .table-data td {
    padding: .09rem .10rem;
  }
}

@media (max-width: 1024.98px) {
  .table-responsive {
    margin: 0 -20px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive .table-responsive-inner {
    display: inline-block;
    width: 100%;
    min-width: 600px;
    padding: 0 20px;
    vertical-align: top;
  }
  .table-responsive .table:last-child {
    margin-bottom: 0;
  }
}

/* 게시판 검색 */
.bbs-search {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  padding: .15rem;
  margin-bottom: 15px;
}

.bbs-search .row + .row {
  margin-top: 10px;
}

.bbs-search .input-area,
.bbs-search .btn-area {
  display: inline-block;
  vertical-align: middle;
}

.bbs-search .input-area {
  width: calc(100% - 78px);
}

.bbs-search .input-area .form-control + .form-control {
  margin-left: 5px;
}

.bbs-search .input-area select {
  width: 150px;
}

.bbs-search .input-area .form-control-keyword {
  width: calc(100% - 159px);
}

.bbs-search .btn-area {
  width: 68px;
  margin-left: 6px;
}

@media (max-width: 767.98px) {
  .bbs-search .input-area,
  .bbs-search .btn-area {
    display: block;
    width: auto;
  }
  .bbs-search .input-area .form-control {
    display: block;
    width: 100% !important;
    margin: 0 0 .10rem !important;
  }
  .bbs-search .form-control-date {
    max-width: calc(50% - 46px);
  }
  .bbs-search .btn-area {
    margin: 10px 0 0;
  }
  .bbs-search .btn-area .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
}

/*게시판 목록 검색*/
.search-wrap:after {
  content: '';
  clear: both;
  display: block;
}

.search-wrap .info-item {
  float: left;
}

.search-wrap .info-item + .info-item {
  margin-left: 10px;
}

.search-wrap .field-form-box {
  position: relative;
  display: inline-block;
  height: .34rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-wrap .field-form-box .inp-field {
  width: 236px;
  height: 100%;
  background: transparent;
  line-height: 1.2;
}

.search-wrap .field-form-box .btn-field {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
}

.search-wrap .field-form-box .inp-field + .btn-field {
  border-left: 0;
}

.search-wrap .field-form-box .btn-search {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  background: url(/images/ico-search.png) no-repeat center center;
}

.search-wrap .field-form-box .btn-calendar {
  background: url("/images/icon/ico-calendar.png") no-repeat center center;
}

.search-wrap .calendar-area {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .search-wrap {
    width: 100%;
  }
  .search-wrap .info-item {
    width: 100%;
  }
  .search-wrap .info-item .field-form-box.search-box {
    width: 100%;
  }
  .search-wrap .info-item .field-form-box.search-box .form-control {
    width: calc(100% - .34rem) !important;
    border-right: 0;
  }
}

.date-search-wrap:after {
  content: '';
  clear: both;
  display: block;
}

.date-search-wrap .info-item {
  float: left;
}

.date-search-wrap .info-item + .info-item {
  margin-left: 10px;
}

.date-search-wrap .field-form-box {
  position: relative;
  display: inline-block;
  height: .34rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.date-search-wrap .field-form-box .inp-field {
  width: 236px;
  height: 100%;
  background: transparent;
  line-height: 1.2;
}

.date-search-wrap .field-form-box .btn-field {
  width: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
}

.date-search-wrap .field-form-box .inp-field + .btn-field {
  border-left: 0;
}

.date-search-wrap .field-form-box .btn-search {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  color: transparent;
  white-space: nowrap;
  text-align: center;
  background: url(/images/ico-search.png) no-repeat center center;
  margin-left: 2px;
}

.date-search-wrap .field-form-box .btn-calendar {
  background: url("/images/icon/ico-calendar.png") no-repeat center center;
}

.date-search-wrap .calendar-area {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .date-search-wrap {
    width: 100%;
    text-align: center;
  }
  .date-search-wrap .datepicker-area {
    display: inline-block;
    position: relative;
  }
  .date-search-wrap .datepicker-area input[type=text] {
    width: 96px !important;
    margin-right: -1px;
  }
  .date-search-wrap .info-item {
    width: 100%;
  }
  .date-search-wrap .info-item .field-form-box.search-box {
    width: 100%;
  }
  .date-search-wrap .info-item .field-form-box.search-box .form-control {
    padding: .05rem 0.08rem;
    font-size: .14rem;
  }
  .date-search-wrap .field-form-box .btn-field {
    right: -40px;
  }
}

/* 게시판 목록 정보 */
.list-info {
  margin: 15px 0 0;
  color: #666;
}

.list-info:after {
  display: block;
  clear: both;
  content: '';
}

.list-info .total {
  font-weight: 400;
  line-height: 32px;
}

.list-info .total strong {
  color: #eb0029;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .list-info .total {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
}

/* 페이징 */
.pagination {
  margin: .40rem 0 0 0;
  clear: both;
  text-align: center;
  font-size: 0;
}

.pagination + .btn-area {
  position: absolute;
  right: 30px;
  bottom: 120px;
}

.pagination a,
.pagination strong {
  display: inline-block;
  position: relative;
  margin: 0 .05rem;
  padding: 0 .03rem;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  color: #666;
  background-color: #fff;
}

.pagination strong {
  color: #fff;
  border-color: transparent;
  background-color: #eb0029;
}

.pagination .direction {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-color: #ebebeb;
  background-size: 20px auto;
}

.pagination .direction.first {
  background-image: url(/images/ico-paging-last.png);
  background-size: 10px 9px;
  background-position: center;
}

.pagination .direction.prev {
  background-image: url(/images/ico-paging-next.png);
  background-size: 6px 9px;
  background-position: center;
}

.pagination .direction.next {
  background-image: url(/images/ico-paging-next.png);
  background-size: 6px 9px;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .direction.last {
  background-image: url(/images/ico-paging-last.png);
  background-size: 10px 9px;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination a,
.pagination strong {
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 .04rem;
  font-size: 15px;
  border: 1px solid transparent;
}

.pagination .direction {
  width: 40px;
}

@media (max-width: 1024.98px) {
  .pagination {
    margin: .35rem 0 0 0;
  }
  .pagination + .btn-area {
    right: 20px;
    bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .pagination + .btn-area {
    position: static;
  }
  .pagination + .btn-area .btn {
    width: 100%;
  }
  .pagination a,
  .pagination strong {
    min-width: 26px;
    height: 26px;
    line-height: 24px;
    background: none;
  }
  .pagination .direction {
    width: 26px;
  }
  .pagination strong {
    color: #eb0029;
  }
}

/* 목록 : 표준형 */
.table-list {
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #eb0029;
  font-size: .16rem;
}

.table-list thead th {
  font-size: .18rem;
}

.table-list th,
.table-list td {
  height: 48px;
  padding: 16px 10px 17px;
}

.table-list th {
  border-bottom: 1px solid #b2b2b2;
  font-weight: bold;
  background: #fafafa;
}

.table-list td {
  border-bottom: 1px solid #ebebeb;
}

.table-list tbody tr {
  position: relative;
}

.table-list .label-fill {
  margin-right: 10px;
  min-width: 66px;
}

.table-list .label-fill + a strong {
  max-width: calc(100% - 105px) !important;
}

.table-list .cell-subject {
  text-align: left;
}

.table-list .cell-subject a p {
  display: inline-block;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  max-height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100%); /*말줄임 표시 영역 계산 기존: 100% - 40px */
  padding-right: 50px;
}
.table-list .cell-subject a p .ico-notice {
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  background: url(/images/ico_notice.png) no-repeat;
  background-size: 18px 21px;
  background-position: center;
  vertical-align: -2px;
}
@media (max-width: 1024.98px) {
  .table-list .cell-subject a p .ico-notice {
    width: 12px;
    height: 15px;
    background-size: 12px 15px;
    vertical-align: 1px;
  }
}
.table-list .cell-subject a p .badge_new {
  position: absolute;
  right: 14px;
  top: 3px;
  color: #eb0029;
  font-size: 12px;
  font-style: italic;
  width: 30px;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024.98px) {
  .table-list .cell-subject a p .badge_new {
    -webkit-transform: translateY(-73%);
            transform: translateY(-73%);
    right: 3px;
  }
}


.table-list .nodata {
  line-height: 60px;
  text-align: center;
}

.table-list .ico-new {
  margin-left: .03rem;
}

.table-list.table-log-management tbody tr td.cell-subject {
  text-align: center;
  word-break: break-all;
}

@media (min-width: 1025px) {
  .table-list .cell-subject a {
    display: block;
    max-width: 95%;
    white-space: nowrap;
    max-height: 21px;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: none;
    max-width: calc(100% - 25px);
    vertical-align: middle;
    line-height: unset;
  }
  .table-list .cell-subject a:hover strong, .table-list .cell-subject a:focus strong {
    border-bottom: 1px solid #000;
  }
}

@media (max-width: 1024.98px) {
  .table-list {
    display: block;
  }
  .table-list colgroup {
    display: none;
  }
  .table-list thead {
    display: none;
  }
  .table-list tbody {
    display: block;
    text-align: left !important;
  }
  .table-list tbody tr {
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: .05rem 0 .08rem;
  }
  .table-list tbody tr.bg-lightgray:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(/images/ico_notice.png) no-repeat center center;
    background-size: cover;
  }
  .table-list tbody td {
    display: inline;
    vertical-align: middle;
    padding: 0 !important;
    border: 0 !important;
    color: #888;
    font-size: 12px;
  }
  .table-list tbody td:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 8px 0 5px;
    background-color: #dbdbdb;
    content: '';
  }
  .table-list tbody td:first-child {
    display: none;
  }
  .table-list tbody td:first-child:before {
    display: none;
  }
  .table-list tbody td .mobile-line-break {
    word-break: break-all !important;
    white-space: normal !important;
  }
  .table-list tbody .cell-subject {
    margin: 0;
    padding-left: 0;
    font-weight: bold;
    color: #000;
  }
  .table-list tbody .cell-subject:before {
    display: none;
  }
  .table-list tbody .cell-subject + td:before {
    display: none;
  }
  .table-list tbody .cell-subject + .cell-subject a:hover, .table-list tbody .cell-subject + .cell-subject a:focus,
  .table-list tbody .cell-subject + .cell-subject span:hover,
  .table-list tbody .cell-subject + .cell-subject span:focus {
    text-decoration: none;
  }
  .table-list tbody .cell-subject a,
  .table-list tbody .cell-subject span {
    display: block;
    margin: .05rem 0 -.02rem 0;
    font-size: 14px;
    line-height: 1.4;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
  }
  .table-list tbody .cell-subject a:hover, .table-list tbody .cell-subject a:focus,
  .table-list tbody .cell-subject span:hover,
  .table-list tbody .cell-subject span:focus {
    text-decoration: underline;
  }
  .table-list tbody .cell-subject span {
    color: #888;
  }
  .table-list tbody .nodata {
    display: block !important;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  .table-list.table-log-management tbody tr td.cell-subject {
    text-align: left;
  }
}

/* 리스트형 목록 */
.list-nodata {
  border-top: 2px solid #777;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
  text-align: center;
  font-size: .15rem;
  font-weight: bold;
}

/* 목록 : 아코디언형 */
.accordion-list {
  border-top: 2px solid #777;
}

.accordion-list .accordion-title {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  line-height: .24rem;
}

.accordion-list .accordion-title .num {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 0.65rem;
  font-size: .14rem;
  height: .24rem;
  margin-top: -.12rem;
}

.accordion-list .accordion-title a {
  display: block;
  position: relative;
  font-size: .15rem;
  font-weight: bold;
  padding: 0.12rem 0.5rem 0.12rem 0.65rem;
  z-index: 10;
}

.accordion-list .accordion-title a:after {
  content: '';
  position: absolute;
  right: .20rem;
  top: 50%;
  margin-top: -.05rem;
  width: .18rem;
  height: .10rem;
  background: url(/images/ico-chevron-up.png) no-repeat right;
  background-size: cover;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.accordion-list .accordion-title.on a {
  text-decoration: underline;
}

.accordion-list .accordion-title.on a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-list .accordion-content {
  display: none;
  padding: .18rem .30rem .12rem .65rem;
  border-bottom: 1px solid #ebebeb;
  background: #f5f5f5 url(/images/ico-reply.png) no-repeat 29px 13px;
}

@media (max-width: 767.98px) {
  .accordion-list .accordion-title .num {
    display: none;
  }
  .accordion-list .accordion-title a {
    padding-left: .16rem;
  }
}

/* 목록 : 포토형 */
.photo-list {
  margin: 0 -10px;
}

.photo-list:after {
  display: block;
  clear: both;
  content: '';
}

.photo-list:before, .photo-list:after {
  content: '';
  display: block;
  margin: 0 10px;
}

.photo-list:before {
  height: 2px;
  background-color: #777;
  margin-bottom: 20px;
}

.photo-list:after {
  height: 1px;
  background-color: #ebebeb;
  margin-top: 10px;
}

.photo-list li {
  float: left;
  width: calc(25% - 20px);
  margin: 10px;
}

.photo-list li a {
  display: block;
}

.photo-list li a:hover {
  border-color: #666;
}

.photo-list li a:hover .subject {
  text-decoration: underline;
}

.photo-list .thumb {
  position: relative;
  padding-top: 72.7273%;
  height: 0;
  background: #f7f7f7;
}

.photo-list .thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dbdbdb;
  background: url(/images/logo-gray.png) no-repeat center center;
  background-size: auto 80px;
  opacity: 0.3;
}

.photo-list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.photo-list .thumb .ico-play-lg-white {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.25rem 0 0 -.25rem;
}

.photo-list .item-info {
  padding: .10rem .15rem;
  font-size: .14rem;
  color: #888;
}

.photo-list .item-info .subject {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 0.42rem;
  line-height: 0.21rem;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: .12rem;
  font-weight: bold;
  height: .42rem;
  font-size: .15rem;
  color: #000;
}

.photo-list .item-info .info {
  max-width: 100%;
  white-space: nowrap;
  max-height: 0.2rem;
  line-height: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.photo-list .item-info .info span {
  display: inline-block;
  vertical-align: middle;
}

.photo-list .item-info .info span + span:before {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  margin: -2px 6px 0 2px;
  background: #888;
  content: '';
}

.photo-list .item-info .info .ico-new {
  margin: -2px 0 0 2px;
}

@media (max-width: 1024.98px) {
  .photo-list .item-info {
    padding: 14px;
  }
}

@media (max-width: 767.98px) {
  .photo-list li {
    width: calc(50% - 20px);
  }
  .photo-list .item-info {
    padding-left: 0;
    padding-right: 0;
  }
  .photo-list .item-info .info {
    font-size: 11px;
  }
  .photo-list .item-info .info .hit {
    display: none;
  }
}

/* 상세 */
.article-view .article-subject {
  padding: 0.18rem 20px;
  background-color: #f5f5f5;
  font-size: .15rem;
  font-weight: bold;
  line-height: .24rem;
}

.article-view .table-article {
  border-top: 2px solid #eb0029;
  border-bottom: 1px solid #888888;
}

.article-view .table-article th,
.article-view .table-article td {
  border-bottom: 1px solid #ebebeb;
  padding: 0.17rem 0.05rem 0.17rem 20px;
  line-height: .25rem;
  text-align: left;
  vertical-align: top;
  min-height: 57px;
}

.article-view .table-article th {
  white-space: nowrap;
  vertical-align: middle;
  background: #fafafa;
  font-weight: bold;
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
}

.article-view .table-article td {
  color: #000;
}

.article-view .file-list li + li {
  margin-top: 1px;
}

.article-view .file-list .ico,
.article-view .file-list span {
  vertical-align: middle;
}

.article-view .file-list a span:hover, .article-view .file-list a span:focus {
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}

.article-view .article-body {
  padding: 0;
  /*min-height: 460px;*/
}

.article-view .article-body .image-area {
  text-align: center;
  margin-bottom: 20px;
}

.article-view .article-body img {
  max-width: 770px;
  width: 100%;
  height: auto !important;
}

.article-view .article-body table {
  max-width: 100% !important;
  width: 100% !important;
  table-layout: auto !important;
}

@media (max-width: 1024.98px) {
  .article-view th {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .article-view td {
    display: block;
    height: auto;
    border-left: 0;
    padding: 7px 0 12px 0 !important;
    min-height: auto !important;
  }
  .article-view td input {
    padding: 5px 0 !important;
  }
  .article-view td textarea {
    padding: 5px 0 !important;
  }
  .article-view .article-subject {
    border-top: 2px solid #777;
  }
}

@media (max-width: 767.98px) {
  .article-view .article-subject {
    font-size: 15px;
  }
  .article-view .table-article colgroup {
    display: none;
  }
  .article-view .article-body {
    min-height: 190px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-view .file-list {
    margin-left: -.03rem;
  }
  .article-view .table-article.lang-ko th,
  .article-view .table-article.lang-ko td {
    padding: 0.14rem 0.05rem 0.17rem 20px;
  }
  .article-view .table-article.lang-ko th .article-body,
  .article-view .table-article.lang-ko td .article-body {
    min-height: 280px !important;
  }
  .article-view .table-article.lang-ko tr th + td.text-bold {
    font-weight: 500 !important;
  }
}

.article-view-btn {
  text-align: right;
  margin: .20rem 0;
}

.article-view-btn .btn + .btn {
  margin-left: 6px;
}

.article-nav {
  border-top: 2px solid #eb0029;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.article-nav li {
  display: table-row;
}

.article-nav li span,
.article-nav li a {
  display: table-cell;
  border: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: .14rem .19rem;
  line-height: .20rem;
}

.article-nav li span {
  width: 1.58rem;
  font-weight: bold;
  background-color: #fbfbfb;
  vertical-align: middle;
}

.article-nav li span .ico {
  margin: -2px 0 0 -.05rem;
}

.article-nav li a:hover, .article-nav li a:focus {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .article-nav li span {
    width: 85px;
    padding-right: 0;
  }
}

/* 등록 */
.table-write {
  border-collapse: separate;
  border-top: 2px solid #eb0029;
  margin-bottom: .30rem;
  border-bottom: 1px solid #888888;
}

.table-write textarea {
  border: 1px solid #dbdbdb;
}

.table-write .tabe-write-text-area {
  width: 100%;
  height: 100px;
  font-size: 0.16rem;
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: #000;
  padding: 8px;
}

.table-write th,
.table-write td {
  height: 65px;
  padding: 15px 20px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table-write th textarea::-webkit-input-placeholder,
.table-write td textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: #fff;
}

.table-write th textarea:-ms-input-placeholder,
.table-write td textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: #fff;
}

.table-write th textarea::-ms-input-placeholder,
.table-write td textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: #fff;
}

.table-write th textarea::placeholder,
.table-write td textarea::placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: #fff;
}

.table-write th input::-webkit-input-placeholder,
.table-write td input::-webkit-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: transparent;
  color: #fff;
}

.table-write th input:-ms-input-placeholder,
.table-write td input:-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: transparent;
  color: #fff;
}

.table-write th input::-ms-input-placeholder,
.table-write td input::-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: transparent;
  color: #fff;
}

.table-write th input::placeholder,
.table-write td input::placeholder {
  font-size: 16px;
  color: #888888;
  font-weight: 200;
  color: transparent;
  color: #fff;
}

.table-write th {
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: left;
  padding-left: 18px;
  font-size: 18px;
}

.table-write th:first-child {
  border-left: 0;
}

.table-write th span {
  vertical-align: top;
}

.table-write thead {
  text-align: center;
}

.table-write thead th {
  font-weight: bold;
  height: 45px;
}

.table-write .input-addon {
  padding-left: 5px;
}

.table-write .input-group + .input-group {
  margin-top: .04rem;
}

.table-write .btn-modify + .modify-info-text {
  font-size: .14rem;
  color: #9b694d;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .table-write .btn-modify + .modify-info-text {
    display: block;
    margin-top: 7px;
    margin-bottom: 3px;
  }
}

@media (max-width: 1024.98px) {
  .table-write {
    display: block;
    width: auto;
  }
  .table-write input::-webkit-input-placeholder {
    color: #888888 !important;
  }
  .table-write input:-ms-input-placeholder {
    color: #888888 !important;
  }
  .table-write input::-ms-input-placeholder {
    color: #888888 !important;
  }
  .table-write input::placeholder {
    color: #888888 !important;
  }
  .table-write textarea::-webkit-input-placeholder {
    color: #888888 !important;
  }
  .table-write textarea:-ms-input-placeholder {
    color: #888888 !important;
  }
  .table-write textarea::-ms-input-placeholder {
    color: #888888 !important;
  }
  .table-write textarea::placeholder {
    color: #888888 !important;
  }
  .table-write colgroup {
    display: none;
  }
  .table-write tbody,
  .table-write tr {
    display: block;
  }
  .table-write tbody th {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .table-write tbody th.file-attachment {
    position: absolute;
    left: 0;
    width: auto;
    height: 30px;
    font-size: 14px;
    font-weight: 200;
    color: #8e9091;
    background: none;
    display: inline-block;
    border: none;
    top: 13px;
  }
  .table-write tbody .file-attachment + td {
    display: inline-block;
    width: calc(100% - 79px);
    padding: 10px 0 0 0;
    float: right;
  }
  .table-write tbody tr:first-child th,
  .table-write tbody tr:first-child td {
    border-top: 0;
  }
  .table-write tbody th,
  .table-write tbody td {
    display: block;
    height: auto;
    padding: 8px 0 12px 0 !important;
    border-left: 0;
  }
  .table-write tbody th input,
  .table-write tbody td input {
    padding: 5px 0 !important;
  }
  .table-write tbody th textarea,
  .table-write tbody td textarea {
    padding: 5px 0 !important;
  }
  .ie9 .table-write tbody {
    float: left;
    width: 100%;
  }
  .table-write th {
    text-align: left;
    font-weight: bold;
  }
  .table-write td {
    min-height: 54px;
  }
  .table-write .form-control {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .table-write .tabe-write-text-area {
    height: 190px;
  }
}

@media (max-width: 1024.98px) {
  .table-write th,
  .table-write td {
    font-size: 16px;
  }
}

@media (max-width: 1024.98px) {
  .table-write tr {
    border-bottom: 1px solid #ebebeb;
  }
  .table-write th,
  .table-write td {
    border: none;
    padding: 0;
  }
  .table-write th input,
  .table-write td input {
    border: none;
  }
  .table-write th textarea,
  .table-write td textarea {
    border: none;
  }
}

.input-desc {
  color: #eb0029;
  margin-left: 5px;
  vertical-align: middle;
  font-size: .13rem;
}

@media (max-width: 1024.98px) {
  .input-desc {
    display: block;
    margin: .05rem 0 0;
  }
}

.input-desc .col-respon {
  width: 280px !important;
}

@media (max-width: 1024.98px) {
  .input-desc .col-respon {
    width: 234px !important;
  }
}

/*첨부파일*/
.file-upload .file-drop {
  height: auto;
  min-height: 120px;
  margin: 10px 0 0 0;
  border: 1px dashed #555;
  background: url("/images/icon/drop_icon_img.png") no-repeat center center;
}

.file-upload .file-drop .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -25px;
}

.file-upload .file-drop .file_loading .loading {
  display: block;
}

.file-upload .file-drop .file-list {
  padding: 5px 5px 5px 5px;
  margin: 8px 5px;
  position: relative;
}

.file-upload .file-drop .file-list li {
  position: relative;
  display: block;
  padding-right: 80px;
  min-height: 30px;
  margin-bottom: 10px;
}

.file-upload .file-drop .file-list li:last-child {
  margin-bottom: 0;
}

.file-upload .file-drop .file-list li :after {
  display: block;
  clear: both;
  content: '';
}

.file-upload .file-drop .file-list li a {
  left: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: calc(100% - 88px);
}

.file-upload .file-drop .file-list li span {
  cursor: pointer;
}

.file-upload .file-drop .file-list li .fileinputbox {
  width: 75%;
}

.file-upload .file-drop .fileinputbox input {
  width: 93%;
}

.file-upload .file-drop .filelist li .filename-input input {
  height: 18px;
  width: 70%;
}

.file-upload label,
.file-upload button {
  display: inline-block;
  padding: 3px 15px 5px;
  min-width: 80px;
  line-height: 29px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.file-upload input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 100;
}

.file-upload input[type=file]:focus + label {
  outline: 1px dotted #000;
}

.file-upload label {
  cursor: pointer;
}

.file-upload .btn_del {
  height: 30px;
  background: url("/images/icon/ico_delete.png") no-repeat center center;
  min-width: auto;
  padding: 0;
  border: 0;
}

.file-upload .confirm {
  margin: 10px 10px;
  float: right;
}

.file-upload .file_btn.file_find,
.file-upload .file_btn.file_del {
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0 0 5px;
  min-width: 80px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  float: right;
}

.file-upload .file_wrap {
  position: relative;
  min-height: 34px;
}

.file-upload .file_wrap .li-item:after {
  content: "";
  display: block;
  clear: both;
}

.file-upload .filebox {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.file-upload .filebox button + button {
  margin-left: 10px;
}

.file-upload .filebox .file_name {
  width: 658px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dcdede;
}

.file-upload .filebox .file_find {
  margin-left: 5px;
}

.file-upload .filebox label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  min-width: 80px;
  padding: 0 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  font-weight: normal;
}

.file-upload .filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-upload .file_wrap .file_down {
  line-height: 30px;
}

.file-upload .editor_area {
  min-height: 190px;
  border: 0;
  padding: 0;
}

/*버튼 위치 조정*/
@media (max-width: 767.98px) {
  .article-view + .btn-area.text-right,
  .table-write + .btn-area.text-right {
    text-align: center !important;
  }
}

/* 게시판 상단 서치 */
.field-form-box.search-box .form-control:not(.datepick) {
  width: calc(100% - 33px) !important;
}

/*로그관리 달력 인풋, 버튼 컨트롤*/
.date-search-wrap .info-item .search-box .datepicker-area input[type=text] {
  width: 150px;
}

.wrapper {
  min-width: 1200px;
  overflow: hidden;
}

@media (max-width: 1024.98px) {
  .wrapper {
    min-width: auto;
  }
}

#skip a {
  display: block;
  position: absolute;
  top: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  z-index: 600;
}

#skip a:focus, #skip a:active {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #666;
}

.container {
  width: 1200px;
  margin: auto;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 1024.98px) {
  .container {
    width: auto;
  }
}

.header-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .header-fixed {
    padding-top: 135px;
  }
  .header-fixed #header {
    min-width: 1200px;
  }
}

@media (max-width: 1024.98px) {
  .header-fixed {
    padding-top: 60px;
  }
}

.allmenu-opened {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

#header {
  position: relative;
  z-index: 300;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  height: 135px;
}

#header .btn-back,
#header .btn-allmenu-open {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .btn-back {
  left: 0;
  z-index: 1000;
}

#header .btn-allmenu-open {
  right: 0;
}

@media (max-width: 1024.98px) {
  #header {
    height: 60px;
    text-align: center;
    border-bottom: 0;
  }
}

#logo {
  font-size: 0.16rem;
  z-index: 1000;
}

#logo a {
  display: inline-block;
}

#logo img {
  width: 100%;
  vertical-align: top;
}

@media (max-width: 1024.98px) {
  #logo {
    width: 156.5px;
    margin: auto;
    position: relative;
    z-index: 500;
  }
  #logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
}

@media (min-width: 1025px) {
  #logo {
    position: absolute;
    width: 259px;
    top: 20px;
  }
}

.global-search {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1200px;
  top: 21px;
  right: 0;
  left: 0;
  margin: auto;
}

.global-search .form-control-keyword {
  width: 158px;
  height: 37px;
  line-height: 25px;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.global-search .form-control-keyword::-webkit-input-placeholder {
  color: #888;
}

.global-search .form-control-keyword:-ms-input-placeholder {
  color: #888;
}

.global-search .btn-search {
  position: absolute;
  top: 2px;
  right: 190px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-search .btn-search:focus {
  outline: none;
}

.global-search .btn-search span {
  font-size: .14rem;
}

@media (max-width: 1024.98px) {
  .global-search {
    width: 100%;
  }
  .global-search .btn-search {
    right: 45px !important;
    top: -4px;
  }
  .global-search .btn-search.on .ico-search {
    background: url(/images/ico-search-close.png) no-repeat center center;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
  }
  .global-search .btn-search .ico-search {
    background: url(/images/ico-search-bold.png) no-repeat center center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1024.98px) {
  #allmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  #allmenu:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #allmenu .allmenu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    text-align: left;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #allmenu .allmenu-inner #util {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #allmenu .allmenu-inner #gnb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #allmenu .allmenu-inner .btn-allmenu-close {
    position: fixed;
    top: 7px;
    right: 0;
    padding: 10px;
  }
  .allmenu-opened #allmenu {
    visibility: visible;
    opacity: 1;
  }
  .allmenu-opened #allmenu .allmenu-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#util .admin-welcome {
  display: none;
  color: #eb0029;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 27px;
  padding: 0 8px;
  margin-right: 90px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

#util .util-list {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  position: relative;
  z-index: 1000;
}

#util .util-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: .14rem;
}

#util .util-list li:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
  content: '';
  width: 1px;
  height: 17px;
  background-color: #ccc;
}

#util .util-list li.logout-area {
  display: none;
}

#util .util-list .ico {
  margin-right: 4px;
  margin-top: -3px;
}

@media (max-width: 1024.98px) {
  #util {
    padding: 17px 15px;
  }
  #util .admin-welcome {
    padding: 0;
  }
  #util .global-search {
    display: block;
  }
  #util .global-search .form-control-keyword {
    width: 100%;
  }
  #util .util-list {
    margin-top: 18px;
    display: block;
  }
  #util .util-list li:first-child:before {
    display: none;
  }
}

@media (min-width: 1025px) {
  #util {
    margin: 20px 0 5px 0;
    float: right;
  }
}

@media (max-width: 1024.98px) {
  #gnb {
    background-color: #fff;
  }
  #gnb .gnb-list {
    padding: 50px 0 38px;
    line-height: 24px;
  }
  #gnb .gnb-list > li {
    position: relative;
    padding-left: 28px;
  }
  #gnb .gnb-list > li + li {
    margin-top: 18px;
  }
  #gnb .gnb-list > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 4px;
    background-color: #eb0029;
  }
  #gnb .gnb-list > li > a {
    display: block;
    padding: 3px 0;
    font-size: 18px;
    font-weight: bold;
  }
  #gnb .gnb-list ul {
    margin-top: 2px;
    font-size: 16px;
  }
  #gnb .gnb-list ul a {
    display: block;
    position: relative;
    padding-left: 16px;
    padding: 3px 0 3px 15px;
  }
  #gnb .gnb-list ul a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: #ccc;
  }
  #gnb .gnb-list ul a:active {
    color: #eb0029;
  }
  #gnb .gnb-list ul a:active:before {
    background-color: #eb0029;
  }
}

@media (min-width: 1025px) {
  #gnb {
    clear: both;
  }
  #gnb .gnb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #gnb .gnb-list > li {
    position: relative;
  }
  #gnb .gnb-list > li > a {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    line-height: 80px;
  }
  #gnb .gnb-list > li.on > a {
    border-color: #eb0029;
    color: #eb0029;
  }
  #gnb .gnb-list > li:not(.admin) ul li a:hover {
    letter-spacing: -0.052em;
  }
  #gnb .gnb-list > li:hover > a, #gnb .gnb-list > li.active > a {
    border-color: transparent;
    color: #eb0029;
  }
  #gnb .gnb-list > li:hover ul, #gnb .gnb-list > li.active ul {
    display: block;
  }
  #gnb .gnb-list ul {
    display: none;
    position: absolute;
    left: 50%;
    width: 220px;
    margin-top: -15px;
    margin-left: -95px;
    padding: 15px 15px 17px 20px;
    border-top: 2px solid #eb0029;
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  #gnb .gnb-list ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0;
  }
  #gnb .gnb-list ul li a {
    display: block;
  }
  #gnb .gnb-list ul li a:hover {
    font-weight: bold;
    color: #eb0029;
  }
}

#global-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  background-color: #eb0029;
  z-index: 500;
}

#global-search .global-search-form {
  width: 1200px;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 0;
  padding: 20px 0;
}

@media (max-width: 1024.98px) {
  #global-search .global-search-form {
    width: auto;
  }
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .search-area {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 1024.98px) {
  #global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .search-area {
    width: 100%;
  }
  #global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .search-area .form-control-keyword {
    width: 100% !important;
    height: 50px !important;
  }
  #global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .search-area .btn-search-submit {
    right: 0;
    background-size: 24px 24px;
    height: 50px !important;
    width: 50px !important;
  }
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control,
#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword {
  vertical-align: middle;
  border: 0;
  height: 50px;
  font-size: 20px;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) select {
  width: 160px;
  color: #eb0029;
  padding: 0 30px 0;
  border-radius: 2px 0 0 2px;
  background-position: right 20px center;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword {
  width: 100%;
  margin-left: -1px;
  line-height: 19px;
  padding: 15px 50px 15px 30px;
  border-radius: 0;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  margin-bottom: 6px;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .btn-search-submit {
  position: absolute;
  right: 0;
  border-radius: 0 2px 2px 0;
  vertical-align: middle;
  color: transparent;
  width: 50px;
  height: 50px;
  background: url(/images/ico-search-primary.png) no-repeat center center;
}

#global-search .global-search-form .btn-search-close {
  position: absolute;
  top: 22px;
  right: 0;
  width: 48px;
  height: 50px;
  vertical-align: middle;
  color: transparent;
  background: url(/images/ico-close-white.png) no-repeat center center;
  background-size: 18px 18px;
}

#global-search .keyword-input .btn-auto-complete {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 1px solid #eb0029;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background: #fff url(/images/common/ico-arrow-select.png) no-repeat center center;
  background-size: 12px auto;
}

#global-search .keyword-input .btn-auto-complete.close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 11px;
  top: -33px;
  margin-top: 0;
}

#global-search .keyword-input .keyword-list-container {
  display: none;
  position: absolute;
  left: 120px;
  right: 48px;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: 0;
  z-index: 300;
  font-size: 15px;
}

#global-search .keyword-input .keyword-list {
  height: 195px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px 20px;
}

#global-search .keyword-input .keyword-list li {
  line-height: 30px;
}

#global-search .keyword-input .keyword-list li a:hover, #global-search .keyword-input .keyword-list li a:focus {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  #global-search.global-search-top {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 26px;
    right: auto;
    background-color: transparent;
  }
  #global-search.global-search-top .global-search-form {
    position: static;
    padding: 0;
    padding-left: 293px;
    text-align: left;
  }
  #global-search.global-search-top .keyword-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #eb0029;
    width: 426px;
    height: 48px;
  }
  #global-search.global-search-top .keyword-input .form-control,
  #global-search.global-search-top .keyword-input .form-control-keyword {
    border: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 20px;
  }
  #global-search.global-search-top .keyword-input .form-control {
    width: 120px;
  }
  #global-search.global-search-top .keyword-input .form-control-keyword {
    padding-left: 10px;
    width: calc(100% - 168px);
  }
  #global-search.global-search-top .keyword-input .btn-search-submit {
    vertical-align: middle;
    color: transparent;
    width: 48px;
    height: 100%;
    background: #eb0029 url(/images/common/ico-search-lg-white.png) no-repeat center center;
    background-size: 17px 17px;
  }
  #global-search.global-search-top .detail-search {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    font-size: 0.16rem;
  }
  #global-search.global-search-top .detail-search .search-within {
    margin-left: 10px;
  }
  #global-search.global-search-top .detail-search .detail-search-utils {
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
  }
  #global-search.global-search-top .detail-search .detail-search-utils > * {
    vertical-align: middle;
    margin-left: 20px;
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #eb0029;
    color: #eb0029;
    font-size: 16px;
    font-weight: 500;
    width: 116px;
    height: 42px;
    line-height: 40px;
    padding-right: 20px;
    background: url(/images/common/ico-chevron-down-primary.png) no-repeat right 10px center;
    background-size: 20px 20px;
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search.on {
    background-image: url(/images/common/ico-chevron-up-primary.png);
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search.on:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #eb0029;
    border-right: 6px solid transparent;
    content: '';
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help span {
    vertical-align: middle;
    margin-right: 5px;
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help .ico-question {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-image: url("/images/ico-question.png");
  }
  #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help img {
    vertical-align: top;
  }
  #global-search.global-search-top #detail-search-form {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    padding: 14px 0;
    background-color: #fff;
    border-top: 1px solid #eb0029;
    border-bottom: 1px solid #ebebeb;
  }
  #global-search.global-search-top #detail-search-form:after {
    display: block;
    clear: both;
    content: '';
  }
  #global-search.global-search-top #detail-search-form .input-item {
    display: inline-block;
  }
  #global-search.global-search-top #detail-search-form .input-item + .input-item {
    margin-left: 25px;
  }
  #global-search.global-search-top #detail-search-form .input-item .title {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #eb0029;
    vertical-align: middle;
  }
  #global-search.global-search-top #detail-search-form .input-item select {
    width: 145px;
  }
  #global-search.global-search-top #detail-search-form .term-setting {
    margin-left: -10px;
    vertical-align: middle;
  }
  #global-search.global-search-top #detail-search-form .term-setting label {
    margin-left: 10px;
  }
  #global-search.global-search-top #detail-search-form .term-datepicker {
    float: right;
  }
  #global-search.global-search-top .btn-search-close {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  #global-search {
    left: 0;
    right: 0;
    background-color: #eb0029;
    position: relative;
    top: auto;
  }
  #header #global-search .global-search-form {
    padding: 15px;
    text-align: left;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) .form-control,
  #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword {
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    height: 30px;
    font-size: 16px;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) select {
    width: 100px;
    padding: 0 15px;
    background-position: right 5px center;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword {
    width: calc(100% - 135px);
    line-height: 20px;
    padding: 5px 50px 5px 15px;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword:-ms-input-placeholder {
    color: #999;
    opacity: 1;
  }
  #header #global-search .global-search-form fieldset:not(.detail-search) .btn-search-submit {
    border-radius: 0 2px 2px 0;
    vertical-align: middle;
    color: transparent;
    width: 35px;
    height: 30px;
  }
  #header #global-search .global-search-form fieldset.detail-search {
    background-color: #fff;
    margin: 15px -15px -15px;
  }
  #header #global-search .global-search-form .btn-search-close {
    display: none;
    top: -60px;
    right: 0;
    width: 60px;
    height: 60px;
    background: #fff url(/images/common/ico-close-primary-m.png) no-repeat center center;
    background-size: 25px 25px;
  }
  #global-search .keyword-input {
    position: relative;
  }
  #global-search .keyword-input .btn-auto-complete {
    right: 40px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-size: 8px auto;
  }
  #global-search .keyword-input .btn-auto-complete.close {
    right: 4px;
    top: -24px;
  }
  #global-search .keyword-input .keyword-list-container {
    left: 100px;
    right: 35px;
  }
  #global-search .keyword-input .keyword-list {
    padding: 5px 10px;
  }
  #global-search .keyword-input .keyword-list li {
    line-height: 25px;
  }
  #global-search .detail-search {
    font-size: 0.16rem;
  }
  #global-search .detail-search .search-within {
    padding: 10px 20px;
    display: block;
    text-align: right;
  }
  #global-search .detail-search .detail-search-utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 20px;
  }
  #global-search .detail-search .detail-search-utils a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    margin: 0 5px;
    height: 31px;
    padding: 0 10px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ebebeb;
  }
  #global-search .detail-search .detail-search-utils a span {
    vertical-align: middle;
  }
  #global-search .detail-search .detail-search-utils a img {
    height: 20px;
  }
  #global-search .detail-search .detail-search-utils a .ico {
    margin-left: 5px;
  }
  #global-search .detail-search .detail-search-utils .ico-question {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-image: url("/images/ico-question.png");
  }
  #global-search .detail-search .detail-search-utils .btn-detail-search {
    border-color: #eb0029;
    padding-right: 25px;
    background: url(/images/common/ico-chevron-down-primary.png) no-repeat right 8px center;
    background-size: 20px 20px;
  }
  #global-search .detail-search .detail-search-utils .btn-detail-search.on {
    position: relative;
    color: #eb0029;
    font-weight: 500;
    background-image: url(/images/common/ico-chevron-up-primary.png);
  }
  #global-search .detail-search .detail-search-utils .btn-detail-search.on:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #eb0029;
    border-right: 6px solid transparent;
    content: '';
  }
  #global-search #detail-search-form {
    display: none;
    margin-top: 3px;
    border-top: 1px solid #eb0029;
    padding: 20px;
  }
  #global-search #detail-search-form .input-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 10px;
  }
  #global-search #detail-search-form .input-item .title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 35px;
  }
  #global-search #detail-search-form .input-item .form-control {
    width: 100%;
  }
  #global-search #detail-search-form .input-item.input-item-term .title {
    top: -6px;
  }
  #global-search #detail-search-form .input-item.input-item-term .term-setting {
    display: block;
  }
  #global-search #detail-search-form .input-item.input-item-term .term-setting label {
    margin: 0 8px 7px 0;
    display: inline-block;
    white-space: nowrap;
  }
  #global-search #detail-search-form .term-datepicker {
    display: block;
    text-align: center;
  }
  #global-search #detail-search-form .term-datepicker .form-control {
    width: calc(50% - 42px) !important;
  }
}

#header .container.state-login .global-search .form-control-keyword::-webkit-input-placeholder {
  color: #888;
}

#header .container.state-login .global-search .form-control-keyword:-ms-input-placeholder {
  color: #888;
}

#header .container.state-login .global-search .btn-search {
  position: absolute;
  top: 2px;
  right: 273px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 1024.98px) {
  #header .container.state-login .global-search .btn-search {
    right: 45px;
    top: -1px;
  }
  #header .container.state-login .global-search .btn-search .admin-welcome {
    display: inline-block;
  }
}

#header .container.state-login .logout-area {
  display: inline-block;
}

#header .container.state-login #util .admin-welcome {
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .container .global-search .btn-search {
    top: 7px;
  }
}
@media screen and (max-width: 1024.98px) and (-ms-high-contrast: active), (max-width: 1024.98px) and (-ms-high-contrast: none) {
  #header .container .global-search .btn-search {
    top: -1px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .container.state-login .global-search .btn-search {
    top: 7px;
  }
}
@media screen and (max-width: 1024.98px) and (-ms-high-contrast: active), (max-width: 1024.98px) and (-ms-high-contrast: none) {
  #header .container.state-login .global-search .btn-search {
    top: -1px;
  }
}

#lnb {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  background-color: rgba(19, 32, 52, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

#lnb.sub-visual1 {
  background-image: url("/images/bg-sub-visual1.jpg");
}

#lnb.sub-visual2 {
  background-image: url("/images/bg-sub-visual2.jpg");
}

#lnb.sub-visual3 {
  background-image: url("/images/bg-sub-visual3.jpg");
}

#lnb.sub-visual4 {
  background-image: url("/images/bg-sub-visual4.jpg");
}

#lnb.sub-visual5 {
  background-image: url("/images/bg-sub-visual5.jpg");
}

#lnb.sub-visual6 {
  background-image: url("/images/bg-sub-visual6.jpg");
}

#lnb.sub-visual7 {
  background-image: url("/images/bg-sub-visual7.jpg");
}
#lnb.sub-visual8 {
  background-image: url("/images/bg-sub-visual8.jpg");
}

#lnb .lnb-list {
  width: 100%;
  background-color: rgba(19, 32, 52, 0.4);
  color: #c6ccd6;
  font-size: 18px;
}

#lnb .lnb-list li {
  display: inline-block;
  line-height: 60px;
  padding: 0 8px;
}

#lnb .lnb-list li.on {
  color: #fff;
}

#lnb .lnb-list li.on a {
  border-bottom: 2px solid #fff;
}

#lnb .slogan {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

@media (max-width: 1024.98px) {
  #lnb {
    height: 120px;
  }
  #lnb .lnb-list li {
    font-size: 16px;
    line-height: 50px;
  }
  #lnb .slogan {
    display: none;
  }
}

@media (min-width: 1025px) {
  #lnb {
    padding-bottom: 48px;
  }
}

#content {
  width: 1200px;
  margin: auto;
  min-height: calc(100vh - 547px);
}

@media (max-width: 1024.98px) {
  #content {
    width: auto;
  }
}

@media (max-width: 1024.98px) {
  #content {
    min-height: calc(100vh - 383px);
  }
}

.content-header {
  position: relative;
  margin: -48px -30px 30px;
  padding: 30px 30px 0;
  background-color: #fff;
}

.content-header:after {
  display: block;
  clear: both;
  content: '';
}

.content-header .btn-page-back {
  display: none;
}

.content-header .content-title {
  float: left;
  font-size: 24px;
  line-height: 36px;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "NanumSquare", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

.content-header .content-share {
  float: right;
}

.content-header .content-share li {
  margin-left: 6px;
  display: inline-block;
}

@media (max-width: 1024.98px) {
  .content-header {
    margin: 0 0 20px;
    padding: 20px 20px 0;
  }
  .content-header .content-title {
    font-size: 20px;
    line-height: 30px;
  }
  .content-header .content-share li {
    margin-left: 1px;
  }
  .content-header .content-share .ico {
    width: 30px;
    height: 30px;
  }
}

.content-body {
  margin: 0 -30px;
  padding: 0 30px 120px;
}

.content-body:after {
  display: block;
  clear: both;
  content: '';
}

@media (max-width: 1024.98px) {
  .content-body {
    margin: 0;
    padding: 0 20px 60px;
  }
}

.content-body.position-rel {
  position: relative;
}

#footer {
  position: relative;
  background-color: #404040;
  min-height: 160px;
  color: #fff;
}

#footer:after {
  display: block;
  clear: both;
  content: '';
}

#footer .container {
  position: relative;
  overflow: hidden;
}

#footer .site-name {
  font-size: 18px;
}

#footer .address {
  opacity: .4;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}

#footer .logos_webwatch {
  position: absolute;
  top: 36px;
  right: 12%;
  width: 8%;
}

#footer .logos {
  opacity: .4;
}

#footer .logos a {
  display: inline-block;
}

#footer .logos img {
  vertical-align: middle;
}

@media (max-width: 1024.98px) {
  #footer {
    min-height: 203px;
    padding: 20px;
  }
  #footer .site-name {
    font-size: 14px;
  }
  #footer .address {
    margin: 15px 0;
  }
  #footer .logos .kops img {
    height: 19px;
  }
  #footer .logos .koiha {
    margin-left: 20px;
  }
  #footer .logos .koiha img {
    height: 30px;
  }
}

@media (min-width: 1025px) {
  #footer .site-name {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  #footer .logos {
    position: absolute;
    right: 0;
    top: 40px;
  }
  #footer .logos .koiha {
    margin-left: 36px;
  }
}

#btn-totop {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 20px;
  margin-left: 570px;
  width: 30px;
  height: 30px;
  border: 1px solid #dbdbdb;
  background: rgba(219, 219, 219, 0.5) url(/images/ico-chevron-up.png) no-repeat center center;
  background-size: 12.5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

#btn-totop.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024.98px) {
  #btn-totop {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
}

/* 화면명1 */
/* UI 컴포넌트 가이드 */
code,
.code {
  border: 1px solid rgba(255, 0, 0, 0.2);
  padding: 0.04rem .08rem;
  border-radius: 2px;
  background-color: antiquewhite;
  font-family: 'Courier New', Courier, monospace, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR";
  font-size: .14rem;
}

.code {
  display: block;
  margin: .15rem 0;
  padding: .10rem .15rem;
}

.title-guide {
  font-size: .32rem;
  letter-spacing: -0.03em;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", "NanumSquare", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #000;
  margin: .50rem 0 0.20rem;
  padding-bottom: .07rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

/* 메인 */
.main-content {
  width: auto !important;
}
/* 2020-07-01 경로 적용 필요*/
.main-visual li.bg1{
    background: url(/images/bg-main-visual.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;

}
.main-visual li.bg2{
    background: url(/images/bg-main-visual2.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;

}
.main-visual li.bg3{
    background: url(/images/bg-main-visual3.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;

}
.main-visual li.bg4{
    background: url(/images/bg-main-visual4.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;

}

/* 2020-07-01 */
.main-visual .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 560px;
  padding: 0 50px;
}

.main-visual .text-area {
  position: relative;
  font-size: 22px;
  letter-spacing: -0.01em;

}
.main-visual .text-area p:not(.desc-lg){
    width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.4;
height: 2.8em;
}
.main-visual .text-area:before, .main-visual .text-area:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #eb0029;

}

.main-visual .text-area:before {
  left: 260px;
  height: 6px;
}

.main-visual .text-area:after {
  width: 6px;
  height: 70px;
}

.main-visual .text-area .title {
  font-size: 26px;
}

.main-visual .text-area .desc-lg {
  margin: 7px 0 5px;
  font-weight: bold;
  font-size: 36px;
}

.main-visual .btn-area {
  margin-top: 35px;
}

.main-visual .btn-area .btn {
  width: 200px;
  height: 44px;
  font-size: 20px;
  letter-spacing: -0.01em;
}

@media (max-width: 1024.98px) {
  .main-visual .container {
    max-width: 710px;
    height: 340px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }
  .main-visual .text-area {
    font-size: 14px;
    line-height: 18px;
    margin-top: -10px;
    min-height: 170px;
  }
  .main-visual .text-area:before, .main-visual .text-area:after {
    top: 6px;
  }
  .main-visual .text-area:before {
    left: 180px;
  }
  .main-visual .text-area:after {
    height: 45px;
  }
  .main-visual .text-area .title {
    font-size: 18px;
  }
  .main-visual .text-area .desc-lg {
    margin: 15px 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .main-visual .btn-area {
    margin-top: 12px;
    text-align: center;
    padding-bottom: 20px;;

  }
}

@media (max-width: 767.98px) {
  .main-visual .container {
    /* padding: 0; */
    width: 320px;
  }
  .main-visual .text-area:after {
    display: none;
  }
}

.main-menu-list {
  padding: 40px 20px;
}

.main-menu-list a {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 30px 25px 27px 28px;
}

.main-menu-list a:hover .title, .main-menu-list a:focus .title, .main-menu-list a:active .title {
  color: #eb0029;
}

.main-menu-list a:hover:before, .main-menu-list a:focus:before, .main-menu-list a:active:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 5px solid #eb0029;
}

.main-menu-list .thumb {
  display: block;
  margin: -30px -25px 27px -28px;
}

.main-menu-list .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}

.main-menu-list .desc {
  display: block;
  line-height: 21px;
  min-height: 42px;
  letter-spacing: -0.03em;
  font-size: 15px;
}

@media (min-width: 1025px) {
  .main-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 0;
  }
  .main-menu-list li a {
    width: 292px;
    height: 312px;
  }
  .main-menu-list .thumb {
    height: 180px;
  }
  .main-menu-list .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1024.98px) {
  .main-menu-list {
    margin: -5px;
  }
  .main-menu-list:after {
    display: block;
    clear: both;
    content: '';
  }
  .main-menu-list .thumb {
    position: relative;
    height: 0;
    padding-top: 62.1%;
  }
  .main-menu-list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-menu-list li {
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
  }
}

@media (max-width: 767.98px) {
  .main-menu-list {
    margin: 0;
  }
  .main-menu-list li {
    width: auto;
    float: none;
    margin: 0;
  }
  .main-menu-list li + li {
    margin-top: 10px;
  }
}

.main-contact-us {
  background-color: #f3f3f3;
  text-align: center;
  padding: 15px 0;
  line-height: 30px;
}

.main-contact-us .more {
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .main-contact-us {
    padding: 10px 0;
    line-height: 25px;
  }
  .main-contact-us .more {
    display: block;
  }
}

.admin-contents-area {
  width: 900px;
  height: 370px;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
}

.admin-contents-area.qr-code-login .section-content {
  padding: 46px 70px 62px 70px;
  max-height: 290px;
  max-width: 860px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .prev-btn-box {
  margin-bottom: 13px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .prev-btn {
  position: relative;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .prev-btn:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
  position: absolute;
  left: -7px;
  top: 9px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .prev-btn:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
  position: absolute;
  left: -7px;
  top: 12px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content {
  width: 100%;
  padding: 20px 96px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  display: table;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .qr-codr-sqaure {
  width: 80px;
  height: 80px;
  background: #8e9091;
  color: #fff;
  font-size: .14rem;
  display: table-cell;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .qr-codr-sqaure img {
  width: 80px;
  height: 80px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .qr-codr-sqaure + .register-area {
  display: table-cell;
  padding: 0;
  padding-left: 30px;
  vertical-align: middle;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .register-area {
  display: table-cell;
  padding: 20px 40px;
  text-align: center;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .register-area input.form-control {
  width: 287px;
  height: 40px;
  margin-right: 6px;
}

.admin-contents-area.qr-code-login .section-content .qr-code-area .qr-code-content .register-area input.form-control + button {
  width: 120px;
}

.admin-contents-area.qr-code-login .section-content .info-area {
  z-index: -2;
  background: #262b35;
}

.admin-contents-area.qr-code-login .section-content p.info-text {
  font-size: .14rem;
  color: #eb0029;
  margin-top: 10px;
}

.admin-contents-area.qr-code-login .section-content a.info-text {
  font-size: .14rem;
  color: #eb0029;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 2px;
}

.head-content {
  height: 40px;
}

.head-content > h1,
.head-content h2 {
  float: left;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 400;
}

.head-content h1::after {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 17px;
  margin: -2px 14px 0 14px;
  background-color: #dbdbdb;
  content: '';
}

.section-content {
  background: #f5f5f5;
  padding: 68px 0 60px 70px;
  /* 로그인창 */
  /*KOPS Global Homepage 텍스트 영역*/
}

.section-content .login-area {
  width: 360px;
  max-height: 290px;
}

.section-content .login-area input {
  width: 100%;
  margin-top: 26px;
  border: none;
  border-bottom: 1px solid #888888;
  background: none;
  padding: 0px 0 2px 0;
  font-size: .18rem;
}

.section-content .login-area input:first-child {
  margin-top: 0;
}

.section-content .login-area input:focus {
  outline: none;
}

.section-content .info-area {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  background: #262b35;
  height: 370px;
  padding: 103px 0 0 39px;
  color: #fff;
}

.section-content .info-area span {
  font-size: .16rem;
  font-weight: 200;
}

.section-content .info-area strong {
  display: block;
  font-size: .24rem;
  font-weight: bold;
  margin: 7px 0 8px 0;
}

.footer-conternt p {
  margin-top: 12px;
  font-size: .12rem;
  color: #888;
}

.admin-lang-ko {
  /* 목록형일 때 */
  /* 등록일 때 */
  /* 상세화면일 때 */
}

.admin-lang-ko .table-list {
  margin-top: 10px;
}

.admin-lang-ko .table-write .radio-group {
  display: inline-block;
  vertical-align: middle;
}

.admin-lang-ko .table-write .radio-group label {
  vertical-align: middle;
}

.admin-lang-ko .table-view th,
.admin-lang-ko .table-view td {
  padding: 0.14rem 0.05rem 0.17rem 20px;
}

.admin-lang-ko .table-view th .article-body,
.admin-lang-ko .table-view td .article-body {
  padding: 0;
  min-height: 430px;
}

.admin-lang-ko .table-view tr th + td.text-bold {
  font-weight: 400 !important;
}

.admin-lang-ko .btn-area {
  margin-top: 30px;
}

.admin-lang-ko .table-article th,
.admin-lang-ko .table-article td {
  padding: 0.14rem 0.05rem 0.17rem 20px;
}

.admin-lang-ko .table-article th tr th + td.text-bold,
.admin-lang-ko .table-article td tr th + td.text-bold {
  font-weight: 500 !important;
}

@media (max-width: 1024.98px) {
  .article-view .article-body img {
    max-width: 100% !important;
  }

	.admin-lang-ko .table-article td .article-body {
    min-height: 280px !important;
  }

  .admin-lang-ko .table-article .table-write tbody tr {
    padding: 0;
  }
}

.admin-lang-ko .table-article .table-write .file-attachment {
  top: 16px;
}

.admin-lang-ko .table-article .table-write .file-upload label,
.admin-lang-ko .table-article .table-write .file-upload button {
  display: inline-block;
  padding: 3px 15px 5px;
  min-width: 88px;
  line-height: 24px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .admin-lang-ko .table-article .table-list {
    margin-top: 20px;
  }
  .admin-lang-ko .table-article .btn-area {
    margin-top: 30px;
  }
}

/* */
.admin-lang-ko tbody tr {
  padding: .05rem 0 .12rem;
}

/* 용어사전 검색 */
.admin-lang-ko .search-wrap .form-control {
  padding: .05rem 0.09rem;
}

/* 용어사전 목록 */
.admin-lang-ko .table-list tbody .cell-subject {
  font-weight: 400;
}

.admin-lang-ko .table-list tbody .cell-subject a {
  font-size: .16rem;
}

.admin-lang-ko .table-list tbody th,
.admin-lang-ko .table-list tbody td {
  padding: 12px 10px 17px;
}

@media (max-width: 1024.98px) {
  .admin-lang-ko .table-list tbody .cell-subject {
    font-weight: 400;
  }
  .admin-lang-ko .table-list tbody .cell-subject a {
    font-size: .16rem;
  }
  .admin-lang-ko .table-list tbody td {
    font-size: .14rem;
  }
}

/*로그관리 소팅*/
.table-log-management thead th .th-sorting-area {
  width: 10px;
  height: 17px;
  display: inline-block;
}

.table-log-management thead th .th-sorting-area .sorting-btn {
  width: 20px;
}

.table-log-management thead th .th-sorting-area i {
  vertical-align: middle;
}

.table-log-management thead th .th-sorting-area .arr-sorting-arr {
  width: 10px;
  height: 17px;
  display: inline-block;
  background: url(/images/ico-arr-sorting.png) no-repeat;
  background-position: center;
  vertical-align: -2px;
}

.table-log-management thead th .th-sorting-area .arr-sorting-arr-top-on {
  width: 10px;
  height: 17px;
  display: inline-block;
  background: url(/images/ico-arr-sorting-on.png) no-repeat;
  background-position: center;
  vertical-align: -2px;
}

.table-log-management thead th .th-sorting-area .arr-sorting-arr-bottom-on {
  width: 10px;
  height: 17px;
  display: inline-block;
  background: url(/images/ico-arr-sorting-on.png) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center center;
  vertical-align: -2px;
}

/* 검색영역 */
.content-header.integrated-search {
  min-height: 56px;
}

.integrated-search-input-area {
  width: 580px;
  position: relative;
  padding: 0;
  border-bottom: 2px solid #000;
  margin: 0 auto;
  margin-top: -71px;
  margin-bottom: 60px;
}

.integrated-search-input-area fieldset input {
  width: calc(100% - 60px);
  height: 76px;
  font-size: 32px;
  border: 0;
}

.integrated-search-input-area fieldset input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.integrated-search-input-area fieldset button {
  position: absolute;
  right: 0;
  background: url(/images/ico-search-xl.png) no-repeat;
  background-size: 33px;
  background-position-y: 8px;
  background-position-x: right;
  width: 60px;
  height: 60px;
  bottom: 0;
}

/* 검색 결과 영역*/
.result-area > li h3 {
  font-size: .24rem;
  font-weight: bold;
}

.result-area > li .view-all {
  background: #9b694d;
  color: #fff;
  letter-spacing: -0.010em;
  width: 88px;
  height: 34px;
  margin-top: 3px;
  min-width: 88px;
}

.result-area > li .total {
  margin-top: 7px;
}

.result-area > li .total strong {
  color: #eb0029;
}

.result-area > li .integrated-search-list {
  border-top: 2px solid #eb0029;
  font-size: .16rem;
  margin-top: 15px;
}

.result-area > li .integrated-search-list li {
  padding: 14px 0 19px 0;
  border-bottom: 1px solid #dbdbdb;
}

.result-area > li .integrated-search-list li:last-child {
  margin-bottom: 56px;
}

.result-area > li .integrated-search-list li > strong {
  display: block;
  font-size: .18rem;
  font-weight: 500;
}

.result-area > li .integrated-search-list li p {
  font-weight: 300;
}

.result-area > li .integrated-search-list li span {
  color: #eb0029;
}

.result-area li.not-find-results {
  padding: 57px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: .18rem;
  text-align: center;
}

@media (max-width: 1024.98px) {
  /* 검색영역 */
  .content-header.integrated-search {
    min-height: 0;
  }
  .integrated-search-input-area {
    width: 100%;
    margin-top: -24px;
    padding-bottom: 7px;
    margin-bottom: 29px;
  }
  .integrated-search-input-area fieldset input {
    height: auto;
  }
  .integrated-search-input-area fieldset button {
    background-position-y: 17px;
  }
  .result-area > li {
    position: relative;
  }
  .result-area > li .clearfix {
    position: static;
  }
  .result-area > li .clearfix .view-all {
    width: 100%;
    position: absolute;
    bottom: -60px;
    text-align: center;
    left: 0;
    height: 40px;
  }
  .result-area > li .integrated-search-list {
    margin-top: 10px;
  }
  .result-area > li .integrated-search-list li {
    padding: 9px 0;
    line-height: 1.25;
  }
  .result-area > li .integrated-search-list li:last-child {
    margin-bottom: 90px;
  }
  .result-area > li .integrated-search-list li > strong,
  .result-area > li .integrated-search-list li p {
    width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
  .result-area li.not-find-results {
    padding: 36px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: .18rem;
    text-align: center;
    margin-top: 38px;
  }
}

/* contact us */
.contact-us .title-area {
  border: 10px solid #cdb4a6;
  border-bottom: 0;
  color: #9b694d;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  padding: 25px 0 26px 0;
}

.contact-us .title-area h3 {
  font-size: .24rem;
}

.contact-us .info-list-area {
  margin-top: 46px;
}

.contact-us .info-list-area dl {
  margin-bottom: 44px;
}

.contact-us .info-list-area dl:after {
  content: '';
  clear: both;
  display: block;
}

.contact-us .info-list-area dl dt,
.contact-us .info-list-area dl dd {
  float: left;
}

.contact-us .info-list-area dl dt {
  width: 20%;
  font-size: .18rem;
  position: relative;
  line-height: 28px;
  font-weight: bold;
  max-width: 160px;
}

.contact-us .info-list-area dl dt:before {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  left: 0;
  top: -6px;
  background: #eb0029;
  position: absolute;
}

.contact-us .info-list-area dl dd {
  width: 80%;
}

.contact-us .info-list-area dl.loaction-info dt,
.contact-us .info-list-area dl.loaction-info dd {
  width: 100%;
}

.contact-us .info-list-area dl.loaction-info dd {
  margin-top: 30px;
  min-height: 400px;
  overflow: hidden;
}

.contact-us .info-list-area dl.loaction-info dd iframe {
  min-height: 400px;
  background: red;
  width: 100%;
}

.contact-us .info-list-area dl:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024.98px) {
  .contact-us .title-area {
    padding: 27px 32px 28px 32px;
  }
  .contact-us .title-area h3 {
    font-size: .20rem !important;
  }
  .contact-us .info-list-area dl dt,
  .contact-us .info-list-area dl dd {
    width: 100%;
  }
  .contact-us .info-list-area dl dt {
    max-width: auto;
  }
  .contact-us .info-list-area dl dd {
    margin-top: 10px;
  }
  .contact-us .info-list-area dl.loaction-info dd {
    margin-top: 10px;
    min-height: 200px;
    overflow: hidden;
  }
  .contact-us .info-list-area dl.loaction-info dd iframe {
    min-height: 200px;
    width: 100%;
  }
}

.dotted-title {
  position: relative;
  text-align: center;
  font-size: .36rem;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px;
  font-weight: 300;
  padding-bottom: 20px;
  font-weight: 400;
}

.dotted-title.greetings {
  padding-bottom: 35px;
}

.dotted-title:before {
  top: -36px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: inline-block;
  background: url(/images/img-dotted-three.png) no-repeat;
  background-position: center;
  width: 50px;
  height: 10px;
}

.dotted-title span {
  font-size: .16rem;
}

.dotted-title span.text-primary {
  font-size: .36rem;
}

@media (max-width: 1024.98px) {
  .dotted-title {
    font-size: .30rem;
    padding-bottom: 38px;
    margin-top: 52px;
    line-height: 1.3;
  }
  .dotted-title.greetings {
    padding-bottom: 43px;
  }
  .dotted-title:before {
    top: -32px;
  }
  .dotted-title .sub-title {
    display: block;
    margin-top: 4px;
  }
}

.aboutkops-text-area {
  padding-top: 36px;
}

.aboutkops-text-area p {
  font-size: .16rem;
  margin-bottom: 30px;
}

.aboutkops-text-area p:last-child {
  margin-bottom: 0;
}

.about-kops-title {
  font-size: 22px;
  text-align: center;
  padding-top: 6px;
}

.about-kops-title + .text-center img {
  margin: 35px 0 57px 0;
}

.about-kops-title-area {
  border: 10px solid #cdb4a6;
  border-bottom: 0;
  color: #9b694d;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  padding: 25px 0 23px 0;
}

.about-kops-title-area h3 {
  font-size: .24rem;
  line-height: 1.4;
}

@media (max-width: 1024.98px) {
  .about-kops-title {
    font-size: .18rem;
  }
  .about-kops-title + .text-center img {
    width: 250;
    height: 95px;
    margin: 30px 0 40px 0;
  }
  .about-kops-title-area {
    padding: 25px 32px 26px 32px;
  }
  .about-kops-title-area h3 {
    font-size: .20rem;
  }
}

.mt-minus-2 {
  margin-top: -10px;
}

.about-koiha {
  margin-top: -1px;
}

.about-koiha .dotted-title {
  margin-top: 66px;
  padding-bottom: 30px;
}

.about-koiha .dotted-title:before {
  top: -33px;
}

.rules-list-item h3 {
  position: relative;
  padding: 5px 40px 10px 0;
  max-width: 164px;
}

.rules-list-item h3:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #eb0029;
  top: -1px;
  left: 0;
  position: absolute;
}

.rules-list-item table {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-top: 3px solid #9b694d;
}

.rules-list-item table th {
  text-align: left;
  background: #fff;
}

.rules-list-item table td {
  font-weight: 400;
  color: #eb0029;
}

.rules-list-item .of-the-art-contents-list dd:nth-child(3) ul {
  padding-top: 1px;
}

.rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li {
  position: relative;
  padding-left: 17px;
}

.rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  top: 11px;
  left: -2px;
}

.rules-list-item .rules-list-item-inner-area2 dd:nth-child(2) {
  color: #eb0029;
  margin-top: 14px;
}

.rules-list-item ul.bul-list li {
  position: relative;
  padding-left: 11px;
}

.rules-list-item ul.bul-list li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  top: 11px;
  left: -2px;
}

@media (min-width: 1025px) {
  .rules-list-item {
    min-height: 90px;
    padding-bottom: 24px;
  }
  .rules-list-item h3,
  .rules-list-item .rules-list-item-inner-area {
    padding-top: 7px;
    float: left;
  }
  .rules-list-item h3 h4:nth-child(1),
  .rules-list-item .rules-list-item-inner-area h4:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
  }
  .rules-list-item h4 {
    font-size: .18rem;
    padding: 16px 10px 10px 0;
  }
  .rules-list-item .rules-list-item-inner-area1,
  .rules-list-item .rules-list-item-inner-area2,
  .rules-list-item .rules-list-item-inner-area3 {
    margin-left: 164px;
  }
  .rules-list-item .rules-list-item-inner-area1 {
    padding-top: 11px;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list dt {
    background: #fff;
    padding-top: 21px;
    font-weight: bold;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list dt .tit {
    top: 92px;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list dt:before {
    content: '';
    display: block;
    width: 78px;
    height: 62px;
    margin: 0 auto;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list:nth-child(1) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: 1px 1px;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list:nth-child(2) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -84px 1px;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list:nth-child(3) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -168px 1px;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list:nth-child(4) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -253px 1px;
  }
  .rules-list-item .rules-list-item-inner-area1::before {
    content: '';
    display: block;
    border-top: 1px dashed #dbdbdb;
    width: 800px;
    margin-left: 60px;
    margin-top: 80px;
    position: absolute;
  }
  .rules-list-item h3 {
    position: relative;
    padding: 5px 40px 10px 0;
    max-width: 164px;
  }
  .rules-list-item h3:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #eb0029;
    top: -1px;
    left: 0;
    position: absolute;
  }
  .rules-list-item ul.bul-list li {
    position: relative;
    padding-left: 11px;
  }
  .rules-list-item ul.bul-list li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    top: 11px;
    left: -2px;
  }
  .rules-list-item .rules-list-item-inner-area {
    width: calc(100% - 164px);
  }
  .rules-list-item .rules-list-item-inner-area2 {
    margin-top: 26px;
  }
  .rules-list-item .rules-list-item-inner-area2:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/images/img-border-arr-bottom.png) no-repeat;
    width: 100%;
    height: 500px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list {
    width: 326px;
    margin: 0 68px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt {
    font-weight: bold;
    padding-top: 21px !important;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list:first-child {
    margin-left: 96px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list:nth-child(1) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: 1px -71px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list:nth-child(2) dt:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -84px -71px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt {
    background: #fff;
    margin: 0 auto;
    border-color: #dbdbdb;
    padding-top: 12px;
    min-height: 183px;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt:before {
    content: '';
    display: block;
    width: 78px;
    height: 60px;
    margin: 0 auto;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt .square-top-top {
    background: #dbdbdb;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt .square-top-left {
    background: #dbdbdb;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt .square-bottom-bottom {
    background: #dbdbdb;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dt .square-bottom-right {
    background: #dbdbdb;
  }
  .rules-list-item .rules-list-item-inner-area2 .of-the-art-contents-list dd:nth-child(2) {
    color: #eb0029;
    margin-top: 16px;
  }
  .rules-list-item .rules-list-item-inner-area3 {
    margin-top: 62px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list {
    border: 1px solid #dbdbdb;
    width: 480px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list dd:nth-child(2) {
    color: #eb0029;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(1) dt span:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -172px -71px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(2) dt span:before {
    background-image: url(/images/icon_sprite.png);
    background-position: -254px -71px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list dt {
    width: 100%;
    height: 100px;
    padding-left: 100px;
    padding-top: 22px;
    background: #fafafa;
    border: none;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list .tit {
    font-weight: bold;
    top: 22px;
    position: static;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list .tit:before {
    content: '';
    display: inline-block;
    width: 78px;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list dd:nth-child(2) {
    padding: 0 20px 0 20px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list dd:nth-child(3) {
    padding: 0 0 20px 20px;
  }
  .rules-list-item::after {
    content: '';
    display: block;
    clear: both;
  }
  .rules-list-item .of-the-art-contents-list {
    float: left;
    width: 229px;
    font-size: 16px;
    margin-left: 30px;
  }
  .rules-list-item .of-the-art-contents-list:first-child {
    margin-left: 0;
  }
  .rules-list-item .of-the-art-contents-list dt {
    width: 210px;
    height: 160px;
    border: 1px solid #ceb4a5;
    position: relative;
  }
  .rules-list-item .of-the-art-contents-list dt .tit {
    text-align: center;
    position: absolute;
    top: 90px;
    width: 100%;
  }
  .rules-list-item .of-the-art-contents-list dt .square-top-top {
    position: absolute;
    display: block;
    top: 0;
    width: 20px;
    height: 5px;
    background: #ceb4a5;
  }
  .rules-list-item .of-the-art-contents-list dt .square-top-left {
    position: absolute;
    height: 20px;
    width: 5px;
    top: 0;
    left: 0;
    background: #ceb4a5;
  }
  .rules-list-item .of-the-art-contents-list dt .square-bottom-bottom {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 5px;
    background: #ceb4a5;
  }
  .rules-list-item .of-the-art-contents-list dt .square-bottom-right {
    position: absolute;
    height: 20px;
    width: 5px;
    bottom: 0;
    right: 0;
    background: #ceb4a5;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(2) {
    color: #E46A00;
    margin-top: 14px;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(3) ul {
    padding-top: 1px;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li {
    position: relative;
    padding-left: 17px;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    top: 11px;
    left: -2px;
  }
  .rules-list-item:nth-child(1) {
    padding-top: 10px;
  }
}

@media (max-width: 1024.98px) {
  .rules-list-item {
    margin-bottom: 35px;
  }
  .rules-list-item h3 {
    width: 100%;
    max-width: 100%;
  }
  .rules-list-item h4 {
    font-size: .18rem;
    margin: 12px 0 8px 0;
  }
  .rules-list-item:last-child {
    margin-bottom: 0;
  }
  .rules-list-item:last-child .of-the-art-contents-list {
    border-bottom: 1px solid #dbdbdb;
  }
  .rules-list-item:nth-child(2) {
    margin-bottom: 0;
  }
  .rules-list-item:nth-child(3) {
    padding-top: 40px;
    position: relative;
  }
  .rules-list-item:nth-child(3):before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    border-top: 1px solid #eb0029;
    top: 0;
    left: -20px;
    width: 9999px;
  }
  .rules-list-item:nth-child(3) {
    margin-top: 0 !important;
  }
  .rules-list-item .of-the-art-contents-list {
    padding: 17px 0;
    border-top: 1px solid #dbdbdb;
  }
  .rules-list-item .of-the-art-contents-list dt {
    font-weight: bold;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(2) {
    margin-top: 6px;
    color: #eb0029;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li {
    padding-left: 14px;
  }
  .rules-list-item .of-the-art-contents-list dd:nth-child(3) ul li::before {
    left: 0;
  }
  .rules-list-item table colgroup col:nth-child(1) {
    width: 56%;
  }
  .rules-list-item .rules-list-item-inner-area1 .of-the-art-contents-list dd:nth-child(2) {
    color: #ff6b01;
  }
  .rules-list-item .rules-list-item-inner-area3 {
    position: relative;
  }
  .rules-list-item .rules-list-item-inner-area3::before {
    content: '';
    display: block;
    height: 100%;
    background: #fafafa;
    left: -20px;
    width: 9999px;
    position: absolute;
    z-index: 1;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list {
    position: relative;
    z-index: 2;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(1) {
    border: none;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(1):before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    border-top: 1px solid #eb0029;
    top: 0;
    left: -20px;
    width: 9999px;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(2) {
    position: relative;
    border: none;
  }
  .rules-list-item .rules-list-item-inner-area3 .of-the-art-contents-list:nth-child(2):before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    border-top: 1px solid #dbdbdb;
    top: 0;
    left: -20px;
    width: 9999px;
  }
}
/*# sourceMappingURL=style.css.map */

/*에러*/
.error-contents {
width:1200px;
margin:100px auto 0;
}

.error-contents .tit-text {
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
margin-top: 50px;
}

.error-contents .sub-text {
font-size: 24px;
font-weight: normal;
padding-bottom: 100px;
border-bottom: 1px solid #dbdbdb;
}

.error-contents .btn-area {
margin-top:60px;
}

@media (max-width: 1200px) {
       .error-contents {
        width: 100%;
        padding: 0 40px;
        margin:40px auto 0;
    }
        .error-contents .tit-text {
        font-size: 2em;
        line-height: 1.3em;
        margin-top: 40px;
    }

        .error-contents .sub-text {
        font-size: 1em;
        line-height: 1.4em;
        padding:20px 0 40px;
    }
        .error-contents .btn-area {
        margin-top:40px;
    }
}

/* skip navigation */
.skip {position:absolute; z-index:1000; left:0; top:0; width:100%;}
.skip a {display:block; width:1px; height:1px; margin-bottom:-1px; overflow:hidden; text-align:center; color:#FFFFFF;}
.skip a:focus, .skip a:active {width:100%; height:auto; padding:5px 0; background-color:#eb0029}

#searchWord::placeholder{
	color:black !important;
}

#totalSearchWord::placeholder{
	color:black !important;
}
</s

/*
.cell-subject .strong-title{
	font-weight:400;
}

.ico_notice {
	position:relative;
	margin:-7px 7px 0 0;
	display:inline-block;
	width:18px;
	height:21px;
	background:url('/images/ico_notice.png') no-repeat 0 center;
	vertical-align:middle;
	}

.blind {
	clip:rect(0,0,0,0);
	overflow:hidden;
	display:block;
	width:1px;
	height:1px;
	font-size:1px;
	line-height:0;
	text-indent:-9999em;
	}


.cell-subject .ico_notice + strong{
	font-weight:700;
	}

.badge_new {
	color:#eb0029;
	font-size:12px;
	font-style:italic;
	padding-right:2px;
	}

@media (max-width: 1024.98px) {
	.ico_notice {
	margin-right:5px;
	width:12px;
	height:15px;
	background-size: 12px 15px;

} */