@charset "utf-8";
.main-title-wrap {
  position: absolute;
  top: 200px; 
  width: 1460px;
  color: #fff;
}
.main-title-wrap img.stardust {
  position: absolute;
  top: 4px;
  left: 392px;
  width: 104px;
}
.main-title-wrap .main-title {
  font-size: 50px;
}
.main-title-wrap .sub-title {
  margin-top: 10px;
  font-size: 40px;
  word-break: keep-all;  
}
.main-title-wrap .contents {
  display: flex;
  flex-flow: column;
  gap: 5px;  
  margin-top: 40px;
  font-size: 20px;  
  font-weight: 500;
  font-family: "Pretendard GOV", "Pretendard", "Malgun Gothic", "맑은 고딕",
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;  
}
.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;
  overflow: hidden;
  width: 458px !important;
}
.main-slide-wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.81437125749 / 1;
  height: auto;
  border-radius: 0;  
  overflow: hidden;
}
.main-slide-wrap .swiper-controls {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: -50px;
  right: 190px;
  gap: 8px;  
  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;  
  height: 43px;  
  background: url(/resources/itaewon/images/ic_arrow_white_30.png) no-repeat center 100%;
  background-size: 43px;  
}
.main-slide-wrap .swiper-button-next::after {
  transform: rotate(180deg);
}
.container.sub-main {
  /* background: #ddedf2; */
  background: #FFFBDB;
}
.sub-main-title-wrap {
  display: flex;
  position: relative;  
  justify-content: space-between;
  align-items: flex-start;  
  width: 100%;
  height: unset;  
  padding: 146px 0;  
}
.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;  
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;  
  margin-top: -50px; 
}
 
.sub-main-title-wrap .title-wrap .title span {
  color: #704ed3;
}
.sub-main-title-wrap .title-wrap .btn-more {
  position: absolute;  
  right: 0;  
  height: 42px;
  padding: 0 28px;
  border: 1px solid #704ed3;  
  border-radius: 21px;
  font-size: 16px;
  color: #704ed3;  
  font-weight: 700;
}
.sub-main-title-wrap .contents-wrap {
  display: flex;
  flex-flow: column;
  min-width: 1020px; 
}
.sub-main-title-wrap .contents-wrap .tabs-wrap {
  display: flex;
  gap: 10px;  
}
.sub-main-title-wrap .contents-wrap .tabs-wrap button {
  display: flex;  
  align-items: center;  
  padding: 0 16px;  
  border: 1px solid transparent;  
  height: 42px;  
  font-size: 20px;
  font-weight: 500;
  line-height: 1;  
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.sub-main-title-wrap .contents-wrap .tabs-wrap button.active {
  border: 1px solid #704ed3;  
  color: #704ed3;
  font-weight: 700;
  font-size: 20px;  
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel {
  display: flex;
  align-items: center;  
  gap: 30px;
  margin-top: 30px;
  min-height: 227px;  
}
 
.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;  
  align-items: flex-start;
  width: 320px;
  height: 220px;
  padding: 36px 24px;
  background: #fff;
  border-radius: 0;  
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .link-content .title {
  width: 100%;
  font-size: 20px;  
  color: #333;  
  text-align: left;
  white-space: wrap;
  display: -webkit-box;  
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  text-overflow: ellipsis;  
}
.sub-main-title-wrap .contents-wrap .tab-panel-wrap .tab-panel .link-content .date {
  margin-top: 30px;
  font-size: 22px;  
  color: #a6a6a6;
  text-align: right;
  width: 100%;
}
.news-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 100px 0 114px;  
}
.news-wrap > .title {
  font-size: 35px;
  font-weight: 500;  
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  word-break: keep-all;  
  width: 100%;  
}
 
.news-wrap > .title span {
  color: #704ed3;
}
.news-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 47px;  
  margin-top: 60px;    
  width: 100%;
}
.news-wrap li button img {
  width: 100%;
}
.news-wrap li button .date {
  margin-top: 30px;  
  font-size: 22px;  
  color: #a6a6a6;  
  font-weight: 400;  
  text-align: left;
}
.news-wrap li button .title {
  width: 100%;
  margin-top: 40px;  
  font-size: 24px;  
  color: #333;  
  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;  
  border-radius: 21px;
  font-size: 16px;
  color: #704ed3;  
  font-weight: 400;  
}
.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;
  font-size: 18px;
}

