@charset "UTF-8";
#container {
  background-color: #ffffff;
  min-height: 850px;
}

#content {
  position: relative;
  width: 1138px;
  margin: 0 auto;
}

#content::after {
  display: block;
  clear: both;
  content: "";
}

.page-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #050505;
  line-height: 1.7;
  letter-spacing: -0.1em;
}

.subTitle {
  font-weight: 300;
  display: block;
  font-size: 16px;
  letter-spacing: -0.08em;
  line-height: 1.5;
}

.page_tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 35px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.page_tabs li {
  display: table-cell;
  position: relative;
  width: 50%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.page_tabs li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 700;
  color: #cccccc;
  text-align: center;
  letter-spacing: -0.075em;
}

.page_tabs li.on {
  border-right: 1px solid #007aff;
  border-bottom: 1px solid #007aff;
}

.page_tabs li.on a {
  color: #007aff;
}

.page_tabs li.on:before, .page_tabs li.on:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #007aff;
  z-index: 10;
}

.page_tabs li.on:before {
  left: -1px;
  top: -1px;
  width: 1px;
  height: 50px;
}

.page_tabs li.on:after {
  left: -1px;
  right: -1px;
  top: -1px;
  height: 1px;
}

.search-wrap {
  margin: 0 2px 25px;
  padding: 33px 228px 37px 232px;
  background-color: #f4f4f4;
}

.search-wrap > div + div {
  margin-top: 10px;
}

.search-wrap > div::after {
  display: block;
  clear: both;
  content: "";
}

.search-wrap .line {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

.search-wrap .line input {
  height: 36px;
  line-height: 36px;
  border: 0 none;
  border-radius: 5px;
  overflow: hidden;
}

.search-wrap input.keyword {
  padding-right: 40px;
  background: #fff url(../img/sub/search_wrap_keyword.png) no-repeat right 14px center;
}

.search-wrap input.date {
  padding-right: 40px;
  background: #fff url(../img/sub/search_wrap_date.png) no-repeat right 14px center;
}

.search-wrap div {
  position: relative;
}

.search-wrap div.type1 {
  float: left;
  width: 500px;
}

.search-wrap div.type2 {
  float: left;
  width: 150px;
}

.search-wrap div.type1 + .type2 {
  float: right;
}

.search-wrap .search-btn-submit {
  width: 100%;
  height: 38px;
  border: 1px solid #161616;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.01em;
  text-align: center;
}

.search-wrap div.type1 > div {
  float: left;
  width: 240px;
  height: 38px;
}

.search-wrap div.type1 > div.dash {
  width: 20px;
  text-align: center;
  line-height: 38px;
}

.search-wrap .datepicker-container {
  margin-left: -1px;
  position: absolute;
  z-index: 100;
}

.search-wrap .select {
  z-index: 10;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 74%;
}

.search-wrap .select .sp {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -2px 0 0 0;
  width: 20px;
  height: 6px;
  background: url(../img/common/btn_arrow2_n.png) no-repeat;
  overflow: hidden;
}

.search-wrap .select.is_opened .sp {
  background: url(../img/common/btn_arrow2_p.png) no-repeat;
  width: 10px;
  height: 5px;
}

.search-wrap .select.is_opened {
  z-index: 10;
}

.search-wrap .select.is_opened .select_option {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  z-index: 120;
}

.search-wrap .select_option {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  border: 1px solid #B2B2B2;
  background: #fff;
  z-index: 120;
  padding: 7px 0;
}

.search-wrap .option_item {
  overflow: hidden;
  display: block;
  height: 30px;
  padding: 6px 8px;
  font-size: 13px;
  color: #707070;
  text-align: left;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
}

.search-wrap .option_item:hover, .option_item:focus {
  color: #514eff;
  background: #fff;
}

.search-wrap .option_item.selected {
  color: #514eff;
  background: #fff;
}

.search-wrap .btn_select {
  overflow: hidden;
  position: relative;
  height: 36px;
  padding: 0 22px 0 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  vertical-align: top;
  text-align: left;
  outline: none;
  box-sizing: border-box; /* font-family: 'Montserrat', sans-serif; */ /* font-weight: 600; */
  width: 100%;
  letter-spacing: -0.025em;
}

.search-wrap .select.is_opened .btn_select {
  border-color: #B2B2B2;
  color: #333;
}

.search-result {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #161616;
  letter-spacing: -0.1em;
}

.search-result b {
  font-weight: 500;
  color: #007aff;
}

.basic-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #343434;
  background: #fff;
}

