@-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._05.active .mask_frame {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.detail_frame {
  min-height: calc(100vh - 3rem);
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .detail_frame {
    padding-bottom: 14vw;
  }
}
.detail_frame__img {
  position: relative;
  padding: 0 5%;
  text-align: center;
}
.detail_frame__img::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: -4.5rem;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#faa)) no-repeat center
    top / 100% 23rem;
  background: linear-gradient(180deg, #fff 0%, #faa 100%) no-repeat center top / 100% 23rem;
}
.detail_frame__img::after {
  content: "";
  position: absolute;
  top: 6rem;
  left: calc(50% - 16.875rem);
  z-index: -1;
  width: 33.75rem;
  height: 30.6rem;
  background: url(../../../../img/webcall/component/consultantPopupData/index/circle.png) no-repeat
    center / contain;
}
@media (max-width: 768px) {
  .detail_frame__img::after {
    top: 13.02vw;
    left: calc(50% - 37.175vw);
    width: 74.35vw;
    height: 71.48vw;
  }
}
.detail_frame__img img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2rem;
  width: 19.35rem;
}
@media (max-width: 768px) {
  .detail_frame__img img {
    margin-top: 3.52vw;
    width: 47.27vw;
  }
}
.detail_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) {
  .detail_frame__box {
    border-top-right-radius: 10.16vw;
  }
}
.detail_frame__box__info,
.detail_frame__box__tabs,
.detail_frame__box__contents {
  width: 100%;
  max-width: 52.35rem;
  margin-left: auto;
  margin-right: auto;
}
.detail_frame__box__info {
  position: relative;
}
@media (max-width: 768px) {
  .detail_frame__box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.5vw 0;
    text-align: left;
  }
}
.detail_frame__box__info__state {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  z-index: 1;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #da291c;
}
@media (max-width: 768px) {
  .detail_frame__box__info__state {
    top: -7.545vw;
    right: 7.84vw;
    width: 6.77vw;
    height: 6.77vw;
    border-width: 0.65vw;
  }
}
.detail_frame__box__info__state._red {
  background-color: #da291c;
}
.detail_frame__box__info__state._green {
  background-color: #4cb337;
}
.detail_frame__box__info__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .detail_frame__box__info__title {
    width: calc(100% - 23.44vw);
    font-size: 7.81vw;
  }
}
.detail_frame__box__info__year {
  display: inline-block;
  padding: 0 1.5rem;
  color: #3d4a6a;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 2.6rem;
  border-radius: 2.5rem;
  border: 2px solid #d9d9d9;
  background: #fff;
}
@media (min-width: 769px) {
  .detail_frame__box__info__year {
    position: absolute;
    top: -2.8rem;
    right: 2.2rem;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .detail_frame__box__info__year {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23.44vw;
    padding: 0 1vw;
    font-size: 2.6vw;
    border-width: 1px;
    text-align: center;
  }
}
.detail_frame__box__info__year span {
  color: #da291c;
  font-size: 1.5em;
  font-weight: 700;
}
.detail_frame__box__info__tags {
  margin-top: 1rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .detail_frame__box__info__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px 11px;
  }
}
@media (max-width: 768px) {
  .detail_frame__box__info__tags {
    width: calc(100% - 41vw);
    height: 5.56vw;
    margin-top: 0;
    margin-right: auto;
  }
}
.detail_frame__box__info__tags__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 6.75rem;
  padding: 0 0.45rem 0 0.55rem;
  color: #1b365d;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.75rem;
  border-radius: 4px;
  background: #ededed;
}
@media (max-width: 768px) {
  .detail_frame__box__info__tags__item {
    max-width: 20.11vw;
    margin-right: 1vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    padding: 0 1.3vw 0 1.43vw;
    font-size: 2.73vw;
    line-height: 4.56vw;
  }
}
@media (max-width: 600px) {
  .detail_frame__box__info__tags__item {
    max-width: 23.5vw;
  }
}
.detail_frame__box__info__tags__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(0.52vw, 4px);
  height: 100%;
  border-radius: min(0.52vw, 4px) 0 0 min(0.52vw, 4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5001f), to(#ff6b6b));
  background: linear-gradient(180deg, #e5001f 0%, #ff6b6b 100%);
}
.detail_frame__box__info__description {
  width: 100%;
  margin-top: 1.3rem;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(27, 54, 93, 0)),
    color-stop(50.96%, rgba(27, 54, 93, 0.79)),
    to(rgba(27, 54, 93, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(27, 54, 93, 0) 0%,
    rgba(27, 54, 93, 0.79) 50.96%,
    rgba(27, 54, 93, 0) 100%
  );
}
@media (max-width: 768px) {
  .detail_frame__box__info__description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40.59vw;
    margin-top: 0;
    font-size: 2.34vw;
    line-height: 4.69vw;
    border-radius: 0.65vw;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(27, 54, 93, 0.79)),
      color-stop(83.65%, rgba(27, 54, 93, 0.68))
    );
    background: linear-gradient(0deg, rgba(27, 54, 93, 0.79) 0%, rgba(27, 54, 93, 0.68) 83.65%);
  }
}
.detail_frame__box__info__description span {
  font-size: 1.44em;
  font-weight: 900;
}
.detail_frame__box__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  margin-top: 0.8rem;
  overflow-x: auto;
}
.detail_frame__box__tabs:hover::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
@media (min-width: 769px) {
  .detail_frame__box__tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .detail_frame__box__tabs {
    margin-top: 2vw;
    gap: 2.21vw;
  }
}
.detail_frame__box__tabs::-webkit-scrollbar {
  background: transparent;
  height: 0;
  width: 0;
}
.detail_frame__box__tabs__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12.15rem;
  color: #1b365d;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 1px;
  border-radius: 2.4rem;
  border: 1px solid #3d4a6a;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .detail_frame__box__tabs__item {
    width: 36.46vw;
    font-size: 3.39vw;
    line-height: 7.29vw;
  }
}
.detail_frame__box__tabs__item.active {
  color: #fff;
  border-color: #aec7e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#1e4cbf), to(#aec7e6));
  background: linear-gradient(0deg, #1e4cbf 0%, #aec7e6 100%);
}
.detail_frame__box__contents {
  margin-top: 1rem;
  margin-bottom: 1.7rem;
}
.detail_frame__box__contents__item {
  height: 7.35rem;
  padding: 1.5rem 1rem 1.5rem;
  color: #1b365d;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background: #eee;
  overflow-y: auto;
}

.detail_frame__box__contents__item ul,
.detail_frame__box__contents__item ol {
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .detail_frame__box__contents__item {
    height: 19.79vw;
    padding: 4vw 3.26vw 4vw;
  }
}
.detail_frame__box__contents__item:not(:has(.detail_frame__box__contents__list)) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}
.detail_frame__box__contents__item:not(.active) {
  display: none;
}
.detail_frame__box__contents__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .detail_frame__box__contents__list {
    gap: 2.6vw;
    margin-top: 1.99vw;
    font-size: 3.125vw;
  }
}
.detail_frame__box__contents__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail_frame__box__contents__list__icon {
  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;
  width: 3.15rem;
  height: 3.3rem;
  margin-right: 0.55rem;
  border-radius: 50%;
  background-color: #d5d5d5;
}
@media (max-width: 768px) {
  .detail_frame__box__contents__list__icon {
    width: 8.98vw;
    height: 9.38vw;
  }
}
.detail_frame__box__contents__list__icon img {
  max-width: 60%;
}
.detail_frame__box__check {
  width: 100%;
  max-width: 46.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  color: #868686;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.detail_frame__box__check:has(input[type="checkbox"]:checked) label::before {
  border-color: #da291c;
  background-image: url(../../../../img/webcall/component/consultantPopupData/index/check.png);
}

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

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

