@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");

div,
p,
ul,
li,
table,
th,
td,
textarea,
input,
select,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dl,
dd,
em,
address,
section,
cite,
button,
label {
  font-family: "Nanum Gothic", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  letter-spacing: -0.05em;
}

svg {
  border-radius: 20px;
}

.icon {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 35%;
  z-index: 9999;
}

.icon_tx {
  position: fixed;
  bottom: 180px;
  right: 10px;
  width: 80px;
  z-index: 9999;
}

.ai_main {
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow: auto;
  top: 0;
  display: none;
  background-color: #ffffff;
}

#ai_close {
  width: 17px;
  height: 17px;
  position: fixed;
  top: 29px;
  right: 25px;
  z-index: 10000;
}

#ai_close > img {
  width: 100%;
}

.ai_main.new {
  background: transparent !important;
}

.ai_main_first {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 9999;
  overflow: auto;
  background-clip: content-box;
}

.ai_main_first > div {
}

.ai_main_first .title {
  margin-top: 95px;
  border-top: solid 1.5px #dadada;
  border-bottom: solid 1.5px #dadada;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.4;
  letter-spacing: -0.6px;
  text-align: center;
  color: #5d5d5d;
}

.ai_main_first .question {
  margin-top: 23.5px;
  font-family: Pretendard;
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: -0.93px;
  text-align: center;
  color: #000;
}

