@charset "UTF-8";
/*-------------------------------------------------
title       : 믹스인
Author      : 플랜아이 광주
Create date : 2023-09-12
-------------------------------------------------*/
/*-------------------------------------------------
title       : 콘텐츠
Author      : 플랜아이 moni
Create date : 2025-08-31
-------------------------------------------------*/
.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-4 {
  gap: 24px;
}

.gap-5 {
  gap: 32px;
}

.gap-6 {
  gap: 40px;
}

.main_bg {
  position: static;
}
.main_bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #000;
  z-index: -1;
  left: 0;
  margin-top: -60px;
  position: absolute;
  background: #254080 url(../img_2023/contents/nstar/bg_main_search.svg) no-repeat right;
}


.nstar_main_search {
  width: 100%;
  margin-bottom: 60px;
}
.nstar_main_search__container {
  background: #fff;
  border-radius: 1rem;
  padding: 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 1680px;
  margin: 0 auto;
}
.nstar_main_search__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.nstar_main_search__desc {
  font-size: 20px;
  color: #555;
  margin-bottom: 1.5rem;
}
.nstar_main_search__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 10px;
}
.nstar_main_search__form-input {
  flex: 1;
  width: 100%;
  max-width: 800px;
  height: 56px;
  padding: 0 2rem;
  background-color: #F5F5F5;
  border: 2px solid #ddd;
  border-radius: 999px;
  font-size: 20px;
  outline: none;
}
.nstar_main_search__form-input:hover, .nstar_main_search__form-input:focus {
  border: 2px solid #3883FF;
}
.nstar_main_search__form-btn {
  padding: 0 24px;
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  gap: 4px;
}
.nstar_main_search__form-btn:hover {
  background: #1565c0;
}
.nstar_main_search__form-btn .icon_main_search {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img_2023/contents/nstar/icon_main_search.svg) no-repeat;
}
.nstar_main_search__keywords {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nstar_main_search__keywords-label {
  font-weight: 600;
  margin-right: 0.5rem;
}
.nstar_main_search__keywords-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0;
  list-style: none;
}
.nstar_main_search__keywords-item {
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.3s;
}
.nstar_main_search__keywords-item:hover {
  background: #e0e0e0;
}

#nstar_main {
  width: 100%;
}
#nstar_main .nstar_main_01 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#nstar_main .nstar_main_01 .title {
  font-size: 30px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
