@charset "UTF-8";
/*------------------------------------------------------------------------
File : contents.css
Author : SA
Create date : 2025-09-22
Version : 1.0
Editable : O
콘텐츠 페이지 스타일
------------------------------------------------------------------------*/
/**========================================================================
 *!                                00intro
 *========================================================================**/
#intro {
  width: 100%;
  height: 100vh;
  background: url("../images/sub/intro_bg.jpg") center/cover no-repeat;
  overflow-y: auto;
}
#intro .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10rem 0;
  gap: 6rem;
  width: 134rem;
}
#intro .container .intro__l,
#intro .container .intro__r {
  height: 100%;
}
#intro .container .intro__l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 68.3rem);
}
#intro .container .intro__l .txt__wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#intro .container .intro__l h1 {
  margin-top: 3rem;
}
#intro .container .intro__l h1 a {
  height: 6rem;
}
#intro .container .intro__l p {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}
#intro .container .intro__l p b {
  font-weight: 800;
}
#intro .container .intro__l span {
  font-size: 2.4rem;
  word-break: keep-all;
}
#intro .container .intro__l i {
  display: inline-block;
  width: 44.7rem;
  height: 30.2rem;
  background: url("../images/sub/intro_obj.png") center/contain no-repeat;
  flex-shrink: 0;
}
#intro .container .intro__r {
  width: 68rem;
}
#intro .container .intro__r .inner {
  flex-direction: column;
  height: 100%;
}
#intro .container .intro__r .inner .item {
  position: relative;
  padding-right: 3rem;
  border-radius: 2rem;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
#intro .container .intro__r .inner .item:before, #intro .container .intro__r .inner .item:after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
#intro .container .intro__r .inner .item:before {
  z-index: 1;
}
#intro .container .intro__r .inner .item:after {
  z-index: 2;
  width: 10rem;
  height: 10rem;
  background-image: url("../images/sub/intro-btn_bak.png");
  display: none;
}
#intro .container .intro__r .inner .item .txt__box {
  position: absolute;
  top: 6rem;
  left: 3rem;
  z-index: 3;
}
#intro .container .intro__r .inner .item p {
  font-size: 2.4rem;
  font-weight: 500;
}
#intro .container .intro__r .inner .item strong {
  display: inline-block;
  margin-top: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
}
#intro .container .intro__r a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-color: #353639;
}
#intro .container .intro__r a:before {
  display: inline-block;
  position: absolute;
  width: 2.8rem;
  height: 2.6rem;
  background: url("../images/common/more_i.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
#intro .container .intro__r .inner,
#intro .container .two__box {
  display: flex;
  gap: 3rem;
}
#intro .container .box01 {
  min-height: 23.6rem;
}

#intro .container .box01,
#intro .container .twp__box {
  width: 100%;
}
#intro .container .two__box {
  height: calc(100% - 23.6rem);
  min-height: 47.4rem;
}
#intro .container .two__box > div {
  flex-basis: 0;
  flex-grow: 1;
}
#intro .container .box01 {
  height: 23.6rem;
  background-color: var(--main);
}


#intro .container .box01 strong br {
  display: none;
}
#intro .container .box01:before {
  width: 40rem;
  height: 27rem;
  background-image: url("../images/sub/intro_box01_obj.png");
}
#intro .container .box02 {
  background-color: var(--point2);
}
#intro .container .box02:before {
  width: 27.3rem;
  height: 23rem;
  background-image: url("../images/sub/intro_box02_obj.png");
}
#intro .container .box03 {
  background-color: #1b1b1b;
}
#intro .container .box03:before {
  width: 23rem;
  height: 22rem;
  background-image: url("../images/sub/intro_box03_obj.png");
}

/* width(PC 1400px 기준) => xxl */
@media (max-width: 1400px) {
  #intro .container {
    width: 100%;
    padding: 5rem;
  }
  #intro .container .intro__l p {
    font-size: 4rem;
  }
  #intro .container .intro__l i {
    width: 30rem;
    height: 20rem;
  }

  #intro .container .intro__l {
    width: calc(100% - 88rem);
  }

  #intro .container .intro__r {
    width: 88rem;
  }

  #intro .container .intro__r .inner {
    flex-direction: row;
  }

  #intro .container .intro__r .inner .item {
    max-width: 278px;
    overflow: hidden;
    position: relative;
  }

  #intro .container .box01 {
  height: calc(100% - 23.6rem);
  min-height: 47.4rem;
  }

  #intro .container .intro__l i {
    display: none;
  }

  #intro .container .intro__r .inner .item .txt__box {
    right: 3rem;
  }

  #intro .container .intro__r .inner .item p {
    font-size: 1.7rem;
  }

  #intro .container .intro__r .inner .item strong {
    font-size: 2.8rem;
  }


  #intro .container .intro__r .inner,
  #intro .container .two__box {
    gap: 2rem;
    width: 100%;
  }
}
/* width(태블릿 1250px 기준) => lg */
@media (max-width: 1250px) {
  #intro .container .intro__l p {
    font-size: 2.8rem;
  }

  #intro .container .intro__l span {
    font-size: 1.7rem;
  }
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1080px) {
  #intro .container {
    flex-direction: column;
    gap: 2rem;
  }
  #intro .container .intro__l {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 2rem;
  }
  #intro .container .intro__r {
    height: 60%;
  }
  #intro .container .intro__l h1 {
    margin-top: 0;
  }
  #intro .container .intro__l .txt__wrap {
    width: 50%;
  }
  #intro .container .intro__r {
    width: 100%;
  }
  #intro .container .box01 {
    height: 30rem;
  }

  #intro .container .intro__r .inner {
    flex-direction: column;
  }

  #intro .container .intro__r .inner .item {
    max-width: unset;
    overflow: hidden;
    position: relative;
  }

  #intro .container .box01 {
    height: 100%;
    min-height: 23.6rem;
  }

  #intro .container .intro__l i {
    display: inline-block;
  }

  #intro .container .intro__r .inner .item .txt__box {
    right: 3rem;
  }

  #intro .container .intro__r .inner .item p {
    font-size: 2.2rem;
  }

  #intro .container .intro__r .inner .item strong {
    font-size: 4rem;
  }


}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  #intro .container .intro__r .inner .item p {
    font-size: 2rem;
  }
  #intro .container .intro__r .inner .item strong {
    font-size: 3.2rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  #intro .container {
    justify-content: space-between;
    padding: 3rem;
    gap: 0;
  }
  #intro .container .intro__r .inner,
  #intro .container .two__box {
    gap: 1rem;
  }
  #intro .container .intro__l {
    flex-direction: column;
    align-items: center;
  }
  #intro .container .intro__l h1 {
    margin: 0 auto;
  }
  #intro .container .intro__l .txt__wrap {
    width: 100%;
    text-align: center;
    gap: 2rem;
  }
  #intro .container .intro__l i {
    position: static;
    width: 27rem;
    height: 17rem;
    margin-bottom: -0.6rem;
  }
  #intro .container .intro__l p {
    margin-top: 2rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  #intro .container .intro__l p br.br-01 {
    display: none;
  }
  #intro .container .intro__l span {
    font-size: 2rem;
  }
  #intro .container .intro__r .inner .item .txt__box {
    top: 2rem;
    left: 2rem;
  }
  #intro .container .intro__r .inner .item p {
    font-size: 1.7rem;
  }
  /*#intro .container .intro__r .inner .item strong {
    font-size: 2.2rem;
  }*/
  #intro .container .box01 {
    height: 20rem;
  }
  #intro .container .box01 strong br {
    display: block;
  }
  /*#intro .container .box01:before {
    width: 25rem;
    height: 15rem;
  }
  #intro .container .box02:before {
    width: 17rem;
    height: 15rem;
  }
  #intro .container .box03:before {
    width: 18rem;
    height: 14rem;
  }*/
  #intro .container .two__box {
    height: 100%;
    min-height: 36.4rem;
  }
}

@media (max-width: 530px) {
#intro .container .box01:before {
    width: 30rem;
    height: 20rem;
  }
  #intro .container .box02:before {
    width: 22rem;
    height: 20rem;
  }
  #intro .container .box03:before {
    width: 23rem;
    height: 19rem;
  }
}

@media (max-width: 500px) {
  #intro .container .inner,
  #intro .container .two__box {
    flex-direction: column;
  }

  #intro .container .box01:before {
    width: 30rem;
    height: 20rem;
  }
  #intro .container .box02:before {
    width: 22rem;
    height: 20rem;
  }
  #intro .container .box03:before {
    width: 23rem;
    height: 19rem;
  }

  #intro .container .two__box {
    height: calc(100% - 14rem);
    min-height: 47.4rem;
  }
}

/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  #intro .container .inner,
  #intro .container .two__box {
    flex-direction: column;
  }

  #intro .container .two__box {
    height: calc(100% - 14rem);
    min-height: 47.4rem;
  }

  #intro .container .intro__l h1 img {
    height: 4rem;
  }
  #intro .container .intro__l .txt__wrap {
    gap: 1rem;
  }
  #intro .container .intro__l p {
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  #intro .container .intro__l span {
    font-size: 1.7rem;
  }
  #intro .container .intro__l i {
    bottom: 0;
  }
  #intro .container .intro__r a {
    width: 6rem;
    height: 6rem;
  }
  #intro .container .intro__r .inner .item {
    height: 33.3%;
  }
  #intro .container .intro__r .inner .item:after {
    width: 8.5rem;
    height: 8.5rem;
  }
  #intro .container .intro__r .inner .item strong {
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  #intro .container .box01:before {
    width: 21rem;
    height: 13rem;
  }
  #intro .container .box02:before {
    width: 18rem;
    height: 10rem;
  }
  #intro .container .box03:before {
    width: 16rem;
    height: 10rem;
  }
}
/*============================ END OF 00intro =============================*/
/*
 * 공지사항(view)
 */
.page01-01.board-view .badge-01 {
  font-size: var(--fs-sm);
}

/* 본문 카드뉴스 슬라이더 */
.cardnews-slider-wrap {
  margin: 0 auto 3rem;
  margin-top: 3rem;
}
#cardnews-slide {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
}
#cardnews-slide .slick-slide {
  text-align: center;
}
#cardnews-slide .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
#cardnews-slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: background 0.2s;
}
#cardnews-slide .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
#cardnews-slide .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
#cardnews-slide .slick-prev {
  left: 1rem;
}
#cardnews-slide .slick-prev:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
#cardnews-slide .slick-next {
  right: 1rem;
}
#cardnews-slide .slick-next:before {
  transform: translate(-70%, -50%) rotate(45deg);
}
#cardnews-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
#cardnews-slide .slick-dots li {
  width: 1rem;
  height: 1rem;
}
#cardnews-slide .slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
#cardnews-slide .slick-dots li.slick-active button {
  background: var(--point2, #333);
}

/*
 * page02-01 : 학습기관 찾기(list)
 */
.page02-01.board-list .page__tit {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.page02-01.board-list .page__tit > div {
  width: calc(100% - 6.1rem);
  margin-top: 0.5rem;
}
.page02-01.board-list .page__tit i {
  width: 6.1rem;
  height: 6.4rem;
  background: url("../images/sub/page02-01_tit.png") center/contain no-repeat;
}
.page02-01.board-list .page__tit p {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--basic);
}

/*
 * page02-01 : 학습기관 찾기(view)
 */
.page02-01.board-view .table-common.basic-01 td {
  padding: 3rem;
}
.page02-01.board-view .table-common.basic-01 td .fw700 {
  color: var(--point2);
}
.page02-01.board-view .table-common.basic-01 td .depth__list {
  margin-right: 1rem;
}

/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .page02-01.board-list .page__tit {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .page02-01.board-list .page__tit > div {
    width: 100%;
  }
  .page02-01.board-list .page__tit i {
    width: 5.1rem;
    height: 5.4rem;
  }
}
/**========================================================================
 *!                           강사정보 신청
 *========================================================================**/
/*
 * 02평생학습정보_02강사정보_01강사신청_02write
 */
.terms__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.terms__list li .tit__big,
.terms__list li .tit__sm,
.terms__list li .tit__mid {
  display: block;
}
.terms__list li .tit__big {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--main);
}

.terms__list li .num-counter {
  font-size: var(--fs-m);
  gap: 1rem;
  display: flex;
  flex-direction: column;
  list-style: decimal;
  margin-left: 1.8rem;
}

.terms__list li .num-counter-sub {
  font-size: var(--fs-sm);
  color: var(--fc-main);
  font-weight: 600;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 2rem 0;
  counter-reset: sub-counter;
  padding: 2rem;
  border-radius: .8rem;
  background: var(--bg-sub);
}

.terms__list li .num-counter-sub > li {
  position: relative;
  padding-left: 2rem;
}


.terms__list li .num-counter-sub > li::before {
  content: attr(data-counter);
  position: absolute;
  left: 0;
}

.terms__list li .num-counter-sub li > ul.dot__list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.terms__list li .num-counter-sub li > p.type-03--V2 {
  margin-top: 1rem;
}

.terms__list .con-img {
  display: flex;
  padding-top: 1rem;
}

.terms__list .con-img img {
  margin: 0 auto;
}

.terms__list .step_list {
  padding: 3rem;
  border-radius: .8rem;
  background-color: var(--bg-sub);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.terms__list .step_list .step {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.terms__list .step_list li.step1 .step-img {
  background-image: url("../images/sub/step1--i.svg");
}

.terms__list .step_list li.step2 .step-img {
  background-image: url("../images/sub/step2--i.svg");
}

.terms__list .step_list li.step3 .step-img {
  background-image: url("../images/sub/step3--i.svg");
}

.terms__list .step_list li.step4 .step-img {
  background-image: url("../images/sub/step4--i.svg");
}

.terms__list .step_list li.step5 .step-img {
  background-image: url("../images/sub/step5--i.svg");
}

.terms__list .step_list li.step6 .step-img {
  background-image: url("../images/sub/step6--i.svg");
}

.terms__list .step_list li .step-img {
  display: block;
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1rem;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  border-radius: 1.2rem;
}

.terms__list .step_list li .step-tit {
  display: block;
  text-align: center;
}

.terms__list .step_list li .step-tit {
  font-size: var(--fs-m);
  font-weight: 600;
}

.terms__list .step_list li .step-num {
  font-size: var(--fs-sm);
}

.terms__list .step_list li.step-arrow {
  text-align: center;
  margin-bottom: 25px;
}

.terms__list .info-box__wrap.type-03.type-03--V2 span.tit {
  font-size: var(--fs-m);
  font-weight: 600;
  color: var(--fc-main);
  display: flex;
  align-items: center;
}

.page05-02.board-list .cate__list {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.page05-02.board-list .board-sch__inner {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.page05-02.board-list .academy-search-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.page05-02.board-list .academy-search-wrap .map-img {
  width: 50%;
}

.page05-02.board-list .academy-search-wrap #searchForm {
  width: 50%;
}

.page05-02.board-list .academy-search-wrap .board-sch.type-02 {
  width: 100%;
}

.page05-02.board-list .academy-search-wrap .board-sch {
  margin: 0 0 3rem 0;
}

.num-counter > li > p {
  margin-top: 1rem;
}


.num-counter>li {
  position: relative;
  font-size: var(--fs-sm);
  color: var(--fc-main);
  list-style: decimal;
}

.num-counter>li:before {
  margin-right: 20px;
}

.info-box__wrap.type-02 .labeling_header_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.info-box__wrap.type-02 .box__tit__small {
  font-size: var(--fs-m);
  font-weight: 500;
  color: var(--fc-main);
}

.privacy_labeling_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--bg-sub);
  padding: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: .8rem;
}

.privacy_labeling_list_wrap .labeling_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.privacy_labeling_list_wrap .labeling_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.privacy_labeling_list_wrap .item--i img {
  max-width: 7rem;
  max-height: 7rem;
  display: block;
}

.privacy_labeling_list_wrap .labeling_item p {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 400;
  color: var(--fc-main);
  overflow-wrap: break-word;
  text-align: center;
  word-break: break-word;
}

.terms__list li .tit__sm {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--fc-main);
}

.terms__list li .tit__mid {
  font-size: 1.9rem;
  color: var(--basic);
  font-weight: 600;
  margin-bottom: 1rem;
}

.terms__list li .dot__list.type-01 {
  font-size: var(--fs-sm);
  gap: 1rem;
}

.terms__list li .mbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mbox + .tit__sm {
  margin-top: 2rem;
}

