@charset "UTF-8";
@import url(default.css);
@import url(../bootstrap-datepicker-1.10.0/css/bootstrap-datepicker.standalone.min.css);
:root {
  --point: #008fd5;
  --point2: #00377b;
  --bd-color: #ccc;
  --form-height: 44px;
  --bd-top-color: #222;
  --red: #d90e2d;
  --black: #2b313b;
  --input-color: #888;
}

.color-red {
  color: #d90e2d;
}

.point {
  color: var(--point);
}

.point2 {
  color: var(--point2);
}

.bu1 {
  margin-block: 35px 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.9px;
}
.bu1::before {
  content: "";
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: #2b6da9;
}

h3 {
  color: var(--point2);
  font-size: 32px;
  font-family: "NEXONLv2GothicOTFBold";
}

h3.tit3,
h4.tit {
  color: var(--point2);
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 16px;
}
h3.tit3 + h4.tit4,
h4.tit + h4.tit4 {
  margin-top: 0;
}

h4.tit4,
h5.tit {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.list-bu {
  font-size: 16px;
}
.list-bu > li {
  position: relative;
  padding-left: 12px;
}
.list-bu > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.list-bu > li > ul > li {
  position: relative;
  padding-left: 14px;
}
.list-bu > li > ul > li::before {
  content: "-";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.list-bu2 {
  font-size: 16px;
}
.list-bu2 li {
  position: relative;
  padding-left: 14px;
}
.list-bu2 li::before {
  content: "-";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

:root {
  --btn-height: 35px;
}

[class^=b-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 13px;
  height: 44px;
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  color: #fff;
  border: none;
  line-height: 1;
  border-radius: 5px;
  background-color: var(--point);
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (min-width: 750px) {
  [class^=b-] {
    padding: 13px 25px;
  }
}
.btn-set [class^=b-] {
  font-size: 18px;
  font-family: "NEXONLv2GothicOTFBold";
  min-width: 111px;
  height: 54px;
}
[class^=b-].lg {
  font-size: 18px;
  font-family: "NEXONLv2GothicOTFBold";
  height: 54px;
  padding: 10px 40px !important;
}
@media (max-width: 749px) {
  [class^=b-].lg {
    padding: 10px 20px !important;
  }
}
[class^=b-].sm {
  height: 40px;
}
[class^=b-].xs {
  height: 36px;
  padding: 10px 19px;
}
[class^=b-].b-info {
  color: var(--point2);
  background-color: #fff;
  border: 1px solid #809bbd;
  padding: 0 15px;
}
[class^=b-].b-info::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 19px;
  background: url(../images/ico/ico-info.png) 50% no-repeat;
  margin-right: 10px;
}
[class^=b-].b-link {
  color: #fff;
  background-color: var(--black);
}
[class^=b-].b-log {
  color: var(--point2);
  background-color: #fff;
  border: 1px solid #809bbd;
  padding: 13px 20px;
}
[class^=b-].b-cancel {
  color: var(--black);
  border: 1px solid var(--black);
  background-color: #fff;
}
[class^=b-].b-del {
  color: var(--red);
  border: 1px solid #e86e81;
  background-color: #fff;
}
[class^=b-].b-comment {
  color: var(--point2);
  background-color: #fff;
  border: 1px solid #809bbd;
}
[class^=b-].b-edit, [class^=b-].b-linkgo {
  color: #fff;
  border: 1px solid var(--point2);
  background-color: var(--point2);
}
[class^=b-].b-edit2, [class^=b-].b-prev {
  color: var(--black);
  border: 1px solid var(--black);
  background-color: #fff;
}
[class^=b-].b-all, [class^=b-].b-list, [class^=b-].b-reg, [class^=b-].b-default2 {
  color: var(--point2);
  border: 1px solid #809bbd;
  background-color: #fff;
}
[class^=b-].b-reset {
  color: var(--black);
  border: 1px solid var(--black);
  background-color: #fff;
  padding: 13px 20px;
}
[class^=b-].b-reset::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../images/ico/ico-reset.png) no-repeat;
  margin-right: 4px;
  margin-top: 4px;
}
[class^=b-].b-issue {
  color: var(--point);
  font-size: 16px;
  border: 1px solid var(--point);
  background-color: #fff;
}
[class^=b-].b-certifi {
  padding: 13px 20px;
  color: var(--point2);
  font-size: 16px;
  border: 1px solid var(--point2);
  background-color: #fff;
}
[class^=b-].b-certifi::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/ico/ico-passkey.png) no-repeat;
  margin-right: 10px;
}

.btn-set {
  position: relative;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-set.r {
  justify-content: flex-end;
}
.btn-set.type2 {
  margin-top: 30px;
}
.btn-set.type2 [class^=b-] {
  min-width: 155px;
}
@media (max-width: 749px) {
  .btn-set.type2 [class^=b-] {
    min-width: initial;
    width: 100%;
  }
}

.btn-scrap {
  width: 30px;
  height: 30px;
}
.btn-scrap::before {
  content: "☆";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.btn-scrap.on::before {
  content: "★";
}

.support-btns {
  position: relative;
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
@media (max-width: 749px) {
  .support-btns {
    padding-bottom: 65px;
  }
}
.bd-card + .support-btns {
  margin-top: 30px;
}
.support-btns button, .support-btns a {
  color: var(--point2);
  min-width: 140px;
  font-size: 18px;
  font-weight: 600;
  height: 54px;
  line-height: 52px;
  border: 1px solid #809bbd;
  background-color: #fff;
}
@media (max-width: 749px) {
  .support-btns button, .support-btns a {
    min-width: calc(50% - 5px);
  }
}
.support-btns button.btn-send, .support-btns a.btn-send {
  width: 180px;
  color: #fff;
  background: var(--point);
  border: 1px solid var(--point);
}
@media (max-width: 749px) {
  .support-btns button.btn-send, .support-btns a.btn-send {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.btn-script {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/ico/ico-script-off.png) 50% no-repeat;
}
.btn-script.on {
  background: url(../images/ico/ico-script-on.png) 50% no-repeat;
}

.btn-reg {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  border-radius: 5px;
  border: 1px solid #809bbd;
  background-color: #fff;
  padding: 6px 14px;
}
.btn-reg::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.btn-reg::before {
  background: url(../images/common/btn-reg.png) no-repeat;
}

.btn-reg2 {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  border-radius: 5px;
  border: 1px solid #809bbd;
  background-color: #fff;
  padding: 6px 14px;
}
.btn-reg2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.btn-reg2::before {
  background: url(../images/common/btn-reg2.png) no-repeat;
}

.btn-reg3 {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  border-radius: 5px;
  border: 1px solid #809bbd;
  background-color: #fff;
  padding: 6px 14px;
}
.btn-reg3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.btn-reg3::before {
  background: url(../images/common/btn-reg3.png) no-repeat;
}

.btn-mandarin {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  border-radius: 5px;
  border: 1px solid #809bbd;
  background-color: #fff;
  padding: 6px 14px;
}
.btn-mandarin::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.btn-mandarin::before {
  background: url(../images/common/btn-mandarin.png) no-repeat;
}

table {
  word-break: break-all;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: keep-all;
}

.table {
  border-top: 2px solid #222;
  margin-bottom: 20px;
}
.table tr {
  height: 59px;
}
.table th {
  color: var(--point2);
}
.table th, .table td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 749px) {
  .table th, .table td {
    padding: 14px 5px;
  }
}

.calender {
  margin-bottom: 40px;
  border: 1px solid var(--bd-color);
  border-width: 1px 1px 0;
  background-color: #f5f5f5;
  padding: 0 10px 10px;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
.calender table th {
  color: var(--point2);
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 1px solid var(--bd-color);
  padding: 12px;
}
@media (max-width: 749px) {
  .calender table th span {
    display: none;
  }
}
.calender table tr td {
  position: relative;
  vertical-align: top;
  background: #fff;
  border-bottom: 1px solid var(--bd-color);
  min-height: 60px;
  padding: 6px;
  border-left: 1px solid var(--bd-color);
}
.calender table tr td:last-child {
  border-right: 1px solid var(--bd-color);
}
.calender table tr td.sun {
  color: #d90e2d;
}
.calender table tr td.sat {
  color: var(--point2);
}
.calender table tr td .day {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 8px 12px 6px;
}
@media (max-width: 749px) {
  .calender table tr td .day {
    font-size: 16px;
    margin: 0 0 4px;
    text-align: center;
  }
}
.calender table tr td ul li + li {
  margin-top: 2px;
}
.calender table tr td .item {
  font-size: 14px;
  border-radius: 10px;
}
@media (min-width: 750px) {
  .calender table tr td .item .num {
    display: none;
  }
}
.calender table tr td .item .num {
  margin-left: 4px;
}
.calender table tr td .item .set {
  padding: 7px 10px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
@media (max-width: 749px) {
  .calender table tr td .item .set {
    display: none;
  }
}
.calender table tr td .item.start {
  color: var(--point);
}
.calender table tr td .item.start i {
  background-color: var(--point);
}
.calender table tr td .item.start .set {
  background-color: #f2f9fd;
}
.calender table tr td .item.end {
  color: var(--point2);
}
.calender table tr td .item.end i {
  background-color: var(--point2);
}
.calender table tr td .item.end .set {
  background-color: #f2f5f8;
}
.calender table tr td .item .tit {
  display: block;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 749px) {
  .calender table tr td .item .tit {
    display: none;
  }
}
.calender table tr td button.more {
  width: 26px;
  height: 26px;
  background: url(../images/common/btn-more.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 50%;
}
.calender table tr td button.more:focus {
  outline-offset: 2px;
}
.calender table a {
  display: block;
}
@media (max-width: 749px) {
  .calender table a {
    display: flex;
    align-items: center;
  }
}
.calender table a i {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 1px 10px;
  border-radius: 8px 8px 0 0;
  line-height: 1.5;
}
@media (max-width: 749px) {
  .calender table a i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    letter-spacing: 6px;
    padding: 0 4px;
    border-radius: 5px;
  }
}
.calender table a i.ico_ingstart {
  background-color: var(--point);
}
.calender table a i.ico_ingend {
  background-color: var(--point2);
}
.calender__head__set {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef1f6;
  border-radius: 35px;
  border: 1px solid var(--point2);
  padding: 13px 30px;
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  .calender__head__set {
    padding: 13px 18px;
  }
}
.calender__head__set button {
  width: auto;
  padding: 9px 12px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .calender__head__set button {
    padding: 5px 10px;
  }
}
.calender__head__set .btn-calender-set {
  position: relative;
  width: 151px;
}
@media (max-width: 749px) {
  .calender__head__set .btn-calender-set {
    width: auto;
  }
}
.calender__head__set .btn-calender-set .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: transparent;
  caret-color: transparent;
  border: none;
  padding: 0;
}
.calender__head__set .btn-calender-set .form-control::-webkit-input-placeholder {
  color: transparent;
}
.calender__head__set .btn-calender-set .form-control:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.calender__head__set .btn-calender-set .form-control::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.calender__head__set .btn-calender-set .form-control:-ms-input-placeholder {
  color: transparent;
}
.calender__head__set .btn-calender-set .form-control:hover {
  cursor: pointer;
}
@media (max-width: 749px) {
  .calender__head__set .btn-calender-set .form-control {
    left: auto;
    right: 0;
  }
}
.calender__head__set .btn-today,
.calender__head__set .btn-calender {
  border: 1px solid #bbb;
  font-weight: 500;
}
.calender__head__set .btn-today::before,
.calender__head__set .btn-calender::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  margin-bottom: 4px;
}
@media (max-width: 749px) {
  .calender__head__set .btn-today::before,
  .calender__head__set .btn-calender::before {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.calender__head__set .btn-today::before {
  background: url(../images/ico/ico-today.png) 0 50% no-repeat;
}
@media (max-width: 749px) {
  .calender__head__set .btn-today::before {
    display: none;
  }
}
.calender__head__set .btn-calender::before {
  background: url(../images/ico/ico-calendar.png) 0 50% no-repeat;
}
@media (max-width: 749px) {
  .calender__head__set .btn-calender span {
    display: none;
  }
}
.calender__head__set .set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 749px) {
  .calender__head__set .set {
    gap: 15px;
  }
}
.calender__head__set .set .txt {
  color: var(--point2);
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 749px) {
  .calender__head__set .set .txt {
    font-size: 24px;
  }
}
.calender__head__set .set button {
  width: 32px;
  height: 32px;
}
.calender__head__set .set button.calender-prev {
  background: url(../images/ico/ico-arrow-left.png) no-repeat;
}
.calender__head__set .set button.calender-next {
  background: url(../images/ico/ico-arrow-right.png) no-repeat;
}
.calender__head .search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 30px;
}
.calender__head .search-box input {
  width: 350px;
}
@media (max-width: 749px) {
  .calender__head .search-box input {
    width: calc(100% - 82px - 10px);
  }
}
.calender__head .search-box .b-search {
  color: #fff;
  width: 82px;
  height: 44px;
  background-color: var(--black);
  padding: 0;
}
.calender__head .search-box .b-search::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-search.png) no-repeat;
  margin-right: 9px;
}

.way-wrap__head {
  text-align: center;
  word-break: keep-all;
  margin-bottom: 50px;
}
.way-wrap__head strong {
  color: var(--point2);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 749px) {
  .way-wrap__head strong {
    font-size: 30px;
  }
}
.way-wrap__body {
  position: relative;
}
.way-wrap__body .map {
  width: 100%;
  height: 400px;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
.way-wrap__body .map-info {
  position: absolute;
  top: 34px;
  right: 30px;
  z-index: 9;
  width: 380px;
  background-color: var(--point2);
  border-radius: 10px;
  padding: 45px;
}
@media (max-width: 749px) {
  .way-wrap__body .map-info {
    position: static;
    margin-top: 20px;
    width: 100%;
    padding: 30px;
  }
}
.way-wrap__body .map-info dl {
  color: #fff;
}
.way-wrap__body .map-info dl + dl {
  border-top: 1px solid #4d73a3;
  padding-top: 25px;
  margin-top: 25px;
}
.way-wrap__body .map-info dl dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.way-wrap__body .map-info dl dt.ico-map1::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 26px;
  background: url(../images/common/ico-map1.png) no-repeat;
  margin-right: 9px;
}
.way-wrap__body .map-info dl dt.ico-map2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 26px;
  background: url(../images/common/ico-map2.png) no-repeat;
  margin-right: 9px;
}
.way-wrap__body .map-info dl dd {
  font-size: 16px;
}
.way-wrap__body .map-info2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 749px) {
  .way-wrap__body .map-info2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.way-wrap__body .map-info2 dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 40px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media (max-width: 749px) {
  .way-wrap__body .map-info2 dl {
    padding: 30px;
  }
}
.way-wrap__body .map-info2 dl dt {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 90px;
  padding-top: 105px;
}
.way-wrap__body .map-info2 dl dt.ico-map3 {
  background: url(../images/common/ico-map3.png) 50% 0 no-repeat;
}
.way-wrap__body .map-info2 dl dt.ico-map4 {
  background: url(../images/common/ico-map4.png) 50% 0 no-repeat;
}
.way-wrap__body .map-info2 dl dd {
  width: calc(100% - 90px - 40px);
}
@media (max-width: 749px) {
  .way-wrap__body .map-info2 dl dd {
    width: calc(100% - 90px - 30px);
  }
}
.way-wrap__body .map-info2 dl dd span {
  font-size: 16px;
}
.way-wrap__body .map-info2 dl dd ul li {
  position: relative;
  padding-left: 12px;
}
.way-wrap__body .map-info2 dl dd ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--point);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.way-wrap__body .map-info2 dl dd ul li + li {
  margin-top: 20px;
}
.way-wrap__body .map-info2 dl dd ul li em {
  display: block;
}

