@charset "UTF-8";
/* .contentsWrap {
  container : sub-container / inline-size;
} */

.ta_step_wrap {
  width: 100%;
  background: #f4f7f9;
  padding: 3rem;
  border-radius: 3rem;
  display: flex;
  gap: 10rem;
  justify-content: center;
}
.ta_step_wrap [class^=ta_step_] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.ta_step_wrap [class^=ta_step_].active .ta_txt {
  filter: drop-shadow(2px 10px 10px var(--mainCol-b));
}
.ta_step_wrap [class^=ta_step_].active .ta_txt p span {
  opacity: 1;
}
.ta_step_wrap [class^=ta_step_] > .ta_txt {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 3;
}
.ta_step_wrap [class^=ta_step_] > .ta_txt p {
  background: #fff;
  width: 100%;
  color: var(--col-222);
  display: flex;
  align-items: center;
  padding: 1.7rem 3rem;
  border-radius: 2rem;
  flex-wrap: wrap;
}
.ta_step_wrap [class^=ta_step_] > .ta_txt p span {
  font-size: var(--fs22);
  font-weight: 900;
  line-height: 1;
  color: var(--mainCol);
  margin-right: 1rem;
  opacity: 0.5;
  letter-spacing: -0.08rem;
}
.ta_step_wrap [class^=ta_step_] > .ta_txt p b {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-size: var(--fs18);
}
.ta_step_wrap [class^=ta_step_]::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.71 50.69'%3E%3Cg%3E%3Cline x1='5' y1='25.35' x2='59.71' y2='25.35' style='fill: none; stroke: %23999999; stroke-linecap: round; stroke-linejoin: round; stroke-width: 10px;'/%3E%3Cpolyline points='39.37 5 59.71 25.35 39.37 45.69' style='fill: none; stroke: %23999999; stroke-linecap: round; stroke-linejoin: round; stroke-width: 10px;'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0;
  width: 36px;
  height: 28px;
  margin: 0 4rem;
  position: absolute;
  right: -105px;
}
.ta_step_wrap [class^=ta_step_].ta_step_03::after {
  content: none;
}

.sec_tit {
  margin-bottom: 2.9rem;
}
.sec_tit h1, .sec_tit h4 {
  font-size: var(--fs22);
  display: flex;
  font-family: var(--font-title);
  align-items: center;
  gap: 8px;
  -webkit-text-stroke: 1px rgba(34, 34, 34, 0.5647058824);
  color: var(--col-222);
  line-height: 1;
  flex-wrap: wrap;
  position: relative;
}
.sec_tit h1::before, .sec_tit h4::before {
  content: "";
  display: block;
  background: url(../img/s_bullet.png) no-repeat 0 0;
  width: 27px;
  height: 22px;
}
.sec_tit h1 .caution, .sec_tit h4 .caution {
  padding-bottom: 0;
}
.sec_tit h4 > span.subTitle {
  font-size: var(--fs18);
  color: var(--mainCol);
  -webkit-text-stroke: 0;
  font-weight: var(--fw-sb);
}
.sec_tit:has(+ .alignBtWrap) {
  margin-bottom: 1rem;
}
.sec_tit + .alignBtWrap {
  margin-top: 0;
}
.sec_tit .ps {
  font-family: var(--font-title);
  display: inline-block;
  font-size: 14px;
  padding-top: 10px;
  font-weight: bold;
  color: #ff0000;
  padding-left: 32px;
}
.sec_tit .moreLink {
  font-size: var(--fs14);
  font-family: var(--font-title);
  color: var(--col-222);
  transform: skew(-0.04deg);
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px;
  position: absolute;
  top: 0;
  height: 22px;
  right: 0;
  transition: right 0.5s;
}
.sec_tit .moreLink::after {
  content: "";
  display: inline-block;
  background: url(../img/moreBtn.png) no-repeat 0 0;
  width: 38px;
  height: 10px;
  right: 0;
}

ul.sec_bul {
  margin-bottom: 2rem;
}
ul.sec_bul li {
  font-size: var(--fs18);
  font-weight: 500;
  color: var(--col-222);
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  word-break: keep-all;
}
ul.sec_bul li:not(:first-child) {
  margin-top: 1rem;
}
ul.sec_bul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: var(--mainCol);
  position: absolute;
  left: 0;
  top: 0.8rem;
}
ul.sec_bul li span {
  font-size: var(--fs16);
  color: var(--col-444);
  display: block;
  font-weight: 400;
}
ul.sec_bul li span.red {
  color: #de3b2f;
  font-weight: var(--fw-sb);
}
ul.sec_bul li span.blue {
  color: var(--mainCol);
  font-weight: var(--fw-sb);
  display: inline-block;
  font-size: var(--fs18);
}
ul.sec_bul li span.space {
  text-indent: -21px;
  padding-left: 21px;
}

.checkArea {
  background: #fff;
  border: 0.1rem solid var(--mainCol);
  padding: 4.6rem 0;
  border-radius: 2rem;
  display: flex;
}
.checkArea input {
  display: block;
  font-size: 14px;
}
.checkArea input[type=checkbox].checkbox + label i + span {
  font-size: var(--fs14);
  padding-left: 0.5rem;
}
.checkArea > [class^=step0] {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 4.6rem;
}
.checkArea > [class^=step0] p {
  font-size: var(--fs22);
  font-weight: 600;
  padding-bottom: 2.6rem;
  line-height: 1;
}
.checkArea > [class^=step0] p::before {
  content: "";
  display: block;
  background: url() no-repeat center center;
  width: 100%;
  height: 7.3rem;
  margin-bottom: 2.6rem;
}
.checkArea > [class^=step0].step01 p::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86.76 87.34'%3E%3Cg%3E%3Cline x1='1.9' y1='16.55' x2='12.54' y2='16.55' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='1.9' y1='30.11' x2='12.54' y2='30.11' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='1.9' y1='43.67' x2='12.54' y2='43.67' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='1.9' y1='57.23' x2='12.54' y2='57.23' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='1.9' y1='70.78' x2='12.54' y2='70.78' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='24.76' y1='16.55' x2='55.42' y2='16.55' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='24.76' y1='30.11' x2='55.42' y2='30.11' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='24.76' y1='43.67' x2='55.42' y2='43.67' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='24.76' y1='57.23' x2='51.42' y2='57.23' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cline x1='24.76' y1='70.78' x2='36.26' y2='70.78' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cg%3E%3Cg%3E%3Cpath d='m56.33,67.18c-5.26-5.26-5.26-13.79,0-19.05,3.73-3.73,9.09-4.8,13.77-3.24V6.9c0-2.76-2.24-5-5-5H12.22c-2.76,0-5,2.24-5,5v73.54c0,2.76,2.24,5,5,5h52.89c2.76,0,5-2.24,5-5v-10.01c-4.68,1.55-10.05.48-13.77-3.24Z' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.8px;'/%3E%3Cpath d='m84.01,73.41l-7.51-7.51c-.34.44-.71.88-1.12,1.28-1.02,1.02-2.17,1.84-3.39,2.46l7.89,7.89c1.14,1.14,2.99,1.14,4.13,0h0c1.14-1.14,1.14-2.99,0-4.13Z' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3Cpath d='m75.38,48.13c-1.53-1.53-3.35-2.61-5.27-3.24-4.68-1.55-10.05-.48-13.77,3.24-5.26,5.26-5.26,13.79,0,19.05,3.73,3.73,9.09,4.8,13.77,3.24.64-.21,1.27-.47,1.88-.78,1.22-.62,2.37-1.44,3.39-2.46.41-.41.77-.84,1.12-1.28,4.1-5.28,3.74-12.91-1.12-17.76Z' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3C/g%3E%3Cpath d='m60.35,52.97c3.48-3.48,7.53-3.48,11.01,0' style='fill: none; stroke: rgb(34,34,34); stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 3.8px;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.checkArea > [class^=step0].step02 {
  border: 1px dashed #ddd;
  border-top: none;
  border-bottom: none;
}
.checkArea > [class^=step0].step02 p::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 162.69 168.45'%3E%3Cg%3E%3Cg%3E%3Cpath d='m109.61,164.95v-8c0-13.25-10.75-24-24-24h-8c-13.25,0-24,10.75-24,24v8h56Z' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3Cpath d='m81.61,120.95h0c6.63,0,12-5.37,12-12v-4c0-6.63-5.37-12-12-12h0c-6.63,0-12,5.37-12,12v4c0,6.63,5.37,12,12,12Z' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3Cpath d='m37.61,156.95H5.61v-8c0-13.24,10.76-24,24-24h8c4.44,0,8.6,1.2,12.16,3.32' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3Cpath d='m33.61,112.95h0c6.63,0,12-5.37,12-12v-4c0-6.63-5.37-12-12-12h0c-6.63,0-12,5.37-12,12v4c0,6.63,5.37,12,12,12Z' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3Cpath d='m113.45,128.27c3.56-2.12,7.72-3.32,12.16-3.32h8c13.24,0,24,10.76,24,24v8h-32' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3Cpath d='m129.61,112.95h0c6.63,0,12-5.37,12-12v-4c0-6.63-5.37-12-12-12h0c-6.63,0-12,5.37-12,12v4c0,6.63,5.37,12,12,12Z' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7px;'/%3E%3C/g%3E%3Cpath d='m151.93,3.6H10.77c-3.96,0-7.17,3.21-7.17,7.17v33.37c0,3.96,3.21,7.17,7.17,7.17h13.96l7.79,13.48,7.79-13.48h33.25l7.79,13.48,7.79-13.48h33.25l7.79,13.48,7.79-13.48h13.96c3.96,0,7.17-3.21,7.17-7.17V10.77c0-3.96-3.21-7.17-7.17-7.17Z' style='fill: none; stroke: rgba(34,34,34,1); stroke-linecap: round; stroke-linejoin: round; stroke-width: 7.2px;'/%3E%3Cpath d='m115.25,27c0,2.5-2.03,4.53-4.53,4.53s-4.54-2.03-4.54-4.53,2.03-4.53,4.54-4.53,4.53,2.03,4.53,4.53Z'/%3E%3Cpath d='m85.88,27c0,2.5-2.03,4.53-4.54,4.53s-4.53-2.03-4.53-4.53,2.03-4.53,4.53-4.53,4.54,2.03,4.54,4.53Z'/%3E%3Ccircle cx='51.97' cy='27' r='4.53'/%3E%3C/g%3E%3C/svg%3E");
}
.checkArea > [class^=step0].step03 p::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='레이어 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.63 105.02'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='m19.61,41.85H7.25c-2.76,0-5,2.24-5,5v50.92c0,2.76,2.24,5,5,5h43.56v-55.92' style='fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cpath d='m87.57,41.85h6.81c2.76,0,5,2.24,5,5v50.92c0,2.76-2.24,5-5,5h-43.56v-55.92' style='fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='14.06' y1='58.59' x2='39.01' y2='58.59' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='14.06' y1='72.31' x2='39.01' y2='72.31' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='14.06' y1='86.03' x2='39.01' y2='86.03' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='62.62' y1='58.59' x2='87.57' y2='58.59' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='62.62' y1='72.31' x2='87.57' y2='72.31' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cline x1='62.62' y1='86.03' x2='87.57' y2='86.03' style='fill: %23fff; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cg%3E%3Cpolygon points='10.01 16.65 50.81 31.05 91.61 16.65 50.81 2.25 10.01 16.65' style='fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cpath d='m72.41,23.85v16.8c-4.01,1.88-11.63,4.8-21.6,4.8-4.43,0-12.57-.58-21.6-4.8v-16.8' style='fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3Cpolyline points='19.61 31.05 19.61 21.45 48.41 16.65' style='fill: none; stroke: %23222; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4.5px;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.checkArea .checkP > span {
  margin-bottom: 1rem;
  display: block;
}
.checkArea .checkP > span label i + span {
  font-size: var(--fs16) !important;
}

@media screen and (max-width: 1640px) {
	.checkArea > [class^=step0]			{ padding:0 2.2rem; }
}

.CtBtWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.CtBtWrap button.st1.choise {
  width: 100%;
  min-width: unset;
  text-align: left;
  background: #fff;
  color: var(--col-444);
  border: var(--bor-4);
}
.CtBtWrap button.st1.choise:focus, .CtBtWrap button.st1.choise.on {
  background: var(--mainCol);
  color: #fff;
}
@container sub-container (width <= 1100px) {
  .CtBtWrap.CtBtWrap {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .CtBtWrap.CtBtWrap button.st1.choise {
    width: 100%;
    text-align: center;
  }
}

.tb_flex_wrap {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.tb_flex_wrap .tb_thumbnail {
  max-width: 504px;
  overflow: hidden;
  height: 315px;
  width: 100%;
  border-radius: 2rem;
  /* background-color: #f5f5f5; */
  background: #f5f5f5 url("../img/thumb_logo.png") no-repeat center;
  background-size: contain;
}
.tb_flex_wrap .tb_thumbnail2 {
  height: 223px;
  background-size: 70% auto;
  background-position: top 40px center;
  text-align: center;
  position: relative;
}
.tb_flex_wrap .tb_thumbnail2:has(img) {
  background-image: none;
}
.tb_flex_wrap .tb_thumbnail.tb_thumbnail2 img {
  height: 50%; width:80%; object-fit: contain; text-align: center; display: inline-block; position: absolute; top:0; left:50%; transform: translateX(-50%);
}
.tb_flex_wrap .tb_thumbnail2 p {
  text-align: center; font-size:18px; height:50%; position: relative; top:50%; display:flex; align-items: center; flex-direction: column; justify-content: center; border-top:1px dashed #fff;
}
.tb_flex_wrap .tb_thumbnail2 p span {
  display: block; font-size: 18px;
}
.tb_flex_wrap .tb_thumbnail2 p span strong {
  font-size: 24px; color:#2f7dfe; padding-right:10px;
}
.tb_flex_wrap .tb_thumbnail3 {
  height: 223px;
  background-image: none;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap:10px;
}
.tb_flex_wrap .tb_thumbnail3 p  { display:block; font-size: 32px; color:#111; font-weight: bold; }
.tb_flex_wrap .tb_thumbnail3 div    { font-size: 26px; }
.tb_flex_wrap .tb_thumbnail3 div span    { font-size:32px; font-weight: bold; }
.tb_flex_wrap .tb_thumbnail3 div strong    { font-size:48px; font-weight: bold; }


.tb_flex_wrap .tb_thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.tb_flex_wrap .tb_info_table {
  width: 100%;
}
.tb_flex_wrap .tb_info_table table {
  margin-top: -7px;
  border-collapse: separate;
  border-spacing: 0 0.8rem;
  width: 100%;
}
.tb_flex_wrap .tb_info_table table tr {
  margin-bottom: 1rem;
  height: 3.8rem;
  font-size: var(--fs15);
}
.tb_flex_wrap .tb_info_table table tr th {
  border-radius: 100px;
  background: #f4f7f9;
}
.tb_flex_wrap .tb_info_table table tr th, .tb_flex_wrap .tb_info_table table tr td {
  padding: 0 1.4rem;
}
@container sub-container (width <= 1100px) {
  .tb_flex_wrap.tb_flex_wrap {
    flex-direction: column;
  }
  .tb_flex_wrap.tb_flex_wrap .tb_thumbnail {
    max-width: unset;
  }
  .tb_flex_wrap.tb_flex_wrap .tb_info_table {
    width: 100%;
    text-align: center;
  }
  .tb_flex_wrap.tb_flex_wrap .tb_info_table colgroup {
    display: none;
  }
  .tb_flex_wrap.tb_flex_wrap .tb_info_table td, .tb_flex_wrap.tb_flex_wrap .tb_info_table th {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
  }
}

.ThumbList {
  margin-top: 3rem;
}
.ThumbList .cont {
  display: grid;
  max-width: 160rem;
  margin: 0 auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4.4rem;
}
.ThumbList .cont > li {
  grid-column: span 4;
  height: fit-content;
  border: 0.1rem solid var(--col-bor);
  border-radius: 3.5rem;
  background-color: var(--col-white);
  aspect-ratio: 1/1;
  overflow: var(--ovh);
  position: var(--pos-rel);
  background-position: left -1px top -1px;
  background-size: calc(100% + 2px);
  border: var(--bor-4);
}
.ThumbList .cont > li > p {
  width: 100%;
  height: 11.7rem;
  background-color: var(--col-white);
  position: var(--pos-abs);
  bottom: 0;
  left: 0;
  padding: 2.5rem 3rem;
  transition: 0.3s;
}
.ThumbList .cont > li > p strong {
  font-size: var(--fs22);
  font-weight: var(--fw-bo);
  color: var(--col-333);
  display: block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList .cont > li > p span {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: var(--fs18);
  font-weight: var(--fw-li);
  color: var(--col-555);
  margin-top: 1rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList .cont > li .flag {
  display: flex;
  width: 6.7rem;
  height: 3.7rem;
  border-radius: 2rem 0.5rem 2rem 0;
  box-shadow: 0.3rem 0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
  position: var(--pos-abs);
  top: 62%;
  left: 76%;
  justify-content: var(--ce);
  align-items: var(--ce);
  font-size: var(--fs18);
  color: var(--col-white);
  font-weight: var(--fw-bo);
  z-index: 4;
  transition: 0.3s ease-out;
}
.ThumbList .cont > li .flag.red {
  background-color: #ff5b5b;
}
.ThumbList .cont > li .flag.blue {
  background-color: #3c81ff;
}
.ThumbList .cont > li .programFlag {
  display: flex;
  width: 6rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  position: var(--pos-abs);
  top: 2rem;
  left: 2rem;
  justify-content: var(--ce);
  align-items: var(--ce);
  font-size: var(--fs14);
  color: var(--col-white);
  font-weight: var(--fw-me);
}
.ThumbList .cont > li .programFlag.ing {
  background-color: #ff7800;
}
.ThumbList .cont > li .programFlag.end {
  background-color: #999999;
}
.ThumbList .cont > li > a {
  position: var(--pos-abs);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 242, 255, 0.95);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
.ThumbList .cont > li > a p {
  width: 100%;
  padding: 10rem 3rem 3rem;
  position: var(--pos-rel);
}
.ThumbList .cont > li > a p::after {
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: var(--col-333);
  border-radius: 0.3rem;
  position: var(--pos-abs);
  bottom: 0;
  left: calc(100% - 6rem);
  transition: 0.5s 0.3s ease-out;
}
.ThumbList .cont > li > a p strong {
  font-size: var(--fs22);
  font-weight: var(--fw-bo);
  color: var(--col-333);
  display: block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList .cont > li > a p span {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: var(--fs18);
  font-weight: var(--fw-li);
  color: var(--col-555);
  margin-top: 1rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList .cont > li > a ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 3rem 0;
}
.ThumbList .cont > li > a ul li strong {
  width: 6.4rem;
  font-size: var(--fs16);
  color: var(--col-333);
  font-weight: var(--fw-sb);
  padding-right: 1rem;
}
.ThumbList .cont > li > a ul li span {
  font-size: var(--fs16);
  color: var(--col-555);
  font-weight: var(--fw-li);
}
.ThumbList .cont > li:hover > a, .ThumbList .cont > li:focus-within > a {
  opacity: 1;
}
.ThumbList .cont > li:hover > a p::after, .ThumbList .cont > li:focus-within > a p::after {
  left: 3rem;
}
.ThumbList .cont > li:hover .flag, .ThumbList .cont > li:focus-within .flag {
  z-index: 4;
  top: 4.5rem;
  left: 3rem;
}
.ThumbList .contMore {
  margin-top: 4rem;
  display: flex;
  justify-content: var(--ce);
}
.ThumbList .contMore button {
  height: 5.6rem;
  border-radius: 2.8rem;
  font-size: var(--fs20);
  font-weight: var(--fw-sb);
  color: var(--col-333);
  padding: 0 7.5rem 0 4.3rem;
  letter-spacing: -0.1rem;
  background: url(../img/main/contMoreIcon.png) right 4.3rem center no-repeat var(--col-bor);
}
.ThumbList .contMore button:hover {
  background: url(../img/main/contMoreIcon_on.png) right 4.3rem center no-repeat var(--col-purple3);
}

.ThumbList2 {
  margin-top: 3rem;
}
.ThumbList2 .cont {
  display: grid;
  max-width: 160rem;
  margin: 0 auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4.4rem;
  /* cont안에 .check_one 클래스 있을경우 */
}
.ThumbList2 .cont:has(.radio) {
  gap: 9rem 4.4rem;
  margin-bottom: 4rem;
}
.ThumbList2 .cont > li {
  grid-column: span 4;
  border-radius: 2rem;
  height: fit-content;
  background-color: var(--col-white);
  aspect-ratio: 1/1;
  position: var(--pos-rel);
  background-position: left -1px top -1px;
  background-size: calc(100% + 2px);
  /* 선택됨 */
}
.ThumbList2 .cont > li > p {
  width: 100%;
  height: 11.7rem;
  background-color: var(--col-white);
  position: var(--pos-abs);
  bottom: 0;
  left: 0;
  padding: 2.5rem 3rem;
  transition: 0.3s;
}
.ThumbList2 .cont > li > p strong {
  font-size: var(--fs22);
  font-weight: var(--fw-bo);
  color: var(--col-333);
  display: block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList2 .cont > li > p span {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: var(--fs18);
  font-weight: var(--fw-li);
  color: var(--col-555);
  margin-top: 1rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList2 .cont > li .flag {
  display: flex;
  width: 6.7rem;
  height: 3.7rem;
  border-radius: 2rem 0.5rem 2rem 0;
  box-shadow: 0.3rem 0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
  position: var(--pos-abs);
  top: 62%;
  left: 76%;
  justify-content: var(--ce);
  align-items: var(--ce);
  font-size: var(--fs18);
  color: var(--col-white);
  font-weight: var(--fw-bo);
  z-index: 4;
  transition: 0.3s ease-out;
}
.ThumbList2 .cont > li .flag.red {
  background-color: #ff5b5b;
}
.ThumbList2 .cont > li .flag.blue {
  background-color: #3c81ff;
}
.ThumbList2 .cont > li .programFlag {
  display: flex;
  width: 6rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  position: var(--pos-abs);
  top: 2rem;
  left: 2rem;
  justify-content: var(--ce);
  align-items: var(--ce);
  font-size: var(--fs14);
  color: var(--col-white);
  font-weight: var(--fw-me);
}
.ThumbList2 .cont > li .programFlag.ing {
  background-color: #ff7800;
}
.ThumbList2 .cont > li .programFlag.end {
  background-color: #999999;
}
.ThumbList2 .cont > li > a {
  position: var(--pos-abs);
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(233,242,255,.95); */
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 3;
  border-radius: 2rem;
  border: var(--bor-4);
  overflow: hidden;
  z-index: 999;
}

.ThumbList2 .cont > li > a .hoverCont	{ display:none; }
.ThumbList2 .cont > li > a:hover .hoverCont	{ display:block; position: absolute; top:0; left:0; width:100%; height:100%; background-color: rgba(0, 0, 0, 0.7); }
.ThumbList2 .cont > li > a:hover .hoverCont ul			{ display:flex; flex-direction: column; gap:18px; justify-content: center; padding:30px; height:100%; }
.ThumbList2 .cont > li > a:hover .hoverCont ul li			{ display: flex; gap:18px; }
.ThumbList2 .cont > li > a:hover .hoverCont ul li strong	{ color:#fff; font-size: 16px; font-weight: bold; background-color: #2f7dfe; border-radius: 8px 0; display: flex; width:72px; height:25px; align-items: center; justify-content: center; white-space: nowrap; min-width: 72px; padding-top:1px; }
.ThumbList2 .cont > li > a:hover .hoverCont ul li span		{ color:#fff; font-size: 15px; word-break: keep-all; }





.ThumbList2 .cont > li > a p {
  width: 100%;
  padding: 10rem 3rem 3rem;
  position: var(--pos-rel);
}
.ThumbList2 .cont > li > a p::after {
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: var(--col-333);
  border-radius: 0.3rem;
  position: var(--pos-abs);
  bottom: 0;
  left: calc(100% - 6rem);
  transition: 0.5s 0.3s ease-out;
}
.ThumbList2 .cont > li > a p strong {
  font-size: var(--fs22);
  font-weight: var(--fw-bo);
  color: var(--col-333);
  display: block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList2 .cont > li > a p span {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: var(--fs18);
  font-weight: var(--fw-li);
  color: var(--col-555);
  margin-top: 1rem;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: var(--ovh);
}
.ThumbList2 .cont > li > a > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* padding: 3rem 3rem 0; */
  padding: 0;
  background: #fff;
  width: 100%;
  padding: 3rem;
  position: absolute;
  bottom: 0;
}
.ThumbList2 .cont > li > a > ul li strong {
  min-width: 6.5rem;
  font-size: var(--fs16);
  color: var(--col-333);
  font-weight: var(--fw-sb);
  padding-right: 1rem;
  text-align-last: justify;
  display: inline-block;
}
.ThumbList2 .cont > li > a > ul li span {
  font-size: var(--fs16);
  color: var(--col-555);
  font-weight: var(--fw-li);
}
.ThumbList2 .cont > li:hover > a, .ThumbList2 .cont > li:focus-within > a {
  outline: none;
}
.ThumbList2 .cont > li:hover > a::after, .ThumbList2 .cont > li:focus-within > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  outline: 2px solid var(--mainCol);
  border-radius: 2rem;
  outline-offset: -2px;
  z-index: 9999;
}
.ThumbList2 .cont > li > span {
  display: block;
  position: absolute;
  bottom: -6rem;
  /* width: fit-content; */
  width: 100%;
  z-index: 30;
}
.ThumbList2 .cont > li > span input {
  display: block;
}
.ThumbList2 .cont > li > span label {
  flex-direction: column;
  gap: 0.3rem;
}
.ThumbList2 .cont > li > span label span {
  padding-left: 0;
}
.ThumbList2 .cont > li:has(:checked) > a {
  outline: none;
}
.ThumbList2 .cont > li:has(:checked) > a::before {
  content: "선택됨";
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.1rem;
  line-height: 1;
  background: var(--mainCol);
  color: #fff;
  border-radius: 2rem 0;
  font-size: var(--fs16);
  width: 11.3rem;
  text-align: center;
  box-sizing: border-box;
}
.ThumbList2 .cont > li:has(:checked) > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  outline: 2px solid var(--mainCol);
  border-radius: 2rem;
  outline-offset: -2px;
  z-index: 9999;
}
.ThumbList2 .contMore {
  margin-top: 4rem;
  display: flex;
  justify-content: var(--ce);
}
.ThumbList2 .contMore button {
  height: 5.6rem;
  border-radius: 2.8rem;
  font-size: var(--fs20);
  font-weight: var(--fw-sb);
  color: var(--col-333);
  padding: 0 7.5rem 0 4.3rem;
  letter-spacing: -0.1rem;
  background: url(../img/main/contMoreIcon.png) right 4.3rem center no-repeat var(--col-bor);
}
.ThumbList2 .contMore button:hover {
  background: url(../img/main/contMoreIcon_on.png) right 4.3rem center no-repeat var(--col-purple3);
}
.ThumbList2 + .listPaging {
  padding-top: 4.5rem;
}

ul.sec_bul .sub_list {
  padding-top: 1.1rem;
}

ul.sec_bul .sub_list li {
  padding-left: 0;
  font-size: var(--fs16);
  color: var(--col-444);
  margin-top: 0;
  padding-bottom: 1.1rem;
}

ul.sec_bul .sub_list li:last-child {
  margin-top: 0;
  padding-bottom: 0;
}

ul.sec_bul .sub_list li::before {
  display: none;
}

.apply_day {
  margin-top: 5rem;
}

.table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
.table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table table td,
.table table th {
  border-style: solid;
  border-width: 1px;
}
.table caption {
  position: absolute;
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
}

.table table th,
.table table td {
  border: 1px solid var(--col-ddd);
}

.table table th {
  border-bottom: none;
  padding: 1rem 0;
  font-size: var(--fs15);
  font-weight: var(--fw-sb);
  color: var(--col-222);
  background: #f4f7f9;
}

.table table td {
  padding: 1rem 1.2rem;
  font-size: var(--fs15);
  font-weight: var(--fw-me);
  color: var(--col-444);
  text-align: center;
}

.table .po-b {
  font-weight: 600;
  color: var(--mainCol);
}

ul.sec_bul .sub_list {
  padding-top: 1.1rem;
}

ul.sec_bul .sub_list li {
  padding-left: 0;
  font-size: var(--fs16);
  color: var(--col-444);
  margin-top: 0;
  padding-bottom: 1.1rem;
}

ul.sec_bul .sub_list li:last-child {
  margin-top: 0;
  padding-bottom: 0;
}

ul.sec_bul .sub_list li::before {
  display: none;
}

.apply_content {
  margin-top: 8rem;
}

.apply_content .apply_method {
  background: #f4f7f9;
  padding: 4rem 2rem 4rem 4.5rem;
  border-radius: 30px;
}

.apply_content .step_box {
  position: relative;
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.apply_content .step_box > div {
  /* width: 241px; */
  height: 196px;
  margin-left: -2rem;
  min-width: 23.7rem;
}

/* .apply_content .step_box > div::before {
  width: 241px;
  height: 196px;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
} */

.apply_content .step_box > div:nth-child(1) {
  z-index: 7;
}

.apply_content .step_box > div:nth-child(1)/* ::before */ {
  background: url(../img/sub/applyMethodFolder_img1.png) no-repeat center;
}

.apply_content .step_box > div:nth-child(2) {
  z-index: 6;
}

.apply_content .step_box > div:nth-child(2)/* ::before */ {
  background: url(../img/sub/applyMethodFolder_img2.png) no-repeat center;
}

.apply_content .step_box > div:nth-child(3) {
  z-index: 5;
}

.apply_content .step_box > div:nth-child(3)/* ::before */ {
  background: url(../img/sub/applyMethodFolder_img3.png) no-repeat center;
}

.apply_content .step_box > div:nth-child(4) {
  z-index: 4;
}

.apply_content .step_box > div:nth-child(4)/* ::before */ {
  background: url(../img/sub/applyMethodFolder_img4.png) no-repeat center;
}

.apply_content .step_box > div:nth-child(5) {
  z-index: 3;
}

.apply_content .step_box > div:nth-child(5)/* ::before */ {
  background: url(../img/sub/applyMethodFolder_img5.png) no-repeat center;
}

/* .apply_content .step_box > div:nth-child(6) {z-index: 2;}
.apply_content .step_box > div:nth-child(6)::before {background: url(../img/sub/applyMethodFolder_img6.png)no-repeat center;}
.apply_content .step_box > div:nth-child(7) {z-index: 1;}
.apply_content .step_box > div:nth-child(7)::before {background: url(../img/sub/applyMethodFolder_img7.png)no-repeat center;} */
.apply_content .step_box > div > p {
  z-index: 10;
  position: relative;
}

.apply_content .step_box > div > p.num {
  padding-top: 1.7rem;
  padding-left: 2.5rem;
  font-size: var(--fs18);
  font-weight: var(--fw-sb);
  color: var(--col-white);
  line-height: 1;
}

.apply_content .step_box > div > p.tit {
  padding-top: 2.5rem;
  padding-left: 3rem;
  font-size: var(--fs21);
  font-weight: var(--fw-sb);
  color: var(--col-white);
  line-height: 1;
}

.apply_content .step_box > div > p.detail {
  padding-top: 3rem;
  padding-left: 3rem;
  font-size: var(--fs15);
  font-weight: var(--fw-me);
  color: var(--col-white);
  line-height: 1.8;
}

.apply_content .apply_btn {
  margin-top: 3rem;
  text-align: center;
}

.apply_content .apply_btn button {
  line-height: 1;
  background: var(--mainCol-d);
  width: 200px;
  height: 55px;
  color: var(--col-white);
  font-size: var(--fs18);
  /* font-weight: var(--fw-eb); */
  font-weight: 500;
  border-radius: 4px;
  font-family: var(--font-title);
}

.apply_caution {
  margin-top: 8rem;
}

.apply_caution .sec_bul .mail:hover {
  text-decoration: underline;
}

.apply_diagnosis {
  margin-top: 8rem;
}

.apply_diagnosis .sec_bul .mail:hover {
  text-decoration: underline;
}

/* 사업소개 */
.img_wrap img { width: 100%;}
.img_wrap img.m_img { display: none;}
.goal_wrap { margin-top: 8rem;}
.info_tit {
  padding: 7rem 4rem;
  background: #d9eeff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.info_tit .img {
  position: absolute;
  right: 4rem;
  bottom: -0.4rem;
  z-index: -1;
}

.info_tit .txt .tit {
  padding-bottom: 3rem;
  font-size: var(--fs30);
  font-family: var(--font-title);
  font-weight: var(--fw-eb);
  color: var(--col-222);
}

.info_tit .txt .detail {
  line-height: 1.8;
  font-size: var(--fs18);
  color: #222;
  font-weight: var(--fw-me);
}

.info_tit .txt .detail span {
  font-weight: var(--fw-sb);
  color: var(--mainCol);
}

.work_target {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
}

.work_target .promotion {
  flex: 1;
}

.work_target .target {
  flex: 2;
}

.work_target .promotion .detail {
  padding: 7rem 0 5rem;
}

.work_target .target .detail {
  padding: 3rem 0 3rem;
}

.work_target .target .detail .target_tit {
  padding-bottom: 3.8rem;
  font-size: var(--fs18);
  color: var(--col-222);
  line-height: 1;
  font-weight: var(--fw-me);
  text-align: center;
}

.work_target .detail .detail_txt {
  display: flex;
  padding: 0 1rem;
}

.work_target .detail .detail_txt > div {
  flex: 1;
  border-right: 1px dashed var(--col-ddd);
}
.work_target .detail .detail_txt > div:last-child { border-right: 0;}

.work_target > div {
  border-radius: 30px;
  border: 1px solid var(--col-ddd);
}

.work_target .detail .detail_txt h3 { width: 80%; background: #D9EEFF; text-align: center; margin: 0 auto; padding: .2rem 0; font-size: var(--fs25); color: var(--col-222); border-radius: 3rem; margin-bottom: 2rem;}

.work_target > div .tit {
  background: var(--mainCol);
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 2rem;
  line-height: 1;
  color: var(--col-white);
  font-size: var(--fs26);
  font-family: var(--font-title);
  font-weight: var(--fw-eb);
}

.work_target > div .img {
  text-align: center;
  padding-bottom: 4.2rem;
}

.work_target > div .txt {
  text-align: center;
  line-height: 1.8;
  font-weight: var(--fw-me);
  word-break: keep-all;
}

.work_target .promotion .txt {
  font-size: var(--fs18);
  color: var(--col-222);
  padding: 0 1rem;
  word-break: keep-all;
}

.work_target .target .txt {
  font-size: var(--fs16);
  color: var(--col-444);
}

.support_text { padding-left: 2rem;}
.support_text span { display: block;}
.support_target {
  margin-top: 8rem;
}

.support_target .support_step {
    position: relative;
  border-radius: 30px;
  background: #f4f7f9;
  padding: 4rem 4rem 6rem;
  display: flex;
  justify-content: space-between;
  gap: 0 67px;
}

.support_step .left { position: absolute; right: 6rem; bottom: 2.5rem; font-size: 1.4rem; font-family: 'Pretendard', sans-serif;}
.i_blue { color: #90E8FE;}
.i_orange { color: #FEC851;}
.i_red { color: #FF8989;}
.i_pink { color: #E078FE;}

.support_target .support_step > div {
  flex: 1;
  background: url(../img/sub/supportTargetFolder.png) no-repeat center;
  width: 328px;
  height: 251px;
  padding: 2rem 1rem 1rem 4rem;
  line-height: 1;
  position: relative;
  background-size: contain;
  z-index: 1;
}

.support_target .support_step > div::before {
  position: absolute;
  bottom: 1rem;
  right: 1.8rem;
  font-size: 8rem;
  line-height: 0.72;
  color: #84abfe;
  display: block;
  z-index: -1;
}

.support_target .support_step > div:nth-child(1)::before {
  content: "01";
}

.support_target .support_step > div:nth-child(1)::after {
  position: absolute;
  background: url(../img/sub/supportTargetNext.png) no-repeat center;
  width: 36px;
  height: 27px;
  bottom: 9.6rem;
  right: -5rem;
  display: block;
  content: "";
}

.support_target .support_step > div:nth-child(2)::before {
  content: "02";
}

.support_target .support_step > div:nth-child(2)::after {
  position: absolute;
  background: url(../img/sub/supportTargetNext.png) no-repeat center;
  width: 36px;
  height: 27px;
  bottom: 9.6rem;
  right: -5rem;
  display: block;
  content: "";
}

.support_target .support_step > div:nth-child(3)::before {
  content: "03";
}

.support_target .support_step > div .tit {
  font-size: var(--fs22);
  font-weight: var(--fw-sb);
  color: var(--col-white);
}

.support_target .support_step > div ul {
  padding-top: 2.5rem;
}

.support_target .support_step > div ul li {
  line-height: 1.2;
  padding-bottom: 1.5rem;
  font-size: var(--fs15);
  font-weight: var(--fw-me);
  color: var(--col-white);
  word-break: keep-all;
  display: flex;
}
.support_target .support_step > div ul li span:first-child { margin-right: .5rem;}
.support_target .support_step > div ul li span small { margin-left: .3rem;}

.support_target .support_step > div ul li:last-child {
  padding-bottom: 0;
}

.support_table {
  margin-top: 8rem;
}

.support_table .table table th, .support_table .table table td {
  border: 1px solid var(--col-ddd);
}

.support_table .table table th {
  border-bottom: none;
  padding: 1rem 0;
  font-size: var(--fs16);
  font-weight: var(--fw-sb);
  color: var(--col-222);
  background: #f4f7f9;
}

.support_table .table table td {
  padding: 1rem 1.2rem;
  font-size: var(--fs15);
  font-weight: var(--fw-me);
  color: var(--col-444);
  text-align: center;
}

.support_step {
  margin-top: 8rem;
}

.support_step .step_box {
    background: #f4f7f9;
    padding: 4rem 0rem 4rem 3rem;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.support_step .step_box > div {
  /* width: 203px; */
  height: 196px;
  min-width: 20.5rem;
  margin-left: -2rem;
}

/* .support_step .step_box > div::before {
  width: 203px;
  height: 196px;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
} */

.support_step .step_box > div:nth-child(1) {
  z-index: 6;
}

.support_step .step_box > div:nth-child(1)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img1.png) no-repeat center;
}

.support_step .step_box > div:nth-child(2) {
  z-index: 5;
}

.support_step .step_box > div:nth-child(2)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img2.png) no-repeat center;
}

.support_step .step_box > div:nth-child(3) {
  z-index: 4;
}

.support_step .step_box > div:nth-child(3)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img3.png) no-repeat center;
}

.support_step .step_box > div:nth-child(4) {
  z-index: 3;
}

.support_step .step_box > div:nth-child(4)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img4.png) no-repeat center;
}

.support_step .step_box > div:nth-child(5) {
  z-index: 2;
}

.support_step .step_box > div:nth-child(5)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img5.png) no-repeat center;
}

.support_step .step_box > div:nth-child(6) {
  z-index: 1;
}

.support_step .step_box > div:nth-child(6)/* ::before */ {
  background: url(../img/sub/stepBoxFolder_img6.png) no-repeat center;
}

.support_step .step_box > div > p {
  z-index: 10;
  position: relative;
}

.support_step .step_box > div > p.num {
  padding-top: 1.7rem;
  padding-left: 3rem;
  font-size: var(--fs18);
  font-weight: var(--fw-sb);
  color: var(--col-white);
  line-height: 1;
}

.support_step .step_box > div > p.tit {
  padding-top: 2.5rem;
  padding-left: 3rem;
  font-size: var(--fs21);
  font-weight: var(--fw-sb);
  color: var(--col-white);
  line-height: 1;
}

.support_step .step_box > div > p.detail {
  padding-top: 3rem;
  padding-left: 3rem;
  font-size: var(--fs15);
  font-weight: var(--fw-me);
  color: var(--col-white);
  line-height: 1.8;
}

.support_certificates {
  margin-top: 8rem;
}

.support_certificates .link {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  line-height: 1;
  gap: 0 5px;
  color: var(--mainCol);
  font-weight: var(--fw-sb);
  font-size: var(--fs16);
}

.support_certificates .link span {
  margin: 0;
  color: var(--mainCol);
  position: relative;
}

.support_certificates .link:hover span::before {
  border-bottom: 2px solid var(--mainCol);
  position: absolute;
  width: calc(100% + 17px);
  left: -17px;
  bottom: -0.3rem;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  content: "";
  display: block;
}

.certificates_step {
  padding: 4rem;
  background: #f4f7f9;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  gap: 0 28px;
}

.certificates_step .certificates_stepBox {
  flex: 1;
  border-radius: 30px;
  border: 1px solid var(--col-ddd);
}

.certificates_step .certificates_stepBox .con_box {
  background: var(--col-white);
  padding: 4rem 0;
  border-radius: 0 0 30px 30px;
  height: 27.5rem;
}

.certificates_step .certificates_stepBox .tit {
  background: var(--mainCol);
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 2rem 0;
  line-height: 1;
  color: var(--col-white);
  font-size: var(--fs20);
  font-weight: var(--fw-sb);
  word-break: keep-all;
}

.certificates_step .certificates_stepBox .img {
  text-align: center;
  padding-bottom: 4.2rem;
}

.certificates_step .certificates_stepBox .txt {
  text-align: center;
  line-height: 1.8;
  font-weight: var(--fw-me);
  color: var(--col-222);
  font-size: var(--fs17);
  padding: 0 1rem;
}

.certificates_step .certificates_stepBox .txt span {
  color: var(--col-444);
  color: var(--col-222);
  font-weight: var(--fw-re);
  word-break: keep-all;
}

.join_tit {
  margin-bottom: 8rem;
  text-align: center;
  line-height: 1;
}
.join_tit > strong {
  font-size: var(--fs30);
  font-weight: 600;
  color: var(--col-222);
  -webkit-text-stroke: 1px #222;
  font-family: var(--font-title);
  display: block;
  margin-bottom: 1.7rem;
}
.join_tit > span {
  font-size: var(--fs18);
  font-weight: 400;
}

.simple_mn {
  width: 100%;
  min-height: 160px;
  height: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.07) 0, transparent 0), linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0, transparent 0), linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0, transparent 1px);
  background-size: 100px 100px, 100px 100px, 15px 15px, 15px 15px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  border: 1px solid #ddd;
  border-radius: 1.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 1rem;
}
.simple_mn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.simple_mn > a img {
  max-width: 23rem;
  width:100%;
}

.gridSet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.5rem;
  margin-bottom: 2rem;
}