.dot__list.type-01 + .tit__sm {
  margin-top: 2rem;
}

.dot__sublist > li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #8B95A8;
  border-radius: 50%;
}

.dot__sublist li {
  padding-left: 1.6rem;
  position: relative;
  font-weight: 400;
}

.table-common.basic-02 + .tit__sm {
  margin-top: 2rem;
}

.table-common.basic-01 + .tit__sm {
  margin-top: 2rem;
}

.terms__arg {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--bd-basic);
}
.terms__arg .input--radio__wrap {
  justify-content: flex-end;
}

/*
 * page02-02 write : 강사신청 폼
 */
.page02-02.write {
  position: relative;
}
.page02-02.write .con__tit__wrap.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  max-width: 102rem;
  width: calc(100% - 26rem - 6rem);
}
.page02-02.write .con__tit__wrap.fixed .inner {
  height: 16.5rem;
  padding-top: 2rem;
  background-color: #fff;
}
.page02-02.write .tab__menu {
  margin-bottom: 3rem;
}
.page02-02.write .form__wrap > div:not(:first-child) {
  margin-top: 3rem;
}
.page02-02.write .form__wrap .info-box__wrap.type-02 {
  scroll-margin-top: 20rem;
}
.page02-02.write .form__wrap .info-box__wrap.type-02 .cls-cate .chkbox-type-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
}
.page02-02.write .form__wrap .info-box__wrap.type-02 .cls-cate .chkbox-type-01 span {
  display: flex;
  flex-direction: row-reverse;
}
.page02-02.write .form__wrap textarea {
  width: 100%;
  height: 30rem;
}
.page02-02.write .form__wrap .item.career .btn__list {
  justify-content: flex-start;
}
.page02-02.write .form__wrap .item.career .btn__list button {
  font-size: var(--fs-m);
}
.page02-02.write .form__wrap .item.career .career__list {
  margin-top: 2rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .check__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap {
  display: flex;
  gap: 2rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div {
  display: flex;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box {
  flex-wrap: wrap;
  width: 47rem;
  gap: 2rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box > div {
  width: calc(50% - 2.5rem);
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box > div input[type=date] {
  width: 100%;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box > span {
  display: flex;
  align-items: flex-end;
  width: 1rem;
  margin-bottom: 3rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box {
  width: calc(100% - 47rem);
  gap: 2rem;
}
.page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box > div {
  width: 33.3333333333%;
}

/* 강의분야 섹션 - 경력사항과 동일한 레이아웃 */
.page02-02.write .form__wrap .item.cls-cate .btn__list {
  justify-content: flex-start;
}
.page02-02.write .form__wrap .item.cls-cate .btn__list button {
  font-size: var(--fs-m);
}
.page02-02.write .form__wrap .item.cls-cate .field__list {
  margin-top: 2rem;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .check__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 20rem;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div .sm__tit {
  margin-bottom: 1rem;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div .inner__box {
  width: 100%;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div .inner__box select,
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div .inner__box input {
  width: 100%;
}
.page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div:last-child {
  flex: 0 0 auto;
  min-width: 12rem;
}

/* width(데스크탑 1600px 기준) => xxxl */
@media (max-width: 1600px) {
  .page02-02.write .con__tit__wrap.fixed {
    max-width: 88rem;
  }
}
/* width(PC 1400px 기준) => xxl */
@media (max-width: 1400px) {
  .page02-02.write .con__tit__wrap.fixed {
    max-width: 68rem;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap {
    flex-direction: column;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box, .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box {
    width: 100%;
  }
  /* 강의분야 반응형 */
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box {
    flex-direction: column;
  }
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div {
    width: 100%;
    min-width: 100%;
  }
}
/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .page02-02.write .con__tit__wrap.fixed {
    max-width: 100%;
    width: calc(100% - 6rem);
  }
}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .terms__arg .input--radio__wrap {
    justify-content: center;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page02-02.write .tab__menu__list.type-02 li a {
    font-size: 1.6rem;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box {
    width: 100%;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap {
    width: 100%;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box, .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box {
    flex-direction: column;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box > div, .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box > div {
    width: 100%;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.date__box span.fs--sm.fc--gray {
    margin-bottom: 0;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box .input--txt__wrap > div.input__box {
    flex-direction: column;
  }
  .page02-02.write .form__wrap .item.career .career__list .field__box input[type=date] {
    width: 100%;
  }
  /* 강의분야 반응형 (576px) */
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box {
    width: 100%;
  }
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap {
    width: 100%;
  }
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box {
    flex-direction: column;
  }
  .page02-02.write .form__wrap .item.cls-cate .field__list .field__box .input--txt__wrap .input__box > div {
    width: 100%;
    min-width: 100%;
  }
}
/*============== END OF 02평생학습정보_02강사정보_01강사신청 ===============*/
/**========================================================================
 *!              02평생학습정보_02강사정보_02강사조회_01list
 *========================================================================**/
.page02-02.board-list {
  /*
  * gall-type02__list(갤러리 리스트) - 02-02-02강사조회
  */
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__career {
  display: flex;
  margin: 3rem 0 2rem;
  gap: 2rem;
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__career span {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #535a79;
  gap: 0.5rem;
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__career span:before {
  display: inline-block;
  height: 1.8rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__career span:nth-child(1):before {
  width: 1.8rem;
  background-image: url("../images/common/time_i.svg");
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__career span:nth-child(2):before {
  width: 1.4rem;
  background-image: url("../images/common/loca_i.svg");
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__name {
  position: relative;
  padding-bottom: 0.2rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--fc-main);
  cursor: pointer;
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__name:before, .page02-02.board-list .gall-type02__list a .inner.top .tutor__name:after {
  display: inline-block;
  content: "";
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__name:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--basic);
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__name:after {
  width: 1rem;
  height: 1.6rem;
  margin-left: 1rem;
  transform: rotate(180deg);
  background-image: url("../images/common/arrow_i.svg");
}
.page02-02.board-list .gall-type02__list a .inner.top .tutor__txt {
  margin-top: 2rem;
  font-size: var(--fs-sm);
  color: var(--basic);
}
.page02-02.board-list .gall-type02__list a .inner.btm {
  position: relative;
}
.page02-02.board-list .gall-type02__list a .inner.btm:before {
  position: absolute;
  top: 0;
  left: 3rem;
  width: calc(100% - 6rem);
  height: 0.1rem;
  border: 1px dashed var(--bd-basic);
  content: "";
}

/* width(데스크탑 1600px 기준) => xxxl */
@media (max-width: 1600px) {
  .page02-02.page02-02.board-list .info-box__wrap.type-04 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .page02-02.page02-02.board-list .info-box__wrap.type-04 li {
    flex-direction: row;
  }
  .page02-02.page02-02.board-list .info-box__wrap.type-04 li:not(:last-child):after {
    display: none;
  }
  .page02-02.page02-02.board-list .info-box__wrap.type-04 li b span {
    min-width: 6rem;
  }
}
/*=========== END OF 02평생학습정보_02강사정보_02강사조회_01list ============*/
/**========================================================================
 *!              02평생학습정보_02강사정보_02강사조회(view)
 *========================================================================**/
.page02-02.board-view .box__tit {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
}
.page02-02.board-view .box__tit:before {
  display: inline-block;
  position: static;
  height: 2rem;
  content: "";
}
.page02-02.board-view .box01 > .inner.top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.page02-02.board-view .box01 > .inner.top .profile__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
}
.page02-02.board-view .box01 > .inner.top .profile__img:before {
  width: 3rem;
  height: 3.9rem;
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(1) {
  font-size: var(--fs-m);
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(1) strong {
  font-weight: 600;
  color: var(--main);
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  gap: 1rem;
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(2) .gender__cir {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(2) .gender__cir.woman {
  color: var(--main);
  background-color: var(--main-l);
}
.page02-02.board-view .box01 > .inner.top div p:nth-child(2) .gender__cir.man {
  color: var(--point1);
  background-color: var(--point1-l);
}
.page02-02.board-view .box01 > .inner.btm {
  margin-top: 3rem;
  padding-top: 3rem;
}
.page02-02.board-view .box02 .cls-cate__box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page02-02.board-view .box02 .cls-cate__box > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: var(--bg-sub);
  gap: 2rem;
}
.page02-02.board-view .box02 .cls-cate__box > p span {
  font-size: var(--fs-m);
}
.page02-02.board-view .box02 .cls-cate__box > p span.badge-02 {
  font-weight: 500;
}
.page02-02.board-view .box02 .cls-cate__box > p span:nth-child(2) {
  font-weight: 500;
  color: var(--basic);
}
.page02-02.board-view .box03 .tab__menu {
  margin-bottom: 3rem;
}
.page02-02.board-view .box04 {
  display: flex;
  gap: 3rem;
}
.page02-02.board-view .box04 > .inner {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}
.page02-02.board-view .box04 > .inner:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.page02-02.board-view .box04 .con__box {
  height: 100%;
}
.page02-02.board-view .box04 .video__info {
  margin-top: 2rem;
  color: var(--fc-main);
}
.page02-02.board-view .box04 .video__info .tit {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.page02-02.board-view .box04 .video__info .txt {
  font-size: 2rem;
}
.page02-02.board-view .box04 .video__info .txt.txt-clamp {
  -webkit-line-clamp: 3;
}
.page02-02.board-view .box04 .video__info .views {
  margin-top: 1rem;
  font-size: var(--fs-sm);
  color: var(--basic);
}
.page02-02.board-view .box04 .video__info .views b {
  margin-right: 1rem;
  font-weight: 600;
  color: var(--basic);
  color: var(--fc-main);
}
.page02-02.board-view .box04 .con__box.file {
  position: relative;
  padding: 3rem;
  border: 1px solid var(--bd-basic);
  border-radius: 2rem;
  font-size: 1.6rem;
}
.page02-02.board-view .box04 .con__box.file .cst-scroll {
  height: 100%;
}
.page02-02.board-view .box04 .con__box.file .badge__box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  align-items: center;
}
.page02-02.board-view .box04 .con__box.file .badge--file {
  padding: 1.2rem 2rem;
  color: #fff;
  background-color: var(--main);
}
.page02-02.board-view .box04 .con__box.file .page__info {
  display: inline-block;
  position: sticky;
  right: 0;
  bottom: 1rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background-color: #fff;
}
.page02-02.board-view .box04 .con__box.file .file__con {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--basic);
}

/*
 * 비디오 커스텀
 */
#videoBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 비율 유지 */
  border-radius: 2rem;
}
#videoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#videoBox .thum__box {
  position: absolute;
  inset: 0;
}
#videoBox .btn--play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  border: none;
  border-radius: 50%;
  background: url("../images/sub/btn_play.svg") center/contain no-repeat;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .page02-02.board-view .info-box__wrap.type-04.col-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .page02-02.board-view .info-box__wrap.type-04.col-3 li {
    flex-direction: row;
  }
  .page02-02.board-view .info-box__wrap.type-04.col-3 li span {
    margin-right: 2rem;
  }
  .page02-02.board-view .box04 {
    flex-direction: column;
  }
  .page02-02.board-view .box04 .con__box.video {
    height: auto;
  }
  .page02-02.board-view .box04 .con__box.file {
    height: 60rem;
    padding: 2rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page02-02.board-view .box01 > .inner.top {
    flex-direction: column;
  }
  .page02-02.board-view .box01 > .inner.top .profile__img {
    width: 13rem;
    height: 13rem;
  }
  .page02-02.board-view .box01 > .inner.top div p:nth-child(2) {
    justify-content: center;
  }
  .page02-02.board-view .info-box__wrap.type-04 li:not(:last-child):after {
    display: none;
  }
  .page02-02.board-view .info-box__wrap.type-04 li span {
    min-width: 6rem;
  }
}
/* width(모바일 375px 기준) => xs */
@media (max-width: 375px) {
  .page02-02.board-view .info-box__wrap.type-04.col-3 {
    justify-content: center;
  }
  .page02-02.board-view .info-box__wrap.type-04.col-3 li {
    flex-direction: column;
  }
}
/*============ END OF 02평생학습정보_02강사정보_02강사조회(view) ============*/
/**========================================================================
 *!              05마이페이지(개인)_01회원정보수정, 02회원탈퇴
 *========================================================================**/
/*
  *  05마이페이지(개인)_01회원정보수정
  */
.user-info__form .form__wrap.type-01 .info-box__wrap .item.pt-0 {
  border-top: 0;
}
.user-info__form .con__tit__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  gap: 1rem;
}

/*
 *  05마이페이지(개인)_02회원탈퇴
 */
#mypageTabCon02 .con__tit {
  margin-bottom: 3rem;
}

#mypageTabCon02 .info-box__wrap.type-03.accnt .con__tit {
  margin-bottom: 0;
}

#mypageTabCon02 strong.info__txt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--main);
  gap: 1rem;
}
#mypageTabCon02 strong.info__txt .info--i {
  margin-top: 0.1rem;
  background: none;
}
#mypageTabCon02 strong.info__txt .info--i svg {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  fill: none;
}
#mypageTabCon02 strong.info__txt .info--i svg path {
  fill: var(--main);
}
#mypageTabCon02 strong.info__txt span {
  display: block;
}
#mypageTabCon02 p.con__txt.sub {
  font-size: 2rem;
  font-weight: 600;
  color: var(--fc-main);
}
#mypageTabCon02 .dot__list.type-01 {
  margin-top: 2rem;
  gap: 1rem;
}
#mypageTabCon02 .certi-box__list,
#mypageTabCon02 .certi-box__list .two__box {
  display: flex;
  gap: 2rem;
}
#mypageTabCon02 .certi-box__list {
  flex-direction: column;
}
#mypageTabCon02 .certi-box__list .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28.7rem;
  padding: 3rem 2rem;
  border-radius: 2rem;
}
#mypageTabCon02 .certi-box__list .box.certi-01 {
  background-color: #e5f1f3;
}
#mypageTabCon02 .certi-box__list .box.certi-02 {
  background-color: #e8f6ff;
}
#mypageTabCon02 .certi-box__list .box.certi-03 {
  background-color: #e8efff;
}
#mypageTabCon02 .certi-box__list .box.certi-03 input {
  width: 100%;
  background-color: #fff !important;
}
#mypageTabCon02 .certi-box__list .box > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 2rem;
}
#mypageTabCon02 .certi-box__list .box > .inner > b {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--fc-main);
}
#mypageTabCon02 .certi-box__list .box > .inner > p {
  font-size: var(--fs-sm);
  word-break: keep-all;
  color: var(--basic);
}
#mypageTabCon02 .certi-box__list button {
  width: auto;
}

/* 마이페이지 아이콘 */
.mypage .certi-01--i {
  width: 7.2rem;
  height: 6rem;
  background-image: url("../images/sub/certi-01--i.png");
}
.mypage .certi-02--i {
  width: 10rem;
  height: 6rem;
  background-image: url("../images/sub/certi-02--i.png");
}
.mypage .certi-03--i {
  width: 8rem;
  height: 6rem;
  background-image: url("../images/sub/certi-03--i.png");
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  #mypageTabCon02 .certi-box__list,
  #mypageTabCon02 .certi-box__list .two__box {
    flex-direction: column;
  }
  #mypageTabCon02 .certi-box__list .box {
    height: auto;
  }
  #mypageTabCon02 .certi-box__list .box > .inner > b {
    word-break: keep-all;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  #mypageTabCon02 p.con__txt.sub,
  #mypageTabCon02 strong.info__txt {
    text-align: center;
    word-break: keep-all;
  }
  #mypageTabCon02 strong.info__txt {
    flex-direction: column;
    align-items: center;
  }
  #mypageTabCon02 .certi-box__list button {
    width: 100%;
  }
}
/*=========== END OF 05마이페이지(개인)_01회원정보수정, 02회원탈퇴 ============*/
/* padding: 6rem 0 - 공통 사이즈 */
.info-box__wrap.type-03.accnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 3rem;
  gap: 2rem;
  width: 100%;
}

.accnt__wrap {
  display: flex;
  flex-direction: column;
  width: 60rem;
  gap: 2rem;
}

.accnt__wrap.type-02 {
  display: flex;
  flex-direction: row;
  width: 60rem;
  gap: 2rem;
}

.accnt_simple_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--bg-sub);
  padding: 3rem;
  margin-top: 3rem;
  border-radius: .8rem;
}

