* {word-break: keep-all;}
img {display: block;}
body {font-family: 'Pretendard'; overflow-x: hidden; background-color: #E7EBF2; color: #222; padding-right: 0 !important;}
em {display: inline-block;}

/* ======== 공통요소 ======= */

/* .tb-wd {max-width: 1280px;} */
.pd-wd {padding: 25px 25px 50px 25px;}

.tit-wrap {background: url(../img/tit_bg2.png) no-repeat #295bcc; background-position: 125% 80%; border-radius: 10px; padding: 30px; background-size: 60%; margin-bottom: 20px; height: 177px; display: flex; align-items: center; justify-content: center;}
.tit { display: flex; flex-direction: column; gap: 10px; color: #fff; align-items: center;}
.tit h2 {font-size: 40px; font-weight: 500; text-align: center;}
.tit h2 b {font-weight: 700;}
.tit p {color: #dfe7f7; font-weight: 300; font-size: 18px;}
.mt2 {margin-top: 25px;}
.btn-wrap {display: flex; justify-content: center;}
button.col1 {padding: 15px 30px; border-radius: 50px; background-color: #295bcc; color: #fff; font-size: 17px; font-family: inherit;}

/* ======== 인풋 ======= */

input[type="radio"] {display: none;}
input[type="checkbox"] {display: none;}
.type {display: flex; gap: 15px;}
.type-con {display: flex; flex-direction: column; gap: 25px; }
input[type="radio"] + label {display: inline-block; width: fit-content; padding: 12px 15px; border-radius: 5px; border: 1px solid #ddd; display: flex; align-items: center; gap: 10px; cursor: pointer;}
input[type="radio"] + label em {width: 20px; height: 20px; display: inline-block; background: url(../img/radio.png) no-repeat center/cover;}
input[type="radio"] + label p {color: #888; font-weight: 400; font-size: 17px;}
input[type="radio"]:checked + label {border-color: #295bcc; background-color: #EEF2FB;}
input[type="radio"]:checked + label em {background: url(../img/radio_chk.png) no-repeat center/cover; width: 20px; height: 20px;}
input[type="radio"]:checked + label p {color: #333; font-weight: 600;}

input[type="checkbox"] + label {display: flex; align-items: center; gap: 8px; cursor: pointer;}
input[type="checkbox"] + label p {font-size: 17px; color: #555;}
input[type="checkbox"] + label em {display: inline-block; background: url(../img/check.png) no-repeat center/cover; width: 20px; height: 20px;}
input[type="checkbox"]:checked + label em { background: url(../img/check_chk.png) no-repeat center/cover; width: 20px; height: 20px;}
input[type="checkbox"]:checked + label p {color: #000; font-weight: 500;}

/* ======== 신청서 작성 ======= */

.app-con {padding: 30px; border-radius: 10px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .05);}
.sub-tit {padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.sub-tit h3 {font-size: 21px; font-weight: 600; padding-left: 18px; position: relative;}
.sub-tit h3::after {content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background-color: #295bcc; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

.app-wrap {display: flex; flex-direction: column; gap: 20px;}

.type-info-wrap {display: flex; flex-direction: column; gap: 3px;}
.type-info-wrap > span { font-size: 16px; color: #666; position: relative; padding-left: 6px;}
.type-info-wrap > span::after {content: ""; display: block; position: absolute; width: 2px; height: 2px; border-radius: 50%; background-color: #555; top: 8px; left: 0; transform: translateX(-50%);}
.type-info {display: flex; align-items: center; gap: 5px; margin-bottom: 6px;}
.type-info em {background: url(../img/info.png) no-repeat center/cover; width: 16px; height: 16px; margin-bottom: 2px;}
.type-info p {font-size: 16px; color: #222; font-weight: 500;}

.input-wrap {display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; row-gap: 25px;}
.input-wrap .input {display: flex; align-items: center;}
.input-wrap .input > p {width: 90px; font-size: 18px; flex-shrink: 0;}
.input-wrap .input:last-child {grid-column: 1 / span 2;}
.input-wrap.step .input:last-child {grid-column: 1;}
input {height: 50px; border-radius: 8px; background-color: #f5f6fa !important; border: none !important; outline: none; padding: 12px 15px !important; width: calc(100% - 90px); font-size: 15px;}
input::placeholder {font-size: 14px; color: #aaa; font-weight: 300; font-family: inherit;}
select {
    -webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */
}
select {height: 50px; width: -webkit-fill-available; border-radius: 8px; border: none; outline: none; padding: 12px 18px; background: url(../img/angle.png) no-repeat #f5f6fa; background-size: 9px; background-position: 95% 50%; font-family: 'Freesentation'; font-size: 15px; color: #222;}
input[type="number"] {-moz-appearance: textfield;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.date-wrap {display: flex; align-items: center; gap: 15px;}
.cal-wrap {display: flex; gap: 10px; background: url(../img/date.png) no-repeat #f5f6fa; border-radius: 8px; background-position: 94% 50% ; background-size: 16px 16px;}
.date-pick {background-color: transparent !important;}
.cal-wrap > div {position: relative;}
.cal-wrap > div p {position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: fit-content; font-size: 14px; color: #989898;}
.cal-wrap > div input {width: 90px;}
.time-wrap {color: #aaa; display: flex; align-items: center; gap: 5px;}
.time-wrap input {width: 120px !important;}


.term-wrap {margin-top: 40px;}
.term-inner {display: flex; flex-direction: column; gap: 25px;}
.term-con {display: flex; }
.term-con > p {width: 120px; font-size: 17px; flex-shrink: 0;}

.term-tit {display: flex; flex-direction: column; gap: 18px; width: -webkit-fill-available;}
.term-tit-wrap {display: flex; align-items: center; justify-content: space-between;}
.term-tit-wrap > span {font-size: 15px; color: #888; cursor: pointer;}

.sign {width: 100%; height: 150px; border-radius: 8px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center;}
.sign p {font-size: 17px; color: #aaa; }

.manager ul {display: flex; flex-wrap: wrap; align-items: center; gap: 15px;}
.number {width: -webkit-fill-available; background-color: #f5f6fa; border-radius: 8px; background: url(../img/angle2.png) no-repeat #f5f6fa; background-position: 95% 50%; background-size: 10px;}

.number .swiper-backface-hidden .swiper-slide {}

.number .swiper-container {
    width: 100%; /* 슬라이드 영역 크기 조정 */
    height: 50px; /* 적절한 높이 설정 */
    overflow: hidden;
}

.number .swiper-wrapper {
    display: flex;
    flex-direction: column; /* 세로 정렬 */
    align-items: flex-start;
    width: 100%;
}

.number .swiper-slide {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-fill-available;
    height: 50px;
    padding-left: 18px;
}

.number .swiper-slide-active {
  color: #111; /* 선택된 숫자는 강조 */ font-weight: 600;
}

/* ======== 만족도 ======= */

.review-tit {font-size: 19px; color: #3d5180; text-align: center; padding: 10px 0; border-radius: 10px; background-color: #F4F7FC; font-weight: 600; margin-bottom: 25px;}
.review-con {display: flex; align-items: center; justify-content: center; gap: 30px;}
.review-con span {font-size: 17px; color: #333;}
.star {display: flex; align-items: center; gap: 12px;}
.star em {background: url(../img/star.png) no-repeat center/cover; width: 48px; height: 47px;}
.star em.on {background: url(../img/star_ye.png) no-repeat center/cover;}

.review-con textarea {width: 100%; height: 120px; border: 1px solid #ddd; outline: none; border-radius: 8px; padding: 12px; resize: none;}

.app-con.done-wrap {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; padding: 50px 0;}
.done-wrap .done-icon {width: 74px;}
.done-wrap .done-icon2 {width: 190px;}
.done-txt {display: flex; flex-direction: column; gap: 10px;}
.done-tit {font-size: 27px; font-weight: 600;}
.done-txt p {font-size: 20px; color: #999; text-align: center; font-weight: 400;}

.btn-wrap {position: relative;}
/* .return-wrap {display: flex; justify-content: flex-end; margin-bottom: -6px} */
.return {position: fixed; bottom: 50px; right: 20px; color: #3d5180; border: 1px solid #3d5180; border-radius: 50%; background-color: #fff; font-size: 20px; width: 75px; height: 75px; font-weight: 600; }

.return-con {display: flex; flex-direction: column; gap: 10px;}

/* ======== 800px ======== */
@media screen and (max-width: 800px) {
  .input-wrap {column-gap: 30px;}
  .input-wrap .input > p {font-size: 14px; width: 75px;}
  .input-wrap select {width: calc(100% - 75px);}
  .input-wrap .input > input {width: calc(100% - 75px);}
  .cal-wrap > div input {width: 80px;}
  .time-wrap input {width: 100px !important;}

  .tit {gap: 5px;}
  input {padding: 10px;}
}

/* ======== 680px ======== */
@media screen and (max-width: 680px) {
  .review-tit {font-size: 16px;}
  .star em {width: 42px; height: 41px;}
  .date-pick {width: 180px !important;}
}