/* 팝업 */
.pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  z-index: 99;
  background-color: #fafafa;
}


.passwordPop.pop {
  max-width: 400px;
}

.teacherSeachPop.pop {
  max-width: 1200px;
  left:50%;
  transform: translate(-40%, -50%);
}

.aplySeachPop.pop {
  max-width: 900px;
  left:50%;
  transform: translate(-35%, -50%);
}




.popWrap {
  padding: 3rem 2rem;
}

.pop .popHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.pop .popHead {
  font-size: var(--fs25);
  font-weight: var(--fw-bo);
}

.pop .popHead .close {
  cursor: pointer;
}

.pop .popHead .close img {
  width: 25px;
}

.pop .popBody input {
  margin: 0 0 1.5rem;
  font-size: var(--fs16);
}


.pop .popBody .sch {margin-bottom:2rem} 

.pop .popBody .sch input {
  margin:0;
  font-family: var(--font-title);
}

.pop .popBody .choiceBtn {
  display:unset;
}

/* .pop .popBody .table {height:300px;overflow-x:unset;} */

.pop .popBody .ps {
  display: block;
  font-size: var(--fs14);
  font-weight: var(--fw-sb);
}

.pop .popFooter {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}

/* 학교 정보 */
.schoolInfo .table table tr:last-child th {
  border-bottom: 1px solid var(--col-ddd);
}