.bd-tools {
  margin-top: 40px;
}
.bd-tools ul {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bd-tools ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .bd-tools ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bd-tools a {
  display: block;
  position: relative;
  padding: 92px 30px 30px;
  border: 1px solid var(--bd-color);
  border-radius: 20px;
  height: 100%;
}
.bd-tools a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-color: #eef1f6;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bd-tools a.ico1::before {
  background-image: url(../images/ico/ico_tools1.png);
}
.bd-tools a.ico2::before {
  background-image: url(../images/ico/ico_tools2.png);
}
.bd-tools a.ico3::before {
  background-image: url(../images/ico/ico_tools3.png);
}
.bd-tools a.ico4::before {
  background-image: url(../images/ico/ico_tools4.png);
}
.bd-tools a.ico5::before {
  background-image: url(../images/ico/ico_tools5.png);
}
.bd-tools a.ico6::before {
  background-image: url(../images/ico/ico_tools6.png);
}
.bd-tools a.ico7::before {
  background-image: url(../images/ico/ico_tools7.png);
}
.bd-tools a.ico8::before {
  background-image: url(../images/ico/ico_tools8.png);
}
.bd-tools a.ico9::before {
  background-image: url(../images/ico/ico_tools9.png);
}
.bd-tools a.ico10::before {
  background-image: url(../images/ico/ico_tools10.png);
}
.bd-tools a:hover {
  background-color: #eef1f6;
  border-color: var(--point2);
}
.bd-tools a:hover::before {
  background-color: #fff;
}
.bd-tools a .tit {
  color: var(--point2);
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.bd-tools a .txt {
  display: block;
  font-size: 16px;
  word-break: keep-all;
  line-height: 1.5;
}

.terms h3 {
  margin-top: 40px;
}
.terms h3 + h4 {
  margin: 10px 0 10px;
}
.terms h4 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.terms p + ul {
  margin-top: 10px;
}
.terms ul ul {
  margin-left: 22px;
}

.privacy h3 {
  margin-top: 40px;
}
.privacy h3 + h4 {
  margin: 10px 0 10px;
}
.privacy h4 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.privacy .num-list {
  margin-top: 20px;
}
.privacy .num-list > li {
  margin-bottom: 10px;
}
.privacy dl {
  margin-top: 5px;
}
.privacy dl dt {
  font-weight: 600;
}
.privacy .table {
  overflow: hidden;
}
.privacy .table table {
  width: calc(100% + 1px);
}
.privacy .table th, .privacy .table td {
  border-right: 1px solid var(--bd-color);
}

.num-list {
  list-style: decimal;
  padding-left: 20px;
}
.num-list > li::marker {
  font-weight: 600;
}
.num-list > li em {
  font-weight: 600;
}
.num-list ul {
  margin-left: 0;
}

.list-bu3 li::before {
  content: "·";
  display: inline-block;
  vertical-align: middle;
}

.list-no li::before {
  display: none;
}

.join-step {
  margin-top: 30px;
}
.join-step + .login-wrap {
  width: 380px;
}
.join-step ol {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.join-step ol li + li {
  position: relative;
  z-index: 1;
}
.join-step ol li + li::before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: #809bbd;
  position: absolute;
  top: 27px;
  right: 30px;
  z-index: -1;
}
.join-step ol li.on {
  color: var(--point);
  font-weight: 600;
}
.join-step ol li.on + li, .join-step ol li.on + li ~ li {
  font-weight: 500;
  color: var(--black);
}
.join-step ol li.on + li::before, .join-step ol li.on + li ~ li::before {
  background-color: var(--bd-color);
}
.join-step ol li .txt {
  min-width: 62px;
  font-size: 16px;
  font-weight: 600;
  color: var(--point);
  display: block;
  padding-top: 65px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.join-step ol li.step1 .txt {
  background-image: url(../images/common/ico-step1_on.png);
}
.join-step ol li.step1.on .txt {
  background-image: url(../images/common/ico-step1_active.png);
}
.join-step ol li.step1.on + li .txt {
  background-image: url(../images/common/ico-step2_off.png);
}
.join-step ol li.step1.on + li + li .txt {
  background-image: url(../images/common/ico-step3_off.png);
}
.join-step ol li.step2 .txt {
  background-image: url(../images/common/ico-step2_on.png);
}
.join-step ol li.step2.on .txt {
  background-image: url(../images/common/ico-step2_active.png);
}
.join-step ol li.step3 .txt {
  background-image: url(../images/common/ico-step3_off.png);
}
.join-step ol li.step3.on .txt {
  background-image: url(../images/common/ico-step3_active.png);
}

.login-wrap {
  max-width: 100%;
  width: 415px;
  margin: 50px auto 0;
}
.login-wrap .btn-set {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.login-wrap .btn-set [class^=b-] {
  width: 100%;
}
.login-wrap .etc {
  margin: 10px 0 30px;
}
.login-wrap .btn-login {
  color: #fff;
  width: 100%;
  height: 48px;
  font-size: 18px;
  background-color: var(--point);
}
.login-wrap .btn-login2 {
  color: var(--point2);
  width: 100%;
  height: 48px;
  font-size: 18px;
  border: 1px solid var(--point2);
  background-color: #f2f5f8;
}
.login-wrap__box .login-input input {
  width: 100%;
}
.login-wrap__box .login-input + .login-input {
  margin-top: 10px;
}
.login-wrap__box + .sns-login {
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid var(--bd-color);
}
.login-wrap__box + .sns-login.type2 {
  margin-top: 35px;
  border-top: none;
  padding-top: 0;
}
.login-wrap .check-label {
  margin: 15px 0 18px;
}
.login-wrap .etc + .sns-login {
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid var(--bd-color);
}
.login-wrap .sns-login .sns-tit {
  color: #000;
  font-size: 28px;
}
.login-wrap .sns-login h4, .login-wrap .sns-login h5 {
  font-size: 18px;
  text-align: center;
  color: var(--point2);
  margin-bottom: 20px;
}
.login-wrap .sns-login-set {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.login-wrap .txt-or {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
}
.login-wrap .member-etc {
  margin-top: 36px;
  text-align: center;
}
.login-wrap .member-etc + .btn-set {
  margin: 40px 0;
}
.login-wrap .member-etc .b-default2 {
  font-size: 18px;
  height: 48px;
}
.login-wrap .member-etc a {
  font-size: 16px;
}
.login-wrap .member-etc a + a.link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #ccc;
  margin: 0 28px;
}
.login-wrap .member-etc.type2 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.login-wrap .member-etc.type2 a {
  min-width: 134px;
}
.login-wrap.type2 {
  width: -moz-max-content;
  width: max-content;
}
.login-wrap.type2 .login-wrap__box__input {
  max-width: 100%;
  width: 506px;
  margin: 45px auto 0;
}
.login-wrap.type2 .login-wrap__box__input dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrap.type2 .login-wrap__box__input dl dt {
  width: 92px;
  color: var(--point2);
  font-weight: 600;
  flex-shrink: 0;
}
.login-wrap.type2 .login-wrap__box__input dl dd {
  width: 100%;
}
.login-wrap.type2 .login-wrap__box__input dl + dl {
  margin-top: 10px;
}
.login-wrap.type2 .login-wrap__box__input .login-btn {
  margin-top: 20px;
  margin-left: 92px;
}
.login-wrap .ico-box {
  padding-top: 105px;
  text-align: center;
}
.login-wrap .ico-box.ico1 {
  background: url(../images/common/ico-idsearch.png) 50% 0 no-repeat;
}
.login-wrap .ico-box.ico2 {
  background: url(../images/common/ico-idfind.png) 50% 0 no-repeat;
}
.login-wrap .ico-box.ico3 {
  background: url(../images/common/ico-idfind2.png) 50% 0 no-repeat;
}
@media (max-width: 1199px) {
  .login-wrap .ico-box .pc {
    display: none;
  }
}
.login-wrap .find-result {
  text-align: center;
}
.login-wrap .find-result .btn-login {
  width: 339px;
  max-width: 100%;
  margin: 0 auto;
}
.login-wrap .find-result-box {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 80px;
  margin: 0 auto 30px;
  text-align: center;
  background-color: #eef1f6;
  border-radius: 5px;
}
.login-wrap .find-result .txt {
  margin-top: 30px;
}
.login-wrap .find-result .txt .tpoint {
  font-weight: 600;
  color: var(--point2);
}
.login-wrap .login-info {
  text-align: center;
  margin: 30px 0;
}
.login-wrap .login-info .help2 {
  display: inline-block;
}
.login-wrap .login-info .bar {
  border-top: 1px solid var(--bd-color);
  padding-top: 25px;
  margin-top: 25px;
}

.login-etc {
  font-size: 16px;
  width: 296px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-etc .a-login {
  color: var(--point);
}
.login-etc .a-login::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-login2.png) 0 50% no-repeat;
  margin-right: 8px;
}

.login-btn-set {
  width: 380px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.login-btn-set [class^=b-] {
  width: 100%;
  height: 48px;
}

.agg__body.scroll {
  overflow-y: auto;
  max-height: 150px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.agg__body.scroll.long-type {
  max-height: 250px;
}
.agg__body strong {
  color: var(--point2);
}
.agg__foot {
  margin: 20px 0 25px;
}
.agg_all {
  margin-top: -15px;
  padding-top: 20px;
  border-top: 1px solid var(--point2);
}

.agg-con {
  border-top: 2px solid var(--black);
  background-color: #f7f7f7;
  padding: 20px;
}
.agg-con .agg__body {
  color: #757575;
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--input-color);
  border-radius: 5px;
}
.agg-con .agg__body.scroll {
  max-height: 200px;
}
.agg-con h4.tit4 {
  border-top: 1px solid var(--bd-color);
  color: var(--point2);
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 10px;
}
.agg-con h4.tit4:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.agg-con .agg_all {
  padding-top: 25px;
  border-top: 1px solid var(--bd-color);
}
.agg-con .list01 {
  margin-top: 20px;
}
.agg-con .list01 li + li {
  margin-top: 15px;
}

.join-agg {
  margin-top: 50px;
}
.join-agg__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
}
.join-agg__head h4.tit4 {
  margin: 0;
  font-size: 28px;
}
.join-agg__head .agg_all {
  border-top: none;
}
.join-agg .agg__foot {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join-agg .agg__foot label {
  color: var(--point2);
}
.join-agg .agg__foot button {
  position: relative;
  font-size: 18px;
  padding: 8px 56px 8px 15px;
  color: #000;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
.join-agg .agg__foot button::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../images/common/ico-arrow-down.png) 50% no-repeat;
  position: absolute;
  top: 17px;
  right: 15px;
}
.join-agg .agg__foot button[aria-expanded=true] {
  color: var(--point2);
  border: 1px solid var(--point2);
}
.join-agg .agg__foot button[aria-expanded=true]::after {
  background: url(../images/common/ico-arrow-up.png) 50% no-repeat;
}
.join-agg .agg__body {
  display: none;
  color: #757575;
}
.join-agg .agg__body.on {
  display: block;
  margin-top: -10px;
}
.join-agg .agg__body h5 {
  font-size: 18px;
  color: #757575;
  margin-bottom: 10px;
}
.join-agg .agg__body strong {
  display: block;
  margin-top: 20px;
}
.join-agg .agg__body.scroll {
  border: 1px solid var(--bd-color);
  border-radius: 5px;
  background-color: #f7f7f7;
  max-height: 200px;
  padding: 15px;
}

.join-end {
  text-align: center;
}
.join-end p {
  padding-top: 110px;
  font-size: 28px;
  background: url(../images/common/ico-joinend.png) 50% 0 no-repeat;
}
.join-end p em {
  font-weight: 600;
}

.security-info {
  margin-bottom: 16px;
}
.security-info__top {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.security-info__top a {
  display: inline-block;
  font-size: 16px;
  color: var(--point2);
  border: 1px solid var(--point2);
  padding: 8px 20px;
  border-radius: 5px;
}
.security-info__con {
  font-size: 20px;
  text-align: center;
  background-color: #f7fbfe;
  border: 1px solid var(--point2);
  border-radius: 10px;
  padding: 35px;
}
.security-info__con p {
  margin-top: 20px;
}
.security-info__con .fb {
  color: var(--point);
}

.security-items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1199px) {
  .security-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .security-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.security-items .items {
  display: flex;
  align-content: space-between;
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--bd-color);
  border-radius: 20px;
  padding: 20px;
  height: 430px;
}
@media (max-width: 749px) {
  .security-items .items {
    height: initial;
  }
}
.security-items .items i {
  display: block;
  width: 100%;
  height: 70px;
  margin: 10px 0 18px;
}
.security-items .items i::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
}
.security-items .items i.ico1::before {
  background: url(../images/common/ico-security1.png) 50% no-repeat;
}
.security-items .items i.ico2::before {
  background: url(../images/common/ico-security2.png) 50% no-repeat;
}
.security-items .items i.ico3::before {
  background: url(../images/common/ico-security3.png) 50% no-repeat;
}
.security-items .items i.ico4::before {
  background: url(../images/common/ico-security4.png) 50% no-repeat;
}
.security-items .items i.ico5::before {
  background: url(../images/common/ico-security5.png) 50% no-repeat;
}
.security-items .items strong {
  display: block;
  font-family: "NEXONLv2GothicOTFBold";
  font-size: 22px;
  color: var(--point2);
  height: 65px;
  line-height: 1.3;
}
@media (max-width: 749px) {
  .security-items .items strong {
    height: initial;
  }
}
.security-items .items .txt {
  font-size: 16px;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
.security-items .items .txt span {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .security-items .items .txt span br {
    display: none;
  }
}
.security-items .items .down {
  margin-top: auto;
}
.security-items .items .down .b-dowload {
  width: 100%;
  color: var(--point);
  font-size: 15px;
  font-weight: 600;
  padding: 2px 17px;
  background: #fff;
  border: 1px solid var(--point);
  margin-top: auto;
}
.security-items .items .down .b-dowload::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-download.png) no-repeat;
  margin-right: 8px;
}
.security-items .items .down .b-dowload:hover {
  color: #fff;
  background-color: var(--point);
  border-color: var(--point);
}
.security-items .items .down .b-dowload:hover::before {
  background: url(../images/ico/ico-download-on.png) no-repeat;
}
.security-items .items .down .security-unsure,
.security-items .items .down .security-end {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 15px;
  font-family: "NEXONLv2GothicOTFMedium";
  border-radius: 5px;
}
.security-items .items .down .security-unsure {
  color: var(--red);
  line-height: 44px;
  background-color: #fdf3f4;
  margin-bottom: 20px;
}
.security-items .items .down .security-end {
  line-height: 42px;
  color: var(--point2);
  background: #fff;
  border: 1px solid var(--point2);
}
.security-items .items .down .security-end::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../images/common/ico-check-alert.png) no-repeat;
  margin-right: 8px;
}
.security-items .help {
  text-align: left;
  margin: 0 10px;
  word-break: keep-all;
}

.b-down-all::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 17px;
  background: url(../images/common/b-down-all.png) no-repeat;
  margin-right: 8px;
}

.btn-down-all,
.btn-cancel-all {
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  height: 44px;
  line-height: 42px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #fff;
}
.btn-down-all::before,
.btn-cancel-all::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.btn-down-all {
  color: var(--point);
  border: 1px solid var(--point);
}
.btn-down-all::before {
  width: 15px;
  height: 17px;
  background: url(../images/common/ico-down-all.png) no-repeat;
}

.btn-cancel-all {
  color: var(--black);
  border: 1px solid var(--black);
}
.btn-cancel-all::before {
  width: 18px;
  height: 18px;
  background: url(../images/common/ico-cancel-all.png) no-repeat;
}

.bd-infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .bd-infor {
    display: block;
  }
  .bd-infor h3 {
    display: block;
    margin-bottom: 10px;
  }
  .bd-infor .count-total {
    margin-bottom: 10px;
  }
}
.bd-infor .a-txt {
  font-size: 24px;
  font-family: "NEXONLv2GothicOTFBold";
}
.bd-infor .a-txt em {
  color: var(--point2);
}
.bd-infor .head-title {
  margin-bottom: 0;
}
.bd-infor .select-set {
  display: flex;
  gap: 4px;
}
.bd-infor .select-set [class^=b-].b-search {
  width: 56px;
  background-color: var(--black);
  padding: 0;
  margin-left: 6px;
}
.bd-infor .select-set .btn-default {
  padding: 9px 15px;
  color: var(--point2);
  border: 1px solid #809bbd;
  background-color: #fff;
}
.bd-infor .select-set .btn-default.on {
  color: #fff;
  background-color: var(--point2);
  border: 1px solid var(--point2);
}
.bd-infor .btn-select {
  padding: 9px 15px;
  color: var(--point2);
  border: 1px solid #809bbd;
  background-color: #fff;
}
.bd-infor .btn-select.on {
  color: #fff;
  background-color: var(--point2);
  border: 1px solid var(--point2);
}

.bd-infor2 {
  margin: 50px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 749px) {
  .bd-infor2 {
    display: block;
  }
}
.bd-infor2 h4 {
  margin: 0;
  font-size: 28px;
}
.bd-infor2 h3.tit3, .bd-infor2 h4.tit {
  margin: 0;
}
.bd-infor2.tar {
  justify-content: right;
}

.req-txt {
  color: var(--red);
  font-size: 16px;
}

.head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .head-title {
    display: block;
    line-height: 1.4;
  }
}
.head-title p {
  display: inline-block;
}
.head-title h4 {
  margin: 0;
}

.count-total {
  display: inline-block;
  padding: 6px 18px;
  color: var(--point2);
  font-size: 16px;
  border: 1px solid var(--point);
  border-radius: 20px;
  background-color: #F2F9FD;
}
.count-total .point {
  font-size: 18px;
  color: var(--point);
  font-weight: 600;
}
.count-total .bar {
  display: inline-block;
  vertical-align: middle;
  background: var(--point2);
  width: 1px;
  height: 16px;
  margin: 0 9px;
}

