@charset "UTF-8";
/* 팝업 */
#hd_pop {
  z-index: 10000000000000000 !important;
  width: 100%;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.hd_pops {
  border: 0;
}

.hd_pops .hd_pops_con {
  height: auto !important;
}

.hd_pops_footer {
  padding: 0;
  background: #363942;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.hd_pops_footer button {
  padding: 0 !important;
  border: 0;
  color: #fff !important;
  width: 80%;
  text-align: center;
  padding: 11px;
  border: 0;
  color: #fff;
  font-size: 14px;
}

.hd_pops_footer .hd_pops_reject {
  background: #363942;
  text-align: center;
}

.hd_pops_footer button.hd_pops_close {
  width: 20%;
  background: #6cb6f3;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  height: 100%;
  display: block;
}

.hd_pops_footer button.hd_pops_close i {
  margin-left: 6px;
  font-size: 16px;
}

@media (max-width: 786px) {
  #hd_pop {
    z-index: 10000000000000000 !important;
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    height: 0;
  }
  .hd_pop {
    width: 100% !important;
  }
  .hd_pops {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    border: 0;
  }
  .hd_pops .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops .hd_pops_con img {
    width: 100%;
    height: auto;
  }
  .hd_pops_footer {
    padding: 0;
    background: #363942;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 600;
    font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  }
}
/* 게시판 아이콘 */
.btn_admin.btn,
.btn_b01.btn {
  font-size: 16px;
}

/* 퀵메뉴 */
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  line-height: 46px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background-color: #1b75bc;
  border-radius: 50%;
}

#top_btn:hover {
  border: 2px solid #1b75bc;
  background: transparent;
  color: #1b75bc;
}

.chat_btn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 10;
}

.chatBtn {
  width: 55px;
  height: 55px;
  background: url("../../img/common/quick_icon.png") no-repeat;
  background-position: 50% 55%;
  background-size: 34px 30px;
  background-color: #333;
  border-radius: 50%;
  border: 0;
}

.chatBtn:hover {
  background-color: rgb(224, 224, 224);
}

.chatBtn span {
  visibility: hidden;
}

.chat_inner {
  position: absolute;
  right: 5%;
  bottom: 60px;
  width: 300px;
  transform: translateX(150%);
  transition: all 0.4s;
}

.chat_inner_open {
  transform: translateX(0);
}

.chat_inner_wrapper {
  height: auto;
  background-color: #fff;
  border: 1px #eee solid;
  border-radius: 20px;
  padding: 20px;
}

.chat_inner_wrapper .title {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  color: #a1a1a1;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
}

.chat_inner_wrapper .title h5 {
  color: #000;
  margin-bottom: 12px;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.chat_inner_wrapper .content {
  margin-top: 20px;
}

.chat_inner_wrapper .content input {
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  background: #ebe9ea;
  margin-bottom: 5px;
  border-radius: 0.5em;
}

.chat_inner_wrapper .content textarea {
  width: 100%;
  border: 0;
  padding: 20px 16px;
  font-size: 14px;
  background: #ebe9ea;
  border-radius: 0.5em;
}

.chat_inner_wrapper .content input::placeholder,
.chat_inner_wrapper .content textarea::placeholder {
  color: #c5c5c5;
}

.chat_inner_wrapper .content .send {
  margin: 0 auto;
  text-align: center;
}

.chat_inner_wrapper .content .send input {
  width: 140px;
  margin-top: 6px;
  border-radius: 12em;
  height: 48px;
  color: #fff;
  background-image: url("../../img/common/close.png");
  background-position: 75% 48%;
  background-repeat: no-repeat;
  background-color: #333333;
  font-size: 16px;
  font-weight: 600;
  font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  padding-right: 35px;
}

.chat_closeBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  margin-right: 20px;
  background: url("https://api.iconify.design/clarity/close-line.svg?color=%23333") no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  transition: 0.3s;
  border: 0;
}

.chat_closeBtn:hover {
  transform: rotate(136deg);
}

.chat_closeBtn span {
  visibility: hidden;
}

/* 툴팁 */
/* Add this attribute to the element that needs a tooltip */
@media (min-width: 991px) {
  [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    background-color: #333;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-family: "NotoSans", "Poppins", "Ubuntu", dotum, sans-serif;
  }
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0deg, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
/* 퀵메뉴 마감 */
#tabs ul.nav-tabs {
  border-bottom: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 1290px) {
  #tabs ul.nav-tabs {
    margin-bottom: 50px;
  }
}
#tabs li.ui-tabs-tab a.ui-tabs-anchor {
  padding: 30px 0;
  line-height: 1;
  font-size: 20px;
  color: #707070;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1290px) {
  #tabs li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 17px;
    padding: 22px 0;
  }
}
#tabs li.ui-tabs-tab a.ui-tabs-anchor:focus {
  outline: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #1b75bc;
  border-bottom: none;
}
#tabs li.ui-tabs-tab.ui-tabs-active a {
  background-color: #fff;
  border-top: 3px solid #1b75bc;
  border-bottom: none;
}

