@charset "UTF-8";
/* ======= 글로벌 ======= */
html, body{overflow-x: hidden;}
body{
  font-family: 'Pretendard', 'Noto Sans KR', Helvetica, sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 0.8333vw, 20px);
  word-break: keep-all;
  -ms-word-break: keep-all;
  user-select: none;
  --clamp40: clamp(20px,2.1vw,60px);
  --clamp50: clamp(25px,2.6vw,70px);
  --clamp60: clamp(30px,3.125vw,80px);
  --clamp80: clamp(45px,4.17vw, 100px);
  --clamp100: clamp(60px,5.2vw, 115px);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
p{line-height: 1.5;}
.enter{display: block;}

/* 스타일 정의 */
.container{
  margin-top: 98px;
  overflow-x: hidden;
}
.container__inner{
  width: 92%;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
}
.container > .container__inner{
  padding-top: 100px;
  padding-top: var(--clamp100);
}
.container__inner--full{
  width: 100%;
}
.flx{display: flex;}
.flxbt{
  display: flex;
  justify-content: space-between;
}
.middle{align-items: center;}
.scrollbox::-webkit-scrollbar{visibility: hidden;}
.tr04{
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sch_btn{justify-content: center;}
.table{
  width: 100%;
  border-top: 4px solid var(--color-blue);
}
.table tr td,
.table tr th,
.cell{
  border-right: 1px solid var(--color-gray3);
  border-bottom: 1px solid var(--color-gray3);
}
.table tr td:last-of-type,
.table tr th:last-of-type,
.table .cell:last-of-type{border-right: 0;}
.table .borr{border-right: 1px solid var(--color-gray3) !important;}

.table--blue tr th{
  background-color: #F5FAFF;
  font-weight: 400;
}
.table--blue tr td,
.table--blue tr th,
.cell{padding: 13.5px 20px;}
.table--gray thead tr th,
.thead .cell{background-color: var(--color-gray4);}
.table--gray tr td,
.table--gray tr th{padding: 20px;}
.table--gray tr th {
  border-right: 1px solid var(--color-gray3);
  background-color: #F5FAFF;
}
div.table{display: table;}
.thead,
.tbody{
  display: table-row;
  width: 100%;
}
div.table .cell{vertical-align: middle;}
.cell{display: table-cell;}
.bg--table{background-color: #F5FAFF;}
.h44,
.h54,
.h64{
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
}
.h44{height: 44px;}
.h54{height: 54px;}
.h64{height: 64px;}
.round{
  border-radius: 50px;
  border-radius: var(--clamp50);
}
.listing{display: flex;}
.listing > span:first-of-type{padding-right: .5rem}
.pg_wrap{
  display: flex;
  padding-top: 40px;
  justify-content: center;
}
.pg_page,
.pg_current{
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--color-gray)
}
.pg_current{
  background-color: var(--color-blue);
  color: #fff;
}
/* 스타일 정의 */

/* 컴포넌트 정의 */
.btn-search{
  width: 30px;
  height: 30px;
}
.btn-search > img{
  width: 24px;
  height: 24px;
}
.btn-more--red{
  padding: 0 1.8em;
  background-color: var(--color-red);
  color: #fff;
}
.btn-list{
  padding: 0 3.3em;
  margin: 0 auto;
  background-color: var(--color-red);
  color: #fff;
}
.bar--hor{
  display: inline-block;
  width: 22px;
  height: 1px;
  vertical-align: middle;
  background-color: var(--color-gray2);
}
.bar--hor---wide{
  width: 150px;
  width: clamp(50px,7.8vw,180px);
  background-color: var(--color-gray3);
}
.btn-find-way{
  display: flex;
  height: 50px;
  padding: 13px 10px;
  border: 1px solid #fff;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.btn-find-way--yellow{
  padding: 1rem 2rem 1rem 1.5rem;
  border: 0;
  background-color: #F9E000;
}
/* 컴포넌트 정의 끝 */
/* ======= 글로벌 ======= */

/************** 인덱스 **************/
.index-container > section{
  width: 100%;
  height: 100vh;
  padding-top: var(--header--pc);
}
.index__paging{
	position:fixed;
	right: 20px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 10;
}
.index__paging a{
	position:relative;
	display:block;
	height: 20px;
	margin-bottom:27px;
	color:#D9D9D9;
}
.index__paging a .paging__txt{
  position:absolute;
	top: 3px;
	right:15px;
	/* padding-right: 15px;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity:0; */
  opacity: 0;
}
.index__paging a:hover .paging__txt{
  /* opacity: 1; */
}
.index__paging a:after{
  content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border-radius:50%;
  background-color: #D9D9D9;
}
.index__paging a.on::before{
  content: "";
  position: absolute;
  top: -3px;
  right: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color-yellow);
  box-shadow: 0 0 10px 0 var(--color-yellow);
  opacity: .6;
  z-index: -1;
}
.index__paging a.on::after{
  background-color: #fff;
}
.slider--visual{
  position: relative;
  width: 100%;
  height: 100%;
}
.slider--visual .swiper-slide{
  width: 100%;
  height: 100%;
}
.slider--visual .swiper-slide::before{
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../img/bg_visual2.svg) no-repeat left center/cover;
}
.visual__navigation{
  position: absolute;
  top: 65%;
  left: 150px;
  left: clamp(20.5px, 7.8vw, 200px);
  z-index: 10;
}
.visual-indexPaging{
  width: 38px;
  margin-left: 25.5px;
  margin-right: 21.5px;
  letter-spacing: 1px;
  text-align: right;
}
.visual__pause{
  width: 8px;
  min-width: 8px;
  height: 12px;
  margin-right: 24px;
  background: url(../img/ic_swiper_pause.svg) no-repeat center/contain;
}
.visual__pause.play{background: url(../img/ic_swiper_play.svg) no-repeat center/cover;}
.visual-button-prev,
.visual-button-next{
  position: static;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-top: unset;
  background-size: contain;
}
.visual-button-prev{background-image: url(../img/ic_swiper_prev_gray.svg);}
.visual-button-next{background-image: url(../img/ic_swiper_next_gray.svg);}
.visual__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual__contents{
  position: absolute;
  top: 34%;
  left: 150px;
  left: clamp(20.55px, 7.8vw, 200px);
  z-index: 2;
}
.swiper-slide-active .visual__contents{
  animation: fadeUp .75s linear;
}
@keyframes fadeUp{
  0%{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.visual__txt{
  /*  메인 폰트 라인 삭제 요청
  line-height: 1.3;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  */
}
/* .visual__txt .fill{
  -webkit-text-stroke-width: 0;
  color: #fff;
} */
.index2{background: url(../img/img_deco1.png) no-repeat 8% 16%/180px;}
.index2 > .container__inner,
.index4 > .container__inner{padding-top: 34px;}
.business__container{
  position: relative;
  width: 100%;
  padding: var(--clamp50) 0;
  background: url(../img/img_deco2.png) no-repeat right center/contain;
}
.business__container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 68.5vw;
  height: 100%;
  background-color: var(--color-gray4);
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: -1;
}
.business__item{
  position: absolute;
  right: 7.5vw;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.business__item .img-wrapper{
  min-width: 530px;
  min-width: clamp(264px, 27.6vw, 550px);
  height: clamp(264px, 27.6vw, 550px);
}
.business__item .img-wrapper > img{
  height: 100%;
}
.business__item .txt-wrapper{
  position: relative;
  left: -94px;
  display: flex;
  width: clamp(320px, 25.5vw, 520px);
  min-width: clamp(320px, 25.5vw, 520px);
  height: clamp(320px, 25.5vw, 520px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,.85);
}
.business__item .txt-wrapper p.fz20{
  padding: 17px 1em 22px;
}
.business__item .txt-wrapper span.fw700 > img{
  margin-left: 5px;
  vertical-align: text-top;
}
.business__label{
  display: block;
  max-width: 25.5vw;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}
.business__label p.colgray{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform .4s;
  transition: transform .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.business__container .business__label:last-of-type{margin-bottom: 0;}
.business__container input[type="radio"]:checked+label{
  border-radius: 20px;
  border-bottom: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  background-color: #fff;
}
.business__container input[type="radio"]:checked+label p.colgray{
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
.business__container input[type="radio"]:checked+label h5.fz20{color: var(--color-orange);}
.business__container input[type="radio"]:checked + label + .business__item{
  display: flex;
  opacity: 1;
}
.business-button-prev,
.business-button-next{display: none;}
.index3{
  position: relative;
  background-color: #FAFAFA;
}
.index3 .container__inner{
  position: relative;
  z-index: 0;
}
.index3__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25vw;
  height: 100%;
  border-bottom-right-radius: clamp(100px, 9.4vw, 200px);
  background: url(../img/img_deco3.png) no-repeat left bottom/266px #FFF0BB;
}
.service__tit{
  /* padding-top: 18vh;
  padding-top: clamp(0px, 18vh, 270px); */
  padding-top: clamp(0px, 10vh, 200px);
}
.index3__check{
  display: flex;
  width: max-content;
  padding: 9px 15px;
  column-gap: 8px;
  border: 1px solid var(--color-red);
  color: var(--color-red);
}
.service__steps{
  width: 65%;
  padding-top: 10vh;
  padding-top: clamp(0px, 10vh, 200px);
  row-gap: var(--clamp100);
  flex-wrap: wrap;
}
.step__item{
  width: 30%;
}
.step__img{
  position: relative;
  max-width: 165px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.step__img .num{
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
}
.step__arrow > img{
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn-notice-arrow--left,
.btn-notice-arrow--right{
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/ic_latest_arrow.svg);
}
.btn-notice-arrow--right{
  margin-left: 15px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.btn-notice-arrow--left:hover,
.btn-notice-arrow--right:hover{background-image: url(../img/ic_latest_arrow_on.svg);}

.etc__location,
.etc__cs{
  /* width: 36.5vw; */
  width: 48.6%;
  padding: 26px var(--clamp50);
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.etc__info .pretd{color: #A0A0A0;}
/************** 인덱스 끝 **************/

/************** 서브 **************/
.do__header,
.service__header{
  padding: 30px;
  border-radius: 20px;
}
.num-parent{flex-wrap: wrap;}
.num-wrapper{
  position: relative;
  width: 49%;
  /* margin-bottom: 25px; */
  padding: 0 1em;
  border: 1px solid var(--color-blue);
}
.num-wrapper .num{
  position: absolute;
  top: 7px;
  left: 10px;
  background-color: var(--color-blue);
}
.num-parent .num-wrapper:nth-of-type(2),
.num-parent .num-wrapper:nth-of-type(3),
.num-parent .num-wrapper:nth-of-type(6),
.num-parent .num-wrapper:nth-of-type(7){border: 1px solid var(--color-gray2);}
.num-parent .num-wrapper:nth-of-type(2) .num,
.num-parent .num-wrapper:nth-of-type(3) .num,
.num-parent .num-wrapper:nth-of-type(6) .num,
.num-parent .num-wrapper:nth-of-type(7) .num{background-color: var(--color-gray2);}
.num-wrapper > span:last-of-type{padding-left: 3em;}
.num{
  display: inline-flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-family: 'Cafe24Ssurround', 'Pretendard', 'Noto Sans KR', sans-serif;
  background-color: var(--color-orange);
  color: #fff;
}
.tit--line---left::before{
  content:"";
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
  background-color: var(--color-blue);
}
.tit--line---right{position: relative;}
.tit--line---right::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 90%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color-orange);
}

/* 경영목표 */
.greeting__left{
  width: 69.5rem;
  width: clamp(420px,36.2vw, 750px);
}
.greeting__left h4.ssur{
  line-height: 1.45;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-gray3);
}
.greeting__txt{
  line-height: 1.7;
  /* white-space: pre-line; */
}
.greeting__right{
  width: 73rem;
  width: clamp(270px,38.125vw,770px);
}
.goals__two{
  padding: 100px 0 150px;
  padding: clamp(50px, 4.2vw, 120px) 0 clamp(75px, 7.8vw, 160px);;
}
.goals__two h4{padding: 4rem 2rem 3rem 2rem;}
.goals__mission,
.goals__vision{
  position: relative;
  width: clamp(500px, 36vw, 800px);
  margin: 0 auto;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
}
.goals__mission{
  margin-bottom: 8rem;
  margin-bottom: var(--clamp80);
  border-color: var(--color-orange);
}
.goals__vision{border-color: var(--color-blue);}
.two__label{
  position: absolute;
  top: -4rem;
  left: 0;
  display: flex;
  padding-right: 1em;
  align-items: center;
  column-gap: 25px;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.goals__strategy{
  position: relative;
  border-radius: 20px;
  padding: 60px 80px 40px;
  box-shadow: 0px 0px 10px 0px rgba(56, 85, 94, 0.15);
  background-color: #fff;
}
.goals__strategy::before,
.goals__strategy::after{
  content:"";
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.goals__strategy::before{
  top: -150px;
  left: -100px;
  width: 231px;
  height: 196px;
  background: url(../img/img_deco1.png) no-repeat center/contain;
}
.goals__strategy::after{
  right: -17vw;
  bottom: -12vh;
  width: 423px;
  height: 288px;
  background: url(../img/img_deco4.png) no-repeat center/contain;
}
.strategy__ul{
  flex-wrap: wrap;
}
.strategy__li{
  position: relative;
  display: flex;
  width: calc(50% - 4rem);
  margin: 1rem 0 3rem 4rem;
  padding-left: 3rem;
  align-items: center;
}
.strategy__li::before{
  position: absolute;
  top: 50%;
  left: -4rem;
  display: inline-flex;
  width: 42px;
  min-width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* margin-right: 30px; */
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-family: 'Cafe24Ssurround', 'Noto Sans KR', sans-serif;
  font-size: clamp(18px, 1.25vw, 28px);
  background-color: var(--color-orange);
  color: #fff;
}
.strategy__li[data-strategy="1"]{order: 1;}
.strategy__li[data-strategy="2"]{order: 3;}
.strategy__li[data-strategy="3"]{order: 5;}
.strategy__li[data-strategy="4"]{order: 2;}
.strategy__li[data-strategy="5"]{order: 4;}
.strategy__li[data-strategy="1"]::before{content:"1";}
.strategy__li[data-strategy="2"]::before{content:"2";}
.strategy__li[data-strategy="3"]::before{content:"3";}
.strategy__li[data-strategy="4"]::before{content:"4";}
.strategy__li[data-strategy="5"]::before{content:"5";}
.strategy__li:nth-of-type(2n):before{background-color: var(--color-blue);}
.operation__item{width: 24%;}
.operation__item .item__img{position: relative;}
.operation__item .item__img span.fw700{
  position: absolute;
  bottom: 26%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.operation__item .item__txt{
  padding:0 25px;
  line-height: 1.5;
  white-space: pre-line;
  text-align:left;
}
.history__container{
  position: relative;
  padding-bottom: clamp(100px, 10.41vw, 210px);
  flex-wrap: wrap;
  align-items:start;
}
.history__container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-gray3);
}
.history__top,
.history__bottom{width: 40%;}
.history__top img{border-radius:20px;margin-bottom:30px;}
.history__top[data-year="2024"]{
  margin-bottom: clamp(75px, 7.8vw, 160px);
  order: 1;
}
.history__bottom[data-year="2024"]{order: 2;}
.history__top[data-year="2023"]{
  
  order: 4;
}
.history__bottom[data-year="2023"]{order: 3;margin-bottom: var(--clamp100);}
.history__top[data-year="2011"]{order: 5;}
.history__bottom[data-year="2011"]{order: 6;}
.history__bottom[data-year="2011"] ul,
.history__bottom[data-year="2011"] li {width: 100%;}
.history-tit{
  margin-top:30px;
  font-size: 80px;
  font-size: var(--clamp80);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-orange);
}
.history__bottom li{
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray3);
}
.blank-img{
  position: relative;
  width: 100%;
  height: 294px;
  padding: 30px;
  border: 1px solid var(--color-gray3);
  border-radius: 20px;
  justify-content: center;
  background-color: #fff;
}
.blank-img::before{
  content: "";
  position: absolute;
  bottom: -2.3vh;
  left: -6.25vw;
  display: block;
  width: 60%;
  height: 100%;
  background: url(../img/img_deco5.png) no-repeat center/contain;
  z-index: -1;

}
.blank-img > img{
  width: 100%;
  max-width: 46rem;
}
.orgchart__img{display: block;}
.table--transport tr td{
  padding: 25px;
  line-height: 1.5;
}
.table--facility tr td{width: 14.28%;}

/* 오시는 길 */
.map-wrapper{
  position: relative;
  width: 100%;
  height: 59vh;
  height: clamp(500px, 59vh, 620px);
  margin-bottom: var(--clamp100);
}
.kakaomap{
  width: 100%;
  height: 100%;
}
.map__info{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 40px 30px;
  border-top-left-radius: 30px;
  flex-direction: column;
  background-color: var(--color-orange);
  z-index: 10;
}
.map__info .logo{
  width: 320px;
  padding-bottom: 30px;
  border-bottom: 1px solid #FF8C7B;
}
.map__info .logo > img{width: 100%;}
/* 주요사업내용 */
.do__header{
  border: 1px solid #F6E2C4;
  background-color: #FFF8EE;
}
.do__left{margin-right: 40px;}
.service__box{
  padding: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-gray3);
  border-radius: 20px;
}
.support-wrapper{flex-wrap: wrap;}
.support-wrapper .service__box{
  width: calc(50% - 20px);
  min-height: 277px;
  margin-bottom: 28px;
  border-color: var(--color-orange);
}
.support-wrapper .service__box:last-of-type{margin-bottom: 0;}
.support-wrapper .service__box:nth-of-type(2),
.support-wrapper .service__box:nth-of-type(3){border-color: var(--color-blue)}
.support-wrapper .service__box:nth-of-type(2) .num,
.support-wrapper .service__box:nth-of-type(3) .num{background-color: var(--color-blue);}
.support-wrapper p.listing{margin-left: 67px;}
.support-wrapper .service__box p.mb10{margin-bottom: 5px;}
.program__box{
  padding: 20px;
  border: 1px solid var(--color-gray3);
  border-radius: 20px;
  background-color: #fff;
}
.program__right{padding-right: 6em;}

/* 아이돌봄서비스 */
.idolbom-is{
  position: relative;
  padding: 100px 15px 170px;
  padding: var(--clamp100) 20px 0;
}
.idolbom-is::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  display: block;
  width: 100%;
  height: 175px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/img_idolbom_line.svg) no-repeat center bottom/cover;
  z-index: -1;
}
.idolbom-tit{color:#FF543F;}
.idolbom-txt{
  line-height: 1.5;
  white-space: pre-line;
}
.idolbom__imgs{justify-content: center;}
.idolbom__img{
  position: relative;
  /* -webkit-mask-image: url(../img/img_idolbom_right.png); */
}
.idolbom__img::before{
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: rgba(0,0,0,.3);
}
.idolbom__img.left{
  right: -30px;
  z-index: 1;
}
.idolbom__img.right{left: -30px;}
.idolbom__img h4.ssur{
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}
.idolbom-special{flex-wrap: wrap;}
.special__item{
  display: flex;
  width: calc(50% - 40px);
  margin-bottom: 40px;
}
.special__img > img{
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 40px;
}
.special__txt > strong{
  display: block;
  margin-bottom: 10px;
}
.service__header{
  border: 1px solid #CCE5FE;
  background: #F5FAFF;
}
.service-overview-table{line-height: 1.5;}
.service-overview-table tr th{
  width: 25%;
  white-space: nowrap;
}
.service-overview-table tr td{padding: 20px;}
.service-overview-table tr td[rowspan="2"]{
  width: 15%;
  white-space: nowrap;
}
.service-overview-table .indent{
  position: relative;
  left: 1em;
}
.how-to{
  flex-direction: column;
  align-items: center;
}
.how__item{
  width: 100%;
  padding: 20px 50px;
  border: 1px solid var(--color-gray3);
  border-radius: 20px;
  background-color: #fff;
}
.how-to .how__item:nth-of-type(2n) .num{background-color: var(--color-blue);}
.how__img{margin: 0 40px;}
.how__arrow{margin: 40px auto;}
.idolbomi__box span.h44,
.program__box span.h44{
  padding: 0 1.6em;
  margin-right: 30px;
  background-color: var(--color-blue);
}
.idolbomi__box .num-parent{max-width: 85%;}
.idolbomi__box .num-wrapper{
  width: 23%;
  min-width: 23%;
  border: 1px solid var(--color-orange) !important;
}
.idolbomi__box .num-wrapper .num,
.idolbomi__box .num-parent .num-wrapper:nth-of-type(3) .num{background-color: var(--color-orange);}
.idolbomi__box .num-parent .num-wrapper:nth-of-type(2n) .num{background-color: var(--color-blue);}
.idolbomi__box .next__arrow{
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.idolbomi__box .num-wrapper>span:last-of-type{text-align: center;}
.table[data-where="idolbomi"] .cell{width: 25%;}
.table[data-where="allday"] .bg--table{
  width: 34%;
  white-space: nowrap;
}
/*240118 김시윤 추가 */
.idolbomi__apply {
  margin-left:130px;
}
.idolbomi__apply ul.flx {flex-wrap:wrap;}
.idolbomi__apply ul.flx {row-gap:1.25em;}
.idolbomi__apply h5 {
  min-width:clamp(120px,7.6vw,145px);
  margin-right: clamp(20px,1.56vw,40px);
}
.idolbomi__apply span {vertical-align: middle;}
/************** 서브 끝 **************/

/************** 푸터 **************/
address{font-style: normal;}
.footer{
  width: 100%;
  padding: var(--clamp60) 0 var(--clamp80);
  background-color: #282828;
  color: #fff;
}
.footer .logo{max-width: 32rem;}
.footer__families{
  width: max-content;
  min-width: 227px;
  padding: 20px 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  background-image: url(../img/ic_arrow_right_gray.svg);
  background-position: calc(100% - 10px) center;
  color: #fff;
}
.footer__families option{
  padding: 1em 0;
  border: 0;
  outline: 0;
  background-color: #282828;
}
.footer__address{line-height: 1.6;}
.footer__center:not(:last-of-type){margin-bottom: 15.5px;}
.footer__center > *{display: inline-block;}
.footer__center > span:first-of-type{min-width: 240px;}
.footer__center .bar--hor{margin-right: 15px;}
.center__tel{
  min-width: 136px;
  margin-right: 25px;
}
.scrollTop{
  position: fixed;
  right: 2rem;
  bottom: 37rem;
  display: none;
  border-radius: 50%;
}
/************** 푸터 끝 **************/

/************************** ▶ 구별 광역지원센터 ◀ *****************************/
.latest__tabs{position: relative;}
.latest__contents{
  display: none;
  opacity: 0;
}
.latest__top{
  position: relative;
  padding-right: 7rem;
}
/* .latest__top .divide{
  position: absolute;
  right: 165px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
} */
.latest__label{
  /* position: absolute;
  right: 78px;
  top: -7rem; */
  cursor: pointer;
}
.latest__board-link{
  /* display: none; */
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.latest__label.on{
  font-weight: 700;
  color: #000;
}
.latest__label.on + .latest__board-link{display: block;}
.latest__tabs input[type="radio"]:checked + .latest__contents{
  display: block;
  opacity: 1;
}
.divide{
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 2rem;
  background-color: var(--color-gray2);
  vertical-align: middle;
}
.latest2,
.index__map{width: 45%;}
.index__map .map{
  width: 100%;
  height: 311px;
  border-radius: 20px;
}
.index__map .service__box{padding: 1.5rem 3rem;}
.sub-index.visual{
  position: relative;
}
.slider--visual---gu{height: 59.4rem;}
.slider--visual---gu .swiper-slide{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.slider--visual---gu .enter{display: none;}
.slider--visual---gu .swiper-slide img{
  object-fit: cover;
}
.slider--visual---gu .swiper-slide::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48vw;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,.99) 72%, rgba(255, 255, 255, 0) 100%);
}
.sub-index .visual__pause{background: url(../img/gu/ic_swiper_pause.svg) no-repeat center/contain;;}
.sub-index .visual__pause.play{background: url(../img/gu/ic_swiper_play.svg) no-repeat center/cover;}
.sub-index .visual-button-prev{background-image: url(../img/gu/ic_swiper_prev_gray.svg);}
.sub-index .visual-button-next{background-image: url(../img/gu/ic_swiper_prev_next.svg);}
.sub-index .visual__contents{top: 22%;}
.sub-index .visual__contents,
.sub-index .visual__navigation,
.call-wrapper{
  left: 240px;
  left: clamp(2.1rem,12.5vw,28rem);
}
.call-wrapper{
  position: absolute;
  bottom: 0;
  height: 85px;
  padding: 1.75rem 4rem;
  border-radius: 50px 50px 0px 50px;
  background: var(--color-orange);
  z-index: 10;
}
.call-wrapper > img{margin-right: 25px;}
.call-wrapper > span.pretd{margin: 0 1rem;}
.location__box{padding: 3rem 4rem;}
.gu-map-wrapper{
  width: 100%;
  height: 430px;
  height: clamp(30rem,39.8vh,48rem);
}

/* 231130 조직도 커스텀화 작업건*/
.btn-org1,
.btn-org2,
.btn-org3{padding: .6rem 1rem;}
.btn-org1{background-color: var(--color-orange);}
.btn-org2{background-color: var(--color-blue);}
.btn-org3{background-color: var(--color-gray);}

/* 231201 */
a.btn_cancel{vertical-align: unset;}
.btn_submit{background-color: #3db1ff;}

/************** 반응형 **************/
@media screen and (min-width: 2560px){
  .container__inner{max-width: 200rem;}
}
@media screen and (max-height:960px){
  .index2 > .container__inner,
  .index4 > .container__inner{padding-top: 0;}
}
@media screen and (max-width: 1366px){
  /* .index-container .index2,
  .index-container .index3,
  .index-container .index4{
      height: 100%;
      padding-bottom: 100px;
      padding-bottom: var(--clamp100);
  } */
  .index-container > section{
    height: 100%;
    min-height: 100vh;
  }
  .index-container .index1{height: 100vh;}
  .index2 .container__inner, .index4 .container__inner{padding-top: 0;}
  .service__tit,
  .service__steps{padding-top: 0;}
  .service__tit{padding-left: 5%;}
}
@media screen and (max-width: 1200px){
  .index3__bg{width: 23.25vw;}
  .service__steps{width: 75%;}
  .service__tit{padding-left: 0;}
  .location__box{
    padding: 3rem 2rem;
    white-space: nowrap;
  }
  .idolbomi__box .num-parent{max-width: 100%;}
}
@media screen and (max-width: 992px){
  .btn-search > img{
    width: 18px;
    height: 18px;
  }
  .container{margin-top: var(--header--mo);}
  .index-container>section{padding-top: var(--header--mo);}
  .index2, .index3, .index4{padding-bottom: var(--header--mo);}
  .business__item{right: -8vw;}
  .business__label{max-width: 32.5vw;}
  .step__item{width: 40%;}
  .program__right{padding-right: 2em;}
  .program__box span.h44{margin-right: 18px;}
  .idolbom__img.left{z-index: 0;}
  .idolbomi__box .num-parent{row-gap: 2rem;}
  .service__box{padding: 3rem 2rem;}
    .slider--visual---gu{height: 80vh;}
  .slider--visual---gu .swiper-slide{align-items: flex-end;}
  .slider--visual---gu .swiper-slide img{height: 60%;}
  .slider--visual---gu .swiper-slide::before{background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));}
  .slider--visual---gu .enter{display: block;}
  .sub-index .visual__contents{top: 3em;}
  .visual__txt-gu{line-height: 1.5;}
  .slider--visual---gu .visual__navigation{top: 45%;}
  .latest2,
  .index__map{width: 48%;}
  .location__box{flex-wrap: wrap;}
  .location__box strong.fz24{
    width: 100%;
    margin-bottom: 15px;
  }
  .location__box .bar--hor---wide{display: none;}
  .location__box div.fz20{margin-bottom: 15px;}
  .location__box div.fz20:first-of-type{width: 60%;}
  .location__box div.fz20:last-of-type{width: 40%;}
  .footer .divide{
    display: block;
    height: 3px;
    visibility: hidden;
  }
  .gu-footer .footer__left{margin-bottom: 4rem;}
  .gu-footer .footer__families{margin-bottom: 0;}
  .idolbomi__apply .fdc--res---992.mb20 {margin-bottom: 30px;}
  .idolbomi__apply h5 {margin-bottom: 20px;}
  .idolbomi__apply span .enter {display: contents;}
}
@media screen and (max-width: 768px){
  .call-wrapper{
    left: 2rem;
    width: calc(100% - 4rem);
    height: unset;
    padding: 1rem;
    justify-content: center;
    border-radius: 30px 30px 0px 30px;
  }
  .call-wrapper > img{
    height: 3rem;
    margin-right: 2rem;
  }
  .table--break{
    display: flex;
    justify-content: space-between;
  }
  .table--break thead,
  .table--break tbody{
    display: flex;
    width: 50%;
    flex: 1;
    flex-direction: column;
  }
  .table--break thead tr,
  .table--break tbody tr{
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .table--break tr th:last-of-type{border-right: 1px solid var(--color-gray3);}
  .table--blue td,
  .table--blue th,
  .cell{padding: 10.5px 16px;}
  
  .index-container .index1{height: 90vh;}
  .index2{
    padding-bottom: 0 !important;
    background: url(../img/img_deco1.png) no-repeat -20% 5%/150px;
  }
  .index2 p.mb50{text-align: left;}
  .business__container{
    background: none;
    padding-bottom: 0;
  }
  .business__container::before{
    top: unset;
    bottom: 0;
    width: 100%;
    height: 75%;
    border-radius: 0 !important;
  }
  .business__item{
    position: static;
    transform: none;
    flex-direction: column;
    align-items: center;
  }
  .business__item .txt-wrapper{
    top: -4rem;
    left: unset;
  }
  .business__label{display: none;}
  .business-button-prev,
  .business-button-next{
    position: absolute;
    top: 40%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .business-button-prev{
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .business-button-next{
    right: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .index3 .container__inner{flex-direction: column;}
  .index3__bg{
    width: 100%;
    height: 240px;
    background: #FFF0BB;
  }
  .service__tit{
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    flex-direction: column;
  }
  .service__tit > h3 .enter{
    display: inline-block;
    width: 0.25em;  
  }
  .index3__check{
    padding: 4px 9px;
    margin-bottom: 20px;
    column-gap: 3px;
  }
  .h54{height: 38px;}
  .h44{height: 34px;}
  .service__steps{
    width: 100%;
    row-gap: 1rem;
    flex-direction: column;
  }
  .step__item{width: 100%;}
  .step__arrow{
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/ic_arrow_down_orange2.svg) no-repeat center;
  }
  .step__arrow img{display: none;}
  .etc__location,
  .etc__cs{
    width: 100%;
    flex-direction: column;
  }
  .etc__txt{
    margin-bottom: 18px;
    text-align: center;
  }
  .etc__txt p.fz24{font-size: 24px;}
  .program__left{margin-bottom: 2rem;}
  .program__right{padding-right: 0;}
  .program__box .middle{align-items: baseline;}
  .goals__strategy{padding: 4rem 3.5rem;}
  .goals__strategy::before{
    top: -80px;
    left: -80px;
    width: calc(231px * 0.7);
    height: calc(231px * 0.7);
  }
  .tit--line---right::after{width: 70%;}
  .goals__strategy::after{
    width: calc(423px / 2);
    height: calc(288px / 2);
  }
  .history__container::before{display: none;}
  .history-tit  {margin-top:0;}
  .history__top,
  .history__bottom{width: 100%;}
  .history__top{margin-bottom: 5rem !important;}
  .history__bottom[data-year="2023"] {margin-bottom: 0;}
  .history__bottom[data-year="2024"],
  .history__bottom[data-year="2023"]{padding-bottom: 7rem;}
  .history__top[data-year="2023"]{order: 3;}
  .history__bottom[data-year="2023"]{order: 4;}
  .footer__contents{flex-direction: column;}
  .footer .logo{max-width: 260px;}
  .footer__families{margin-bottom: 40px;}
  .special__item{width: 100%;}
  .table-wrapper{overflow-x: auto;}
  .table-wrapper .table{min-width: 62rem;}
  .idolbomi__box .num-parent{
    align-items: center;
  }
  .history__top .mobile-none {display:none;}
  /* .idolbomi__box .next__arrow{
    margin: 1.5rem 0;
    transform: none;
  } */
  .idolbomi__box .num-wrapper{width: 100%;}
  .table[data-where="allday"] .bg--table{
    width: unset;
    white-space: normal;
  }
  .support-wrapper .service__box{
    width: 100%;
    min-height: unset;
    padding: 2rem;
  }
  .service__box h3.mb30{margin-bottom: 20px;}
  .support-wrapper .service__box p.mb10{margin-bottom: 0;}
  .latest2,
  .index__map{width: 100%;}
  .latest2{margin-bottom: 4rem;}
  .location__box div.fz20{width: 100% !important;}
  .map-wrapper{height: unset;}
  .kakaomap{min-height: 30rem;}
  .map__info{
    position: static;
    padding: 3rem;
    border-top-left-radius: 0;
  }
  .map__info .logo{width: auto;}
  .map__info > div{margin-bottom: 2rem;}
  .map__li.mb30{margin-bottom: 1.5rem;}
  .table--facility tr td{width: 100%;}
}
@media screen and (max-width: 576px){
  .sch_input{max-width: 16rem;}
  .num{
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .visual__navigation{top: 85%;}
  .btn-find-way{height: 40px;}
  .etc__info,
  .greeting-wrapper{flex-direction: column;}
  .etc__location,
  .etc__cs,
  .etc__location{margin-bottom: 30px;}
  .etc__img{
    width: 150px;
    height: 150px;
  }
  .greeting__left{
    width: 100%;
    margin-bottom: 50px;
  }
  .footer__center{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__center > span:first-of-type{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .center__tel{min-width: 60%;}
  .num-wrapper{width: 100%;}
  .do__header,
  .service__header{text-align: center;}
  .do__left{
    max-width: 70px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .program__box span.h44,
  .idolbomi__box span.h44{
    margin-right: 0;
    margin-bottom: 1em;
  }
  .gj-program > h3{
    display: flex;
    align-items: center;
  }
  .goals__mission, 
  .goals__vision{width: 100%;}
  .strategy__li{
    display: list-item;
    width: 100%;
    padding-left: 0;
    margin: 1rem;
  }
  .strategy__li[data-strategy="2"]{order: 2;}
  .strategy__li[data-strategy="3"]{order: 3;}
  .strategy__li[data-strategy="4"]{order: 4;}
  .strategy__li[data-strategy="5"]{order: 5;}
  .strategy__li::before{
    position: static;
    display: flex;
    padding-top: 4px;
    margin-bottom: 1rem;
    transform: none;
  }
  .operation__item .item__img{max-width: 13rem;}
  .goals__operation{
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .operation__item{width: 48%;}
  .operation__item .item__img{margin: 0 auto 1em;}
  .blank-img::before{
    left: -30vw;
    width: 100%;
  }
  .idolbom__img.left{right: 0;}
  .idolbom__img.right{
    top: -3rem;
    left: 0;
  }
  .idolbom__img::before{display: none;}
  .idolbom__img img{
    filter: brightness(0.6)
  }
  .idolbom-is::after{bottom: -4rem;}
  .special__img > img{margin-right: 2rem;}
  .how__step{
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
  }
  .how__step h4.ssur{
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .how__img{margin: 0 auto 2.5rem;}
  .how__txt{text-align: center;}
  .idolbomi__box > .fdc--res---576{align-items: baseline;}
  .idolbomi__box .num-wrapper>span:last-of-type{padding-left: 0;}
  div.table{display: flex;}
  div.table .thead, div.table .tbody{
    display: flex;
    width: 50%;
    flex-direction: column;
  }
  .cell{
    width: 100% !important; 
    height: 100%;
  }
  div.table .thead .cell{border-right: 1px solid var(--color-gray3);}
  div.table .tbody .cell{
    display: flex;
    border-right: 0;
    align-items: center;
    justify-content: center;
  }
  .table[data-where="allday"] .tbody{width: 100%;}
  .table[data-where="allday"] .cell.tx-left{display: table-cell;}
  .support-wrapper p.listing{margin-left: 58px;}
  .num-wrapper .num{top: 12px;}
  .lev2__current{line-height: 120%;}
  .special__item{align-items: flex-start;}
  .special__img > img{
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .idolbomi__apply {margin-left: 0;}
}



.urgent_2025_box {
  width:100%;
}
.urgent_2025_box > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.urgent_2025_box > ul > li {}

.urgent_2025_box .in_next {
  width:10%;
  max-width:100px;
  text-align:center;
}
.urgent_2025_box .in_next > img {
  transform: rotate(-90deg); 
}


.urgent_2025_box .in_box {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: calc(80% / 3);
}
.urgent_2025_box .in_box .in_title {
  display:inline-block;
  width:100%;
  border:1px solid var(--color-orange);
  padding:8px;
  border-radius:70px;
}
.urgent_2025_box .in_box .in_title .sp_01 {
  display:inline-block;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  border-radius:45px;
  color:#fff;
  background: var(--color-orange);
}
.urgent_2025_box .in_box .in_title .sp_01.n_blue {
  background: var(--color-blue);
}
.urgent_2025_box .in_box .in_title .sp_02 {
  display:inline-block;
  width: calc(100% - 50px);
  text-align:center;
}
.urgent_2025_box .in_box .in_text {
  display: flex;
  align-items: center;
  text-align:center;
  padding:15px;
  margin-top:10px;
  width:100%;
  border-radius:30px;
  height:120px;
  border:1px solid var(--color-blue);
}
.urgent_2025_box .in_box .in_text > div {
  display:inline-block;
  width:100%;
  text-align:center;
}
@media screen and (max-width: 680px){
  .urgent_2025_box > ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .urgent_2025_box .in_box {
    width: calc(100% / 1);
  }
  .urgent_2025_box .in_box {
    width: calc(100% / 1);
  }
  .urgent_2025_box .in_next {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    max-width:100%;
    height:90px;
    text-align:center;
  }
  .urgent_2025_box .in_next > img {
    transform: rotate(0deg); 
  }
}

.table_box_2025 {
  width:100%;
  margin:20px 0;
  padding:10px 18px;
  border-radius:10px;
  border:1px dashed var(--color-orange);
}
.table .li_h25 {
  line-height:135%;
}
a.tel {
  text-decoration: underline;
}
.box_2x {}
.box_2x .in_title {
  display:inline-block;
  width:100%;
  border-radius:10px;
  padding:15px;
  text-align:center;
  color:#fff;
  background: var(--color-blue);
}
.box_2x .in_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_2x .in_box .in_box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
}
.box_2x .in_box .in_box1 .in_box3,
.box_2x .in_box .in_box1 .in_box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.box_2x .in_box .in_box1 .in_box3 > ul,
.box_2x .in_box .in_box1 .in_box4 > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.box_2x .in_box .in_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.box_2x .in_box .in_box2 > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.box_2x .in_box .in_next > img {
  transform: rotate(-90deg); 
}
.box_2x .in_box .in_box2 > ul > li {
  display: flex;
  align-items: center;
  height:170px;
  border-radius:10px;
  padding:15px;
  border:2px solid rgba(255, 103, 80, 0.5);
}
.box_2x .in_box .in_box3 > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100px;
  width:100%;
  border-radius:10px;
  padding:15px;
  border:2px solid rgba(92, 160, 204, 0.5);
}
.box_2x .in_box .in_box4 > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height:50px;
  width:100%;
  border-radius:10px;
  padding:15px;
  border:2px solid rgba(92, 160, 204, 0.5);
}
.box_2x .in_box .in_box3 li.ro {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-width:150px;
}
.box_2x .in_box .in_next {
  width:20%;
  max-width:80px;
  text-align:center;
  justify-content: center;
  border: none !important;
}
@media screen and (max-width: 860px){
  .box_2x .in_box {
    flex-direction: column;
  }
  .box_2x .in_box .in_box1,
  .box_2x .in_box .in_box2 {
    width:100%;
  }
  .box_2x .in_box .in_box2 > ul {
    flex-direction: column;
  }
  .box_2x .in_box .in_box2 > ul > li {
    width:100%;
    height: auto;
    text-align:center;
    justify-content: center;
  }
  .box_2x .in_box .in_box2 > ul > li.in_next {
    width:100%;
  }
  .box_2x .in_box .in_box2 > ul > li.in_next > img {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 620px){
  .box_2x .in_box .in_box1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .box_2x .in_box .in_box1 .in_box3 > ul, 
  .box_2x .in_box .in_box1 .in_box4 > ul {
    flex-direction: column;
  }
  .box_2x .in_box .in_box3 > ul > li,
  .box_2x .in_box .in_box4 > ul > li {
    width:90%;
    height: auto;
  }
  .box_2x .in_box .in_next > img {
    transform: rotate(0deg);
  }
}

.gj-program_container {}
.gj-program_25 .span-line {
  display:inline-block;
  width:10px;
  height:2px;
  background:#5CA0CC;
  margin-right:15px;
}
.gj-program_25 h3 span.colorange {
  margin-left:7px;
}
.gj-program_25 h3 {}
.gj-program_25 .inner-copy-box {
  display:inline-block;
  width:76px;
  height:34px;
  line-height:34px;
  background:#5CA0CC;
  color:#fff;
  border-radius:50px;
  text-align:center;
  font-weight:500;
  margin-right:15px;
}

.gj-program_25 {
  display: flex;
  justify-content: space-between;
  padding:50px 0;
  border-bottom:1px solid #D9D9D9;
}
.gj-program_25:nth-last-child(1) {
  border-bottom:none;
}
.gj-program_25 > li {
  width:50%;
}
.gj-program_25 > li:nth-child(2) {

}
.gj-program_25 .inner_container {
  display: flex;
  justify-content: space-between;
}
.gj-program_25 .inner_container .left-icon {
  display: flex;
  background:#F5FAFF;
  border:1px solid #CCE5FE;
  border-radius:20px;
  width:80px;
  justify-content: center;
  align-items: center;
}
.gj-program_25 .inner_container .inner-right {
  width: calc(100% - 100px);
}
.gj-program_25 .inner_container .inner-right .inner-text {}
.gj-program_25 .inner_container .inner-right .inner-text > p {
  margin-bottom:5px;
}
.gj-program_25 .inner_container .inner-right .inner-copy {
  position: relative;
  display: flex;
  align-items: center;
  margin-top:10px;
  padding-left:88px;
  min-height:34px;
}
.gj-program_25 .inner_container .inner-right .inner-copy .inner-copy-box {
  position: absolute;
  left:0px;
}

@media screen and (max-width: 1000px){
  .gj-program_25 {
    flex-wrap:wrap;
    border-bottom: none;
    padding: 30px 0;
  }
  .gj-program_25 > li {
    width: 100%;
  }
  .gj-program_25 > li:nth-last-child(1) {
    margin-top:60px;
  }
}

@media screen and (max-width: 430px){
  .gj-program_25 .inner_container .left-icon {
    display:none;
  }
  .gj-program_25 .inner_container .inner-right {
    width: calc(100% - 0px);
  }
  .gj-program_25 .inner_container .inner-right .inner-copy {
    position: relative;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin-top: 10px;
    padding-left: 0px;
    min-height: auto
  }
  .gj-program_25 .inner_container .inner-right .inner-copy .inner-copy-box {
    position: relative;
    left: 0px;
    width:100%;
    margin:0 0 13px 0;
  }
}

.inner_w4 .inr_1 {
  width: calc(100% / 4 - 50px);
}
.inner_w4 .inr_2 {
  width: calc(200px / 3);
}
.inner_w3 .inr_1 {
  width: calc(100% / 3 - 50px);
}
.inner_w3 .inr_2 {
  width: calc(150px / 2);
}

/**  온라인 접수  **/
.apply_w2_list {}
.apply_w2_list li {
  min-height:52px;
  display: flex;
  align-items: center;
}
.apply_w2_list > li:nth-child(1) {
  width:100px;
}
.apply_w2_list > li:nth-child(2) {
  width: calc(100% - 100px);
}
.apply_w2_list .inner_1 > label > span {
  position: relative;
  display:inline-block;
  bottom:-2px;
}

.apply_list_container {
  border-top:2px solid var(--color-accent);
}

.apply_list_total {
  display:inline-block;
  width:100%;
}
.apply_list_total .tx1 {color: var(--color-sub3);}

.apply_list_repeat {}
.apply_list_title {
  padding:50px 0;
  border-bottom:1px solid var(--color_gray2);
}
.apply_list_title .inner1 {
  position: relative;
  width: 35%;
  min-height:240px;
  margin-right:80px;
  overflow: hidden;
  border:1px solid var(--color_gray3)
}
.apply_list_title .inner1 a {
  display:inline-block;
  width:100%;
}
.apply_list_title .inner1 a > img,
.apply_list_title .inner1 img
 {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.apply_list_title .inner1:hover {
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
}
.apply_list_title .inner2 {
  width:calc(65% - 80px);
}
.apply_list_title .inner2 .inner_2_1 {
  padding:18px 0 8px 0;
}
.apply_list_title .inner2 .inner_2_2 {
  margin:22px 0;
  color: var(--color_darkGray);
}
.apply_list_title .inner2 .inner_2_2 .tx1 {
  padding:5px 15px;
  color: var(--color-accent);
  background: var(--color-sub4);
  border-radius:3px;
  margin-right:15px;
}
.apply_list_title .inner2 a:hover .inner_2_1 {color: var(--color-accent);}
.apply_list_title .inner2 a:hover .inner_2_2 .tx1 {
  font-weight:700;
  color: var(--color-sub4);
  background: var(--color-accent);
}
.apply_list_title .inner2 .inner_2_3 {
  padding-top:20px;
  display: flex;
  gap: 15px;
}
/****************************************************************************************************************/
.apply_list_repeat2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
}
.apply_list_title2 {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 25px);
  padding:0 0 35px 0;
  border-bottom:1px solid var(--color_gray2);
  margin-bottom:50px;
}
.apply_list_title2 .inner0 {}
.apply_list_title2 .inner0 > a {
  display:inline-block;
  width:100%;
  padding:5px 0 12px 0;
}
.apply_list_title2 .inner1 {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height:240px;
  overflow: hidden;
  border:1px solid var(--color_gray3)
}
.apply_list_title2 .inner1 a {
  display:inline-block;
  width:100%;
}
.apply_list_title2 .inner1 a > img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.apply_list_title2 .inner1:hover {
  box-shadow: 0 0 10px rgba(0,0,0, 0.25);
}
.apply_list_title2 .inner2 {
  display:inline-block;
  width: 100%;
}

.apply_list_title2 .inner2 .inner_2_2 {
  margin:22px 0;
  color: var(--color_darkGray);
}
.apply_list_title2 .inner2 .inner_2_2 .tx1 {
  padding:5px 15px;
  color: var(--color-accent);
  background: var(--color-sub4);
  border-radius:3px;
  margin-right:15px;
}
.apply_list_title2 .inner2 a:hover .inner_2_1 {color: var(--color-accent);}
.apply_list_title2 .inner2 a:hover .inner_2_2 .tx1 {
  font-weight:700;
  color: var(--color-sub4);
  background: var(--color-accent);
}
.apply_list_title2 .inner2 .inner_2_3 {
  padding-top:20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1160px) {
  .apply_list_title2 {
    width: calc(100% / 2 - 25px);
  }
}
@media (max-width: 780px) {
  .apply_list_title2 {
    width: calc(100% / 2 - 15px);
  }
  .apply_list_title2 .inner1 {
    min-height:180px;
  }
}
@media (max-width: 600px) {
  .apply_list_title2 {
    width: calc(100% / 1 - 0px);
  }
  .apply_list_title2 .inner1 {
    min-height:220px;
  }
}
@media (max-width: 480px) {
  .apply_list_title2 .inner1 {
    min-height:180px;
  }
}
/****************************************************************************************************************/
.copy_btn {
  display: flex;
  justify-content: right;
  align-items: center;
  padding:0 0 15px 0;
}
.copy_btn .btn_x > img {
  margin-right:15px;
}

.apply_view_container {
  border-top:2px solid var(--color-accent);
}
.apply_view_title {
  padding:50px 0;
  border-bottom:1px solid var(--color_gray2);
}
.apply_view_title > h1 {
  text-align:center;
  padding:0 0 25px 0;
}
.apply_view_title .inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply_view_title .inner1 .inner1_1 {
  padding:5px 15px;
  color: var(--color-accent);
  background: var(--color-sub4);
  border-radius:3px;
  margin-right:15px;
}
.apply_view_title .inner1 .inner1_2 {
  color: var(--color_darkGray);
}
.apply_view_title .inner1 .inner1_3 {
  margin:0 25px;
}

.apply_view {
  padding:50px 0;
  border-bottom:1px solid var(--color_gray2);
}
.apply_view .inner2 {}
.apply_view .inner3 {
  padding:50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply_btn_list {
  padding:50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply_write_container {
  border-top:2px solid var(--color-accent);
  padding:40px 0;
  border-bottom:1px solid var(--color_gray2);
}
.apply_write_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 20px;
}
.apply_write_box > li {}
.apply_write_box .inner1 {
  width: 150px;
}
.apply_write_box .inner2 {
  width: calc(100% - 220px);
}

.apply_write_box .inner2 input.input:nth-child(1) {
  margin-left:5px;
}
.apply_write_box .inner2 .select_box  {
  width:100%;
  max-width:250px;
  height:50px;
  line-height:50px;
  border:1px solid var(--color_gray2);
  border-radius: 5px;
  text-indent: 12px;
}
.apply_write_box .inner2 .file_box {
  position: relative;
  height:50px;
  line-height:50px;
  border:1px solid var(--color_gray2);
  background: var(--color_gray3);
  border-radius: 5px;
  left: -5px;
}
.apply_write_box .inner2 .textarea_box {
  width:100%;
  height:100%;
  min-height:250px;
  padding:12px;
  border:1px solid var(--color_gray2);
  border-radius: 5px;
}
.apply_re_view li {
  display: flex;
  align-items: center;
  height:50px;
}
.apply_re_view .view_input_line {
  border-bottom:1px solid  var(--color_gray2);
}


.apply_agree_container {
  padding:50px 0;
  border-bottom:1px solid var(--color_gray2);
}
.apply_agree_container .apply_agree_text {
  padding:25px;
  font-size:0.85em;
  color: var(--color_gray3);
  background: var(--color_darkGray);
  opacity: 0.8;
  height:120px;
  overflow: auto;
}
.apply_agree_container .apply_agree_text h3 {
  font-size:1em;
}
.apply_agree_box {
  padding-top:35px;
}
.apply_agree_box .inner_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply_agree_box .inner_ul .inner_01 {
  width: 150px;
}
.apply_agree_box .inner_ul .inner_02 {
  width: calc(100% - 220px);
}

.sub_all_container {

}
.sub_all_container .all_search_box {
  padding:0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_all_container .all_search_box .search_input {
  min-width:280px;
  border:1px solid #fff;
  border-bottom:1px solid var(--color_gray2);
  height:50px;
  text-indent:10px;
}
.sub_all_container .all_search_box .search_btn {
  width:50px;
  height:50px;
  border:none;
  border:1px solid #fff;
}
.sub_all_container .all_search_box .search_input:hover,
.sub_all_container .all_search_box .search_btn:hover {
  background: var(--color-sub2);
}
.apply_list_total {
  padding:0 0 15px 10px;
}
.apply_list_total .tx1 {
  color: var(--color-accent);
}
/**  온라인 접수  [end] **/

.apply_write_box  .inner2 .input_text.field_name {max-width:175px;}
.apply_write_box  .inner2 .input_text_date {max-width:175px;}
.apply_write_box  .inner2 .input_text.field_birth {max-width:175px;}

.apply_write_box  .inner2 .input_text.cc {
  background: url('../img/ic_search_orange.svg') calc(100% - 20px) 50% no-repeat;
  background-size:25px auto;
  max-width:600px;
}

.apply_write_box  .inner2 .input_text.field_addr_detail {max-width:600px;}

.apply_write_box  .inner2 .input_text.field_contact {max-width:350px;}
.apply_write_box  .inner2 .input_text.field_email {max-width:350px;}

/*
온라인 접수 반응형 코팅
*/
@media (max-width: 820px) {
  .apply_list_title .inner2 {
    width: calc(55% - 25px);
  }
  .apply_list_title .inner1 {
    margin-right: 25px;
    width: 45%;
  }
}
@media (max-width: 590px) {
  .dv_flex.apply_list_title {
    flex-wrap:wrap;
  }
  .apply_list_title .inner1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .apply_list_title .inner2 {
    width: calc(100% - 0px);
  }
}
@media (max-width: 580px) {
  .dv_flex.apply_w2_list {
    flex-wrap:wrap;
  }
  .apply_w2_list > li:nth-child(1) {
    width: 100%;
  }
  .apply_w2_list > li:nth-child(2) {
    width: calc(100% - 0px);
  }
  .apply_w2_list li {min-height:40px;}
  .dv_flex.apply_w2_list.mb20 {
    margin-bottom:0px;
  }
  .apply_w2_list > li:nth-child(2) > .mr30 {
    margin-right:5px;
  }
  .button.btn_b1.btn_left60 {
    margin:0;
  }
  .button.btn_b2.iflxcent.fz18.fw700.d_ri {
    float:none !important;
  }
}

@media (max-width: 520px) {
  .apply_list_title .inner1 {
    min-height:180px
  }
}
@media (max-width: 360px) {
  .apply_list_title .inner1 {
    min-height:120px
  }
  .button.btn_b1.btn_left60.iflxcent.fz18.fw700 {
    max-width: 40%;
  }
  .button.btn_b2.iflxcent.fz18.fw700.d_ri {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 900px) {
  .apply_write_box .inner2 {
    width: calc(100% - 150px);
  }
}

@media (max-width: 720px) {
  .apply_write_box {
    flex-wrap:wrap;
  }
  .apply_write_box .inner1 {
    width: 100%;
    margin-bottom:15px;
  }
  .apply_write_box .inner2 {
    width: calc(100% - 0px);
  }
}
@media (max-width: 580px) {
  .apply_agree_box .inner_ul {
    flex-wrap:wrap;
  }
  .apply_write_box .inner2 .input_text.field_name,
  .apply_write_box .inner2 .input_text.field_birth,
  .apply_write_box .inner2 .input_text.field_contact,
  .apply_write_box .inner2 .input_text.field_email,
  .apply_agree_box .inner_ul .inner_01 {
    width:100%;
    max-width:100%;
  }
  .apply_agree_box .inner_ul .inner_02 {
    margin-top:10px;
    width: calc(100% - 0px);
  }
  .apply_write_box .inner2 > .mr30 {
    margin-right:0px;
  }
  .apply_write_box .inner2 .input_text.cc {
    background: url(../img/ic_search_orange.svg) calc(100% - 8px) 50% no-repeat;
  }
  .apply_write_box .inner2 .file_box {
    width:100%;
    max-width:100%;
  }
}