.bd-list {
  margin-top: 23px;
}
.bd-list.no-link > ul > li:hover {
  border-color: var(--bd-color);
  background-color: transparent;
}
.bd-list.no-link > ul > li:hover .title {
  color: #000;
}
.bd-list.full > ul {
  display: block;
}
.bd-list.full > ul li + li {
  margin-top: 10px;
}
.bd-list.full > ul .s-box {
  padding: 20px 30px;
}
@media (max-width: 749px) {
  .bd-list.full > ul .s-box {
    padding: 20px;
  }
}
.bd-list.full > ul .txt-list {
  margin-top: 0;
}
.bd-list > ul {
  display: grid;
  gap: 20px;
  flex-shrink: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bd-list > ul {
    display: block;
  }
}
.bd-list > ul > li {
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .bd-list > ul > li {
    margin-bottom: 20px;
  }
}
.bd-list > ul > li:hover, .bd-list > ul > li:focus {
  border-color: var(--point2);
  background-color: #f2f5f8;
}
.bd-list > ul > li:hover .title, .bd-list > ul > li:focus .title {
  color: var(--point2);
}
.bd-list > ul > li:hover .s-box .title2,
.bd-list > ul > li:hover .s-box .tit, .bd-list > ul > li:focus .s-box .title2,
.bd-list > ul > li:focus .s-box .tit {
  color: var(--point2);
}
.bd-list > ul > li:hover .s-box__con .days,
.bd-list > ul > li:hover .s-box__con .name, .bd-list > ul > li:focus .s-box__con .days,
.bd-list > ul > li:focus .s-box__con .name {
  color: var(--point2);
}
.bd-list > ul > li.no-data {
  padding: 20px 0;
  border: none;
}
.bd-list > ul > li.no-data:hover {
  background-color: transparent;
}
.bd-list > ul > li.notice {
  border-color: var(--red);
  background: #fdf3f4 url(../images/ico/ico-notice.png) calc(100% - 20px) 20px no-repeat;
}
.bd-list > ul > li.notice .title {
  color: var(--red);
}
.bd-list > ul > li.notice a {
  padding: 24px 90px 24px 30px;
}
@media (max-width: 749px) {
  .bd-list > ul > li.notice a {
    padding: 15px 70px 15px 20px;
  }
}
.bd-list > ul > li > a {
  width: 100%;
}
.bd-list > ul > li .a-no,
.bd-list > ul > li a {
  display: block;
  padding: 24px 30px;
}
@media (max-width: 749px) {
  .bd-list > ul > li .a-no,
  .bd-list > ul > li a {
    padding: 20px;
  }
}
.bd-list > ul > li .a-no .name,
.bd-list > ul > li a .name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bd-list > ul > li .a-no .name + .title,
.bd-list > ul > li a .name + .title {
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  height: initial;
}
.bd-list > ul > li .a-no .title,
.bd-list > ul > li a .title {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  word-break: keep-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-list > ul > li .a-no .title .notice,
.bd-list > ul > li a .title .notice {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  background-color: #eee;
  padding: 5px 10px;
}
.bd-list > ul > li .a-no .title.type2 .t,
.bd-list > ul > li a .title.type2 .t {
  display: flex;
  align-items: center;
  max-width: calc(100% - 110px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.bd-list > ul > li .a-no .title.type2 .i,
.bd-list > ul > li a .title.type2 .i {
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 2px 13px;
  border-radius: 5px;
  background-color: var(--point2);
  border: 1px solid var(--point2);
}
.bd-list > ul > li .a-no .title.type2 .i.type1,
.bd-list > ul > li a .title.type2 .i.type1 {
  color: var(--red);
  background-color: #fff;
  border: 1px solid var(--red);
}
.bd-list > ul > li .a-no .title.type2 .i.type2,
.bd-list > ul > li a .title.type2 .i.type2 {
  color: #fff;
  background-color: var(--point);
  border: 1px solid var(--point);
}
.bd-list > ul > li .a-no .title.type2 .i.type3,
.bd-list > ul > li a .title.type2 .i.type3 {
  color: #fff;
  background-color: var(--red);
  border: 1px solid var(--red);
}
.bd-list > ul > li .a-no .date,
.bd-list > ul > li a .date {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.bd-list > ul > li .a-no .dist,
.bd-list > ul > li a .dist {
  font-size: 16px;
  display: flex;
  gap: 5px;
  padding: 4px 0;
}
.bd-list > ul > li .a-no .dist span,
.bd-list > ul > li a .dist span {
  display: inline-block;
  padding: 1px 10px;
  color: #757575;
  border-radius: 14px;
  background-color: #eef1f6;
}
.bd-list > ul > li .txt-list {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.bd-list > ul > li .txt-list > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2px 0;
}
.bd-list > ul > li .txt-list > span em {
  position: relative;
  padding-left: 12px;
}
.bd-list > ul > li .txt-list > span em::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.bd-list > ul > li .txt-list > span em {
  width: 96px;
  color: var(--point2);
}
@media (max-width: 749px) {
  .bd-list > ul > li .txt-list > span em {
    width: 92px;
  }
}
.bd-list > ul > li .txt-list > span strong {
  position: relative;
  padding-left: 12px;
}
.bd-list > ul > li .txt-list > span strong::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.bd-list > ul > li .txt-list.long > span em {
  width: 155px;
}
.bd-list .managbox {
  position: relative;
}
.bd-list .managbox .a-box .date,
.bd-list .managbox a .date {
  margin-top: 0;
  color: var(--point2);
  font-size: 16px;
  font-weight: 600;
}
.bd-list .managbox .a-box .date span,
.bd-list .managbox a .date span {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 749px) {
  .bd-list .managbox .a-box .date span,
  .bd-list .managbox a .date span {
    display: block;
    margin-left: 0;
  }
}
.bd-list .managbox .a-box .title2,
.bd-list .managbox a .title2 {
  margin-top: 10px;
  margin-bottom: 8px;
  color: var(--point2);
  font-size: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-list .managbox .a-box .dist,
.bd-list .managbox a .dist {
  display: inline-block;
  color: #757575;
  font-size: 16px;
  padding: 3px 10px;
  background-color: #eef1f6;
  border-radius: 16px;
}
.bd-list .managbox .a-box .dates,
.bd-list .managbox a .dates {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 749px) {
  .bd-list .managbox .a-box .dates,
  .bd-list .managbox a .dates {
    letter-spacing: -0.8px;
  }
}
.bd-list .managbox .a-box [class^=mark],
.bd-list .managbox a [class^=mark] {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-left: 20px;
}
@media (max-width: 749px) {
  .bd-list .managbox .a-box [class^=mark],
  .bd-list .managbox a [class^=mark] {
    margin-left: 4px;
    padding: 3px 10px;
  }
}
.bd-list .managbox .a-box .mark1,
.bd-list .managbox a .mark1 {
  color: var(--point2);
  border: 1px solid var(--point2);
}
.bd-list .managbox .a-box .mark2,
.bd-list .managbox a .mark2 {
  color: var(--red);
  border: 1px solid var(--red);
}
.bd-list .managbox .options {
  position: absolute;
  top: 26px;
  right: 20px;
  display: flex;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 749px) {
  .bd-list .managbox .options {
    top: 18px;
  }
}
.bd-list .managbox .options .btn-copy {
  color: var(--point);
  font-size: 16px;
  border: 1px solid var(--point);
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 15px;
}
.bd-list .managbox .options .btn-etc {
  width: 36px;
  height: 36px;
  background: url(../images/common/btn_etc.png) no-repeat;
}
.bd-list .managbox .options__layer {
  display: none;
  position: absolute;
  top: 40px;
  right: -6px;
  z-index: 9;
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 15px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.bd-list .managbox .options__layer.on {
  display: block;
}
.bd-list .managbox .options__layer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bd-list .managbox .options__layer ul li {
  width: 100%;
}
.bd-list .managbox .options__layer a, .bd-list .managbox .options__layer button {
  color: var(--black);
  font-size: 16px;
  display: block;
  padding: 6px 18px;
}
.bd-list .managbox .options__layer a:hover, .bd-list .managbox .options__layer button:hover {
  color: var(--point2);
  background-color: #f2f5f8;
}
.bd-list .s-box {
  position: relative;
  display: flex;
  padding: 25px 30px;
}
@media (max-width: 749px) {
  .bd-list .s-box {
    padding: 15px 20px;
  }
}
.bd-list .s-box > * {
  min-width: 0;
}
.bd-list .s-box .check {
  width: 48px;
}
.bd-list .s-box .check label {
  position: relative;
}
.bd-list .s-box .check input[type=checkbox] + span {
  font-size: 0;
}
.bd-list .s-box .check input[type=checkbox]:checked + span::after {
  top: 3px;
}
.bd-list .s-box a.s-box__con {
  width: 100%;
  padding: 0;
}
@media (max-width: 749px) {
  .bd-list .s-box a.s-box__con.file_on {
    padding: 0 0 56px;
  }
}
.bd-list .s-box a.s-box__con .title {
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .bd-list .s-box a.s-box__con .title {
    height: 65px;
  }
}
.bd-list .s-box a.s-box__con + .item-file {
  position: absolute;
  bottom: 24px;
  right: 30px;
  width: auto;
}
@media (max-width: 749px) {
  .bd-list .s-box a.s-box__con + .item-file {
    bottom: 20px;
    right: auto;
    left: 20px;
  }
}
.bd-list .s-box__con .title2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0;
  word-break: keep-all;
  font-size: 20px;
}
.bd-list .s-box__con .title2 + .txt-list {
  margin-top: 0;
}
.bd-list .s-box__con .days {
  font-weight: 600;
  font-size: 16px;
  display: block;
}
@media (max-width: 749px) {
  .bd-list .s-box__con .days {
    letter-spacing: -0.2px;
    width: calc(100% - 120px);
  }
}
.bd-list .s-box__con .info-con {
  margin: 9px 0 15px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 749px) {
  .bd-list .s-box__con .info-con {
    align-items: center;
  }
}
.bd-list .s-box__con .info-con .name {
  font-size: 22px;
  font-weight: 600;
}
.bd-list .s-box__con .info-con .age + .exper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #757575;
  margin-right: 10px;
}
.bd-list .s-box__con .txt-set {
  margin-top: 15px;
}
@media (max-width: 749px) {
  .bd-list .s-box__con .txt-set {
    display: inline-flex;
    flex-direction: column;
    gap: 5px 0;
  }
}
.bd-list .s-box__con .txt-set .dist {
  display: inline-block;
  color: #757575;
  font-size: 16px;
  padding: 3px 10px;
  background-color: #eef1f6;
  border-radius: 16px;
}
.bd-list .s-box .item-file {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  margin-left: 20px;
  border: 1px solid #809bbd;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 18px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .bd-list .s-box .item-file {
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.bd-list .s-box .item-file::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  background: url(/kocea/asset/work/images/ico/ico-file2.png);
  margin-right: 7px;
}
.bd-list .s-box .tit {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.bd-list .s-box span.title,
.bd-list .s-box a.title {
  width: 100%;
  padding: 0;
  font-size: 20px;
  word-break: keep-all;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-list .s-box [class^=b-] {
  height: 36px;
}
.bd-list .s-box [class^=b-].b-cancel {
  padding: 5px 14px;
  color: var(--point2);
  margin-left: 20px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-color: #809bbd;
}
@media (max-width: 749px) {
  .bd-list .s-box [class^=b-].b-cancel {
    margin-left: 8px;
  }
}
.bd-list .s-box [class^=b-].b-view {
  padding: 9px 14px;
  color: var(--point);
  background-color: #fff;
  border: 1px solid var(--point);
}
.bd-list .s-box [class^=b-].b-issue {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 9px 20px;
}
@media (max-width: 420px) {
  .bd-list .s-box [class^=b-].b-issue {
    position: static;
    text-align: center;
  }
}
.bd-list .s-box .state1 {
  color: var(--point);
}
.bd-list .s-box .state2 {
  color: var(--red);
}
.bd-list .i-mark {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 749px) {
  .bd-list .i-mark {
    top: 20px;
    right: 20px;
  }
}
.bd-list [class^=i-state] {
  border-radius: 5px;
  padding: 4px 18px;
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 749px) {
  .bd-list [class^=i-state] {
    padding: 4px 10px;
  }
}
.bd-list .i-state1 {
  color: var(--point);
  border: 1px solid var(--point);
}
.bd-list .i-state2 {
  color: var(--red);
  border: 1px solid var(--red);
}
.bd-list table {
  border-collapse: separate;
  text-align: center;
}
@media (max-width: 749px) {
  .bd-list table {
    display: block;
    border-top: 1px solid var(--bd-top-color);
  }
  .bd-list table colgroup,
  .bd-list table thead {
    display: none;
  }
}
.bd-list table thead th {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--point2);
  background-color: #eef1f6;
  border-top: 1px solid var(--point2);
  border-bottom: 1px solid var(--point2);
}
.bd-list table thead th:first-child {
  border-left: 1px solid var(--point2);
  border-radius: 5px 0 0 5px;
}
.bd-list table thead th:last-child {
  border-right: 1px solid var(--point2);
  border-radius: 0 5px 5px 0;
}
.bd-list table thead th.no {
  width: 90px;
}
@media (max-width: 749px) {
  .bd-list table thead th.no {
    display: none;
  }
}
.bd-list table thead th.count {
  width: 85px;
}
@media (max-width: 749px) {
  .bd-list table tbody {
    display: block;
  }
}
.bd-list table tr {
  min-height: 58px;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 749px) {
  .bd-list table tr {
    position: relative;
    padding: 8px 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.bd-list table td {
  height: 100%;
  padding: 16px 0;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 749px) {
  .bd-list table td {
    padding: 4px 0;
    border-bottom: none;
    text-align: left;
  }
}
@media (min-width: 750px) {
  .bd-list table .only-m {
    display: none;
  }
}
.bd-list table .only-m::after {
  content: ":";
  display: inline-block;
  margin: 0 2px;
}
.bd-list table .title {
  width: 100%;
  text-align: left;
}
@media (min-width: 1200px) {
  .bd-list table .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .bd-list table .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.bd-list table .title a:hover {
  color: #063576;
}
.bd-list table .date {
  width: 140px;
}
.bd-list.tac .title {
  text-align: center;
}
.bd-list .comm-num {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 2px 10px;
  background-color: var(--point);
  border-radius: 15px;
  margin-left: 5px;
}
.bd-list .comm-num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../images/common/ico-comm-num.png) no-repeat;
  margin-right: 1px;
}
.bd-list.type2 > ul > li {
  position: relative;
}
.bd-list.type2 > ul > li .title {
  width: calc(100% - 110px);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: initial;
}
@media (max-width: 749px) {
  .bd-list.type2 > ul > li .title {
    width: calc(100% - 90px);
  }
}
.bd-list.type2 > ul > li .title.long {
  width: 100%;
}
.bd-list.type2 > ul > li .txt-list > span em {
  width: 155px;
}
.bd-list.type2 > ul > li .txt-list.short > span em {
  width: 96px;
}
.bd-list.logo-type > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bd-list.logo-type > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.bd-list.logo-type > ul > li a .img {
  display: flex;
  align-items: center;
  aspect-ratio: 243/65;
  max-width: 243px;
  margin-bottom: 20px;
}
.bd-list.logo-type > ul > li a .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
.bd-list.logo-type > ul > li a .name + .title {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
}

.bd-list2 > ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 749px) {
  .bd-list2 > ul {
    display: block;
  }
}
.bd-list2 > ul > li {
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
.bd-list2 > ul > li.no-data {
  padding: 20px 0;
  border: none;
}
@media (max-width: 749px) {
  .bd-list2 > ul > li + li {
    margin-top: 15px;
  }
}
.bd-list2 > ul > li a {
  position: relative;
  display: block;
  padding: 24px 30px;
}
@media (max-width: 749px) {
  .bd-list2 > ul > li a {
    padding: 20px 25px;
  }
}
.bd-list2 > ul > li a > span {
  display: block;
}
.bd-list2 > ul > li .company {
  font-size: 16px;
  font-weight: 600;
}
.bd-list2 > ul > li .txt-set {
  margin: 5px 0 10px;
}
.bd-list2 > ul > li .txt-set .title {
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-list2 > ul > li .txt-set .dist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bd-list2 > ul > li .txt-set .dist span {
  display: inline-block;
  color: #757575;
  font-size: 16px;
  padding: 3px 10px;
  background-color: #eef1f6;
  border-radius: 16px;
}
.bd-list2 > ul > li .days {
  font-size: 16px;
}
.bd-list2 > ul > li .d-day {
  display: inline-block;
  padding: 1px 9px;
  font-size: 15px;
  color: #fff;
  font-family: "NEXONLv2GothicOTFMedium";
  background-color: var(--red);
  border-radius: 5px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 749px) {
  .bd-list2 > ul > li .d-day {
    top: 20px;
    right: 20px;
  }
}

.bd-list3 {
  text-align: center;
}
.bd-list3 ul {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bd-list3 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .bd-list3 ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bd-list3 ul li {
  border: 1px solid var(--bd-color);
  border-radius: 5px;
  font-size: 16px;
}
.bd-list3 ul .info-head {
  position: relative;
  padding: 44px 10px 25px;
  background-color: #eef1f6;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.bd-list3 ul .info-head .i {
  position: absolute;
  top: 20px;
  right: 20px;
}
.bd-list3 ul .i-name {
  color: var(--point);
  font-size: 26px;
  font-family: "NEXONLv2GothicOTFMedium";
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--point);
  border-radius: 50%;
  margin: -30px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.bd-list3 ul .name {
  margin: 25px 0 8px;
  font-weight: 600;
}
.bd-list3 ul .ages {
  display: inline-block;
  background-color: #eef1f6;
  border-radius: 14px;
  padding: 0 12px;
}
.bd-list3 span {
  display: block;
}
.bd-list3 .busi {
  color: var(--point2);
  font-size: 26px;
  font-family: "NEXONLv2GothicOTFBold";
  margin-bottom: 2px;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-list3 .txt-set {
  padding-top: 25px;
  width: calc(100% - 40px);
  margin: 25px 20px 20px;
  border-top: 1px solid var(--bd-color);
}
.bd-list3 .txt-set .txt {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bd-list3 .txt-set .btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.bd-list3 .txt-set .btns [class^=b-] {
  padding: 13px 20px;
}

h4 + .bd-card {
  margin-top: 0;
}

.bd-card {
  margin-top: 23px;
  border-top: 2px solid var(--bd-top-color);
}
h3 + .bd-card {
  margin-top: 10px;
}
.bd-card ul li {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid var(--bd-color);
}
.bd-card ul li.no-data {
  text-align: center;
}
@media (max-width: 1199px) {
  .bd-card ul li {
    display: block;
    padding: 10px 0;
  }
}
.bd-card ul li a.title {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bd-card ul li a.title:hover {
  text-decoration: underline;
}
.bd-card ul li .box {
  padding: 6px 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 280px 1fr 110px;
  line-height: 2;
  gap: 30px;
}
.bd-card ul li .box.type2 {
  grid-template-columns: 240px 1fr 110px;
}
.bd-card ul li .box.type2 .company-box .company {
  font-size: 16px;
}
.bd-card ul li .box.type2 .s .days {
  color: #000;
}
@media (max-width: 1199px) {
  .bd-card ul li .box {
    display: block;
    padding: 6px 10px;
  }
}
.bd-card ul li .box .company-box .company {
  font-size: 18px;
  font-weight: 600;
}
.bd-card ul li .box .company-box .btn-script {
  margin-left: 10px;
}
.bd-card ul li .box .company-box .btn-script:focus {
  outline-offset: 3px;
}
.bd-card ul li .box .txt-set {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .bd-card ul li .box .txt-set {
    display: block;
  }
}
.bd-card ul li .box .txt-set .title {
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.company-set__Box .bd-card ul li .box .txt-set .title {
  color: #000;
  font-weight: 600;
}
.bd-card ul li .box .txt-set .txt {
  color: #757575;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-card ul li .box .txt-set > span {
  display: block;
}
.bd-card ul li .box .txt-set > span.dist {
  margin-top: 10px;
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #757575;
}
.bd-card ul li .box .txt-set > span.dist span {
  padding: 0 10px;
  display: inline-block;
  background-color: #eef1f6;
  border-radius: 14px;
}
.bd-card ul li .box .s {
  font-size: 16px;
  text-align: right;
  color: #757575;
}
@media (max-width: 749px) {
  .bd-card ul li .box .s {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .bd-card ul li .box .s span.days {
    margin-top: 8px;
    text-align: left;
  }
}
.bd-card ul li .box .s span.days.type2 {
  color: #000;
}
.bd-card ul li .box .s span.d-day {
  display: block;
}
@media (max-width: 1199px) {
  .bd-card ul li .box .s span.d-day {
    display: none !important;
  }
}
.bd-card ul li .box .s span.i {
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 2px 13px;
  border-radius: 5px;
  background-color: var(--point2);
  border: 1px solid var(--point2);
}
.bd-card ul li .box .s span.i.type1 {
  color: var(--red);
  background-color: #fff;
  border: 1px solid var(--red);
}
.bd-card ul li .box .s span.i.type2 {
  color: #fff;
  background-color: var(--point);
  border: 1px solid var(--point);
}
.bd-card ul li .box .s span.i.type3 {
  color: #fff;
  background-color: var(--red);
  border: 1px solid var(--red);
}
.bd-card ul li .box .s [class^=b-answer] {
  width: 85px;
  height: 36px;
  background-color: #fff;
  margin-top: 5px;
  padding: 8px 10px;
}
.bd-card ul li .box .s [class^=b-answer].b-answer1 {
  color: var(--red);
  border: 1px solid var(--red);
}
.bd-card ul li .box .s [class^=b-answer].b-answer2 {
  color: var(--point);
  border: 1px solid var(--point);
}
.bd-card i.ico_ingstart, .bd-card i.ico_ingend {
  font-size: 14px;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  margin-right: 6px;
  border-radius: 5px;
}
.bd-card i.ico_ingstart {
  background-color: var(--point);
}
.bd-card i.ico_ingend {
  background-color: var(--point2);
}

.bd-photo {
  margin-top: 24px;
}
.bd-photo.type2 ul li a {
  padding: 30px;
}
.bd-photo.type2 ul li a .info {
  margin: 0 0 17px;
}
.bd-photo.type3 ul {
  display: block;
}
.bd-photo.type3 a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 11px;
}
.bd-photo.type3 a:hover {
  color: var(--point2);
}
@media (max-width: 749px) {
  .bd-photo.type3 a {
    gap: 20px;
    padding: 15px;
  }
}
.bd-photo.type3 a .img {
  display: block;
  aspect-ratio: 142/80;
  width: 142px;
}
.bd-photo.type3 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  vertical-align: middle;
}
.bd-photo.type3 a .set {
  width: calc(100% - 340px);
}
@media (max-width: 749px) {
  .bd-photo.type3 a .set {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.bd-photo.type3 a .title {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 749px) {
  .bd-photo.type3 a .title {
    width: 100%;
  }
}
.bd-photo.type3 a .count {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  color: #757575;
  font-size: 16px;
}
@media (max-width: 749px) {
  .bd-photo.type3 a .count {
    width: 100%;
    display: block;
    position: static;
    transform: none;
  }
}
.bd-photo.type3 a .count::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 14px;
  background: url(../images/common/ico-count.png) no-repeat;
  margin-right: 5px;
}
.bd-photo ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 749px) {
  .bd-photo ul {
    display: block;
  }
}
.bd-photo ul li {
  position: relative;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
  margin-bottom: 20px;
}
.bd-photo ul li:hover {
  background-color: #f2f5f8;
  border-color: var(--point2);
}
.bd-photo ul li .btn-script {
  position: absolute;
  bottom: 36px;
  right: 30px;
  z-index: 9;
}
@media (max-width: 749px) {
  .bd-photo ul li .btn-script {
    bottom: auto;
    top: 115px;
    right: auto;
    left: 40px;
  }
}
.bd-photo ul li .txt-list {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}
.bd-photo ul li .txt-list > span {
  display: flex;
  position: relative;
  padding-left: 12px;
}
.bd-photo ul li .txt-list > span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.bd-photo ul li .txt-list > span {
  margin: 2px 0;
}
.bd-photo ul li .txt-list > span em {
  width: 96px;
  color: var(--point2);
}
.bd-photo ul li a {
  display: block;
  font-size: 16px;
  padding: 30px 30px 30px 116px;
}
@media (max-width: 749px) {
  .bd-photo ul li a {
    padding: 20px 20px 20px 100px;
  }
}
.bd-photo ul li a .photo {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  overflow: hidden;
  aspect-ratio: 65/65;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
@media (max-width: 749px) {
  .bd-photo ul li a .photo {
    left: 20px;
  }
}
.bd-photo ul li a .photo img {
  width: 130%;
  height: 130%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.bd-photo ul li a .photo img.no-image {
  width: 100%;
  height: 100%;
}
.bd-photo ul li a .info {
  display: block;
  margin: 17px 0;
}
@media (max-width: 749px) {
  .bd-photo ul li a .info {
    margin: 10px 0 8px;
  }
}
.bd-photo ul li a .info .name {
  color: var(--point2);
  display: inline-block;
  margin-right: 8px;
  font-size: 22px;
  font-weight: 600;
}
.bd-photo ul li a .s {
  color: var(--point2);
  font-family: "NEXONLv2GothicOTFMedium";
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 749px) {
  .bd-photo ul li a .s {
    display: block;
  }
  .bd-photo ul li a .s span {
    margin-top: 5px;
    display: block;
  }
}
.bd-photo ul li a .s .i {
  display: inline-block;
  border: 1px solid #809bbd;
  padding: 2px 20px;
  border-radius: 5px;
  background: #f2f5f8;
}
@media (min-width: 1200px) {
  .bd-photo ul li a .s .i + span {
    display: block;
  }
}
.bd-photo ul li a .item-list {
  font-size: 16px;
  color: var(--point);
  font-family: "NEXONLv2GothicOTFMedium";
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 20px;
}
@media (max-width: 749px) {
  .bd-photo ul li a .item-list {
    gap: 5px;
    margin: 10px 0;
  }
}
.bd-photo ul li a .item-list .item {
  white-space: nowrap;
  border: 1px solid var(--point);
  padding: 2px 20px;
  border-radius: 16px;
}
@media (max-width: 749px) {
  .bd-photo ul li a .item-list .item:nth-of-type(n+4) {
    display: none;
  }
}
@media (max-width: 749px) {
  .bd-photo ul li a .item-etc > span {
    display: block;
    margin-bottom: 10px;
  }
}
.bd-photo ul li a .item-etc .dist span {
  display: inline-block;
}
.bd-photo ul li a .item-etc .dist span + span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #757575;
  margin: 0 8px;
}
.bd-photo ul li a .item-etc .file {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  margin-left: 10px;
  border: 1px solid #809bbd;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 18px;
}
@media (max-width: 749px) {
  .bd-photo ul li a .item-etc .file {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.bd-photo ul li a .item-etc .file::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  background: url(../images/ico/ico-file2.png);
  margin-right: 7px;
}
.bd-photo ul li a .item-etc .file.tooltip .tooltiptext {
  left: -12px;
}
.bd-photo ul li a .item-etc .etc {
  color: var(--point2);
  font-family: "NEXONLv2GothicOTFMedium";
  display: block;
}
.bd-photo ul li a .mark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto;
  z-index: 9;
}
@media (max-width: 749px) {
  .bd-photo ul li a .mark {
    top: 20px;
    right: 20px;
  }
}
.bd-photo ul li a .mark.tooltip .tooltiptext {
  top: 55px;
}
@media (min-width: 750px) {
  .bd-photo ul li:nth-child(even) .file.tooltip .tooltiptext {
    left: -50% !important;
  }
  .bd-photo ul li:nth-child(even) .file.tooltip .tooltiptext::before {
    left: -50% !important;
  }
  .bd-photo ul li:nth-child(even) .file.tooltip .tooltiptext::after {
    left: calc(-50% - 1px) !important;
  }
  .bd-photo ul li:nth-child(even) .mark.tooltip .tooltiptext {
    left: auto !important;
    right: -25px;
  }
  .bd-photo ul li:nth-child(even) .mark.tooltip .tooltiptext::before {
    left: auto !important;
    right: 36px;
  }
  .bd-photo ul li:nth-child(even) .mark.tooltip .tooltiptext::after {
    left: auto !important;
    right: 35px;
  }
}
@media (max-width: 749px) {
  .bd-photo ul li .file.tooltip .tooltiptext {
    left: -50% !important;
  }
  .bd-photo ul li .file.tooltip .tooltiptext::before {
    left: -50% !important;
  }
  .bd-photo ul li .file.tooltip .tooltiptext::after {
    left: calc(-50% - 1px) !important;
  }
  .bd-photo ul li .mark.tooltip .tooltiptext {
    left: auto !important;
    right: -25px;
  }
  .bd-photo ul li .mark.tooltip .tooltiptext::before {
    left: auto !important;
    right: 36px;
  }
  .bd-photo ul li .mark.tooltip .tooltiptext::after {
    left: auto !important;
    right: 35px;
  }
}

.bd-video {
  margin-top: 24px;
}
.bd-video ul {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .bd-video ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .bd-video ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bd-video ul li {
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
.bd-video ul li .set,
.bd-video ul li a {
  display: block;
  padding: 10px;
}
.bd-video ul li .img {
  position: relative;
  display: block;
  aspect-ratio: 390/220;
}
.bd-video ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.bd-video ul li .img::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  background: url(../images/common/btn-play.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bd-video ul li .txt-set {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  padding: 15px 10px 8px;
  font-size: 16px;
}
.bd-video ul li .txt-set .title {
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-video ul li .txt-set .count::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 14px;
  background: url(../images/common/ico-count.png) no-repeat;
  margin-right: 5px;
}
.bd-video ul li .txt-set .day::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  background: url(../images/common/ico-day.png) no-repeat;
  margin-right: 5px;
}
.bd-video ul li .download-set {
  background-color: #f2f5f8;
  border-radius: 5px;
  padding: 10px;
}
.bd-video ul li .download-set button {
  text-align: left;
  width: 100%;
  padding: 2px 0;
  background: url(../images/ico/ico-down-ar-off.png) calc(100% - 20px) 50% no-repeat;
}
.bd-video ul li .download-set button[disabled] {
  color: #757575;
  background: transparent;
}
.bd-video ul li .download-set button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-download.png) no-repeat;
  margin-right: 5px;
}
.bd-video ul li .download-set button.on {
  margin-bottom: 15px;
  background: url(../images/ico/ico-down-ar-on.png) calc(100% - 20px) 50% no-repeat;
}
.bd-video ul li .download-set button.on + .download-list {
  display: block;
}
.bd-video ul li .download-set .download-list {
  display: none;
}
.bd-video ul li .download-set .file-list {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.bd-video ul li .download-set .file-list .item {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.bd-video ul li .download-set .file-list .item a {
  font-size: 15px;
  font-weight: 600;
  padding: 2px 17px;
}
.bd-video ul li .download-set .file-list .item a:hover {
  color: #fff;
  background-color: var(--point);
  border-color: var(--point);
}
.bd-video ul li .download-set .file-list .item a:hover::before {
  background: url(../images/ico/ico-download-on.png) no-repeat;
}

.bd-banner__set {
  position: relative;
  padding: 30px 0;
  background-color: #eef1f6;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .bd-banner__set {
    margin: 0 -20px;
    padding: 30px 20px;
  }
}
.bd-banner__set::before {
  content: "";
  display: inline-block;
  background-color: #eef1f6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  width: 10000px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .bd-banner__set::before {
    display: none;
  }
}
.bd-banner__set.footer-line {
  margin-bottom: -80px;
}
.bd-banner-type {
  position: relative;
  margin-top: 20px;
  padding: 0 80px;
}
.bd-banner-type.no-swiper {
  padding: 0;
  margin-top: 0;
}
.bd-banner-type.no-swiper ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
}
.bd-banner-type.no-swiper ul li {
  width: auto;
}
@media (min-width: 1200px) {
  .bd-banner-type.no-swiper ul li {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .bd-banner-type.no-swiper ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .bd-banner-type.no-swiper ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .bd-banner-type {
    padding: 0 20px;
    margin: 0 -10px;
  }
}
.bd-banner-type li {
  width: 300px;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid var(--bd-color);
}
@media (max-width: 749px) {
  .bd-banner-type li {
    width: 250px;
    height: 100%;
    padding: 20px 20px 10px;
  }
  .bd-banner-type li > a {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .bd-banner-type li .swiper-slide-next + .swiper-slide ~ .swiper-slide {
    position: relative;
  }
  .bd-banner-type li .swiper-slide-next + .swiper-slide ~ .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 20px;
    background: linear-gradient(to right, rgba(247, 248, 251, 0.1), rgb(247, 248, 251) 90%);
  }
}
.bd-banner-type li a {
  display: block;
}
.bd-banner-type li a span {
  display: block;
}
.bd-banner-type li a span.img {
  display: block;
  aspect-ratio: 320/82;
  max-width: 320px;
  margin-bottom: 26px;
}
.bd-banner-type li a span.img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.bd-banner-type li a span.title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.bd-banner-type li a span.name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 16px;
}
.bd-banner-type li a span.dist {
  font-size: 16px;
  display: flex;
  gap: 5px;
  padding: 20px 0 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-banner-type li a span.dist span {
  display: inline-block;
  padding: 1px 10px;
  color: #000;
  border-radius: 14px;
  background-color: #eef1f6;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.bd-banner-type li a span.days {
  font-size: 16px;
  font-weight: 600;
}
.bd-banner-type li .btn-script {
  position: absolute;
  bottom: 22px;
  right: 30px;
}
.bd-banner-type li .btn-script:focus {
  outline-offset: 3px;
}
.bd-banner-type .ctrl {
  text-align: center;
}
.bd-banner-type .ctrl-button-prev, .bd-banner-type .ctrl-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/common/ico-btn-arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
@media (max-width: 749px) {
  .bd-banner-type .ctrl-button-prev, .bd-banner-type .ctrl-button-next {
    display: none;
  }
}
.bd-banner-type .ctrl-button-prev:focus, .bd-banner-type .ctrl-button-next:focus {
  border-radius: 50%;
}
.bd-banner-type .ctrl-button-prev {
  left: 0;
}
.bd-banner-type .ctrl-button-next {
  right: 0;
  transform: rotate(180deg);
}
.bd-banner-type .ctrl-button-stop, .bd-banner-type .ctrl-button-play {
  width: 34px;
  height: 34px;
}
.bd-banner-type .ctrl-button-stop:focus, .bd-banner-type .ctrl-button-play:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
  border-radius: 50%;
}
.bd-banner-type .ctrl-button-stop {
  background: url(../images/common/ico-btn-arrow-stop.png) no-repeat;
}
.bd-banner-type .ctrl-button-play {
  background: url(../images/common/ico-btn-arrow-play.png) no-repeat;
}
.bd-banner-type .swiper-pagination {
  width: auto;
  display: inline-block;
  position: static;
  margin-top: 16px;
  margin-right: 10px;
}
.bd-banner-type .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #888;
  opacity: 1;
}
.bd-banner-type .swiper-pagination-bullet:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
}
.bd-banner-type .swiper-pagination-bullet-active {
  width: 42px;
  background-color: var(--point);
  border-radius: 5px;
  border: 1px solid var(--point);
}

.bd-toggle {
  margin-top: 24px;
}
.bd-toggle.type2 dl dt {
  position: relative;
}
.bd-toggle.type2 dl dt button {
  padding: 25px 65px 25px 0;
}
.bd-toggle.type2 dl dt button span {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.bd-toggle.type2 dl dt .date {
  position: absolute;
  right: 85px;
  top: 26px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .bd-toggle.type2 dl dt .date {
    position: static;
  }
}
.bd-toggle dl {
  padding: 15px 30px 20px;
  background-color: #fafafa;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
@media (max-width: 749px) {
  .bd-toggle dl {
    padding: 10px 20px 15px;
  }
}
.bd-toggle dl dt button {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 65px 10px 0;
}
.bd-toggle dl dt button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  background: url(../images/common/ico-toggle-down.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
}
.bd-toggle dl dd .file-list {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 749px) {
  .bd-toggle dl dd .file-list {
    padding: 10px 20px;
  }
}
.bd-toggle dl dd .date {
  display: block;
  padding-top: 2px;
}
.bd-toggle dl + dl {
  margin-top: 10px;
}
.bd-toggle dl.active {
  background-color: #eef1f6;
  border-color: var(--point2);
}
.bd-toggle dl.active dt {
  color: var(--point2);
}
.bd-toggle dl.active dt button::before {
  background: url(../images/common/ico-toggle-up.png) no-repeat;
}
.bd-toggle.qna dl dt button {
  color: #000;
  font-size: 20px;
  position: relative;
  padding-left: 85px;
}
@media (max-width: 749px) {
  .bd-toggle.qna dl dt button {
    padding-left: 70px;
  }
}
.bd-toggle.qna dl dt button span {
  display: block;
  color: var(--point2);
  font-size: 16px;
}
.bd-toggle.qna dl dt button span.q-open {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 24px;
  font-family: "NEXONLv2GothicOTFBold";
  color: #757575;
  text-align: center;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 20px;
  background-color: #fff;
}
.bd-toggle.qna dl dd {
  display: none;
  border-radius: 5px;
  background-color: #fff;
}
.bd-toggle.qna dl.active dt button span.q-open {
  color: var(--point2);
}
.bd-toggle.qna dl.active dd {
  margin-top: 18px;
  padding: 20px;
  display: block;
}
@media (max-width: 749px) {
  .bd-toggle.qna dl.active dd {
    padding: 10px;
  }
}
.bd-toggle.qna dl.active dd .file-list {
  padding: 0;
}
.bd-toggle.qna dl.active dd .file-list .item {
  padding-left: 0;
}
.bd-toggle.qna dl.active dd .file-list .item::before {
  display: none;
}

.btn-select {
  display: flex;
  justify-content: space-between;
}
.btn-select div {
  display: flex;
  gap: 10px;
}
@media (max-width: 749px) {
  .btn-select div {
    gap: 5px;
  }
}
.btn-select [class^=b-] {
  padding: 5px 18px;
}
@media (max-width: 749px) {
  .btn-select [class^=b-] {
    min-width: 76px;
    padding: 5px 10px;
  }
}
.btn-select [class^=b-].b-del {
  border-color: var(--red);
}

.bd-basic {
  margin-top: 25px;
  border-top: 2px solid #222;
}
.bd-basic ul li {
  border-bottom: 1px solid var(--bd-color);
}
.bd-basic ul li.notice .bd-box {
  background-color: #fdf3f4;
}
.bd-basic ul li .bd-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
}
@media (max-width: 749px) {
  .bd-basic ul li .bd-box {
    padding: 15px;
    display: block;
  }
}
.bd-basic ul li .bd-box > * {
  flex-shrink: 0;
}
.bd-basic ul li .num {
  width: 110px;
}
.bd-basic ul li .num.i-notice {
  background-color: #fff;
}
.bd-basic ul li .info {
  width: calc(100% - 110px - 20px);
}
@media (max-width: 749px) {
  .bd-basic ul li .info {
    width: 100%;
    margin-top: 15px;
  }
}
.bd-basic ul li .info .title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
}
.bd-basic ul li .info .comm-num {
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  background-color: var(--point);
  border-radius: 15px;
  margin-left: 5px;
}
.bd-basic ul li .info .comm-num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../images/common/ico-comm-num.png) no-repeat;
  margin-right: 5px;
}
.bd-basic ul li .info .detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.bd-basic ul li .info .detail span {
  display: flex;
  gap: 20px;
  color: #757575;
  font-size: 16px;
}
.bd-basic ul li .info .detail span em {
  color: var(--point2);
}

.set-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.bd-view {
  clear: both;
  width: 100%;
  border-bottom: 1px solid var(--bd-color);
}
.bd-view.n-line {
  border-bottom: none;
}
.bd-view__head {
  position: relative;
  padding: 30px 0;
  margin-bottom: 50px;
  background-color: #eef1f6;
}
@media (max-width: 749px) {
  .bd-view__head.scrap-ck .title {
    display: flex;
    width: calc(100% - 75px);
  }
}
.bd-view__head::before {
  content: "";
  display: block;
  width: 4000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  background-color: #eef1f6;
}
.bd-view__head__option {
  display: flex;
  gap: 10px;
}
.bd-view__head__option button {
  margin-top: 5px;
}
.bd-view__head__option button + .bd-view__head__subject {
  width: calc(100% - 40px - 10px);
}
#bd-print .bd-view__head__option {
  position: relative;
}
#bd-print .bd-view__head__option h3 {
  width: calc(100% - 120px);
}
#bd-print .bd-view__head__option .b-default2 {
  position: absolute;
  top: -10px;
  right: 0;
}
.bd-view__head__subject {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  font-family: "NEXONLv2GothicOTFRegular";
  line-height: 1.3;
}
@media (max-width: 749px) {
  .bd-view__head__subject {
    font-size: 25px;
  }
}
.bd-view__head .title {
  color: var(--point2);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bd-view__head .title .btn-script {
  width: 24px;
  height: 20px;
  background-size: 24px 20px;
  margin-bottom: 7px;
  margin-right: 6px;
}
.bd-view__head .title + .bd-view__subject {
  font-size: 28px;
}
@media (max-width: 749px) {
  .bd-view__head .title + .bd-view__subject {
    font-size: 25px;
  }
}
.bd-view__head #reg_interest {
  color: var(--point2);
  position: absolute;
  top: 33px;
  right: 0;
  border: 1px solid #809bbd;
  border-radius: 5px;
  background-color: #fff;
  height: 44px;
  line-height: 42px;
  padding: 0 12px;
}
@media (max-width: 749px) {
  .bd-view__head #reg_interest {
    height: 40px;
    line-height: 38px;
    top: 25px;
  }
}
@media (max-width: 1199px) {
  .bd-view__head__section1 {
    min-height: 100px;
  }
}
.bd-view__head__con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 22px;
}
@media (max-width: 1199px) {
  .bd-view__head__con {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .bd-view__head__con.type2 .photo {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .bd-view__head__con.type2 .bd-view__head__section1 {
    min-height: initial;
  }
}
.bd-view__head__con.type2 .bd-view__head__section2 {
  display: block;
}
@media (max-width: 1199px) {
  .bd-view__head__con.type2 .bd-view__head__section2 {
    margin-top: 0;
    margin-left: 0;
  }
}
.bd-view__head__con .photo {
  display: block;
  aspect-ratio: 140/180;
  width: 140px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .bd-view__head__con .photo {
    width: 80px;
  }
}
.bd-view__head__con .photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.bd-view__head__con .text-set {
  width: calc(100% - 140px - 40px);
}
.bd-view__head__con .text-set.h-type {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto;
}
@media (max-width: 1199px) {
  .bd-view__head__con .text-set {
    width: 100%;
  }
}
.bd-view__head__con .text-set .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bd-view__head__section2 {
  margin-top: 35px;
  display: flex;
  gap: 80px;
}
@media (max-width: 1199px) {
  .bd-view__head__section2 {
    display: block;
    margin-left: -86px;
    margin-top: 15px;
  }
}
.bd-view__head__section2 dl {
  font-size: 16px;
  display: flex;
}
@media (max-width: 1199px) {
  .bd-view__head__section2 dl dd {
    width: calc(100% - 94px);
  }
}
.bd-view__head__section2 dl dt {
  word-break: keep-all;
  position: relative;
  padding-left: 12px;
}
.bd-view__head__section2 dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.bd-view__head__section2 dl dt {
  color: var(--point2);
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .bd-view__head__section2 dl dt {
    width: 94px;
    margin-right: 0;
  }
}
.bd-view__head.type2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid var(--point2);
  padding: 25px 30px;
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .bd-view__head.type2 {
    padding: 15px 20px;
    display: block;
  }
}
.bd-view__head.type2::before {
  display: none;
}
.bd-view__head.type2 .bd-view__subject {
  color: var(--point2);
  font-size: 20px;
  font-family: "NEXONLv2GothicOTFMedium";
  word-break: keep-all;
  line-height: 1.4;
}
.bd-view__head.type2.options .bd-view__subject {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: flex-start;
  margin-right: 20px;
}
.bd-view__head.type2.options .bd-view__subject .i-q {
  letter-spacing: -0.8px;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 20px;
  color: #fff;
  font-size: 18px;
  font-family: "NEXONLv2GothicOTFMedium";
  background-color: var(--point2);
  border-radius: 20px;
  margin-right: 20px;
}
.bd-view__head.type2.options .bd-view__subject .i-q + span {
  margin-top: 7px;
}
.bd-view__head.type2.options .bd-view__meta {
  margin-top: 6px;
}
.bd-view__head.type2 .bd-view__meta {
  margin-top: 0;
  font-size: 16px;
}
.bd-view__head.type2 .bd-view__meta dl dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bd-view__head.type2 .bd-view__meta dl dd {
  color: var(--point2);
}
.bd-view__head.type2 .bd-view__meta dl dd[class^=ico-]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.bd-view__head.type2 .bd-view__meta dl dd.ico-user::before {
  width: 18px;
  height: 16px;
  background: url(../images/common/ico-bd-user.png);
}
.bd-view__head.type2 .bd-view__meta dl dd.ico-date::before {
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-bd-date.png);
}
.bd-view__head.type2 .bd-view__meta dl dd.ico-count::before {
  width: 21px;
  height: 14px;
  background: url(../images/common/ico-bd-count.png);
}
.bd-view__head h3.ico-meto {
  color: #000;
  font-size: 26px;
  padding-left: 40px;
  background: url(../images/common/ico-meto.png) 0 50% no-repeat;
  margin-bottom: 16px;
}
.bd-view__head .head-meto {
  display: flex;
  gap: 20px;
}
.bd-view__head .head-meto .iname {
  font-size: 26px;
  font-family: "NEXONLv2GothicOTFMedium";
  color: var(--point);
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--point);
  border-radius: 50%;
  background-color: #fff;
}
.bd-view__head .head-meto > div > span {
  display: block;
}
.bd-view__head .head-meto > div .name {
  font-size: 28px;
  font-family: "NEXONLv2GothicOTFBold";
  margin: 9px 0 12px;
}
.bd-view__head .head-meto > div .busi {
  color: var(--point2);
  font-family: "NEXONLv2GothicOTFBold";
  margin: 10px 0;
}
.bd-view__head .head-meto > div .dist {
  display: flex;
  gap: 10px;
}
.bd-view__head .head-meto > div .dist span {
  font-size: 16px;
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  border-radius: 14px;
}
.bd-view__head2 {
  position: relative;
  padding: 30px 0;
  margin-bottom: 50px;
  background-color: #eef1f6;
}
.bd-view__head2::before {
  content: "";
  display: block;
  width: 4000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  background-color: #eef1f6;
}
.bd-view__head2 .bd-view__subject {
  width: calc(100% - 200px);
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .bd-view__head2 .bd-view__subject {
    width: 100%;
    padding-top: 56px;
  }
}
@media (max-width: 749px) {
  .bd-view__head2 .support-btns {
    padding-bottom: 0;
  }
  .bd-view__head2 .support-btns .btn-send {
    position: static;
  }
}
.bd-view__head2 .support-btns .btn-default {
  padding: 0 34px;
}
@media (max-width: 749px) {
  .bd-view__head2 .support-btns .btn-default {
    padding: 0 20px;
  }
}
.bd-view__head2 .bd-item {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 27px;
  right: 0;
}
@media (max-width: 749px) {
  .bd-view__head2 .bd-item {
    display: block;
    width: 100%;
  }
}
.bd-view__head2 .bd-item .i,
.bd-view__head2 .bd-item .btn-mod {
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  padding: 9px 12px;
}
.bd-view__head2 .bd-item .i {
  color: #fff;
}
.bd-view__head2 .bd-item .i.ing {
  background-color: var(--red);
  border-radius: 22px;
}
@media (max-width: 749px) {
  .bd-view__head2 .bd-item .i {
    float: left;
  }
}
.bd-view__head2 .bd-item .btn-mod {
  color: var(--point2);
  border: 1px solid #809bbd;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .bd-view__head2 .bd-item .btn-mod {
    float: right;
  }
}
.bd-view__head2 .list-bu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 749px) {
  .bd-view__head2 .list-bu {
    display: block;
  }
}
.bd-view__head2 .list-bu li {
  display: flex;
}
.bd-view__head2 .list-bu li em {
  width: 95px;
  color: var(--point2);
}
.bd-view__head2 .btn-pop {
  position: absolute;
  top: 93px;
  right: 0;
}
@media (max-width: 749px) {
  .bd-view__head2 .btn-pop {
    top: auto;
    bottom: 102px;
  }
}
.bd-view__subject {
  color: #000;
  font-size: 18px;
  font-family: "NEXONLv2GothicOTFRegular";
  font-weight: 400;
  line-height: 1.3;
}
.bd-view__meta {
  margin-top: 10px;
  display: flex;
}
.bd-view__meta dl {
  display: flex;
  margin-right: 20px;
}
.bd-view__meta dl:last-child {
  margin-right: 0;
}
.bd-view__meta dl dt::after {
  content: ":";
  display: inline-block;
  margin: 0 5px;
}
.bd-view__meta dl dd {
  color: #7c7c7c;
}
.bd-view .dbdata {
  min-height: 200px;
  word-break: break-all;
}
.bd-view .dbdata table {
  margin: 20px 0;
}
.bd-view .dbdata table th, .bd-view .dbdata table td {
  padding: 10px;
  border: 1px solid var(--bd-color);
}
.bd-view .dl-section {
  font-family: "Noto Sans CJK KR", sans-serif;
  border-top: 2px solid var(--bd-top-color);
}
.bd-view .dl-section.full dl {
  display: block;
}
.bd-view .dl-section dl + dl {
  margin-top: -1px;
}
.bd-view .dl-section.type2 dl {
  grid-template-columns: 140px 290px 100px 1fr;
}
@media (max-width: 1199px) {
  .bd-view .dl-section.type2 dl {
    grid-template-columns: 140px 1fr;
  }
}
.bd-view .dl-section.type2 dl dt {
  padding: 16px 0 16px 20px;
}
.bd-view .dl-section .list {
  border-bottom: 1px solid var(--bd-color);
}
@media (min-width: 1200px) {
  .bd-view .dl-section .list.w2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .bd-view .dl-section .list.w2 > li {
    width: 50%;
  }
}
.bd-view .dl-section .list > li {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  border-bottom: 1px solid var(--bd-color);
  margin-bottom: -1px;
}
.bd-view .dl-section .list.label-list {
  display: flex;
  gap: 0;
}
.bd-view .dl-section .list.label-list li {
  width: 33.3333333333%;
}
@media (max-width: 749px) {
  .bd-view .dl-section .list.label-list li {
    width: 100%;
  }
}
.bd-view .dl-section > dl {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  display: grid;
  grid-template-columns: 130px 1fr 130px 1fr;
  justify-content: space-between;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 1199px) {
  .bd-view .dl-section > dl {
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 749px) {
  .bd-view .dl-section > dl {
    font-size: 16px;
  }
}
.bd-view .dl-section > dl.full {
  grid-template-columns: 130px 1fr;
}
.bd-view .dl-section > dl > * {
  border-bottom: 1px solid var(--bd-color);
  margin-bottom: -1px;
}
.bd-view .dl-section > dl > dt {
  color: var(--point2);
  min-width: 150px;
  padding: 16px 15px 16px 20px;
  letter-spacing: -0.45px;
}
@media (max-width: 749px) {
  .bd-view .dl-section > dl > dt {
    min-width: 140px;
  }
}
.bd-view .dl-section > dl > dt.w2 {
  width: 160px;
}
.bd-view .dl-section > dl > dd {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
}
.bd-view .dl-section > dl > dd .bar {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  background: url(../images/ico/bar-arr.png) no-repeat;
}
.bd-view .dl-section > dl > dd .b-log {
  margin: -10px 0;
}
.bd-view .dl-section.type3 > dl {
  grid-template-columns: 150px 1fr;
}
@media (max-width: 749px) {
  .bd-view .dl-section.type3 > dl {
    display: block;
  }
  .bd-view .dl-section.type3 > dl > dt {
    padding: 10px 15px;
  }
}
.bd-view .dl-section.type3 > dl .dl-section__dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 749px) {
  .bd-view .dl-section.type3 > dl .dl-section__dd {
    display: block;
  }
}
.bd-view .dl-section.type3 > dl .dl-section__dd dl + dl {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .bd-view .dl-section.type3 > dl .dl-section__dd dl + dl:nth-child(2) {
    margin-top: 0;
  }
}
.bd-view .dl-section.type3 > dl .dl-section__dd dl dt {
  font-weight: 600;
  word-break: keep-all;
}
.bd-view .dl-section.type3 > dl .dl-section__dd dl dd {
  margin-top: 5px;
}
.bd-view .dl-section.type3 > dl .dl-section__dd dl ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
.bd-view .dl-section.type3 > dl .dl-section__dd dl ul li {
  width: 100%;
  margin: 4px 0;
}
.bd-view .dl-section-2 {
  margin-top: 20px;
}
.bd-view .dl-section-2 dl {
  line-height: 1.5;
  margin-bottom: 20px;
}
.bd-view .dl-section-2 dl dt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.bd-view .dl-section-list dl {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr 100px 1fr;
  justify-content: space-between;
  line-height: 2;
}
@media (max-width: 749px) {
  .bd-view .dl-section-list dl {
    display: block;
  }
}
.bd-view .dl-section-list dl dt {
  font-weight: 600;
}
.bd-view__nav {
  margin-top: 40px;
  border: 1px solid #222;
  border-width: 1px 0;
}
@media (max-width: 749px) {
  .bd-view__nav {
    margin-top: 20px;
  }
}
.bd-view__nav > dl {
  display: flex;
}
.bd-view__nav > dl:not(:last-of-type) {
  border-bottom: 1px solid var(--bd-color);
}
.bd-view__nav > dl:last-child dt::before {
  transform: rotate(180deg);
}
.bd-view__nav > dl > dt {
  width: 122px;
  color: var(--black);
  text-align: center;
  font-weight: 600;
  align-content: center;
  background: #f5f5f5;
  padding: 15px 10px;
}
.bd-view__nav > dl > dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(../images/common/ico-nav.png) no-repeat;
  margin-right: 8px;
}
.bd-view__nav > dl > dd {
  color: #757575;
  width: calc(100% - 122px);
  padding: 15px 30px;
}
.bd-view__nav > dl > dd a {
  color: #000;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.bd-view__replay {
  margin-top: -22px;
  padding-top: 20px;
  background-color: #fff;
}
.bd-view__replay .textarea-set {
  padding: 20px 0;
  width: 100%;
}
.bd-view__replay .textarea-set textarea {
  padding: 20px;
  height: 150px;
}
.bd-view__replay .textarea-set .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bd-view__replay .textarea-set .btns #count em {
  color: var(--point);
}
.bd-view__replay__list {
  margin-top: 15px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
.bd-view__replay__list li {
  position: relative;
  border-bottom: 1px dashed var(--bd-color);
}
.bd-view__replay__list li:last-child {
  border-bottom: none;
}
.bd-view__replay__list li [class^=b-] {
  width: 70px;
  padding: 3px 10px;
}
.bd-view__replay__list li dl {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.bd-view__replay__list li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  font-weight: 600;
}
.bd-view__replay__list li dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.bd-view__replay__list li dl dd .button-set {
  display: flex;
  gap: 10px;
}
.bd-view__replay__list li dl dd .date {
  font-size: 16px;
  color: #757575;
  display: block;
  margin-top: 8px;
}
.bd-view__replay__list li dl.comment-reply {
  position: relative;
  margin-left: 100px;
  background-color: #f9f9f9;
  border-top: 1px dashed var(--bd-color);
  padding: 30px 30px 30px 78px;
}
.bd-view__replay__list li dl.comment-reply::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 57px;
  left: 30px;
  background: url(../images/common/ico-arrow-reply.png) no-repeat;
}
.bd-view__replay__list li dl.comment-reply dt {
  width: 80px;
  justify-content: flex-start;
}
.bd-view__replay__list li dl.comment-reply .reply-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bd-view__replay__list li dl.comment-reply .reply-input textarea {
  width: 100%;
  height: 75px;
}
.bd-view__replay dl.data {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  background-color: #f2f9fd;
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 1px solid var(--point);
  border-radius: 5px;
}
@media (max-width: 749px) {
  .bd-view__replay dl.data {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
}
.bd-view__replay dl.data dt span {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--point);
  border-radius: 20px;
  word-break: keep-all;
}
.bd-view__replay dl.data dd {
  width: 100%;
}
.bd-view__replay dl.data dd .date {
  margin-top: 6px;
  display: block;
  color: var(--point2);
  font-size: 16px;
}
@media (max-width: 749px) {
  .bd-view__replay dl.data dd .date {
    position: absolute;
    top: 16px;
    right: 20px;
  }
}
.bd-view__replay dl.data dd .dbdata {
  margin-top: 15px;
  padding: 0;
  min-height: initial;
}
@media (max-width: 749px) {
  .bd-view__replay dl.data dd .dbdata {
    margin-top: 8px;
  }
}
.bd-view__foot {
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
  margin-bottom: -82px;
  background-color: #eef1f6;
}
.bd-view__foot::before, .bd-view__foot::after {
  content: "";
  display: block;
  width: 4000px;
  position: absolute;
  left: -100%;
}
.bd-view__foot::before {
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: #eef1f6;
}
.bd-view__foot::after {
  bottom: 1px;
  z-index: 1;
  border-bottom: 1px solid #eef1f6;
}
.bd-view__foot img {
  margin-bottom: 30px;
}
.bd-view__foot .btn-set {
  margin-top: 40px;
  margin-bottom: 0;
}
.bd-view__foot .btn-set [class^=b-] {
  width: 140px;
  padding: 13px 15px;
}
@media (max-width: 749px) {
  .bd-view__foot .btn-set [class^=b-] {
    width: 100%;
  }
}
.bd-view__foot .check_txt {
  font-size: 28px;
  font-family: "NanumMyeongjo";
  word-break: keep-all;
  margin-bottom: 20px;
}
.bd-view .btn-set {
  margin: 20px 0 40px;
}
.bd-view__box {
  padding: 25px 30px;
  border: 1px solid var(--bd-color);
  border-radius: 5px;
}
@media (max-width: 749px) {
  .bd-view__box {
    padding: 20px 25px;
  }
}
.bd-view__box + .bd-view__box {
  margin-top: 20px;
}
.bd-view__box h3 {
  font-size: 28px;
  color: #000;
  padding-left: 45px;
  margin-bottom: 8px;
}
.bd-view__box h3 + p {
  font-size: 16px;
  margin-left: 45px;
}
@media (max-width: 749px) {
  .bd-view__box h3 + p {
    margin-left: 0;
  }
}
.bd-view__box h3 + p.txt {
  font-size: 18px;
}
.bd-view__box h3.ico1 {
  background: url(../images/common/ico-info1.png) 0 4px no-repeat;
}
.bd-view__box h3.ico2 {
  background: url(../images/common/ico-info2.png) 0 4px no-repeat;
}
.bd-view__box h3.ico3 {
  background: url(../images/common/ico-info3.png) 0 4px no-repeat;
}
.bd-view__box h3.ico4 {
  background: url(../images/common/ico-info4.png) 0 4px no-repeat;
}
.bd-view__box h3.ico5 {
  background: url(../images/common/ico-info5.png) 0 4px no-repeat;
}
.bd-view__box h3 .ex {
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFRegular";
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--point);
  background-color: #f2f9fd;
  border-radius: 20px;
  padding: 3px 15px;
  margin-left: 10px;
}
.bd-view__box h3.ico1 + .main-list, .bd-view__box h3.ico1 + p, .bd-view__box h3.ico2 + .main-list, .bd-view__box h3.ico2 + p {
  font-size: 18px;
}
.bd-view__box h3.ico1 + .main-list dl dt, .bd-view__box h3.ico1 + p dl dt, .bd-view__box h3.ico2 + .main-list dl dt, .bd-view__box h3.ico2 + p dl dt {
  width: 250px;
}
.bd-view__box .main-list {
  font-size: 16px;
  margin-left: 45px;
}
@media (max-width: 749px) {
  .bd-view__box .main-list {
    margin-left: 0;
  }
}
.bd-view__box .main-list dl {
  display: flex;
  margin: 3px 0;
}
.bd-view__box .main-list dl dt {
  width: 230px;
  color: var(--point2);
  position: relative;
  padding-left: 12px;
}
.bd-view__box .main-list dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.bd-view__box .con-txt {
  font-size: 16px;
  margin-left: 45px;
}
@media (max-width: 749px) {
  .bd-view__box .con-txt {
    margin-left: 0;
  }
}
.bd-view__box .con-txt dl dt {
  font-weight: 600;
  padding: 5px 0 8px;
}
.bd-view__box .con-txt dl + dl {
  margin-top: 12px;
}
.bd-view__box .con-txt .con {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.bd-view.photo-type .dbdata {
  padding: 30px 20px;
  text-align: center;
}
.bd-view .area-list li {
  display: flex;
  gap: 5px;
}
.bd-view .area-list li em {
  font-weight: 600;
  width: 38px;
  flex-shrink: 0;
}

.dl-section3 {
  border-top: 2px solid var(--bd-top-color);
  border-bottom: 1px solid var(--bd-color);
  padding: 10px 20px;
}
.dl-section3 textarea {
  vertical-align: middle;
}

.bd-reg {
  clear: both;
  width: 100%;
  border-top: 2px solid var(--bd-top-color);
  margin-bottom: 20px;
}
.bd-reg.long > dl > dt {
  width: 220px;
}
@media (max-width: 1199px) {
  .bd-reg.long > dl > dt {
    width: 100%;
  }
}
.bd-reg > dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 60px;
}
@media (max-width: 1199px) {
  .bd-reg > dl {
    display: block;
  }
}
.bd-reg > dl > * {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 20px;
}
@media (max-width: 1199px) {
  .bd-reg > dl > * {
    display: block;
    padding: 8px 10px;
  }
}
.bd-reg > dl > dt, .bd-reg > dl > dd {
  border-bottom: 1px solid var(--bd-color);
}
.bd-reg > dl > dt {
  color: var(--point2);
  letter-spacing: -0.45px;
  width: 182px;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .bd-reg > dl > dt {
    width: 100%;
  }
}
.bd-reg > dl > dt label {
  align-items: center;
}
.bd-reg > dl.etc {
  display: block;
}
.bd-reg > dl.etc > * {
  display: block;
}
.bd-reg > dl.etc > dt {
  width: 100%;
  background-color: transparent;
  border-bottom: none;
  padding: 22px 20px 0;
}
.bd-reg > dl.etc > dd {
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
}
.bd-reg > dl.etc label.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 29px;
}
.bd-reg > dl.etc label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bd-reg > dl.etc label.switch input:checked + span {
  background-color: var(--point);
  text-align: left;
  padding: 0 11px;
}
.bd-reg > dl.etc label.switch input:checked + span::after {
  transform: translateX(32px);
}
.bd-reg > dl.etc label.switch span {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  inset: 0;
  background-color: var(--input-color);
  transition: 0.3s;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  text-align: right;
  padding: 0 7px;
}
.bd-reg > dl.etc label.switch span::after {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 3px;
  top: auto;
  bottom: 3px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .bd-reg.pop-type > dl {
    display: table;
  }
}
@media (max-width: 749px) {
  .bd-reg.pop-type > dl {
    display: block;
  }
}
@media (max-width: 1199px) {
  .bd-reg.pop-type > dl > dt {
    width: 182px;
  }
}
@media (max-width: 749px) {
  .bd-reg.pop-type > dl > dt {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .bd-reg.pop-type > dl > * {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 10px;
  }
}
@media (max-width: 749px) {
  .bd-reg.pop-type > dl > * {
    display: block;
    padding: 8px 10px;
  }
}
.bd-reg.pop-type .input-set-4type {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd-reg.pop-type .input-set-4type input {
  width: 100%;
}
.bd-reg .select-set {
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .bd-reg .select-set {
    flex-wrap: wrap;
  }
}
.bd-reg .select-set label {
  align-items: center;
}
.bd-reg .select-set.type2 {
  display: inline-flex;
}
.bd-reg .select-set.type2 select {
  width: 100%;
  max-width: 25%;
}
.bd-reg .select-set.item-add__lang {
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .bd-reg .select-set.item-add__lang {
    position: relative;
    display: block;
  }
  .bd-reg .select-set.item-add__lang .b-del {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.bd-reg .select-set.item-add__lang .select {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .bd-reg .select-set.item-add__lang .select:first-child {
    width: auto;
  }
  .bd-reg .select-set.item-add__lang .select:first-child select {
    width: 347px;
  }
}
@media (max-width: 749px) {
  .bd-reg .select-set.item-add__lang .select {
    width: calc(100% - 66px - 10px);
  }
  .bd-reg .select-set.item-add__lang .select + .select {
    margin-top: 5px;
  }
}
.bd-reg .select-set.item-add__lang .select select {
  width: 100%;
}
.bd-reg #item-lang {
  position: relative;
  padding-right: 152px;
}
@media (max-width: 749px) {
  .bd-reg #item-lang {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.bd-reg #item-lang .b-add {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 749px) {
  .bd-reg #item-lang .b-add {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -70px;
  }
}
.bd-reg #item-lang .b-add.no-list {
  position: static;
}
.bd-reg #item-qualify,
.bd-reg #item-learn,
.bd-reg #item-place {
  position: relative;
  padding-right: 146px;
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify,
  .bd-reg #item-learn,
  .bd-reg #item-place {
    padding-right: 0;
  }
}
.bd-reg #item-qualify .b-add,
.bd-reg #item-learn .b-add,
.bd-reg #item-place .b-add {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .b-add,
  .bd-reg #item-learn .b-add,
  .bd-reg #item-place .b-add {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -70px;
  }
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .item-add,
  .bd-reg #item-qualify .item-place,
  .bd-reg #item-learn .item-add,
  .bd-reg #item-learn .item-place,
  .bd-reg #item-place .item-add,
  .bd-reg #item-place .item-place {
    padding-bottom: 50px;
  }
}
.bd-reg #item-qualify .item-add li,
.bd-reg #item-qualify .item-place li,
.bd-reg #item-learn .item-add li,
.bd-reg #item-learn .item-place li,
.bd-reg #item-place .item-add li,
.bd-reg #item-place .item-place li {
  position: relative;
}
.bd-reg #item-qualify .item-add li .input-text,
.bd-reg #item-qualify .item-place li .input-text,
.bd-reg #item-learn .item-add li .input-text,
.bd-reg #item-learn .item-place li .input-text,
.bd-reg #item-place .item-add li .input-text,
.bd-reg #item-place .item-place li .input-text {
  width: calc(100% - 525px);
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .item-add li .input-text,
  .bd-reg #item-qualify .item-place li .input-text,
  .bd-reg #item-learn .item-add li .input-text,
  .bd-reg #item-learn .item-place li .input-text,
  .bd-reg #item-place .item-add li .input-text,
  .bd-reg #item-place .item-place li .input-text {
    width: calc(100% - 76px);
  }
}
.bd-reg #item-qualify .item-add li .input-text input[type=text],
.bd-reg #item-qualify .item-place li .input-text input[type=text],
.bd-reg #item-learn .item-add li .input-text input[type=text],
.bd-reg #item-learn .item-place li .input-text input[type=text],
.bd-reg #item-place .item-add li .input-text input[type=text],
.bd-reg #item-place .item-place li .input-text input[type=text] {
  width: 100%;
}
.bd-reg #item-qualify .item-add li + li,
.bd-reg #item-qualify .item-place li + li,
.bd-reg #item-learn .item-add li + li,
.bd-reg #item-learn .item-place li + li,
.bd-reg #item-place .item-add li + li,
.bd-reg #item-place .item-place li + li {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .item-add li + li,
  .bd-reg #item-qualify .item-place li + li,
  .bd-reg #item-learn .item-add li + li,
  .bd-reg #item-learn .item-place li + li,
  .bd-reg #item-place .item-add li + li,
  .bd-reg #item-place .item-place li + li {
    border-top: 1px solid var(--bd-color);
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .item-add li:first-child .b-del,
  .bd-reg #item-qualify .item-place li:first-child .b-del,
  .bd-reg #item-learn .item-add li:first-child .b-del,
  .bd-reg #item-learn .item-place li:first-child .b-del,
  .bd-reg #item-place .item-add li:first-child .b-del,
  .bd-reg #item-place .item-place li:first-child .b-del {
    top: 0;
  }
  .bd-reg #item-qualify .item-add li .b-del,
  .bd-reg #item-qualify .item-place li .b-del,
  .bd-reg #item-learn .item-add li .b-del,
  .bd-reg #item-learn .item-place li .b-del,
  .bd-reg #item-place .item-add li .b-del,
  .bd-reg #item-place .item-place li .b-del {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