.accnt_simple_list {
  gap: 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.accnt_simple_list .oacx-samsung {
  background-image: url("../images/sub/samsungpass_logo.png");
}

.accnt_simple_list .oacx-woori {
  background-image: url("../images/sub/woori_logo.png");
}

.accnt_simple_list .oacx-toss {
  background-image: url("../images/sub/toss_logo.png");
}

.accnt_simple_list .oacx-kakao {
  background-image: url("../images/sub/kakao_logo.png");
}

.accnt_simple_list .oacx-hana {
  background-image: url("../images/sub/hana_logo.png");
}

.accnt_simple_list .oacx-naver {
  background-image: url("../images/sub/naver_logo.png");
}

.accnt_simple_list .oacx-banksalad {
  background-image: url("../images/sub/banksalad_logo.png");
}

.accnt_simple_list .oacx-shinhan {
  background-image: url("../images/sub/shinhan_logo.png");
}

.accnt_simple_list .oacx-kb {
  background-image: url("../images/sub/kb_logo.png");
}

.accnt_simple_list .oacx-pass {
  background-image: url("../images/sub/pass_logo.png");
}

.accnt_simple_list .oacx-kakaobank {
  background-image: url("../images/sub/kakaobank_logo.png");
}

.accnt_simple_list a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .accnt_simple_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 360px) {
  .accnt_simple_list {
    grid-template-columns: repeat(2, 1fr);
  }
}




.auth__wrap {
  display: flex;
  width: 100%;
  gap: 3rem;
  justify-content: center;
}

.accnt__wrap button .con__tit,
.accnt__wrap .info-box__wrap.type-02 .con__tit {
  font-size: var(--fs-m);
}
.accnt__wrap button input,
.accnt__wrap button .btn--basic-c,
.accnt__wrap .info-box__wrap.type-02 input,
.accnt__wrap .info-box__wrap.type-02 .btn--basic-c {
  width: 100%;
  height: 5.7rem;
}
.accnt__wrap button .btn--basic-c,
.accnt__wrap .info-box__wrap.type-02 .btn--basic-c {
  margin-top: 2rem;
}
.accnt__wrap button label,
.accnt__wrap .info-box__wrap.type-02 label {
  margin-bottom: 2rem;
}

/**========================================================================
 *!                          06부가정보_01로그인
 *========================================================================**/
.page06-01 .info-box__wrap.type-02 .divide-bar__list {
  margin-bottom: 2rem;
  gap: 0.5rem 2rem;
}
.page06-01 .info-box__wrap.type-02 .divide-bar__list li:not(:last-child) {
  padding-right: 2rem;
}
.page06-01 .info-box__wrap.type-02 .add-info__box {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.page06-01 .info-box__wrap.bg-box {
  height: 100%;
}

.page06-01 .info-box__wrap .type-02 p {
  color: var(--basic);
}

.page06-01 .info-box__wrap.type-02 .bd-top--basic {
  margin-top: 2rem;
  padding-top: 2rem;
}
.page06-01 .info-box__wrap.type-02 .bd-top--basic p > b {
  font-weight: 600;
  color: var(--point2);
}
.page06-01 .info-box__wrap.type-02 .input__box:first-child {
  margin-bottom: 3rem;
}
.page06-01 .add-info__box {
  display: flex;
  flex-direction: column;
  font-size: var(--fs-sm);
  color: var(--basic);
  gap: 0.5rem;
  width: 100%;
  text-align: center;
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .accnt__wrap {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .accnt__wrap.type-02 {
    width: 100%;
  }
}

/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page06-01.login .info-box__wrap.type-02 .divide-bar__list {
    justify-content: center;
  }
  .page06-01.login .info-box__wrap.type-02 .bd-top--basic {
    text-align: center;
  }
}
/*======================= END OF 06부가정보_01로그인 =======================*/
/**========================================================================
 *!                          06부가정보_02회원가입
 *========================================================================**/
/*
 * 06부가정보_02회원가입_01회원유형선택
 */
.page06-02.join-sct .join-link__list {
  display: flex;
  align-items: stretch;
  margin-top: 3rem;
  gap: 3rem;
}
.page06-02.join-sct .join-link__list li {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 3rem 2rem;
  border: 1px solid var(--bd-basic);
  border-radius: 2rem;
}
.page06-02.join-sct .join-link__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 4.4rem;
  border: 1px solid var(--point2);
  border-radius: 0.8rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--point2);
}
.page06-02.join-sct .join-link__list li a:hover {
  color: #fff;
  background-color: var(--point2);
}
.page06-02.join-sct .join-link__list li a:hover:before {
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  margin-top: -0.3rem;
  margin-right: 1rem;
  border: 1px solid #333;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}
.page06-02.join-sct .join-link__list li:nth-child(1) i.icon:before,
.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02:nth-child(1) i.icon:before {
  width: 5.3rem;
  height: 6rem;
  background-image: url("../images/sub/user-type01_i.png");
}
.page06-02.join-sct .join-link__list li:nth-child(2) i.icon:before,
.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02:nth-child(2) i.icon:before {
  width: 6.3rem;
  height: 6rem;
  background-image: url("../images/sub/user-type02_i.png");
}
.page06-02.join-sct .join-link__list li:nth-child(3) i.icon:before {
  width: 5.8rem;
  height: 6rem;
  background-image: url("../images/sub/user-type03_i.png");
}
.page06-02.join-sct .join-link__list li > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.page06-02.join-sct .join-link__list li > .inner i.icon,
.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02 i.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: var(--bg-sub);
}
.page06-02.join-sct .join-link__list li > .inner p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page06-02.join-sct .join-link__list li > .inner p strong {
  font-size: var(--fs-m);
  font-weight: 700;
  color: var(--fc-main);
}
.page06-02.join-sct .join-link__list li > .inner p span {
  font-size: var(--fs-sm);
  color: var(--basic);
}

.page06-02.join-certi button.btn--complete {
  color: #fff;
  background-color: var(--point2);
}
.page06-02.join-certi button.btn--complete:before {
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  margin-top: -0.3rem;
  margin-right: 1rem;
  border: 1px solid #333;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}

/*
 * 06부가정보_02회원가입 - STEP(공통)
 */
.page06-02 .join-step__list {
  display: flex;
  justify-content: center;
}
.page06-02 .join-step__list li .inner,
.page06-02 .join-step__list li .inner:after {
  border-radius: 50%;
}
.page06-02 .join-step__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  gap: 3rem;
}
.page06-02 .join-step__list li:not(:last-child):after {
  width: 3.8rem;
  height: 0.6rem;
  background: url("../images/sub/join-cpt_bd.svg") center/contain no-repeat;
  content: "";
}
.page06-02 .join-step__list li .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 20rem;
  height: 20rem;
  font-weight: 600;
  text-align: center;
  gap: 1rem;
  background-color: var(--bg-basic);
}
.page06-02 .join-step__list li .inner br {
  display: none;
}
.page06-02 .join-step__list li .inner span {
  font-size: var(--fs-m);
  color: var(--basic);
}
.page06-02 .join-step__list li .inner p {
  font-size: 2rem;
  color: var(--fc-main);
}
.page06-02 .join-step__list li.active .inner {
  border: 0.9rem solid #ffe6e6;
  background-color: var(--main);
}
.page06-02 .join-step__list li.active .inner span {
  color: #ffff00;
}
.page06-02 .join-step__list li.active .inner p {
  color: #fff;
}

/*
 * 06부가정보_02회원가입_02약관동의/본인인증(01약관동의)
 */
.page06-02.join-terms .bd-top--basic {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding-top: 2rem;
  gap: 1rem;
}
.page06-02.join-terms .bd-top--basic .chkbox-type-01 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--fc-main);
}
.page06-02.join-terms .bd-top--basic p {
  font-size: var(--fs-sm);
  color: var(--basic);
}

/*
 * 06부가정보_02회원가입_04회원가입완료
 */
.page06-02 .accnt__wrap .info-box__wrap.type-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02 {
  width: 100%;
}

.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02 .step-tit {
  padding: .6rem 2rem;
  background: var(--bg-sub);
  border-radius: 5rem;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 br {
  display: none;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 span.has-br br {
  display: block;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 i {
  display: inline-block;
  width: 9.8rem;
  height: 10rem;
  background: url("../images/sub/join_cpt_i.png") center/contain no-repeat;
}

.page06-02.join-certi .accnt__wrap .info-box__wrap.type-02 i.phone {
  display: inline-block;
  width: 12rem;
  height: 10rem;
  background: url("../images/sub/join-certi_i.svg") center/contain no-repeat;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02.fail i {
  display: inline-block;
  width: 9.8rem;
  height: 10rem;
  background: url("../images/sub/join_not_suc_i.png") center/contain no-repeat;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 span.fw-bold {
  font-weight: 700;
}

.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02--V2 i {
  display: inline-block;
  width: 9.8rem;
  height: 8rem;
  background: url("../images/sub/join_suc_i.png") center/contain no-repeat;
}

.page06-02 .accnt__wrap .info-box__wrap.type-02 p {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--fc-main);
}
.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 span {
  font-size: 2rem;
  color: var(--basic);
}
.page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 a {
  width: auto;
  height: 4.4rem;
  margin-top: 0;
  padding: 0 2rem;
}

/* width(데스크탑 1600px 기준) => xxxl */
@media (max-width: 1600px) {
  .page06-02 .join-step__list li {
    margin-right: 1rem;
    gap: 1rem;
  }
  .page06-02 .join-step__list li:not(:last-child):after {
    width: 3.8rem;
    height: 0.6rem;
  }
  .page06-02 .join-step__list li .inner {
    width: 18rem;
    height: 18rem;
  }
}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .page06-02.join-sct .join-link__list {
    gap: 1rem;
  }
  .page06-02.join-sct .join-link__list li {
    padding: 2rem 1rem;
  }
  .page06-02.join-sct .join-link__list li a {
    width: 100%;
  }
  .page06-02 .join-step__list li .inner,
  .page06-02 .join-step__list li .inner:after {
    padding: 1rem 2rem;
    border-radius: 2rem;
  }
  .page06-02 .join-step__list li {
    flex-basis: 0;
    flex-grow: 1;
  }
  .page06-02 .join-step__list li:not(:last-child):after {
    width: 1.8rem;
  }
  .page06-02 .join-step__list li:first-child br {
    display: block;
  }
  .page06-02 .join-step__list li.active .inner {
    border: 0;
  }
  .page06-02 .join-step__list li .inner {
    width: 100%;
    height: 15rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page06-02.join-sct .join-link__list {
    flex-direction: column;
  }
  .page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 {
    gap: 2.5rem;
  }
  .page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 br {
    display: block;
  }
  .page06-02.join-cpt .accnt__wrap .info-box__wrap.type-02 a {
    width: 100%;
  }
  .page06-02 .join-step__list,
  .page06-02 .join-step__list li {
    flex-direction: column;
  }
  .page06-02 .join-step__list {
    gap: 1rem;
  }
  .page06-02 .join-step__list li {
    margin-right: 0;
  }
  .page06-02 .join-step__list li:after {
    display: none;
  }
  .page06-02 .join-step__list li .inner {
    flex-direction: row;
    height: auto;
  }
  .page06-02 .join-step__list li .inner br {
    display: none;
  }
}
/*==================== END OF 06부가정보_02회원가입 =====================*/
/**==========================================================================
 *!                   06부가정보_03아이디,비밀번호찾기_01아이디찾기
 *==========================================================================**/
.page06-01.auth-login .accnt__wrap .info-box__wrap.type-02 .btn--basic-c,
.page06-03.find-id .accnt__wrap .info-box__wrap.type-02 .btn--basic-c {
  margin-top: 0;
  padding: 0;
}

.page06-01.auth-login {
  width: 100%;
}

.contents__wrap.page06-01.login {
  justify-content: center;
  display: flex;
  width: 100%;
}


/*============ END OF06부가정보_03아이디,비밀번호찾기_01아이디찾기 ============*/
/**==========================================================================
 *!                            06부가정보_07사이트맵
 *==========================================================================**/
.page06-07.sitemap nav .sitemap__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page06-07.sitemap nav .sitemap__list .item a:hover {
  text-decoration: underline;
}
.page06-07.sitemap nav .sitemap__list .item:not(:last-child) {
  margin-bottom: 3rem;
}
.page06-07.sitemap nav .sitemap__list .item:last-child .inner {
  border-right: 0 !important;
}
.page06-07.sitemap nav .sitemap__list .item:nth-child(odd) .inner {
  padding-right: 3rem;
  border-right: 1px solid var(--bd-basic);
}
.page06-07.sitemap nav .sitemap__list .item:nth-child(even) .inner {
  padding-left: 3rem;
}
.page06-07.sitemap nav .sitemap__list .item:nth-child(3), .page06-07.sitemap nav .sitemap__list .item:nth-child(4) {
  padding: 3rem 0;
  border-top: 1px solid var(--bd-basic);
  border-bottom: 1px solid var(--bd-basic);
}
.page06-07.sitemap nav .sitemap__list .depth1 > a {
  font-size: var(--fs-lg);
  font-weight: 700;
}
.page06-07.sitemap nav .sitemap__list .depth1.have-depth2 {
  margin-bottom: 2rem;
}
.page06-07.sitemap nav .sitemap__list .depth2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page06-07.sitemap nav .sitemap__list .depth2:before {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  content: "";
  background-color: var(--main);
}
.page06-07.sitemap nav .sitemap__list .depth2__box > ul {
  display: flex;
  flex-direction: column;
  font-size: var(--fs-sm);
  line-height: 1;
  gap: 3rem;
}
.page06-07.sitemap nav .sitemap__list .depth3__box {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: var(--bg-basic);
  gap: 3rem;
}
.page06-07.sitemap nav .sitemap__list .depth3 > a{
  display: flex;
  align-items: center;
  gap:5px;
}
.page06-07.sitemap nav .sitemap__list .depth3 > a[target="_blank"]::after {
  content:"";
  display: block;
  width:1.6rem;
  height:1.6rem;
  background:url(../images/common/icn_go_new.svg) no-repeat center center / contain;
}

/*
 * depth1 - 아이콘
 */
.page06-07.sitemap .item .depth1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page06-07.sitemap .item .depth1:before {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page06-07.sitemap .item:nth-child(1) .depth1:before {
  width: 1.6rem;
  height: 2.2rem;
  background-image: url("../images/common/bulb_i.svg");
}
.page06-07.sitemap .item:nth-child(2) .depth1:before {
  width: 2.4rem;
  height: 2rem;
  background-image: url("../images/common/cap_i.svg");
}
.page06-07.sitemap .item:nth-child(3) .depth1:before {
  width: 2.2rem;
  height: 1.8rem;
  background-image: url("../images/common/computer_i.svg");
}
.page06-07.sitemap .item:nth-child(4) .depth1:before {
  width: 1.9rem;
  height: 2.2rem;
  background-image: url("../images/common/cube_i.svg");
}
.page06-07.sitemap .item:nth-child(5) .depth1:before {
  width: 1.8rem;
  height: 2.2rem;
  background-image: url("../images/common/mypage_i.svg");
}

/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page06-07.sitemap nav .sitemap__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .page06-07.sitemap nav .sitemap__list .item {
    padding-bottom: 3rem;
  }
  .page06-07.sitemap nav .sitemap__list .item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bd-basic);
  }
  .page06-07.sitemap nav .sitemap__list .item:last-child .inner {
    border-right: 0;
  }
  .page06-07.sitemap nav .sitemap__list .item:nth-child(odd) .inner {
    padding-right: 0;
    border-right: 0;
  }
  .page06-07.sitemap nav .sitemap__list .item:nth-child(even) .inner {
    padding-left: 0;
  }
  .page06-07.sitemap nav .sitemap__list .item:nth-child(3), .page06-07.sitemap nav .sitemap__list .item:nth-child(4) {
    padding: 0 0 3rem;
    border-top: 0;
  }
  .page06-07.sitemap nav .sitemap__list .depth1 > a {
    font-size: var(--fs-lg);
    font-weight: 700;
  }
  .page06-07.sitemap nav .sitemap__list .depth1.have-depth2 {
    margin-bottom: 2rem;
  }
  .page06-07.sitemap nav .sitemap__list .depth2__box > ul {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .page06-07.sitemap nav .sitemap__list .depth2__box > ul .depth2 > a {
    font-size: var(--fs-sm);
    line-height: 1;
  }
}
/*======================== END OF06부가정보_07사이트맵 =======================*/
/**========================================================================
 *!                               오시는 길
 *========================================================================**/
/* 지도 */
.page01-05 .info-box__wrap.map__wrap {
  position: relative;
}
.page01-05 .info-box__wrap.map__wrap a.btn--primary {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 10.6rem;
}
.page01-05 .root_daum_roughmap .wrap_btn_zoom {
  display: none;
}
.page01-05 igm {
  display: none;
}

#mapBox {
  overflow: hidden;
  width: 100%;
  height: 39.6rem;
  border-radius: 2rem;
}
#mapBox .root_daum_roughmap,
#mapBox .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
#mapBox .root_daum_roughmap .cont {
  display: none;
}

/* 교통수단 */
.page01-05 .trst__wrap .con__tit {
  margin-bottom: 3rem;
}
.page01-05 .trst__wrap .info-box__wrap.car,
.page01-05 .trst__wrap .info-box__wrap.bus .inner {
  display: flex;
  gap: 3rem;
}
.page01-05 .trst__wrap .info-box__wrap .icon__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 13rem;
  border-radius: 1.2rem;
  gap: 1rem;
}
.page01-05 .trst__wrap .info-box__wrap .icon__box i {
  background-size: contain;
  background-repeat: no-repeat;
}
.page01-05 .trst__wrap .info-box__wrap .icon__box span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--fc-main);
}
.page01-05 .trst__wrap .info-box__wrap .txt__box .box__tit {
  margin-bottom: 1rem;
  font-size: var(--fs-m);
}
.page01-05 .trst__wrap .info-box__wrap .txt__box ul {
  font-size: var(--fs-sm);
  color: var(--basic);
}
.page01-05 .trst__wrap .info-box__wrap.car {
  margin-bottom: 3rem;
}
.page01-05 .trst__wrap .info-box__wrap.car .icon__box {
  background-color: #fff0f0;
}
.page01-05 .trst__wrap .info-box__wrap.car .icon__box i {
  width: 5rem;
  height: 3.75rem;
  background-image: url("../images/sub/page01-05_icon02.png");
}
.page01-05 .trst__wrap .info-box__wrap.car .txt__box > div:not(:last-child) {
  margin-bottom: 3rem;
}
.page01-05 .trst__wrap .info-box__wrap.bus .icon__box {
  background-color: #f0efff;
}
.page01-05 .trst__wrap .info-box__wrap.bus .icon__box i {
  width: 5rem;
  height: 4.5rem;
  background-image: url("../images/sub/page01-05_icon03.png");
}
.page01-05 .trst__wrap .info-box__wrap.bus .txt__box ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page01-05 .trst__wrap .info-box__wrap.bus .txt__box ul li {
  display: flex;
  flex-direction: column;
}
.page01-05 .trst__wrap .info-box__wrap.bus p.msg {
  margin-top: 3rem;
  font-size: var(--fs-sm);
  text-align: right;
  color: var(--basic);
}