#nstar_main .nstar_main_01 .more {
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 36px;
  border-radius: 50px;
  padding: 0 20px;
  background: #F6F6F6;
  font-size: 15px;
  font-weight: 500;
  color: #767676;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .more i {
  display: inline-block;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .more:hover, #nstar_main .nstar_main_01 .more:focus {
  background: #333;
  color: #fff;
}
#nstar_main .nstar_main_01 .more:hover i, #nstar_main .nstar_main_01 .more:focus i {
  transform: rotate(90deg);
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap {
  position: relative;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 40px;
  position: relative;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_01 .icon img {
  margin-bottom: 12px;
  width: 80px;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_01 .nstar_main_state_title1 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_01 .count {
  font-size: 32px;
  font-weight: 700;
  color: #2a78ff;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 22px;
  padding: 32px;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .item {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 20px 6px;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .item + .item {
  border-top: 1px dashed #ddd;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .item .nstar_main_state_title2 {
  font-size: 20px;
  font-weight: 700;
  color: #2b2f36;
  letter-spacing: -0.2px;
}
#nstar_main .nstar_main_01 .nstar_main_state_wrap .nstar_main_state_body .nstar_main_state_02 .item .count {
  font-size: 32px;
  font-weight: 800;
  color: #2f6bff;
  line-height: 1;
}
#nstar_main .nstar_main_01 .nstar_main_report {
  width: 100%;
  max-width: calc(33.3333333333% - 30px);
  flex: 1 1 100%;
}
#nstar_main .nstar_main_01 .nstar_main_report .group {
  position: relative;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li {
  overflow: hidden;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) {
  margin-bottom: 23px;
  padding-top: 5px;
  border-bottom: 1px dashed #ddd;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) a {
  display: flex;
  margin-bottom: 22px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) a .date {
  flex: 0 0 65px;
  margin-right: 25px;
  position: relative;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  text-align: center;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) a .date b {
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 3px;
  width: 65px;
  text-align: center;
  line-height: 30px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) a .txt_box {
  max-width: calc(100% - 90px);
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) .ti {
  margin-bottom: 6px;
  padding-top: 3px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) .ti .cont {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 26px;
  font-size: 18px;
  font-weight: 700;
  max-width: calc(100% - 28px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) .ti .cont::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) .ti .new {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #2589E4;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-top: 3px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(1) .desc {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #6B6B6B;
  width: 100%;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) a {
  display: flex;
  justify-content: space-between;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .ti {
  padding-left: 14px;
  position: relative;
  max-width: calc(100% - 114px);
  display: flex;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .ti::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 9px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .ti .cont {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 26px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  position: relative;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .ti .cont::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .ti .new {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #2589E4;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  flex: 0 0 20px;
  margin-left: 2px;
  margin-top: 3px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+2) .date {
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  text-align: right;
  flex: 0 0 100px;
  margin-left: 10px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li:nth-child(n+3) {
  margin-top: 10px;
}
#nstar_main .nstar_main_01 .nstar_main_report .group1 li a:hover .ti .cont::before, #nstar_main .nstar_main_01 .nstar_main_report .group1 li a:focus .ti .cont::before {
  width: 100%;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list {
  flex: 1 1 560px;
  max-width: calc(33.33% - 60px);
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .item {
  flex: 1 1 calc(50% - 3px);
  margin-bottom: 6px;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .item:nth-child(2n) {
  margin-left: 6px;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list a {
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #EFF2F5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list a:hover, #nstar_main .nstar_main_01 .nstar_main_report .link_list a:focus {
  background: #0066B3;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list a:hover .txt1, #nstar_main .nstar_main_01 .nstar_main_report .link_list a:focus .txt1 {
  color: #fff;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list a:hover .txt2, #nstar_main .nstar_main_01 .nstar_main_report .link_list a:focus .txt2 {
  color: #fff;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list a:hover .txt2 i, #nstar_main .nstar_main_01 .nstar_main_report .link_list a:focus .txt2 i {
  transform: rotate(90deg);
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .txt1 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .txt1 i {
  font-weight: 400;
  margin-right: 3px;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .txt2 {
  text-align: right;
  color: #969A9E;
  font-size: 15px;
}
#nstar_main .nstar_main_01 .nstar_main_report .link_list .txt2 i {
  display: inline-block;
  transition: all 0.3s;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap {
  width: 100%;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 68px;
  border-bottom: 1px dashed #ddd !important;
  margin-bottom: 23px;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-menu li {
  margin: 0 !important;
  padding-top: 0 !important;
  border: none;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-menu li .btn-tab {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  padding: 0 0 10px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-menu li .btn-tab:hover {
  color: #333;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-menu li.active .btn-tab {
  color: #111;
  font-weight: 700;
  border-bottom-color: #333;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-content .tab-item {
  display: none;
  font-size: 16px;
  color: #333;
}
#nstar_main .nstar_main_01 .nstar_main_report .tab-wrap .tab-content .tab-item.active {
  display: block;
}
#nstar_main .nstar_main_02 {
  display: grid;
}
#nstar_main .nstar_main_02 .bn_main_go {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
#nstar_main .nstar_main_02 .bn_main_go a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: #f9fafc;
  text-decoration: none;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
#nstar_main .nstar_main_02 .bn_main_go a:hover {
  background: #f0f2f7;
}
#nstar_main .nstar_main_02 .bn_main_go a img.arrow {
  margin-left: auto;
  height: auto;
}
#nstar_main .nstar_main_02 .bn_main_go a img:first-child {
  margin-right: 15px;
}
#nstar_main .nstar_main_02 .bn_main_go a span {
  flex: 1;
}
#nstar_main .nstar_main_03 {
  width: 100%;
  display: flex;
}
#nstar_main .nstar_main_03 .board_wrap {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  gap: 50px;
}
#nstar_main .nstar_main_03 .board_wrap .group {
  position: relative;
  flex: 1 1 100%;
  max-width: calc(33.3333333333% - 30px);
}
#nstar_main .nstar_main_03 .board_wrap .group1 li {
  overflow: hidden;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) {
  margin-bottom: 23px;
  padding-top: 5px;
  border-bottom: 1px dashed #ddd;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) a {
  display: flex;
  margin-bottom: 22px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) a .date {
  flex: 0 0 65px;
  margin-right: 25px;
  position: relative;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  text-align: center;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) a .date b {
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 3px;
  width: 65px;
  text-align: center;
  line-height: 30px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) a .txt_box {
  max-width: calc(100% - 90px);
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) .ti {
  margin-bottom: 6px;
  padding-top: 3px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) .ti .cont {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 26px;
  font-size: 18px;
  font-weight: 700;
  max-width: calc(100% - 28px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) .ti .cont::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) .ti .new {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #2589E4;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-top: 3px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(1) .desc {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #6B6B6B;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) a {
  display: flex;
  justify-content: space-between;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .ti {
  padding-left: 14px;
  position: relative;
  max-width: calc(100% - 114px);
  display: flex;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .ti::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 9px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .ti .cont {
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 26px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  position: relative;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .ti .cont::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .ti .new {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #2589E4;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  flex: 0 0 20px;
  margin-left: 2px;
  margin-top: 3px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+2) .date {
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  text-align: right;
  flex: 0 0 100px;
  margin-left: 10px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li:nth-child(n+3) {
  margin-top: 10px;
}
#nstar_main .nstar_main_03 .board_wrap .group1 li a:hover .ti .cont::before, #nstar_main .nstar_main_03 .board_wrap .group1 li a:focus .ti .cont::before {
  width: 100%;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li {
  font-size: 0;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a {
  padding: 0px 10px;
  display: block;
  width: 100%;
  position: relative;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a .num {
  width: 30px;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a .cont {
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 43px;
  width: calc(100% - 40px);
  font-size: 17px;
  font-weight: 500;
  color: #686868;
  display: inline-block;
  vertical-align: top;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a:hover::before, #nstar_main .nstar_main_03 .board_wrap .group2 li a:focus::before {
  border: 1px solid #77A9FB;
  box-shadow: 0px 2px 7px 0px #D7E4FF;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a:hover .num, #nstar_main .nstar_main_03 .board_wrap .group2 li a:focus .num {
  color: #0097D4;
}
#nstar_main .nstar_main_03 .board_wrap .group2 li a:hover .cont, #nstar_main .nstar_main_03 .board_wrap .group2 li a:focus .cont {
  font-weight: 600;
  color: #000;
}
#nstar_main .nstar_main_03 .board_wrap .title {
  font-size: 30px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
#nstar_main .nstar_main_03 .board_wrap .more {
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 36px;
  border-radius: 50px;
  padding: 0 20px;
  background: #F6F6F6;
  font-size: 15px;
  font-weight: 500;
  color: #767676;
  transition: all 0.3s;
}
#nstar_main .nstar_main_03 .board_wrap .more i {
  display: inline-block;
  transition: all 0.3s;
}
#nstar_main .nstar_main_03 .board_wrap .more:hover, #nstar_main .nstar_main_03 .board_wrap .more:focus {
  background: #333;
  color: #fff;
}
#nstar_main .nstar_main_03 .board_wrap .more:hover i, #nstar_main .nstar_main_03 .board_wrap .more:focus i {
  transform: rotate(90deg);
}
#nstar_main .nstar_main_03 .link_list {
  flex: 1 1 560px;
  max-width: calc(33.33% - 60px);
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
}
#nstar_main .nstar_main_03 .link_list .item {
  flex: 1 1 calc(50% - 3px);
  margin-bottom: 6px;
}
#nstar_main .nstar_main_03 .link_list .item:nth-child(2n) {
  margin-left: 6px;
}
#nstar_main .nstar_main_03 .link_list a {
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #EFF2F5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
#nstar_main .nstar_main_03 .link_list a:hover, #nstar_main .nstar_main_03 .link_list a:focus {
  background: #0066B3;
}
#nstar_main .nstar_main_03 .link_list a:hover .txt1, #nstar_main .nstar_main_03 .link_list a:focus .txt1 {
  color: #fff;
}
#nstar_main .nstar_main_03 .link_list a:hover .txt2, #nstar_main .nstar_main_03 .link_list a:focus .txt2 {
  color: #fff;
}
#nstar_main .nstar_main_03 .link_list a:hover .txt2 i, #nstar_main .nstar_main_03 .link_list a:focus .txt2 i {
  transform: rotate(90deg);
}
#nstar_main .nstar_main_03 .link_list .txt1 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
}
#nstar_main .nstar_main_03 .link_list .txt1 i {
  font-weight: 400;
  margin-right: 3px;
}
#nstar_main .nstar_main_03 .link_list .txt2 {
  text-align: right;
  color: #969A9E;
  font-size: 15px;
}
#nstar_main .nstar_main_03 .link_list .txt2 i {
  display: inline-block;
  transition: all 0.3s;
}