.bd-reg #item-qualify textarea,
.bd-reg #item-learn textarea,
.bd-reg #item-place textarea {
  margin-top: 10px;
  height: 60px;
}
@media (max-width: 749px) {
  .bd-reg #item-qualify .date-set,
  .bd-reg #item-learn .date-set,
  .bd-reg #item-place .date-set {
    width: 100%;
  }
}
.bd-reg #item-learn {
  padding-right: 135px;
}
@media (max-width: 1199px) {
  .bd-reg #item-learn {
    padding-right: 0;
  }
}
.bd-reg #item-qualify .date-set,
.bd-reg #item-learn .date-set {
  flex-basis: 160px;
}
@media (max-width: 1199px) {
  .bd-reg #item-qualify .find-box,
  .bd-reg #item-qualify .select-set,
  .bd-reg #item-learn .find-box,
  .bd-reg #item-learn .select-set {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 74px;
  }
  .bd-reg #item-qualify .item-place,
  .bd-reg #item-learn .item-place {
    padding-right: 50px;
  }
  .bd-reg #item-qualify .date-set,
  .bd-reg #item-learn .date-set {
    flex-basis: 100%;
  }
  .bd-reg #item-qualify .date-set input,
  .bd-reg #item-learn .date-set input {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 749px) {
  .bd-reg #item-learn input {
    width: 100% !important;
  }
  .bd-reg #item-learn select {
    width: calc(50% - 5px);
  }
}
.bd-reg textarea {
  height: 100px;
  vertical-align: middle;
}
.bd-reg__details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .bd-reg__details {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.bd-reg__section {
  padding: 0 !important;
}
.bd-reg__section > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 1199px) {
  .bd-reg__section > ul > li {
    display: block;
  }
}
.bd-reg__section > ul > li:last-child {
  border-bottom: none;
}
.bd-reg__section > ul > li strong {
  color: var(--point2);
  width: 132px;
  padding-left: 20px;
  font-weight: 500;
  font-family: "NEXONLv2GothicOTFMedium";
  word-break: keep-all;
}
@media (max-width: 1199px) {
  .bd-reg__section > ul > li strong {
    display: block;
    margin-top: 12px;
    width: 100%;
  }
}
.bd-reg__section > ul > li .list-details {
  padding-right: 10px;
  width: calc(100% - 132px);
}
@media (max-width: 1199px) {
  .bd-reg__section > ul > li .list-details {
    width: 100%;
  }
}
.bd-reg__section > ul > li .list-details dl {
  display: flex;
  margin: 10px 0;
  padding: 8px 20px;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .bd-reg__section > ul > li .list-details dl {
    display: block;
  }
}
.bd-reg__section > ul > li .list-details dl dt {
  width: 125px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .bd-reg__section > ul > li .list-details dl dt {
    width: 100%;
  }
}
.bd-reg__section > ul > li .list-details dl dd {
  width: 100%;
}
.bd-reg__section > ul > li .list-details dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.bd-reg__section > ul > li .list-details dl dd ul li {
  width: 33.3333333333%;
}
@media (max-width: 749px) {
  .bd-reg__section > ul > li .list-details dl dd ul li {
    width: 100%;
  }
}
.bd-reg__section > ul > li .list-details dl + dl {
  margin-top: 10px;
}
.bd-reg .fpoint {
  font-family: "NEXONLv2GothicOTFMedium";
  color: var(--point2);
}
.bd-reg .b-default {
  padding: 13px 20px;
  background-color: var(--point2);
}
.bd-reg .b-default2 {
  color: #fff;
  padding: 13px 20px;
  background-color: var(--black);
  border: 1px solid var(--black);
}
.bd-reg .b-del {
  min-width: 66px;
  padding: 13px 15px;
  border: 1px solid var(--red);
}
.bd-reg .b-add {
  color: var(--point2);
  border: 1px solid #809bbd;
  background-color: #fff;
  padding: 13px 20px;
  white-space: nowrap;
}
.bd-reg .b-add::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/ico/b-add.png) no-repeat;
  margin-right: 8px;
}
.bd-reg .btn-pop {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/b-tooltip.png) no-repeat;
}
.bd-reg__agg {
  background-color: #f7f7f7;
}
.bd-reg__agg li {
  display: flex;
  padding: 11px 20px;
  border-bottom: 1px solid var(--bd-color);
}
.bd-reg .date-set {
  width: 392px;
  max-width: 100%;
}
.bd-reg .file-list {
  padding: 15px 30px;
  border: 1px solid var(--input-color);
  border-radius: 5px;
}
@media (max-width: 749px) {
  .bd-reg .file-list {
    padding: 10px 20px;
  }
}
.bd-reg .depart-set {
  display: flex;
  gap: 10px;
}
.bd-reg .depart-set input {
  width: 100%;
}
.bd-reg label {
  align-items: flex-start;
}