.schoolInfo .table table td {
  text-align: left;
  padding: 1.5rem;
}

.schoolInfo button {
  font-size: var(--fs15);
}

/* 연수 정보 */
.trainingRegion {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  text-align: center;
  padding-bottom: 4rem;
}

.trainingRegion > div {
  flex: 1;
}

.trainingRegion .regionName {
  font-size: var(--fs20);
  padding-bottom: 2rem;
  font-weight: var(--fw-sb);
  color: #333;
}

.trainingRegion .simple_mn {
  margin-bottom: 1.5rem;
}

.trainingRegion .simple_mn:last-child {
  margin-bottom: 0;
}

.regionList {
  padding-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 30px;
}

.regionList .regionListWrap {
  border-radius: 20px;
  border: 1px solid #ccc;
}

.regionList .regionListWrap span {
  display: block;
}

.regionList .regionListWrap span.img {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 4rem 0;
}

.regionList .regionListWrap span.txt {
  padding: 3rem 2rem;
}

.regionList .regionListWrap span.txt li {
  padding-bottom: 1rem;
  line-height: 1;
  font-size: var(--fs16);
  font-weight: var(--fw-sb);
}

.regionList .regionListWrap span.txt li:last-child {
  padding-bottom: 0;
}

/* 이용안내 */
.termsBox {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 3rem;
}

.termsBoxWrap {
  margin-bottom: 4rem;
}

.termsBoxWrap .tit {
  font-size: var(--fs22);
  font-weight: var(--fw-bo);
  padding-bottom: 1.5rem;
}

.termsBoxWrap .subTit {
  font-size: var(--fs20);
  text-align: center;
  font-weight: var(--fw-sb);
  padding: 2rem 0;
}

.termsBoxWrap .num {
  font-size: var(--fs18);
  font-weight: var(--fw-sb);
  padding-bottom: 1rem;
}

.termsBoxWrap .content {
  font-size: var(--fs16);
  font-weight: var(--fw-me);
  line-height: 1.8;
  word-break: keep-all;
}

.termsBoxWrap .content span {
  display: inline-block;
  font-size: var(--fs15);
  padding-left: 20px;
}

.termsBoxWrap > div {
  padding-bottom: 3rem;
}

.termsBoxWrap > div:last-child {
  padding-bottom: 0;
}

.privacy .content span {
  display: block;
}

.privacy .content a {
  text-decoration: var(--tdu);
}

.privacy .policyList2, .privacy .policyList4 {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 4rem;
}

.privacy .policyList2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: var(--bor-4);
  padding: 1rem;
}

.privacy .policyList4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.privacy .policyList4 li {
  border: var(--bor-4);
}

.privacy .policyList2 li a,
.privacy .policyList4 li a {
  display: block;
  font-size: 16px;
  padding: 0.8rem 1.4rem;
  position: relative;
}

.privacy .policyList4 li a {
  text-align: var(--ce);
  padding-top: 138px;
}

.privacy .policyList4 li a::after {
  content: "";
  width: 164px;
  height: 164px;
  background: url(../img/privacyLable.png) 0 0 no-repeat;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
}

.privacy .policyList4 li:nth-child(1) a:after {
  background-position: -323px -206px;
}

.privacy .policyList4 li:nth-child(2) a:after {
  background-position: -616px -522px;
  width: 154px;
  height: 178px;
}

.privacy .policyList4 li:nth-child(3) a:after {
  background-position: -2561px -522px;
  width: 154px;
  height: 178px;
}

.privacy .policyList4 li:nth-child(4) a:after {
  background-position: -2840px -522px;
  width: 154px;
  height: 178px;
}

.privacy .policyList4 li:nth-child(5) a:after {
  background-position: -607px -871px;
  width: 157px;
  height: 157px;
}

.privacy .policyList4 li:nth-child(6) a:after {
  background-position: -1156px -871px;
  width: 157px;
  height: 157px;
}

.privacy .policyList4 li:nth-child(7) a:after {
  background-position: -1705px -871px;
  width: 157px;
  height: 157px;
}

.privacy .policyList4 li:nth-child(8) a:after {
  background-position: -3077px -871px;
  width: 157px;
  height: 157px;
}

.privacy .policyTable {
  width: 100%;
  margin: 1rem 0 0;
  overflow-x: inherit;
}

.privacy .policyTable + .content {
  margin-top: 2rem;
}

.privacy table {
  border: var(--bor-4);
  font-size: 16px;
}

.privacy table th,
.privacy table td {
  border: var(--bor-4);
  font-size: 16px;
  padding: 1rem 2rem;
  word-break: keep-all;
  text-align: var(--ce);
  white-space: wrap;
}

.privacy table th {
  background-color: var(--col-tb-th);
}

/* 학교관리 파일 관련 */
.fileUpload .searchArea {
  display: flex;
  gap: 0 20px;
}

.fileUpload .inputRows {
  display: block;
}

.fileUpload .inputBox {
  display: block;
  margin-bottom: 1.5rem;
}

.fileUpload .inputBox:last-child {
  margin-bottom: 0;
}

.tableWrap table.column th .required {
  position: relative;
}

.tableWrap table.column th .required::before {
  position: absolute;
  content: "*";
  color: #FF0000;
  right: -3px;
  top: -3px;
  width: 0;
  height: 0;
}

.tableWrap table.innerTable th { text-align: center; border:var(--bor-4); }
.tableWrap table.innerTable td { border:var(--bor-4); white-space: normal; }