.txt_p1 {
  background: #e2f2ff;
  color: #055DA7;
  font-size: 15px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 16px;
  line-height: 1.2;
  vertical-align: middle;
  display: inline-flex;
}

.sch-table__box .sch-more-wrap .sch-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.sch-table__box .sch-more-wrap .sch-table .sch-tr {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
}
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in {
  display: flex;
  align-items: center;
}
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in .sch-th {
  width: 140px;
  flex-shrink: 0;
  padding-right: 8px;
  font-weight: 500;
  color: #000;
}
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in .sch-td {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in .sch-td .input-box,
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in .sch-td .select,
.sch-table__box .sch-more-wrap .sch-table .sch-tr .sch-tr-in .sch-td .datepicker {
  width: 140px;
  height: 32px;
}

.tag-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-box .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 99px;
  background: #e3e6eb;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: all 0.2s;
}
.tag-box .tag:hover {
  background: #d0d4da;
}
.tag-box .tag:active {
  background: #b9bec5;
}

.chart-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  padding: 40px 0;
  margin: 0 auto;
}
.chart-container .chart-box {
  position: relative;
  width: 250px;
  height: 250px;
  /* 차트 가운데 텍스트 */
}
.chart-container .chart-box .chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.chart-container .chart-box .chart-center .label {
  font-size: 22px;
  font-weight: 800;
}
.chart-container .legend-box {
  flex: 1;
  font-size: 14px;
}
.chart-container .legend-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chart-container .legend-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
.chart-container .legend-box ul li.active {
  font-weight: bold;
}
.chart-container .legend-box ul li .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 768px) {
  .chart-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.infogram {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.infogram__section {
  flex: 1;
  background: #f8f8f8;
  border-radius: 6px;
  position: relative;
  /* 가운데 점선 */
}
.infogram__section:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  width: 80px; /* 점선 길이 */
  border-top: 1px dashed #ccc;
  transform: translateY(-50%);
}
.infogram__section:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  width: 80px;
  height: 16px;
  background: url(../img_2023/contents/nstar/icon_arrow_both.svg) no-repeat center/contain;
  transform: translateY(-50%);
  z-index: 2;
}
.infogram__section:first-child {
  flex: 0 0 30%;
  max-width: 30%;
}
.infogram__section:nth-child(2) {
  flex: 1;
}
.infogram__section--regulation .infogram__header {
  background: #3a91d8;
  border-radius: 6px 6px 0 0;
}
.infogram__section--regulation .infogram__tag--regulation {
  background: #3a91d8;
}
.infogram__section--promotion {
  display: flex;
  flex-direction: column;
}
.infogram__section--promotion .infogram__subsection {
  border-top: 1px solid #ddd;
}
.infogram__section--promotion .infogram__subsection:first-child {
  border-top: none;
}
.infogram__section--promotion .infogram__subsection .infogram__header {
  background: #0c5ca8;
  border-radius: 6px 6px 0 0;
}
.infogram__section--promotion .infogram__subsection .infogram__tag--basic {
  background: #0c5ca8;
}
.infogram__section--promotion .infogram__subsection .infogram__tag--commerce {
  background: #0c5ca8;
}
.infogram .infogram__header.bg_3 {
  background: #005A9E;
}
.infogram__header {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.infogram__body {
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}
.infogram__body--row {
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  display: flex;
}
.infogram__body--row .infogram__body:first-child {
  border-right: 1px dashed #ddd;
}
.infogram__body--row .infogram__body {
  border: none;
}
.infogram__body--box {
  padding: 16px;
}
.infogram__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 16px;
}
.infogram__tag {
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.snb_searchResult__wrap {
  flex-wrap: wrap;
}

#snb_searchResult {
  flex: 0 1 340px;
  width: 340px;
  margin-right: 60px;
}
#snb_searchResult .snb_searchResult {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  color: #333;
}
#snb_searchResult .snb_searchResult .total {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 6px;
  padding-bottom: 12px;
}
#snb_searchResult .snb_searchResult .total .tab_select button {
  font-size: 14px;
  padding: 6px 12px;
  margin-left: 4px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #f7f7f7;
  cursor: pointer;
}
#snb_searchResult .snb_searchResult .total .tab_select button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
#snb_searchResult .snb_searchResult ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#snb_searchResult .snb_searchResult ul li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
#snb_searchResult .snb_searchResult ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
#snb_searchResult .snb_searchResult ul li a:hover {
  color: #0066cc;
}
#snb_searchResult .snb_searchResult .tab_content {
  display: none;
}
#snb_searchResult .snb_searchResult .tab_content.active {
  display: block;
}