.basic-table th, .basic-table td {
  padding: 18px 5px;
  border: 1px solid #eeeeee;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.basic-table th {
  background: #fafafa;
  font-size: 15px;
  color: #161616;
  letter-spacing: -0.1em;
}

.basic-table td {
  font-size: 16px;
  color: #565656;
}

.basic-table th.left {
  padding-left: 45px;
  padding-right: 45px;
  text-align: left;
}

.basic-table td.left {
  padding-left: 45px;
  padding-right: 45px;
  text-align: left;
}

.basic-table td .state {
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.075em;
  text-align: center;
}

.basic-table td .state1 {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.basic-table td .state2 {
  border: 1px solid #5c5fef;
  color: #5c5fef;
}

.basic-table td .state3 {
  border: 1px solid #999999;
  color: #999999;
}

.basic-table td .state20 {
  border: 1px solid #5c5fef;
  color: #5c5fef;
}

.basic-table td .state30 {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.basic-table td .state40 {
  border: 1px solid #999999;
  color: #999999;
}

.basic-table td .type {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.basic-table td .type + .type {
  margin-left: 10px;
}

.basic-table td .type1 {
  background-color: #007aff;
}

.basic-table td .type2 {
  background-color: #ea00ff;
}

.basic-table td .type10 {
  background-color: #007aff;
}

.basic-table td .type20 {
  background-color: #ea00ff;
}

.basic-table-ctrl th {
  border-left: 0 none;
}

.basic-table-ctrl td {
  border-right: 0 none;
}

.basic-table-ctrl th i {
  display: inline-block;
  width: 15px;
  height: 21px;
  margin-right: 25px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.basic-table-ctrl th .prev {
  background-image: url(../img/sub/basic_table_prev.png);
}

.basic-table-ctrl th .next {
  background-image: url(../img/sub/basic_table_next.png);
}

.list-table th.left {
  padding-left: 35px;
  padding-right: 35px;
}

.list-table td.left {
  padding-left: 35px;
  padding-right: 35px;
}

.input-wrap + .input-wrap {
  margin-top: 9px;
}

.input-wrap:after {
  display: block;
  clear: both;
  content: "";
}

.input-wrap > div {
  float: left;
}

.input-wrap.item2 > div {
  width: 49%;
  padding: 0 5px;
}

.input-wrap.item2 > div.dash {
  width: 2%;
  padding: 0;
}

.input-wrap.item2 > div:first-child {
  padding-left: 0;
}

.input-wrap.item2 > div:last-child {
  padding-right: 0;
}

.input-wrap.item3 > div {
  width: 32%;
  padding: 0 5px;
}

.input-wrap.item3 > div.dash {
  width: 2%;
  padding: 0;
}

.input-wrap.item3 > div.btn {
  width: auto;
}

.input-wrap.item3 > div.btn button {
  width: 110px;
}

.input-wrap.item3 > div:first-child {
  padding-left: 0;
}

.input-wrap.item3 > div:last-child {
  padding-right: 0;
}

/* 상세보기 */
.view-head {
  padding: 0 6px 31px;
}

.view-head-cate {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0 23px;
  border-radius: 14px;
  background-color: #007aff;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.075em;
}

.view-head-anno {
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
}

.view-head-title {
  padding-left: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.075em;
}

.view-sub-title {
  margin-top: 10px;
  color: #222;
  font-size: 14px;
  letter-spacing: -0.075em;
  line-height: 16px;
  display: block;
}

.view-sub-title br {
  display: none;
}

/* 페이징 */
.paging {
  margin-top: 33px;
  text-align: center;
}

.paging div {
  display: inline-block;
  vertical-align: top;
}

.paging .page_ctrl {
  font-size: 0;
}

.paging .page_ctrl div {
  background-color: #fff;
}

.paging .page_ctrl a {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  vertical-align: top;
}

.paging .page_prev .first {
  margin-right: 8px;
}

.paging .page_next .last {
  margin-left: 8px;
}

.paging .page_prev .prev a {
  background-image: url(../img/sub/paging_prev.png);
}

.paging .page_next .next a {
  background-image: url(../img/sub/paging_next.png);
}

.paging .page_prev .first a {
  background-image: url(../img/sub/paging_first.png);
}

.paging .page_next .last a {
  background-image: url(../img/sub/paging_last.png);
}

.paging .pages {
  padding: 0 20px;
  font-size: 0;
}

.paging .pages li {
  display: inline-block;
  padding: 0 13px;
  text-align: center;
  vertical-align: top;
}

.paging .pages li a, .paging .pages strong {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  vertical-align: top;
  font-size: 15px;
  overflow: hidden;
}

.paging .pages li a {
  color: #767676;
}

.paging .pages strong {
  color: #007aff;
  text-decoration: underline;
}

.paging .current_pages {
  display: none;
}

.button-wrap {
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  font-size: 0;
}

.button-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.button-wrap a {
  display: inline-block;
  width: 171px;
  height: 50px;
  line-height: 48px;
  margin: 0 8px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: -0.1em;
  overflow: hidden;
}

.button-wrap a.link {
  border: 1px solid #c2c2c2;
}

.button-wrap a.enter {
  border: 1px solid #007aff;
  background-color: #007aff;
  color: #ffffff;
}

/* NOTICE layout */
.blind, legend, .tbl_notice caption span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 100px;
  white-space: nowrap;
}

.ico, .ico_new {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 1px;
  height: 1px;
  font-size: 1px;
  text-indent: 9999px;
  white-space: nowrap;
  vertical-align: middle;
}

.notice_ct {
  padding-top: 0px;
}

.notice_btn_viewlst {
  margin-top: 40px;
  text-align: center;
}

.notice_btn_viewlst {
  margin-top: 40px;
  text-align: center;
}

.notice_news_article {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.notice_tit_area {
  position: relative;
  padding: 30px 0;
}

.notice_tit_area .notice_noti_tit {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
}

.notice_post_date {
  position: absolute;
  top: 32px;
  right: 0;
  color: #999;
}

.post_content {
  padding: 60px 0;
  border-top: 1px solid #ddd;
}

.post_content p, .post_content a, .post_content li {
  font-size: 14px;
  font-family: "nbg", sans-serif !important;
  color: #444;
  line-height: 20px;
}

.post_content th, .post_content td {
  padding: 10px;
}

.notice_tit_area.faq h4 .inp_chk {
  margin-right: 10px;
}

.inp_chk {
  width: 60px;
  height: 25px;
  display: inline-block;
  border: 1px solid #007aff;
  text-align: center;
  vertical-align: middle;
  color: #007aff;
  border-radius: 30px;
}

.inp_chk.red {
  border: 1px solid #fa2828;
  color: #fa2828;
}

.inp_chk.green {
  border: 1px solid #5fb042;
  color: #5fb042;
}

.inp_chk.c20 {
  border: 1px solid #fa2828;
  color: #fa2828;
}

.inp_chk.c30 {
  border: 1px solid #5fb042;
  color: #5fb042;
}

.inp_chk span {
  font-size: 11px;
  position: relative;
  display: inline-block;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -1.5px;
  vertical-align: top;
}

/* tbl_notice */
.tbl_notice {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #2c2c2c;
  text-align: center;
}

.tbl_notice .tbl {
  width: 100%;
}

.tbl_notice .tx_left {
  text-align: left;
}

.tbl_notice .tx_left.alarm_tit {
  width: 80%;
}

.tbl_notice tbody tr {
  border-top: 1px solid #ddd;
}

.tbl_notice tbody tr:first-child {
  border-top: none;
}

.tbl_notice td {
  color: #999;
  vertical-align: middle;
}

.tbl_wrap2 td:first-child {
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
}

.tbl_notice td a {
  display: inline-block;
  position: relative;
  padding: 22px 0;
  color: #2c2c2c;
}

.ico_new {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_new.svg);
  vertical-align: top;
}

.tbl_notice .ico_new {
  margin: 23px 0 0 5px;
}

.tbl_notice .ico_new.alarm_new {
  margin: 0px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Faq tap */
.faq_tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 35px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.faq_tabs li {
  display: table-cell;
  position: relative;
  width: 25%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.faq_tabs li a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  text-align: center;
  letter-spacing: -0.075em;
}

.faq_tabs li.on {
  border-right: 1px solid #007aff;
  border-bottom: 1px solid #007aff;
}

.faq_tabs li.on a {
  color: #007aff;
}

.faq_tabs li.on:before, .faq_tabs li.on:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #007aff;
  z-index: 10;
}

.faq_tabs li.on:before {
  left: -1px;
  top: -1px;
  width: 1px;
  height: 50px;
}

.faq_tabs li.on:after {
  left: -1px;
  right: -1px;
  top: -1px;
  height: 1px;
}

/* 개인정보 및 이용약관 */
.term {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 1.6;
}
.term h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 18px;
}
.term h2:first-child {
  margin-top: 0;
}
.term h2 + h3 {
  margin-top: 30px;
}
.term h3 {
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.term li + li {
  margin-top: 0.5rem;
}
.term p {
  margin-bottom: 1rem;
}
.term .last {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  #content {
    width: 100%;
    padding: 49px 38px;
  }
  .search-wrap {
    padding: 30px 100px;
  }
  .search-wrap div.type1 {
    width: 75%;
  }
  .search-wrap div.type2 {
    width: 22%;
  }
  .search-wrap div.type1 > div {
    width: 48%;
  }
  .search-wrap div.type1 > div.dash {
    width: 4%;
  }
  .search-wrap .select {
    width: 75%;
  }
}
@media screen and (max-width: 799px) {
  .tbl_notice a {
    -webkit-tap-highlight-color: transparent;
  }
  .header-logo {
    left: 50%;
    margin-left: -61px;
  }
  #content {
    padding: 20px 38px;
  }
  .page-title {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }
  .subTitle {
    font-size: 14px;
  }
  .page_tabs {
    border: 0 none;
    border-bottom: 1px solid #e5e5e5;
  }
  .page_tabs li {
    border: 0 none;
  }
  .page_tabs li a {
    font-weight: 400;
  }
  .page_tabs li.on {
    border: 0 none;
    border-bottom: 5px solid #007aff;
  }
  .page_tabs li.on:before, .page_tabs li.on:after {
    display: none;
  }
  .page_tabs li.on a {
    font-weight: 700;
  }
  .search-wrap {
    padding: 30px;
  }
  .search-wrap div.type1,
  .search-wrap div.type2, .search-wrap .select {
    width: 100%;
  }
  .search-wrap > div + div, .search-wrap div.type2 {
    margin-top: 10px;
  }
  .search-wrap div.type1 > div {
    width: 48%;
  }
  .search-wrap div.type1 > div.dash {
    width: 4%;
  }
  .basic-table th, .basic-table td {
    padding: 14px 5px;
    font-size: 13px;
  }
  .basic-table td .state {
    width: 60px;
    font-size: 13px;
  }
  .basic-table th.left, .list-table th.left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .basic-table td.left, .list-table td.left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .basic-table .left a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .basic-table td .type {
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
    font-size: 13px;
  }
  .basic-table td .type + .type {
    margin-left: 5px;
  }
  .basic-table-ctrl th i {
    width: 15px;
    height: 18px;
    margin-right: 12px;
  }
  .view-head {
    padding-bottom: 20px;
  }
  .view-head-cate {
    font-size: 15px;
  }
  .view-head-title {
    font-size: 20px;
  }
  .view-sub-title {
    font-size: 12px;
  }
  .view-sub-title br {
    display: block;
  }
  .input-wrap.item3 > div.btn button {
    width: 100px;
  }
  .paging {
    margin-top: 20px;
  }
  .paging .page_prev .first {
    margin-right: 5px;
  }
  .paging .page_next .last {
    margin-left: 5px;
  }
  .paging .pages {
    padding: 0 10px;
  }
  .paging .pages li {
    padding: 0 5px;
  }
  .button-wrap {
    margin-bottom: 50px;
  }
  .button-wrap a {
    width: 150px;
    font-size: 15px;
  }
  /* NOTICE layout */
  .blind, legend, .tbl_notice caption span, .tbl_notice thead, .tbl_notice tr td:first-child {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 100px;
    white-space: nowrap;
  }
  .notice_ct {
    padding: 0px 0 10px;
  }
  .tbl_notice {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
  }
  .tbl_notice .tbl {
    width: 100%;
  }
  .tbl_notice tr, .tbl_notice td, .tbl_notice th {
    display: block;
  }
  .tbl_notice .tx_left.alarm_tit {
    width: 100%;
  }
  .tbl_notice tr {
    position: relative;
    padding: 0px 0 37px;
    border-top: 1px solid #ddd;
  }
  .tbl_notice tr:first-child {
    border-top: none;
  }
  .tbl_notice td:last-child {
    position: absolute;
    bottom: 19px;
    left: 0;
    color: #999;
    font-size: 12px;
  }
  .tbl_notice.faq tr {
    padding: 0px 0 20px;
  }
  .tbl_notice.faq tr td:first-child {
    position: relative;
    overflow: visible;
    vertical-align: middle;
    line-height: 65px;
  }
  .tbl_notice.faq td:last-child {
    position: relative;
    bottom: 0;
    left: 80px;
    width: 75%;
  }
  .tbl_notice tbody a {
    display: inline-block;
    overflow: hidden;
    color: #494949;
    font-size: 15px;
    line-height: 23px;
    max-height: 46px;
  }
  .notice_pagination {
    margin-top: 19px;
  }
  .notice_ct .news_contents {
    padding-top: 20px;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    margin-top: 20px;
  }
  .notice_ct .notice_tit_area {
    padding: 0;
  }
  .notice_ct .notice_noti_tit {
    color: #2c2c2c;
    font-size: 15px;
    line-height: 22px;
  }
  .notice_ct .notice_post_date {
    position: relative;
    left: 0;
    margin-top: 12px;
    color: #999;
    font-size: 13px;
    top: 0;
  }
  .notice_ct .post_content {
    margin-top: 20px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
  }
  .notice_ct .notice_news_article {
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
  }
  .tbl_notice .ico_new {
    margin: 25px 0 0 5px;
  }
  .faq_tabs li a {
    font-size: 14px;
  }
  .faq_tabs {
    border: 0 none;
    border-bottom: 1px solid #e5e5e5;
  }
  .faq_tabs li {
    border: 0 none;
  }
  .faq_tabs li a {
    font-weight: 400;
  }
  .faq_tabs li.on {
    border: 0 none;
    border-bottom: 5px solid #007aff;
  }
  .faq_tabs li.on:before, .faq_tabs li.on:after {
    display: none;
  }
  .faq_tabs li.on a {
    font-weight: 700;
  }
}
@media screen and (max-width: 479px) {
  #container {
    min-height: 640px;
  }
  .header-logo {
    margin-left: -30px;
  }
  #content {
    padding: 20px 20px 70px;
  }
  .page_tabs {
    margin-bottom: 20px;
  }
  .page_tabs li a {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
  }
  .page_tabs li.on {
    border-bottom: 4px solid #007aff;
  }
  .search-wrap {
    padding: 20px;
  }
  .search-wrap div.type1 > div {
    width: 46%;
  }
  .search-wrap div.type1 > div.dash {
    width: 8%;
  }
  .search-wrap .datepicker-container.end {
    margin-left: -150px;
  }
  .search-wrap input.keyword, .search-wrap .search-btn-submit {
    font-size: 12px;
  }
  .search-wrap input.keyword {
    padding-right: 12px;
    background: #fff;
  }
  .basic-table th, .basic-table td {
    padding: 12px 5px;
    font-size: 12px;
  }
  .basic-table td .state {
    width: 50pxㅁ;
    font-size: 12px;
  }
  .basic-table th.left, .list-table th.left {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .basic-table td.left, .list-table td.left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .basic-table-ctrl {
    margin-bottom: 20px;
  }
  .basic-table-ctrl th i {
    width: 15px;
    height: 18px;
    margin: 0 8px;
    height: 15px;
  }
  .view-head {
    padding-bottom: 15px;
  }
  .view-head-cate {
    font-size: 14px;
  }
  .view-head-title {
    font-size: 18px;
  }
  .paging {
    margin: 15px 0 30px;
  }
  .paging .page_prev .first {
    margin-right: 1px;
  }
  .paging .page_next .last {
    margin-left: 1px;
  }
  .paging .pages {
    padding: 0 2px;
  }
  .paging .pages li {
    padding: 0 1px;
  }
  .paging .pages li a, .paging .pages strong {
    width: 20px;
    font-size: 14px;
  }
  .button-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    z-index: 1000;
  }
  .button-wrap a {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .button-wrap.button-2n::after {
    display: block;
    clear: both;
    content: "";
  }
  .button-wrap.button-2n a {
    float: left;
    width: 50%;
  }
  .tbl_notice tbody a {
    display: inline-block;
    color: #494949;
    font-size: 14px;
    line-height: 22px;
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
  }
  .tbl_notice tbody a.nowrap {
    max-height: none;
    overflow: auto;
    text-overflow: initial;
    word-break: break-all;
    white-space: normal;
  }
  .tbl_notice.faq tbody a {
    max-width: 200px;
  }
  .tbl_notice .ico_new {
    margin: 25px 0 0 5px;
  }
  .notice_tit_area.faq h4 {
    overflow: hidden; /*text-overflow: ellipsis;white-space: nowrap;max-width: 300px;*/
    line-height: 2;
  }
  .faq_tabs {
    margin-bottom: 20px;
  }
  .faq_tabs li a {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
  }
  .faq_tabs li.on {
    border-bottom: 4px solid #007aff;
  }
}
.bid-cancel-wrap {
  width: 100%;
  text-align: right;
}
.bid-cancel-wrap .bid-cancel {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.bid-cancel-wrap .bid-cancel .txt {
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 5px;
  letter-spacing: normal;
  border-bottom: 1px solid #C0C0C0;
}
.bid-cancel-wrap .bid-cancel .txt::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -1px;
  width: 10px;
  height: 1px;
  background-color: #c0c0c0;
  transform: rotate(-145deg);
  transform-origin: 0 0;
}
@media (max-width: 750px) {
  .bid-cancel-wrap .bid-cancel {
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 12px;
  }
  .bid-cancel-wrap .bid-cancel .txt {
    padding: 6px 6px 6px 13px;
  }
  .bid-cancel-wrap .bid-cancel .txt::after {
    width: 8px;
  }
}