.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; */
}
 
.about-wrap {
  display: flex;
  gap: 54px;
}
.commission-about-wrap .photo-wrap {
  display: flex;
  flex-flow: column;
  gap: 60px;    
}
.commission-about-wrap .photo-wrap img {
  width: 412px;
  height: auto;
}
 
.commission-about-wrap .main-title {
  margin-bottom: 60px;
  font-size: 30px;
  color: #333;
  font-weight: 500;
  font-family: 'Pretendard GOV', '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; 
  font-size: 20px;  
  color: #333;  
  line-height: 1.515; 
}
.commission-ci-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 130px;  
}
.commission-ci-wrap .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;  
  height: 488px;
  border: 1px solid #cacaca;
  border-radius: 0;  
  margin-left: 180px;  
}
.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;
  ont-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; 
}
.commission-ci-wrap .description-wrap > li .description {
  flex: 1;
}
.commission-ci-wrap .description-wrap > li .description .text {
  font-size: 18px;  
  color: #333;  
  line-height: 1.7;  
}
.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;
}
 
.commission-greeting-wrap {
  padding: 0 100px;
}
.commission-greeting-wrap .title-wrap {
  display: flex;
  padding: 0;  
}
.commission-greeting-wrap .title-wrap img {
  width: 360px;
  height: auto;
  margin-left: -12px;  
}
.commission-greeting-wrap .title-wrap .greetings {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 70px;
  margin-left: 90px;  
}
 
.commission-greeting-wrap .title-wrap .greetings .title {
  font-size: 34px;
  font-weight: 500;
  /* font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; */  
  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: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
 
.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;  
  text-align: right;
  word-break: keep-all;
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.commission-members-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;  
  gap: 80px 160px;    
  padding: 0 70px;    
}
 
.commission-members-wrap ul > li:first-child {
  grid-column: span 2;
  margin-left: 305px;
}
 
.commission-members-wrap ul > li:first-child img {
  width: 450px;  
}
.commission-members-wrap ul li img {
  width: 100%;
  height: auto;
}

.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;  
  font-size: 20px;
  color: #a1a1a1;
}
.commission-members-wrap ul li.no-image img {
  display: none;
}

.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: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.commission-members-wrap ul li .info {
  margin-top: 16px;
  font-size: 16px;
  color: #333;  
  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;  
}
.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;  
  font-size: 16px;
  color: #5e5e5e;
}
.commission-organization-wrap .organization-list > li + li {
  border-top: 1px solid #ccc;
}
.commission-organization-wrap .organization-list .type {
  width: 220px;  
  text-align: center;
}
.commission-organization-wrap .organization-list .tel {
  width: 220px;  
  text-align: center;
}
 
.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;
}
 
.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;
}
 
.commission-organization-wrap .organization-list > li,
.commission-organization-wrap .organization-list ul li p {
  font-size: 18px;
  color: #333;
}
.report-apply-wrap .how-to-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: #fff; 
  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;  
  font-size: 22px;  
  width: 100%;  
}
 
.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; 
}
.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: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; 
  text-align: left;  
}
.report-apply-wrap .how-to-wrap .content-wrap {
  width: 876px;  
}
.report-apply-wrap .how-to-wrap .content-wrap .list-wrap li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;  
  color: #333;  
  display: flex;
  align-items: center;
}
.report-apply-wrap .how-to-wrap .content-wrap .list-wrap li::before {
  content: '';
  position: absolute;
  top: 1px;  
  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;  
  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;  
  background: #fff;
  border: 1px solid #adadad;
  border-style: dashed;  
  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;  
}
.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li.center {
  justify-content: center;
  align-items: center;
}

.report-apply-wrap .how-to-wrap .content-wrap .progress-wrap li + li::before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);  
  left: -31px;  
  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;  
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.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;  
  text-align: center;
  word-break: keep-all;
}

.report-apply-wrap .txt-guide + .txt-guide {
  margin-top: 0.2rem;
}

.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;  
  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;  
  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: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;  
}
.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;  
  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;
}

.commission-location-wrap .root_daum_roughmap {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 0;  
}
.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: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.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;  
  word-break: keep-all;
  font-weight: 700;  
}
.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;  
}
.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;  
  color: #333;  
  font-weight: 700;  
}
.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;
}
 
