@-webkit-keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes an_fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes an_fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes slime {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
    transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
    transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
    transform: translate(0, 5%) scaleY(1);
  }
}
@keyframes slime {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
    transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
    transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
    transform: translate(0, 5%) scaleY(1);
  }
}
.mask_layer._06 .mask_frame {
  background-color: #f6f6f6;
}
.mask_layer._06.active .mask_frame {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.service_frame {
  min-height: calc(100vh - 3rem);
}
.service_frame__img {
  padding: 16.4rem 5% 0.75rem;
  text-align: center;
  background: url(../../../../img/webcall/component/busyLinePopup/index/bg.png) no-repeat center top /
    36.15rem auto;
}
@media (max-width: 768px) {
  .service_frame__img {
    padding-top: 57.44vw;
    padding-bottom: 6.9vw;
    background-image: url(../../../../img/webcall/component/busyLinePopup/index/bg-m.png);
    background-size: 100% auto;
  }
}
.service_frame__img__title {
  color: #da291c;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.service_frame__img__title::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1px;
  margin: 0.5rem auto;
  background-color: #da291c;
}
@media (max-width: 768px) {
  .service_frame__img__title::after {
    margin: 2vw auto;
  }
}
.service_frame__img__description {
  color: #868686;
  font-size: 1.4rem;
  line-height: 1.58;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .service_frame__img__description {
    max-width: 66.8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.service_frame__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 5%;
  border-top-right-radius: 5rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .service_frame__box {
    border-top-right-radius: 10.16vw;
  }
}
.service_frame__box__check {
  width: 100%;
  max-width: 46.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #d9d9d9;
  color: #868686;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.service_frame__box__check.hidden {
  display: none;
}
.service_frame__box__verification.hidden {
  display: none;
}
@media (max-width: 768px) {
  .service_frame__box__check {
    border-bottom-width: 0.39vw;
  }
}
.service_frame__box__check:has(input[type="checkbox"]:checked) label::before {
  border-color: #da291c;
  background-image: url(../../../../img/webcall/component/busyLinePopup/index/check.png);
}

.service_frame__box__check > input:checked + span::before {
  border-color: #da291c;
  background-image: url(../../../../img/webcall/component/busyLinePopup/index/check.png);
}

.service_frame__box__check label.is-checked::before {
  border-color: #da291c;
  background-image: url(../../../../img/webcall/component/busyLinePopup/index/check.png);
}

.service_frame__box__check:has(input[type="checkbox"]:disabled) label::before {
  border-color: #b7b7b7;
}
.service_frame__box__check.error label::before {
  border-color: #da291c;
}
.service_frame__box__check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.service_frame__box__check label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  margin-right: 0.6rem;
  border-radius: 0.25rem;
  border: 3px solid #b7b7b7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.4rem 1.15rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .service_frame__box__check label::before {
    width: 5.21vw;
    height: 5.21vw;
    font-size: 3.39vw;
    border-width: 0.39vw;
  }
}
.service_frame__box__check input[type="checkbox"] {
  display: none;
}
.service_frame__box__check a {
  border-bottom: 1px solid currentColor;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
.service_frame__box__verification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_frame__box__verification input[type="text"] {
  width: 11.9rem;
  padding: 0 0.5rem;
  line-height: 2.6rem;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  background: #f6f7f9;
}
@media (max-width: 768px) {
  .service_frame__box__verification input[type="text"] {
    width: 30.99vw;
    line-height: 8.07vw;
  }
}
.service_frame__box__verification input[type="text"].error {
  border-color: #da291c;
}
.service_frame__box__verification > img {
  width: 7.5rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .service_frame__box__verification > img {
    width: 19.53vw;
  }
}
.service_frame__box__verification__btn {
  width: 2.5rem;
  margin-left: 0.25rem;
  cursor: pointer;
}

.service_frame__box__verification__btn audio {
  display: none;
}

@media (max-width: 768px) {
  .service_frame__box__verification__btn {
    width: 6.51vw;
  }
}
.service_frame__box__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  color: #111;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .service_frame__box__link {
    margin-top: 2rem;
    font-size: 3.65vw;
  }
}
.service_frame__box__link::before {
  content: "";
  display: block;
  width: 0.95rem;
  height: 1.15rem;
  margin-right: 1rem;
  background: url(../../../../img/webcall/component/busyLinePopup/index/file.png) no-repeat center /
    contain;
}
@media (max-width: 768px) {
  .service_frame__box__link::before {
    width: 3.26vw;
    height: 3.9vw;
  }
}
.service_frame__box__btn {
  display: inline-block;
  margin-top: 2.2rem;
  width: 22.25rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 4.1rem;
  letter-spacing: 1.04px;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #da291c;
  -webkit-box-shadow: 0 4px 30px rgba(134, 65, 60, 0.6);
  box-shadow: 0 4px 30px rgba(134, 65, 60, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .service_frame__box__btn {
    width: 100%;
    font-size: 4.17vw;
    line-height: 13.02vw;
  }
}
.service_frame__box__btn:hover {
  background-color: #ac1b1b;
}
.service_frame__box__btn.disabled {
  background-color: #b7b7b7;
  pointer-events: none;
  cursor: not-allowed;
}
.service_frame__box__btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.35rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  background: url(../../../../img/webcall/component/busyLinePopup/index/phone.png) no-repeat center /
    contain;
}