.view-price {
  padding: 46px 10px 56px;
  text-align: right;
  font-size: 0;
}
.view-price > div, .view-price .view-price > a {
  display: inline-block;
}
.view-price .title em {
  display: block;
  position: relative;
  margin-top: 6px;
  padding: 0 4px;
  font-size: 20px;
  color: #000;
  line-height: 1;
  z-index: 1;
}
.view-price .title em::after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8cc3ff;
  z-index: -1;
}
.view-price .price-wrap .price-btns-wrap {
  margin-left: 30px;
}
.view-price .price-wrap .price-btns-wrap .btn-showbidprice {
  display: inline-block;
  width: 14rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #326cf9;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
.view-price .price-wrap .price-set-wrap {
  margin-left: 30px;
  display: none;
}
.view-price .price-wrap .price-set-wrap .input-bidprice {
  width: 13rem;
  float: left;
  font-size: 1.3rem;
  line-height: 2.4rem;
  height: 2.4rem;
  border-radius: 5px 0px 0px 5px;
  text-align: right;
}
.view-price .price-wrap .price-set-wrap .btn-setbidprice {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #326cf9;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
.view-price .price {
  margin-left: 140px;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  color: #007aff;
  line-height: 32px;
  letter-spacing: -0.05em;
}
.view-price .price span {
  font-family: "Noto Sans Korean";
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0;
}
.view-price .btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 22px;
  background: url(../img/main/ico_price_refresh.png) no-repeat 50% 50%;
  text-indent: -9999px;
  font-size: 0;
}

@media screen and (max-width: 799px) {
  .view-price {
    padding: 30px 10px;
  }
  .view-price {
    font-size: 0;
  }
  .view-price .title em {
    font-size: 18px;
  }
  .view-price .price {
    margin-left: 50px;
    font-size: 24px;
  }
  .view-price .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .view-price {
    padding: 24px 0;
  }
  .view-price .title {
    float: left;
  }
  .view-price .title em {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .view-price .price {
    margin-left: 0;
    font-size: 20px;
    line-height: 26px;
  }
  .view-price .price span {
    font-size: 16px;
  }
  .view-price .btn {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    background-size: 20px 20px;
  }
}
.announceDetailPopup .pop-content {
  border-radius: 15px;
}
.announceDetailPopup .tit {
  display: block;
  font-size: 20px;
  color: #030303;
  font-weight: 500;
  margin-bottom: 24px;
}
.announceDetailPopup .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 20px;
}
.announceDetailPopup .search input {
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  height: 2.4rem;
}
.announceDetailPopup .search input::-moz-placeholder {
  font-size: 14px;
}
.announceDetailPopup .search input::placeholder {
  font-size: 14px;
}
.announceDetailPopup .search button {
  flex-shrink: 0;
  height: 36px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
}
.announceDetailPopup .search button:active {
  border-color: var(--themeColor);
  color: var(--themeColor);
}
@media (max-width: 768px) {
  .announceDetailPopup .search input {
    font-size: 13px;
  }
  .announceDetailPopup .search input::-moz-placeholder {
    font-size: 13px;
  }
  .announceDetailPopup .search input::placeholder {
    font-size: 13px;
  }
  .announceDetailPopup .search button {
    font-size: 13px;
  }
}
.announceDetailPopup table {
  border-left: 1px solid #E6E6E7;
  border-bottom: 1px solid #E6E6E7;
}
.announceDetailPopup table th, .announceDetailPopup table td {
  height: 44px;
  padding: 5px 0;
  border-top: 1px solid #E6E6E7;
  border-right: 1px solid #E6E6E7;
  text-align: center;
  font-size: 15px;
  line-height: 100%;
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .announceDetailPopup table th, .announceDetailPopup table td {
    font-size: 13px;
  }
}
.announceDetailPopup table thead th {
  font-weight: 500;
  background: #F8F8F8;
}
@media (max-width: 450px) {
  .announceDetailPopup .table-wrap {
    overflow: auto;
  }
  .announceDetailPopup table {
    width: 100%;
  }
}
.announceDetailPopup .popup-ratio-wrap {
  padding: 20px 0px;
  border-bottom: #636363 solid 1px;
}
.announceDetailPopup .popup-ratio-wrap .assess-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.announceDetailPopup .popup-ratio-wrap .assess-wrap em {
  width: 80px;
  font-weight: bold;
}
.announceDetailPopup .popup-ratio-wrap .assess-wrap .assess-ratio-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.announceDetailPopup .popup-ratio-wrap .assess-wrap .assess-ratio-wrap input {
  width: 80%;
  text-align: right;
  margin-right: 5px;
}
.announceDetailPopup .popup-ratio-wrap .assess-comment {
  color: #fa2828;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.announceDetailPopup .popup-ratio-wrap .assess-btns-wrap {
  text-align: right;
}
.announceDetailPopup .popup-ratio-wrap .assess-btns-wrap .btn-assess {
  display: inline-block;
  width: 11rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #326cf9;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
}
.announceDetailPopup .popup-bidprice-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.announceDetailPopup .popup-bidprice-wrap em {
  width: 80px;
  font-weight: bold;
}
.announceDetailPopup .popup-bidprice-wrap .bid-price-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.announceDetailPopup .popup-bidprice-wrap .bid-price-wrap input {
  width: 70%;
  text-align: right;
  margin-right: 5px;
}
.announceDetailPopup .popup-btns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.announceDetailPopup .popup-btns-wrap .btn_close_bidprice {
  display: inline-block;
  width: 7rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  letter-spacing: -0.05em;
  margin-right: 10px;
  border: #eee solid 1px;
  border-radius: 2px;
}
.announceDetailPopup .popup-btns-wrap .btn_set_bidprice {
  display: inline-block;
  width: 7rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #326cf9;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  margin-left: 10px;
  border-radius: 2px;
}

.list-table-wrap {
  margin-bottom: 50px;
  overflow: auto;
}
.list-table-wrap table {
  min-width: 800px;
  border-bottom: 1px solid #E6E6E7;
  border-left: 1px solid #E6E6E7;
}
.list-table-wrap table th, .list-table-wrap table td {
  padding: 5px 3px;
  border-right: 1px solid #E6E6E7;
  border-top: 1px solid #E6E6E7;
}
.list-table-wrap table thead th {
  font-size: 15px;
  height: 40px;
  border-color: #E6E6E7;
  background-color: #F8F8F8;
}
.list-table-wrap table tbody td {
  font-size: 13px;
  height: 40px;
  text-align: center;
}
@media (max-width: 590px) {
  .list-table-wrap table thead th {
    font-size: 13px;
  }
  .list-table-wrap table tbody td {
    font-size: 12px;
  }
}

.button-wrap a.view {
  border: 1px solid #808080;
  background: #808080;
  color: #fff;
}

.cmt-bx {
  border-radius: 3px;
  padding: 30px;
  border: #ddd 1px solid;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 30px;
}

.cmt-bx dt {
  background: url(/resources/img/sub/icon_cmt.png) 0 50% no-repeat;
  font-size: 20px;
  color: #494949;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
}

.cmt-bx.nobx {
  border: none;
  padding: 0;
}

.cmt-bx dd {
  color: #888;
}

.cmt-bx dd > ul > li {
  color: #888;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .cmt-bx {
    border-radius: 3px;
    padding: 15px;
    border: #ddd 1px solid;
    background-color: #fff;
    width: 100%;
  }
  .cmt-bx dt {
    background: url(/resources/img/sub/icon_cmt.png) 0 50% no-repeat;
    background-size: 18px auto;
    font-size: 16px;
    color: #494949;
    padding: 0 0 0 24px;
    margin: 0 0 5px 0;
    text-align: left;
  }
}
.agreement .agreement__inner {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.agreement .agreement__content + .agreement__content {
  margin-top: 30px;
}
.agreement .agreement__content .agreement__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.agreement .agreement__content .agreement__text {
  font-size: 14px;
  line-height: 1.6;
}
.agreement .agreement__content .agreement__text p {
  margin-bottom: 10px;
}
.agreement .agreement__check {
  margin-top: 20px;
}
.agreement .agreement__check label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
}
.agreement .agreement__check label .ckbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #8aaafc;
  border-radius: 3px;
}
.agreement .agreement__check label .ckbox::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 16px;
  border-bottom: 3px solid #1e54db;
  border-right: 3px solid #1e54db;
  top: 50%;
  left: 50%;
  transform: translate(-9%, -79%) rotate(45deg);
  opacity: 0;
}
.agreement .agreement__check label input[type=checkbox] {
  margin-right: 5px;
}
.agreement .agreement__check label input[type=checkbox]:checked + .ckbox::after {
  opacity: 1;
}
.agreement .agreement__btn {
  margin-top: 30px;
  text-align: center;
}
.agreement .agreement__btn .btn--primary {
  max-width: 340px;
}

.top-utils {
  margin-bottom: 10px;
}
.top-utils .input-search-wrap {
  max-width: 250px;
}

.page-announcedetail .bid-btns {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-announcedetail .bid-btns .btns-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .page-announcedetail .bid-btns .btns-area {
    font-size: 14px;
  }
}
.page-announcedetail .bid-btns .btns-area:nth-of-type(1) {
  position: relative;
  margin-bottom: 30px;
}
.page-announcedetail .bid-btns .btns-area:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  max-width: 800px;
  background-color: #e5e5e5;
}
.page-announcedetail .caution {
  text-align: center;
  font-weight: 500;
  color: #f00;
  word-break: keep-all;
}/*# sourceMappingURL=sub.css.map */