.commission-location-wrap .info-list li .content-wrap > div p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}
 
.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;  
}
.commission-location-wrap .info-list li .content-wrap span.skyblue {
  border-color: #5699ff;
  color: #5e5e5e;  
}
.commission-location-wrap .info-list li .content-wrap span.orange {
  border-color: #FE5B10;
  color: #5e5e5e;  
}
.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;  
  color: #333;  
}
.commission-location-wrap .info-list li .content-wrap .way {
  margin-right: 4px;
  color: #5d489a;
}

.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;  
  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;  
  font-size: 14px;
}
.organization-btns-wrap.mobile .columns .column button.padding-large {
  padding: 0 24px;
}
.organization-btns-wrap button {
  display: flex;  
  justify-content: center;  
  align-items: center;  
  border: 3px solid #a298c2;
  height: 70px;
  width: 127px;  
  border-radius: 10px;
  font-weight: 500;
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  word-break: keep-all;
  white-space: wrap;
  padding: 4px 16px 0;    
  font-size: 18px;  
  background: #fff;
  color: #333;
}
.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;  
} 
.organization-panel {
  width: 100%;
}
.organization-panel > li:nth-child(1) {
  display: block;
}
.organization-panel > li {
  display: none;
}

.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%;
    /* 251013 수정 */
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent); */
    background: url(/cmsstore/cmssite/itaewon/_images/newbg_bg.png) no-repeat;
    background-size: cover;

}
.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);
}


.commission-ci-wrap .cibtn-wrap {
  display: flex;
  justify-content: right;
  width: 680px;
  margin-left: 180px;
}

.btn-download-pub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 90px;
  background: #fff;  
  border-radius: 15px;
  font-size: 18px;
  color: #705DA5;
  font-weight: 700;
  font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  border : 2px solid #705DA5;
}
.btn-download-pub span {
  display: flex;
  align-items: center;
}
.btn-download-pub span::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 24px;
  margin-right: 20px;
  background: url(/cmsstore/cmssite/itaewon/_images/ic-download-pub.png) no-repeat center 100%;
  background-size: 100%;
}

/* 위원 및 사무처장 소개 */
.commission-members-wrap {
  display: grid;
  gap: 80px;
}