.basic-infor {
  position: relative;
  border-top: 2px solid var(--bd-top-color);
}
@media (min-width: 750px) {
  .basic-infor {
    padding-left: 180px;
  }
}
@media (max-width: 1199px) {
  .basic-infor {
    padding-left: 0;
  }
}
.basic-infor dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 1199px) {
  .basic-infor dl {
    display: block;
  }
}
.basic-infor dl > * {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid var(--bd-color);
}
@media (max-width: 1199px) {
  .basic-infor dl > * {
    display: block;
  }
}
.basic-infor dl dt {
  width: 180px;
  color: var(--point2);
  background-color: #f7f7f7;
  padding: 8px 20px;
}
@media (max-width: 1199px) {
  .basic-infor dl dt {
    width: 100%;
  }
}
.basic-infor dl dd {
  padding: 8px 20px;
}
.basic-infor dl dd input {
  max-width: 100%;
}
.basic-infor dl.photo-div {
  border-bottom: 1px solid var(--bd-color);
}
@media (min-width: 750px) {
  .basic-infor dl.photo-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
  }
}
.basic-infor dl.photo-div .photo {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.basic-infor dl.photo-div .b-photo-del {
  padding: 0;
  width: 30px;
  height: 30px;
  background: url(../images/ico/btn-del.png) no-repeat;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
}
.basic-infor dl.photo-div .b-photo-del:focus {
  outline-offset: 3px;
  outline-color: #000;
}
.basic-infor dl.photo-div dd {
  border-bottom: none;
  width: 180px;
}
.basic-infor dl.photo-div .b-default2 {
  width: 100px;
  height: 36px;
  padding: 5px 10px;
}
@media (max-width: 1199px) {
  .basic-infor .mobile_wrap .basic-infor__head {
    display: flex;
    flex-direction: row-reverse;
  }
  .basic-infor .mobile_wrap .basic-infor__head .photo-div {
    width: 180px;
  }
  .basic-infor .mobile_wrap .basic-infor__head .photo-div + dl {
    width: calc(100% - 180px);
  }
  .basic-infor .mobile_wrap .basic-infor__head input {
    width: 100%;
  }
}

.company-set__Box {
  margin-top: 50px;
  margin-bottom: -80px;
  position: relative;
  padding: 10px 0 50px;
  background-color: #eef1f6;
}
.company-set__Box.top-type {
  padding-top: 40px;
  margin: 0;
}
@media (max-width: 749px) {
  .company-set__Box.top-type {
    padding: 30px 0;
  }
}
.company-set__Box.top-type .bd-view__head__subject {
  width: calc(100% - 160px);
}
@media (max-width: 749px) {
  .company-set__Box.top-type .bd-view__head__subject {
    width: 100%;
  }
}
.company-set__Box.top-type .support-btns {
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 749px) {
  .company-set__Box.top-type .support-btns {
    position: static;
    padding-bottom: 0;
    justify-content: center;
  }
  .company-set__Box.top-type .support-btns button {
    min-width: 110px;
  }
}
.company-set__Box::before {
  content: "";
  display: block;
  width: 4000px;
  height: 100%;
  background-color: #eef1f6;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
}
.company-set__Box .company-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  border-top: 2px solid var(--bd-top-color);
}
@media (max-width: 1199px) {
  .company-set__Box .company-info {
    display: block;
  }
}
.company-set__Box .company-info__img {
  position: relative;
  margin-top: 13px;
  width: 250px;
  aspect-ratio: 250/170;
  max-width: 250px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 749px) {
  .company-set__Box .company-info__img {
    width: 100%;
    margin: 13px auto 0;
  }
}
.company-set__Box .company-info__img img {
  max-width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.company-set__Box .company-info__img img.no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.company-set__Box .company-info .dl-section {
  border-top: none;
  width: calc(100% - 250px - 30px);
}
@media (max-width: 1199px) {
  .company-set__Box .company-info .dl-section {
    width: 100%;
  }
}

.dbdata {
  padding: 20px;
  line-height: 1.6;
}

.list-box li {
  margin-right: 15px;
}
.list-box li:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .quick-menu {
    display: none !important;
  }
}
.quick-menu {
  display: none;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 -10px;
}
.quick-menu.is-show {
  display: flex;
}
.quick-menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid var(--point);
  padding: 0 15px;
}
.quick-menu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.quick-menu ul li a {
  font-size: 16px;
  display: inline-block;
  padding: 13px 0;
}
.quick-menu ul li.active a {
  position: relative;
  font-weight: 600;
  color: var(--point);
}
.quick-menu ul li.active a::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--point);
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro-box {
  border: 1px solid var(--bd-color);
  padding: 20px;
  margin-bottom: 30px;
}