.contents {
  position: relative;
}

.table-wrapper.scrollbar {
  overflow-x: scroll;
  position: relative;
  padding-top: 40px;
}
.table-wrapper.scrollbar::-webkit-scrollbar {
  display: none;
}
.table-wrapper.scrollbar.nontitle {
  padding-top: 80px;
}

.scroll-drag-guide {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none;
}
.scroll-drag-guide.t-10 {
  top: -10px;
}
@media screen and (max-width: 1290px) {
  .scroll-drag-guide {
    display: block;
  }
}
.scroll-drag-guide .scroll-drag-inner:before {
  position: absolute;
  top: 13px;
  right: -2px;
  width: 100%;
  height: 5px;
  background-color: #ccc;
  content: "";
  border-radius: 5px;
}
.scroll-drag-guide .scroll-drag-inner .drag-icon {
  animation: moveScrollAni 3s both infinite;
  z-index: 1;
  position: relative;
}
.scroll-drag-guide .scroll-drag-inner .drag-icon .rail {
  width: 10px;
  background-color: #1b75bc;
}
.scroll-drag-guide .scroll-drag-inner .drag-icon img.grab {
  margin-top: 10px;
}
.scroll-drag-guide .scroll-drag-inner .drag-icon img.grab:before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #1b75bc;
}

@keyframes moveScrollAni {
  0%, 10% {
    left: 0;
    margin-left: 0px;
  }
  50% {
    left: 40%;
    margin-left: 5px;
  }
  100% {
    left: 0;
    margin-left: 0px;
  }
}
table.ksteel-table {
  width: 100%;
  min-width: 1260px;
  color: #222;
  font-size: 17px;
  text-align: center;
  font-weight: 200;
  border-top: 3px solid #707070;
  margin-bottom: 20px;
}
@media screen and (max-width: 1290px) {
  table.ksteel-table {
    font-size: 14px;
  }
}
table.ksteel-table.smallsize {
  min-width: inherit;
}
table.ksteel-table.smallsize td {
  border-right: 0;
  padding: 25px 10px;
  font-size: 19px;
}
@media screen and (max-width: 1290px) {
  table.ksteel-table.smallsize td {
    font-size: 14px;
    padding: 15px 10px;
  }
}
table.ksteel-table.smallsize th {
  font-size: 19px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1290px) {
  table.ksteel-table.smallsize th {
    font-size: 14px;
  }
}
table.ksteel-table.location th {
  padding: 10px;
  border-right: 1px solid #ddd;
  text-align: center;
  font-weight: 900;
}
table.ksteel-table.location td {
  text-align: left;
  padding-left: 20px;
  font-weight: 400;
}
table.ksteel-table.half {
  min-width: inherit;
}
table.ksteel-table thead tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 7px 10px;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
}
table.ksteel-table thead tr th:last-child {
  border-right: none;
}
table.ksteel-table thead tr th.border-right {
  border-right: 1px solid #ddd;
}
table.ksteel-table thead tr th.manytext {
  font-size: 15px;
  line-height: 2;
  padding: 50px 20px;
  text-align: left;
}
@media screen and (max-width: 1290px) {
  table.ksteel-table thead tr th.manytext {
    font-size: 14px;
  }
}
table.ksteel-table tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}
table.ksteel-table tbody tr td:last-child {
  border-right: none;
}
table.ksteel-table tbody tr td.bg-gray {
  background-color: #f7f7f7;
}
table.ksteel-table tbody tr td.border-right {
  border-right: 1px solid #ddd;
}
table.ksteel-table tbody tr td.title {
  font-weight: 400;
}
table.ksteel-table tbody tr td.manytext {
  font-size: 15px;
  line-height: 2;
  padding: 50px 20px;
  text-align: left;
}
@media screen and (max-width: 1290px) {
  table.ksteel-table tbody tr td.manytext {
    font-size: 14px;
  }
}
table.ksteel-table tbody tr.headline td {
  padding: 12px 0;
  font-weight: 900;
}
table.ksteel-table tbody tr.bg-gray td {
  background-color: #f7f7f7;
}

.table-desc {
  margin-top: 20px;
  font-size: 17px;
  color: #222;
  font-weight: 300;
  line-height: 1.6;
}
.table-desc.top {
  font-size: 19px;
  color: #707070;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1290px) {
  .table-desc.top {
    font-size: 14px;
  }
}

/*# sourceMappingURL=common.css.map */