.box_group {
  width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  border: 1px solid #d5d5d5;
}
.box_group .box:nth-child(2n) {
  justify-content: right;
}
.box_group .box {
  width: calc((100% - 20px) / 2);
  display: grid;
  padding: 0;
  border: 0;
}
.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
  border: 1px solid #d5d5d5;
}
.box .img {
  width: 100%;
  max-width: 500px;
  height: 300px;
  overflow: hidden;
}
.box .img.diff {
  height: 320px;
  max-width: 600px;
}
.box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.box .inner_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .tit {
  font-size: 20px;
  color: #5d489a;
  font-weight: 700;
}
.box .name {
  margin-top: 4px;
  font-size: 24px;
  font-family: "Pretendard GOV", "Pretendard", "Malgun Gothic", "맑은 고딕",
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.box .info {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  word-break: keep-all;
}
.box .no_img {
  position: relative;
}
.box .no_img::before {
  content: "사진 준비 중";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #a1a1a1;
}

/* 개인정보보호 정책 */
.policy_wrap {
  display: grid;
  gap: 20px;
}
.policy_wrap .ttit {
  font-size: 22px;
  font-weight: 700;
  color: #5d489a;
}
.policy_wrap .desc {
  display: grid;
  gap: 10px;
}
.policy_wrap .policy_desc {
  display: grid;
  gap: 30px;
}
.policy_wrap .tit {
  font-size: 18px;
  font-weight: 700;
}
.policy_wrap .txt {
  font-size: 18px;
  font-weight: 400;
}
/* 20250729 추가*/

.org-group {
	align-items: center;
	display: flex;
	font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	flex-direction: column;
	gap: 32px;
	position: relative;
	margin: 0 auto;
	width: 325px;
}

/* 최상단 위원장 */
.org-top {
	right: -16px;
	position: relative;
}

.org-top a {
	align-items: center;
	background: #5D489A;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	justify-content: center;
	text-decoration: none;
	width: 100px;
}

.org-top::after {
	background: #ccc;
	content: "";
	height: 32px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 2px;
}

/* 중간 라인 */
.org-sub {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.org-sub::before {
	background: #cacaca;
	content: "";
	height: 2px;
	left: 15%;
	opacity: 0.8;
	position: absolute;
	top: 0;
}

.org-sub::after {
	background: #cacaca;
	content: "";
	height: 32px;
	left: calc(50% + 16px);
	opacity: 0.8;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 2px;
}

/* 좌측: 상임/비상임 */
.org-left {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-right: 60px;
	position: absolute;
	top: -62px;
	right: 50%;
}

.org-left a {
	align-items: center;
	background: #5D489A;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	width: 100px;
}

/* 중앙: 사무처장 */
.org-center {
	position: relative;
	right: -16px;
}

.org-center a {
	align-items: center;
	background: #fff;
	border: 2px solid #5D489A;
	border-radius: 10px;
	color: #5D489A;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	padding: 0 16px;
	text-decoration: none;
}

/* 우측: 정책보좌관 */
.org-right {
	align-items: center;
	display: flex;
	position: absolute;
	left: calc(50% + 16px);
	top: -40px;
}

.org-right::before {
	background: #CACACA;
	content: '';
	display: inline-block;
	opacity: 0.8;
	height: 2px;
	width: 48px;
}

.org-right button {
	align-items: center;
	background: #fff;
	border: 2px solid #9D53A8;
	border-radius: 50px;
	display: flex;
	color: #9D53A8;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	justify-content: center;
	padding: 0 16px;
	text-decoration: none;
	width: 100px;
}

.org-right button.active {
    background: #ede6ff;
}
/* 하단 라인 */
.org-bottom {
	display: flex;
	gap: 4px;
	justify-content: flex-start;
	margin-top: 16px;
	position: relative;
	width: 100%;
}

.org-bottom::before {
	background: #cacaca;
	content: "";
	height: 2px;
	opacity: 0.8;
	position: absolute;
	left: 45px;
	top: -16px;
	width: 188px;
}

.org-branch {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.org-branch::before {
	background: #cacaca;
	content: '';
	display: inline-block;
	height: 16px;
	opacity: 0.8;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -16px;
	width: 2px;
}

.org-branch button {
	align-items: center;
	background: #8c3aa7;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 56px;
	justify-content: center;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	width: 90px;
	word-break: keep-all;
	white-space: wrap;
}

.org-branch>button::after {
	background: #cacaca;
	bottom: -10px;
	content: '';
	display: inline-block;
	height: 10px;
	opacity: 0.8;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
}

.org-branch button.active {
    background: #6D1979;
}

.org-branch.fisrt {
	margin-top: 66px;
}

.org-branch.fisrt::before {
	height: 82px;
	top: -82px;
}

.org-branch-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.org-branch-child button {
	background: #ffffff;
	border: 2px solid #a298c2;
	color: #333;
	font-weight: 500;
	height: 70px;
}

.org-branch-child button.active {
	background: #ede6ff;
	color: #5d489a;
	font-weight: bold;
}
@media (min-width:800px) {
	.org-group {
		width: 768px;
	}

	.org-top a {
		font-size: 20px;
		height: 120px;
		width: 120px;
	}

	.org-left {
		padding-right: 100px;
	}

	.org-left a {
		font-size: 16px;
		width: 160px;
	}

	.org-center a {
		font-size: 16px;
		width: 100px;
	}

	.org-right::before {
		width: 100px;
	}

	.org-bottom::before {
		width: 470px;
	}

	.org-right button {
		font-size: 16px;
		width: 120px;
	}

	.org-branch-child {
		flex-direction: row;
	}

	.org-branch button {
		font-size: 16px;
		height: 44px;
		width: 160px;
	}

	.org-branch-child button {
		height: 70px;
		width: 90px;
	}

	.org-branch {
		gap: 24px;
	}

	.org-branch.fisrt {
		margin-top: 68px;
	}

	.org-branch.fisrt::before {
		height: 84px;
		top: -84px;
	}

	.org-branch>button::after {
		bottom: -24px;
		height: 24px;
	}

	.org-branch-child {
		position: relative;
	}

	.org-branch-child::after {
		background: #CACACA;
		content: '';
		display: inline-block;
		opacity: 0.8;
		height: 2px;
		left: 44px;
		top: -12px;
		position: absolute;
		width: 190px;
	}

	.org-branch-child button::after {
		background: #CACACA;
		content: '';
		display: inline-block;
		opacity: 0.8;
		height: 12px;
		top: -13px;
		position: absolute;
		width: 2px;
	}

	.org-branch.fisrt .org-branch-child::after {
		display: none;
	}
}

@media (min-width:1360px) {
	.org-group {
		gap: 48px;
		width: 900px;
	}

	.org-top {
		right: -40px;
	}

	.org-top a {
		font-size: 24px;
		height: 140px;
		width: 140px;
	}

	.org-top::after {
		height: 48px;
	}

	.org-sub::after {
		left: calc(50% + 40px);
	}

	.org-left {
		gap: 8px;
		padding-right: 130px;
		top: -130px;
	}

	.org-left a {
		font-size: 20px;
		height: 54px;
		width: 190px;
	}

	.org-center {
		right: -40px;
	}

	.org-center a {
		font-size: 20px;
		height: 54px;
		width: 190px;
	}

	.org-right {
		top: -48px;
		left: calc(50% + 40px);
	}

	.org-right button {
		font-size: 20px;
		width: 160px;
	}

	.org-right::before {
		width: 168px;
	}

	.org-bottom {
		gap: 8px;
	}

	.org-bottom::before {
		left: 60px;
		top: -32px;
		width: 641px;
	}

	.org-branch {
		gap: 52px;
	}

	.org-branch::before {
		height: 30px;
		top: -30px;
	}

	.org-branch button {
		font-size: 20px;
		width: 200px;
	}

	.org-branch>button::after {
		bottom: -48px;
		height: 48px;
	}

	.org-branch-child {
		gap: 8px;
	}

	.org-branch-child::after {
		left: 59px;
		top: -26px;
		width: 258px;
	}

	.org-branch-child button {
		font-size: 18px;
		width: 120px;
	}

	.org-branch-child button::after {
		height: 26px;
		top: -28px;
	}

	.org-branch.fisrt {
		margin-top: 96px;
	}

	.org-branch.fisrt::before {
		height: 128px;
		top: -128px;
	}
}

/* 방청안내문 */
.info-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-wrap .info-top {
	align-items: center;
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px;
}

.info-wrap .info-top h3 {
	color: #5D489A;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.info-wrap .info-top ul {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.info-wrap .info-top ul li {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	gap: 8px;
}

.info-wrap .info-top ul li img {
	height: 20px;
	width: 20px;
}

.info-wrap .btn-info {
	align-items: center;
	background: #705DA5;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	gap: 12px;
	padding: 12px 0;
	width: 100%;
}

.info-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-body .info-dl-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.info-body .info-dl-group dl {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info-body .info-dl-group dt {
	align-items: center;
	background: #fff;
	border: 1px solid #A891EB;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	padding: 12px;
	gap: 16px;
}

.info-body .info-dl-group dt img {
	height: 32px;
	width: 32px;
}

.info-body .info-dl-group dt h6 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.info-body .info-dl-group dd {
	align-items: flex-start;
	background: #F5F2FF;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.info-body .info-dl-group dd h6 {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.info-body .info-dl-group dd h5 {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
}

.info-body-text {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	padding: 24px;
}

.info-body-text h2 {
	color: #5D489A;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.info-wrap .info-footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-wrap .info-footer h2 {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	gap: 8px;
}

@media (min-width:768px) {
	.info-body .info-dl-group dl {
		flex-direction: row;
	}

	.info-body .info-dl-group dt {
		flex-direction: column;
		width: 160px;
	}

	.info-body .info-dl-group dd {
		flex: 1;
	}
}

@media (min-width:992px) {
	.info-wrap {
		gap: 30px;
	}

	.info-wrap .info-top {
		gap: 40px;
		padding: 40px;
	}

	.info-wrap .info-top h3 {
		font-size: 24px;
	}

	.info-wrap .info-top ul {
		flex-direction: row;
		gap: 52px;
	}

	.info-wrap .info-top ul li {
		font-size: 18px;
	}

	.info-wrap .btn-info {
		font-size: 20px;
		padding: 20px 0;
	}

	.info-body .info-dl-group {
		gap: 20px;
	}

	.info-body .info-dl-group dl {
		gap: 20px;
	}

	.info-body .info-dl-group dt {
		height: 180px;
		gap: 30px;
		width: 264px;
	}

	.info-body .info-dl-group dt img {
		height: 52px;
		width: 52px;
	}

	.info-body .info-dl-group dt h6 {
		font-size: 20px;
	}

	.info-body .info-dl-group dd {
		gap: 30px;
		height: 180px;
		justify-content: center;
		padding: 0 66px;
	}

	.info-body .info-dl-group dd h6 {
		font-size: 20px;
	}

	.info-body .info-dl-group dd h5 {
		font-size: 20px;
	}

	.info-body-text {
		padding: 40px 0;
	}

	.info-body-text h2 {
		font-size: 24px;
	}

	.info-wrap .info-footer h2 {
		font-size: 30px;
	}

	.info-wrap .info-footer h2 img {
		height: 30px;
		width: 30px;
	}
}


/* 251010 */

.check-stat {
  background: #EEEEEE;
}

.check-stat

.check-wrap {
  display: flex;
  flex-direction: row;
  padding: 120px 0 110px 0;
  position: relative;
}

.check-wrap > .text-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.text-area .check-txt {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 76px;
}

.text-area .check-txt input {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  width: 120px;
}

.text-area .check-info {
  align-items: flex-end;
  color: #333;
  flex: 1;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 20px;
}

.check-wrap .title {
    font-size: 35px;
    font-weight: 500;
    font-family: 'Pretendard GOV', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    width: 100%;
}

.check-wrap .title > span {
  color: #704ed3;
}

.check-wrap > .check-table {
  flex-shrink: 0;
  position: relative;
  width: 1020px;
}

.check-table table {
  width: 100%;
}

.check-table table .thead-col1 {
  background: #704ED3;
  border: 2px solid #704ED3;
  border-right: none;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.check-table table .thead-col2 {
  background: #4A2CA1;
  border: 2px solid #4A2CA1;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.check-table table * {
  box-sizing: border-box;
  line-height: 28px;
}

.check-table table thead tr:nth-child(1) th {
  height: 64px;
}

.check-table table thead tr:nth-child(2) th {
  background: #fff;
  color: #704ED3;
  font-size: 24px;
  height: 100px;
  padding: 30px 22px;
  text-align: left;
}

.th-1-1 {
  background: #fff;
  border-left: 2px solid #704ED3;
  border-top: 2px solid #704ED3;
  color: #704ED3;
  font-size: 36px;
  font-weight: 700;
  padding: 36px 22px 0;
}

.th-2-1 {
  border-left: 2px solid #704ED3;
}

.th-2-2 {
  border-left: 1px solid #704ED3;
}

.th-2-3 {
  border-left: 2px solid #4A2CA1;
  
}

.th-2-4 {
  border-left: 1px solid #4A2CA1;
  border-right: 2px solid #4A2CA1;
}

.check-table table tbody td {
  font-size: 20px;
}

.check-table table tbody td > span {
  color: #704ED3;
  font-size: 50px;
  font-weight: 800;
}

.check-table table tbody td > p {
  margin-top: 10px;
}

.check-table table tbody td:nth-child(4) span, .check-table table tbody td:nth-child(5) span {
  color: #4A2CA1;
}

.check-table table tbody > tr:nth-child(1) td {
  background: #fff;
  padding: 0 22px 17px;

  vertical-align: top;
}

.check-table table tbody > tr:nth-child(1) td:first-child > span {
  font-size: 60px;
}

.check-table table tbody > tr td:first-child {
  color: #704ED3;
  border-bottom: 2px solid #704ED3;
  border-left: 2px solid #704ED3;
  text-align: center;
}

.check-table table tbody > tr td:nth-child(2) {
  color: #704ED3;
  border-bottom: 2px solid #704ED3;
  border-left: 2px solid #704ED3;
  text-align: right;
}

.check-table table tbody > tr td:nth-child(3) {
  color: #704ED3;
  border-bottom: 2px solid #704ED3;
  border-left: 1px solid #704ED3;
  text-align: right;
}

.check-table table tbody > tr td:nth-child(4) {
  color: #4A2CA1;
  border-bottom: 2px solid #4A2CA1;
  border-left: 2px solid #4A2CA1;
  text-align: right;
}

.check-table table tbody > tr td:nth-child(5) {
  color: #4A2CA1;
  border-bottom: 2px solid #4A2CA1;
  border-left: 1px solid #4A2CA1;
  border-right: 2px solid #4A2CA1;
  text-align: right;
}

.ended-tr th, .ended-tr td {
  background: #fff;
  height: 82px;
  padding: 20px 22px 20px;
  vertical-align: middle;
}

.ended-tr th {
  border-bottom: 2px solid #704ED3;
  border-left: 2px solid #704ED3;
  color: #704ED3;
  font-size: 30px;
  font-weight: 700;
}

.check-table table .ended-tr span {
  line-height: 1.2;
}

.check-table .button-wrap {
  bottom: -74px;
  position: absolute;
  right: 0;
}

.check-table .button-wrap button {
  min-width: 112px;
}

.check-table .edit-table input[type=text] {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
  width: 100%;
}

.check-table table.edit-table tbody > tr:nth-child(1) td {
  /* padding-top: 17px; */
}

.check-table .edit-table .is_merge {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.check-table .edit-table .is_merge label {
  align-items: center;
  display: flex;
  font-size: 24px;
  text-align: left;
  width: 57px;
}

.check-table .edit-table .is_merge input[type=text] {
  width: calc(100% - 57px);
}

.edit-table .ended-tr th, .edit-table .ended-tr td {
  padding: 20px 30px;
}

.content iframe {
  max-width: 100%;
}

@media (max-width:1360px){
  .check-stat .check-wrap {
    display: block;
    padding: 40px 0 48px 0;
  }

  .check-wrap > .text-area {
    display: block;
    margin-bottom: 8px;
  }

  .check-wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .text-area .check-txt {
    font-size: 18px;
    position: static;
    text-align: right;
  }

  .text-area .check-txt br {
    display: none;
  }

  .text-area .check-info {
    display: block;
    line-height: 1.4;
    padding-top: 0;
    text-align: left;
  }

  .check-wrap > .check-table {
    width: 100%;
  }

  .check-table .button-wrap {
    margin-top: 20px;
    position: static;
  }
}

@media (max-width:1024px){
  .check-table table tbody td > span, .check-table table tbody > tr:nth-child(1) td:first-child > span {
    font-size: 40px;
  }

  .th-1-1 {
    font-size: 32px;
  }

  .ended-tr th {
    font-size: 26px;
  }

  .check-table .edit-table .is_merge label {
    font-size: 20px;
    width: 50px;
  }

  .check-table .edit-table .is_merge input[type=text] {
    width: calc(100% - 50px);
  }
}

@media (max-width:768px){

  .check-wrap .title {
    margin-bottom: 10px;
  }

  .text-area .check-txt, .text-area .check-info {
    width: 100%;
  }

  .text-area .check-txt {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .text-area .check-info {
    font-size: 13px;
    text-align: left;
  }
  
  .check-table table * {
    line-height: 1.3;
    word-break: break-all;
  }

  .check-table table thead tr:nth-child(1) th {
    height: 50px;
  }

  .check-table table .thead-col1 {
    font-size: 15px;
  }

  .check-table table .thead-col2 {
    font-size: 15px;
  }

  .check-table table thead tr:nth-child(2) th {
    font-size: 15px;
    height: 50px;
    padding: 20px 10px 10px;
  }

  .check-table table tbody td {
    font-size: 13px;
  }

  .check-table table tbody td > span, .check-table table tbody > tr:nth-child(1) td:first-child > span {
    font-size: 16px;
  }

  .th-1-1 {
    font-size: 20px;
    padding: 20px 10px 0;
  }

  .check-table table tbody > tr:nth-child(1) td {
    padding: 0px 8px 14px;
  }

  .check-table table tbody td > p {
    font-size: 12px;
    margin-top: 4px;
  }

  .ended-tr th, .ended-tr td {
    height: 52px;
    padding: 10px 10px 10px;
  }

  .ended-tr th {
    font-size: 18px;
  }

  .check-table .edit-table input[type=text] {
    padding: 0 4px;
  }

  .edit-table .ended-tr th, .edit-table .ended-tr td {
    padding: 10px 10px;
  }

  .check-table .edit-table .is_merge {
    display: block;
  }

  .check-table .edit-table .is_merge label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .check-table .edit-table .is_merge input[type=text] {
    width: 100%;
  }
}




.live_tab {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.live_tab > li {
  box-sizing: border-box;
  flex: 1;
}

.live_tab > li {
  border: 1px solid #422B84;
}

.live_tab > li:nth-child(2), .live_tab > li:nth-child(3) {
  border-left: none;
}

.live_tab > li .live_tab_btn {
  align-items: center;
  background: #704ED3;
  color: #DDDBFF;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 53px;
  justify-content: center;
  text-align: center;
  width: 100%;
  word-break: keep-all; /* 영문에선 빼야될수있음 */
}

.live_tab > li.selected {
  border-bottom: 1px solid #fff;
}

.live_tab > li.selected .live_tab_btn {
  background: #fff;
  color: #5D489A;
}

.live_cont .live_area {
  margin-bottom: 40px;
}

.live_area img {
  width: 100%;
}

.live_area img + .youtube_area {
  display: none !important;
}

.live_area .youtube_area {
  padding-top: 56%;
  position: relative;
  width: 100%;
}

.live_area .youtube_area iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.live_cont .live_info {
  align-items: center;
  background: #DDDBF2;
  border: 1px solid #5D489A;
  box-sizing: border-box;
  column-gap: 60px;
  display: flex;
  flex-direction: row;
  min-height: 316px;
  padding: 40px 40px 40px 60px;
}

.live_info .info_logo {
  background: #fff url(/resources/itaewon/images/ico_liveinfo.png) center top 53px no-repeat;
  border-radius: 50%;
  color: #5D489A;
  flex-shrink: 0;
  font-size: 23px;
  font-weight: 700;
  height: 203px;
  padding-top: 123px;
  text-align: center;
  width: 203px;
}

.live_info_txt li {
  color: #5B5A70;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  padding: 7px 0 7px 21px;
  position: relative;
}

.live_info_txt li::before {
  background: #5B5A70;
  border-radius: 50%;
  content: '';
  height: 6px;
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
}

.live_info_txt li span {
  font-weight: 700;
}

.live_info_txt li .member_link {
  background: #C7C4E3 url(/resources/itaewon/images/ico_infoper.png) center left 14px no-repeat;
  border: 1px solid #9284BF;
  border-radius: 8px;
  box-sizing: border-box;
  color: #585771;
  display: inline-block;
  font-size: 18px;
  min-height: 36px;
  line-height: 22px;
  margin-left: 16px;
  padding: 7px 14px 7px 48px;
  vertical-align: top;
  word-break: keep-all;
}

.live_info_txt li br {
  display: none;
}

a.law_link {
  background: #5D489A;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 18px;
  padding: 10px 20px;
}

@media (max-width:1360px){
  .live_tab > li .live_tab_btn {
    font-size: 18px;
    height: 48px;
  }
}

@media (max-width:1024px){
  .live_cont .live_info {
    flex-direction: column;
    min-height: auto;
    padding: 30px 40px;
  }

  .live_info .info_logo {
    background-position: top 30px center;
    font-size: 20px;
    height: 160px;
    margin-bottom: 20px;
    padding-top: 100px;
    width: 160px;
  }

  .live_info_txt li {
    font-size: 20px;
    line-height: 30px;
  }

  .live_info_txt li::before {
    top: 18px;
  }

  .live_info_txt li .member_link {
    margin-top: 10px;
    margin-left: 0;
  }

  .live_info_txt li br {
    display: block;
  }

  .live_info_txt li .member_link {
    font-size: 16px;
    text-align: center;
  }

  a.law_link {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width:768px){
  .live_tab > li .live_tab_btn {
    font-size: 14px;
    height: 43px;
  }

  .live_tab, .live_cont .live_area {
    margin-bottom: 30px;
  }

  .live_info .info_logo {
    background-position: top 20px center;
    background-size: 50px;
    font-size: 18px;
    height: 120px;
    margin-bottom: 10px;
    padding-top: 74px;
    width: 120px;
  }

  .live_cont .live_info {
    padding: 30px 26px;
  }

  .live_info_txt li {
    font-size: 16px;
    line-height: 22px;
  }

  .live_info_txt li .member_link {
    font-size: 14px;
    min-height: 28px;
    text-align: center;
  }

  a.law_link {
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
  }
}
