@charset "UTF-8";
@import url("layout.css");
/*-------------------------------------------------
title       : 서브
Author      : cya
Create date : 2025-11
-------------------------------------------------*/
.elice {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.elice-bold {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.main_wrap {
  width: 120rem;
  margin: 0 auto;
  max-width: 93%;
  padding: 18.8rem 0 20rem;
}

.contents_util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
.contents_util #contents_title {
  font-size: 4.6rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  display: inline-block;
  letter-spacing: -1.3rem;
  margin-left: -4px !important;
}
.contents_util .location .path {
  line-height: 2.5rem;
}
.contents_util .location .path .icon {
  line-height: 1.2;
}
.contents_util .location .path li {
  display: inline-block;
  vertical-align: top;
  color: #757575;
}
.contents_util .location .path li + li::before {
  display: inline-block;
  position: relative;
  font-family: "remixicon";
  margin: 0 0.8rem 0 0.3rem;
  content: "\ea6e";
  font-size: 1.7rem;
  color: #bdbdbd;
}
.contents_util .location .path li:last-child {
  color: #111;
  font-weight: 500;
}
.contents_util .location .path li.icon a {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  margin-top: 2px;
}
.contents_util .location .path li.icon a::before {
  display: block;
  text-align: center;
  line-height: inherit;
  background: url("../img_2026/sub/home.png") no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents_util .location .list {
  display: inline-block;
  width: calc(100% - 7rem);
  display: none;
}
.contents_util .location .list:after {
  content: "";
  display: block;
  clear: both;
}
.contents_util .location .list > li {
  float: left;
  position: relative;
  width: 20rem;
  max-width: 20%;
  height: 6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 6rem;
}
.contents_util .location .list > li button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 2rem;
  background-color: #16398B;
  text-align: left;
  color: #fff;
  line-height: inherit;
}
.contents_util .location .list > li button::after {
  position: absolute;
  top: 0;
  right: 2rem;
  font-family: "xeicon";
  content: "\e942";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_util .location .list > li ul {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  padding: 0 1rem;
  border: 1px solid #303b50;
  background-color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_util .location .list > li.active button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contents_util .location .list > li.active ul {
  visibility: visible;
  height: auto;
  padding: 1rem;
}

#snb .list > ul {
  width: 100%;
  display: flex;
  margin-bottom: 6rem;
  padding: 0.8rem;
  border-radius: 2.2rem;
  background: #F4F5F8;
  position: relative;
}
#snb .list > ul > li {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}
#snb .list > ul > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 2rem;
  height: 5.2rem;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  color: #757575;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 1.6rem;
  background: transparent;
  z-index: 1;
}
#snb .list > ul > li > a:before {
  background: #145490;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
}
#snb .list > ul > li > a:hover, #snb .list > ul > li > a:focus {
  color: #222;
}
#snb .list > ul > li.active > a {
  color: #fff;
  font-weight: 600;
}
#snb .list > ul > li.active > a:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
#snb .list > ul > li.active > a:hover, #snb .list > ul > li.active > a:focus {
  color: #fff;
}
#snb .list > ul > li > ul {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  top: 100%;
  margin-top: 2rem;
}
#snb .list > ul > li > ul li a {
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  height: 5.6rem;
  padding: 0 6rem;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #9E9E9E;
}
#snb .list > ul > li > ul li.active a {
  color: #145490;
  border-bottom: 3px solid #145490;
}

#snb .list > ul:has(li > ul) {
  margin-bottom: 13.6rem;
}

/*공통*/
.title1 {
  font-size: 3.2rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  padding-left: 4.2rem;
  letter-spacing: -0.9rem;
  margin: 8rem 0 2.8rem;
}
.title1 .eng {
  display: inline-block;
  letter-spacing: -0.3rem;
}
.title1::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  background: url("../img_2026/sub/title.png") no-repeat center center/cover;
  width: 2.3rem;
  height: 2.6rem;
}
.title1.t2 {
  padding-left: 0;
}
.title1.t2::before {
  display: none;
}
.title1:first-of-type {
  margin-top: 0;
}

.title2 {
  font-size: 2.4rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2.8rem;
  letter-spacing: -0.7rem;
  margin-top: 8rem;
  margin-left: -3px !important;
}

.title3 {
  font-size: 2.1rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5rem;
  margin-bottom: 4rem;
  text-align: center;
  display: block;
}
.title3.t2 {
  text-align: left;
  margin-top: 8rem;
  margin-bottom: 1.2rem;
}

.flex_02 {
  display: flex;
  gap: 2.4rem;
}
.flex_02 > li {
  width: calc(50% - 1.2rem);
}

.video_list li a .img {
  width: 100%;
  display: block;
  margin-bottom: 0.6rem;
  overflow: hidden;
  border-radius: 3rem;
}
.video_list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video_list li a .tt {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
}
.video_list li a:hover img {
  transform: scale(1.05);
}

.card_list {
  display: flex;
  gap: 2.4rem;
}
.card_list .card_hover {
  position: relative;
}
.card_list .card_hover .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.card_list .card_hover .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_list .card_hover .img .img_default {
  display: block;
}
.card_list .card_hover .img .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.card_list .card_hover:hover .img .img_default, .card_list .card_hover:focus-within .img .img_default {
  opacity: 0;
}
.card_list .card_hover:hover .img .img_hover, .card_list .card_hover:focus-within .img .img_hover {
  opacity: 1;
}
.card_list .card_hover:hover .btn_more, .card_list .card_hover:focus-within .btn_more {
  opacity: 1;
  visibility: visible;
}