/* width(태블릿 1024px 기준) => lg */
@media (max-width: 1024px) {
  .page01-05 .trst__wrap .info-box__wrap.bus p.msg {
    text-align: center;
  }
}
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .page01-05 .info-box__wrap.map__wrap a.btn--primary {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
}
/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page01-05 .trst__wrap .info-box__wrap.car, .page01-05 .trst__wrap .info-box__wrap.bus .inner {
    flex-direction: column;
  }
  .page01-05 .trst__wrap .info-box__wrap .icon__box {
    flex-direction: row;
    width: 100%;
    height: 10rem;
    gap: 2rem;
  }
}
/*============================ END OF 오시는 길 ===========================*/
/**========================================================================
 *!                           학습기관 찾기(지도)
 *========================================================================**/
.cls-map .content__area {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 1rem 1rem 2rem 0rem;
  font-family: var(--k-ff1);
  min-height: 68rem;
}
.cls-map .loca-result {
  position: absolute;
  right: 0;
  z-index: 5;
  width: 50rem;
  height: 100%;
  padding: 3rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.5rem 1.2rem 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background-color: #fff;
}
.cls-map .loca-result > .inner {
  height: 100%;
}
.cls-map .name__box strong,
.cls-map .loca__info li:nth-child(1) {
  word-break: break-all;
}
.cls-map .btn__wrap {
  display: none;
}

#locaResultBox .loca__name .name__box strong {
  width: 100%;
}

.loca__name .name__box strong {
  max-width: calc(100% - 5rem);
}

#locaResultBox,
.loca-result__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#locaResultBox > .item:not(:last-child),
.loca-result__list > .item:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--bd-basic);
}
#locaResultBox > .item .addr__box,
.loca-result__list > .item .addr__box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#locaResultBox .loca__name .badge__box,
.loca-result__list .loca__name .badge__box {
  margin-bottom: 2rem;
}
#locaResultBox .loca__name .name__box,
.loca-result__list .loca__name .name__box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#locaResultBox .loca__name .name__box strong,
.loca-result__list .loca__name .name__box strong {
  font-size: 2.2rem;
  font-weight: 600;
}
#locaResultBox .loca__name .name__box .btn--sch,
.loca-result__list .loca__name .name__box .btn--sch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--fc-main);
}
#locaResultBox .loca__name .name__box .btn--sch:before,
.loca-result__list .loca__name .name__box .btn--sch:before {
  width: 1.5rem;
  height: 1.5rem;
}
#locaResultBox .loca__info,
.loca-result__list .loca__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#locaResultBox .loca__info li,
.loca-result__list .loca__info li {
  display: flex;
  align-items: center;
  font-size: var(--fs-sm);
  color: var(--basic);
  gap: 1rem;
}
#locaResultBox .loca__info li span,
.loca-result__list .loca__info li span {
  width: calc(100% - 3rem);
}

.cls-map .content__area .map__wrap .root_daum_roughmap .wrap_btn_zoom {
  z-index: 1;
}

/*
 * 아이콘
 */
.cls-map .loca-addr--i {
  width: 1.4rem;
  height: 1.8rem;
  background-image: url("../images/sub/map_i.svg");
}
.cls-map .loca-tel--i {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/common/tel_i.svg");
}

/*
 * 지도 이미지(임시 - 개발시 삭제)
 */
.cls-map .content__area .map__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cls-map .content__area .map__wrap .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.cls-map .content__area .map__wrap .root_daum_roughmap .wrap_map {
  height: 100%;
}
.cls-map .content__area .map__wrap .root_daum_roughmap .wrap_btn_zoom {
  right: auto;
  left: 0;
}

/* 현재 위치로 가기
#locaCurrentBtn:before {
  width: 2rem;
  height: 2rem;
  background: url("../images/main/map-current_i.svg") center/contain no-repeat;
  content: "";
}
*/
#map {
  height: 100%;
}

#locaResultBox {
  display: none;
}

/* width(데스크탑 1600px 기준) => xxxl */
@media (max-width: 1600px) {
  .cls-map .loca-result {
    width: 40%;
    padding-right: 1rem;
  }
  .cls-map .loca-result__list .loca__name .name__box strong {
    font-size: var(--fs-sm);
  }
  .cls-map .loca-result__list .loca__info,
  .cls-map .loca-result__list > .item .addr__box {
    gap: 1rem;
  }
  .cls-map .loca-result {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
  .cls-map .badge-02 {
    padding: 0.8rem 1.2rem;
    font-size: var(--fs-sm);
  }
  .cls-map .loca-result__list > .item:not(:last-child) {
    margin-right: 1.5rem;
  }
  .cls-map .loca-result__list .loca__info li span {
    font-size: 1.6rem;
  }
  #locaResultBox .loca__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #locaResultBox .loca__info li {
    display: flex;
    align-items: center;
    font-size: var(--fs-sm);
    color: var(--basic);
    gap: 1rem;
  }
  #locaResultBox .loca__info li .loca-addr--i,
  #locaResultBox .loca__info li .loca-tel--i {
    filter: invert(83%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(108%) contrast(101%);
  }
  #locaResultBox .loca__info li span {
    width: calc(100% - 3rem);
    color: #fff;
  }
}
/* width(PC 1400px 기준) => xxl */
@media (max-width: 1400px) {
  /*
   * 검색 결과 -상세 리스트(active) 
   */
  .cls-map .content__area .loca-result {
    display: none;
    z-index: 5;
    transition: 0.3s;
  }
  .cls-map .content__area .loca-result.active {
    display: block;
  }
  .cls-map .content__area .loca-result .top__box {
    display: none;
  }
  .cls-map .content__area,
  .cls-map .content__area .top__box {
    border: 1px solid var(--bd-basic);
  }
  .cls-map .content__area,
  .cls-map .content__area .loca-result .inner {
    border-radius: 1.5rem;
  }
  .cls-map .content__area {
    position: relative;
    margin-top: 8rem;
    min-height: 80rem;
    box-sizing: border-box;
  }
  .cls-map .content__area .top__box {
    position: absolute;
    width: calc(100% - 3rem);
    margin: 0;
    padding: 1.5rem 0;
    background-color: #fff;
    gap: 1.2rem;
  }
  .cls-map .content__area .btm__box {
    z-index: 500;
    margin-top: 0;
    border-radius: 1.2rem 1.2rem 0 0;
    background-color: #fff;
  }
  .cls-map .content__area .loca-result {
    position: absolute;
    bottom: 0;
    min-width: auto;
    width: 100%;
    height: calc(100% - 10rem);
    padding: 0;
  }
  .cls-map .content__area .loca-result .inner {
    background-color: initial;
  }
  .cls-map .content__area .loca-result__list {
    height: 53rem;
    margin: 0;
  }
  .cls-map .content__area .loca-result__list ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cls-map .content__area .loca-result__list ul li {
    margin-left: 1.5rem;
  }
  .cls-map .content__area .btn__wrap {
    display: block;
  }
  .cls-map .content__area .map-close--btn {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    transform: rotate(135deg);
  }
  .cls-map .content__area .map-close--btn:after {
    display: inline-block;
    top: 50%;
    left: 0;
    width: 2rem;
    height: 2rem;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    content: "";
  }
  .cls-map .content__area .loca-result {
    padding: 3rem;
  }
  #locaResultBox .loca__name .name__box .btn--sch {
    background-color: var(--point2);
  }
  /*
   * 검색 결과 - 기본 상태(close)
   */
  #locaResultBox {
    display: block;
    width: 100%;
  }
  #locaResultBox .top__box {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: calc(100% - 3rem);
    margin-top: 1.5rem;
    transform: translateX(-50%);
  }
  #locaResultBox .item {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    z-index: 5;
    width: calc(100% - 3rem);
    padding: 3rem;
    border-radius: 1.5rem;
    transform: translateX(-50%);
    background-color: var(--point1);
    gap: 3rem;
  }
  #locaResultBox .item .name__box strong {
    font-size: var(--fs-lg);
    font-weight: 700;
  }
  #locaResultBox .item,
  #locaResultBox .address__box .txt {
    font-size: var(--fs-sm);
    color: #fff;
  }
  #locaResultBox .content_area .address__box {
    width: 80%;
  }
  #locaResultBox .cls-map--btn {
    width: 20%;
    margin: 0.5rem;
    padding: 3rem 0;
    background-color: #fff;
  }
  #locaResultBox .btn__list {
    position: absolute;
    bottom: 28rem;
    z-index: 5;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
  }
  #locaResultBox .btn__list .btn {
    height: 5rem;
    border: 1px solid var(--bd-basic);
    border-radius: 2.5rem;
    color: #fff;
    color: var(--fc-main);
    background-color: #fff;
    box-sizing: border-box;
  }
  #locaListOpenBtn span {
    font-family: "Poppins";
    font-weight: 600;
    color: var(--main);
  }
  /* 검색결과 없을 경우 */
  .cls-map__wrap.no-data #locaResultBox .btn__list {
    bottom: 7rem;
    margin-bottom: auto;
  }
  .cls-map__wrap.no-data .btn__list.map-control {
    bottom: 3rem;
  }
  #locaListOpenBtn {
    position: absolute;
    left: 50%;
    width: 20rem;
    font-size: 1.7rem;
    font-weight: 500;
    color: #3e4556;
    transform: translateX(-50%);
  }
  #locaListOpenBtn i {
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    margin-right: 0.8rem;
    background: url("../images/main/loca-list_i.png") center/contain no-repeat;
  }
  .cls-map__wrap .btn__list.map-control {
    position: absolute;
    bottom: 16.7rem;
  }
  .cls-map__area .board-search.type-02 {
    align-items: flex-start;
  }
  .cls-map__area .board-search.type-02 .item fieldset {
    justify-content: flex-start;
  }
  .cls-map .loca-result__list > .item .addr__box {
    padding: 1rem 3rem 1rem 0;
  }
  #locaResultBox .loca__name .name__box .btn--sch {
    width: 4rem;
    height: 4rem;
  }
}
/*======================= END OF 학습기관 찾기(지도) =======================*/
/**========================================================================
 *!                 02평생학습정보_02강사정보_01강사신청
 *========================================================================**/
/*
 * 02평생학습정보_02강사정보_01강사신청_01info
 */
.page02-02.info .step__list,
.page02-02.info .two__box {
  display: flex;
  gap: 4.8rem;
}
.page02-02.info .step__list .item,
.page02-02.info .two__box .item {
  padding: 3rem 2rem;
}
.page02-02.info .step__list .item .inner,
.page02-02.info .two__box .item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.page02-02.info .step__list .item .inner > div,
.page02-02.info .two__box .item .inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.page02-02.info .step__list .item .inner .num__txt,
.page02-02.info .step__list .item .inner b,
.page02-02.info .two__box .item .inner .num__txt,
.page02-02.info .two__box .item .inner b {
  font-weight: 600;
  color: var(--fc-main);
}
.page02-02.info .step__list .item .inner .num__txt,
.page02-02.info .two__box .item .inner .num__txt {
  margin-top: 1rem;
  font-size: var(--fs-m);
}
.page02-02.info .step__list .item .inner b,
.page02-02.info .two__box .item .inner b {
  font-size: 2rem;
}
.page02-02.info .step__list .item .inner p,
.page02-02.info .two__box .item .inner p {
  font-size: var(--fs-sm);
  text-align: center;
  word-break: keep-all;
  color: var(--basic);
}
.page02-02.info .step__list .item i,
.page02-02.info .two__box .item i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.page02-02.info .step__list .box01:after,
.page02-02.info .step__list .box02:after,
.page02-02.info .step__list .box03:after,
.page02-02.info .two__box .box01:after,
.page02-02.info .two__box .box02:after,
.page02-02.info .two__box .box03:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/common/arrow02_b_icon.png") center/contain no-repeat;
  content: "";
  transform: translateY(-50%) rotate(90deg);
}
.page02-02.info .step__list .two__box,
.page02-02.info .step__list .two__box > div {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
  border-radius: 2rem;
}
.page02-02.info .step__list .box01 {
  background-color: #e5f1f3;
}
.page02-02.info .step__list .box01 i {
  width: 4.4rem;
  height: 6rem;
  background-image: url("../images/sub/page02-02_step01.png");
}
.page02-02.info .step__list .box02 {
  background-color: #e8f6ff;
}
.page02-02.info .step__list .box02 i {
  width: 5.7rem;
  height: 6rem;
  background-image: url("../images/sub/page02-02_step02.png");
}
.page02-02.info .step__list .box03 {
  background-color: #e8efff;
}
.page02-02.info .step__list .box03 i {
  width: 5.7rem;
  height: 6rem;
  background-image: url("../images/sub/page02-02_step03.png");
}
.page02-02.info .step__list .box04 {
  background-color: #f3f2ff;
}
.page02-02.info .step__list .box04 i {
  width: 5.2rem;
  height: 6rem;
  background-image: url("../images/sub/page02-02_step04.png");
}
.page02-02.info .info__txt {
  justify-content: center;
  margin: 3rem 0;
}

@media (max-width: 1600px) {
  .page05-02.board-list .academy-search-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .page05-02.board-list .academy-search-wrap .map-img {
    width: 80%;
  }

  .page05-02.board-list .academy-search-wrap #searchForm {
    width: 100%;
  }

  .page05-02.board-list .academy-search-wrap .board-sch.type-02 {
    width: 100%;
  }
}

