@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 공통
-------------------------------------------------------------------*/
.sub-heading.sub-heading__v2 .sub-heading__inner {
  display: flex;
  align-items: center;
  padding: 9px 0;
  height: auto;
  border-bottom: 1px solid transparent;
}
.sub-heading.sub-heading__v2 h2 {
  color: var(--color-primary-blue);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
}
.sub-heading.sub-heading__v2 .sub-util {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #3f3f3f;
}
.sub-heading.sub-heading__v2 .sub-util ul {
  display: flex;
  align-items: center;
}
.sub-heading.sub-heading__v2 .sub-util ul li {
  display: flex;
  align-items: center;
}
.sub-heading.sub-heading__v2 .sub-util ul li.home a {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  background: none;
}
.sub-heading.sub-heading__v2 .sub-util ul li.home a:before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 15px;
  height: 14px;
  background: url("../img/common/ico_home.png") no-repeat center;
  background-size: cover;
}
.sub-heading.sub-heading__v2 .sub-util ul li + li::before {
  content: "";
  display: block;
  margin: 0 8px;
  width: 4px;
  height: 7px;
  background: url("../img/common/arr_root.png") no-repeat center;
  background-size: auto 100%;
}
.sub-heading.sub-heading__v2 .sub-util ul li a {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05em;
}
.sub-heading.sub-heading__v2 .sub-util div {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.sub-heading.sub-heading__v2 .sub-util div button {
  margin-left: 6px;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #F6F6F6;
}
.sub-heading.sub-heading__v2 .sub-util div button:nth-of-type(1) {
  margin-left: 0;
}
.sub-heading.sub-heading__v2 .sub-util div button.print-btn {
  background-image: url("../img/common/ico_print.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}
.sub-heading.sub-heading__v2 .sub-util div button.bookmark-btn {
  background-image: url("../img/common/ico_like.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
.sub-heading.sub-heading__v2 .sub-util div button.bookmark-btn.active {
  background-position: -50px 0;
}
.sub-heading.sub-heading__v2 .help-wrap {
  display: none;
}
.sub-heading.sub-heading__v2 .help-wrap h3 {
  font-weight: 500;
  line-height: 36px;
}
.sub-heading.sub-heading__v2 .help-wrap .help-con {
  min-height: 80px;
  padding: 9px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 14px;
  background-color: #f8f8f8;
}
.sub-heading.sub-heading__v2.active .help-btn {
  border-color: #5e83d3;
}
.sub-heading.sub-heading__v2.active .help-btn:before, .sub-heading.sub-heading__v2.active .help-btn:after {
  background-color: #5e83d3;
}

.notice-area__v2.open .notice-txt-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
}
.notice-area__v2.open .notice-area-top .btn-open {
  transform: rotateX(180deg);
}
.notice-area__v2 .notice-area-wrap {
  padding: 18px;
  border-radius: 10px;
  background: var(--color-bg-blue);
}
.notice-area__v2 .notice-area-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  perspective: 800px;
}
.notice-area__v2 .notice-area-top .notice-tit {
  color: var(--color-primary-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
}
.notice-area__v2 .notice-area-top .notice-tit i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url("../img/common/ico_exclamation_blue.png") no-repeat center;
  background-size: contain;
}
.notice-area__v2 .notice-area-top .btn-open {
  width: 20px;
  height: 20px;
  background: url("../img/common/arr_down_gray.png") no-repeat center;
  background-size: 12px auto;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform: rotateX(0);
}
.notice-area__v2 .notice-txt-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.notice-area__v2 .notice-txt-wrap .clip {
  overflow: hidden;
}
.notice-area__v2 .notice-txt-wrap .txt {
  padding-top: 14px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.search-area {
  margin-top: 20px;
}
.search-area table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.search-area table tbody th {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.05em;
}
.search-area table tbody td {
  padding: 0 10px;
}
.search-area table tbody .th {
  display: flex;
  text-align: center;
  width: 160px;
  padding: 11px 10px;
  background: #F8F8F8;
  border-radius: 6px;
}
.search-area .toggle-tb-wrap {
  border-radius: 6px;
  background: #F8F8F8;
  margin-top: 10px;
  padding: 10px;
}
