html {
  overflow-x: hidden !important;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  border: none;
}
h1,
h3,
h5,
p {
  margin: 0;
}
img {
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
svg {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}
input {
  font-size: inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input:disabled {
  opacity: 1;
  color: inherit;
}
ul {
  margin: 0;
  padding-left: 1em;
  white-space: initial;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
  padding-left: 1em;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li ::marker {
  text-indent: 0 !important;
}
@media (min-width: 351px) {
  .up_mb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@-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);
  }
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
span.b {
  font-size: 200%;
  line-height: 1;
}
span.w {
  font-weight: bold;
}
span.s {
  font-size: 80%;
}
.float_frame_fill {
  padding-top: 83px;
}
@media (max-width: 376px) {
  .float_frame_fill {
    padding-top: calc(83 / (376 * 1) * 100vw);
  }
}
html:has(.mask_layer.active) {
  overflow: hidden;
}
.mask_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.mask_layer:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mask_layer.active .mask_frame {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.mask_layer .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask_layer .mask_frame {
  position: relative;
  top: 3rem;
  left: 0;
  right: 0;
  min-height: calc(100% - 3rem);
  background-color: #fff;
  border-radius: 2.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: 0.5s ease forwards;
          animation: 0.5s ease forwards;
  overflow: hidden;
}
.mask_layer .mask_frame > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mask_layer .mask_frame > div > ._fill {
  overflow-y: auto;
  height: 100%;
}
.mask_layer .mask_frame > div > :not(._fill) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mask_layer .mask_frame__close {
  position: absolute;
  top: 1.8rem;
  right: 2.65rem;
  z-index: 10;
  width: 1.75rem;
  height: 1.75rem !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mask_layer .mask_frame__close {
    top: 5.73vw;
    right: 4.3vw;
    width: 4.56vw;
    height: 4.56vw !important;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.header,
.footer {
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}
.header *,
.footer * {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.15s linear;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.15s linear;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100;
  padding: 0 40px;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .header .nav_item {
    top: 17px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .header .nav_item {
    top: 8px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}
.header .header_ctn {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (max-width: 1500px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .header .header_ctn {
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .header .header_logo {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .header .header_logo {
    width: 210px;
  }
}
.header .header_logo > img {
  width: 100%;
}
@media (min-width: 1025px) {
  .header .nav_frame {
    width: 100%;
    max-width: 550px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .header .nav_frame {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .nav_frame:not(.active) {
    height: 0;
  }
}
.header .nav_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header .nav_close {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .nav_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 1px solid #cccccc;
  }
  .header .nav_ctn:not(.active) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header .nav_box {
  position: relative;
  color: #6d6d6d;
}
@media (min-width: 1025px) {
  .header .nav_box {
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav_box:not(:hover) .sub_frame .sub_ctn {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .header .nav_box {
    border-bottom: 1px solid #cccccc;
  }
}
.header .nav_box:hover .tag_box .new {
  -webkit-animation: swing 0.5s ease-in-out infinite;
          animation: swing 0.5s ease-in-out infinite;
}
.header .nav_box:not(._sign) .nav_item:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .header .nav_box:not(._sign) .nav_item:hover {
    background-color: #efeeee;
  }
}
@media (min-width: 1025px) {
  .header .nav_box._sign {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .sub_frame {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
  }
}
@media (max-width: 1024px) {
  .header .sub_frame {
    padding: 1.5em 0;
    padding-left: 3em;
    border-top: 1px solid #c2c2c2;
  }
}
@media (min-width: 1025px) {
  .header .sub_frame .sub_ctn {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0 0 10.5px rgba(112, 112, 112, 0.53));
            filter: drop-shadow(0 0 10.5px rgba(112, 112, 112, 0.53));
    padding: 20px 35px 30px;
  }
}
.header .sub_frame .sub_box {
  display: block;
}
.header .sub_frame .sub_box-inner {
  position: relative;
  width: max-content;
}
.header .sub_box .new {
  position: absolute;
  width: 25px;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (min-width: 1201px) {
  .header .sub_box .new {
    right: -15px;
    bottom: 80%;
  }
}

@media (max-width: 1200px) {
  .header .sub_box .new {
    top: -15px;
    left: 100%;
    margin-left: 3px;
  }
}
.header .sub_frame .sub_box:hover .new {
  animation: swing 0.5s ease-in-out infinite;
}
.header .sub_frame .sub_box:not(:last-child) {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #c2c2c2;
}
.header .sub_frame .sub_box:hover .sub_item {
  opacity: 0.7;
}
.header .sub_frame .sub_item {
  white-space: pre;
}
.header .nav_item {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1025px) {
  .header .nav_item.active {
    color: #da291c;
    text-shadow: 0 0 1px;
  }
}
@media (max-width: 1024px) {
  .header .nav_item {
    padding: 1em 0;
    padding-left: 3em;
  }
}
@media (max-width: 600px) {
  .header .nav_item {
    padding-left: 40px;
  }
}
.header .nav_item._sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.header .tag_box {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .tag_box .new {
  position: absolute;
  width: 25px;
  margin-bottom: 10px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (min-width: 1025px) {
  .header .tag_box .new {
    right: -15px;
    bottom: 100%;
  }
}
@media (max-width: 1024px) {
  .header .tag_box .new {
    top: -15px;
    left: 100%;
    margin-left: 3px;
  }
}
.header .sign_item {
  border: 1px solid #da291c;
  border-radius: 5px;
  padding: 0.3em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .sign_item:not(:last-child) {
  margin-right: 10px;
}
.header .sign_item._signin {
  color: #ffffff;
  background-color: #da291c;
}
.header .sign_item._signin::before {
  background-image: url("../../../../img/webcall/component/consultantPopupData/header/signin.png");
  background-size: 20px auto;
  width: 20px;
  margin-top: -1px;
}
.header .sign_item._signup {
  color: #da291c;
  background-color: #ffffff;
}
.header .sign_item._signup::before {
  background-image: url("../../../../img/webcall/component/consultantPopupData/header/signup.png");
  background-size: 25px auto;
  width: 25px;
}
.header .sign_item:hover {
  opacity: 0.7;
}
.header .sign_item::before {
  content: "";
  background: no-repeat left center;
  display: block;
  margin-right: 10px;
}
.header .sign_item > div {
  line-height: 1;
}
.header .sign_item > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.header .search_frame {
  font-size: 90%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .search_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .search_frame:not(.active) {
    height: 0;
  }
}
.header .search_frame .close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .search_frame .search_ctn {
  position: relative;
}
@media (max-width: 1024px) {
  .header .search_frame .search_ctn {
    background-color: #ffffff;
    padding: 1em;
  }
}
.header .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #e5001f;
  border-radius: 50px;
  padding-left: 1.5em;
}
@media (min-width: 351px) {
  .header .search_box {
    max-width: 19em;
  }
}
.header .search_box input {
  width: 100%;
  height: 2.5em;
}
.header .search_box input::-webkit-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::-moz-placeholder {
  color: #b1b1b1;
}
.header .search_box input:-ms-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::-ms-input-placeholder {
  color: #b1b1b1;
}
.header .search_box input::placeholder {
  color: #b1b1b1;
}
.header .search_box .icon {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../../../../img/webcall/component/consultantPopupData/header/search.png") no-repeat center;
  background-color: #e5001f;
  border-radius: 50px;
}
.header .search_box .icon:hover {
  opacity: 0.8;
}
.header .search_m {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 70%;
}
.header .search_m:hover {
  opacity: 0.8;
}
.header .search_m > img {
  width: auto;
  height: 100%;
}
.header {
  border: none;
}
.header .nav_btn {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn .nav_line {
  width: 32px;
  height: 3px;
  background-color: #da291c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav_btn .nav_line:not(:last-child) {
  margin-bottom: 8px;
}
.header .nav_btn .nav_line:nth-child(1) {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header .nav_btn .nav_line:nth-child(3) {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header .nav_btn.active {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.header .nav_btn.active .nav_line:nth-child(1) {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.header .nav_btn.active .nav_line:nth-child(2) {
  opacity: 0;
}
.header .nav_btn.active .nav_line:nth-child(3) {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.header,
.header_fill {
  height: 100px;
}
@media (max-width: 1500px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header,
  .header_fill {
    height: 50px;
  }
}
.header_fill {
  height: 110px;
}
@media (max-width: 1500px) {
  .header_fill {
    height: 68px;
  }
}
@media (max-width: 768px) {
  .header_fill {
    height: 68px;
  }
}
@media (max-width: 600px) {
  .header_fill {
    height: 58px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame,
  .header .search_frame {
    top: 68px;
  }
}
@media (max-width: 768px) {
  .header .nav_frame,
  .header .search_frame {
    top: 68px;
  }
}
@media (max-width: 600px) {
  .header .nav_frame,
  .header .search_frame {
    top: 58px;
  }
}
.header .header_line {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #da291c;
  height: 10px;
}
@media (max-width: 1024px) {
  .header .header_line {
    height: 8px;
  }
}
@media (min-width: 1025px) {
  .header .nav_frame {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: -10px 0;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    padding-top: 8px;
  }
}
footer.footer {
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 30px 10px 50px;
  border-bottom: 16px solid #da291c;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-shadow: 0px -2px 10px 0 #eeeeee;
          box-shadow: 0px -2px 10px 0 #eeeeee;
}
@media (max-width: 1024px) {
  footer.footer {
    border-width: 10px;
  }
}
@media (max-width: 600px) {
  footer.footer {
    padding-bottom: 30px;
    font-size: 14px;
  }
}
footer.footer a {
  display: inline-block;
}
footer.footer .footer_ctn {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 600px) {
  footer.footer .footer_ctn {
    max-width: 350px;
  }
}
footer.footer .footer_media > a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  padding: 0 8px 8px;
  font-size: 0;
  line-height: 1;
}
@media (max-width: 600px) {
  footer.footer .footer_link {
    line-height: 1.8;
  }
}
footer.footer .footer_link a {
  color: #6d6d6d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
footer.footer .footer_link a:hover {
  color: #da291c;
}
@media (min-width: 1025px) {
  .up_nav_m_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .nav_m_hide {
    display: none !important;
  }
}
.card_frame {
  position: relative;
  z-index: 1;
  padding: 29px 5% 114px;
  background: url(../../../../img/webcall/component/consultantPopupData/card/bg.jpg) no-repeat top center / 1920px 688px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .card_frame {
    padding-top: 8.2vw;
    padding-bottom: 6.815vw;
    background-image: url(../../../../img/webcall/component/consultantPopupData/card/bg-m.jpg);
    background-size: 100% auto;
  }
}
.card_frame::before {
  content: "";
  position: absolute;
  top: 580px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
@media (max-width: 1300px) {
  .card_frame::before {
    top: calc(25.38vw + 256px);
  }
}
@media (max-width: 1024px) {
  .card_frame::before {
    top: 57vw;
  }
}
.card_frame::after {
  content: "";
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  height: 256px;
  z-index: -1;
  background: url(../../../../img/webcall/component/consultantPopupData/card/bg2.png) no-repeat center top / 1920px auto;
}
@media (max-width: 1300px) {
  .card_frame::after {
    top: 25.38vw;
  }
}
@media (max-width: 1024px) {
  .card_frame::after {
    top: 35.4vw;
    height: 228px;
    background-image: url(../../../../img/webcall/component/consultantPopupData/card/bg2-m.png);
    background-size: 100% auto;
  }
}
.card_frame__wrap {
  max-width: 1210px;
  margin: 0 auto;
}
.card_frame__title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1300px) {
  .card_frame__title {
    font-size: 2.92vw;
  }
}
@media (max-width: 768px) {
  .card_frame__title {
    font-size: 5.21vw;
  }
}
.card_frame__title::after {
  content: "";
  display: block;
  width: 59px;
  height: 2px;
  margin: 30px auto 0;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .card_frame__title::after {
    margin-top: 2.31vw;
    width: 4.54vw;
  }
}
@media (max-width: 768px) {
  .card_frame__title::after {
    margin-top: 3.9vw;
    width: 7.68vw;
  }
}
.card_frame__state {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1300px) {
  .card_frame__state {
    margin-top: 1.54vw;
  }
}
@media (max-width: 768px) {
  .card_frame__state {
    margin-top: 2.6vw;
  }
}
.card_frame__state__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px;
  border-radius: 50vw;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .card_frame__state__list {
    padding: 0.69vw;
  }
}
@media (max-width: 768px) {
  .card_frame__state__list {
    padding: 1.69vw;
  }
}
.card_frame__state__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
  color: #111;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 0.5px;
}
@media (max-width: 1300px) {
  .card_frame__state__list__item {
    padding: 0 1.69vw;
    font-size: 1.54vw;
  }
}
@media (max-width: 768px) {
  .card_frame__state__list__item {
    padding: 0 2.86vw;
    font-size: 2.6vw;
  }
}
.card_frame__state__list__item:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.card_frame__state__list__item::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #da291c;
}
@media (min-width: 1301px) {
  .card_frame__state__list__item::before {
    margin-top: 2px;
  }
}
@media (max-width: 1300px) {
  .card_frame__state__list__item::before {
    width: 1.31vw;
    height: 1.31vw;
  }
}
@media (max-width: 768px) {
  .card_frame__state__list__item::before {
    width: 2.21vw;
    height: 2.21vw;
  }
}
.card_frame__state__list__item._red::before {
  background-color: #da291c;
}
.card_frame__state__list__item._green::before {
  background-color: #4cb337;
}
.card_frame__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 28px;
}
@media (max-width: 1300px) {
  .card_frame__list {
    gap: 1.54vw 3.08vw;
    margin-top: 2.15vw;
  }
}
@media (max-width: 1024px) {
  .card_frame__list {
    gap: 1.54vw 1.5vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list {
    gap: 4.69vw 3.78vw;
    margin-top: 3.91vw;
  }
}
.card_frame__list--active .card_frame__list__item {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.card_frame__list--active .card_frame__list__item.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.card_frame__list--active .card_frame__list__item.active {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.card_frame__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 40px * 3) / 4);
  padding: 9px 23px 0;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(128, 128, 128, 0.25);
          box-shadow: 0 4px 30px rgba(128, 128, 128, 0.25);
}
@media (max-width: 1300px) {
  .card_frame__list__item {
    width: calc((100% - 3.08vw * 3) / 4);
    margin-bottom: 1.15vw;
    padding: 0.69vw 1.77vw 0;
  }
}
@media (max-width: 1024px) {
  .card_frame__list__item {
    width: calc((100% - 1.5vw * 3) / 4);
  }
}
@media (max-width: 768px) {
  .card_frame__list__item {
    width: calc((100% - 3.78vw) / 2);
    margin-bottom: 3.125vw;
    padding: 2.21vw 3.65vw 0;
  }
}
.card_frame__list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card_frame__list__top__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .card_frame__list__top__title {
    font-size: min(2.15vw, 28px);
  }
}
@media (max-width: 768px) {
  .card_frame__list__top__title {
    font-size: 4.43vw;
  }
}
.card_frame__list__top__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #3d4a6a;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.5px;
}
@media (max-width: 1300px) {
  .card_frame__list__top__text {
    font-size: 1.23vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__top__text {
    font-size: 2.08vw;
  }
}
.card_frame__list__top__text span {
  font-size: 1.25em;
  line-height: 1.5625em;
}
.card_frame__list__img {
  position: relative;
  padding: 14px 43px 2px;
  margin-top: 19px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background: linear-gradient(180deg, #fff 0%, #e0e0e0 100%);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1300px) {
  .card_frame__list__img {
    padding: 1.08vw 3.31vw 0.15vw;
    margin-top: 1.46vw;
    border-radius: 0.38vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__img {
    padding: 3.125vw 8.98vw 0.39vw 7.42vw;
    margin-top: 2.21vw;
    border-radius: 0.65vw;
  }
}
.card_frame__list__img img {
  width: 100%;
}
.card_frame__list__img__state {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  padding: 0 13px;
  color: #fff;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.5px;
  border-radius: 14px;
  background: #878787;
}
@media (max-width: 1300px) {
  .card_frame__list__img__state {
    padding: 0 1vw;
    font-size: 1.23vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__img__state {
    padding: 0 1.69vw;
    font-size: 2.08vw;
  }
}
.card_frame__list__img__online {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #da291c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .card_frame__list__img__online {
    right: 2.31vw;
    width: 1.77vw;
    height: 1.77vw;
    border-width: 0.31vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__img__online {
    right: 4.3vw;
    width: 5.08vw;
    height: 5.08vw;
    border-width: 0.65vw;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.card_frame__list__img__online._red {
  background-color: #da291c;
}
.card_frame__list__img__online._green {
  background-color: #4cb337;
}
.card_frame__list__img__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  color: #1b365d;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(61.54%, rgba(255, 255, 255, 0.82)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.82) 61.54%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1300px) {
  .card_frame__list__img__text {
    padding: 0.77vw 0.5vw;
    font-size: 1.23vw;
    border-radius: 0 0 0.38vw 0.38vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__img__text {
    padding: 1.3vw;
    font-size: 2.34vw;
    border-radius: 0 0 0.65vw 0.65vw;
  }
}
.card_frame__list__img__text span {
  font-size: 1.375em;
  font-weight: 700;
}
.card_frame__list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px 12px;
  margin-top: 17px;
  margin-right: -5%;
  height: 59px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .card_frame__list__tags {
    gap: 0.62vw 0.92vw;
    margin-top: 1.31vw;
    height: 4.52vw;
  }
}
@media (max-width: 1024px) {
  .card_frame__list__tags {
    gap: 0.6vw;
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__tags {
    gap: 1.3vw 1.82vw;
    margin-top: 2.34vw;
    height: 11vw;
  }
}
.card_frame__list__tags__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 110px;
  padding: 4px 9px 3px 11px;
  color: #1b365d;
  font-size: 14px;
  line-height: 1.31;
  letter-spacing: 1px;
  border-radius: 4px;
  background: #ededed;
}
@media (max-width: 1300px) {
  .card_frame__list__tags__item {
    max-width: 8.462vw;
    padding: 0.31vw 0.6vw 0.23vw 0.85vw;
    font-size: 1.077vw;
    border-radius: 0.31vw;
  }
}
@media (max-width: 1024px) {
  .card_frame__list__tags__item {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__tags__item {
    max-width: 17.6vw;
    padding: 0.65vw 0.78vw 0.65vw 1.43vw;
    font-size: 2.34vw;
  }
}
.card_frame__list__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(#1e4cbf), to(#aec7e6));
  background: linear-gradient(180deg, #1e4cbf 0%, #aec7e6 100%);
}
.card_frame__list__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: -14px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  gap: 14px;
}
@media (max-width: 1300px) {
  .card_frame__list__btns {
    margin-bottom: -1.08vw;
    padding-top: max(0.08vw, 10px);
    gap: 1.08vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__btns {
    margin-bottom: -3.125vw;
    padding-top: 2.47vw;
    gap: 2.34vw;
  }
}
.card_frame__list__btns__btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.22;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background-color: #1b365d;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 1300px) {
  .card_frame__list__btns__btn {
    font-size: 1.38vw;
    border-radius: 0.38vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list__btns__btn {
    font-size: 2.86vw;
    line-height: 6.25vw;
    border-radius: 0.65vw;
  }
}
.card_frame__list__btns__btn._navy-blue {
  background-color: #1b365d;
}
.card_frame__list__btns__btn._navy-blue:hover {
  background-color: #3d4a6a;
}
.card_frame__list__btns__btn._red {
  background-color: #da291c;
}
.card_frame__list__btns__btn._red:hover {
  background-color: #ac1b1b;
}
.card_frame__list + .card_frame__list {
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .card_frame__list + .card_frame__list {
    margin-top: 1.54vw;
  }
}
@media (max-width: 768px) {
  .card_frame__list + .card_frame__list {
    margin-top: 4.69vw;
  }
}
.float_frame._02 {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .float_frame._02 {
    padding: 1vw 5vw 2.5vw;
  }
}
@media (min-width: 1025px) {
  .float_frame._02.hideOn.ready {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .float_frame._02.hideOn:not(.active) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.float_frame._02 .float_frame__btn {
  display: block;
  color: #da291c;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  border: 3px solid #da291c;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(34, 25, 85, 0.51);
          box-shadow: 0 4px 30px rgba(34, 25, 85, 0.51);
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1301px) {
  .float_frame._02 .float_frame__btn {
    position: absolute;
    bottom: 3vw;
    left: calc(50% + 645px);
    width: 99px;
    height: 545px;
    letter-spacing: 6px;
    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;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .float_frame._02 .float_frame__btn {
    left: auto;
    right: 35px;
    width: 6.6vw;
  }
}
@media (max-width: 1300px) {
  .float_frame._02 .float_frame__btn {
    font-size: 2vw;
    line-height: 3.125em;
    letter-spacing: 1.28px;
    border-width: 0.23vw;
  }
}
@media (max-width: 768px) {
  .float_frame._02 .float_frame__btn {
    font-size: 4.17vw;
    border-width: 0.39vw;
  }
}
.float_frame._02 .float_frame__btn:hover {
  color: #fff;
  background-color: #da291c;
}
.float_frame._02 .float_frame__btn:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.float_frame._02 .float_frame__btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.65em;
  height: 1.31em;
  background: url(../../../../img/webcall/component/consultantPopupData/step/heart.png) no-repeat center / contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1301px) {
  .float_frame._02 .float_frame__btn::before {
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .float_frame._02 .float_frame__btn::before {
    margin-right: 10px;
    width: 1.32em;
    height: 1.06em;
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
}
@media (max-width: 768px) {
  .float_frame._02 .float_frame__btn::before {
    margin-right: 1.3vw;
  }
}
.mask_layer._02 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mask_layer._02:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mask_layer._02.active .mask_frame {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.mask_layer._02 .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mask_layer._02 .mask_frame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 2.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: 0.5s ease forwards;
          animation: 0.5s ease forwards;
}
.mask_layer._02 .mask_frame._step {
  height: calc(100% - 3rem);
}
@media (max-width: 768px) {
  .mask_layer._02 .mask_frame._step {
    height: auto;
  }
}
.mask_layer._02 .mask_frame > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mask_layer._02 .mask_frame > div > ._fill {
  overflow-y: auto;
  height: 100%;
}
.mask_layer._02 .mask_frame > div > :not(._fill) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.select_frame {
  position: relative;
  padding-top: 1.5rem;
}
.select_frame:not(.active) {
  display: none !important;
}
@media (max-width: 768px) {
  .select_frame {
    padding-top: 4rem;
  }
}
.select_frame .select_close {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 2.3rem;
  right: 1.7rem;
  width: 1.8rem;
  z-index: 3;
}
.select_frame .select_bg {
  position: absolute;
  top: 3.5rem;
}
@media (min-width: 769px) {
  .select_frame .select_bg {
    left: 50%;
    width: 96rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .select_frame .select_bg {
    top: 3rem;
    left: 0;
    width: 100%;
  }
}
.select_frame .select_title {
  position: relative;
  text-align: center;
  color: #202020;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: pre-line;
  z-index: 2;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .select_frame .select_title {
    font-size: 2rem;
    padding-bottom: 65%;
  }
}
.select_frame .select_title::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 10px auto 0;
  background-color: #da291c;
}
@media (max-width: 768px) {
  .select_frame .select_title::after {
    width: 7.16vw;
  }
}
@media (max-width: 768px) {
  .select_frame_.1 .select_title {
    padding-bottom: 73%;
  }
}
.step_bg {
  position: relative;
}
.step_bg > img {
  position: absolute;
}
@media (min-width: 769px) {
  .step_bg > img {
    top: -3.5rem;
    left: 50%;
    width: 100rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .step_bg > img {
    top: -6.5rem;
    left: 0;
    width: 100%;
  }
}
.step_frame {
  position: relative;
  padding: 0 2rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .step_frame {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
.step_frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  background-color: #ffffff;
}
.step_frame .steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 16em;
  margin: 0 auto;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
}
.step_frame .steps .step {
  width: 0.8em;
  height: 0.8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background-color: #d9d9d9;
  z-index: 2;
}
.step_frame .steps .step.active .check {
  opacity: 1;
}
.step_frame .steps .step.active .label {
  color: #da291c;
}
.step_frame .steps .line {
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
  height: 3px;
  margin: 0 -2px;
}
.step_frame .steps .line.active::before {
  width: 100%;
}
.step_frame .steps .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #da291c;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.step_frame .steps .check {
  width: 1.15em;
  height: 1.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../../../../img/webcall/component/consultantPopupData/step/check.png") no-repeat center;
  background-color: #da291c;
  background-size: 0.5rem auto;
  -webkit-box-shadow: 0px 0px 10px 0px #ff0000;
          box-shadow: 0px 0px 10px 0px #ff0000;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.step_frame .steps .label {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: pre;
  color: #d9d9d9;
  margin-top: 0.6em;
  font-size: 80%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  font-weight: 500;
}
.step_frame .step_content {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1em;
}
.step_frame .step_content .content {
  min-height: 3em;
  color: #868686;
  text-align: center;
  font-size: 90%;
}
@media (max-width: 600px) {
  .step_frame .step_content .content {
    font-size: 100%;
  }
}
.step_frame .step_content .content span {
  font-size: 90%;
}
.step_frame .step_btn {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  height: 2.55em;
  line-height: 2.45em;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
  font-size: 1.1em;
  white-space: pre;
  color: #ffffff;
  border-color: #da291c;
  background-color: #da291c;
  -webkit-box-shadow: 0 0.2rem 1.5rem 0 rgba(34, 25, 85, 0.5);
          box-shadow: 0 0.2rem 1.5rem 0 rgba(34, 25, 85, 0.5);
}
.step_frame .step_btn:hover {
  background-color: #ac1b1b;
}
@media (max-width: 768px) {
  .step_frame .radio_sroll {
    overflow-x: auto;
  }
}
.step_frame .radio_ctn {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
}
@media (max-width: 600px) {
  .step_frame .radio_ctn {
    gap: 0.5em;
  }
}
.step_frame .radio_ctn:not(._4) .radio {
  width: 100%;
}
.step_frame .radio_ctn._4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 42.95rem;
  max-height: 6.2em;
  overflow-y: auto;
}
@media (max-width: 600px) {
  .step_frame .radio_ctn._4 {
    max-height: 6em;
  }
}
.step_frame .radio_ctn._4 .radio {
  padding: 0 1.5em;
}
@media (max-width: 600px) {
  .step_frame .radio_ctn._4 .radio {
    padding: 0 0.5em;
  }
}
.step_frame .radio_ctn .radio {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  height: 2.3em;
  line-height: 2.2em;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
  font-size: 1.1em;
  white-space: pre;
  color: #868686;
  border-color: #b7b7b7;
  background-color: #dedede;
  padding: 0 0.5em;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.step_frame .radio_ctn .radio.active,
.step_frame .radio_ctn .radio:has(:checked) {
  color: #ffffff;
  border-color: #da291c;
  background-color: #da291c;
}
.step_frame .radio_ctn .radio:hover {
  color: #fff;
  background-color: #93150c;
}
.step_frame .radio_ctn .radio input {
  display: none;
}
.step_frame .btn_ctn {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
}
html {
  font-size: 20px;
}
@media (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.60416667vw;
  }
}
body {
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
img {
  display: block;
}
img[src$=".svg"] {
  width: 100%;
}
.space_frame {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f2f2f2;
}