.detail_frame__box__check:has(input[type="checkbox"]:disabled) label::before {
  border-color: #b7b7b7;
}
.detail_frame__box__check.error label::before {
  border-color: #da291c;
}
.detail_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;
}
.detail_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) {
  .detail_frame__box__check label::before {
    width: 5.21vw;
    height: 5.21vw;
    font-size: 3.39vw;
    border-width: 0.39vw;
  }
}
.detail_frame__box__check input[type="checkbox"] {
  display: none;
}
.detail_frame__box__check.hidden {
  display: none;
}
.detail_frame__box__check a {
  border-bottom: 1px solid currentColor;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
.detail_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;
}

.detail_frame__box__verification.hidden {
  display: none;
}
.detail_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) {
  .detail_frame__box__verification input[type="text"] {
    width: 30.99vw;
    line-height: 8.07vw;
  }
}
.detail_frame__box__verification input[type="text"].error {
  border-color: #da291c;
}
.detail_frame__box__verification > img {
  width: 7.5rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .detail_frame__box__verification > img {
    width: 19.53vw;
  }
}
.detail_frame__box__verification__btn {
  width: 2.5rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
.detail_frame__box__verification__btn audio {
  display: none;
}
@media (max-width: 768px) {
  .detail_frame__box__verification__btn {
    width: 6.51vw;
  }
}
.detail_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) {
  .detail_frame__box__link {
    margin-top: 2rem;
    font-size: 3.65vw;
  }
}
.detail_frame__box__link::before {
  content: "";
  display: block;
  width: 0.95rem;
  height: 1.15rem;
  margin-right: 1rem;
  background: url(../../../../img/webcall/component/consultantPopupData/index/file.png) no-repeat
    center / contain;
}
@media (max-width: 768px) {
  .detail_frame__box__link::before {
    width: 3.26vw;
    height: 3.9vw;
  }
}
.float__btns {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.95rem;
}
.float__btns:not(.active) {
  display: none;
}
.float__btns__link,
.float__btns__call {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 4.1rem;
  letter-spacing: 1.04px;
  text-align: center;
  border-radius: 0.25rem;
  -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) {
  .float__btns__link,
  .float__btns__call {
    font-size: 4.17vw;
    line-height: 13.02vw;
  }
}
.float__btns__link {
  width: 12.55rem;
  background: #3d4a6a;
}
.float__btns__link:hover {
  background-color: #1b2640;
}
.float__btns__call {
  width: 20.55rem;
  background-color: #da291c;
}
.float__btns__call:hover {
  background-color: #ac1b1b;
}
.float__btns__call.disabled {
  background-color: #b7b7b7;
  pointer-events: none;
  cursor: not-allowed;
}
.float__btns__call::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.35rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  background: url(../../../../img/webcall/component/consultantPopupData/index/phone.png) no-repeat
    center / contain;
}