.bd-view__file .file-list {
  padding: 17px 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .bd-view__file .file-list {
    padding: 15px 20px;
  }
}
.file-list .item {
  position: relative;
  display: block;
  padding-left: 24px;
  word-break: break-word;
}
.file-list .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background: url(../images/ico/ico-file.png) no-repeat;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.file-list .item a,
.file-list .item .icon-down {
  display: inline-block;
  padding: 4px 20px;
  font-size: 16px;
  color: var(--point);
  background-color: #fff;
  border: 1px solid var(--point);
  border-radius: 5px;
  margin-left: 10px;
}
.file-list .item a::before,
.file-list .item .icon-down::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-download.png) no-repeat;
  margin-right: 5px;
}
.file-list .item + .item {
  margin-top: 10px;
}
.file-list .item .b-del {
  height: 38px;
  padding: 10px 15px;
  margin-left: 15px;
}
.file-list#logoPreview .item .b-del {
  color: var(--red);
  line-height: 19px;
}

.file-find .explan-txt {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.file-find .explan-txt input {
  width: 100%;
}
.file-find .explan-txt .fileBtn {
  background-color: var(--point2);
}
.file-find .explan-txt .fileBtn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 16px;
  background: url(../images/ico/ico-attach-file.png) no-repeat;
  margin-right: 8px;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.keyword-list li {
  font-size: 14px;
  color: #757575;
  padding: 3px 12px;
  background-color: #eef1f6;
  border-radius: 14px;
}
.keyword-list li a {
  color: #757575;
}

.keyword-list2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 749px) {
  .keyword-list2 {
    display: block;
  }
}
.keyword-list2.type2, .dl-section.type3 .keyword-list2 {
  gap: 5px 40px;
  font-size: 18px;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .keyword-list2 li {
    width: 100%;
  }
  .keyword-list2 li + li {
    margin-top: 10px;
  }
}
.keyword-list2 li button {
  color: var(--point);
  font-size: 16px;
  border: 1px solid var(--point);
  border-radius: 22px;
  padding: 9px 12px 9px 20px;
}
.keyword-list2 li button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url(../images/ico/ico-del.png) 50% no-repeat;
  margin-top: 3px;
  margin-left: 4px;
}