.termsChk { border:var(--bor-4); margin-top:40px; }
.termsChk .title { height:52px; border-bottom:1px solid #ccc; background-color: #f6f8fa; padding:0 2rem; width:100%; display: flex; align-items: center; justify-content: space-between; }
.termsChk .title strong { font-size: 1.8rem; color:#222; font-weight: bold; }
.termsChk .title .inputRows { display: flex; align-items: center; width: auto; }
.termsChk .termsCont { padding:2rem 3rem; overflow-y:auto; max-height:12rem; font-size: 1.6rem; color:#444; line-height:1.6; }

.login_tab { max-width: 44rem; height:6.2rem; background-color: #f3f7fa; border-radius: 1.4rem; margin-bottom:3rem; }
.login_tab ul { display: flex; padding: .4rem; }
.login_tab ul li { width:50%; border-radius: 1rem; overflow: hidden; }
.login_tab ul li button { display:flex; align-items: center; justify-content: center; height:5.4rem; font-size: 1.8rem; color: #666; width:100%; font-weight: var(--fw-me); }
.login_tab ul li button.active { background-color: #2f7dfe; color:#fff }

@media all and (max-width: 1640px) {
    .support_target .support_step > div { padding: 1.3rem 1rem 1rem 1.2rem; height: 18.3rem;}
    .support_target .support_step > div ul { padding-top: 1.5rem;}
    .support_target .support_step > div .tit { font-size: var(--fs18);}
    .certificates_step .certificates_stepBox .tit { border-radius: 2rem 2rem 0 0;}
    .certificates_step .certificates_stepBox .con_box { border-radius: 0 0 2rem 2rem;}
    .certificates_step .certificates_stepBox { border-radius: 2rem;}
    .support_step .left { right: 5.5rem; bottom: 2.5rem;}
}

@media all and (max-width: 960px) {
    /* 모바일 공통 */
    .img_wrap img.m_img { display: block;}
    .img_wrap img.top_img { display: none;}
    .goal_wrap { margin-top: 0;}
    /* html.mobile  */.sec_tit {
        margin-bottom: 2rem;
    }
    /* html.mobile  */.sec_tit h1, /* html.mobile  */.sec_tit h4 {
        font-size: var(--fs18);
        line-height: 1.2;
    }
    /* html.mobile  */.sec_tit h1::before, /* html.mobile  */.sec_tit h4::before {
        width: 20px;
        height: 16px;
        background-size: cover;
    }
    /* html.mobile  */.sec_tit h4 > span.subTitle {
        font-size: var(--fs15);
    }
    /* html.mobile  */.sec_tit .ps {
        font-size: 12px;
        padding-left: 27px;
    }

    /* html.mobile  */ul.sec_bul {
        margin-bottom: 1rem;
    }
    /* html.mobile  */ul.sec_bul li {
        font-size: var(--fs14);
        padding-left: 2rem;
    }
    /* html.mobile  */ul.sec_bul li span {
        font-size: var(--fs13);
    }
    /* html.mobile  */ul.sec_bul li span.blue {
        display: inline;
        font-size: var(--fs14);
    }

    /* html.mobile  */ul.sec_bul .sub_list li {
        padding-left: 0;
    }

    /* html.mobile  */.contBox + .contBox {
        margin-top: 4rem;
    }

    /* html.mobile  */.inputBox input[type=file],
    /* html.mobile  */.inputBox input[type=text],
    /* html.mobile  */.inputBox input[type=password] {
        height: 4rem;
        font-size: var(--fs14);
    }

    /* html.mobile  */.inputBox input[type=text]::placeholder {
        font-size: var(--fs14);
    }

    /* html.mobile  */a.st1, /* html.mobile  */button.st1 {
        height: 4rem;
        font-size: var(--fs14);
    }

    /* html.mobile .table {
    width: 200%;
    } */

    /* html.mobile  */.pop .table {width:100%;overflow-x:scroll;height:288px;}
    /* html.mobile  */.pop .table table {width:300%}

    /* 모바일 사업소개 */
    /* html.mobile  */.info_tit {
        padding: 3rem;
    }

    /* html.mobile  */.info_tit .txt .tit {
        font-size: var(--fs21);
        padding-bottom: 2rem;
        word-break: keep-all;
    }

    /* html.mobile  */.info_tit .txt .detail {
        font-size: var(--fs14);
        word-break: keep-all;
    }

    /* html.mobile  */.info_tit .txt .detail br {
        display: none;
    }

    /* html.mobile  */.info_tit .img {
        display: none;
    }

    /* html.mobile  */.work_target {
        margin-top: 2.5rem;
        flex-direction: column;
        gap: 2.5rem 0;
    }

    /* html.mobile  */.work_target > div .img {
        padding-bottom: 1rem;
    }

    /* html.mobile  */.work_target > div .tit {
        padding: 1.5rem 0;
        font-size: var(--fs21);
    }

    /* html.mobile  */.work_target .promotion .detail {
        padding: 3rem 2rem;
    }

    /* html.mobile  */.work_target .promotion .img img {
        width: 50px;
    }

    /* html.mobile  */.work_target .promotion .txt {
        font-size: var(--fs14);
    }

    /* html.mobile  */.work_target .target .detail {
        padding: 3rem 2rem;
    }

    /* html.mobile  */.work_target .target .detail .target_tit {
        font-size: var(--fs16);
        padding-bottom: 0;
        line-height: 1.3;
        word-break: keep-all;
    }

    /* html.mobile  */.work_target .detail .detail_txt {
        flex-direction: column;
    }

    /* html.mobile  */.work_target .detail .detail_txt > div {
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px dashed var(--col-ddd);
    }

    /* html.mobile  */.work_target .detail .detail_txt > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    /* html.mobile  */.work_target .detail .detail_txt img {
        width: 50px;
    }

    /* html.mobile  */.work_target .target .txt {
        font-size: var(--fs14);
        word-break: keep-all;
    }

    /* .work_target .target .txt br {
        display: none;
    } */

    /* html.mobile  */.support_target {
        margin-top: 4rem;
    }

    /* html.mobile  */.support_target .support_step {
        margin-top: 4rem;
        flex-direction: column;
        gap: 5rem 0;
        padding: 4rem 3rem;
    }

    /* html.mobile  */.support_target .support_step > div {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background-size: contain;
        flex: auto;
        padding: 1.8rem 6rem 0;
    }
    .support_target .support_step > div .text_box { position: absolute; top: 0; left: calc(50% - 11rem); width: 23rem; height: 100%;}

    /* html.mobile  */.support_target .support_step > div .tit {
        font-size: var(--fs18);
    }

    /* html.mobile  */.support_target .support_step > div ul {
        padding-top: 2rem;
    }

    /* html.mobile  */.support_target .support_step > div ul li {
        font-size: var(--fs14);
        padding-bottom: 1rem;
        padding-right: .5rem;
    }
    .support_step .left { right: 3rem; bottom: 1rem;}

    /* html.mobile  */.support_target .support_step > div::before {
        /* font-size: 5rem;
        bottom: 1rem;
        right: 5rem; */
        display: none;
    }
    .support_target .support_step > div .text_box { position: relative;}
    .support_target .support_step > div .text_box::before { position: absolute; font-size: 5rem; bottom: 1rem; right: 1rem; color: #84abfe; z-index: -1;}
    .support_target .support_step > div:nth-child(1) .text_box::before { content: "01";}
    .support_target .support_step > div:nth-child(2) .text_box::before { content: "02";}
    .support_target .support_step > div:nth-child(3) .text_box::before { content: "03";}

    /* html.mobile  */.support_target .support_step > div:nth-child(1)::after {
        left: 50%;
        bottom: -5.5rem;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    /* html.mobile  */.support_target .support_step > div:nth-child(2)::after {
        left: 50%;
        bottom: -5.5rem;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    /* html.mobile  */.support_table {
        margin-top: 4rem;
    }

    /* html.mobile  */.support_table table {
        width: 350%;
    }

    /* html.mobile  */.support_table .table table th {
        font-size: var(--fs14);
    }

    /* html.mobile  */.support_table .table table td {
        font-size: var(--fs14);
        padding: 1rem;
    }

    /* html.mobile  */.support_step .step_box {
        flex-wrap: wrap;
        gap: 20px 10px;
        padding: 3rem 2rem;
    }

    /* html.mobile  */.support_step .step_box > div > p.num {
        padding-left: 1.5rem;
        font-size: var(--fs15);
        padding-top: 1.8rem;
    }

    /* html.mobile  */.support_step .step_box > div > p.tit {
        padding-top: 1rem;
        padding-left: 1.5rem;
        font-size: var(--fs15);
    }

    /* html.mobile  */.support_step .step_box > div > p.detail {
        padding:1rem 1.5rem 0;
        font-size: var(--fs12);
        word-break: keep-all;
        line-height: 1.5;
    }

    /* html.mobile  */.support_step .step_box > div {
        width: 125px;
        height: 150px;
        min-width: 14rem;
        margin-left: 0;
    }

    /* html.mobile .support_step .step_box > div::before {
        width: 125px;
        height: 150px;
        background-size:contain!important;
    } */

    /* html.mobile  */.support_step .step_box > div:nth-child(1)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img1_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(2)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img2_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(3)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img3_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(4)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img4_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(5)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img5_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(6)/* ::before */ {
        background: url(../img/sub/stepBoxFolder_img6_mo.png) no-repeat center;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(2) .detail br {
        display: none;
    }

    /* html.mobile  */.support_step .step_box > div:nth-child(5) .detail br {
        display: none;
    }

    /* html.mobile  */.support_certificates {
        margin-top: 4rem;
    }

    /* html.mobile  */.certificates_step {
        padding: 3rem 2rem;
        flex-direction: column;
        gap: 20px 0;
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .tit {
        font-size: var(--fs20);
        padding: 1.5rem 0;
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .con_box {
        padding: 3rem 2rem;
        height: auto;
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .img {
        padding-bottom: 2.5rem;
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .img img {
        height: 50px;
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .txt {
        font-size: var(--fs20);
    }

    /* html.mobile  */.certificates_step .certificates_stepBox .txt span {
        font-size: var(--fs20);
    }

    /* 연수 정보 */
    /* html.mobile  */.trainingRegion {
        flex-direction: column;
        gap: 30px 0;
        padding-bottom: 4rem;
    }

    /* html.mobile  */.trainingRegion > div {
        flex: auto;
    }

    /* html.mobile  */.trainingRegion .regionName {
        font-size: var(--fs18);
        padding-bottom: 1.5rem;
    }

    /* html.mobile  */.trainingRegion .simple_mn {
        margin-bottom: 1rem;
    }

    /* html.mobile  */.regionList {
        padding-top: 2rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }

    /* html.mobile  */.regionList .regionListWrap span.img {
        padding: 3rem 2rem;
    }

    /* html.mobile  */.regionList .regionListWrap span.img img {
        width: 100%;
        object-fit: contain;
        max-width: 180px;
    }

    /* html.mobile  */.regionList .regionListWrap span.txt {
        padding: 2rem;
    }

    /* html.mobile  */.regionList .regionListWrap span.txt li {
        font-size: var(--fs14);
        word-break: keep-all;
    }

    /* html.mobile  */.regionBrd .inputBox {
        flex-direction: column;
        gap: 15px 0;
    }

    /* html.mobile  */.regionBrd .inputBox select {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }

    /* html.mobile  */.regionBrd .inputBox input {
        width: 100% !important;
        margin: 0;
    }

    /* html.mobile  */.regionBrd .inputBox button {
        width: 100%;
        margin: 0;
        background-position-x: 43%;
    }

    /* 모바일 연수신청 페이지 */
    .apply_day {
        margin-top: 4rem;
    }

    .apply_day .table table {
        width: 180%;
    }

    .apply_day .table table th {
        font-size: var(--fs14);
    }

    .table table td {
        font-size: var(--fs14);
        padding: 1rem;
    }

    .apply_content {
        margin-top: 4rem;
    }

    .apply_content .apply_method {
        padding: 3rem 2rem;
    }

    .apply_content .apply_method {
        padding: 3rem 2rem;
    }

    .apply_content .step_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    }

    .apply_content .step_box > div {
        width: 125px;
        height: 135px;
        margin-left: 0;
        min-width: 13.7rem;
    }

    /* .apply_content .step_box > div::before {
    width: 125px;
    height: 135px;
    background-size:contain!important;
    } */

    .apply_content .step_box > div:nth-child(1)/* ::before */ {
    background: url(../img/sub/applyMethodFolder_img1_mo.png) no-repeat center;
    }

    .apply_content .step_box > div:nth-child(2)/* ::before */ {
    background: url(../img/sub/applyMethodFolder_img2_mo.png) no-repeat center;
    }

    .apply_content .step_box > div:nth-child(3)/* ::before */ {
    background: url(../img/sub/applyMethodFolder_img3_mo.png) no-repeat center;
    }

    .apply_content .step_box > div:nth-child(4)/* ::before */ {
    background: url(../img/sub/applyMethodFolder_img4_mo.png) no-repeat center;
    }

    .apply_content .step_box > div:nth-child(5)/* ::before */ {
    background: url(../img/sub/applyMethodFolder_img5_mo.png) no-repeat center;
    }

    /* .apply_content .step_box > div:nth-child(6)::before {background: url(../img/sub/applyMethodFolder_img6.png)no-repeat center;}
    .apply_content .step_box > div:nth-child(7)::before {background: url(../img/sub/applyMethodFolder_img7.png)no-repeat center;} */
    .apply_content .step_box > div > p.num {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    font-size: var(--fs14);
    }

    .apply_content .step_box > div > p.tit {
    padding-top: 1rem;
    padding-left: 1.5rem;
    font-size: var(--fs15);
    }

    .apply_content .step_box > div > p.detail {
    padding-top: 1em;
    padding-left: 1.5rem;
    font-size: var(--fs13);
    word-break: keep-all;
    line-height: 1.5;
    }

    .apply_content .step_box > div:nth-child(3) .detail br {
    display: none;
    }



    .apply_content .apply_btn {margin-top:4rem}
    .apply_content .apply_btn button {width: 160px;height: 45px;font-size: var(--fs18);}







    /* 모바일 연수정보 페이지 */
    /* html.mobile  */.gridSet {
    gap: 20px 0;
    }

    /* html.mobile  */.gridSet .simple_mn {
    grid-column: span 4;
    }

    /* html.mobile  */.gridSet .simple_mn img {
    max-width: 18rem;
    }

    /* 모바일 연수신청 상세페이지 */
    /* html.mobile  */.ta_step_wrap {
    flex-direction: column;
    gap: 50px 0;
    }
    /* html.mobile  */.ta_step_wrap [class^=ta_step_]::after {
    width: 28px;
    height: 36px;
    margin: 0;
    right: auto;
    bottom: -30px;
    left: 50%;
    transform: rotate(90deg) translate(50%, 50%);
    }

    /* html.mobile  */.ta_step_wrap [class^=ta_step_] > .ta_txt p {
    padding: 1.5rem 2rem;
    }
    /* html.mobile  */.ta_step_wrap [class^=ta_step_] > .ta_txt p span {
    font-size: var(--fs20);
    }
    /* html.mobile  */.ta_step_wrap [class^=ta_step_] > .ta_txt p b {
    font-size: var(--fs14);
    }

    /* html.mobile  */.ThumbList2 .cont > li {
    grid-column: span 8;
    }
    /* html.mobile  */.ThumbList2 .cont > li > a ul {
    padding: 2rem;
    }
    /* html.mobile  */.ThumbList2 .cont > li > a ul li strong {
    min-width: 5.5rem;
    font-size: var(--fs14);
    }
    /* html.mobile  */.ThumbList2 .cont > li > a ul li span {
    font-size: var(--fs14);
    }

    /* 팝업 */
    /* html.mobile  */.pop {
    max-width: 300px;
    }

    /* html.mobile  */.teacherSeachPop.pop {
    top:20%;
    left:5%;
    top: 20%;
    transform: translate(0, 0);
    }

    /* html.mobile  */.aplySeachPop.pop {
    top:20%;
    left:5%;
    top: 20%;
    transform: translate(0, 0);
    }

    /* html.mobile  */.popWrap {
    padding: 2rem;
    }

    /* html.mobile  */.pop .popHead {
    padding-bottom: 2rem 1.5rem;
    }

    /* html.mobile  */.pop .popHead {
    font-size: var(--fs20);
    }

    /* html.mobile  */.pop .popHead .close img {
    width: 20px;
    }

    /* html.mobile  */.pop .popBody input {
    margin: 0 0 1.2rem;
    font-size: var(--fs14);
    }

    /* html.mobile  */.pop .popBody .sch {
    margin-bottom:1.5rem
    }

    /* html.mobile  */.pop .popBody .sch input {
    margin:0;
    }



    /* html.mobile  */.pop .popBody input::placeholder {
    font-size: var(--fs14);
    }

    /* html.mobile  */.pop .popBody .ps {
    font-size: var(--fs11);
    }

    /* html.mobile  */.pop .popFooter {
    margin-top: 2rem;
    font-size: var(--fs14);
    }

    /* 학교 정보 */
    /* html.mobile  */.schoolInfo .table {
    width: 100%;
    }

    /* html.mobile  */.schoolInfo .table table th {
    width: 30%;
    }

    /* html.mobile  */.schoolInfo button {
    font-size: var(--fs14);
    }

    /* html.mobile  */.privacy .policyList2, .privacy .policyList4 {
    margin-bottom: 3rem;
    }

    /* html.mobile  */.privacy .policyList2 {
    padding: 0.5rem;
    }

    /* html.mobile  */.privacy .policyList4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* html.mobile  */.privacy .policyList2 li a,
    /* html.mobile  */.privacy .policyList4 li a {
    display: block;
    font-size: 16px;
    padding: 0.8rem 1.4rem;
    position: relative;
    }

    /* html.mobile  */.privacy .policyList4 li a {
    text-align: var(--ce);
    padding-top: 74px;
    }

    /* html.mobile  */.privacy .policyList4 li a::after {
    top: -40px;
    transform: translateX(-50%) scale(0.3);
    }

    /* html.mobile  */.policyTable {
    overflow-x: auto;
    }

    /* html.mobile  */.privacy table {
    width: 100%;
    min-width: 600px;
    }

    /* html.mobile  */.privacy table th,
    /* html.mobile  */.privacy table td {
    font-size: 14px;
    padding: 0.6rem 1rem;
    vertical-align: top;
    }


    .tb_flex_wrap { flex-direction: column; }
    .tb_info_table tr   { display:inline-block; width:calc(100vw - 4rem); margin-bottom:0 !important; height:auto !important; }
    .tb_info_table tr th    { width:36%; float:left; margin-top:1rem; }
    .tb_info_table tr td    { width:calc(64% - 1rem); float:left; margin-top:1rem; }

    .CtBtWrap   { grid-template-columns: repeat(1, 1fr) !important; }

    .login_tab { max-width: calc(100% - 3rem); height:5.2rem; border-radius: 1.4rem; margin:0 1.5rem 2rem; }
    .login_tab ul li button { height:4.4rem; font-size: 1.6rem; }

}

@media all and (max-width: 400px) {
    .support_target .support_step { padding: 2rem 1rem 4rem;}
}


/*
html.mobile .privacy .policyList2, .privacy .policyList4        { margin-bottom:3rem; }
html.mobile .privacy .policyList2           { padding:.5rem; }
html.mobile .privacy .policyList2 li a,
html.mobile .privacy .policyList4 li a          { padding:.4rem .8rem .8rem; }
html.mobile .privacy .policyList4 li a          { text-align: var(--ce); padding-top:80px; }

html.mobile .privacy .policyList4 li a::after      { top:-40px; transform: translateX(-50%) scale(.3); }

html.mobile .policyTable                                { overflow-x: auto; }
html.mobile .privacy table                  { width:100%; min-width:600px; }
html.mobile .privacy table th,
html.mobile .privacy table td               { font-size: 14px; padding:.6rem 1rem; vertical-align:top; }
*/




/* 사업 현황 */
.tab_title {
  position: relative;
 display: flex;

}

.tab_title::before { 
  content: '';
  height: .4rem;
  background-color: rgb(47, 125, 254);
  border-top: 1px solid rgb(219, 220, 220);
  border-bottom: 1px solid rgb(219, 220, 220);
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  left: 0;
  z-index: 5;
  
}

.tab_title li {
  position: relative;
  width: 50%;
  height: 64px;
  cursor: pointer;
  text-align: center;
  line-height: 6.4rem;
  font-size: 20px;
  font-weight: 400;
  color: rgb(102, 102, 102);
 
}

.tab_title li:nth-child(1) {
  z-index: 4;
}

.tab_title li:nth-child(2) {
  z-index: 3;
}

.tab_title li:nth-child(3) {
  z-index: 2;
}

.tab_title li:nth-child(4) {
  z-index: 1;
}
.tab_title li.active {
  font-weight: bold;
  color: #fff;
  z-index: 6;
  background: linear-gradient(to right, rgb(47, 125, 254) 60%, white 40%);
 border: none;
 border-radius: 1.5rem 0 0 0;

}

.tab_title li::before {
  background: url(../img/sub/tab_title.png) right no-repeat;
  background-size: cover;
  width: 50%;
  height: 64px;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  /* width: 37rem; */
  right: 0;
}
.tab_title li.active::before {
  background: url(../img/sub/tab_title_active.png) right no-repeat;
  background-size: cover;
}
.tab_title li::after {
  width: 100%;
  height: 62px;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 60%;
  right: 20%;
  left: 0;
  top: 0;
  border-radius: 1.5rem 0 0 0;
  background: #f4f7f9;
  border: 1px solid #dbdcdc;
  border-right: 0;
}
.tab_title li.active::after { display: none;}

.tab_contents {
  border: 1px solid rgb(219, 220, 220);
  border-top: none;
  border-radius:0 0 2rem 2rem;
  
}
.tab_contents > li{
  padding: 4rem 4.6rem;
  display: none;
}

.tab_contents > li:nth-child(1) { 
  display: block;
}

.tab_contents > li > div img {
  width: 100%;
 }

 /* 기업 안내  */
.total_status_contents, .school_status_contents, .program_status_contents { display: flex; justify-content: space-between; gap: 0 2rem;} 
.total_status_img { position: relative; width: 46.2rem; height: 32.6rem; padding-right: 4.4rem; padding-bottom: 14.8rem;}
.total_status_img::before { position: absolute; content: ''; top: 0; bottom: 0; right: 0; width: 70%; background: url(../img/sub/total_status_img.png) center bottom no-repeat; background-size: contain;}
.total_status_img > div { background-color: #f3f7fa; border-radius: 2rem; padding: 3rem; }
.total_status_img > div p { font-size: 26px; position: relative; padding-left: 1.5rem; color: #222; font-weight: 500; white-space: nowrap; cursor: pointer;}
.total_status_img > div p:not(:nth-child(1)) { margin-top: 1rem;}
.total_status_img > div p::before { content: ''; position: absolute; width: 0.5rem; top: 50%; left:0; transform: translateY(-50%); height: 0.5rem; border-radius: 50%; background-color: #2f7dfe;}
.total_status_img > div p span:nth-child(1) { color: #2f7dfe; font-weight: 700; }
.total_status_img > div p span:nth-child(2) { font-size: 16px; line-height: 2.6rem; vertical-align: middle; color: #444; font-weight: 400;}
.total_status_table, .school_status_table, .program_status_table { width: 70.2rem; border: .1rem solid  rgb(226, 231, 235); border-radius: 0.5rem;}

.school_status_img { width: 46.2rem; height: 32.6rem; padding-right: 4.4rem; padding-bottom: 14.8rem; background: url(../img/sub/school_status_img.png) right 44px bottom 0 no-repeat;}
#li3 .school_status_img { background:none;}
.school_status_img > div { position: relative; z-index: -1;  background-color: #f3f7fa; border-radius: 2rem; padding: 3rem;  }
.school_status_img > div > p { position: relative; font-size: 18px; color: #222; font-weight: 500; padding-left: 1.5rem;}
.school_status_img > div > p:not(:nth-child(1)) { margin-top: 1rem; }
.school_status_img > div > p::before { content: ''; position: absolute; width: 0.5rem; top: 50%; left:0; transform: translateY(-50%); height: 0.5rem; border-radius: 50%; background-color: #2f7dfe; }
.school_status_img > div > p span { color: #2f7dfe; font-weight: 700;}

.program_status_contents { border: 1px solid rgb(219, 220, 220); padding: 3.8rem 2.6rem; border-radius: 0.5rem; }
.program_status_contents .program_status_list { width: 26.9rem; padding-bottom: 3rem;}
.program_status_contents .program_status_list li { white-space: nowrap; font-size: 16px; color: #222; font-weight: 500; margin-top: 0.5rem;}
.program_status_contents .program_status_list li:not(:nth-child(1)) { margin-top: 0.8rem;}


 .tab_contents > li > div:not(:first-child) { 
  margin-top: 5rem;
  padding-top: 4rem;
  background-image: linear-gradient(
    90deg,
    rgb(219, 220, 220) 60%, 
    transparent 25%
  );
  background-size: 10px 2px; 
  background-repeat: repeat-x;
 }

 .area_contents_wrap {
  overflow-x: auto;
 }

 .sec_tit h4 span {
  font-weight: 400;
  font-size: 16px;
 }

 .status_tit {
  display: flex;
  justify-content: space-between;
 }
 
 .status_select_wrap { 
  display: flex;
  align-items: center;
 }
 .status_select_wrap span {
  margin-right: 1.5rem;
  font-size: 18px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  
 }

 .status_select select {
    border: 1px solid  rgb(219, 220, 220);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 95px;
    height: 36px;
    color: #666;
    padding-left: 1.2rem;
 }

 .status_select {
  position: relative;
 }
 .status_select::before { 
  content: '';
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.7rem;
  background: url(../img/sub/tab_select.png) center no-repeat;
  pointer-events: none;
  
 }

.area_status_contents {
  position: relative;
  width: 119.5rem;
  height: 63.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sub/seoul.png);
}

.area_map {
  position: absolute;
  z-index: 50;
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.area_map::before, .area_map::after { 
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.area_map:nth-child(1) {
  width: 37px;
  height: 30px;
  top: 21.9%;
  left: 41.8%;
}

.area_map:nth-child(2) {
  width: 40px;
  height: 30px;
  top: 22.5%;
  left: 37%;
}

.area_map:nth-child(3) {
  width: 81px;
  height: 53px;
  top: 27.5%;
  left: 42%;
}

.area_map:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 50px;
  top: -172.5%;
  left: -34%;
}

.area_map:nth-child(3)::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 96px;
  top: -171.5%;
  left: 47%;
}

.area_map:nth-child(7) {
  width: 57px;
  height: 105px;
  top: 39.5%;
  left: 38.5%;
}

.area_map:nth-child(7)::before {
  content: '';
  position: absolute;
  width: 111px;
  height: 22px;
  top: -3.5%;
  left: -34.5%;
}

.area_map:nth-child(8) {
  width: 30px;
  height: 49px;
  top: 41.9%;
  left: 43.5%;
}


/* //바꿈 */
.area_map:nth-child(5) {
  width: 30px;
  height: 39px;
  top: 48.5%;
  left: 45.1%;
  border-radius: 22px 0 0;
}

.area_map:nth-child(10) {
  width: 103px;
  height: 94px;
  top: 58.5%;
  left: 39.5%;
}

.area_map:nth-child(9) {
  width: 39px;
  height: 27px;
  top: 76.3%;
  left: 39.5%;
}

.area_map:nth-child(11) {
  width: 157px;
  height: 66px;
  top: 81.2%;
  left: 35.5%;
}

.area_map:nth-child(11)::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 37px;
  top: -55.8%;
  left: 53.5%;
}

.area_map:nth-child(12) {
  width: 168px;
  height: 105px;
  top: 73%;
  left: 4.3%;
}

.area_map:nth-child(17) {
  width: 95px;
    height: 105px;
    top: 68.2%;
    left: 50%;
}

.area_map:nth-child(17)::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 99px;
  top: -33.8%;
  left: -11%;
}

/* //바꿈 */
.area_map:nth-child(13) {
  width: 47px;
  height: 32px;
  top: 73.2%;
  left: 59%;
}

.area_map:nth-child(15) {
  width: 41px;
  height: 36px;
  top: 66.2%;
  left: 61%;
}

.area_map:nth-child(14) {
  width: 40px;
    height: 42px;
    top: 59.2%;
    left: 55%;
}

.area_map:nth-child(16) {
  width: 136px;
  height: 84px;
  top: 43.2%;
  left: 52%;
}

.area_map:nth-child(16)::before {
  content: '';
  position: absolute;
  width: 69px;
  height: 40px;
  top: 100.2%;
  left: 55%;
}

.area_map:nth-child(16)::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 40px;
  top: -47.8%;
  left: 36%;
}

.area_map:nth-child(6) {
  width: 59px;
  height: 38px;
  top: 37.2%;
  left: 47%;
}

.area_map:nth-child(6)::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 88px;
  top: 100.2%;
  left: 21%;
}

.area_map:nth-child(6)::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 37px;
  top: -53.8%;
  left: 47%;
}

.area_map:nth-child(4) {
  width: 150px;
  height: 159px;
  top: 7.2%;
  left: 50%;
}

.map_wrap { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.area_map_info {
  position: absolute;
  padding-top: 6.4rem;
  background: url(../img/sub/area_map_info.png) center top no-repeat;
  display: none;
}

.area_map_info::before {
  content: '';
  position: absolute;
  bottom: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgb(47, 125, 254);
  z-index: 20;
}
.area_map_info::after { 
  content: '';
  position: absolute;
  bottom: 4.3rem;
  height: .2rem;
  background-color: #535353;
  z-index: 10;
}

.area_map_info div {
  position: relative;
  padding: 1.5rem 2rem ;
  background-color: rgb(47, 125, 254);
  color: #fff;
  border-radius: 22px;
  font-size: 18px;
  z-index: 30;
  height: 9.2rem;
  width: 20.82rem;
  white-space: nowrap;
}

.area_map_info div p {
  line-height: 3.2rem;
}

.area_map_info:nth-child(1) {
  top: 6.4%;
  left: 12.5%;
}
.area_map_info:nth-child(1)::before {
  right: -14.8rem;
}
.area_map_info:nth-child(1)::after { 
  right: -14rem;
  width: 14rem;
}

.area_map_info:nth-child(2) {
  top: 7.5%;
  left: 14.3%;
}
.area_map_info:nth-child(2)::before {
  right: -6.8rem;
}
.area_map_info:nth-child(2)::after { 
  right: -6rem;
  width: 14rem;
}

.area_map_info:nth-child(3) {
  top: 13%;
  left: 15%;
}
.area_map_info:nth-child(3)::before {
  right: -14rem;
}
.area_map_info:nth-child(3)::after { 
  right: -14rem;
  width: 14rem;
}

.area_map_info:nth-child(7) {
  top: 31%;
  left: 15.7%;
}
.area_map_info:nth-child(7)::before {
  right: -6.5rem;
}
.area_map_info:nth-child(7)::after { 
  right: -6rem;
  width: 14rem;
}

.area_map_info:nth-child(8) {
  top: 28.5%;
  left: 15.7%;
}
.area_map_info:nth-child(8)::before {
  right: -12.8rem;
}
.area_map_info:nth-child(8)::after { 
  right: -12rem;
  width: 14rem;
}


/* 바꿈 */
.area_map_info:nth-child(5) {
  top: 41%;
  left: 16%;
}
.area_map_info:nth-child(5)::before {
  right: -14.6rem;
  bottom: 8rem;
}
.area_map_info:nth-child(5)::after { 
  right: -14.3rem;
  bottom: 5.8rem;
  width: 15.5rem;
  transform: rotate(342deg);
}

.area_map_info:nth-child(10) {
  top: 43%;
  left: 18%;
}
.area_map_info:nth-child(10)::before {
  right: -8rem;
  bottom: 1.2rem;
}
.area_map_info:nth-child(10)::after { 
  right: -8.3rem;
  width: 15.5rem;
  transform: rotate(22deg);
}



/* 바굼 */
.area_map_info:nth-child(9) {
  top: 42%;
  left: 20%;
}
.area_map_info:nth-child(9)::before {
  right: -3.3rem;
  bottom: -7.7rem;
}
.area_map_info:nth-child(9)::after { 
  right: -7.3rem;
  bottom: 0rem;
  width: 15.5rem;
  transform: rotate(66deg);
}

.area_map_info:nth-child(11) {
  top: 47.5%;
  left: 15.5%;
}
.area_map_info:nth-child(11)::before {
  right: -10rem;
  bottom: -7.4rem;
}
.area_map_info:nth-child(11)::after { 
  right: -11.3rem;
    bottom: -2rem;
    width: 15.5rem;
    transform: rotate(40deg);
}

.area_map_info:nth-child(12) {
  top: 48.5%;
  left: 3.3%;
}
.area_map_info:nth-child(12)::before {
  right: -18.8rem;
  bottom: -14.7rem;
}
.area_map_info:nth-child(12)::after { 
  right: -19rem;
  bottom: -10rem;
  width: 21.1rem;
  transform: rotate(23.5deg);
}

.area_map_info:nth-child(17) {
  top: 56%;
  right: 16.6%;
}
.area_map_info:nth-child(17)::before {
  left: -11rem;
    bottom: 4.3rem;
}
.area_map_info:nth-child(17)::after { 
  left: -11rem;
  bottom: 4.6rem;
  width: 11rem;
}


/* 바꿈 */
.area_map_info:nth-child(13) {
  top: 58.5%;
  right: 10.6%;
}
.area_map_info:nth-child(13)::before {
  left: -11rem;
    bottom: 4.3rem;
}
.area_map_info:nth-child(13)::after { 
  left: -11rem;
  bottom: 4.6rem;
  width: 11rem;
}


.area_map_info:nth-child(15) {
  top: 51.5%;
  right: 9.3%;
}
.area_map_info:nth-child(15)::before {
  left: -11rem;
  bottom: 4.3rem;
}
.area_map_info:nth-child(15)::after { 
  left: -11rem;
  bottom: 4.6rem;
  width: 11rem;
}

.area_map_info:nth-child(14) {
  top: 45%;
  right: 15.3%;
}
.area_map_info:nth-child(14)::before {
  left: -11rem;
  bottom: 4.3rem;
}
.area_map_info:nth-child(14)::after { 
  left: -11rem;
  bottom: 4.6rem;
  width: 11rem;
}

.area_map_info:nth-child(16) {
  top: 31.5%;
  right: 12.3%;
}
.area_map_info:nth-child(16)::before {
  left: -11rem;
  bottom: 4.3rem;
}
.area_map_info:nth-child(16)::after { 
  left: -11rem;
  bottom: 4.6rem;
  width: 11rem;
}

.area_map_info:nth-child(6) {
  top: 24.5%;
  right: 14.8%;
}
.area_map_info:nth-child(6)::before {
  left: -19rem;
  bottom: 4.3rem;
}
.area_map_info:nth-child(6)::after { 
  left: -19rem;
  bottom: 4.6rem;
  width: 20rem;
}

.area_map_info:nth-child(4) {
  top: 3.5%;
  right: 16.5%;
}
.area_map_info:nth-child(4)::before {
  left: -12rem;
    bottom: 4.4rem;
}
.area_map_info:nth-child(4)::after { 
  left: -12rem;
  bottom: 4.7rem;
  width: 14rem;
}

/* 사업 안내 - 사업 성과 */
.result_table tr td:nth-child(1) {padding: 2.6rem 0 2.6rem 3.2rem;}
.result_table tr td:nth-child(1) img { display: block; width: 26rem; height: 26rem;}
.result_table tr td:nth-child(2) { padding: 4rem; white-space: wrap; text-align: left; vertical-align: top;}
.result_table tr td:nth-child(2) .result_table_info { display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.result_table tr td:nth-child(2) .result_table_txt a h2 { font-size: 22px; color: rgb(34, 34, 34); height: 6.8rem; word-break: keep-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: keep-all;}
.result_table tr td:nth-child(2) .result_table_txt > p { margin-top: 0.8rem; font-size: 18px ; font-weight: 300; color: rgb(68, 68, 68); word-break: keep-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: keep-all;}
.result_table tr td:nth-child(2) .result_table_txt > p span { font-size: 18px !important; font-style: normal !important; font-weight: 300 !important;}
.result_table tr td:nth-child(2) .result_table_date { font-size: 16px; font-weight: 700;}
.result_table tr td:nth-child(2) .result_table_date span { font-weight: 300; position: relative;}
.result_table tr td:nth-child(2) .result_table_date span:nth-child(1) {padding-right: 1rem; margin-right: 0.5rem;}
.result_table tr td:nth-child(2) .result_table_date span:nth-child(1):before { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0.1rem; height: 1.1rem; background-color: #ddd;}

.tableWrap:has(.result_table) { margin-top: 1.6rem;}
.result_table { border-top: .2rem solid rgb(229, 229, 229);}

.map_caution { position: absolute; bottom: 2rem; right: 2.8rem; color: #999; font-size: 14px;}

.mw11p { max-width: 11% !important;}

/* 사업안내 - 모바일 */
html.mobile .tab_title { flex-wrap: wrap; padding: 0; justify-content: space-between; row-gap: 1.3rem;}
html.mobile .tab_title::before { display: none;}
html.mobile .tab_title li { width: calc(50% - 6.5px); font-size: 13px; border: 1px solid rgb(219, 220, 220); background-color: rgb(244, 247, 249); border-radius: .5rem; height: 3.6rem; line-height: 3.6rem;}
html.mobile .tab_title li.active {border: none; background: rgb(47, 125, 254);}
html.mobile .tab_title li::before, html.mobile .tab_title li::after { display: none;}
html.mobile .tab_contents { position: relative; margin-top: 2.3rem; border: 1px solid rgb(219, 220, 220);}
html.mobile .tab_contents::before { content: ''; position: absolute; top: -.5rem; right: -.1rem; left: -.1rem; height: 0.4rem; background-color: rgb(47, 125, 254);}
html.mobile .tab_contents > li { padding: 1.6rem 1.3rem;}
html.mobile .tab_contents > li .sec_tit { margin-bottom: 1.3rem;}
html.mobile .tab_contents > li .sec_tit h4 { font-size: 13px; gap: 4px;}
html.mobile .tab_contents > li .sec_tit h4 span { font-size: 12px;}
html.mobile .tab_contents > li .sec_tit h4::before { width: 1.1rem; height: 0.9rem;}
html.mobile .status_select_wrap span { font-size: 13px; margin-right: 0.6rem;}
html.mobile .status_select select { padding-left: 0.7rem; width: 5.3rem; height: 2.1rem; font-size: 12px;}
html.mobile .status_select::before { right: .7rem; width: .7rem; height: .5rem; background-size: cover;}

html.mobile .total_status_contents, html.mobile .school_status_contents, html.mobile .program_status_contents { flex-direction: column; align-items: center; row-gap: 1.3rem;}
html.mobile .total_status_img { width: 100%; height: auto; padding-right: 0; padding-bottom: 2rem;}
html.mobile .school_status_img { width: 100%; height: auto; padding-right: 0; padding-bottom: 0; background: url(../img/sub/school_status_img.png) right  bottom no-repeat; background-size: 30% auto;}
html.mobile .total_status_img > div { padding:1.6rem 1.6rem 3.5rem ;}
html.mobile .school_status_img > div { padding:1.6rem ;}
html.mobile .total_status_img > div p, html.mobile .school_status_img > div p { font-size: 14px; padding-left: 1rem;}
html.mobile .total_status_img > div p::before, html.mobile .school_status_img > div p::before { width: 0.3rem; height: 0.3rem;}
html.mobile .total_status_img > div p:not(:nth-child(1)) { margin-top: 0;}
html.mobile .total_status_img > div p span:nth-child(2) { font-size: 13px;}
html.mobile .total_status_table, html.mobile .school_status_table, html.mobile .program_status_table { width: 100%; min-height: 15rem;}

html.mobile .program_status_contents { border: none; padding: 0; flex-direction: column-reverse;}
html.mobile .program_status_contents .program_status_list { width: 100%;}
html.mobile .program_status_contents .program_status_list li { font-size: 13px;}
html.mobile .program_status_contents .program_status_list li:not(:nth-child(1)) { margin-top: 0;}

html.mobile .tab_contents > li > div:not(:first-child) { margin-top: 1.7rem; padding-top: 1.3rem; background-size: 5px 2px;}
html.mobile .area_contents_wrap { overflow-x: visible; border: .1rem solid rgb(226, 231, 235); border-radius: 0.5rem; padding-bottom: 2.5rem; }
html.mobile .area_status_contents { width: 100%; height: 0; padding-top: 128.26%; background-image: url(../img/sub/seoul_m.png); }
html.mobile .map_caution { padding-left: 1rem; bottom: -1.1rem; right: 50%; transform: translateX(50%); font-size: 13px; width: 80%; line-height: 115%; }
html.mobile .map_caution span { position: absolute; left: 0; top: 0;}




html.mobile .area_map:nth-child(1) {
  width: 8.5%;
  height: 5%;
  top: 18.5%;
  left: 34.9%;
}
html.mobile .area_map:nth-child(2) {
  width: 12%;
  height: 10%;
  top: 14.5%;
  left: 23%;
}
html.mobile .area_map:nth-child(3) {
  width: 18%;
  height: 10%;
  top: 22.5%;
  left: 33%;
}
html.mobile .area_map:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 79%;
  height: 100%;
  top: -148.5%;
  left: 0%;
}
html.mobile .area_map:nth-child(3)::after {
  content: '';
  position: absolute;
  width: 41%;
  height: 57%;
  top: -56.5%;
  left: 55%;
}
html.mobile .area_map:nth-child(7) {
  width: 14%;
  height: 16%;
  top: 31.5%;
  left: 25.5%;
}
html.mobile .area_map:nth-child(7)::before {
  content: '';
  position: absolute;
  width: 142%;
  height: 25%;
  top: 2.5%;
  left: -8.5%;
}
html.mobile .area_map:nth-child(8) {
  width: 7%;
  height: 7.8%;
  top: 34.9%;
  left: 39%;
}
html.mobile .area_map:nth-child(5) {
  width: 6%;
  height: 6%;
  top: 40.5%;
  left: 42.1%;
}
html.mobile .area_map:nth-child(10) {
  width: 21%;
  height: 12%;
  top: 49.5%;
  left: 28.5%;
}
html.mobile .area_map:nth-child(9) {
  width: 8.6%;
  height: 4.5%;
  top: 64.3%;
  left: 30.5%;
}
html.mobile .area_map:nth-child(11) {
  width: 29%;
  height: 10%;
  top: 68.2%;
  left: 23.5%;
}
html.mobile .area_map:nth-child(11)::before {
  content: '';
  position: absolute;
  width: 36%;
  height: 52%;
  top: -50.8%;
  left: 54.5%;
}
html.mobile .area_map:nth-child(12) {
  width: 19%;
  height: 10%;
  top: 82%;
  left: 14.3%;
}
html.mobile .area_map:nth-child(17) {
  width: 19%;
  height: 15%;
  top: 57.2%;
  left: 52%;
}
html.mobile .area_map:nth-child(17)::before {
  content: '';
  position: absolute;
  width: 48%;
  height: 37%;
  top: -25.8%;
  left: -10%;
}
html.mobile .area_map:nth-child(13) {
  width: 9%;
  height: 6%;
  top: 61.2%;
  left: 71.5%;
}
html.mobile .area_map:nth-child(15) {
  width: 11%;
  height: 6.2%;
  top: 55.2%;
  left: 73%;
}
html.mobile .area_map:nth-child(14) {
  width: 9%;
  height: 9%;
  top: 48.2%;
  left: 62%;
}
html.mobile .area_map:nth-child(16) {
  width: 25%;
  height: 19%;
  top: 30.2%;
  left: 58%;
  border-radius: 63% 0 0 0;
}

html.mobile .area_map:nth-child(16)::before, html.mobile .area_map:nth-child(16)::after {display: none;}
html.mobile .area_map:nth-child(6) {
  width: 10%;
  height: 7%;
  top: 32.2%;
  left: 47%;
}
html.mobile .area_map:nth-child(6)::before {
  content: '';
  position: absolute;
  width: 54%;
  height: 132%;
  top: 100.2%;
  left: 19%;
}
html.mobile .area_map:nth-child(6)::after {
  content: '';
  position: absolute;
  width: 156%;
  height: 76%;
  top: -52.8%;
  left: 10%;
  border-radius: 55% 0 0 0;
}
html.mobile .area_map:nth-child(4) {
  width: 28%;
  height: 21%;
  top: 6.2%;
  left: 52%;
}

html.mobile .area_map_info { padding-top: 0; background: none; }
html.mobile .area_map_info div { padding: 0.3rem .8rem; border-radius: .8rem; font-size: 13px; height: 4.6rem; width: 13.87rem; }
html.mobile .area_map_info div p { line-height: normal; text-align: center;}
html.mobile .area_map_info::before { bottom: 1.8rem;}
html.mobile .area_map_info::after { bottom: 2.1rem; height: 0.1rem;}
html.mobile .area_map_info:nth-child(1) {
  top: 15.2%;
  left: 54.5%;
}
html.mobile .area_map_info:nth-child(1)::before {
  right: 16.9rem;
}
html.mobile .area_map_info:nth-child(1)::after {
  right: 7rem;
  width: 10rem;
}
html.mobile .area_map_info:nth-child(2) {
  top: 16%;
  left: 50%;
}
html.mobile .area_map_info:nth-child(2)::before {
  right: 18.5rem;
}
html.mobile .area_map_info:nth-child(2)::after {
  right: 9rem;
  width: 10rem;
}
html.mobile .area_map_info:nth-child(3) {
  top: 21%;
  left: 56%;
}
html.mobile .area_map_info:nth-child(3)::before {
  right: 15.5rem;
}
html.mobile .area_map_info:nth-child(3)::after {
  right: 8rem;
  width: 8rem;
}
html.mobile .area_map_info:nth-child(7) {
  top: 36.2%;
  left: 53.5%;
}
html.mobile .area_map_info:nth-child(7)::before {
  right: 17.5rem;
}
html.mobile .area_map_info:nth-child(7)::after {
  right: 4rem;
  width: 14rem;
}
html.mobile .area_map_info:nth-child(8) {
  top: 33.8%;
  left: 54%;
}
html.mobile .area_map_info:nth-child(8)::before {
  right: 16.1rem;
}
html.mobile .area_map_info:nth-child(8)::after {
  right: 3.5rem;
  width: 13rem;
}
html.mobile .area_map_info:nth-child(5) {
  top: 38%;
  left: 56.5%;
}
html.mobile .area_map_info:nth-child(5)::before {
  right: 15.6rem;
}
html.mobile .area_map_info:nth-child(5)::after {
  right: 3.7rem;
  width: 12.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(10) {
  top: 50%;
  left: 56%;
}
html.mobile .area_map_info:nth-child(10)::before {
  right: 15.9rem;
}
html.mobile .area_map_info:nth-child(10)::after {
  right: 7.7rem;
  width: 8.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(9) {
  top: 61%;
  left: 52%;
}
html.mobile .area_map_info:nth-child(9)::before {
  right: 17.6rem;
}
html.mobile .area_map_info:nth-child(9)::after {
  right: 8.5rem;
  width: 9.5rem;
 transform: none; 
}
html.mobile .area_map_info:nth-child(11) {
  top: 65%;
  left: 54%;
}
html.mobile .area_map_info:nth-child(11)::before {
  right: 16rem;
}
html.mobile .area_map_info:nth-child(11)::after {
  right: 7.5rem;
  width: 8.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(12) {
  top: 71%;
  left: 43.5%;
}
html.mobile .area_map_info:nth-child(12)::before {
  right: 17.9rem;
  bottom: -1.7rem;
}
html.mobile .area_map_info:nth-child(12)::after {
  right: 11rem;
  bottom: 0.2rem;
  width: 8rem;
  transform: rotate(335deg);
}
html.mobile .area_map_info:nth-child(17) {
  top: 56.5%;
  right: 56.5%;
}
html.mobile .area_map_info:nth-child(17)::before {
  left: 17rem;
}
html.mobile .area_map_info:nth-child(17)::after {
  left: 6rem;
  width: 11rem;
}
html.mobile .area_map_info:nth-child(13) {
  top: 59%;
  right: 43.1%;
}
html.mobile .area_map_info:nth-child(13)::before {
  left: 18.3rem;
}
html.mobile .area_map_info:nth-child(13)::after {
  left: 8rem;
  width: 11rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(15) {
  top: 53%;
  right: 40.1%;
}
html.mobile .area_map_info:nth-child(15)::before {
  left: 18.2rem;
}
html.mobile .area_map_info:nth-child(15)::after {
  left: 12rem;
  width: 7rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(14) {
  top: 47.5%;
  right: 50%;
}
html.mobile .area_map_info:nth-child(14)::before {
  left: 17.2rem;
}
html.mobile .area_map_info:nth-child(14)::after {
  left: 10rem;
  width: 7.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(16) {
  top: 36%;
  right: 47.1%;
}
html.mobile .area_map_info:nth-child(16)::before {
  left: 16.9rem;
}
html.mobile .area_map_info:nth-child(16)::after {
  left: 10rem;
  width: 7.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(6) {
  top: 30%;
  right: 58.6%;
}
html.mobile .area_map_info:nth-child(6)::before {
  left: 14.7rem;
}
html.mobile .area_map_info:nth-child(6)::after {
  left: 10rem;
  width: 5.5rem;
  transform: none;
}
html.mobile .area_map_info:nth-child(4) {
  top: 12%;
  right: 55%;
}
html.mobile .area_map_info:nth-child(4)::before {
  left: 16.8rem;
}
html.mobile .area_map_info:nth-child(4)::after {
  left: 8rem;
  width: 9.5rem;
  transform: none;
}

html.mobile .result_table tr td:nth-child(1)                        { display: none;}
html.mobile .result_table tr td:nth-child(2) .result_table_info     { row-gap: 1rem;}
html.mobile .result_table tr td:nth-child(2) .result_table_txt > h2 { font-size: 18px; height: auto;}
html.mobile .result_table tr td:nth-child(2) .result_table_txt > p  { font-size: 16px; height: auto;}
html.mobile .result_table tr td:nth-child(2) .result_table_date     { font-size: 14px;}


/* //우수학교후기 */
.boardBtn { display: flex; align-items: center; justify-content: space-between; padding: 2.5rem 3.2rem 2.2rem; border-top: .2rem solid #e5e5e5; margin-top: 1.6rem;}
.boardBtn .boardBtnLeft { display: flex; align-items: center;}
.boardBtn .boardBtnLeft div:nth-child(1) { position: relative; padding-right: 2.3rem; margin-right: 2.3rem;}
.boardBtn .boardBtnLeft div:nth-child(1)::before { position: absolute; content: ''; top: 50%; right: 0; transform: translateY(-50%); width: .1rem; height: 1.1rem; background-color: #ddd; }
.boardBtn .arrowBtn { cursor: pointer; position: relative; font-size: 15px; color: #888; padding-right: 1.6rem;}
.boardBtn .arrowBtn::before { position: absolute; content: ''; width: 1rem; height: 0.6rem; right: 0; top: 50%; transform: translateY(-50%); background: url(../img/sub/boradBtnArrow.png) center no-repeat; }
.boardBtn .boardBtnRight .arrowBtn::before { background: url(../img/sub/boradBtnArrow2.png) center no-repeat; filter: grayscale(100%) brightness(1.17); z-index: 10; pointer-events: none;}
.boardBtn .arrowBtn.active, .boardBtn .arrowBtn.activeUp { color: #444; font-weight: 700; }
.boardBtn .arrowBtn.active::before { transform: rotate(180deg); filter: brightness(50%); top: 38%; }
.boardBtn .arrowBtn.activeUp::before { filter: brightness(50%); }
.boardBtn .arrowBtn:hover::before,
.boardBtn .arrowBtn:focus::before { filter: brightness(50%); }
.boardBtn .arrowBtn:hover,
.boardBtn .arrowBtn:focus { color: #444; font-weight: 700; }
.boardBtn .boardBtnLeft .arrowBtn:nth-child(1) { margin-right: 1.4rem;}
.boardBtn .boardBtnLeft div:nth-child(2) button { width: 1.5rem; height: 1.5rem; vertical-align: middle;}
.boardBtn .boardBtnLeft div:nth-child(2) button:nth-child(1)  { background: url(../img/sub/listBoard.png) center no-repeat; filter: grayscale(100%) brightness(1.17); margin-right: 1.7rem;}
.boardBtn .boardBtnLeft div:nth-child(2) button:nth-child(2)  { background: url(../img/sub/viewBoard.png) center no-repeat; filter: grayscale(100%) brightness(1.17); }
.boardBtn .boardBtnLeft div:nth-child(2) button.active        { filter: none; }
.boardBtn .boardBtnLeft div:nth-child(2) button:hover,
.boardBtn .boardBtnLeft div:nth-child(2) button:focus         { filter: none; }
.boardBtn .boardBtnRight select { font-size: 15px; color: #888; outline: none; border: none; padding-left: 1rem; padding-right: 3.2rem; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.boardBtn .boardBtnRight select option { font-size: 15px; color: #888; }
.boardBtn .boardBtnRight select option:checked                { color: #2f7dfe; }
.boardBtn .boardBtnRight:hover select                         { color: #2f7dfe; font-weight: 700;}
.boardBtn .boardBtnRight:hover .arrowBtn::before              { transform: rotate(180deg); filter: none; top: 38%; }



.school_list { display: none;}

.school_contents { padding: 0 3.2rem 2.2rem; display: flex; flex-wrap: wrap; column-gap: 2.1%; row-gap: 2.5rem;}
.school_item { width: 23.4%; border: 1px solid #eaf1f1; border-radius: 1rem; overflow: hidden;}
.school_item .school_item_img { display: block; }
.school_item .school_item_img img { display: block; width: 100%; height: 26rem; object-fit: cover;}
.school_item_info { position: relative; padding: 2rem 2rem 3.8rem; display: block;}
.school_item_info p { font-size: 16px; font-weight: 500; color: #222; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: keep-all; height: 5rem;}
.school_download { position: absolute; bottom: 1.2rem; left: 2rem; background: url(../img/sub/site_down_black.png) no-repeat center center / cover; display: block; width: 15px; height: 14px;}
.school_item_txt { position: relative; padding: 1.5rem 2.1rem; display: flex;} 
.school_item_txt::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 24.3rem; height: 0.1rem; background-color: rgb(234, 241, 241);} 
.school_item_txt p { font-size: 15px; font-weight: 600; color: #444;} 
.school_item_txt p:nth-child(1) { position: relative; padding-right: 1.2rem; margin-right: 1rem;} 
.school_item_txt p:nth-child(1)::before { position: absolute; content: ''; width: 1px; height: 1.1rem; background-color: #ddd; top: 50%; right: 0; transform: translateY(-50%);} 
.school_item_txt p span { color: #666; font-weight: 300;} 

html.mobile .boardBtn { padding: 2rem 0;}
html.mobile .boardBtn .arrowBtn { font-size: 13px;}
html.mobile .school_contents { padding: 0; gap: 2rem;}
html.mobile .school_item { width: 100%;}
html.mobile .school_item .school_item_img img { height: auto; max-height: 20rem;}
html.mobile .school_item_info { padding: 1rem 1rem 2.8rem;}
html.mobile .school_item_txt { padding: 1rem ;}
html.mobile .boardBtn .boardBtnRight select { padding-right: 2rem;}
html.mobile .school_download { left: 1rem; bottom: 1rem;}
html.mobile .school_item_txt::before { width: calc(100% - 2rem);}

@media (max-width: 1640px) {
  .school_item .school_item_img img { height: 23rem;}
  .school_item_info {  padding: 1rem 2rem 3.8rem;}
  .school_item_txt {    padding: 1rem 2.1rem;}
}

/* tab */
.tabList { border-bottom: 1px solid #ccc; display: flex; align-items:center; justify-content:space-between; }
.tabList > div {display:flex}
.tabList a { display: inline-block; font-size: var(--fs18); font-weight: var(--fw-bo); padding: 1.5rem 2rem 1.2rem; border: 1px solid #ccc; border-bottom: none; border-radius: 20px 20px 0 0; }
.tabList a:last-child { border-left: none; }
.tabList a.on { background: var(--mainCol); color: #fff; border: 1px solid var(--mainCol); }