/* width(PC 1400px 기준) => xxl */
@media (max-width: 1400px) {
  .page06-01.login .auth__wrap {
    /*flex-direction: column;*/
  }

  .page02-02.info .step__list {
    flex-direction: column;
  }
  .page02-02.info .step__list .box01:after,
  .page02-02.info .step__list .box03:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -3.3rem;
    content: "";
    transform: translateY(-50%) rotate(90deg);
  }
  .page02-02.info .step__list .box02:after {
    top: auto;
    bottom: -3.3rem;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .page02-02.info .step__list .box03:after {
    left: -3.3rem;
    transform: translateY(-50%) rotate(270deg);
  }
  .page02-02.info .step__list .two__box.btm {
    flex-direction: row-reverse;
  }
}

@media (max-width: 1200px) {
  .auth__wrap {
    /*flex-direction: column;*/
  }
}

@media (max-width: 600px) {
  .auth__wrap {
    flex-direction: column;
  }
}

/* width(모바일 576px 기준) => sm */
@media (max-width: 576px) {
  .page02-02.info .step__list .two__box.top, .page02-02.info .step__list .two__box.btm {
    flex-direction: column;
  }
  .page02-02.info .step__list .two__box .item .inner p {
    text-align: left;
  }
  .page02-02.info .step__list .item .inner {
    flex-direction: row;
    gap: 3rem;
  }
  .page02-02.info .step__list .item .inner > div:nth-child(1) {
    min-width: 8rem;
    text-align: center;
  }
  .page02-02.info .step__list .item .inner > div:nth-child(2) {
    align-items: flex-start;
  }
  .page02-02.info .step__list .item .inner i {
    width: 4rem;
    height: 4rem;
  }
  .page02-02.info .step__list .item .inner .num__txt {
    margin-top: 0;
  }
  .page02-02.info .step__list .box01:after,
  .page02-02.info .step__list .box02:after,
  .page02-02.info .step__list .box03:after,
  .page02-02.info .step__list .box04:after {
    display: inline-block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -3.3rem;
    left: 50%;
    content: "";
    transform: translateX(-50%) rotate(180deg);
  }
  .page02-02.info .step__list .item,
  .page02-02.info .two__box .item {
    padding: 1.5rem 2rem;
  }
}
/*============== END OF 02평생학습정보_02강사정보_01강사신청 ================*/
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {
  .page05-01.mypage .info-box__wrap.type-05,
  .page06-02.join-sct .info-box__wrap.type-05 {
    flex-direction: column;
  }
  .page05-01.mypage .info-box__wrap.type-05 .txt__box,
  .page06-02.join-sct .info-box__wrap.type-05 .txt__box {
    text-align: center;
  }

  .privacy_labeling_list_wrap .labeling_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 개인정보처리방침 */
.info-box__wrap.type-02 .main_exp {
  margin-bottom: 3rem;
  font-size: var(--fs-sm);
  font-weight: 400;
  color: var(--fc-main);
}

@media (max-width: 1500px) {
  .terms__list .step_list {
    display: grid;
    grid-template-columns: repeat(8, auto);
    justify-content: center;
    gap: 3rem;
  }
}

@media (max-width: 1200px) {
  .terms__list .step_list {
    display: grid;
    grid-template-columns: repeat(6, auto);
    justify-content: center;
    gap: 3rem;
  }
}

@media (max-width: 600px) {
  .terms__list .step_list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 3rem;
  }

  .accnt__wrap.type-02 {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .terms__list .step_list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    gap: 0;
  }
}

.share_box_on {
  position: absolute;
  width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  right:0;
  z-index: 9999;
  display: none;
}

.share_box_on::after {
  content: "";
  display: none;
}

.share_box_on.active {
  display: block;
}

.share_box_on .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border: none;
}

.share_box_on .header h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.share_box_on .close_btn {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/ico-sub-share.svg) -280px 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.share_box_on .send::after {
  content: "";
  display: none;
}


.share_box_on .send ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-items: center;
}

.share_box_on .send li {
  margin: 0;
}

.share_box_on .send li button {
  width: 40px;
  height: 40px;
  background: url(../images/common/ico-sub-share.svg) no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.share_box_on .send li .fb {
  background-position: 0 0;
}

.share_box_on .send li .tw {
  background-position: -40px 0;
}

.share_box_on .send li .ka {
  background-position: -80px 0;
}

.share_box_on .send li .na {
  background-position: -160px 0;
}

.share_box_on .send li .ur {
  background-position: -240px 0;
}

/*이메일무단수집거부*/
.email-privacy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}

.email-privacy .con__tit {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--fc-bold);
}

.email-privacy p span.color {
  color: var(--main);
}

.email-privacy p {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--fc-main);
}

.email-privacy a {
  background-color: var(--bg-sub);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--fc-main);
  padding: 1.2rem 2rem;
  border-radius: .8rem;
  width: 100%;

}

.page07-06 .info-box__wrap.type-02 i {
  display: inline-block;
  width: 8rem;
  height: 10rem;
  background: url(../images/sub/email-privacy_i.png) center / contain no-repeat;
}

.page05-0102 .num-counter > li,
.page07-08 .num-counter > li {
  background-color: var(--bg-box);
  padding: 2rem;
  border-radius: .8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page05-0102 .num-counter > li > p,
.page07-08 .num-counter > li > p {
  margin-top: 0;
}

.page05-0102 .num-counter-sub,
.page07-08 .num-counter-sub {
  margin: 0 !important;
}

.page05-0102 .num-counter > li > strong[role="step-num"],
.page07-08 .num-counter > li > strong[role="step-num"] {
  display: inline-block;
  position: relative;
  font-size: var(--fs-m);
  font-weight: 600;
  color: var(--fc-main);
  padding-left: 2rem;
}
.page05-0102 .num-counter > li > strong[role="step-num"]::before,
.page07-08 .num-counter > li > strong[role="step-num"]::before {
  content: attr(data-step) !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.page05-0102 .step_list .step-num,
.page07-08 .step_list .step-num {
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  font-weight: bold;
}
.page05-0102 .step_list .step-tit,
.page07-08 .step_list .step-tit {
  margin-left: 10px;
}

.page05-0102 .num-counter,
.page07-08 .num-counter {
  list-style: none;
  padding-left: 0;
  counter-reset: step;
  margin-left: 0 !important;
}

.page05-0102 .num-counter > li,
.page07-08 .num-counter > li {
  counter-increment: step;
  margin-bottom: 1em;
  position: relative;
  list-style: none;
}
 /*js*/
.page05-0102 .num-counter > li > strong[role="step-num"]::before,
.page07-08 .num-counter > li > strong[role="step-num"]::before {
  content: attr(data-counter);
  font-weight: bold;
  margin-right: 0.5em;
}

#lectTabCon01>.gall-type01__list .txt__wrap>.inner {
  position: static;
}

#lectTabCon01>.gall-type01__list .txt__wrap>.inner>div {
  position: static;
}

#lectTabCon01>.gall-type01__list>.item {
  box-shadow: 0 0 22px rgba(0, 0, 0, .06);
}

#lectTabCon01 .txt__wrap .txt__info {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
}

.dot__list.type-01>li.partner-category {
  padding-left: 0;
}

.partner-category::before {
  list-style: none;
  display: none !important;
  padding: 0;
  margin: 0;
}

.partner-group .dot__sublist>li:after {
  list-style: none;
  display: none !important;
  padding: 0;
  margin: 0;
}

.partner-group {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.partner-group .dot__sublist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-group .dot__sublist li {
  width: 100%;
  padding-left: 0;
  padding: 2rem;
  background-color: var(--bg-box);
  border-radius: .8rem;
}

.partner-group li ul.dot__sublist {
  width: 100%;
}

.partner-group li ul.dot__sublist li br {
  display: none;
}

.partner-item {
  background: #fff;
  border-radius: 1.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.partner-main-title {
  display: block;
  width: 100%;
  background: #18204E;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.category-tit {
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--fc-main);
  position: relative;
  padding-left: 3.4rem;
  display: inline-block;
}

.category-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.category-tit.tit1::before {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('../images/sub/category-tit1--i.svg');
}

.category-tit.tit2::before {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('../images/sub/category-tit2--i.svg');
}

.category-tit.tit3::before {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('../images/sub/category-tit3--i.svg');
}

.page06-02.join-cpt .info-box__wrap .txt__box cst-scroll {
  height: auto;
}

.page06-02.join-cpt .terms__list li .num-counter-sub {
  margin: 0;
}

.page04-01.write .terms__list li .num-counter-sub>li {
  padding-left: 0;
}

.page04-01.write .terms__list li .dot__list.type-01>li  {
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 1.2rem;
}

.page04-01.write .terms__list li .dot__list.type-01>li.mt-1 {
  margin-top: 1rem;
}

.page04-01.write .terms__list li .dot__list.type-01>li:before {
  list-style: none;
  display: none !important;
  padding: 0;
  margin: 0;
}

.page04-01.write .num-counter-sub .dot__list.type-01>li {
  background: #ffffff !important;
}

.dot-item__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dot-item__content .btn--basic-c {
  width: auto;
}

.page05-0102 .dot-item__content .btn--basic-c {
  margin-bottom: 2rem;
}

.page02-01 .sct-rst__wrap .btn__list {
  display: flex;
  gap: 2rem;
  margin-top: 0;
}

.page02-01 .sct-rst__wrap .btn__list button {
  width: 2rem;
  height: 1.8rem;
}

.page02-01 .sct-rst__wrap .btn__list button svg path {
  fill: #666666;
}

.page02-01 .sct-rst__wrap .btn__list button.active svg path {
  fill: var(--point1);
}

.page02-01 .sct-rst__wrap .btn__list button svg {
  width: 100%;
  height: 100%;
  fill: var(--fc-basic);
}

@media (max-width: 1600px) {
  .partner-group li ul.dot__sublist li br {
    display: block;
  }
}

@media (max-width: 1400px) {
  .partner-group li ul.dot__sublist li br {
    display: none;
  }
}

@media (max-width: 1000px) {
  .partner-group li ul.dot__sublist li br {
    display: block;
  }
}

@media (max-width: 700px) {
  .partner-group li ul.dot__sublist li br {
    display: none;
  }
}


.page07-08 .claim_step {
  overflow: hidden;
  margin-bottom: 3rem;
}

.page07-08 .claim_step .title {
  float: left;
  width: 25%;
  padding-right: 5rem;
  position: relative;
  margin-top: 5rem;
}

.page07-08 .claim_step .title:before {
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  position: absolute;
  bottom: 50%;
  right: 0;
  background: #dedede;
}

.page07-08 .claim_step .title span {
  display: block;
  background: var(--main);
  text-align: center;
  padding: 2rem;
  color: #fff;
  border-radius: .8rem;
  font-size: var(--fs-sm);
}

.page07-08 .claim_step .title:after {
  content: '';
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #dedede;
  position: absolute;
  bottom: 50%;
  right: 0;
  margin-bottom: -.4rem;
  margin-left: 0;
}

.page07-08 .claim_step .list {
  float: left;
  width: 75%;
  padding-left: 3rem;
  position: relative;
}

.page07-08 .claim_step .list:before {
  content: '';
  display: block;
  width: 1px;
  height: 10.6rem;
  background: #dedede;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -.5rem;
}

.page07-08 .claim_step .list ul li:last-child {
  margin-right: 0;
}

.page07-08 .claim_step .list ul li {
  float: left;
  width: 30.45%;
  margin-top: 0;
  margin-right: 4.3%;
}

.claim_step .list ul li {
  position: relative;
}

.page07-08 .claim_step .list ul::after {
  content: '';
  display: block;
  clear: both;
}

.page07-08 .claim_step .list ul li:before {
  width: 3.3rem;
  height: 1px;
  top: 50%;
  left: -3.7rem;
}

.claim_step .list ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 3rem;
  background: #dedede;
  position: absolute;
  top: -3rem;
  left: 50%;
}

.page07-08 .claim_step .list ul li:after {
  top: 50%;
  left: -.4rem;
  margin-left: 0;
  margin-top: -.4rem;
}

.page07-08 .claim_step .list ul li:after {
  content: '';
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #dedede;
  position: absolute;
}

.page07-08 .claim_step .list ul li {
  text-align: center;
  padding: 2rem;
  border: 1px solid #dedede;
  border-radius: .8rem;
  font-size: var(--fs-sm);
}

.claim_step .list .bottom {
  margin-top: 4rem;
}

.page07-08 .dot-item__content {
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1600px) {
  .page07-08 .claim_step .title {
    width: 100%;
  }

  .page07-08 .claim_step .list {
    width: 100%;
    padding-top: 3rem;
  }

  .page07-08 .claim_step .list ul li {
    width: 100%;
    margin-top: 0;
  }

  .claim_step .list .bottom {
    display: flex;
  }

  .page07-08 .claim_step .title {
    padding-right: 0;
    margin-top: 0;
  }

  .page07-08 .claim_step .title:first-child::before {
    display: none;
  }

  .page07-08 .claim_step .title:first-child::after {
    display: none;
  }
}

/*
 * 251224 - 수정
 */
/* width(모바일 768px 기준) => md */
@media (max-width: 768px) {

  .page05-01.mypage .info-box__wrap.type-05,
  .page06-02.join-sct .info-box__wrap.type-05 {
    flex-direction: column;
  }

  .page05-01.mypage .info-box__wrap.type-05 .txt__box,
  .page06-02.join-sct .info-box__wrap.type-05 .txt__box {
    text-align: center;
  }
}

/* 영문페이지 : 오시는 길 */
html[lang=en] .page01-05 .trst__wrap .info-box__wrap .icon__box {
  height: auto;
  padding: 2rem;
}

html[lang=en] .page01-05 .trst__wrap .info-box__wrap .icon__box span {
  text-align: center;
  word-break: break-all;
}

/* 한글, 영문 공통 : 학습기관 찾기 - list */
#locaResultBox>.item .addr__box,
.loca-result__list>.item .addr__box {
  width: 100%;
}

#locaResultBox .loca__info li .loca-addr--i,
#locaResultBox .loca__info li .loca-tel--i {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1400px) {
  #locaResultBox .btn__list {
    bottom: 31rem;
  }
}

/* 강사조회 - list */
@media (max-width: 1024px) {
  .page02-02.board-list .gall-type02__list a .inner.top .tutor__career {
    flex-direction: column;
    gap: 1rem;
  }
}

/* 광주평생학습 포털 협의체 기관 항목 */
@media (max-width: 768px) {
  .partner-group {
    flex-direction: column;
  }

  .partner-group .dot__sublist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 375px) {
  .partner-group .dot__sublist {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 평생교육 이용권 사용방법 */
.terms__list .step_list {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 0;
}

.terms__list .step_list.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.terms__list .step_list .step {
  position: relative;
}

.terms__list .step_list .step:not(:last-child):after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1.6rem;
  background: url("../images/common/arrow_i.svg") center/contain no-repeat;
  content: "";
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1600px) {
  .terms__list .step_list,
  .terms__list .step_list.grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .terms__list .step_list,
  .terms__list .step_list.grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .terms__list .step_list li .step-tit {
    max-width: 10rem;
  }
}

@media (max-width: 375px) {
  .terms__list .step_list,
  .terms__list .step_list.grid-6 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .terms__list .step_list .step:not(:last-child):after {
    position: static;
    margin-top: 1rem;
    transform: translateY(0) rotate(270deg);
  }
}

/* 사용기관 현황 */
@media (max-width: 768px) {
  .page05-02 .map__l {
    width: 100%;
  }

  .page05-02 #mapImg {
    width: 100%;
    height: auto;
  }
}

td.bd-r-type-02 {
  border-right: 1px solid #cccccc;
}


/********* 0605 수정 **********/

/* 반응형 테이블 안내창 */
.wauto-wrap {position:relative}
.is-wauto-box {position:relative;width:100%}
.is-wauto-box > .tbl-border {min-width:720px}
.is-wauto-box > table {min-width:720px}


.content-box-basic {
  padding: 2rem;
  border-radius: 1.2rem;
  border:1px solid var(--bd-basic);
}
.content-box-basic .list_basic {
  margin-bottom:0;
}
.content-box-basic .img-cont {
  margin:0 auto;
  text-align: center;
}
/* 상단 공지박스*/
.top_box{
  position:relative;
  background: linear-gradient(180deg, rgba(238, 236, 254, 0.6) 86.47%, rgba(255, 255, 255, 0) 100%);
  padding: 3rem 3rem 3rem 20rem; margin-bottom:4rem;border-radius: 2rem}
.top_box::before{
  content:""; display:block;
  height:14rem; width:14rem;
  border-radius: 50%;
  background-color:#fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:6rem;
  background-image:url(../images/main/icn_mv_banner04.png);
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:3rem;
}
.top_box p{line-height:1.5;}
.top_box p span{ display:block; font-size:2.2rem; font-weight:700; padding-bottom:1rem}