.item-add li + li {
  margin-top: 15px;
}

.input-box {
  width: 347px;
  max-width: 100%;
}

.input-box2 {
  width: 450px;
  max-width: 100%;
}

.fpoint {
  font-family: "NEXONLv2GothicOTFMedium";
  color: var(--point2);
}

.find-box {
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .find-box input {
    width: calc(100% - 66px - 10px);
  }
}
.find-box .b-default {
  padding: 13px 20px;
  background-color: var(--point2);
}
.find-box-set {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 749px) {
  .find-box-set {
    display: block;
  }
  .find-box-set .find-box + .find-box {
    margin-top: 10px;
  }
}

.find-box2 {
  display: flex;
  gap: 10px;
}
.find-box2 input {
  width: 100%;
}
@media (max-width: 1199px) {
  .find-box2 input {
    width: calc(100% - 66px - 10px);
  }
}
.find-box2 + .keyword-list2 {
  margin-top: 15px;
}

.textarea-box textarea {
  height: 155px;
  vertical-align: top;
}

.frame-wrap {
  padding: 80px 128px;
  background: #eef1f6;
}
@media (max-width: 1199px) {
  .frame-wrap {
    padding: 40px;
  }
}
@media (max-width: 749px) {
  .frame-wrap {
    padding: 20px;
  }
}
.frame-wrap .frame {
  width: 1024px;
  height: 1479px;
  padding: 112px 162px;
  background: url(../images/bg_frame.png) 50% no-repeat;
  border-radius: 5px;
}
.frame-wrap .frame h3 {
  margin: 90px 0 65px;
  color: #000;
  font-size: 56px;
  text-align: center;
  font-weight: 600;
}
.frame-wrap .frame h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 52px 0 16px;
}
.frame-wrap .frame dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 1.8;
  font-size: 22px;
}
.frame-wrap .frame dl > * {
  display: table-cell;
  vertical-align: top;
}
.frame-wrap .frame dl dt {
  width: 116px;
  font-weight: 600;
}
.frame-wrap .frame dl dt span {
  display: block;
  width: 77px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.frame-wrap .frame dl + dl {
  margin-top: 8px;
}
.frame-wrap .frame dl dd span {
  display: inline-block;
}
.frame-wrap .frame dl dd span + span {
  margin-left: 30px;
}
.frame-wrap .day {
  margin: 70px 0;
  font-size: 24px;
  font-family: "NEXONLv2GothicOTFMedium";
  text-align: center;
}
.frame-wrap .txt {
  font-size: 24px;
  line-height: 1.8;
  margin: 70px -37px;
  word-break: keep-all;
}
.frame-wrap .sign {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  font-family: "NanumMyeongjo";
}

.rating-set {
  background-color: #f2f9fd;
  margin-left: 45px;
  margin-top: 10px;
  padding: 40px 30px;
}
@media (max-width: 749px) {
  .rating-set {
    margin-left: 0;
    padding: 30px 20px;
  }
}
.rating-set .rating-item.head {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.rating-set .rating-item .rating {
  display: flex;
  gap: 20px;
}
@media (max-width: 749px) {
  .rating-set .rating-item .rating {
    gap: 10px;
  }
}
.rating-set .rating-item .rating button {
  width: 42px;
  height: 40px;
  background: url(../images/common/ico-star-off.png) no-repeat;
}
@media (max-width: 749px) {
  .rating-set .rating-item .rating button {
    width: 35px;
    height: 33px;
    background-size: 35px 33px;
  }
}
.rating-set .rating-item .rating button:hover, .rating-set .rating-item .rating button.selected {
  background: url(../images/common/ico-star-on.png) no-repeat;
}
@media (max-width: 749px) {
  .rating-set .rating-item .rating button:hover, .rating-set .rating-item .rating button.selected {
    background-size: 35px 33px;
  }
}
.rating-set .rating-item__details {
  font-size: 18px;
}
.rating-set .rating-item__details dl span {
  color: #fff;
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background-color: var(--point2);
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.rating-set .rating-item__details dl + dl {
  margin-top: 30px;
}
.rating-set .rating-item__details dl dt {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.8;
}
.rating-set .rating-item__details dl dd {
  margin-left: 40px;
}
.rating-set .rating-item__details dl dd textarea {
  height: 100px;
}

.paging {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .paging + .btn-set.r {
    float: right;
    margin-top: -48px;
  }
}
@media (max-width: 749px) {
  .paging {
    padding-bottom: 50px;
  }
}
.paging ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px;
}
.paging ul li > * {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 749px) {
  .paging ul li > * {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.paging ul li a {
  display: block;
}
.paging ul li a.disabled {
  display: none;
}
.paging ul li .arr {
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
@media (max-width: 749px) {
  .paging ul li .arr {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 749px) {
  .paging ul li .arr {
    min-width: 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
}
.paging ul li .arr.first {
  background-image: url(../images/common/ico_paging_first.png);
}
@media (max-width: 749px) {
  .paging ul li .arr.first {
    left: calc(50% - 80px);
  }
}
.paging ul li .arr.prev {
  background-image: url(../images/common/ico_paging_prev.png);
}
@media (max-width: 749px) {
  .paging ul li .arr.prev {
    left: calc(50% - 38px);
  }
}
.paging ul li .arr.next {
  background-image: url(../images/common/ico_paging_next.png);
}
@media (max-width: 749px) {
  .paging ul li .arr.next {
    right: calc(50% - 38px);
  }
}
.paging ul li .arr.last {
  background-image: url(../images/common/ico_paging_last.png);
}
@media (max-width: 749px) {
  .paging ul li .arr.last {
    right: calc(50% - 80px);
  }
}
.paging ul li.active {
  color: #fff;
  border-radius: 10px;
  background-color: var(--point);
}

@media print {
  @page {
    size: A4;
    margin: 0 10mm;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #recruit .bd-view__head__option .b-default2,
  #recruit .help-box,
  .header,
  .lnb,
  .toolbar,
  .hgroup,
  .footer,
  .btn-set,
  .btn-script,
  #reg_interest,
  .support-btns,
  .no-print {
    display: none !important;
  }
  #contents {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
  }
  .frame-wrap {
    margin: 0 auto;
    padding: 0;
    background: none !important;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
  }
  .frame-wrap .frame {
    width: 210mm;
    height: 297mm;
    transform: scale(0.98); /* ← 축소 비율 */
    transform-origin: top left;
    padding: 102px 100px 0;
    width: 100%;
    background-size: 100%;
  }
  .frame-wrap .frame h3 {
    margin: 70px 0 40px;
    font-size: 40px;
  }
  .frame-wrap .frame h4 {
    font-size: 20px;
    margin: 40px 0 10px;
  }
  .frame-wrap .frame dl {
    font-size: 16px;
  }
  .frame-wrap .frame dl + dl {
    margin-top: 5px;
  }
  .frame-wrap .day {
    font-size: 18px;
    margin: 65px 0 50px;
  }
  .frame-wrap .txt {
    font-size: 16px;
    margin: 60px 0;
  }
  .frame-wrap .sign {
    font-size: 32px;
  }
}
@media print {
  #bd-print.bd-view {
    overflow: auto;
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
  }
}
@media print {
  #bd-print.bd-view .dl-section > dl {
    grid-template-columns: 130px 1fr 130px 1fr;
  }
}
@media print {
  #bd-print.bd-view .dl-section.type2 dl {
    grid-template-columns: 120px 200px 90px 1fr;
  }
}
@media print {
  #bd-print.bd-view .dl-section.type3 dl {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
}
@media print {
  #bd-print.bd-view .dl-section .list.w2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  #bd-print.bd-view .dl-section .list.w2 > li {
    width: 50%;
  }
}
@media print {
  #bd-print .bd-view__head__section1 {
    min-height: initial;
  }
}
@media print {
  #bd-print .bd-view__head__section2 {
    margin-left: 0;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media print {
  #bd-print .company-set__Box .company-info {
    padding-bottom: 50px;
  }
}
@media print {
  #bd-print .bd-view__head__con .text-set {
    width: calc(100% - 140px - 40px);
  }
}
@media print {
  #bd-print .bd-view__head__con .photo {
    width: 140px;
  }
}

.popupOpened {
  overflow: hidden;
}
.popupOpened .popwrap.active {
  display: block;
}

.popwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.popwrap .set {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 749px) {
  .popwrap .set {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #popup .popwrap .set {
    width: 100%;
    margin: 0;
  }
}
.popwrap .set__wrap {
  position: relative;
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 20px;
}
.popwrap .set__wrap.md {
  width: 700px;
}
.popwrap__header {
  position: relative;
  border-radius: 20px 20px 0 0;
}
.popwrap__header .pop-title {
  color: var(--point2);
  font-size: 32px;
  font-weight: 600;
  margin-top: 16px;
  padding: 14px 62px 0;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
.popwrap__body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 30px 30px;
  word-break: keep-all;
}
@media (max-width: 749px) {
  .popwrap__body {
    padding: 15px 20px 20px;
  }
}
.popwrap__body textarea {
  height: 200px;
}
.popwrap__body .dl-reg dd {
  margin: 10px 0 5px;
}
.popwrap__body .bd-infor {
  margin-top: 40px;
  align-items: flex-end;
}
.popwrap__body .bd-infor h3.tit {
  margin: 0;
}
.popwrap__body h3.tit {
  margin: 40px 0 10px;
}
.popwrap__body .sh {
  margin-bottom: 20px;
}
.popwrap .close {
  position: absolute;
  top: 26px;
  right: 20px;
  background-color: transparent;
  min-width: 50px;
  height: 50px;
}
.popwrap .close::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../images/common/ico-close.png) no-repeat;
}
.popwrap .btn-set {
  margin-bottom: 0;
}
.popwrap .pop-info .color-box {
  background-color: #eef1f6;
  border-radius: 5px;
  padding: 7px 20px;
  margin: 14px 0;
}
.popwrap .tit-support {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  background-color: #eef1f6;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
#popup .popwrap {
  background-color: #fff;
}
#popup .popwrap .popwrap-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  background-color: var(--point2);
  padding: 15px 20px;
}
#popup .popwrap .popwrap__body {
  padding: 30px 20px;
  max-height: calc(100vh - 75px);
}
.popwrap .del-wrap-box {
  border-bottom: none;
  margin: 30px 0 20px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
}
.popwrap .del-wrap-box .btn-del {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: none;
  overflow: hidden;
}
.modal::before {
  content: "";
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.modal.in {
  display: flex !important;
}
@media (min-width: 1200px) {
  body .modal.in {
    overflow: hidden;
  }
}
.modal-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  max-height: calc(100% - 60px);
}
.modal-header {
  color: #fff;
  background-color: var(--point);
  border-radius: 14px 14px 0 0;
  padding: 14px 40px;
}
@media (max-width: 749px) {
  .modal-header {
    padding: 12px 20px;
  }
}
.modal-header .modal-title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0;
}
@media (max-width: 749px) {
  .modal-header .modal-title {
    font-size: 22px;
  }
}
.modal-header .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
}
.modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 40px 0;
  max-height: calc(100% - 76px);
  margin-right: 5px;
}
@media (max-width: 749px) {
  .modal-body {
    padding: 20px 20px 0;
  }
}
.modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.modal-body::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #888;
}
.modal-body::-webkit-scrollbar-button {
  width: 6px;
  height: 10px;
}
.modal-body.scroll {
  max-height: calc(100% - 80px) !important;
  margin-right: 10px;
}
@media (max-width: 749px) {
  .modal-body.scroll {
    max-height: calc(100% - 60px) !important;
  }
}
.modal-footer {
  text-align: center;
  padding: 20px 40px 0;
}
@media (max-width: 749px) {
  .modal-footer {
    padding: 10px 20px 20px;
  }
}
.modal-footer [class^=b-] {
  min-width: 90px;
}
.modal-footer .close {
  position: absolute;
  top: 16px;
  right: 30px;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
.modal-footer .close::before {
  font-size: 36px;
}
@media (max-width: 749px) {
  .modal-footer .close {
    top: 10px;
    right: 5px;
  }
}
.modal .btn-set {
  margin-top: 30px;
  margin-bottom: 10px;
}
.modal .btn-set [class^=b-] {
  min-width: 90px;
}
.modal .btn-set .close {
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 8px;
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
}

.modal-dialog {
  width: 1120px;
  height: 100vh;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
.modal-dialog .scroll {
  max-height: calc(100vh - 430px);
}
@media (max-width: 749px) {
  .modal-dialog .scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (max-width: 1199px) {
  .modal-dialog {
    width: calc(100% - 20px) !important;
  }
}
.modal-dialog.modal-md {
  width: 850px;
}
.modal-dialog.modal-sm {
  width: 600px;
}
.modal-dialog textarea {
  height: 100px !important;
}

.sh-pop .tab-list2 {
  margin-bottom: 20px;
}
.sh-pop .tab-list2 ul {
  border-radius: 26px;
}
.sh-pop .tab-list2 ul li a {
  padding: 11px 40px;
  font-size: 18px;
}
.sh-pop .tab-list2 ul li a.on {
  border-radius: 26px;
}
.sh-pop__head {
  margin: 10px 0 20px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.sh-pop__head dl dt {
  color: var(--point2);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.sh-pop__head dl dt em {
  color: var(--point);
}
.sh-pop__head dl dt span {
  display: inline-block;
  margin-left: 4px;
  font-weight: 500;
}
.sh-pop__head dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sh-pop__head .btn-del {
  font-size: 18px;
  padding-right: 28px;
  background: url(../images/ico/btn-del2.png) right 50% no-repeat;
}
.sh-pop__body {
  margin-bottom: 17px;
}
.sh-pop__body .scroll {
  height: 100%;
  max-height: 340px;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
@media (max-width: 749px) {
  .sh-pop__body .scroll {
    padding: 15px;
  }
}
.sh-pop__body ul li + li {
  margin-top: 9px;
}
@media (max-width: 749px) {
  .sh-pop__body ul li + li {
    margin-top: 4px;
  }
}
.sh-pop__body .no-data {
  text-align: center;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 5px;
}
.sh-pop__wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: 41% 59%;
  justify-content: space-between;
}
@media (max-width: 749px) {
  .sh-pop__wrap {
    gap: 2px;
    margin: 0 2px;
    grid-template-columns: 50% 50%;
  }
}
.sh-pop__wrap .btn-ckbox {
  border-radius: 5px;
  border: 1px solid var(--black);
}
.sh-pop__wrap .btn-ckbox.scroll {
  padding: 0;
}
.sh-pop__wrap .btn-ckbox button {
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: left;
  padding: 11px 30px;
}
@media (max-width: 749px) {
  .sh-pop__wrap .btn-ckbox button {
    font-size: 16px;
    padding: 11px 30px 11px 15px;
    word-break: keep-all;
  }
}
.sh-pop__wrap .btn-ckbox button.on {
  color: var(--point);
  font-weight: 600;
  background-color: #f3f5f8;
}
@media (max-width: 749px) {
  .sh-pop__wrap .btn-ckbox button.on {
    background-position: calc(100% - 10px) 50% !important;
  }
}
.sh-pop__wrap .dl-details {
  height: 100%;
}
.sh-pop__wrap .dl-details dd {
  height: 100%;
}
.sh-pop__wrap .dl-details dd ul {
  height: 100%;
}
.sh-pop__foot {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sh-pop__etc {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.sh-pop__etc dl {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.sh-pop__etc dl dt {
  width: 60px;
  text-align: center;
}
.sh-pop__etc dl dd {
  width: 100%;
}
.sh-pop__etc dl dd input[type=text] {
  width: 100%;
}
.sh-pop .sh {
  margin-bottom: 20px;
}
.sh-pop .scroll {
  text-align: left;
}

.search-box2 {
  padding: 12px 0;
  margin: 10px 0 20px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.search-box2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.search-box2 .btn-del {
  font-size: 18px;
  padding-right: 28px;
  background: url(../images/ico/btn-del2.png) right 50% no-repeat;
}

.select-set__details .select-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.select-set__details .select-wrap .select {
  width: 100%;
  display: flex;
  gap: 10px;
}
.select-set__details .select-wrap .select select {
  width: 100%;
}
.select-set__details .select-wrap + .select-wrap {
  border-top: 1px solid var(--black);
  padding-top: 20px;
  margin-top: 20px;
}
.select-set__details .btn-add {
  margin-top: 30px;
  text-align: center;
}
.select-set__details .btn-add .b-add {
  color: var(--point2);
  background-color: #fff;
  border: 1px solid #809bbd;
}
.select-set__details .btn-add .b-add::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/ico/b-add.png) no-repeat;
  margin-right: 8px;
}

.sample-box {
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 15px;
}

.install-box {
  background-color: #eef1f6;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 16px 0;
}
.install-box a {
  color: var(--point);
  background-color: #fff;
  border: 1px solid var(--point);
}
.install-box a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-open-in-new.png) no-repeat;
  margin-left: 8px;
}

.datepicker {
  font-family: "Arial", "돋움", "굴림", "새굴림", "dotum", Helvetica, Arial, sans-serif, "Roboto", sans-serif;
}
.datepicker.dropdown-menu {
  position: absolute;
  border: 2px solid var(--point);
}
.datepicker.dropdown-menu th.next,
.datepicker.dropdown-menu th.prev {
  font-size: 20px;
}
.datepicker.dropdown-menu .table-condensed {
  border-collapse: separate;
}
.datepicker table {
  width: auto;
}
.datepicker table thead tr th {
  font-size: 14px;
}
.datepicker table thead tr:last-child {
  border-bottom: 1px solid var(--bd-color);
  margin-bottom: 5px;
}
.datepicker table tr td {
  font-size: 0.875rem;
}
.datepicker table tr td.active.active {
  background-color: var(--point) !important;
  background-image: none;
}
.datepicker table tr td.active.active:hover {
  background-image: none;
}
.datepicker table tr td.today {
  background-color: var(--point2) !important;
  background-image: none;
}
.datepicker table tr td.today:hover {
  color: #fff;
  background-image: none;
}
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #888;
}
.datepicker .datepicker-prev::before {
  content: "«";
}
.datepicker .datepicker-next::before {
  content: "»";
}

.datepicker table tr td.today,
.datepicker .month.focused {
  background-color: var(--point);
  color: #fff;
}

.datepicker-dropdown {
  padding: 6px;
  position: absolute;
  z-index: 99;
}

hr {
  margin: 50px 0;
  border: none;
  border-top: 1px dashed rgba(255, 0, 0, 0.5);
}

.header {
  height: 240px;
  background-image: url(../images/common/bg-sub.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
}
@media (max-width: 1600px) {
  .header {
    background-size: auto 200px;
  }
}
@media (max-width: 1199px) {
  .header {
    background-image: url(../images/common/bg-mobile@2x.png);
    background-size: cover;
    height: 80px;
  }
}

.footer {
  margin-top: 80px;
  border-top: 1px solid var(--bd-color);
}
#wrap.mypag .header {
  background: url(../images/common/bg_sub_mypag.png) 50% 0 no-repeat;
}

@media (min-width: 1200px) {
  #container {
    margin-top: -90px;
    padding-top: 90px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  #container {
    margin: 0 20px;
  }
}
@media (max-width: 749px) {
  #container {
    margin: 0 10px;
  }
}
@media (min-width: 1300px) {
  #container.login-container {
    border: 1px solid var(--bd-color);
    border-radius: 20px;
    padding: 80px 100px;
  }
}
#container.login-container .hgroup ol {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.tooltip .tooltiptext {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 10;
  color: #000;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  max-width: 506px;
  left: -56px;
  border-radius: 20px;
  border-width: 1px;
  padding: 15px 20px;
  border: 2px solid #353746;
  background-color: #fff;
  word-break: keep-all;
}
@media (max-width: 749px) {
  .tooltip .tooltiptext {
    width: 340px;
  }
  .photo-set .tooltip .tooltiptext {
    left: auto;
    right: -10px;
  }
  .photo-set .tooltip .tooltiptext::before {
    left: auto;
    right: 16px;
  }
  .photo-set .tooltip .tooltiptext::after {
    left: auto;
    right: 15px;
  }
  .label-list .tooltip .tooltiptext {
    left: auto;
    right: -110px;
    width: 200px;
  }
}
.tooltip .tooltiptext ul {
  line-height: 1.7;
}
.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: -10px; /* 말풍선 위로 */
  left: 66px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #353746; /* 테두리 */
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 65px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #fff; /* 배경색 */
}
.tooltip.on .tooltiptext {
  display: block;
}