.ai_main_first .content {
  margin-top: 30px;
  background-color: #ffffff;
  height: 50%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.ai_main_first .content2 {
  height: 30%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px 20px;
}

.ai_main_first .box {
  width: 80%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  height: calc(100% / 2);
  border: solid 1px #dadada;
}

.ai_main_first .box > div {
  width: 20%;
  height: 85%;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;

  font-family: Pretendard;
  font-size: 13.25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.69px;
  text-align: left;
  color: #7f7f7f;
}

.ai_main_first .box > div:last-child {
  width: 10%;
}

.ai_main_first .box input[type="text"] {
  width: 70%;
  height: 41px;
  padding-left: 5px;
  font-style: 15px;
  line-height: 41px;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

.ai_main_first .box select {
  width: 80%;
  height: 41px;
  padding-left: 5px;
  vertical-align: middle;
  border: 0;

  border-radius: 0;
  outline: none;
  text-align: right;
  font-family: Pretendard;
  font-size: 13.25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.69px;
  color: #7f7f7f;
}

.ai_main_second {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  z-index: 99999;
  background-clip: content-box;
}

.ai_main_second > div {
}

.ai_main_second .title {
  margin-top: 141px;
  border-top: solid 1.5px #dadada;
  border-bottom: solid 1.5px #dadada;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.4;
  letter-spacing: -0.6px;
  text-align: center;
  color: #5d5d5d;
}

.ai_main_second .title2 {
  margin-top: 23.5px;
  font-family: Pretendard;
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: -0.93px;
  text-align: center;
  color: #000;
}

.ai_main_second .question {
  width: 80%;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  flex-direction: column;
}

.ai_main_second .question p,
label {
  opacity: 0.9;
  font-family: NanumSquare;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: -0.53px;
  text-align: left;
  white-space: nowrap;
  color: rgba(64, 64, 64, 0.9);
}

.ai_main_second .question input,
select {
  width: 100% !important;
  height: 40px;
  padding-left: 10px;
  border: none;
  color: #000;
  font-size: 15px;
  padding: 0 15px;
  outline: none;
  font-weight: 500;
  border-radius: 5px;
  border: solid 1px #b4b4b4;
  background-color: #fafafa;
}

.ai_main_second .question2 {
  margin: 15px 0;
  font-family: Pretendard;
  font-size: 19.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.49;
  letter-spacing: -0.93px;
  text-align: center;
  color: #000;
}

.ai_main_second .content {
  background-color: #ffffff;
  height: 25%;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}

.ai_main_second .content2 {
  width: 80%;

  display: flex;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px 20px;

  justify-content: space-between;
}

.ai_main_second .content2 div {
  width: 48%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #dadada;
}

.ai_main_second .content2 div img {
  width: 34px;
}

.ai_main_second .content2 div p {
  font-family: Pretendard;
  font-size: 11.25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.56px;
  text-align: left;
  color: #402522;
}

.ai_main_second .content2 .button-container.on {
  border: 3px solid #402522;
}

.ai_main_second .box {
  width: 50%;
  display: flex;
  align-items: center;
  height: calc(100% / 3);
}

.ai_main_second .box > div {
  width: 40%;
  height: 85%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ai_main_second .box select {
  margin: 0px 10px;
  width: 50%;
  height: 85%;
  background-color: white;
  border: 1px solid #c0c0c0;
}

.ai_main_second .chk {
  width: 50%;
  height: calc(100% / 2);
  display: flex;
}

.ai_main_third {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  display: flex;
  display: none;
  z-index: 99999;
  background-clip: content-box;
  justify-content: center;
  flex-direction: column;
}

.ai_main_third .title {
  height: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}

.ai_main_third .content {
  height: 180px;
  padding: 25px 10px;
  display: flex;
  flex-wrap: wrap;
}

.ai_main_third .content input[type="text"] {
  height: 100%;
  background-color: white;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
  border-radius: 3px;
}

.ai_main_third .content button {
  background-color: #333333;
  border-radius: 3px;
}

.ai_main_third .content > div {
  width: 100%;
  display: flex;
  height: calc(100% / 3 - 5px);
  justify-content: space-between;
}

.ai_main_third .btn_next {
  background-color: #719cd3;
  height: 5%;
  margin-bottom: 8%;
  padding: 25px 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  justify-content: center;
  font-size: 20px;
  color: white;
  align-items: center;
  align-content: center;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.ai_main_third .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai_main_third .footer img {
  width: 60%;
}

.ai_main_fourth {
  position: fixed;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: none;
  z-index: 99999;
  background-clip: content-box;
}

.ai_main_fourth .title {
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  background-color: #719cd3;
}

.ai_main_fourth .content {
  height: 30%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 10px;
  flex-direction: column;
}

.ai_main_fourth .content2 {
  height: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 15px 30px 15px 30px;
  flex-direction: column;
}

.ai_main_fourth .content3 {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 5px 30px -5px 30px;
  flex-direction: row;
}

.ai_main_fourth .content3 div {
  background-color: white;
  height: 100%;
  width: 45%;
  margin-right: 1px;
}

.ai_main_fourth .left img {
  border-top-left-radius: 50px;
}

.ai_main_fourth .right img {
  border-top-right-radius: 50px;
}

.ai_main_fourth .content4 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.ai_main_fourth .content4 img {
  width: 80%;
}

.ai_main_fourth .fee {
  height: 40%;
  width: 90%;
  background-color: white;
  margin: 10px 10px 5px 10px;
  display: flex;
  flex-direction: column;
}

.ai_main_fourth .fee .fat_fee {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
}

.ai_main_fourth .fee .progre {
  height: 30%;
  display: flex;
  align-items: center;
}

.progress {
  height: 70%;
}

.progress span {
  font-size: 13px;
}

.chk {
  width: 50%;
  height: calc(100% / 3);
  display: flex;
  padding: 0 7px 7px 0;
}

.chk input[type="text"] {
  width: 80px;
  background-color: white;
  border-radius: 15px;
  margin-left: 15px;
}

.chk div {
  width: 90px;
  background-color: white;
  border-radius: 15px;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f6ebbe;
}

.chk on {
}

.ai_main_second .ai_footer1 {
  margin: 20px auto 0 auto;
  padding: 0;
  height: 34px;
  width: 87%;
  background: url(https://landing.medicrm-ai.com/landing/meta/bt/renew/ui/btn-operation.png) no-repeat center center;
  background-size: contain;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
}

.ai_footer {
  display: flex;
  justify-content: space-evenly;
  height: 10%;
  width: 100%;
  padding: 0 14%;
}

.pre {
  width: 45%;
  height: 80%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.next {
  width: 45%;
  height: 80%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background-color: #719cd3;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  color: white;
}

.gray_bar {
  width: 100%;
  height: 1%;
  margin-bottom: 2%;
  background-color: #f4f4f4;
}

.card img {
  margin-bottom: 5px;
  width: 100%;
}

#pay_date {
  width: 49%;
}

#pay_time {
  width: 49%;
  height: 41px;
  background-color: white;
  border: none;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.ai_main_third.new {
  background: rgba(0, 0, 0, 0.5);
}

.ai_main_third.new .container {
  padding: 20px;
  background: #fff;
  height: auto;
  position: fixed;
  max-width: 320px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 320px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ai_main_third.new .close {
  background: url(https://landing.medicrm-ai.com/landing/meta/bt/renew/ui/layer-close.jpg) no-repeat center center;
  background-size: 55% auto;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
}

.ai_main_third.new .ov {
  padding-bottom: 65px;
}

.ai_main_third.new h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: url(https://landing.medicrm-ai.com/landing/meta/bt/renew/ui/layer-ex.jpg) no-repeat center 10px;
  color: #111;
  background-size: 36px auto;
  padding: 0;
  padding-top: 57px;
  line-height: 1.2em;
}

.ai_main_third.new .pop_text {
  font-size: 13px;
  font-weight: 300;
  text-align: Center;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-weight: 300;
}

.ai_main_third.new .enter {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  background: url(https://landing.medicrm-ai.com/landing/meta/bt/renew/ui/btn-bg.jpg) no-repeat center center;
  background-size: cover;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
}

.consult_auth .content2 .button-container .on {
  border: 3px solid lightpink;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}

.popup {
  background: none;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.popup img {
  max-width: 70%;
  border-radius: 10px;
  height: auto;
}

.popup-container2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}

.popup2 {
  background: none;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.popup2 img {
  max-width: 70%;
  border-radius: 10px;
  height: auto;
}

.chk-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.chk {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: right;
  font-family: Pretendard;
  font-size: 13.25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.69px;
  color: #7f7f7f;
}

.chk input {
  margin-right: 10px;
}

.chk label {
  font-size: 14px;
}

.chk.on label {
  font-weight: bold;
}
#breast_auth_name::placeholder {
  color: #ccc;
  opacity: 1;
}
#breast_auth_tel::placeholder {
  color: #ccc;
  opacity: 1;
}

.d-sec {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}
.d-sec > img {
  display: block;
  width: 100%;
  height: auto;
}

.d-cta-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 53.5%;
  max-width: 428px;
  min-width: 220px;
  cursor: pointer;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}
.d-cta-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.d-auth {
  background: #f7f7f7;
  padding: 0 0 1px;
  line-height: 0;
  font-size: 0;
}
.d-auth-item {
  display: block;
  width: 88.375%;
  max-width: 707px;
  height: auto;
  margin: 0 auto 7%;
  cursor: pointer;
}

.d-rev-video {
  position: absolute;
  top: 52.05%;
  height: 12.19%;
  width: 29.75%;
  overflow: hidden;
  background: #e6dfd5;
}
.d-rev-video.is-left {
  left: 14.5%;
}
.d-rev-video.is-right {
  left: 55%;
}
.d-rev-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.d-fat-video {
  position: absolute;
  top: 36.3%;
  height: 28.7%;
  overflow: hidden;
  background: #e6dfd5;
}
/* 포스터와 iframe 은 동일한 크롭 좌표를 쓴다.
   영상이 뜨기 전(1~2초) 빈 화면이 보이지 않도록 포스터를 먼저 깔고,
   영상이 준비되면 그 위를 덮는다. */
.d-fat-video iframe,
.d-fat-video .d-fat-poster {
  position: absolute;
  border: 0;
  display: block;
  pointer-events: none;
}
.d-fat-video .d-fat-poster {
  z-index: 0;
  /* style_new.css 의 `.section img { max-width:100% }` 가 크롭 폭을 눌러버린다 */
  max-width: none;
}
.d-fat-video iframe {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.d-fat-video.is-playing iframe {
  opacity: 1;
}
.d-fat-video.is-left {
  left: 10.62%;
  width: 38.62%;
}
.d-fat-video.is-left iframe,
.d-fat-video.is-left .d-fat-poster {
  left: 0;
  top: -29.1%;
  width: 211.2%;
  height: 158.2%;
}
.d-fat-video.is-right {
  left: 51.26%;
  width: 38.79%;
}
.d-fat-video.is-right iframe,
.d-fat-video.is-right .d-fat-poster {
  left: -120.7%;
  top: -33%;
  width: 220.7%;
  height: 166%;
}

.d-tel {
  background: #2e2423;
  line-height: 0;
  font-size: 0;
}
.d-tel-inner {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.d-tel-inner > img {
  display: block;
  width: 100%;
  height: auto;
}
.d-tel-link {
  position: absolute;
  left: 12.4%;
  top: 44.3%;
  width: 75.2%;
  height: 13.4%;
  display: block;
  border-radius: 999px;
  -webkit-tap-highlight-color: transparent;
}

/* 하단 고정 CTA
   app.css 는 index / _a / _b / _t 와 공유하므로 여기서 index_d 만 덮어쓴다.
   app.css 의 420px·360px 미디어쿼리 축소값보다 뒤에 오므로 전 구간에 적용된다. */
.btn-cta-green {
  padding: 14px 12px;
}
/* span 이 하나뿐이라 :first-child 와 :last-child 규칙을 동시에 먹는다.
   app.css 는 공유 파일이라 손대지 않고 여기서 :only-child 로 덮어쓴다. */
.btn-cta-green .btn-cta-half:only-child {
  font-size: 17px;
  font-weight: 700;
  opacity: 1;
}

/* 검은색 CTA
   1) 문구가 "신청만 해도 울쎄라 30% 혜택" 으로 길어져 app.css 기본값(16px/자간 2px)으로는
      430px 폭에서 35px 넘친다. 브레이크포인트 대신 폭에 비례해 줄어들게 한다.
      자간은 em 단위라 글자 크기를 따라간다.
   2) app.css 는 좌우를 flex:1 로 정확히 반씩 나누고 각 문구를 가운데 구분자에 붙인다.
      오른쪽 문구가 더 길어 전체가 오른쪽으로 쏠린다.
      내용 폭만큼만 차지하게 하고 묶음 전체를 가운데 정렬한다. */
.btn-cta-black {
  justify-content: center;
}
.btn-cta-black .btn-cta-half {
  flex: 0 1 auto;
  font-size: clamp(13px, 3.45vw, 19px);
  letter-spacing: 0.02em;
}

/* 히어로
   저장소 app.css 에는 `.section_1 { display: none }` 이 있는데(서버 배포본은
   `.hidden_section` 으로 이름이 바뀌어 있다) 리뉴얼 히어로가 그 클래스를 쓴다.
   어느 쪽이 배포되든 히어로가 보이도록 여기서 명시한다. */
.section_1 {
  display: block;
}

/* 015 논문 등재
   index.html 에 있던 #section_new_7_button_container 를 이 자리로 옮겼다.
   여백/깜빡임은 style_new.css 의 기존 규칙을 그대로 쓰고,
   슬라이스 배경(#e6dfd5)과 이어지도록 섹션 배경만 맞춘다. */
.d-sec-thesis {
  background: #e6dfd5;
}
.d-sec-thesis #section_new_7_button_container img {
  display: block;
  width: 100%;
  height: auto;
}

/* 체형별 맞춤 리뷰 + FAQ (index.html 에서 이관) */
.slider {
                    width: 100%;
                    margin: 0 auto;
                }

                .slide {
                    text-align: center;
                }

                .slide img {
                    display: inline-block;
                    max-width: 100%;
                    height: auto;
                    margin: 10px;
                    cursor: pointer;
                }

                .slick-prev:before {
                    color: #000;
                    margin-left: 10px;
                }
                .slick-next:before {
                    color: #000;
                    margin-right: 10px;
                }
                .slick-dots {
                    bottom: -30px;
                }

                .slick-next.slick-arrow {
                    margin-right: 10px;
                }

                .slick-prev.slick-arrow {

                }

	#tab02 .faq-wrap{padding:5px 10px 24px}
	#tab02 .faq-h{text-align:center;font-size:26px;font-weight:800;color:#222;margin:26px 0 22px;letter-spacing:-1px}
	#tab02 .faq-q{display:flex;gap:10px;align-items:flex-start;padding:16px 14px;border-top:1px solid #ececec;
		font-size:15px;font-weight:700;color:#222;line-height:1.5;letter-spacing:-0.5px}
	#tab02 .faq-a{display:flex;gap:10px;align-items:flex-start;padding:16px 14px;background:#f7f7f7;
		font-size:14px;font-weight:500;color:#ff6b1a;line-height:1.72;letter-spacing:-0.5px}
	#tab02 .faq-mk{flex:none;font-weight:800;width:14px}
	#tab02 .faq-q .faq-mk{color:#222;border-right:1px solid #d5d5d5;padding-right:10px;margin-right:2px}
	#tab02 .faq-a .faq-mk{color:#ff6b1a}

    .options {
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        z-index: 1000;
        margin: 5px;
        overflow: hidden;
        max-height: 240px;
        overflow-y: auto;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .options div {
        padding: 11px 14px;
        cursor: pointer;
        font-size: 14px;
        border-bottom: 1px solid #f1f1f1;
        transition: background-color 0.15s ease;
    }

    .options div:last-child {
        border-bottom: none;
    }

    .options div:hover {
        background-color: #f5f0e8;
    }
    input[type='text']{padding-left: 12px !important; font-size: 14px; color: #121212; margin-right: 5px;background: #fff url(https://landing.medicrm-ai.com/landing/meta/bt/renew/review/arrow.png) 92% 50% no-repeat;font-family: 'Pretendard' !important; border-radius: 8px;}
    .search{width: 100% ; line-height: 48px; background-color: #121212; color: #fff; margin-top: 9px; text-align: center; cursor: pointer; border-radius: 8px; font-weight: 600; font-size: 15px; letter-spacing: 0.5px; transition: opacity 0.2s ease; animation: blinker 2s ease-in-out infinite;}
    .search:active { opacity: 0.85; }
    @keyframes blinker {
   50% {opacity : 0.55;
    }
}


/* 010 3D 볼륨값 측정분석
   아래 행(2007년 / 2021년) 사진 자리에 3D 스캔 영상을 얹는다.
   원본 section_new_15 과 같은 기법 - 960x540 좌우 2분할 영상을 반쪽씩 보여준다.
   좌표는 010.jpg 실측값 (라벨 아래 61.91%부터, 셀 폭 40.88%). */
.d-vol-video {
  position: absolute;
  top: 61.91%;
  height: 15.79%;
  width: 40.88%;
  overflow: hidden;
  background: #000;
}
.d-vol-video.is-left {
  left: 7.75%;
}
.d-vol-video.is-right {
  left: 51.25%;
}
.d-vol-video video {
  position: absolute;
  top: 50%;
  width: 200%;
  height: auto;
  transform: translateY(-50%);
  display: block;
}
.d-vol-video.is-left video {
  left: 0;
}
.d-vol-video.is-right video {
  left: -100%;
}

/* 체형별 BEFORE & AFTER 탭 (index.html section_5 에서 이관)
   원본은 인라인 style 이었던 제목을 클래스로 뺐다. 값은 그대로. */
.section_5 {
  background: #fff;
}
.section_5 .ba-heading {
  margin-bottom: 28px;
  font-family: GangwonEduPower, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.61px;
  text-align: center;
  color: #000;
}

/* ② 논문 등재(015) 하단 여백
   SCI 버튼 바로 밑에서 슬라이스 배경이 끊겨 답답해 보인다. */
.d-sec-thesis {
  padding-bottom: 28px;
}

/* ③ 체형별 BEFORE & AFTER
   갈색 마스킹(.cont)을 없애고, 위 탭이 아래 016 이미지를 전환한다. */
.section_5 {
  padding-bottom: 4px;
}
.d-auth .ba-pane {
  display: none;
}
.d-auth .ba-pane.ba-on {
  display: block;
}

/* =========================================================================
   step14 신청완료 화면
   기존 이미지(15.jpg: 상담사 사진 + 버튼 5개)를 걷어내고 텍스트로 재구성.
   랜딩 팔레트에 맞춘다 - 포인트 #c17456 / 다크 #2e2423 / 베이지 #e6dfd5
   ========================================================================= */
#step14 {
  background: #e6dfd5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* 전역 `h2, p { font-family: Nanum Gothic }` 이 상속을 이기므로 요소별로 명시한다 */
#step14 .s14-wrap,
#step14 .s14-card,
#step14 .s14-card h2,
#step14 .s14-card p,
#step14 .s14-card b,
#step14 .s14-card span,
#step14 .s14-btn {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Malgun Gothic", sans-serif;
}
#step14 .s14-wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
}
#step14 .s14-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 20px;
  padding: 44px 26px 34px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 18px 44px rgba(46, 36, 35, 0.13);
}
#step14 .s14-logo {
  width: 104px;
  height: auto;
  display: block;
  margin: 0 auto 26px;
  opacity: 0.9;
}

/* 체크 아이콘 - 아이콘 폰트(xeicon)가 비활성이라 CSS 로 그린다 */
#step14 .s14-check {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #c17456;
  position: relative;
}
#step14 .s14-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 22px;
  height: 11px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#step14 .s14-lead {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
  color: #9a8f88;
  letter-spacing: -0.02em;
}
#step14 .s14-title {
  margin: 0 0 26px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.42;
  color: #2e2423;
  letter-spacing: -0.035em;
  word-break: keep-all;
}
#step14 .s14-title b {
  color: #c17456;
  font-weight: 800;
}

#step14 .s14-notice {
  background: #2e2423;
  border-radius: 14px;
  padding: 22px 18px 20px;
}
#step14 .s14-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(193, 116, 86, 0.22);
  color: #e0a488;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#step14 .s14-notice p {
  margin: 0;
  font-size: 15px;
  line-height: 1.66;
  color: #e8e0da;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
#step14 .s14-notice b {
  color: #fff;
  font-weight: 700;
}

#step14 .s14-btn {
  width: 100%;
  margin-top: 26px;
  padding: 16px 0;
  border: 0;
  border-radius: 999px;
  background: #c17456;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: filter 0.15s ease, transform 0.12s ease;
}
#step14 .s14-btn:hover { filter: brightness(1.06); }
#step14 .s14-btn:active { transform: scale(0.99); }

/* 닫기 X - 아이콘 폰트 없이 CSS 로 그린다 */
#step14 .s14-x {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
}
#step14 .s14-x::before,
#step14 .s14-x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 2px;
  background: #2e2423;
  border-radius: 2px;
}
#step14 .s14-x::before { transform: translate(-50%, -50%) rotate(45deg); }
#step14 .s14-x::after  { transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 360px) {
  #step14 .s14-card { padding: 36px 20px 28px; }
  #step14 .s14-title { font-size: 21px; }
}