.top_box.top_box01::before{}
/*
.top_box.top_box02{background:url(/build/site/kr/images/content/top_box02.png) no-repeat center 30px;}
.top_box.top_box03{background:url(/build/site/kr/images/content/top_box03.png) no-repeat center 30px;}
.top_box.top_box04{background:url(/build/site/kr/images/content/top_box04.png) no-repeat center 30px;}
.top_box.top_box05{background:url(/build/site/kr/images/content/top_box05.png) no-repeat center 30px;}*/
@media all and (max-width:640px){
  .top_box{
    padding: 20rem 3rem 3rem 3rem;

  }
  .top_box::before {
    top:3rem;
    transform: translateX(-50%);
    left:50%;
  }
}

.top-box-img{position:relative;
  width:100%;
  background: #EEECFE;
  border-radius:2rem;
  padding:4.8rem 6.4rem 4.8rem 3.4rem;position:relative;padding-right:55%;overflow:hidden; word-break: keep-all;}
.top-box-img:after{
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  content:"";
  width:70%;
  height:101%;
  background:linear-gradient(90deg, #EEECFE 70%, rgba(0,0,0,0) 100%);
}
.top-box-img .txt-bx{width:100%;position:relative;z-index:4}
.top-box-img .txt-bx .txt-hd{ font-weight:700; margin-bottom:0.8rem;letter-spacing:-0.05rem;line-height:1;font-size: 3rem;}
.top-box-img .txt-bx .txt-hd .point{ color:var(--point1);}
.top-box-img .txt-bx .txt-hd br{display:none;}
.top-box-img .txt-bx p{margin-bottom:2rem; }
.top-box-img .txt-bx .btn{border-radius:100rem;min-width:12.4rem;padding:0 2.4rem;font-weight:700;}
.top-box-img .img-bx{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  aspect-ratio: 802 / 261;
  width: 90.4rem;
}
.top-box-img .img-bx img{
  display:block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25%;
}

@media (max-width: 1024px) {
  .top-box-img {
    padding-right: 30%;
    padding-left: 3.4rem
  }

  .top-box-img.img-bx {
    width: 70rem;
  }

  .top-box-img:after {
    width: 80%;
  }

}
@media (max-width: 576px) {
  .top-box-img:after{
    display:none;
  }
  .top-box-img.img-bx{
    width:100%;
  }
  .top-box-img.img-bx img{
    width:100%;
    height:auto;
    object-position:center;
    position:absolute;
    bottom:0;
  }

}

.contents__wrap {font-size: var(--fs-sm); }

.notice-box {
  padding: 3rem;
  border: 0.1rem solid #e0e0e0;
  border-radius: 1.2rem;
}
.notice-box > p {
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
  color: #d43333;
  line-height: 1.4;
}
.notice-box > p::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: "remixicon";
  font-size: 2.4rem;
  color: #d43333;
  content: "\eca0";
}

.box_st01{
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, .12) 0 .1rem 1rem;
  background-color: #fff;}
.box_st02{
  background-color: var(--bg-box);
  padding: 3rem;
  border-radius: 2rem;
}
.box_st03{
  background-color: var(--main-l);
  padding: 3rem;
  border-radius: 2rem;
}
.box_st01 .list_basic,
.box_st02 .list_basic,
.box_st03 .list_basic{
  margin-bottom:0;
}