/* 필수입력 */
.req {
  display: inline-block;
  width: 0;
  position: relative;
  height: 15px;
  margin-right: 3px;
}
.req:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #d91f61;
}
.req > * {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nowMap {
  position: relative;
}
.nowMap .selArea button {
  position: relative;
  padding: 5px 50px 5px 10px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.nowMap .selArea button::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/common/select-arr2.png) no-repeat;
  position: absolute;
  top: 9px;
  right: 10px;
}
.nowMap .helpLayer {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  background-color: #fff;
  border: 1px solid var(--bd-color);
  width: 500px;
}
.nowMap .helpLayer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.nowMap .helpLayer ul li a {
  display: block;
  padding: 2px 10px;
}

.tab-list {
  position: relative;
  margin-bottom: 40px;
}
.tab-list ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 749px) {
  .tab-list ul {
    display: none;
  }
}
.tab-list ul li a {
  padding: 16px 38px;
  font-size: 18px;
  color: var(--black);
  text-align: center;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  background-color: #eef1f6;
}
.tab-list ul li a.on {
  color: #fff;
  background-color: var(--point);
  font-weight: 600;
}
.tab-list .mobile {
  display: none;
}
@media (max-width: 749px) {
  .tab-list .mobile {
    display: block;
  }
}
.tab-list .mobile select {
  width: 100%;
}
.tab-list-ctrl {
  display: none;
}
@media (max-width: 749px) {
  .tab-list-ctrl {
    position: relative;
    width: 100%;
    display: block;
    padding: 9px 60px 9px 30px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    background-color: var(--point);
    border-radius: 32px;
  }
  .tab-list-ctrl::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 10px;
    background: url(../images/ico/ico-arrow-down.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
  }
  .tab-list-ctrl.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    background-color: #eef1f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 32px 32px 0 0;
  }
  .tab-list-ctrl.active + ul {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9;
    width: 100%;
    border-width: 0 1px 1px;
    border-radius: 0 0 32px 32px;
    background-color: #eef1f6;
    padding: 10px 0;
  }
  .tab-list-ctrl.active + ul li a {
    padding: 6px 20px;
    text-align: left;
    border-radius: 0;
  }
  .tab-list-ctrl.active + ul li a.on {
    color: var(--point);
    background: transparent;
  }
}

.tab-list2.c ul {
  margin: 0 auto;
}
.tab-list2 button {
  padding: 12px 33px;
  display: inline-block;
  font-size: 18px;
  color: var(--black);
}
.tab-list2 button.on {
  color: #fff;
  font-family: "NEXONLv2GothicOTFMedium";
  background-color: var(--point2);
  border-radius: 26px;
}
.tab-list2 ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  background-color: #eef1f6;
  border-radius: 26px;
}
.btn-select .tab-list2 ul {
  border-radius: 22px;
}
.tab-list2 ul li a {
  padding: 12px 33px;
  display: inline-block;
  font-size: 18px;
  color: var(--black);
}
.btn-select .tab-list2 ul li a {
  font-size: 16px;
  padding: 9px 20px;
}
.tab-list2 ul li a.on {
  color: #fff;
  font-family: "NEXONLv2GothicOTFMedium";
  background-color: var(--point2);
  border-radius: 26px;
}
.btn-select .tab-list2 ul li a.on {
  border-radius: 22px;
}

.contents-tab {
  display: none;
}
.contents-tab.active {
  display: block;
}

.info-box {
  display: grid;
  gap: 30px;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 50px;
}
.info-box.type2 {
  align-items: center;
}
.info-box.type3 {
  background-color: #fdf3f4;
  color: var(--red);
}
.info-box.type3 h3 {
  color: var(--red);
  font-size: 20px;
}
.info-box.security-type {
  margin-bottom: 40px;
}
.info-box.security-type strong {
  font-size: 20px;
}
.info-box.security-type ul {
  margin-top: 5px;
  color: var(--point2);
  font-size: 18px;
}
.info-box.security-type ul li {
  margin-bottom: 2px;
}
@media (min-width: 750px) {
  .info-box {
    grid-template-columns: minmax(90px, 7.03125%) auto;
  }
}
@media (max-width: 749px) {
  .info-box .i {
    width: 90px;
    margin: 0 auto;
  }
}
.info-box .i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (min-width: 750px) {
  .info-box .i {
    width: 100%;
  }
}
.info-box .i {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.info-box .i img {
  vertical-align: top;
}
.info-box .txt1 {
  color: var(--point2);
  display: block;
}
.info-box .txt2 {
  display: block;
  color: var(--red);
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.info-box .txt3 {
  color: var(--point2);
  font-size: 18px;
  display: block;
}
.info-box .link-go {
  font-size: 16px;
  color: var(--point2);
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #809bbd;
  background-color: #fff;
  border-radius: 5px;
}
.info-box .link-go::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 17px;
  background: url(../images/ico/ico-link.png) no-repeat;
  margin-right: 5px;
  margin-bottom: 2px;
}
.info-box .btn-set {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 14px 0 0;
}

.info-box2 {
  display: grid;
  align-items: center;
  gap: 20px;
  padding: 26px 30px;
  background-color: #f9fcff;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 50px;
  border: 2px solid var(--point);
}
@media (min-width: 750px) {
  .info-box2 {
    grid-template-columns: minmax(90px, 7.03125%) auto;
  }
}
@media (max-width: 749px) {
  .info-box2 .i {
    width: 90px;
    margin: 0 auto;
  }
}
.info-box2 .i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (min-width: 750px) {
  .info-box2 .i {
    width: 100%;
  }
}
.info-box2 .i {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.info-box2 .i img {
  vertical-align: top;
}
.info-box2 dl {
  color: var(--point2);
}
.info-box2 dl dt {
  font-size: 20px;
  font-weight: 600;
}
.info-box2 dl dd {
  margin-top: 5px;
}

.btn-pop {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/btn-pop.png) no-repeat;
}
.btn-pop:focus {
  outline-offset: 3px;
}

.help-box {
  text-align: center;
  padding: 25px;
  background-color: #fdf3f4;
  border-radius: 10px;
}
.btn-set + .help-box {
  margin-top: 50px;
}

span.help {
  display: inline-block;
}

.help {
  position: relative;
  color: var(--red);
  font-size: 16px;
  display: block;
  padding-left: 23px;
}
.help::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-info2.png) 0 no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}

span.help2 {
  display: inline-block;
}
@media (max-width: 749px) {
  span.help2.dib {
    text-align: left;
  }
}

.help2 {
  position: relative;
  color: var(--red);
  font-size: 18px;
  display: block;
  padding-left: 23px;
}
.help2::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/ico/ico-info3.png) 0 no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

.dib {
  display: inline-block !important;
}

.a-link {
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  display: inline-block;
  padding: 4px 15px;
  color: var(--point2);
  border: 1px solid #809bbd;
  border-radius: 5px;
}
.a-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/ico/ico-open-new.png) no-repeat;
  margin-left: 8px;
}

.round-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 100px;
  background-color: #f7fbfe;
  border-radius: 5px;
  border: 1px solid var(--point2);
  word-break: keep-all;
}
@media (max-width: 749px) {
  .round-box {
    padding: 15px 20px;
  }
}
.round-box .txt {
  font-size: 20px;
}
.round-box__state {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--point2);
}
@media (max-width: 749px) {
  .round-box__state {
    display: block;
  }
}
.round-box__state dl {
  display: flex;
  gap: 40px;
}
.round-box__state dl dt {
  color: var(--point2);
  position: relative;
  padding-left: 12px;
}
.round-box__state dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.round-box__state dl dt {
  font-size: 16px;
}
.round-box__state dl dd {
  font-size: 16px;
}

.ico-img {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.ovx {
  overflow-x: auto;
  overflow-y: hidden;
}

.js-tab ul {
  display: flex;
  border-radius: 26px;
}
.js-tab li button {
  font-size: 18px;
  display: inline-block;
  padding: 13px 40px;
}
.js-tab li.on button {
  color: #fff;
  font-weight: 600;
  background-color: var(--point2);
  border-radius: 26px;
}

.tab-content .con {
  display: none;
}
.tab-content .con.on {
  display: block;
}

.con-err {
  color: var(--red);
  padding-top: 110px;
  background: url(../images/common/ico-con-err.png) 50% 0 no-repeat;
}

.con-ok {
  padding-top: 110px;
  background: url(../images/common/ico-con-ok.png) 50% 0 no-repeat;
}

/* 채용지도 */
.map-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 30px;
}
.map-wrap #map {
  position: relative;
  width: 1280px;
  height: 600px;
}
.map-wrap #map .cluster-marker {
  color: #008fd4;
  font-size: 20px;
  font-weight: 600;
  z-index: 9 !important;
}
.map-wrap .previewMap {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--black);
  width: 380px;
}
@media (max-width: 749px) {
  .map-wrap .previewMap {
    width: 100%;
  }
}
.map-wrap .previewMap .cName {
  color: var(--point2);
  font-size: 20px;
  font-family: "NEXONLv2GothicOTFBold";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 30px);
}
.map-wrap .previewMap .dl-list {
  border-top: 2px solid #222;
}
.map-wrap .previewMap .dl-list dl {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 16px;
}
.map-wrap .previewMap .dl-list dl dt, .map-wrap .previewMap .dl-list dl dd {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid var(--bd-color);
  padding: 10px 10px;
}
.map-wrap .previewMap .dl-list dl dt {
  width: 90px;
  color: var(--point2);
}
.map-wrap .previewMap .dView {
  margin-top: 15px;
  text-align: center;
}
.map-wrap .previewMap .dView a {
  color: var(--point2);
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFMedium";
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #809bbd;
  border-radius: 5px;
}
.map-wrap .previewMap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.map-wrap .previewMap .close a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.error-msg {
  display: none;
  color: var(--red);
  font-size: 16px;
  margin-top: 5px;
}
.error-msg::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-err.png);
  margin-right: 8px;
}

.input-error {
  border: 2px solid var(--red);
}

.sitemap > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 1199px) {
  .sitemap > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 749px) {
  .sitemap > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.sitemap > ul > li {
  border: 1px solid var(--bd-color);
  border-radius: 20px;
}
.sitemap > ul > li strong {
  padding: 18px 30px;
  color: var(--point2);
  font-size: 24px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid var(--bd-color);
}
.sitemap > ul > li strong::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  margin-right: 10px;
}
.sitemap > ul > li strong.ico1::before {
  background: #eef1f6 url(../images/common/ico-sitemap1.png) 50% no-repeat;
}
.sitemap > ul > li strong.ico2::before {
  background: #eef1f6 url(../images/common/ico-sitemap2.png) 50% no-repeat;
}
.sitemap > ul > li strong.ico3::before {
  background: #eef1f6 url(../images/common/ico-sitemap3.png) 50% no-repeat;
}
.sitemap > ul > li strong.ico4::before {
  background: #eef1f6 url(../images/common/ico-sitemap4.png) 50% no-repeat;
}
.sitemap > ul > li strong.ico5::before {
  background: #eef1f6 url(../images/common/ico-sitemap5.png) 50% no-repeat;
}
.sitemap > ul > li:hover {
  overflow: hidden;
  border-color: var(--point2);
}
.sitemap > ul > li:hover strong {
  background-color: #eef1f6;
}
.sitemap > ul > li:hover strong::before {
  background-color: #fff;
}
.sitemap__dp2 {
  padding: 20px 30px;
  line-height: 2.1;
}
.sitemap__dp2 > ul > li {
  position: relative;
  padding-left: 12px;
}
.sitemap__dp2 > ul > li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--bd-color);
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
.sitemap__dp2 > ul > li + li {
  margin-top: 4px;
}
.sitemap__dp2 > ul > li > a {
  font-size: 18px;
}
.sitemap__dp2 > ul > li:hover > a {
  color: var(--point2);
  font-weight: 600;
  text-decoration: underline;
}
.sitemap__dp2 > ul > li:hover > a::before {
  background-color: var(--point2);
}
.sitemap__dp3 {
  line-height: 1.8;
  margin-bottom: 10px;
}
.sitemap__dp3 > ul > li {
  position: relative;
  padding-left: 15px;
}
.sitemap__dp3 > ul > li::before {
  content: "";
  display: inline-block;
  background-color: var(--bd-color);
  width: 6px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
}
.sitemap__dp3 > ul > li > a {
  color: #757575;
  font-size: 16px;
}
.sitemap__dp3 > ul > li:hover > a {
  color: var(--point);
  font-weight: 600;
  text-decoration: underline;
}
.sitemap__dp3 > ul > li:hover::before {
  background-color: var(--point);
}

#oacxDiv input[type=checkbox]:checked {
  opacity: 1;
}
#oacxDiv input[type=checkbox]:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
}
#oacxDiv #step1Request:focus {
  outline: 1px dashed #fff;
  outline-offset: -2px;
}
#oacxDiv #oacxEmbededContents .input input[type=text],
#oacxDiv #oacxEmbededContents .input input[type=number],
#oacxDiv #oacxEmbededContents .input input[type=password] {
  border-color: #888;
  border-radius: 5px;
}
#oacxDiv #oacxEmbededContents .input input[type=text]::-webkit-input-placeholder,
#oacxDiv #oacxEmbededContents .input input[type=number]::-webkit-input-placeholder,
#oacxDiv #oacxEmbededContents .input input[type=password]::-webkit-input-placeholder {
  color: #828282;
}
#oacxDiv #oacxEmbededContents select {
  border-color: #888;
}
#oacxDiv #oacxEmbededContents .pcAgree input[type=checkbox] {
  border-radius: 5px;
}
#oacxDiv #oacx_providerList a:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
}
#oacxDiv #oacxEmbededContents .policy .header {
  background-color: #fff;
}
#oacxDiv .btnArea button:focus {
  outline: 1px dashed #fff;
  outline-offset: -2px;
}

.chatbot {
  position: fixed;
  top: 432px;
  right: 0;
  z-index: 999;
}
@media (max-width: 1530px) {
  .chatbot {
    top: auto;
    bottom: 30px;
  }
}
@media (max-width: 749px) {
  .chatbot img {
    width: 100px;
  }
}
.chatbot a {
  display: block;
  position: relative;
}
/*# sourceMappingURL=sub.css.map */
