@charset "utf-8";
/* 250613 수정 */
.main-title-wrap {
  position: absolute; /* 250605 추가 */
  top: 234px; /* 250616 swiper */
  width: 1460px;
  color: #fff;
}
/* 250605 추가 [S] */
.main-title-wrap img.stardust {
  position: absolute;
  top: 4px;
  left: 392px;
  width: 104px;
}
/* // 250605 추가 [E] */
.main-title-wrap .main-title {
  font-size: 50px;
}
.main-title-wrap .sub-title {
  margin-top: 10px;
  font-size: 40px;
  word-break: keep-all; /* 250613 추가 */
}
.main-title-wrap .contents {
  display: flex;
  flex-flow: column;
  gap: 10px; /* 250614 */
  margin-top: 40px;
  font-size: 20px; /* 250614 */
  font-weight: 500;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
/* 250616 swiper */
.main-slide-wrap {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100vw;
}
.main-slide-wrap .swiper-container {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.main-slide-wrap .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.main-slide-wrap .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  overflow: hidden;
  width: 624px !important; /* 250616 swiper */
}
.main-slide-wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.81437125749 / 1;
  height: auto;
  border-radius: 0; /* 250614 */
  overflow: hidden;
}
.main-slide-wrap .swiper-controls {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: -50px;
  right: 190px;
  gap: 8px; /* 250614 */
  width: 66px;
  height: 30px;
  z-index: 10;
}
.main-slide-wrap .swiper-button-prev,
.main-slide-wrap .swiper-button-next {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  width: 30px;
  height: 30px;
  margin: unset;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.main-slide-wrap .swiper-button-prev::after,
.main-slide-wrap .swiper-button-next::after {
  content: '';
  width: 43px; /* 250614 */
  height: 43px; /* 250614 */
  background: url(/resources/itaewon/images/ic_arrow_white_30.png) no-repeat center 100%;
  background-size: 43px; /* 250614 */
}
.main-slide-wrap .swiper-button-next::after {
  transform: rotate(180deg);
}
.container.sub-main {
  background: #ddedf2;
}
.sub-main-title-wrap {
  display: flex;
  position: relative; /* 250614 */
  justify-content: space-between;
  align-items: flex-start; /* 250614 */
  width: 100%;
  height: unset; /* 250614 */
  padding: 146px 0; /* 250614 */
}
.sub-main-title-wrap .title-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 60px;
}
.sub-main-title-wrap .title-wrap .title {
  font-size: 35px;
  font-weight: 500; /* 250614 */
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
/* 250614 */
  .sub-main-title-wrap .title-wrap .title span {
    color: #704ed3;
}
.sub-main-title-wrap .title-wrap .btn-more {
  position: absolute; /* 250614 */
  right: 0; /* 250614 */
  height: 42px;
  padding: 0 28px;
  border: 1px solid #704ed3; /* 250614 */
  border-radius: 21px;
  font-size: 16px;
  color: #704ed3; /* 250614 */
  font-weight: 700;
}
.sub-main-title-wrap .contents-wrap {
  display: flex;
  flex-flow: column;
  min-width: 1020px; /* 250611 추가 */
}
.sub-main-title-wrap .contents-wrap .tabs-wrap {
  display: flex;
  gap: 10px; /* 250614 */
}
.sub-main-title-wrap .contents-wrap .tabs-wrap button {
  display: flex; /* 250614 */
  align-items: center; /* 250614 */
  padding: 0 16px; /* 250614 */
  border: 1px solid transparent; /* 250614 */
  height: 42px; /* 250614 */
  font-size: 20px;
  font-weight: 500;
  line-height: 1; /* 250614 */
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250611 추가 */
}
.sub-main-title-wrap .contents-wrap .tabs-wrap button.active {
  border: 1px solid #704ed3; /* 250614 */
  color: #704ed3;
  font-weight: 700;
  font-size: 20px; /* 250614 */
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel {
  display: flex;
  align-items: center; /* 250611 추가 */
  gap: 30px;
  margin-top: 30px;
  min-height: 227px; /* 250611 추가 */
}
/* 250611 추가 */
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  font-size: 16px;
  color: #a6a6a6;
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .link-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between; /* 250616 */
  align-items: flex-start;
  width: 320px;
  height: 220px;
  padding: 36px 24px;
  background: #fff;
  border-radius: 0; /* 250614 */
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .link-content .title {
  width: 100%;
  font-size: 20px; /* 250614 */
  color: #333; /* 250614 */
  text-align: left;
  white-space: wrap;
  display: -webkit-box; /* 250616 */
  -webkit-line-clamp: 3; /* 250616 */
  -webkit-box-orient: vertical; /* 250616 */
  overflow: hidden; /* 250616 */
  text-overflow: ellipsis; /* 250616 */
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .link-content .date {
  margin-top: 30px;
  font-size: 22px; /* 250614 */
  color: #a6a6a6;
    text-align: right;
    width: 100%;
}
.news-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 100px 0 114px; /* 250614 */
}
.news-wrap > .title {
  font-size: 35px;
  font-weight: 500; /* 250614 */
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
  word-break: keep-all; /* 250614 */
  width: 100%; /* 250616 */
}
/* 250614 */
.news-wrap > .title span {
  color: #704ed3;
}
.news-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 47px; /* 250614 */
  margin-top: 60px; /* 250614 */ /* 250616 */
  width: 100%;
}
.news-wrap li button img {
  width: 100%;
}
.news-wrap li button .date {
  margin-top: 30px; /* 250614 */
  font-size: 22px; /* 250614 */
  color: #a6a6a6; /* 250614 */
  font-weight: 400; /* 250614 */
  text-align: left;
}
.news-wrap li button .title {
  width: 100%;
  margin-top: 40px; /* 250614 */
  font-size: 24px; /* 250614 */
  color: #333; /* 250614 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  text-align: left;
}
.news-wrap .btn-more {
  height: 42px;
  padding: 0 28px;
  margin-top: 95px;
  border: 1px solid #704ed3; /* 250614 */
  border-radius: 21px;
  font-size: 16px;
  color: #704ed3; /* 250614 */
  font-weight: 400; /* 250614 */
}
.board-wrap .board-list.notice li .num {
  width: 90px;
}
.board-wrap .board-list.notice li .title {
  flex: 1;
}
.board-wrap .board-list.notice li.body .title {
  text-align: left;
}

.board-wrap .board-list.notice li.body .title img {
  display: inline-block;
  vertical-align: middle;
}

.board-wrap .board-list.notice li .writer {
  width: 151px;
}
.board-wrap .board-list.notice li .date {
  width: 166px;
}
.board-wrap .board-list.notice li .count {
  width: 92px;
}
/* 250611 추가 [S] */
.commission-about-wrap {
  /* display: flex;
  justify-content: space-between;
  gap: 60px; */
}
/* 250614 */
.about-wrap {
  display: flex;
  gap: 54px;
}
.commission-about-wrap .photo-wrap {
  display: flex;
  flex-flow: column;
  gap: 60px; /* 250614 */ /* 250616 */
}
.commission-about-wrap .photo-wrap img {
  width: 412px;
  height: auto;
}
/* // 250611 추가 [E] */
/* 250614 */
.commission-about-wrap .main-title {
  margin-bottom: 60px;
  font-size: 30px;
  color: #333;
  font-weight: 500;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.commission-about-wrap .title {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
}
.commission-about-wrap .main-title span {
  font-size: 28px;
}
.commission-about-wrap .content {
  margin-top: 0; /* 250611 수정 */ /* 250614 */
  font-size: 20px; /* 250614 */
  color: #333; /* 250614 */
  line-height: 1.515; /* 250611 수정 */ /* 250614 */ /* 250616 */
}
.commission-ci-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 130px; /* 250614 */
}
.commission-ci-wrap .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px; /* 250614 */
  height: 488px;
  border: 1px solid #cacaca;
  border-radius: 0; /* 250614 */
  margin-left: 180px; /* 250614 */
}
.commission-ci-wrap .logo-wrap img {
  width: 481px;
  height: 289px;
}
.commission-ci-wrap .description-wrap {
  display: flex;
  flex-flow: column;
  gap: 100px;
  margin-top: 100px;
}
.commission-ci-wrap .description-wrap > li {
  display: flex;
  justify-content: space-between;
}
.commission-ci-wrap .description-wrap > li .title {
  flex: none;
  width: 178px;
  font-size: 22px;
  color: #5d489a;
  font-weight: 700;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
.commission-ci-wrap .description-wrap > li .description {
  flex: 1;
}
.commission-ci-wrap .description-wrap > li .description .text {
  font-size: 18px; /* 250614 */
  color: #333; /* 250614 */
  line-height: 1.7; /* 250614 */
}
.commission-ci-wrap .description-wrap > li .description > ul {
  display: flex;
  flex-flow: column;
  gap: 40px;
  width: 100%;
}
.commission-ci-wrap .description-wrap > li .description > ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color {
  width: 66px;
  height: 66px;
  margin-right: 60px;
  border-radius: 10px;
}
.commission-ci-wrap .description-wrap > li .description > ul li.purple .color {
  background: #5d489a;
}
.commission-ci-wrap .description-wrap > li .description > ul li.yellow .color {
  background: #ffe100;
}
.commission-ci-wrap .description-wrap > li .description > ul li.orange .color {
  background: #eb5f3c;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-info-wrap {
  display: flex;
  align-items: center;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-name {
  width: 260px;
  font-size: 20px;
  font-weight: 700;
}
.commission-ci-wrap .description-wrap > li .description > ul li.purple .color-name {
  color: #5d489a;
}
.commission-ci-wrap .description-wrap > li .description > ul li.yellow .color-name {
  color: #ffe100;
}
.commission-ci-wrap .description-wrap > li .description > ul li.orange .color-name {
  color: #eb5f3c;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-code {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-code > div {
  display: flex;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-code .title {
  flex: none;
  width: 155px;
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 700;
}
.commission-ci-wrap .description-wrap > li .description > ul li .color-code span {
  display: flex;
  gap: 4px;
}
/* 250614 */
.commission-greeting-wrap {
  padding: 0 100px;
}
.commission-greeting-wrap .title-wrap {
  display: flex;
  padding: 0; /* 250614 */
}
.commission-greeting-wrap .title-wrap img {
  width: 360px;
  height: auto;
  margin-left: -12px; /* 250614 */
}
.commission-greeting-wrap .title-wrap .greetings {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 70px;
  margin-left: 90px; /* 250614 */
}
/* 250614 */
.commission-greeting-wrap .title-wrap .greetings .title {
  font-size: 34px;
  font-weight: 500;
  /* font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; */ /* 250616 */
  word-break: keep-all;
}
.commission-greeting-wrap .title-wrap .greetings .subtitle {
  font-size: 24px;
  color: #5d489a;
  font-weight: 500;
  word-break: keep-all;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
/* 250614 */
.commission-greeting-wrap .content-wrap {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.commission-greeting-wrap .content-wrap p.is_jusify {
    text-align: justify;
    word-break: keep-all;
}

/* 250609 수정 */
.commission-greeting-wrap .content-wrap .ending {
  margin-top: 60px;
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  line-height: 1.7; /* 250614 */
  text-align: right;
  word-break: keep-all;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
.commission-members-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 250614 */
  gap: 80px 160px; /* 250614 */ /* 250616 */
  padding: 0 70px; /* 250614 */ /* 250616 */
}
/* 250614 */
.commission-members-wrap ul > li:first-child {
  grid-column: span 2;
  margin-left: 305px; /* 250616 */
}
/* 250614 */
.commission-members-wrap ul > li:first-child img {
  width: 450px; /* 250616 */
}
.commission-members-wrap ul li img {
  width: 100%;
  height: auto;
}
/* 250611 수정 [S] */
.commission-members-wrap ul li {
  display: flex;
  flex-flow: column;
}
.commission-members-wrap ul li.no-image::before {
  content: '사진 준비 중';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1.51260504202 / 1;
  background: #eaeaea;
  border-radius: 0; /* 250614 */
  font-size: 20px;
  color: #a1a1a1;
}
.commission-members-wrap ul li.no-image img {
  display: none;
}
/* // 250611 수정 [E] */
.commission-members-wrap ul li .role {
  margin-top: 28px;
  font-size: 20px;
  color: #5d489a;
  font-weight: 700;
}
.commission-members-wrap ul li .name {
  margin-top: 4px;
  font-size: 24px;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250611 추가 */
}
.commission-members-wrap ul li .info {
  margin-top: 16px;
  font-size: 16px;
  color: #333; /* 250616 */
  line-height: 1.5;
  word-break: keep-all;
}
.commission-organization-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.commission-organization-wrap .logo-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.commission-organization-wrap .logo-wrap img {
  width: 584px;
  height: auto;
}
.commission-organization-wrap .logo-wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  padding: 0 28px;
  margin-top: 10px;
  background: #f2edff;
  border-radius: 39px;
  font-size: 16px;
  color: #5e5e5e;
}
.commission-organization-wrap .img-organization {
  width: 920px;
  height: auto;
  margin-top: 18px; /* 250614 */
}
.commission-organization-wrap .img-organization-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 34px;
}
.commission-organization-wrap .organization-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.commission-organization-wrap .organization-header .title {
  font-size: 22px;
  color: #5d489a;
  font-weight: 700;
}
.commission-organization-wrap .organization-header .date {
  font-size: 16px;
  color: #5e5e5e;
}
.commission-organization-wrap .organization-list {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #5d489a;
  border-bottom: 1px solid #ccc;
}
.commission-organization-wrap .organization-list .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  width: 100%;
  height: 56px;
}
.commission-organization-wrap .organization-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0; /* 250614 */
  font-size: 16px;
  color: #5e5e5e;
}
.commission-organization-wrap .organization-list > li + li {
  border-top: 1px solid #ccc;
}
.commission-organization-wrap .organization-list .type {
  width: 321px; /* 250616 */
  text-align: center;
}
.commission-organization-wrap .organization-list .tel {
  width: 330px; /* 250616 */
  text-align: center;
}
/* 250614 */
.commission-organization-wrap .organization-list .head {
  font-size: 18px;
  color: #5d489a;
}
.commission-organization-wrap .organization-list .head .work {
  text-align: center;
}
.commission-organization-wrap .organization-list .work {
  flex: 1;
  padding-left: 40px;
}
.commission-organization-wrap .organization-list .work ul li {
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
}
/* 250614 */
.commission-organization-wrap .organization-list .work ul li + li {
  margin-top: 6px;
}
.commission-organization-wrap .organization-list .work ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  margin-right: 8px;
}
/* 250614 */
.commission-organization-wrap .organization-list > li,
.commission-organization-wrap .organization-list ul li p {
  font-size: 18px;
  color: #333;
}
/* 250611 클래스명 process -> apply 수정 */
.report-apply-wrap .how-to-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: #fff; /* 250615 */
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.report-apply-wrap .how-to-wrap + .how-to-wrap {
  margin-top: 30px;
}
.report-apply-wrap .text-default {
  padding: 0 50px;
  line-height: 1.5;
  color: #333; /* 250614 */
  font-size: 22px; /* 250614 */
  width: 100%; /* 250614 */
}
/* 250614 */
.report-apply-wrap .text-default > span {
  font-size: 18px;
}
.report-apply-wrap .how-to-wrap .title-wrap {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.report-apply-wrap .how-to-wrap .title-wrap img {
  width: 40px;
  height: 40px;
  margin-right: 20px; /* 250612 수정 */ /*250614 */
}
.report-apply-wrap .how-to-wrap .title-wrap p {
  font-size: 22px;
  color: #5d489a;
  font-weight: 700;
  word-break: keep-all;
  text-align: center;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250611 추가 */
  text-align: left; /* 250611 추가 */
}
.report-apply-wrap .how-to-wrap .content-wrap {
  width: 876px; /* 250614 */
}
/* 250612 수정 [S] */
.report-apply-wrap .how-to-wrap .content-wrap .list-wrap li {
  position: relative;
  padding-left: 32px;
  font-size: 18px; /* 250613 수정 */
  color: #333; /* 250613 수정 */
  display: flex;
  align-items: center;
}
.report-apply-wrap .how-to-wrap .content-wrap .list-wrap li::before {
  content: '';
  position: absolute;
  top: 1px; /* 250615 */
  left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(/resources/itaewon/images/ic_checklist_24.png) no-repeat center 100%;
  background-size: 100%;
}
.report-apply-wrap .how-to-wrap .content-wrap .list-wrap li + li {
  margin-top: 8px;
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap {
  display: flex;
  justify-content: space-between;
  gap: 36px; /* 250613 수정 */
  padding-right: 30px;
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  padding: 20px 15px; /* 250613 수정 */
  background: #fff;
  border: 1px solid #adadad;
  border-style: dashed; /* 250611 추가 */
  border-radius: 10px;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.5;
  flex-flow: column;
  word-break: keep-all;
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li strong {
  font-size: 18px;
  color: #333; /* 250613 추가 */
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li.center {
  justify-content: center;
  align-items: center;
}
/* // 250612 수정 [E] */
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li + li::before {
  content: '';
  position: absolute;
  top: calc(50% - 12px); /* 250613 추가 */
  left: -31px; /* 250613 수정 */
  width: 24px;
  height: 24px;
  background: url(/resources/itaewon/images/ic_arrow_sm.png) no-repeat center 100%;
  background-size: 100%;
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li:last-of-type {
  background: #fffdea;
}
.report-apply-wrap .btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 30px;
  background: #705da5; /* 250613 수정 */
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
.report-apply-wrap .btn-download span {
  display: flex;
  align-items: center;
}
.report-apply-wrap .btn-download span::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 24px;
  margin-right: 20px;
  background: url(/resources/itaewon/images/ic_download_24.png) no-repeat center 100%;
  background-size: 100%;
}
.report-apply-wrap .txt-guide {
  width: 100%;
  margin-top: 30px;
  font-size: 22px;
  color: #705da5; /* 250613 수정 */
  text-align: center;
  word-break: keep-all;
}
.report-apply-wrap .info-wrap {
  margin-top: 30px;
}
.report-apply-wrap .info-wrap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.report-apply-wrap .info-wrap li + li {
  margin-top: 20px;
}
.report-apply-wrap .info-wrap li .title-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 264px;
  height: 180px;
  background: #fff;
  border: 1px solid #a891eb; /* 250614 */
  border-radius: 20px;
}
.report-apply-wrap .info-wrap li .title-wrap p {
  font-size: 20px;
}
.report-apply-wrap .info-wrap li .title-wrap img.document {
  width: 100px;
}
.report-apply-wrap .info-wrap li .title-wrap img.post,
.report-apply-wrap .info-wrap li .title-wrap img.fax {
  width: 42px;
}
.report-apply-wrap .info-wrap li .title-wrap img.mail {
  width: 54px;
}
.report-apply-wrap .info-wrap li .content-wrap {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  gap: 30px;
  height: 180px;
  padding: 50px 66px;
  background: #f5f2ff; /* 250614 */
  border-radius: 20px;
}
.report-apply-wrap .info-wrap li .content-wrap p {
  font-size: 20px;
  word-break: keep-all;
}
.report-apply-wrap .info-wrap li .content-wrap .txt-detail {
  font-size: 20px;
  font-weight: 700;
}
/* 250609 추가 [S] */
.report-process-wrap .title {
  font-size: 28px;
  font-weight: 600;
}
.report-process-wrap .info-wrap {
  margin-top: 30px;
}
.report-process-wrap .info-wrap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.report-process-wrap .info-wrap li + li {
  margin-top: 20px;
}
.report-process-wrap .info-wrap li .title-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 30px;
  width: 264px;
  height: 180px;
  padding: 40px 0;
  background: #fff;
  border: 3px solid #5d489a;
  border-radius: 20px;
  text-align: center;
}
.report-process-wrap .info-wrap li .title-wrap::after {
  content: '';
  position: absolute;
  bottom: 40px;
  width: 24px;
  height: 24px;
  background: url(/resources/itaewon/images/ic_arrow_purple_24.png) no-repeat center 100%;
  background-size: 100%;
}
.report-process-wrap .info-wrap li:nth-child(9) .title-wrap::after {
  display: none;
}
.report-process-wrap .info-wrap li:nth-child(1) .title-wrap {
  border-color: #e2d8ff;
}
.report-process-wrap .info-wrap li:nth-child(2) .title-wrap {
  border-color: #d4c5ff;
}
.report-process-wrap .info-wrap li:nth-child(3) .title-wrap {
  border-color: #c0b0f0;
}
.report-process-wrap .info-wrap li:nth-child(4) .title-wrap {
  border-color: #b6a3ed;
}
.report-process-wrap .info-wrap li:nth-child(5) .title-wrap {
  border-color: #a28ede;
}
.report-process-wrap .info-wrap li:nth-child(6) .title-wrap {
  border-color: #9380ca;
}
.report-process-wrap .info-wrap li:nth-child(7) .title-wrap {
  border-color: #8570c0;
}
.report-process-wrap .info-wrap li:nth-child(8) .title-wrap {
  border-color: #725daf;
}
.report-process-wrap .info-wrap li:nth-child(9) .title-wrap {
  align-items: center;
  border-color: #5d489a;
}
.report-process-wrap .info-wrap li .title-wrap p {
  font-size: 20px;
  color: #5d489a;
  font-weight: 700;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250614 */
}
.report-process-wrap .info-wrap li .content-wrap {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  gap: 30px;
  height: 180px;
  padding: 0 66px;
  background: #f5f5f5;
  border-radius: 20px;
}
.report-process-wrap .info-wrap li .content-wrap .list-wrap li {
  position: relative;
  padding-left: 12px;
  font-size: 22px; /* 250614 */
  color: #333;
  line-height: 1.5;
  word-break: keep-all;
}
.report-process-wrap .info-wrap li .content-wrap .list-wrap li + li {
  margin-top: 4px;
}
.report-process-wrap .info-wrap li .content-wrap .list-wrap li::before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 8px;
}
/* // 250609 추가 [E] */

/* 250610 추가 [S] */
.commission-location-wrap .root_daum_roughmap {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 0; /* 250614 */
}
.commission-location-wrap .root_daum_roughmap .wrap_controllers,
.commission-location-wrap .root_daum_roughmap .cont {
  display: none;
}
.commission-location-wrap > .title {
  margin-top: 40px;
  font-size: 22px;
  color: #5d489a;
  font-weight: 700;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; /* 250611 추가 */
}
.commission-location-wrap .info-list {
  margin-top: 20px;
}
.commission-location-wrap .info-list li {
  display: flex;
  gap: 20px;
}
.commission-location-wrap .info-list li + li {
  margin-top: 40px;
}
.commission-location-wrap .info-list li .title-wrap {
  font-size: 20px;
  color: #333; /* 250614 */
  word-break: keep-all;
  font-weight: 700; /* 250614 */
}
.commission-location-wrap .info-list li .title-wrap .subway,
.commission-location-wrap .info-list li .title-wrap .bus {
  display: flex;
  align-items: center;
  width: 120px;
  font-size: 18px;
  font-weight: 700;
  color: #5e5e5e; /* 250614 */
}
.commission-location-wrap .info-list li .title-wrap .subway::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/resources/itaewon/images/ic_subway.png) no-repeat center 100%;
  background-size: 100%;
}
.commission-location-wrap .info-list li .title-wrap .bus::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/resources/itaewon/images/ic_bus.png) no-repeat center 100%;
  background-size: 100%;
}
.commission-location-wrap .info-list li .content-wrap {
  font-size: 16px;
  color: #5e5e5e;
  word-break: keep-all;
}
.commission-location-wrap .info-list li .content-wrap.align-end {
  display: flex;
  align-items: flex-end;
  font-size: 20px; /* 250614 */
  color: #333; /* 250614 */
  font-weight: 700; /* 250614 */
}
.commission-location-wrap .info-list li .content-wrap .line-number + .line-number {
  margin-top: 10px;
}
.commission-location-wrap .info-list li .content-wrap .line-number .circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 12px;
  border-width: 5px;
  border-style: solid;
  border-radius: 16px;
  line-height: 22px;
  text-align: center;
}
/* 250614 */
.commission-location-wrap .info-list li .content-wrap > div p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}
/* 250614 */
.commission-location-wrap .info-list li .content-wrap .line-number span {
  font-size: 18px;
  color: #333;
}
.commission-location-wrap .info-list li .content-wrap span.green {
  border-color: #3eb43e;
  color: #5e5e5e; /* 250614 */
}
.commission-location-wrap .info-list li .content-wrap span.skyblue {
  border-color: #5699ff;
  color: #5e5e5e; /* 250614 */
}
.commission-location-wrap .info-list li .content-wrap > div + div {
  margin-top: 20px;
}
.commission-location-wrap .info-list li .content-wrap .stop {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px; /* 250614 */
  color: #333; /* 250614 */
}
.commission-location-wrap .info-list li .content-wrap .way {
  margin-right: 4px;
  color: #5d489a;
}
/* // 250610 추가 [E] */