.btn_more {
  position: absolute;
  right: 2.7rem;
  bottom: 0.7rem;
  width: 5.9rem;
  height: 6.4rem;
  background: url(../img_2026/sub/polygon.png) no-repeat center center/cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.btn_more i {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn_more:hover i, .btn_more:focus-within i {
  transform: rotate(360deg);
}

.bar_box {
  padding: 9rem 10rem;
  text-align: center;
  position: relative;
  margin: 12rem 0 8rem;
}
.bar_box:after {
  content: "";
  background: #F4F9FF;
  border-radius: 2.4rem;
  width: 95vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  position: absolute;
}
.bar_box:before {
  content: "";
  background: url("../img_2026/sub/bar_bg.png") no-repeat center center/cover;
  height: 35.5rem;
  width: 104.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bar_box .txt {
  font-size: 2.2rem;
  color: #616161;
}
.bar_box .title1 {
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.border_box {
  padding: 3.2rem 5.2rem;
  border: 0.8rem solid #F0F7FF;
  border-radius: 2.4rem;
}

.depth {
  font-size: 1.8rem;
  color: #616161;
}
.depth2 {
  font-size: 1.4rem;
  color: #757575;
  margin-top: 0.8rem;
}
.depth2.pw-error {
  color: #D43333;
}
.depth2.pw-error i {
  color: #D43333;
  margin-right: 0.4rem;
}
.depth3 {
  font-size: 2rem;
  color: #222;
}

.mxds-input-item.error input {
  border-color: #D43333 !important;
}

.color_box {
  background: #F4F5F8;
  border-radius: 2.4rem;
  padding: 6rem;
  margin: 2.8rem 0;
}

.icon_list1 {
  flex-wrap: wrap;
  gap: 4rem 2.4rem;
}
.icon_list1 > li {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.icon_list1 > li .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon_list1 > li div {
  width: calc(100% - 10rem);
}
.icon_list1 > li div strong {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
.icon_list1 > li div span {
  font-size: 1.8rem;
  color: #616161;
  display: block;
}

.btn_download {
  color: #2689E8;
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}
.btn_download:before {
  height: 1rem;
  width: 100%;
  width: 0;
  background: #2689E8;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  content: "";
}
.btn_download:hover:before {
  width: calc(100% + 1rem);
  opacity: 0.1;
}

.bul1 li {
  padding-left: 1.3rem;
  position: relative;
  font-size: 1.8rem;
  color: #616161;
  text-align: left;
}
.bul1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #BDBDBD;
  border-radius: 50%;
}
.bul1 li + li {
  margin-top: 0.5rem;
}
.bul1 li .note {
  font-size: 1.6rem;
  display: block;
}

table {
  table-layout: fixed;
}

.tab_wrap2 .tab_btn2 {
  display: flex;
}
.tab_wrap2 .tab_btn2 li {
  flex: 1;
}
.tab_wrap2 .tab_btn2 li button {
  background: #F4F5F8;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757575;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  padding: 0 0.5rem;
}
.tab_wrap2 .tab_btn2 li button:hover {
  color: #1B2F45;
}
.tab_wrap2 .tab_btn2 li:first-child button {
  border-radius: 2.4rem 0 0 0;
}
.tab_wrap2 .tab_btn2 li:last-child button {
  border-radius: 0 2.4rem 0 0;
}
.tab_wrap2 .tab_btn2 li.on button {
  background: #1B2F45;
  border-color: #1B2F45;
  color: #fff;
}
.tab_wrap2 .tab_cont2 {
  display: none;
  border: 1px solid #E0E0E0;
  border-top: 0;
  padding: 8rem;
  border-radius: 0 0 2.4rem 2.4rem;
}
.tab_wrap2 .tab_cont2.active {
  display: block;
}
.tab_wrap2 .tab_cont2 .title1 {
  margin-bottom: 1.2rem;
}

.diagram_box {
  text-align: center;
  padding: 0 8rem 7rem;
}
.diagram_box .title1 {
  margin-bottom: 6rem !important;
  text-align: center;
}
.diagram_box .diagram_row + .diagram_row {
  margin-top: 10rem;
}
.diagram_box .diagram_item .diagram_eq {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.8rem;
}
.diagram_box .diagram_item .diagram_eq .label, .diagram_box .diagram_item .diagram_eq .value {
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.4rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.4rem;
}
.diagram_box .diagram_item .diagram_eq .label {
  background: linear-gradient(98deg, #9DC9F6 0%, #2689E8 57.28%);
}
.diagram_box .diagram_item .diagram_eq .value {
  background: linear-gradient(99deg, #7B9AF2 0%, #205CE8 56.76%);
}
.diagram_box .diagram_item .diagram_eq .eq {
  width: 6.4rem;
  text-align: center;
  font-size: 3rem;
  flex-shrink: 0;
}
.diagram_box .diagram_item.type2 .diagram_eq {
  margin-bottom: 0;
}
.diagram_box .diagram_item.type2 .diagram_eq .label {
  width: 30rem;
  flex-shrink: 0;
}
.diagram_box .diagram_item.type2 .diagram_eq .value {
  position: relative;
}
.diagram_box .diagram_item.type2 .diagram_eq .value > span {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  color: #757575;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Pretendard", sans-serif;
  width: 100%;
  letter-spacing: 0;
  margin-top: 2rem;
  display: block;
}
.diagram_box .diagram_desc {
  position: relative;
  padding: 3rem 4rem;
  border-radius: 3.6rem;
  text-align: center;
  border: 3px solid #2689E8;
  box-shadow: 0 0 32px 0 rgba(38, 137, 232, 0.26);
  background: #fff;
  margin-top: 8.2rem;
}
.diagram_box .diagram_desc p {
  font-size: 2rem;
  font-weight: 600;
}
.diagram_box .diagram_desc .note {
  display: block;
  color: #757575;
  margin-top: 0.4rem;
}
.diagram_box .diagram_desc sup {
  font-size: 1.2rem;
  vertical-align: super;
}
.diagram_box .diagram_desc::before {
  content: "";
  display: block;
  width: 43.3rem;
  height: 7rem;
  background: linear-gradient(180deg, #fff 15%, #BEDCFF 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: -8.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.category_lst {
  margin-top: 6rem;
}
.category_lst ul {
  flex-wrap: wrap;
}
.category_lst ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  border-radius: 2.4rem;
  padding: 4rem 3.8rem;
  background: #f8f8f8;
}
.category_lst ul li i {
  width: 8rem;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.box1 {
  display: flex;
  gap: 1.6rem;
}
.box1 .tit_box {
  font-size: 2.4rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  width: 20.6rem;
  text-align: center;
  letter-spacing: -0.7rem;
  background: #2689E8;
  color: #fff;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.box1 .txt_box {
  background: #FAFAFA;
  border-radius: 2.4rem;
  padding: 4rem 4.8rem;
  width: 100%;
}
.box1 .txt_box .note {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
  margin-top: 0.4rem;
}

.diagram1 {
  margin-top: 2.8rem;
}
.diagram1 > li {
  background: url("../img_2026/sub/subtract1.png") no-repeat center center/cover;
  width: 100%;
  height: 35.9rem;
  padding: 4.8rem;
  position: relative;
}
.diagram1 > li .title2 {
  margin-bottom: 4rem;
  text-align: center;
  margin-top: 0;
}
.diagram1 > li.correct .circle_txt {
  position: relative;
  width: 18.6rem;
  height: 18.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagram1 > li.correct .circle_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background: radial-gradient(circle, rgba(20, 84, 144, 0.15) 0%, rgba(20, 84, 144, 0.05) 50%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}
.diagram1 > li.correct .circle_txt p {
  position: relative;
  z-index: 3;
}
.diagram1 > li.correct .circle_txt ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #F0F7FF;
  border-radius: 50%;
}
.diagram1 > li.correct .circle_txt ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px dashed #BDBDBD;
  border-radius: 50%;
  z-index: -1;
}
.diagram1 > li.correct .circle_txt ul li {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #145490;
  color: #145490;
  font-weight: 600;
}
.diagram1 > li.correct .circle_txt ul li:nth-child(1) {
  top: 0.5rem;
  left: 0;
}
.diagram1 > li.correct .circle_txt ul li:nth-child(2) {
  top: 0.5rem;
  right: 0;
}
.diagram1 > li.correct .circle_txt ul li:nth-child(3) {
  bottom: 0.5rem;
  left: 0;
}
.diagram1 > li.correct .circle_txt ul li:nth-child(4) {
  bottom: 0.5rem;
  right: 0;
}
.diagram1 > li .circle_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.diagram1 > li .circle_box .ctr {
  width: 10rem;
  height: 10rem;
  color: #fff;
  background: #145490;
  border-radius: 50%;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2rem;
  letter-spacing: -0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.diagram1 > li .circle_box .img {
  position: relative;
}
.diagram1 > li .circle_box .img:before {
  content: "";
  display: inline-block;
  width: 5.4rem;
  height: 16.5rem;
  background: linear-gradient(90deg, #fff 0%, #ddd 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
  vertical-align: middle;
  margin-right: 2rem;
}

.icon_default {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_default i {
  line-height: 1;
}
.icon_default.fault {
  background: #D43333;
}
.icon_default.correct {
  background: #275BAB;
}

.border_box2 {
  border-radius: 2.4rem;
  border: 1px solid #e0e0e0;
  margin-top: 4rem;
  padding: 4.4rem 0 6.5rem;
  margin-bottom: 4rem;
}

.diagram2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6rem;
}
.diagram2 .circle_wrap {
  position: relative;
  width: 24.4rem;
  height: 24.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagram2 .circle_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #F0F7FF;
  border-radius: 50%;
  z-index: 0;
}
.diagram2 .circle_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border: 1px dashed #BDBDBD;
  border-radius: 50%;
  z-index: 1;
}
.diagram2 .circle_wrap .ctr {
  width: 16rem;
  height: 16rem;
  color: #fff;
  background: linear-gradient(152deg, #56A4DB 7.72%, #145490 85.21%);
  border-radius: 50%;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.8rem;
  letter-spacing: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.diagram2 .circle_wrap ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.diagram2 .circle_wrap ul li {
  position: absolute;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #145490;
  color: #145490;
  font-size: 1.8rem;
  font-weight: 600;
}
.diagram2 .circle_wrap ul li:nth-child(1) {
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.diagram2 .circle_wrap ul li:nth-child(2) {
  top: 37%;
  left: -3.4rem;
  transform: translateY(-50%);
}
.diagram2 .circle_wrap ul li:nth-child(3) {
  top: 37%;
  right: -3.4rem;
  transform: translateY(-50%);
}
.diagram2 .circle_wrap ul li:nth-child(4) {
  bottom: -2rem;
  left: 1.3rem;
}
.diagram2 .circle_wrap ul li:nth-child(5) {
  bottom: -2rem;
  right: 1.3rem;
}

.diagram2_wrap {
  margin-top: 16rem;
  flex-wrap: wrap;
  position: relative;
}
.diagram2_wrap:before {
  content: "";
  display: block;
  width: 64.2rem;
  height: 8rem;
  background: linear-gradient(180deg, #fff 15%, #ddd 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: -12rem;
  left: 50%;
  transform: translateX(-50%);
}
.diagram2_wrap > li {
  height: 47rem;
  background: url("../img_2026/sub/subtract2.png") no-repeat center center/cover;
  padding: 4.8rem;
  position: relative;
  text-align: center;
  padding: 4.8rem 2rem;
}
.diagram2_wrap > li .circle_wrap .ctr {
  background: linear-gradient(152deg, #8ADAFF 7.72%, #2689E8 85.21%);
}
.diagram2_wrap > li .circle_wrap li {
  border-color: #e0e0e0;
  color: #616161;
}
.diagram2_wrap > li .diagram2.t2 li:nth-child(2),
.diagram2_wrap > li .diagram2.t2 li:nth-child(3), .diagram2_wrap > li .diagram2.t3 li:nth-child(2),
.diagram2_wrap > li .diagram2.t3 li:nth-child(3) {
  background: #2689E8;
  color: #fff;
  border-color: #2689E8;
}
.diagram2_wrap > li .diagram2.t2 .ctr {
  background: linear-gradient(152deg, #CFCFCF 7.72%, #8C8C8C 85.21%);
}
.diagram2_wrap > li .diagram2.t5 li {
  background: #2689E8;
  color: #fff;
  border-color: #2689E8;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 2.4rem;
  max-width: 80rem;
  width: 90%;
  max-height: 95vh;
  transform: translateY(2rem);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-content:focus {
  outline: none;
}

.modal-close {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 7rem;
  height: 7.7rem;
  color: #fff;
  font-size: 3rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s ease;
  background: url("../img_2026/sub/polygon_close.png") no-repeat center center/cover;
}

.modal-body {
  padding: 3rem;
  max-height: calc(95vh - 6rem);
  overflow-y: auto;
}

.modal-inner .modal-title {
  font-size: 2.4rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
  letter-spacing: -0.5rem;
}
.modal-inner p {
  font-size: 1.8rem;
  color: #616161;
  line-height: 1.6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

.note {
  font-size: 1.6rem;
  display: block;
  margin-top: 4px;
  color: #757575;
}
.note .ri-map-pin-line {
  color: #bdbdbd;
  margin-right: 4px;
}

.num_list {
  counter-reset: number 0;
}
.num_list .note {
  font-size: 1.6rem;
  display: block;
  margin-top: 4px;
}
.num_list > li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.8rem;
  color: #616161;
  text-align: left;
}
.num_list > li + li {
  margin-top: 0.8rem;
}
.num_list > li:first-child {
  margin-top: 0;
}
.num_list > li:before {
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #145490;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.4rem;
}

.color_box2 {
  background: #F8F8F8;
  padding: 4rem 5rem;
  border-radius: 2.4rem;
  margin-bottom: 1.2rem;
}
.color_box2 .title3 {
  margin-bottom: 1.7rem;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt12 {
  margin-top: 1.2rem !important;
}

.mgt16 {
  margin-top: 1.6rem !important;
}

.mgt28 {
  margin-top: 2.8rem !important;
}

.mgt40 {
  margin-top: 4rem !important;
}

.mgt80 {
  margin-top: 8rem !important;
}

.mgb16 {
  margin-bottom: 1.6rem !important;
}

.horizontal_scroll {
  display: none;
  position: sticky;
  left: 0;
  margin-bottom: 0.5rem;
}
.horizontal_scroll .xi-touch {
  position: relative;
  left: 0;
  animation: h_move 1s infinite linear;
}

.table_wrap {
  overflow-x: auto;
  padding-bottom: 1px;
  margin: 2rem 0;
  position: relative;
}
.table_wrap.scroll_x table {
  min-width: 600px;
}
.table_wrap.scroll_x.t2 table {
  min-width: 500px;
}
.table_wrap table {
  position: relative;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 2px solid #000;
  margin-bottom: -1px;
  left: -1px;
  width: 100%;
}
.table_wrap th,
.table_wrap td {
  padding: 2rem 1rem;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  text-align: center;
  word-break: normal;
  font-size: 1.8rem;
}
.table_wrap th {
  font-weight: 600;
  color: #222;
  background: #F0F7FF;
  word-break: keep-all;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.table_wrap td {
  color: #757575;
  padding: 2rem 1rem;
}
.table_wrap td b {
  color: #333;
  word-break: keep-all;
}
.table_wrap td .tit {
  font-weight: 500;
  color: #222;
}
.table_wrap td .btn {
  border-radius: 0.6rem;
  border: 1px solid #9E9E9E;
  background: #FFF;
  color: #424242;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  line-height: 3.2rem;
  padding: 0 2rem;
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.table_wrap td .btn:hover {
  border-color: #9E9E9E;
  background: #FAFAFA;
}
.table_wrap thead {
  border-bottom: 1px solid #AAAAAA;
}
.table_wrap .info {
  color: #757575;
  margin-top: 1.6rem;
}

.table_wrap_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.table_wrap_header * {
  margin: 0;
}
.table_wrap_header .info {
  color: #757575;
  margin: 0;
}

.accordion_box {
  margin-top: 2.5rem;
  overflow: hidden;
}
.accordion_box .accordion_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3.2rem;
  background: #145490;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 1.6rem;
}
.accordion_box .accordion_header i {
  font-size: 2.2rem;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.accordion_box .accordion_header:hover {
  background: #2a4563;
}
.accordion_box .accordion_content {
  display: none;
  padding: 2.2rem 3.2rem;
  background: #F5F5F5;
  border-radius: 1.6rem;
  margin-top: 0.8rem;
}
.accordion_box .accordion_content .bul1 li b {
  color: #222;
  font-weight: 600;
}
.accordion_box.active .accordion_header i {
  transform: rotate(180deg);
}
.accordion_box.active .accordion_content {
  display: block;
}

.process_list {
  display: flex;
  gap: 4.4rem;
}
.process_list > li {
  border: 1px solid #2689E8;
  border-radius: 2.4rem;
  position: relative;
  flex: 1;
}
.process_list > li .tt {
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2.4rem 2.4rem 0 0;
  color: #2689E8;
  background: #F0F7FF;
}
.process_list > li .txt {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 4rem 2.2rem;
}
.process_list > li .txt .note {
  margin-top: 1rem;
}
.process_list > li:first-child, .process_list > li:last-child {
  border-color: #145490;
}
.process_list > li:first-child .tt, .process_list > li:last-child .tt {
  color: #145490;
  background: #E6F0FF;
}
.process_list > li:not(:last-child)::after {
  position: absolute;
  content: "\ea6c";
  color: #191919;
  font-family: "remixicon";
  right: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
}

.bar1 {
  background: #2689E8;
  border-radius: 2.4rem;
  position: relative;
  padding: 4rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.1rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bar1 b {
  color: #fff;
  margin-left: 5px;
}
.bar1 i {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  color: #fff;
  line-height: 3.6rem;
  display: inline-block;
  margin-right: 1.5rem;
  background: #145490;
  flex-shrink: 0;
  padding-left: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
}
.bar1:before {
  content: "";
  background: url("../img_2026/sub/bar1.png") no-repeat center center/cover;
  width: 36.6rem;
  height: 10.7rem;
  position: absolute;
  right: 3.7rem;
  bottom: 0;
}

.step_list {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 2.8rem;
}
.step_list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background: #F5F5F5;
  border-radius: 2.4rem;
  padding: 4rem 1.7rem;
  flex: 1;
}
.step_list > li .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.step_list > li .icon img {
  max-width: 5.6rem;
  height: auto;
}
.step_list > li p {
  font-size: 1.8rem;
  font-weight: 600;
}
.step_list > li p a {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.4rem;
  font-weight: 400;
}
.step_list > li:first-child {
  background: #fff;
  border: 3px solid #2689E8;
}
.step_list > li:first-child .icon {
  background: #F0F7FF;
  border-color: #2689E8;
}
.step_list > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -2.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.8rem;
  background: none;
  pointer-events: none;
  /* CSS 화살표 */
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.2rem;
  border-color: transparent transparent transparent #222;
  padding: 0;
}

.box_st1 {
  display: flex;
  gap: 2.4rem;
  margin-top: 2.8rem;
}
.box_st1 > li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background: #F4F5F8;
  border-radius: 2.4rem;
  padding: 4rem;
}
.box_st1 > li .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.box_st1 > li .icon img {
  max-width: 4.8rem;
  height: auto;
}
.box_st1 > li strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.8rem;
}
.box_st1 > li .bul1 li {
  font-size: 1.6rem;
}
.box_st1 > li .bul1 li b {
  font-weight: 600;
}
.box_st1 > li .adr_info {
  display: flex;
  gap: 4rem;
}
.box_st1 > li .adr_info li {
  font-size: 1.8rem;
  color: #616161;
}
.box_st1 > li .adr_info li i {
  color: #BDBDBD;
  margin-right: 1rem;
}
.box_st1 > li:only-child {
  max-width: 100%;
  gap: 4rem;
}

.incentive_list > li {
  padding: 4rem;
  display: flex;
  border: 1px solid #E0E0E0;
  border-radius: 2.4rem;
  gap: 8rem;
}
.incentive_list > li .logo_img {
  width: 20rem;
  text-align: center;
  padding: 2rem 0;
  flex-shrink: 0;
}
.incentive_list > li .txt {
  position: relative;
}
.incentive_list > li .txt strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.incentive_list > li .txt:before {
  content: "";
  border-left: 1px solid #e0e0e0;
  height: 100%;
  left: -4rem;
  top: 0;
  position: absolute;
}
.incentive_list > li + li {
  margin-top: 2.4rem;
}

.info_box {
  background: #F4F5F8;
  border-radius: 0.6rem;
  padding: 1.2rem 1.6rem;
  margin-top: 2.4rem;
}
.info_box p {
  font-size: 1.4rem;
}
.info_box p i {
  margin-right: 0.6rem;
  display: inline-block;
}
.info_box p + p {
  margin-top: 0.4rem;
}

.btns_type {
  display: inline-flex;
  background: #1B2F45;
  height: 5.6rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.4rem;
  padding: 0 2rem;
  min-width: 12rem;
  transition: background 0.2s, color 0.2s;
  z-index: 0;
  position: relative;
}
.btns_type.t2 {
  background: rgba(27, 47, 69, 0.1);
  color: #1B2F45;
  border: 1px solid #1B2F45;
  transition: all 0.2s;
}
.btns_type.t2:before {
  background: #fff;
}
.btns_type::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: 0;
  background: #145490;
  border-radius: 0.6rem;
  z-index: -1;
  width: 0;
  transition: width 0.3s;
  height: 100%;
}
.btns_type:hover::before, .btns_type:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}
.btns_type.red {
  background: #D43333;
  border-color: #D43333;
  border: 1px solid #D43333;
}
.btns_type.red::before {
  background: #fff;
}
.btns_type.red:hover, .btns_type.red:focus {
  color: #D43333;
  background: #d43333;
}

.board-button-center {
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.board-button-center > * {
  margin-top: 0;
}

.intro_box {
  background: #FAFAFA;
  border: 1px solid #eee;
  border-radius: 2.4rem;
  padding: 6rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-align: center;
}
.intro_box .intro_img {
  flex-shrink: 0;
}
.intro_box .title1 {
  margin-bottom: 0;
}
.intro_box .title1 b {
  letter-spacing: -0.3rem;
  color: #2689E8;
}
.intro_box.t2 {
  flex-direction: row;
  gap: 4rem;
  justify-content: flex-start;
  text-align: left;
}
.intro_box.t2 .title1 {
  margin-bottom: 2rem;
}
.intro_box.t2 .bul1 b {
  color: #222;
}
.intro_box.t2.flex_start {
  justify-content: flex-start;
}
.intro_box.t2 .btns_type {
  margin-top: 4rem;
}
.intro_box.t2 .btns_type i {
  margin-right: 0.8rem;
}
.intro_box.t3 {
  background: #F4F5F8;
  border: 0;
  margin-top: 8rem;
  gap: 0;
}
.intro_box.t3 .title1 {
  margin: 2.4rem 0 1.6rem;
}
.intro_box.t3 .board-button-center {
  margin-top: 4rem;
}
.intro_box .intro_list {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2.8rem 0 4rem;
}
.intro_box .intro_list li {
  display: flex;
  align-items: flex-start;
}
.intro_box .intro_list em {
  width: 9rem;
  height: 3rem;
  text-align: justify;
  padding: 0 2rem;
  color: #fff;
  border-radius: 100rem;
  background: #2689E8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  font-size: 1.6rem;
}
.intro_box .intro_line {
  padding-top: 4rem;
  border-top: 1px solid #E0E0E0;
  width: 66.7rem;
}
.intro_box .intro_line .note {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  font-size: 1.6rem;
  margin-top: 0;
  letter-spacing: -0.4px;
}
.intro_box .intro_line .bul1 {
  margin-top: 2rem;
}
.intro_box .intro_line .bul1 li {
  display: flex;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.intro_box .intro_line .bul1 li b {
  font-weight: 500;
  color: #222;
}
.intro_box .depth.txt_center {
  text-align: center;
}
.intro_box .depth.txt_center b {
  color: #222;
  font-weight: 600;
}
.intro_box .board-button-center {
  margin-top: 3rem;
}

.flex_btw {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.flex_btw .tit {
  margin-bottom: 0 !important;
}

.radio_list {
  display: flex;
  gap: 1rem 4rem;
  align-items: center;
  flex-wrap: wrap;
}
.radio_list > li {
  display: inline-flex;
}
.radio_list.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.radio_item {
  display: inline-flex;
  gap: 0.6rem;
  cursor: pointer;
  position: relative;
}
.radio_item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio_item input[type=radio]:checked + .radio_btn {
  border-color: #2689E8;
  border-width: 0.6rem;
}
.radio_item .radio_btn {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.2s;
  flex-shrink: 0;
  margin-top: 0.4rem;
  background: #fff;
}
.radio_item .radio_txt {
  font-size: 1.8rem;
  color: #616161;
  transition: color 0.2s;
  word-break: break-all;
}
.radio_item:has(.etc_txt) .radio_btn {
  margin-top: 1rem;
}
.radio_item:has(.etc_txt) .radio_txt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.radio_item:has(.etc_txt) .radio_txt .etc_txt {
  height: 4rem;
}

#wrap:has(.mock_wrap, .result_card_list, .login_wrap, .join_wrap) {
  background: #F4F5F8;
}
#wrap:has(.mock_wrap, .result_card_list, .login_wrap, .join_wrap) #snb .list > ul {
  background: #fff;
}
#wrap:has(.mock_wrap, .result_card_list, .login_wrap, .join_wrap) .board-button-center .btns_type.t2 {
  background: #fff;
}
#wrap:has(.mock_wrap, .result_card_list, .login_wrap, .join_wrap) .board-button-center .btns_type.t2:before {
  background: rgba(27, 47, 69, 0.1);
}

.mock_wrap + .title1 {
  margin-top: 8rem;
}

.mock_wrap {
  position: relative;
}
.mock_wrap .add_btn {
  position: absolute;
  top: -6.5rem;
  right: 0;
  margin-top: 0;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 4rem;
}
.mock_wrap .add_btn i {
  margin-right: 0.8rem;
}
.mock_wrap .mock_item1 {
  background: rgba(38, 137, 232, 0.04);
  border: 2px solid #2689E8;
  border-radius: 1.6rem;
  padding: 4rem 7rem;
  margin-bottom: 2.8rem;
  gap: 1rem;
}
.mock_wrap .tit {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2.2rem;
  color: #222;
}
.mock_wrap .tit [class*=stat] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #D95F08;
  margin-left: 1.2rem;
  background: rgba(235, 114, 0, 0.14);
  border-radius: 0.4rem;
  padding: 0 0.8rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mock_wrap .tit [class*=stat].stat2 {
  background: rgba(0, 161, 64, 0.16);
  color: #008B38;
}
.mock_wrap .num_list > li {
  padding: 2.8rem 0;
  padding-left: 5.2rem;
}
.mock_wrap .num_list > li:before {
  border: 1px solid #2689E8;
  border-radius: 100rem;
  width: 4rem;
  height: 2.5rem;
  background: #fff;
  color: #2689E8;
  font-size: 1.4rem;
  font-weight: 600;
  content: counter(number, decimal-leading-zero);
  top: 2.8rem;
}
.mock_wrap .num_list > li + li {
  border-top: 1px solid #E0E0E0;
  margin-top: 0;
}
.mock_wrap .num_list > li .img_box {
  border-radius: 1.6rem;
  border: 1px solid #e0e0e0;
  padding: 2.4rem 3rem;
  display: inline-flex;
  margin-bottom: 2rem;
}
.mock_wrap .num_list > li:first-child {
  padding-top: 0;
}
.mock_wrap .num_list > li:first-child:before {
  top: 0;
}
.mock_wrap .num_list > li:last-child {
  padding-bottom: 0;
}
.mock_wrap .num_list > li .radio_list {
  counter-reset: radio_number;
}
.mock_wrap .num_list > li .radio_list > li {
  position: relative;
}
.mock_wrap .num_list > li .radio_list > li:before {
  counter-increment: radio_number 1;
  content: counter(radio_number) ".";
  line-height: 1.5;
  margin-right: 5px;
}
.mock_wrap .num_list > li .sub_num {
  counter-reset: sub_number 0;
  margin-top: 0.8rem;
  margin-left: -3.2rem;
}
.mock_wrap .num_list > li .sub_num > li {
  position: relative;
  padding: 2.8rem 0 0 5.2rem;
  margin: 2.8rem 0 0 -2rem;
  border-top: 1px solid #E0E0E0;
}
.mock_wrap .num_list > li .sub_num > li + li {
  margin-top: 0.8rem;
}
.mock_wrap .num_list > li .sub_num > li:before {
  counter-increment: sub_number 1;
  content: counter(number, decimal-leading-zero) "-" counter(sub_number);
  border: 1px solid #2689E8;
  border-radius: 100rem;
  width: 4rem;
  height: 2.5rem;
  background: #fff;
  color: #2689E8;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: -0.5px;
}
.mock_wrap .mock_item2 {
  background: #fff;
  border-radius: 2.4rem;
  padding: 6.8rem 6rem;
  position: relative;
}
.mock_wrap .mock_item2 + .mock_item2 {
  margin-top: 4rem;
  background: url(../img_2026/sub/subtract3.png) no-repeat top center/cover;
}
.mock_wrap .flex_lst {
  display: flex;
  gap: 4rem;
}
.mock_wrap .flex_lst .form_field {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.mock_wrap .title2 {
  margin-top: 0;
  margin-bottom: 4rem;
}
.mock_wrap .title2 .linkedBusiness {
  letter-spacing: 0;
}
.mock_wrap .close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 4.6rem;
  height: 5.1rem;
  background: url(../img_2026/sub/polygon.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0.7rem;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  cursor: pointer;
}

.form_textbox {
  height: 4rem;
  border-radius: 0.6rem;
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 0 1rem;
}
.form_textbox.small {
  width: 12rem;
}

.check_result {
  border-radius: 2.4rem;
  border: 8px solid #F0F7FF;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-top: 3rem;
}
.check_result .result_item {
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.8rem;
}
.check_result .result_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.check_result .result_item strong {
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.check_result .result_item p {
  font-weight: 500;
  color: #616161;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.check_result .result_item p b {
  font-size: 2.2rem;
  font-weight: 600;
  color: #222;
}
.check_result .result_item span {
  font-weight: 400;
  display: block;
}

.join-checkbox .checkbox_st1 + .checkbox_st1 {
  margin-top: 1.2rem;
}

.checkbox_st1 {
  display: flex;
  gap: 1rem;
  cursor: pointer;
  position: relative;
}
.checkbox_st1 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox_st1 input[type=checkbox]:checked + span {
  border-color: #2689E8;
  background: #2689E8;
}
.checkbox_st1 input[type=checkbox]:checked + span::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.checkbox_st1 span {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  position: relative;
  transition: all 0.2s;
  flex-shrink: 0;
  background: #fff;
  margin-top: 4px;
}
.checkbox_st1 span::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0.5);
  transition: all 0.2s;
}
.checkbox_st1 strong {
  font-size: 1.8rem;
  font-weight: 400;
  transition: color 0.2s;
}
.checkbox_st1:hover span {
  border-color: #2689E8;
}
.checkbox_st1:hover strong {
  color: #222;
}

.join-scrollbox {
  background: #F4F5F8;
  border-radius: 2.4rem;
  padding: 3.6rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  overflow: auto;
  max-height: 40rem;
  color: #757575;
  margin-bottom: 2.8rem;
}
.join-scrollbox::-webkit-scrollbar {
  width: 1.2rem;
  background: transparent;
}
.join-scrollbox::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 1rem;
  margin: 0.5rem 0;
}
.join-scrollbox::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2.4rem;
  margin: 0.5rem 0;
}
.join-scrollbox {
  scrollbar-width: thin;
  scrollbar-color: #E3E3E3 transparent;
}
.join-scrollbox .h5 {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
}
.join-scrollbox .point {
  color: #2689E8;
}
.join-scrollbox p + .h5 {
  margin-top: 3rem;
}

.apply_step ul {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.apply_step ul li {
  width: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.apply_step ul li .icon {
  background: #D4DFEE;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_step ul li strong {
  text-align: center;
  display: block;
  color: #9E9E9E;
  font-weight: 500;
  line-height: 1.4;
}
.apply_step ul li.active strong {
  color: #222;
}
.apply_step ul li.active .icon {
  background: #2689E8;
}
.apply_step ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: -100%;
  width: calc(100% - 2rem);
  height: 3px;
  background: #D4DFEE;
  border-radius: 10rem;
  margin-right: 1rem;
}
.apply_step ul li.active:not(:first-child):before {
  background: #2689E8;
}

.mxds-input-item {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 0.8rem;
  max-width: 100%;
  align-items: center;
}
.mxds-input-item[data-mxds-size=minimum] {
  width: 4rem;
}
.mxds-input-item[data-mxds-size=mini] {
  width: 12rem;
}
.mxds-input-item[data-mxds-size=medium] {
  width: 20rem;
}
.mxds-input-item[data-mxds-size=large] {
  width: 26rem;
}
.mxds-input-item[data-mxds-size=max] {
  width: 35rem;
}
.mxds-input-item[data-mxds-size=quarter] {
  width: 25%;
}
.mxds-input-item[data-mxds-size=third] {
  width: 33.3333%;
}
.mxds-input-item[data-mxds-size=half] {
  width: 50%;
}
.mxds-input-item[data-mxds-size=full] {
  width: 100%;
}
.mxds-input-item input[type=text],
.mxds-input-item input[type=password],
.mxds-input-item input[type=number],
.mxds-input-item input[type=tel],
.mxds-input-item input[type=date],
.mxds-input-item textarea,
.mxds-input-item select {
  display: block;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  padding: 1rem 1.6rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  border: 1px solid #E0E0E0;
  margin: 0;
  text-indent: 0;
  outline: none;
  text-overflow: ellipsis;
}
.mxds-input-item input[type=text]::placeholder,
.mxds-input-item input[type=password]::placeholder,
.mxds-input-item input[type=number]::placeholder,
.mxds-input-item input[type=tel]::placeholder,
.mxds-input-item input[type=date]::placeholder,
.mxds-input-item textarea::placeholder,
.mxds-input-item select::placeholder {
  color: #9E9E9E;
}
.mxds-input-item {
  /* 데이트피커 (linkItem8 / type="date") */
}
.mxds-input-item input[type=date],
.mxds-input-item .linkItem8 {
  min-width: 16rem;
  cursor: pointer;
  color-scheme: light;
}
.mxds-input-item input[type=date]::-webkit-calendar-picker-indicator,
.mxds-input-item .linkItem8::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

.btn-add-linkbiz {
  background: #1B2F45;
  border-radius: 0.6rem;
  color: #fff;
  padding: 0 2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.btn-add-linkbiz i {
  margin-right: 0.8rem;
}

.mxds-input-item[data-mxds-size=full] + .mxds-input-item[data-mxds-size=full] {
  margin-top: 0.8rem;
}

textarea {
  display: block;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  padding: 1rem 1.6rem;
  height: 12rem;
  border-radius: 0.6rem;
  border: 1px solid #E0E0E0;
  margin: 0;
  text-indent: 0;
  outline: none;
  text-overflow: ellipsis;
}
textarea::placeholder {
  color: #9E9E9E;
}

* + textarea {
  margin-top: 0.8rem !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../img_2026/sub/select_bg.png") no-repeat right 1.2rem center/1rem 0.6rem;
  cursor: pointer;
}

select:focus, input:focus, textarea:focus {
  border-color: #2689E8 !important;
  outline: none;
}

.form-default {
  position: relative;
}
.form-default .board-write-guide {
  position: absolute;
  top: -4rem;
  right: 0;
  margin-bottom: 0;
}
.form-default .board-write-guide:has(button) {
  top: -5.6rem;
}

.form-group + .form-group {
  margin-top: 2.4rem;
}

.board-write-guide {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: flex-end;
  color: #757575;
}
.board-write-guide .checkbox_st1 {
  margin-top: 0;
}
.board-write-guide .checkbox_st1 strong {
  color: #757575;
  font-size: 1.6rem;
  margin-top: 2px;
}
.board-write-guide .point1 {
  color: #2689E8;
  margin-right: 0.6rem;
}

.board-wrap {
  border-top: 2px solid #424242;
  border-bottom: 1px solid #E0E0E0;
}
.board-wrap .point1 {
  color: #2689E8;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.board-wrap.board-write .exp_bar {
  border-radius: 1.2rem;
  background: #F4F5F8;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: space-between;
  margin: 1.2rem 0 2.2rem;
  align-items: center;
}
.board-wrap.board-write .exp_bar .exp_bar_item {
  font-size: 1.8rem;
  font-weight: 600;
}
.board-wrap.board-write .exp_bar .exp_bar_item em {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #145490;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  margin-right: 0.8rem;
}
.board-wrap.board-write .exp_bar .del {
  border-radius: 0.6rem;
  border: 1px solid #9e9e9e;
  background: #fff;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 2rem;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
.board-wrap.board-write .exp_bar .del:hover {
  border-color: #2689E8;
  background: #F5FAFF;
  color: #145490;
}
.board-wrap.board-write table th {
  padding: 1.2rem 1rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: top;
}
.board-wrap.board-write table td {
  padding: 1.2rem;
}
.board-wrap.board-write table tr:has(th[scope=row]) {
  border-top: 1px solid #E0E0E0;
}
.board-wrap.board-write table tr:has(th[scope=row]) th, .board-wrap.board-write table tr:has(th[scope=row]) td {
  padding: 3.2rem 1.2rem;
}
.board-wrap.board-write table tr:has(th[scope=row]):first-child {
  border-top: none;
}
.board-wrap.board-write .input_label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

div[class*=-field] {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
div[class*=-field].text-email-field .mxds-input-item {
  width: 18rem;
}

.form-tab {
  display: flex;
  justify-content: center;
}
.form-tab a {
  background: #F4F5F8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
  font-size: 2rem;
  font-weight: 600;
  flex: 1;
  width: 100%;
  height: 6.8rem;
}
.form-tab a:first-child {
  border-top-left-radius: 2.4rem;
}
.form-tab a:last-child {
  border-top-right-radius: 2.4rem;
}
.form-tab a.active {
  background: #1B2F45;
  color: #fff;
}

.form-wrap {
  margin-top: 8rem;
}
.form-wrap .board-write {
  padding-bottom: 0;
  border-bottom: 0;
}
.form-wrap .board-write table {
  table-layout: fixed;
}

.form-tab-content {
  padding: 6rem 8rem 5rem;
  border: 1px solid #E0E0E0;
  border-top: 0;
  border-radius: 0 0 2.4rem 2.4rem;
}
.form-tab-content .title2 {
  margin-top: 0;
}

.file-upload-wrap {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  align-items: flex-start;
}
.file-upload-wrap:has(.mxds-input-item) .btn-file-search {
  height: 4.8rem;
}
.file-upload-wrap .btn-file-search {
  height: 4rem;
  padding: 0 1.6rem;
  border: 1px solid #9e9e9e;
  border-radius: 0.6rem;
  background: #fff;
  font-size: 1.6rem;
  color: #424242;
  cursor: pointer;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.file-upload-wrap .btn-file-search i {
  margin-right: 8px;
}
.file-upload-wrap .btn-file-search:hover {
  border-color: #9E9E9E;
  background: #FAFAFA;
}
.file-upload-wrap .file-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  color: #424242;
}
.file-upload-wrap .file-item .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-upload-wrap .file-item em, .file-upload-wrap .file-item .file-size {
  color: #9E9E9E;
  font-style: normal;
  font-size: 1.2rem;
  white-space: nowrap;
}
.file-upload-wrap .file-item .btn-del {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: #9E9E9E;
  cursor: pointer;
  margin-left: 0.2rem;
  background: #e0e0e0;
  color: #757575;
  font-size: 1.7rem;
  line-height: 1.8rem;
  text-align: center;
}
.file-upload-wrap .file-item .btn-del:hover {
  color: #D43333;
  background: #fdeaea;
}

* + .file-upload-wrap {
  margin-top: 0.8rem;
}

.form-notice {
  font-size: 1.4rem;
  color: #145490;
  margin-top: 0.8rem;
}
.form-notice.t2 {
  background: #F4F5F8;
  border-radius: 0.6rem;
  padding: 1.2rem 1.6rem;
  color: #222;
  margin-top: 2rem;
}
.form-notice.point {
  color: #E53935;
}
.form-notice.point i {
  color: #E53935;
}

.input-row {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.input-row .input-col {
  flex: 1;
}
.input-row.three-col .input-col {
  flex: none;
}
.input-row.three-col .mxds-input-item[data-mxds-size=mini] {
  width: 100%;
}
.input-row.three-col .mxds-input-item[data-mxds-size=mini] input {
  width: 12.5rem;
}
.input-row-half {
  gap: 0.8rem;
  display: flex;
}

.address-field {
  margin-bottom: 0.8rem;
}
.address-field .btn-zipcode {
  height: 4.8rem;
  border-radius: 0.6rem;
  border: 1px solid #9e9e9e;
  width: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #fff;
}
.address-field .btn-zipcode:hover {
  border-color: #9E9E9E;
  background: #FAFAFA;
}

.input-with-button {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.input-with-button .mxds-input-item {
  flex: 1;
}

.btn-inline {
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid #9E9E9E;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.6rem;
}
.btn-inline i {
  font-size: 1.6rem;
}
.btn-inline:hover {
  background: #F5FAFF;
  border-color: #2689E8;
  box-shadow: 0 2px 8px 0 rgba(38, 137, 232, 0.08);
}

.file-uploaded {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
.file-uploaded img {
  width: 1.8rem;
  height: auto;
}
.file-uploaded .file-name {
  color: #2689E8;
  font-weight: 500;
}
.file-uploaded .file-size {
  color: #9E9E9E;
  font-size: 1.3rem;
}

.apply_noti {
  text-align: center;
  font-size: 1.8rem;
  color: #222;
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E0E0E0;
}
.apply_noti p {
  margin-bottom: 4rem;
}
.apply_noti span {
  display: block;
}
.apply_noti b {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
  display: block;
  margin-top: 0.5rem;
}

.sub_tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sub_tab ul li {
  flex: 0 0 calc((100% - 5rem) / 6);
}
.sub_tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  border-radius: 1.2rem;
  background: #fff;
  font-weight: 500;
  transition: all 0.2s;
}
.sub_tab ul li a em {
  color: #2689E8;
  margin-left: 0.6rem;
  font-weight: 700;
  font-size: 1.2rem;
}
.sub_tab ul li a:hover {
  background: #E6F0FF;
  color: #145490;
}
.sub_tab ul li.active a {
  background: #2689E8;
  color: #fff;
}
.sub_tab ul li.active a em {
  color: #fff;
}

.result_count {
  font-weight: 500;
  color: #616161;
  margin-bottom: 1.6rem;
  margin-left: 0.3rem;
}
.result_count em {
  color: #222;
  font-weight: 600;
}

.result_card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.result_card_list > li {
  width: calc(25% - 1.8rem);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2.4rem;
  padding: 5.2rem 2.4rem 3.2rem;
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
  overflow: hidden;
}
.result_card_list > li:hover {
  border-color: #2689E8;
  box-shadow: 0 4px 20px rgba(38, 137, 232, 0.12);
}
.result_card_list > li .card_top {
  display: flex;
  justify-content: center;
  padding-bottom: 2.4rem;
}
.result_card_list > li .card_top .logo {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.result_card_list > li .card_top .logo img {
  max-width: 100%;
  object-fit: contain;
}
.result_card_list > li .card_top .card_btns {
  position: absolute;
  background: #FFE7BB;
  color: #222;
  font-size: 1.4rem;
  top: 0;
  right: 0;
  padding: 0.4rem 1.2rem;
  border-radius: 0 2.4rem 0 1.2rem;
  font-weight: 500;
}
.result_card_list > li .card_info {
  border-top: 1px solid #E0E0E0;
  padding-top: 1.6rem;
}
.result_card_list > li .card_info .company_name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6rem;
  margin-bottom: 1.2rem;
  word-break: break-all;
}
.result_card_list > li .card_info .info_list li {
  display: flex;
  align-items: flex-start;
  color: #616161;
  word-break: break-all;
  letter-spacing: -0.7px;
}
.result_card_list > li .card_info .info_list li i {
  color: #BDBDBD;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.result_card_list > li .card_info .info_list li a {
  word-break: break-all;
}
.result_card_list > li .card_info .info_list li a:hover {
  text-decoration: underline;
}
.result_card_list > li .card_info .info_list li + li {
  margin-top: 0.6rem;
}

.login_wrap {
  display: flex;
  min-height: 50.6rem;
  overflow: hidden;
  justify-content: center;
}
.login_wrap .login_left {
  flex: 0 0 42rem;
  background: #145490;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 3.6rem;
}
.login_wrap .login_left::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img_2026/sub/login_bg.png") no-repeat center center;
  background-size: cover;
  width: 25rem;
  height: 22rem;
}
.login_wrap .login_left .login_text .title1 {
  color: #fff;
}
.login_wrap .login_left .login_text p {
  color: rgba(255, 255, 255, 0.85);
}
.login_wrap .login_right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 6.8rem;
  background: #fff;
  border-radius: 3.6rem;
}
.login_wrap .login_right .login_form_wrap {
  width: 44.4rem;
}
.login_wrap .login_right .title1 {
  text-align: center;
  margin-bottom: 4rem;
}
.login_wrap .login_right .login_form .btns_type {
  width: 100%;
}
.login_wrap .login_right .login_form .mxds-input-item {
  display: flex;
  gap: 0;
  border-radius: 0.6rem;
  border: 1px solid #E0E0E0;
  padding: 0 1.6rem;
}
.login_wrap .login_right .login_form .mxds-input-item:focus-within {
  border-color: #2689E8;
}
.login_wrap .login_right .login_form .mxds-input-item:focus-within > i {
  color: #2689E8;
}
.login_wrap .login_right .login_form .mxds-input-item > i {
  font-size: 2rem;
  color: #9E9E9E;
}
.login_wrap .login_right .login_form .mxds-input-item input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 1rem;
}
.login_wrap .login_right .login_form .mxds-input-item + .mxds-input-item {
  margin-top: 1.2rem;
}
.login_wrap .login_right .login_form .mxds-input-item .btn_pw_toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_wrap .login_right .login_form .mxds-input-item .btn_pw_toggle i {
  font-size: 2rem;
  color: #BDBDBD;
  transition: color 0.2s;
}
.login_wrap .login_right .login_form .mxds-input-item .btn_pw_toggle:hover i {
  color: #757575;
}
.login_wrap .login_right .login_form .btn_login {
  width: 100%;
  height: 5.2rem;
  background: #1B2F45;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin-top: 4rem;
  transition: opacity 0.2s, transform 0.2s;
}
.login_wrap .login_right .login_form .btn_login:hover {
  opacity: 0.9;
}
.login_wrap .login_right .login_form .btn_login:active {
  transform: scale(0.98);
}
.login_wrap .login_right .login_links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
}
.login_wrap .login_right .login_links a {
  color: #757575;
  transition: color 0.2s;
  font-weight: 500;
}
.login_wrap .login_right .login_links a:hover {
  color: #2689E8;
}
.login_wrap .login_right .login_links .divider {
  color: #9E9E9E;
  font-size: 1.2rem;
}

.find_wrap {
  display: flex;
  justify-content: center;
}
.find_wrap .find_inner {
  width: 60rem;
}
.find_wrap .find_inner .find_tab {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 3.2rem;
}
.find_wrap .find_inner .find_tab a {
  flex: 1;
  text-align: center;
  padding: 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #9E9E9E;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
}
.find_wrap .find_inner .find_tab a:hover {
  color: #222;
}
.find_wrap .find_inner .find_tab a.active {
  color: #145490;
  border-bottom-color: #145490;
  font-weight: 600;
}
.find_wrap .find_inner .find_form .form_group {
  margin-bottom: 2.4rem;
}
.find_wrap .find_inner .find_form .form_group .input_label {
  display: block;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.8rem;
}
.find_wrap .find_inner .find_form .mxds-input-item {
  display: flex;
  gap: 0;
  border-radius: 0.6rem;
  border: 1px solid #E0E0E0;
  padding: 0 1.6rem;
  width: 100%;
}
.find_wrap .find_inner .find_form .mxds-input-item:focus-within {
  border-color: #2689E8;
}
.find_wrap .find_inner .find_form .mxds-input-item input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 1.2rem 0;
}
.find_wrap .find_inner .find_form .input_with_btn {
  display: flex;
  gap: 0.8rem;
}
.find_wrap .find_inner .find_form .input_with_btn .mxds-input-item {
  flex: 1;
}
.find_wrap .find_inner .find_form .input_with_btn .btn_send,
.find_wrap .find_inner .find_form .input_with_btn .btn_verify {
  flex-shrink: 0;
  height: 4.8rem;
  padding: 0 2rem;
  border-radius: 0.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.find_wrap .find_inner .find_form .input_with_btn .btn_send {
  background: #fff;
  border: 1px solid #9E9E9E;
  color: #424242;
}
.find_wrap .find_inner .find_form .input_with_btn .btn_send:hover {
  box-shadow: 0 2px 8px 0 rgba(38, 137, 232, 0.08);
  background: #F5FAFF;
  border-color: #2689E8;
  color: #1B2F45;
  transition: opacity 0.2s, background 0.2s, box-shadow 0.2s, border-color 0.2s, color 0.2s;
}
.find_wrap .find_inner .find_form .input_with_btn .btn_verify {
  background: #222;
  border: none;
  color: #fff;
  border: 1px solid #222;
}
.find_wrap .find_inner .find_form .input_with_btn .btn_verify:hover {
  box-shadow: 0 2px 8px 0 rgba(38, 137, 232, 0.08);
  background: #F5FAFF;
  border-color: #222;
  color: #222;
  transition: opacity 0.2s, background 0.2s, box-shadow 0.2s, border-color 0.2s, color 0.2s;
}
.find_wrap .find_inner .find_form .timer {
  font-size: 1.4rem;
  color: #1B2F45;
}
.find_wrap .find_inner .find_form .timer i {
  margin-right: 3px;
  vertical-align: middle;
}
.find_wrap .find_inner .find_form .btn_login {
  width: 100%;
  height: 5.2rem;
  background: #1B2F45;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin-top: 3.2rem;
  transition: opacity 0.2s, transform 0.2s;
  border: none;
}
.find_wrap .find_inner .find_form .btn_login:hover {
  opacity: 0.9;
}
.find_wrap .find_inner .find_form .btn_login:active {
  transform: scale(0.98);
}

.find_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.find_info p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2.4rem;
  text-align: center;
}
.find_info .find_info_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F5F8;
  padding: 2.8rem 1rem;
  border-radius: 1.2rem;
  gap: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  width: 50rem;
}
.find_info .find_info_item span {
  font-weight: 400;
  color: #616161;
}

.join_step {
  text-align: center;
}
.join_step ul {
  display: flex;
  gap: 13.6rem;
  align-items: center;
}
.join_step ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 7.6rem;
}
.join_step ul li span {
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_step ul li span:before {
  content: "";
  background: url("../img_2026/sub/polygon2.png") no-repeat center center/cover;
  width: 3.5rem;
  height: 3.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.join_step ul li p {
  font-weight: 500;
}
.join_step ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 100%;
  width: 12rem;
  height: 3px;
  background: #D4DFEE;
  margin-right: 0.8rem;
  border-radius: 1.5rem;
}
.join_step ul li.active span {
  font-size: 0;
}
.join_step ul li.active span:before {
  background: url("../img_2026/sub/polygon3.png") no-repeat center center/cover;
  width: 4rem;
  height: 4rem;
}
.join_step ul li.active span:after {
  content: "";
  background: url("../img_2026/sub/polygon2.png") no-repeat center center/cover;
  width: 4.8rem;
  height: 5.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.join_step ul li.active:before {
  background: #145490;
}
.join_step ul li:not(.active) span {
  font-size: 0;
}
.join_step ul li:not(.active) span:before {
  background: url("../img_2026/sub/polygon4.png") no-repeat center center/cover;
  width: 4rem;
  height: 4rem;
}
.join_step ul li:not(.active):before {
  background: #145490;
}
.join_step ul li.active ~ li:before {
  background: #D4DFEE;
}
.join_step ul li.active ~ li span {
  font-size: 1.5rem;
}
.join_step ul li.active ~ li span:before {
  background: url("../img_2026/sub/polygon2.png") no-repeat center center/cover;
  width: 3.5rem;
  height: 3.8rem;
}

.join_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join_wrap .join_content {
  width: 80rem;
}
.join_wrap .join-scrollbox {
  background: #fff;
}
.join_wrap .intro_box {
  margin-top: 6rem;
}

.map_info {
  background: #2689E8;
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 5rem 6rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.map_info .title1 {
  color: #fff;
  margin-bottom: 2rem;
}
.map_info .contact_info {
  display: flex;
  margin-top: 0.8rem;
  align-items: center;
}
.map_info .contact_info span {
  opacity: 0.6;
  font-weight: 100;
  margin: 0.2rem 2.4rem 0;
}
.map_info .item {
  display: flex;
  font-size: 1.8rem;
}
.map_info .item strong {
  width: 9.6rem;
}
.map_info .item strong i {
  font-weight: 300;
  margin-right: 4px;
}
.map_info > a {
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-radius: 1.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  gap: 0.8rem;
}

.board_info {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.board_info + * {
  margin-top: 2rem;
}
.board_info .page {
  float: left;
  line-height: 1;
}
.board_info .page span {
  display: inline-block;
  vertical-align: top;
  color: #616161;
}
.board_info .page span + span::before {
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  margin: 0 1rem 0 0.5rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}
.board_info .page strong, .board_info .page b {
  font-weight: 500;
  color: #000;
}
.board_info .srch_box {
  display: flex;
  border-radius: 100rem;
  border: 1px solid #e0e0e0;
  backdrop-filter: blur(2px);
  padding: 0 1.6rem;
  gap: 1rem;
  height: 4.8rem;
}
.board_info .srch_box input {
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
}

.board_list {
  /* overflow: hidden; */
  border-top: 2px solid #333;
  border-bottom: 1px solid #aaa;
}
.board_list table {
  width: 100%;
  margin-bottom: -1px;
}
.board_list thead th {
  font-size: 1.8rem;
  padding: 2rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.board_list td {
  padding: 1.3rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  color: #616161;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
}
.board_list td[aria-label=첨부파일] img {
  width: 2rem;
}
.board_list td.txt_left a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.board_list .icon_new {
  float: none;
  position: relative;
  top: -0.3rem;
  line-height: 1.2rem;
  margin: 0 0.4rem 0 0;
  text-align: center;
  background: none;
  font-weight: bold;
  color: #2689E8;
  font-size: 1.1rem;
}
.board_list .icon_notice {
  float: none;
  position: relative;
  top: -0.2rem;
  height: 2.9rem;
  line-height: 2.9rem;
  text-align: center;
  background: none;
  border: 1px solid #2689E8;
  border-radius: 10rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  color: #2689E8;
  padding: 0 1rem;
  font-weight: 700;
  min-width: 5rem;
  display: inline-block;
}

.board_pager {
  font-size: 1.4rem;
  text-align: center;
}
.board_pager > strong {
  background-color: #333;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1rem;
  text-align: center;
  line-height: 3.8rem;
  vertical-align: top;
  letter-spacing: -0.1rem;
  transition: all 0.3s;
}
.board_pager.active {
  background-color: #333;
  color: #fff;
}
.board_pager.active .last_page {
  display: none;
}
.board_pager a {
  display: inline-block;
  overflow: hidden;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1rem;
  text-align: center;
  line-height: 3.8rem;
  vertical-align: top;
  letter-spacing: -0.1rem;
  transition: all 0.3s;
}
.board_pager a.arr {
  border: 1px solid #ddd;
}
.board_pager a.arr::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
}
.board_pager a.arr.first::before {
  content: "\f2e2";
}
.board_pager a.arr.prev::before {
  content: "\ea64";
}
.board_pager a.arr.next::before {
  content: "\ea6e";
}
.board_pager a.arr.last::before {
  content: "\f2e4";
}
.board_pager a.arr.first, .board_pager a.arr.last {
  text-indent: -1.2rem;
  letter-spacing: -1.2rem;
}
.board_pager a:hover, .board_pager a:focus {
  background-color: #F5F5F5;
}
.board_pager a.active {
  background-color: #333;
  color: #fff;
}
.board_pager a.active .last_page {
  display: none;
}
.board_pager .group {
  margin: 0 0.5rem;
}

* + .board_pager {
  margin-top: 4rem;
}

.board_view {
  border-top: 2px solid #333;
  border-bottom: 1px solid #616161;
}
.board_view > .title {
  padding: 2.8rem 0 1.5rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #191919;
  border-bottom: 0;
  word-break: normal !important;
  text-align: center;
  word-break: keep-all;
}
.board_view > .title .category {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.board_view > .title .category::before {
  display: none;
}
.board_view > .title .cateC01::before {
  background: #F6C375;
}
.board_view > .title .cateC02::before {
  background: #DF7373;
}
.board_view > .title.type1 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.board_view > .title.type1 .category {
  border: 1px solid #2F5BC1;
  border-radius: 12px;
  display: inline-block;
  color: #2F5BC1;
  font-size: 1.4rem;
  padding: 2px 7px 0;
}
.board_view > .title.type1 .category:before {
  display: none !important;
}
.board_view > .board_btns {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid #E6E6E6;
  text-align: center;
}
.board_view .info {
  padding: 0 0 3.7rem;
  color: #666;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.board_view .info li {
  display: inline-block;
  vertical-align: top;
}
.board_view .info li + li::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 1.5rem 0 1rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}
.board_view .info strong {
  margin-right: 0.75rem;
  font-weight: 400;
  color: #000;
}
.board_view .contents {
  padding: 4rem 3rem;
  line-height: 1.75;
  border-bottom: 0;
  white-space: normal;
  word-break: keep-all;
}
.board_view .contents .img {
  margin-top: 2rem;
}
.board_view .contents .img + .img {
  margin-top: 1rem;
}
.board_view .contents .table_wrap {
  margin: 0 0 2rem 0;
  vertical-align: top;
}
.board_view .contents .bbs_default {
  max-width: 100% !important;
}
.board_view .contents .bbs_default .bbs_content {
  width: 100% !important;
}
.board_view .contents table {
  max-width: 100%;
}
.board_view .file {
  margin-bottom: 5rem;
  padding: 3.8rem 4rem;
  border-top: 1px solid #ddd;
  position: relative;
  display: flex;
  gap: 2.4rem;
}
.board_view .file .title {
  width: 18rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board_view .file .file_list {
  width: 100%;
}
.board_view .file .list img {
  width: auto;
  margin-right: 0.5rem;
}
.board_view .file .list li {
  overflow: hidden;
  position: relative;
  min-height: 3rem;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 3rem;
}
.board_view .file .list li + li {
  margin-top: 0.5rem;
}
.board_view .file .list li > a {
  color: #444;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.8rem;
}
.board_view .file .list li > a .file_size {
  font-size: 1.6rem;
  color: #9e9e9e;
}
.board_view .file .list li > a:hover, .board_view .file .list li > a:focus {
  color: #116eb4;
}
.board_view .file .list li .link {
  position: absolute;
  right: 0;
  top: 0;
}
.board_view .file .list li .txt {
  font-size: 1.2rem;
}
.board_view .file .list li + li {
  margin-top: 0.8rem;
}
.board_view .file .btn_all_download {
  border-radius: 0.6rem;
  height: 4rem;
  display: inline-flex;
  margin-top: 1.6rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0 1.6rem;
  color: #fff;
  font-weight: 500;
  background: #222;
  transition: background 0.2s, color 0.2s;
}
.board_view .file .btn_all_download:hover, .board_view .file .btn_all_download:focus {
  background: #145490;
  color: #fff;
}
.board_view .txt_center {
  margin-bottom: 2rem;
}
.board_view .video {
  width: 90rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.board_view .video .desc {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  max-height: 20rem;
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.board_view .video .youtube {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 0;
  margin-bottom: 3rem;
  padding-top: 65%;
}
.board_view .video .youtube iframe {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.btn_line i {
  position: relative;
  top: -0.1rem;
}

.prevnext {
  margin-top: 4rem;
  border-bottom: 1px solid #aaa;
}
.prevnext li {
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding: 1.8rem 0;
  color: #666;
}
.prevnext li.next span::before {
  content: "\ea4e";
}
.prevnext span {
  float: left;
  width: 15rem;
  color: #333;
  font-weight: 500;
}
.prevnext span::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "remixicon";
  vertical-align: middle;
  font-size: 2rem;
  float: left;
  width: 4rem;
  content: "\ea78";
  text-align: center;
  line-height: 1;
}
.prevnext a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  width: calc(100% - 15rem);
}

.board_state {
  position: relative;
  margin-top: 4rem;
  padding: 1.5rem 1.5rem 1.5rem 7rem;
  border: 1px solid #ddd;
  background-color: #f6f7f9;
}
.board_state::before {
  position: absolute;
  top: auto;
  left: 2rem;
  right: auto;
  font-family: "xeicon";
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #3c4165;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  content: "\e9d8";
  text-align: center;
}
.board_state li {
  display: inline;
}
.board_state li + li::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 0.75rem 0 1rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}
.board_state label {
  margin-right: 0.5rem;
  font-weight: 500;
  color: #000;
}
.board_state button {
  font-size: 1.4rem;
  color: #116eb4;
}
.board_state .title {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 3rem;
}
.board_state .form {
  line-height: 4rem;
}
.board_state .form ul {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
}
.board_state .form_textbox,
.board_state .form_select select {
  width: 15rem;
}
.board_state .btn {
  height: 4rem;
  padding: 0 1.5rem;
  border: 0 none;
  background-color: #484c58;
  color: #fff;
  text-align: center;
  vertical-align: top;
}
.board_state .icon {
  display: inline-block;
  position: relative;
  top: -1px;
  min-width: 8rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background-color: #eee;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  line-height: 2.75rem;
}
.board_state .icon[data-label=처리완료], .board_state .icon[data-label=답변완료] {
  background-color: #555;
  color: #fff;
}
.board_state .icon[data-label=진행중] {
  background-color: #116eb4;
  color: #fff;
}

.date-lst {
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-lst li {
  position: relative;
}
.date-lst li + li:before {
  content: "";
  width: 1px;
  height: 1.4rem;
  background: #ddd;
  display: inline-block;
  margin: 0 1rem;
}

.btn_pw_toggle {
  color: #757575;
}

@media screen and (max-width: 768px) {
  .board_pager .group {
    margin: 0 2rem;
  }
  .board_pager .group a {
    display: none;
  }
  .board_pager .group .active, .board_pager.active .last_page {
    display: inline;
  }
  .board_pager .group .active {
    background: none;
    font-weight: 600;
    color: #333;
  }
  .board_pager .group .active strong::after {
    font-weight: 300;
    content: " / ";
  }
  .board_pager .group a.arr {
    display: block;
  }
  .board_pager a.active .last_page {
    display: inline-block;
  }
  .board_list table {
    table-layout: fixed;
  }
  .board_list tr {
    display: block;
    padding: 1rem 0 0.6rem;
    border-bottom: 1px solid #ddd;
  }
  .board_list colgroup, .board_list thead {
    display: none;
  }
  .board_list td {
    display: block;
    padding: 0;
    border: 0 none;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .board_list td.m_hidden {
    display: none;
  }
  .board_list td:has(.noti) {
    display: block;
  }
  .board_list td.txt_left a {
    color: #000;
  }
  .board_list .tstyle_list td::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 500;
    color: #000;
    content: attr(aria-label);
  }
  .board_list .tstyle_list td.m_hidden {
    display: none;
  }
  .board_list .tstyle_list td[aria-label=처리상태] {
    margin-top: 0.5rem;
  }
  .board_list .tstyle_list td[aria-label=제목] a {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000;
    white-space: normal;
  }
  .board_list .tstyle_list td[aria-label=제목]::before {
    display: none;
  }
  .board_list .tstyle_list td[aria-label=링크]::before {
    display: none;
  }
  .board_list .tstyle_list td[aria-label=링크] {
    margin-top: 0.5rem;
  }
  .board_list .xi-lock {
    top: -0.3rem;
  }
  .board_list .xi-new {
    margin-top: 0.25rem;
  }
  .board_view .file {
    padding: 1.5rem;
  }
  .board_view .file .title {
    display: block;
    position: static;
    width: auto;
    margin-bottom: 1rem;
    text-align: left;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .board_view .file .list .txt {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .board_info {
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 2rem;
  }
  .board_info form,
  .board_info .srch_box input {
    width: 100%;
  }
  /* .board_view .info { padding: 1.5rem; } */
  .board_view .info li {
    display: block;
    text-align: left;
  }
  .board_view .info li + li::before {
    display: none;
  }
  .board_view .txt_center {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .board_view .file .list li {
    padding-right: 0;
  }
  .board_view .file .list .link {
    position: relative;
    display: block;
    margin: 0.5rem 0 1rem;
  }
  .prevnext span {
    width: 11rem;
  }
  .prevnext a {
    width: calc(100% - 11rem);
  }
  .prevnext span::before {
    width: 4rem;
  }
}
/* responsive */
@media screen and (max-width: 1200px) {
  .mock_wrap .mock_item2 + .mock_item2 {
    background: #fff;
  }
  .mock_wrap .close_btn {
    right: 2rem;
    top: 2rem;
  }
  .diagram_box {
    padding: 0 0 7rem;
  }
  .diagram1 > li,
  .diagram2_wrap > li {
    background: none;
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding: 4rem 2rem;
  }
  .icon_default {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .card_list .card_hover .img .img_hover {
    display: none;
  }
  .card_list .card_hover .img .img_default {
    opacity: 1 !important;
  }
  .card_list .btn_more {
    top: 1.5rem;
    right: 1.5rem;
    bottom: auto;
  }
  .diagram_box .diagram_item.type2 .diagram_eq .value > span br {
    display: none;
  }
  .diagram_box .diagram_item.type2 .diagram_eq .label {
    width: 18rem;
  }
  .tab_wrap2 .tab_cont2 {
    padding: 8rem 4rem;
  }
  .category_lst ul li {
    padding: 3rem 1.5rem;
  }
  .category_lst ul li .depth {
    word-break: break-all;
  }
  .diagram1 {
    flex-direction: column;
  }
  .diagram1 li {
    height: auto;
  }
  .process_list > li .txt {
    padding: 2rem;
  }
  .step_list {
    gap: 2rem;
  }
  .step_list li {
    padding: 2rem 1rem;
  }
  .step_list li .icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .step_list li .icon img {
    width: 100%;
    padding: 1rem;
  }
  .step_list li:not(:last-child):after {
    right: -2rem;
  }
  .apply_step ul {
    gap: 2rem;
    justify-content: space-between;
    position: relative;
  }
  .apply_step ul:before {
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #D4DFEE;
  }
  .apply_step ul li {
    width: auto;
  }
  .apply_step ul li:not(:first-child):before {
    display: none;
  }
  .form-tab-content {
    padding: 4rem 3rem;
  }
  .radio_list {
    gap: 1rem 2rem;
  }
  .result_card_list > li {
    width: calc(33.3333% - 1.8rem);
  }
  .login_wrap .login_left {
    flex: 0 0 35rem;
    padding: 4rem 2rem;
  }
  .login_wrap .login_right {
    padding: 8rem 3.8rem;
  }
}
@media screen and (max-width: 870px) {
  .login_wrap {
    flex-direction: column;
  }
  .login_wrap .login_left {
    display: none;
  }
  .login_wrap .login_right {
    flex: 0 0 100%;
    padding: 7rem 2rem;
  }
  .map_info {
    padding: 3rem;
  }
  .tab_wrap2 .tab_btn2 li button {
    font-size: 1.8rem;
    height: 5.8rem;
  }
  .date-lst {
    flex-direction: column;
    gap: 0.7rem;
  }
  .date-lst li + li:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .map_info {
    flex-direction: column;
    position: relative;
    gap: 2rem;
  }
  .map_info .item strong {
    flex-shrink: 0;
  }
  .map_info > a {
    width: auto;
    padding: 0.8rem 1.3rem;
    right: 3rem;
    top: 2rem;
    position: absolute;
    height: auto;
    flex-direction: row;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
  .map_info > a > img {
    width: 2.4rem;
    margin-right: 5px;
  }
  .join_wrap .join_content {
    width: 100%;
  }
  .video_list {
    flex-direction: column;
  }
  .video_list li {
    width: 100%;
  }
  .bar_box {
    padding: 7rem 2rem;
    margin: 7rem 0;
  }
  .bar_box .txt br {
    display: none;
  }
  .border_box,
  .color_box {
    padding: 2.5rem 2rem;
  }
  .icon_list1 > li div span {
    line-height: 1.2;
  }
  .icon_list1 > li .icon {
    width: 4rem;
    height: 4rem;
  }
  .icon_list1 > li .icon img {
    width: 100%;
    padding: 1rem;
  }
  .icon_list1 > li div {
    width: calc(100% - 5rem);
  }
  .diagram_box .diagram_item .diagram_eq {
    flex-direction: column;
  }
  .diagram_box .diagram_item.type2 .diagram_eq .label {
    width: 100%;
  }
  .diagram_box .diagram_row + .diagram_row {
    margin-top: 5rem;
  }
  .diagram_box .diagram_desc {
    padding: 2rem;
  }
  .tab_wrap2 .tab_cont2 {
    padding: 5rem 2rem;
  }
  .category_lst ul {
    flex-direction: column;
  }
  .category_lst ul li {
    padding: 2.6rem 1.6rem;
    width: 100%;
  }
  .category_lst ul li {
    gap: 1.5rem;
  }
  .box1 .tit_box {
    width: 13rem;
  }
  .box1 .txt_box {
    padding: 3rem;
  }
  .process_list {
    flex-direction: column;
  }
  .process_list li:not(:last-child):after {
    right: auto;
    bottom: -3.6rem;
    top: auto;
    transform: translateX(0) rotate(90deg);
    left: 50%;
  }
  .bar1 {
    display: block;
  }
  .bar1 i {
    margin-right: 0;
    display: block;
    margin-bottom: 2rem;
  }
  .step_list {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .step_list li {
    flex: calc(33.3333% - 2rem);
  }
  .box_st1 {
    flex-direction: column;
  }
  .incentive_list > li .logo_img {
    width: 13rem;
  }
  .incentive_list > li .txt:before {
    left: -2rem;
  }
  .contents_util .location .path {
    display: none;
  }
  .mock_wrap .mock_item2,
  .mock_wrap .mock_item1 {
    padding: 2rem;
  }
  .mock_wrap .flex_lst {
    flex-direction: column;
    gap: 1rem;
  }
  .intro_box.t2 {
    flex-direction: column;
    gap: 1.6rem;
  }
  .intro_box.t2 > div {
    text-align: center;
  }
  .intro_box {
    padding: 3rem 2rem;
  }
  .intro_box .intro_line {
    width: 100%;
    padding-top: 2rem;
  }
  .intro_box .intro_list {
    margin-bottom: 0;
  }
  .box_st1 > li .adr_info {
    flex-direction: column;
    gap: 0.5rem;
  }
  .box_st1 > li .adr_info li i {
    margin-right: 0.5rem;
  }
  .board-wrap.board-write table colgroup {
    display: none;
  }
  .board-wrap.board-write table tr {
    display: block;
  }
  .board-wrap.board-write table tr th,
  .board-wrap.board-write table tr td {
    display: block;
  }
  .board-wrap.board-write table tr th br {
    display: none;
  }
  .board-wrap.board-write table tr:has(th[scope=row]) th {
    padding: 2rem 1rem 3rem;
    font-size: 2rem;
  }
  .board-wrap.board-write table tr:has(th[scope=row]) td {
    padding: 0 1rem 3rem;
  }
  .board-wrap.board-write .input_label {
    font-size: 1.8rem;
  }
  .form-default .board-write-guide {
    position: static;
    margin-bottom: 1rem;
  }
  .table_wrap .table_wrap_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub_tab ul li {
    flex: 0 0 calc((100% - 5rem) / 5);
  }
  .result_card_list > li {
    width: calc(50% - 1.2rem);
  }
  .main_wrap {
    padding: 12rem 0;
  }
  .contents_util {
    margin-bottom: 3rem;
  }
  .contents_util #contents_title {
    font-size: 3.2rem;
    letter-spacing: -1rem;
  }
  .title1 {
    font-size: 2.7rem;
    padding-left: 3.4rem;
    letter-spacing: -0.8rem;
  }
  .title1::before {
    top: 0.5rem;
    width: 2rem;
    height: 2.3rem;
  }
  #snb .list > ul {
    margin-bottom: 4rem;
  }
  .diagram2_wrap > li {
    height: auto;
    padding: 4rem 2rem 5.5rem !important;
  }
  .diagram2 .circle_wrap {
    width: 20rem;
    height: 20rem;
  }
  .diagram2 .circle_wrap .ctr {
    width: 12rem;
    height: 12rem;
    font-size: 2.3rem;
  }
  .box1 .tit_box {
    font-size: 1.9rem;
  }
  .diagram_box .diagram_item .diagram_eq .label, .diagram_box .diagram_item .diagram_eq .value {
    font-size: 1.8rem;
    height: auto;
    padding: 1rem;
    display: block;
  }
  .diagram2 .circle_wrap ul li {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 1.5rem;
  }
  .diagram2 .circle_wrap ul li:nth-child(1) {
    top: -3rem;
  }
  .diagram2 .circle_wrap ul li:nth-child(3) {
    right: -2.4rem;
  }
  .diagram2 .circle_wrap ul li:nth-child(4) {
    bottom: -1rem;
  }
  .diagram2 .circle_wrap ul li:nth-child(2) {
    left: -2.4rem;
  }
  .diagram2 .circle_wrap ul li:nth-child(5) {
    bottom: -1rem;
  }
  .diagram2_wrap .title3 {
    margin-bottom: 2.5rem;
  }
  .diagram2 {
    margin-top: 4.6rem;
  }
  .diagram1 .title3 {
    margin-bottom: 3rem;
  }
  .card_list .btn_more {
    opacity: 1 !important;
    visibility: visible !important;
    width: 3.9rem;
    height: 4.3rem;
  }
  .modal-close {
    width: 5rem;
    height: 5.7rem;
    top: -2rem;
    right: -1rem;
  }
  .bul1 li br {
    display: none;
  }
  .bul1 li {
    word-break: break-all;
  }
  .icon_list1 > li div span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .modal-body {
    padding: 2rem;
  }
  .map_info {
    padding: 2rem;
  }
  .map_info .contact_info {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }
  .map_info .contact_info span {
    display: none;
  }
  .map_info > a {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 13rem;
  }
  .map_info .item {
    word-break: break-all;
  }
  .map_info .item strong {
    width: 8.6rem;
  }
  .map_img {
    height: 30rem;
    display: block;
    border-radius: 2.4rem 2.4rem 0 0;
    overflow: hidden;
    position: relative;
  }
  .map_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .card_list {
    flex-direction: column;
  }
  .card_list li {
    width: 100%;
  }
  .icon_list1 {
    flex-direction: column;
  }
  .icon_list1 li {
    width: 100%;
    gap: 1rem;
    align-items: flex-start;
  }
  .box1 {
    flex-direction: column;
  }
  .box1 .tit_box {
    width: 100%;
    padding: 1rem;
  }
  .box1 .tit_box br {
    display: none;
  }
  .diagram2_wrap {
    flex-direction: column;
  }
  .diagram2_wrap li {
    width: 100%;
    height: auto;
  }
  .box_st1 > li .icon {
    width: 5rem;
    height: 5rem;
  }
  .box_st1 > li .icon img {
    width: 100%;
    padding: 1rem;
  }
  .box_st1 > li.only-child {
    gap: 2.4rem;
  }
  .box_st1 > li {
    padding: 3rem;
  }
  .box_st1 > li:only-child {
    gap: 2.4rem;
  }
  .check_result {
    padding: 3rem;
  }
  .input-row {
    gap: 2rem;
  }
  .form-tab-content {
    padding: 4rem 2rem;
  }
  .result_card_list {
    gap: 1.5rem;
  }
  .result_card_list > li {
    width: calc(50% - 0.8rem);
  }
  .intro_box .depth.txt_center br {
    display: none;
  }
  #snb .list > ul > li > a {
    padding: 0 0.5rem;
    font-size: 1.6rem;
    height: 5rem;
  }
  .diagram2_wrap {
    margin-top: 8rem;
  }
  .diagram2_wrap:before {
    height: 6rem;
    width: 100%;
    top: -7rem;
  }
}
@media screen and (max-width: 480px) {
  .title1 {
    font-size: 2.4rem;
    letter-spacing: -0.7rem;
  }
  .diagram2_wrap:before {
    width: 100%;
  }
  .mock_wrap .tit [class*=stat] {
    margin-left: 0.3rem;
    height: 2.3rem;
  }
  .mxds-input-item input[type=text], .mxds-input-item input[type=password], .mxds-input-item input[type=number], .mxds-input-item input[type=tel], .mxds-input-item input[type=date], .mxds-input-item textarea, .mxds-input-item select {
    height: 5rem;
    padding: 0.6rem 1.2rem;
  }
  .file-upload-wrap:has(.mxds-input-item) .btn-file-search {
    height: 5rem;
    padding: 0 0.8rem;
  }
  .address-field .btn-zipcode {
    height: 5rem;
  }
  div[class*=-field],
  .input-row-half {
    gap: 0.4rem;
  }
  .file-upload-wrap .btn-file-search i {
    margin-right: 3px;
  }
  .mock_wrap .flex_lst {
    gap: 0.7rem;
  }
  .mock_wrap .num_list > li {
    padding: 2.4rem 0 2rem 5rem;
  }
  .mock_wrap .title2 {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  .mock_wrap .tit {
    font-size: 1.8rem;
  }
  .radio_list {
    gap: 0.7rem 1.5rem;
  }
  .radio_item {
    gap: 0.4rem;
  }
  .radio_item .radio_btn {
    width: 15px;
    height: 15px;
  }
  .radio_item input[type=radio]:checked + .radio_btn {
    border-width: 4px;
  }
  .mock_wrap .num_list > li:before {
    top: 2.3rem;
  }
  .radio_list.column {
    gap: 0.7rem;
  }
  .btn-inline {
    height: 5rem;
  }
  .diagram1 > li .circle_box {
    flex-direction: column;
  }
  .diagram1 > li .circle_box .img {
    padding-top: 5rem;
  }
  .diagram1 > li .circle_box .img:before {
    position: absolute;
    top: -6.5rem;
    transform: translateX(-50%) rotate(90deg);
    margin-right: 0;
    display: block;
    left: 50%;
  }
  .incentive_list > li {
    flex-direction: column;
    gap: 3rem;
  }
  .incentive_list > li .logo_img {
    width: auto;
    padding: 0;
  }
  .incentive_list > li .txt:before {
    display: none;
  }
  .join_step ul {
    gap: 5rem;
    justify-content: space-between;
  }
  .join_step ul li:not(:first-child):before {
    display: none;
  }
  .intro_box .intro_img {
    width: 13rem;
  }
  .intro_box .depth br {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .intro_box .intro_list {
    gap: 1.8rem;
  }
  .intro_box .intro_list li {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  #snb .list > ul:has(> li:nth-child(n+4)) {
    flex-wrap: wrap;
  }
  #snb .list > ul:has(> li:nth-child(n+4)) li {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  #snb .list > ul:has(> li:nth-child(n+4)) li a {
    height: 4.4rem;
  }
}
/*개인정보처리방침*/
.privacy_box {
  border-radius: 2.4rem;
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5rem;
}
.privacy_box .title2 {
  margin-bottom: 1.2rem;
  margin-top: 0;
}

.privacy_cont .tit {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.privacy_cont .box {
  background: #fff;
  padding: 2.8rem;
  border-radius: 1.6rem;
  margin-top: 1rem;
}
.privacy_cont .box li {
  font-size: 1.6rem;
}
.privacy_cont .box b {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.privacy_cont .point {
  color: #145490;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.privacy_cont .table_wrap {
  margin: 1.2rem 0;
}
.privacy_cont .mgt20 {
  margin-top: 2rem;
}
.privacy_cont .lst > li {
  font-weight: 600;
  color: #222;
}
.privacy_cont .lst > li ul {
  padding-left: 1.5rem;
}
.privacy_cont .lst > li ul li {
  font-weight: 400;
  color: #616161;
}
.privacy_cont .lst > li + li {
  margin-top: 1rem;
}
.privacy_cont .color_box2 {
  margin-top: 1rem;
}
.privacy_cont .tit2 {
  display: block;
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}
.privacy_cont .prev-lst {
  margin-top: 2rem;
}
.privacy_cont .prev-lst li a {
  position: relative;
}
.privacy_cont .prev-lst li a:before {
  content: "-";
  display: inline-block;
}
.privacy_cont .prev-lst li a:after {
  content: "\ecaf";
  font-family: "remixicon";
  color: #222;
}

.color_box2.img > strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-bottom: 4rem;
}
.color_box2.img > ul {
  display: flex;
  gap: 5.5rem;
}
.color_box2.img > ul li {
  width: calc(50% - 2.75rem);
  text-align: center;
  font-weight: 600;
  color: #222;
}
.color_box2.img > ul li p {
  margin-bottom: 1.2rem;
}

td .noti {
  border-radius: 10rem;
  border: 1px solid #2689E8;
  color: #2689E8;
  width: 4.8rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
}

/*이전 개인정보처리방침 스타일*/
/* POPUP */
#wrap_privacy {
  display: block;
  float: left;
  width: 700px;
  height: auto;
  padding-bottom: 40px;
  background: url("../new_images/sub/privacy_bottom.gif") no-repeat 0 bottom;
}

.privacyTitleImg {
  position: relative;
  top: 0;
  left: 0;
  background: url("../new_images/sub/privacy_title.gif") no-repeat 0 0;
  width: 700px;
  height: 110px;
}

.xBtn {
  position: absolute;
  top: 33px;
  right: 17px;
}

.privacyBox {
  display: inline-block;
  overflow-y: scroll;
  width: 700px;
  height: 550px;
}

.contentTitlePop02 {
  background: url("../new_images/sub/bullet_circle.png") no-repeat 5px 9px;
  font-size: 17px;
  font-weight: bold;
  color: #0068b7;
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
}

.ulTextPop dt.contentTitlePop03 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
}

.ulTextPop {
  width: 683px;
  height: auto;
}

.ulTextPop dt {
  padding: 10px 5px 5px 10px;
}

.ulTextPop dt strong {
  font-size: 16px;
}

.ulTextPop dd {
  padding: 5px 5px 0 20px;
}

.ulTextPop li.firstText {
  font-size: 14px;
  font-weight: bold;
}

.ulTextPop span.otherColor {
  color: #307a08;
}

.ulTextPop02 {
  margin-top: 10px;
}

.ulTextPop02 li {
  width: 640px;
  height: auto;
  background: none;
  padding-left: 15px;
}

.ulTextPop02 li ul li {
  width: 733px;
}

@media screen and (max-width: 600px) {
  .privacy_cont .box {
    padding: 2.4rem;
  }
  .color_box2 {
    padding: 2.4rem;
  }
  .privacy_box {
    padding: 3rem;
  }
  .privacy_cont .table_wrap {
    overflow-x: auto;
  }
  .privacy_cont .table_wrap table {
    min-width: 600px;
  }
}/*# sourceMappingURL=sub.css.map */