/*기본테이블*/
.basic_table { width:100%; border-collapse:collapse; border-top:2px solid var(--main-d); margin:10px 0;}
.basic_table caption, .basic_table  legend {
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.basic_table:after { display:block; visibility:hidden; clear:both; content:"" }
.basic_table thead tr th,.basic_table thead tr td { padding:10px; border-bottom:#d6cbcc solid 1px;  border-right: #ccc solid 1px;}
.basic_table tbody tr th,.basic_table tbody tr td { padding:10px; border-bottom:#d6cbcc solid 1px;}
.basic_table tr th:last-child,.basic_table tr td:last-child{ border-right:0 !important}
.basic_table tr th:first-child,.basic_table tr td:first-child{ border-left:0 !important}
.basic_table th { font-size:15px; color:#313131;  line-height:160%; background-color:#fff7f7; vertical-align:middle;   }
.basic_table td { font-size:15px; color:#555;  line-height:160%; text-align:center;  vertical-align:middle}
.basic_table td a{ text-decoration:none; color:#454545}
.basic_table .no_border { border-right-style: none; }
.basic_table .td_center { text-align:center }
.basic_table .td_right { text-align:right }
.basic_table .td_left { text-align:left }
.border_none{ border-right:none;}
.basic_table tbody tr th{/*position:relative;*/ padding-left:15px; font-weight:500; background:#f8f8f8;}
.basic_table tbody tr th.star:before{content:'*'; color:#ff0000; position:absolute; left:15px; top:50%; margin-top:-10px;}
.table_style thead tr th{background:#fff7f7; color:#222; border-right:1px solid #d6cbcc; border-left:1px solid #d6cbcc; border-bottom:1px solid #d6cbcc; font-size:inherit; font-weight:500;}
.table_style tbody tr td{border:1px solid #d6cbcc;}
.table_style tbody tr td ul li{text-align:left;}

.table_style02{border-top:none;}
.table_style02 thead tr th{background:#f5f5f5; color:#474747; border-top:1px solid #ccc; border-right:1px solid #ababab; font-size:14px;}
.table_style02 tbody tr td{border:1px solid #b0b0b0; font-size:14px;}
.table_style02 tbody tr td ul li{text-align:left;}

.table_empList thead tr th{text-align: center;}
.table_empList thead tr th:nth-child(1) {width: 15%;}
.table_empList thead tr th:nth-child(2) {width: 10%;}
.table_empList thead tr th:last-child {width: 20%;}
.table_empList tbody tr td ul { margin-top: 0px; margin-bottom: 0px;}
.table_empList tbody tr td ul li { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px;}

.respons_table th,.respons_table td{ display:block; text-align: left; line-height: 1.2}
.respons_table th em{display: inline-block; vertical-align: middle; font-style: normal; color: #ff0000;}

.basic_table tbody tr td ul{margin-bottom:0}
.basic_table tbody tr td ul li{font-size:15px;}


@media all and (min-width:768px){
  .respons_table th,.respons_table td{ display:table-cell; text-align: left; line-height:150%;}
}
@media all and (min-width:768px){
  .form_file{overflow:hidden;}
  .form_file input{float:left; width:63%;}
  .form_file .file_add{overflow:hidden; width:35%!important;}
  .form_file .file_add a{float:left; width:45%; margin-left:5px;}
}

/*리스트타입*/
.list_basic { overflow:hidden; margin-bottom:20px;}
.list_basic > li{ position:relative;line-height:150%;  padding-left:20px;}
.list_basic > li + li { margin-top:1rem;}
.list_basic > li > .list_basic{margin:5px 0;}
.list_basic > li table { margin-top:1rem;}
.list_basic > li.no_bullet{ padding-left:0; background:none !important; margin-top:5px; }
.list_basic > li.no_bullet:before{ display:none;}
.list_basic > li:before{ position:absolute; display:block; content:""; left:0; top:10px;}
.lt01 > li:before{width: .6rem;  height: .6rem; background:var(--main); left:2px;    border-radius: 50%;}
.lt02 > li:before{width:8px; height:2px; background:var(--main); left:0;}
.lt03 > li { padding-left:1rem}
.lt03 > li:before{width:3px; height:3px; background:var(--sub); left:0; border-radius:100%;}

.table-common.basic-02 .list_basic { text-align: left}

/* menu_60.jsp 자치구 문의 리스트 전용 - 2열 배치(동구/서구/남구, 북구/광산구) */
.contact-list--gu { display:grid; grid-template-columns:repeat(2, 1fr); grid-template-rows:repeat(3, auto); grid-auto-flow:column; gap:1rem 2rem; }
.contact-list--gu > li + li { margin-top:0; }


.box_default{background: var(--main-l);padding:20px;border-bottom: 1px solid var(--main); border-top:2px solid var(--main)}
.box_default ul{ margin-top:1rem; margin-bottom:0;}
.box_default p{font-weight:bold;display: inline-block;}
.box_default .small_txt{font-size:13px; font-weight:500}
.box_default.st02 .top p span{color: var(--main);}
.box_default.st02 .bottom strong{}


.contents__wrap .color02 {
  color: var(--main-d);
}
.contents__wrap b {
  font-weight:700;
}
.contents__wrap .text {
  margin-bottom:1rem;
}

.contents__wrap .text.mt-0 {
  margin-bottom:0;
}


  /*============== 진흥원소개-인사말 ================*/

.greetings-area{
  position:relative;
  border-radius:2.4rem;
  background:linear-gradient(153deg, #fff0f2, 0%, #f0f2f6) 100%;
  overflow:hidden;
}
.greetings-area .img-area{
  width:60rem;flex-shrink:0;border-radius:1.2rem;overflow:hidden;
}
.greetings-area .img-area img{
  position:absolute;
  display:block;
}
.greetings-area .img-area img.pc{
  bottom:0; right:0;
  width:35.8rem;
  height:32.1rem;
  /*z-index:99;*/
}
.greetings-area .img-area img.mo{
  display:none;
}
.greetings-area .img-area img.bg {
  bottom: 0;
  right: 0;
  max-width: max-content;
  opacity: 0.5;
  transform: scaleX(-1);
  filter: grayscale(100%);;
}
.greetings-area .txt-area{
  padding:8rem;
  box-sizing:border-box;
  color: #02001F;
}

.greetings-area .txt-area .txtBx {
  position: relative;
}


.greetings-area .txt-area .txt-bx{
  width: 74%;
}
.greetings-area .txt-area span.point{
  color:var(--point1);
}

.greetings-area .txt-area h3{font-size:3.6rem;font-weight:700;line-height:140%;margin-bottom:4rem;word-break:keep-all;}
.greetings-area .txt-area p{font-size:2rem;line-height:130%;word-break:keep-all;}
.greetings-area .txt-area p + p{margin-top:2.4rem;}

/* 비전과 목표 */
.vision-section {
  max-width: 1200px;
  margin: 0 auto;
  color: #111;
}

.vision-summary dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 56px;
}

.vision-summary dl > div {
  display: flex;
  min-height: 86px;
  border-radius: 999px;
  background: var(--bg-light1);
}

.vision-summary dt,
.vision-summary dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 800;
}

.vision-summary dt {
  flex: 0 0 280px;
  font-size: 30px;
}

.vision-summary dd {
  flex: 1;
  padding: 0 40px;
  border-radius: 999px;
  background: var(--point1);
  color:#fff;
  font-size: 3rem;
  text-align: center;
}



.vision-summary dl > div:nth-child(3) dd {
  background:#0f91f5;
}

.strategy-list {
  padding: 3rem;
  box-shadow: var(--box-shd);
  border-radius: 2rem;
}

.strategy-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.strategy-list > ul > li {
  overflow: hidden;
  border: 2px solid var(--bg-basic);
  border-radius: 0 0 2rem 2rem;
  background: #fff;
}
.strategy-list > ul > li > ul {
  margin:2rem;
}
.strategy-list strong {
  display: block;
  padding: 16px 12px 6px;
  background: var(--bg-basic);
  color:var(--point1);
  text-align: center;
  font-size: var(--fs-lg);
  font-weight: 800;
}

.strategy-list p {
  padding: 0 12px 16px;
  background: var(--bg-basic);
  text-align: center;
}


@media (max-width: 1024px) {
  .strategy-list > ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .vision-summary dt {
    flex-basis: 220px;
  }

  .vision-summary dd {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .greetings-area .txt-area .txtBx {
    background: #ffffff8c;
    border-radius: 2rem;
    padding: 2rem;
  }

  .greetings-area .txt-area {
    padding: 3rem;
  }
}

@media (max-width: 640px) {
  .vision-summary dl > div {
    display: block;
    border-radius: 28px;
  }

  .vision-summary dt {
    min-height: 60px;
    font-size: 22px;
  }

  .vision-summary dd {
    min-height: 72px;
    padding: 18px;
    border-radius: 28px;
    font-size: 22px;
    line-height: 1.4;
  }

  .strategy-list {
    padding: 24px 16px;
  }

  .strategy-list > ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}



/* 설립 근거 */
.build-cont{ }
.build-cont li{text-align:center; margin-bottom:30px;}
.build-cont li .number{display:block; width:65px; height:65px; background:var(--main); border-radius:50%; color:#fff; line-height:65px; margin:0 auto 15px auto;}
.build-cont li:first-child .number{background:#005ddb}
.build-cont li:nth-child(2) .number{background:#009bdf}
.build-cont li:nth-child(3) .number{background:#3A2DB3;}
.build-cont li dl dt{font-weight:500; margin-bottom:10px; background:var(--bg-box);border-radius: 1.2rem; padding:1rem 2rem}

.history_wrap{position:relative;font-size: var(--fs-sm);}
.history_wrap:before{content:''; position:absolute; top:0; left:14px; width:1px; height:100%; background:#dedede; display:block;}
.history{margin-bottom:30px; position:relative;}
.history .year{display:block; font-size:22px; font-weight:500; color:#3A2DB3; margin-bottom:20px; padding:10px 0; background:#fff;}
.history ul{padding-left:30px;}
.history ul li{line-height:1.4; margin-bottom:20px; position:relative; padding-left:160px;}
.history ul li:before{content:''; width:10px; height:10px; border-radius:50%; background:#3A2DB3; display:block; position:absolute; top:7px; left:-20px;}
.history ul li span{position:absolute; top:0; left:0; display:block;  border-radius:10px;}
@media all and (min-width:768px){
  .build-cont li{position:relative; margin-bottom:40px;}
  .build-cont .number{position:absolute; top:0; left:0;}
  .build-cont dl{padding-left:90px; text-align:left;}
  .build-cont dl dt{font-size:18px; }

  .history_wrap{ margin:60px auto 0 auto;}
  .history_wrap:before{left:235px;}
  .history{margin-bottom:50px;}
  .history .year{position:absolute; top:0; left:0; padding:0;}
  .history ul{padding-left:250px; position:relative;}
  .history ul:before{content:''; width:170px; height:1px; background:#dedede; display:block; position:absolute; top:12px; left:60px;}
}
@media all and (min-width:1024px){
  .history ul li{padding-left:180px;}
  .history ul li span{left:30px}
}

/* ci */

.ci_box li{padding:25px 0; text-align:center; color:#fff; border-radius:10px; margin-bottom:40px; position:relative;}
.ci_box li:after{content:''; display:block; width:22px; height:22px; background:url(../images/content/icon_plus.gif) no-repeat 0 0; position:absolute; left:50%; margin-left:-11px; bottom:-30px;}
.ci_box li:last-child:after{display:none;}
.ci_box li:first-child{background:#d71921;}
.ci_box li:nth-child(2){background:#d33e23}
.ci_box li:nth-child(3){background:#727272}
.ci_box02 li{text-align:center; border:1px solid #dedede; padding:70px 0; margin-bottom:20px; background:url(../images/content/ci_pattern.gif);}
.ci_btn{text-align:center;}
.ci_btn a{margin-bottom:10px;}
@media all and (min-width:768px){
  .ci_box{overflow:hidden; margin-bottom:40px;}
  .ci_box li{float:left; width:31%; margin-bottom:0; margin-right:3.5%;}
  .ci_box li:after{left:-5.2%; bottom:50%; margin-bottom:-11px;}
  .ci_box li:last-child{margin-right:0; }
  .ci_box li:last-child:after{display:block;}
  .ci_box02{overflow:hidden;}
  .ci_box02 li{float:left; width:49%;}
  .ci_box02 li:first-child{margin-right:2%;}
  .ci_btn{text-align:right;}
}


/* 홍보영상 */
.vod_play{ padding:10px 0;}
.vod_play video{width:100%;}
.vod_play .video_text{padding:20px; height:250px; overflow-y:scroll; box-shadow: var(--box-shd); width:100%; line-height:2;}



/* 관련법령 */
.low {display:flex;flex-direction: column;gap:2rem;}
.low li{padding:30px 15px; box-shadow: var(--box-shd); border-radius: 2rem;}
.low li span{ display:block; font-size:2rem; font-weight:700; margin-bottom:15px}
.low li .btn_area{text-align:center;}

@media all and (min-width:768px){
  .low li{overflow:hidden; position:relative; padding:30px;}
  .low .low_text{ width:calc(100% - 20rem)}
  .low li .btn_area{position:absolute; top:50%; margin-top:-19px; right:30px;}
}


/* 조직도 */
.org{position:relative; margin-bottom:30px;}
.org:before{content:''; width:1px; height:470px; display:block; position:absolute; top:50px; left:50%; background:#dedede; z-index: -9;}
.org .org_box01{height:50px; margin:0 auto; background:var(--main-d); line-height:50px; text-align:center;}
.org .org_box01 span{color:#fff;}

.org .org_box02{overflow:hidden; margin:30px 0;}
.org .org_box02 div{width:43%; background:#666;}
.org .org_box02 .org_left{float:left; position:relative;}
.org .org_box02 .org_left:before{content:''; width:32.5%; height:1px; background:#dedede; position:absolute; right:-32.5%; top:50%;}
.org .org_box02 .org_right{float:right;}
.org .org_box02 div span{display:block; color:#fff; text-align:center; height:50px; line-height:50px;}

.org .org_box03, .org .org_box04{position:relative; height:50px; line-height:50px; margin:0 auto; text-align:center;}
.org .org_box03{background:#db6a27; margin-bottom:30px;}
.org .org_box04{background:#b65800;margin-bottom: 30px;}
.org .org_box03 span, .org .org_box04 span{color:#fff;}

.org .org_box05 div{border:1px solid #dedede; margin-bottom:20px;}
.org .org_box05 div span{display:block; background:#f8f8f8; text-align:center; border-bottom:1px solid #dedede; padding:20px;}
.org .org_box05 div ul{padding:20px 15px;}
.org .org_box06 {position: relative;height: 50px;line-height: 50px;margin: 0 auto;text-align: center;background: #f8f8f8;margin-bottom: 50px;border:1px solid #dedede;}
/*.org .org_box06 {position: relative;height: 50px;line-height: 50px;margin: 0 auto;text-align: center;background: #b65800;margin-bottom: 50px;color: #fff;}*/


@media all and (min-width:768px){
  .org:before{height: 371px;}

  .org .org_box02 div{width:20%;}
  .org .org_box02 .org_left{margin-left:20%;}
  .org .org_box02 .org_left:before{width:100%; right:-100%;}
  .org .org_box02 .org_right{margin-right:20%;}
  .org .org_box01, .org .org_box03, .org .org_box04, .org .org_box06{width:200px;}
  .org .org_box06 {position: absolute;top: 240px;right: 70px;}
  .org .org_box06:before{z-index: -99;content:'';height:1px;width: 100%;background: #dedede;display:block;position:absolute;top:25px;left: -100%;}

}

@media all and (min-width:1024px){
  .org:before{height: 270px;}

  .org_box05{overflow:hidden;padding-top:50px;position:relative;width: 50%;margin: 0 auto;}
  .org_box05:before{content:'';width: 60%;height:1px;background:#dedede;display:block;position:absolute;top:0;left: 20%;}
  .org_box05 div{float: left;width: 40%;margin-right: 20%;position:relative;}
  .org_box05 div:last-child{margin-right:0;}
  .org_box05 div:before{content:''; height:50px; width:1px; background:#dedede; display:block; position:absolute; top:-50px; left:50%;}
  .org .org_box05 div ul{padding:15px; margin:0;}
}


/* 오시는 길 */
.location_wrap{border:1px solid #dedede;}
.location_wrap .map{width:100%; height:400px;}
.location_wrap .location{background:var(--point1); color:#fff; padding:20px;}
.location_wrap .location li{margin-bottom:10px; line-height:1.5;}
.location_wrap .location li:last-child{margin-bottom:0;}
.location_wrap .location li span{display:block; font-weight:700;}
.use_car { display:flex; gap:3rem;}
.use_car > li{
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, .12) 0 .1rem 1rem;
  background-color: #fff;
  flex:1;
}
.use_car > li > span{font-size:2rem; font-weight:700; display:block; font-size:2rem;}
.use_car  ul {
  font-size: var(--fs-sm);
  color: var(--basic);
  margin-top:2rem;
}
.use_car  ul li + li {margin-top:1rem;}

.bus-item-wrap {background:#f0f2f6; padding:3rem; border-radius: 2rem; display:flex; gap:2rem}
.bus-item { flex:1; border-radius:2rem; padding:2rem; background:#fff;}
.bus-item dt { margin-bottom:2rem;  font-weight:700}
.bus-item dd { display:flex; gap:1rem; flex-wrap: wrap; font-size:var(--fs-xsm)}
.bus-item dd + dd { margin-top:1rem;;}
.bus-item dd span { background:#f0f2f6; padding:0.5rem 1.5rem; border-radius: 2rem; }

@media all and (max-width:768px){
  .bus-item-wrap {
    flex-direction: column;
  }
}

@media all and (min-width:640px){
  .location_wrap .location{padding:30px;}
  .location_wrap .location li span{display:inline-block; margin-right:15px;}
}

/* 윤리경영  */
.charter{padding:20px;background: url("../images/content/bg_charter.png") no-repeat center;border: 5px solid var(--bg-basic);}
.charter_inner{border: 2px solid var(--bg-basic);padding:30px 20px;}
.charter .title{font-size:19px; font-weight:700; text-align:center; margin-bottom:15px;}
.charter .s_title{line-height:1.2; font-size:15px; text-align:center; margin-bottom:20px;}
.charter ul li{margin-bottom:10px; font-size:15px; line-height:1.2; display:table;}
.charter ul li .number{display:table-cell; width:15%;  background:var(--main-d); vertical-align:middle; color:#fff; text-align:center; border-radius:5px;}
.charter ul li .text{display:table-cell; padding-left:10px; vertical-align:middle;}
.charter .f_text{line-height:1.2; font-size:15px; border-top:1px dashed #dedede; padding-top:20px; margin-top:20px;}
.charter .f_sign{text-align:center; margin-top:20px;}
@media all and (min-width:640px){

  .charter_inner{padding:40px 30px;}
  .charter .title{font-size:24px; margin-bottom:20px;}
  .charter .s_title{margin-bottom:30px;}
  .charter ul li .number{width:70px; padding:10px 0;}
  .charter ul li .text{padding-left:15px;}
  .charter .f_text{margin-top:30px; padding-top:30px;}
  .charter .f_sign{font-size:17px;}
}
@media all and (min-width:768px){
  .charter_inner{padding:50px;}
  .charter .title{font-size:26px;}
  .charter .s_title{line-height:1.6; font-size:16px;}
  .charter ul li{line-height:1.6;}
  .charter .f_text{margin-top:50px; padding-top:50px; font-size:16px; line-height:1.6;}
  .charter .f_sign{font-size:18px;}
}
@media all and (min-width:1200px){
  .charter{padding: 17px;}
  .charter_inner{padding:70px 60px;}
  .charter .title{font-size:30px;margin-bottom: 30px;}
  .charter .s_title{margin-bottom: 45px;}
  .charter ul li{margin-bottom:20px;}
  .charter .f_sign{margin-top:30px;}
}


/*인권경영 선언문*/
.charter.charter_new{border:none; background: #F5F5F5;}
.charter.charter_new .charter_inner{border: 2px solid var(--bg-basic); padding:30px 20px; background: #fff;border-radius: 10px; word-break:keep-all;}
.charter.charter_new .title{font-size:22px; font-weight:bold;}
.charter_new .s_title{font-weight:500; line-height:22px;}
.charter.charter_new ul{margin-bottom:20px;}
.charter.charter_new ul li .number{height: 40px;width: 60px; background:var(--main-d);}
.charter.charter_new .charter_inner img{width: 220px;height: 44px;}


@media (min-width:1200px) {
  .charter.charter_new .charter_inner{padding:40px 30px;}
  .charter.charter_new .title{font-size:38px;}
  .charter_new .s_title{margin-bottom:35px;}
  .charter.charter_new ul{margin-bottom:35px;}
  .charter.charter_new .charter_inner img{width:290px; height:58px;}
}



/* 사회적가치 */
.social_text01{background:var(--bg-light1); text-align:center; padding:30px 20px; line-height:1.4; font-size:17px;}
.social_text02{padding:30px 20px; text-align:center; border:5px solid #f5e9e9; position:relative; font-size:17px; font-weight:500;}
.social_text02 em{font-style:normal; color:var(--main-d);}
.social_text02:before, .social_text02:after{content:''; display:block; border:5px solid var(--main-d); position:absolute; top:-5px; width:50px; height:calc(100% + 10px); box-sizing: border-box;}
.social_text02:before{border-right:0; left:-5px;}
.social_text02:after{border-left:0; right:-5px;}
.social_direction{margin-top:20px; background:var(--bg-light1); padding:30px 20px; line-height:1.4;}
.social_direction li{margin-bottom:5px;}
.social_direction li:last-child{margin-bottom:0;}
.social_direction li em{font-style:normal;}
.social_direction li:first-child strong{color:#5383e5;}
.social_direction li:nth-child(2) strong{color:#00996B;}
.social_direction li:nth-child(3) strong{color:#8446eb;}
.social_direction li:nth-child(4) strong{color:#D45511;}
.social_strategy > li{border:1px solid #dedede; margin-bottom:20px; border-radius: 1.2rem;}
.social_strategy > li > span{display:block; background:#3A2DB3; color:#fff; padding:15px 10px; text-align:center; font-size:17px; border-radius: 1.2rem;}
.social_strategy > li:nth-child(2) > span {background:#1A81C0;}
.social_strategy > li:nth-child(3) > span{background:#147665;}
.social_strategy > li:last-child > span{background:#18204E;}
.social_strategy > li:nth-child(2) {
  margin-right: 0;
}

.social_strategy > li:nth-child(1) > .lt01 > li:before {
   background:#3A2DB3;
 }

.social_strategy > li:nth-child(2) > .lt01 > li:before {
  background:#1A81C0;
}

.social_strategy > li:nth-child(3) > .lt01 > li:before {
  background:#00A6B8;
}

.social_strategy > li:nth-child(4) > .lt01 > li:before {
  background:#18204E;
}

.social_strategy > li > ul{padding:20px; margin-bottom:0;}
.social_strategy > li > ul > li{margin-bottom:5px;}
.social_strategy > li > ul > li:last-child{margin-bottom:0;}
@media all and (min-width:768px){
  .social_text02{font-size:20px;}
  .social_strategy{overflow:hidden;}
  .social_strategy > li{float:left; width:49%; margin-right:2%; min-height:290px;}
  .social_strategy > li:last-child{margin-right:0;}
}
@media all and (min-width:1200px){
  .social_text01{font-size:18px;}
  .social_direction{margin-top:30px; padding:30px 40px;}
  .social_strategy > li > span{padding:20px 10px; font-size:18px;}
}


/* 정보공개 청구 절차 */
.claim_step{}
.claim_step .title{margin-bottom:30px;}
.claim_step .title span{display:block; background:var(--main-d); text-align:center; padding:20px; color:#fff;}
.claim_step .list ul li{text-align:center; padding:20px; border:1px solid #dedede;}
.claim_step .list .bottom{margin-top:40px;}
.claim_step .list ul li{position:relative; margin-top:30px;}
.claim_step .list ul li:before{content:''; display:block; width:1px; height:30px; background:#dedede; position:absolute; top:-30px; left:50%;}
.claim_step .list ul li:after{content:''; display:block; width:8px; height:8px; border-radius:50%; background:#dedede; position:absolute; top:-4px; left:50%; margin-left:-4px;}

.claim_way{}
.claim_way li{border:1px solid #dedede; padding:90px 10px 20px 10px; text-align:center; margin-bottom:10px; background-repeat:no-repeat; background-position:center 30px;}
.claim_way li:first-child{background-image:url(../images/content/claim_icon01.jpg);}
.claim_way li:nth-child(2){background-image:url(../images/content/claim_icon02.jpg);}
.claim_way li:nth-child(3){background-image:url(../images/content/claim_icon03.jpg);}
.claim_way li:last-child{background-image:url(../images/content/claim_icon04.jpg);}
.claim_way li span{font-weight:500; display:block; margin-bottom:10px;}
.claim_way li p{font-weight:300; line-height:1.3; font-size:14px;}

@media all and (min-width:1024px){
  .claim_step{overflow:hidden;}
  .claim_step .title{float:left; width:25%; padding-right:50px; position:relative; margin-top:50px;}
  .claim_step .title:before{content:''; display:block; width:50px; height:1px; position:absolute; bottom:50%; right:0; background:#dedede;}
  .claim_step .title:after{content:''; display:block; width:8px; height:8px; border-radius:50%; background:#dedede; position:absolute; bottom:50%; right:0; margin-bottom:-4px; margin-left:0;}
  .claim_step .list{float:left; width:75%; padding-left:30px; position:relative;}
  .claim_step .list:before{content:''; display:block; width:1px; height:99px; background:#dedede; position:absolute; top:29px; left:0;}
  .claim_step .list ul::after{content:''; display:block; clear:both;}
  .claim_step .list ul li{float:left; width:30.45%; margin-top:0; margin-right:4.3%;}
  .claim_step .list ul li:last-child{margin-right:0;}
  .claim_step .list ul li:before{width:30px; height:1px; top:50%; left:-30px;;}
  .claim_step .list ul li:after{top:50%; left:-4px; margin-left:0; margin-top:-4px;}

  .claim_way{overflow:hidden;}
  .claim_way li{float:left; width:49%; margin-right:2%; margin-bottom:20px; text-align:left; padding:45px 40px 45px 140px; background-position:50px center; min-height:142px;}
  .claim_way li:nth-child(2n){margin-right:0;}
  .claim_way li:last-child{padding:30px 40px 30px 140px;}
}


/* 단계 */
.step{}
.step li{margin-bottom:10px; border-radius: 2rem;}
.step li span{display:block; padding:15px 0; text-align:center; color:#fff; background:#ff4a77;}
.step li:nth-child(2) span{background:#ef575e;}
.step li:nth-child(3) span{background:var(--main-d);}

.step li p{padding:20px; border:1px solid #dedede; border-top:0; line-height:1.4;}

.step01 li{text-align:center; border:1px solid #dedede; padding:20px 0; margin-bottom:30px; line-height:1.4; color:#fff; position:relative;}
.step01 li:after{content:''; display:block; width: 0px; height: 0px; border-right:12px solid  transparent; border-left:12px solid  transparent; border-bottom:0; border-top:10px solid #a0888a; position:absolute; bottom:-10px; right:50%; margin-right:-12px;}
.step01 li:first-child{background:#F44E6F; }
.step01 li:first-child:after{border-top:10px solid #F44E6F;}
.step01 li{background:#a0888a;}
.step01 li:last-child{background:#ef575e;}
.step01 li:last-child:after{display:none;}

.step02 { display:flex; flex-wrap:wrap; gap:3rem;}
.step02.type-02 li {
  width: calc(100% / 4 - 3rem);
}
.step02 li{
  background: var(--bg-light1);
  color: #111;
  width: calc(100% / 3 - 2rem);
  text-align: center;
  padding: 2rem;
  position: relative;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.step02 li:after{content:''; display:block;  width:0; height:0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid var(--bg-light1);
  position:absolute; right:-20px; top:50%; transform: translateY(-50%) }
.step02 li:first-child{background:var(--main-d); color:#fff;}
.step02 li:first-child:after{border-left:12px solid var(--main-d);}
.step02 li:last-child{background:var(--point1)}
.step02 li:last-child:after{display:none;}
.step02 li:first-child, .step02 li:last-child{color:#fff;}
.step02 li b { font-weight:700;}
.step02 li span{display:block; width:100%; background:#fff; color:var(--fc-main); font-size:var(--fs-xsm);
  border-radius: 1rem; padding:5px 0; margin:10px auto 0 auto;}



@media all and (min-width:768px){
  .step{overflow:hidden;}
  .step li {float:left; width:31%; margin-right:3.5%;}
  .step li:last-child{margin-right:0;}
  .step li span{position:relative;}
  .step li span:after{content:''; display:block; width: 0px; height: 0px; border-top:12px solid  transparent; border-bottom:12px solid  transparent; border-right:0; border-left: 10px solid #ff4a77; position:absolute; top:50%; right:-10px; margin-top:-12px;}
  .step li:nth-child(2) span:after{border-left: 10px solid #ef575e;}
  .step li p{min-height:320px;}

  .step01{overflow:hidden;}
  .step01 li{float:left; width:23.5%; margin-right:2%;}
  .step01 li:after{border-bottom:12px solid  transparent; border-top:12px solid  transparent; border-right:0; border-left:10px solid #978889; right:3px; bottom:50%; margin-bottom:-10px;}
  .step01 li:first-child:after{border-left:10px solid #F44E6F; border-top:12px solid  transparent;}
  .step01 li:last-child{margin-right:0;}
}
@media all and (min-width:1024px){
  .step li p{min-height:283px;}

  .step03 li{width:32%}
  .step03 li:nth-child(3){margin-right:0}
}

@media all and (max-width:1024px) {
  .step02 li, .step02.type-02 li { width:100%;}
  .step02 li:after{
    border-right:12px solid  transparent;
    border-left:12px solid  transparent;
    border-bottom:0;
    border-top:10px solid var(--bg-light1);
    top:inherit;
    left:50%;
    bottom:-1rem;
    transform: translateX(-50%);

  }
  .step02 li:first-child:after{border-left:12px solid  transparent;border-top:12px solid var(--main-d);}




}


/* 러닝맵 */
.learning_map{border-top:none; border-bottom:0;}
.learning_map tbody tr td{border:none; padding:20px 5px; height:63px;}
.learning_map tbody tr td.box{border:1px solid var(--bd-basic)!important; border-radius: 2rem}
.learning_map tbody tr td.arrow{position:relative;}
.learning_map tbody tr td.arrow:before{content:''; display:block; width:67%; height:1px; background:#aaa; position:absolute; /*top:50%;*/ left:20%;}
.learning_map tbody tr td.arrow:after{content:''; display:block; width:10px; height:10px; transform:rotate(45deg); position:absolute; /*top:50%;*/ margin-top:-4px; right:13%;}
.learning_map tbody tr td.arrow span{display:block; width:24px; height:24px; color:#fff; position:absolute; /*top:50%;*/ margin-top:-11px; left:50%; margin-left:-12px; line-height:20px; border-radius:50%; }
.learning_map tbody tr td.arrow.no:before, .learning_map tbody tr td.arrow.no span{background:var(--main-d);}
.learning_map tbody tr td.arrow.no:after{border-top:1px solid var(--main-d); border-right:1px solid var(--main-d);}

.learning_map tbody tr td.arrow.yes:before, .learning_map tbody tr td.arrow.yes span{background:var(--point1);}
.learning_map tbody tr td.arrow.yes:after{border-top:1px solid var(--point1); border-right:1px solid var(--point1);}

.learning_map tbody tr td.arrow02:before{transform: rotate(-35deg);width:50px;}
.learning_map tbody tr td.arrow02:after{transform:rotate(180deg);top:inherit;right:inherit;bottom:15px; left:24.5%;}
.learning_map tbody tr td.arrow03:before{transform:rotate(45deg); width:50px; left:inherit; right:0;}
.learning_map tbody tr td.arrow03:after{transform:rotate(90deg); bottom:12px; top:inherit; right:6.8%;}
.learning_map tbody tr td.arrow03 span{left:inherit; right:17%;}
.learning_map tbody tr td.arrow04:before{width:1px; height:43px; top:10px; left:50%;}
.learning_map tbody tr td.arrow04:after{transform:rotate(135deg); top:inherit; right:inherit; bottom:9px; left:50%; margin-left:-5px;}

/* 순서  */
.basic-step-process ul{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.basic-step-process ul.lst_5{gap:35px;}
.basic-step-process ul.lst_6{gap:30px;}
.basic-step-process ul li{
  position: relative;
  flex: 1;
  text-align: center;
  background: var(--bg-light1);
  border-radius:2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 0;
  align-items: center;
}
.basic-step-process ul li:nth-child(2){background: #ebedfb;}
.basic-step-process ul li:nth-child(3){background: #e4eff7;}
.basic-step-process ul li:nth-child(4){background: #f4edfd;}
.basic-step-process ul li:nth-child(5){background: #f6eaf1;}
.basic-step-process ul li:nth-child(6){background: var(--main-l);}
.basic-step-process ul li:nth-child(7){background:#f7efe8;}
.basic-step-process ul > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #777;
  content: "›";
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}
.basic-step-process ul > li i {
  display: flex;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 16px;
  background-color: #fff;
  color: var(--point1);
  font-size: 3rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.basic-step-process ul strong {
  display: block;
  margin-bottom: 10px;
}
.basic-step-process ul p {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}


@media (max-width: 768px) {
  .basic-step-process {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .basic-step-process >  ul {
    min-width: 920px;
  }
}

.step-process-type2{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:48px 64px;
}


.step-process-type2 > li{
  grid-column:span 2;
}


.step-process-type2 > li:nth-child(1){ grid-column:1 / 3; }
.step-process-type2 > li:nth-child(2){ grid-column:3 / 5; }
.step-process-type2 > li:nth-child(3){ grid-column:5 / 7; }


.step-process-type2 > li:nth-child(4){
  grid-column:1 / 4;
  grid-row:2;
}

.step-process-type2 > li:nth-child(5){
  grid-column:4 / 7;
  grid-row:2;
}

.step-process-type2 > li {
  position: relative;
  counter-increment: step;
}
/*.step-process-type2 > li:nth-child(4) {*/
/*  grid-column: 2;*/
/*}*/
.step-process-type2 > li::after {
  position: absolute;
  top: 50%;
  right: -44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--step-color);
  content: "→";
  font-size: 22px;
  font-weight: 700;
  transform: translateY(-50%);
}

.step-process-type2 > li:nth-child(3)::after {
  top: auto;
  right: 50%;
  bottom: -42px;
  content: "↓";
  transform: translateX(50%);
}

.step-process-type2 > li:nth-child(5)::after {
  right: auto;
  left: -44px;
  content: "←";
}

.step-process-type2 > li:nth-child(4)::after {
  display: none;
}

.step-process-type2 .process-card {
  overflow: hidden;
  min-height: 310px;
  border: 2px solid var(--step-color);
  border-radius: 12px;
  background: #fff;
  height: 100%;
}

.step-process-type2 .process-card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 20px;
  margin: 0;
  color: #fff;
  background: var(--step-color);
  text-align: center;
  font-size: 22px;
  font-weight: 800;
}

.step-process-type2 .process-cont {
  padding: 28px 24px;
  color: #333;
  font-size: 18px;
  line-height: 1.45;
}

.step-process-type2 .process-cont p {
  margin: 0;
}

.step-process-type2 .process-cont p + p,
.step-process-type2 .notice-list {
  margin-top: 24px;
}

.step-process-type2 .process-cont strong {
  font-weight: 800;
}

.step-process-type2 .notice-list {
  padding: 0;
  color: var(--main-d);
  list-style: none;
}

.step-process-type2 .notice-list li {
  position: relative;
  padding-left: 1.2em;
}

.step-process-type2 .notice-list li + li {
  margin-top: 8px;
}

.notice-list li::before {
  position: absolute;
  left: 0;
  content: "※";
}

.step-process-type2 > li:nth-child(1) { --step-color: #ef5b61; }
.step-process-type2 > li:nth-child(2) { --step-color: #f0714f; }
.step-process-type2 > li:nth-child(3) { --step-color: #ef4222; }
.step-process-type2 > li:nth-child(4) { --step-color: #6a57d4; }
.step-process-type2 > li:nth-child(5) {--step-color: #3a2db3;}

@media (max-width: 1024px) {
  .step-process-type2{
    grid-template-columns:1fr;
    gap:2.8rem;
  }

  .step-process-type2 > li{
    grid-column:1 !important;
    grid-row:auto !important;
  }

  .process-card{
    min-height:auto;
  }

  .step-process-type2 > li::after{
    content:"↓" !important;
    left:50%;
    right:auto;
    top:auto;
    bottom:-28px;
    transform:translateX(-50%);
  }

  /* 마지막 제거 */
  .step-process-type2 > li:last-child::after{
    display:none;
  }


  .step-process-type2 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .step-process-type2 > li:nth-child(4),
  .step-process-type2 > li:nth-child(5) {
    grid-column: auto;
  }

  .step-process-type2 > li::after,
  .step-process-type2 > li:nth-child(3)::after,
  .step-process-type2 > li:nth-child(4)::after {
    top: auto;
    right: 50%;
    bottom: -30px;
    left: auto;
    content: "↓";
    transform: translateX(50%);
  }

  .process-card {
    min-height: auto;
  }
}


/* 주요 사업 등 숫자+내용 박스 */
.contlist-type1 { display:flex; flex-wrap: wrap; gap:3rem;}

.contlist-type1 .list {
  position:relative;
  background-color: var(--bg-basic);
  border: 1px solid var(--bg-basic);
  border-radius: 2rem;
  padding:3rem;
  transition:all .3s ease
}
.contlist-type1 .list:last-child {margin-bottom:0}
.contlist-type1 .list .num {display:block;position:absolute;left:0;top:0;border-radius:17px 0 20px 0;font-size:0.88em;color:#fff;font-weight:600;line-height:1;padding:17px 16px;box-sizing:border-box}
.contlist-type1 .list:nth-child(4n+1) .num {background-color: var(--point1);}
.contlist-type1 .list:nth-child(4n+2) .num {background-color: var(--point2);}
.contlist-type1 .list:nth-child(4n+3) .num {background-color: var(--point3)}
.contlist-type1 .list:nth-child(4n+4) .num {background-color: var(--main-d)}
.contlist-type1 .list .num + .txt-sec {margin-left:30px}
.contlist-type1 .list .tit {color:#222;font-size:1.11em;font-weight:600;line-height:1.3;letter-spacing:-.05em}
.contlist-type1 .list .tit + * {margin-top:10px}
.contlist-type1.col4 .list{width: calc(100% / 4 - 2.3rem);}

@media all and (max-width:1600px) {

}
@media all and (max-width:1200px) {

}
@media all and (max-width:1024px) {
  .contlist-type1.col4 .list{width: calc(100% / 2 - 2.3rem);}
}
@media all and (max-width:576px) {
  .contlist-type1 .list, .contlist-type1.col2 .list, .contlist-type1.col3 .list, .contlist-type1.col4 .list {
     width:100%;
  }
}




/* 정의스타일(dl) */
.jus{ border:1px solid var(--bd-basic); border-radius: 2rem; overflow: hidden;}
.jus + .jus { margin-top:2rem;}
.jus dt{padding:20px 0; text-align:center; font-weight:700; background:var(--bg-light1); }
.jus dd{padding:20px; text-align:center;}
@media all and (min-width:768px){
  .jus{display:table; width:100%; padding:0;}
  .jus dt{display:table-cell; width:22%; vertical-align:middle; border-bottom:0;}
  .jus dd{display:table-cell; width:68%; vertical-align:middle; text-align:left;}
}

.content-box-basic .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: default;
}

.img_box a img {
  width: 100%;
}

/*s협약기관*/


@media (min-width: 640px) {
  .institution > li:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 640px) {
  .institution > li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
.institution > li {
  border: 1px solid #dedede;
  margin-bottom: 15px;
}

.institution > li span {
  display: block;
  height: 110px;
  text-align: center;
  line-height: 110px;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.institution_cont > li > span {
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.institution > li > span img {
  max-width: 190px;
}

.institution_cont > li > ul {
  padding: 15px;
  margin-bottom: 0;
  border-top: 1px dashed #dedede;
  min-height: 330px;
}
.list_basic {
  overflow: hidden;
  margin-bottom: 20px;
}

.institution > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 50px 17px 20px;
  background: #f8f8f8;
  position: relative;
  letter-spacing: -0.3px;
  font-size: 1.7rem;
}

@media (min-width: 640px) {
  .institution > li:nth-child(2n) {
    margin-right: 0;
  }
}



/* 박스형 리스트 */
.box-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box-list-wrap .box-list {
  width: calc(100% / 2 - 10px);
  position: relative;
}

.box-list-wrap .box-list .item {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all .25s;
  border: 2px solid #efefef;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.box-list-wrap .box-list .list-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 4rem 3rem 1.5rem;
}

.box-list-wrap .box-list .list-body {
  padding: 0 3rem;
}

.box-list-wrap .box-list .item a:hover {
  text-decoration: underline
}

.box-list-wrap .box-list .tit {
  font-size: 2.2rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  transition: all .25s;
}

.box-list-wrap .box-list .tit b { /* flex-grow: 1; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-list-wrap .box-list .tit span {
  flex-shrink: 0;
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 20px;
  padding: 1px 8px;
}

.box-list-wrap .box-list .tit + .list2 {
  margin-top: 1.5rem;
}

.box-list-wrap .box-list .date {
  font-size: 1.5rem;
  color: var(--basic);
}

.box-list-wrap .box-list .list2 {
  color: var(--basic);
}

.box-list-wrap .box-list .list2 li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.box-list-wrap .box-list .list2 li + li {
  margin-top:5px;
}
.box-list-wrap .box-list .list-ft {
  margin-top: auto;
  display: flex;
  justify-content: center;
  background: #efefef;
  font-weight: 600;
  flex-wrap: wrap;
}

.box-list-wrap .box-list .list-ft a {
  flex: 1;
  text-align: center;
  padding: 13px 10px;

}

.box-list-wrap .box-list .list-ft a + a {
  border-left: 2px solid #fff;
}

.box-list-wrap .box-list .list-body + .list-ft {
  margin-top: 3rem;
}

.box-list-wrap .box-list.no-ft .item {
  padding-bottom: 4rem;
}

.box-list-wrap .box-list .item .form-check {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* 썸네일형*/
.box-list-wrap.type-gallery .box-list .list-body {
  padding: 0 1.5rem
}

.box-list-wrap.type-gallery .box-list .list-hd {
  padding: 1.5rem;
}

.box-list-wrap.type-gallery .box-list .item {
  border-width: 2px;
  overflow: hidden;
}

.box-list-wrap.type-gallery .box-list .item {
  border-width: 2px;
  overflow: hidden;
}

.box-list-wrap.type-gallery .list-thumb {
  /*height: 20rem;  */
  height: 24rem;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background: #f0f0f0
;
}

.box-list-wrap.type-gallery .list-thumb img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  /* height: 100% !important; */
  /* object-fit: cover; */
  transform: translateY(-50%);
}



.detail-policy {
  width:100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  overflow: visible;
  padding: 3rem;
  border: 2px solid #efefef;
  border-radius: 20px;
  gap: 5rem;
}
.detail-policy .detail-thumb {width: 300px;}
.container-bar-wrap .content-wrap .detail-policy .detail-thumb { width: 40%; padding-right: 4rem; flex: initial; }
.detail-policy .detail-thumb + .detail-info { width:calc(100% - 300px - 5rem)}


.detail-policy .detail-thumb img {width: 100%;}
.detail-policy .detail-info {flex: 1;}
.detail-policy .detail-info  .detail-into-top { display: flex;  align-items: center }
.detail-policy .detail-info  .detail-into-top .tag { display:flex; gap:5px;}
.detail-policy .detail-info  .detail-into-top .tag span + span { margin-left:0.5rem;}
.detail-policy .detail-info  .detail-into-top .day-count {  margin-left:auto; font-weight: 800; font-size:2.2rem; color:var(--main)}
.detail-policy .btn_center {  margin:20px 0; text-align :center;}
.detail-policy .btn_center .btn--basic-c { font-size:2rem;     height: 5.5rem;  padding: 0 2.2rem;}
.detail-policy .detail-info .dt-tit {
  font-size: 2.8rem;
  margin: 2rem 0 2rem 0;
  font-weight: bold; }
.detail-policy .detail-info .dt-desc {
  color: var(--basic);
}
.detail-policy .detail-info .dt-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top:2rem;
  background: #f1f3f7;
  padding: 3rem;
  border-radius: 20px;
  flex-direction: column;
}
.detail-policy .detail-info dl {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.detail-policy .detail-info dl dt {
  padding-right: 20px;
  font-weight: bold;
  display: flex;
  width: 15rem;
}





@media all and (max-width: 1026px) {
  .detail-policy .detail-thumb { flex:auto; width:100%;}
  .detail-policy .detail-info {flex: auto;width: 100%;}
}
@media all and (max-width: 640px) {
  .box-list-wrap .box-list { width:100%;}
  .detail-policy .detail-info dl dt { width:100%;}
  .detail-policy .detail-info dl dd  { width:100%;}

}
@media all and (max-width: 480px) {
  .detail-policy { padding:1.5rem;}
}

.strategy-list strong .color {
  background: #F0FC0D;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--point1);
}