/* 250612 추가 [S] */
.organization-btns-wrap {
  display: flex;
  justify-content: space-between;
  width: 920px;
}
.organization-btns-wrap.mobile {
  position: relative;
  display: none;
  width: unset;
  padding-left: 7%;
}
.organization-btns-wrap.mobile > button {
  position: absolute;
  width: 24vw;
  border-width: 2.8px; /* 250616 */
  top: 0;
  left: -34%;
  font-size: 14px;
}
.organization-btns-wrap.mobile .columns {
  display: flex;
  gap: 10px;
}
.organization-btns-wrap.mobile button:nth-child(1) {
  margin: 0;
}
.organization-btns-wrap.mobile .columns .column {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.organization-btns-wrap.mobile .columns .column button {
  width: 24vw;
  border-width: 2.8px; /* 250616 */
  font-size: 14px;
}
.organization-btns-wrap.mobile .columns .column button.padding-large {
  padding: 0 24px;
}
.organization-btns-wrap button {
  display: flex; /* 250614 */
  justify-content: center; /* 250614 */
  align-items: center; /* 250614 */
  border: 3px solid #a298c2;
  height: 70px;
  width: 127px; /* 250616 */
  border-radius: 10px;
  font-weight: 500;
  font-family: 'gmarketSans', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  word-break: keep-all;
  white-space: wrap;
  padding: 4px 16px 0; /* 250614 */ /* 250616 */
  font-size: 18px; /* 250614 */
  background: #fff;
}
.organization-btns-wrap button.padding-large {
  padding: 0 30px;
}
.organization-btns-wrap button.active {
  font-weight: 700;
  color: #5d489a;
  background: #ede6ff;
}
.organization-btns-wrap button:nth-child(1) {
  margin-right: 0; /* 250616 */
}
.organization-panel {
  width: 100%;
}
.organization-panel > li:nth-child(1) {
  display: block;
}
.organization-panel > li {
  display: none;
}
/* // 250612 추가 [E] */

/* 250613 추가 [S] */
.main-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-stars .gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
}
.main-stars .star-wrap {
  position: relative;
  max-width: 1500px;
  height: 300px;
  margin: 0 auto;
}
.main-stars .star {
  position: absolute;
}
.main-stars .star1 {
  top: 64px;
  left: 130px;
  width: 234px;
  height: auto;
  transform: rotate(-10deg);
}
.main-stars .star2 {
  top: 180px;
  left: 600px;
  width: 25px;
  height: auto;
  transform: rotate(-5deg);
}
.main-stars .star3 {
  top: 260px;
  left: 800px;
  width: 45px;
  height: auto;
  transform: rotate(0);
}
.main-stars .star4 {
  top: 150px;
  left: 1000px;
  width: 30px;
  height: auto;
  transform: rotate(25deg);
}
.main-stars .star5 {
  top: 70px;
  left: 1200px;
  width: 48px;
  height: auto;
  transform: rotate(-25deg);
}
/* // 250613 추가 [E] */
