.SelfActivation .point {
  color: #6500c9;
}
.SelfActivation .point_contrast {
  color: #ffff04;
}
.SelfActivation .c_head_copy {
  text-align: left;
  margin-bottom: 32px;
}
.SelfActivation .c_section.hero {
  background-color: #883cef;
}
.SelfActivation .c_sectionTitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .SelfActivation .c_sectionTitle {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.SelfActivation .hero_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.SelfActivation .hero_wrap .text_wrap {
  color: #fff;
  flex: 1;
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeInLeft 1.2s ease forwards;
}
.SelfActivation .hero_wrap .img_area {
  flex: 1;
  opacity: 0;
  animation: fadeIn 1s ease 0.4s forwards;
}
.SelfActivation .hero_wrap .text_wrap .text {
  font-size: 20px;
  font-weight: 500;
}
.SelfActivation .hero_wrap .text_wrap .text .desc {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}
.SelfActivation .hero_wrap .img_wrap {
  position: relative;
  width: clamp(250px, 70vw, 390px);
  margin: 0 auto;
}
.SelfActivation .hero_wrap .img_wrap::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 53%;
  transform: translate(-50%, -50%) scale(1);
  background: url("/Views/web/images/pages/SelfActivation/img_contract.png")
    no-repeat center/contain;
  width: clamp(60px, 20vw, 100px);
  height: 100%;
  display: block;
  animation: popBounceA 3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s infinite;
}
.SelfActivation .hero_wrap .img_wrap::before {
  content: "";
  position: absolute;
  top: 17%;
  left: 53%;
  transform: translate(-50%, -50%) scale(0);
  background: url("/Views/web/images/pages/SelfActivation/img_logo.png")
    no-repeat center/contain;
  width: clamp(90px, 25vw, 130px);
  height: 100%;
  display: block;
  opacity: 0;
  animation: popBounceB 3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s infinite;
}

@media screen and (max-width: 768px) {
  .SelfActivation .c_head_copy {
    text-align: center;
    margin-bottom: 24px;
  }
  .SelfActivation .c_section.hero {
    padding-bottom: 20px;
  }
  .SelfActivation .hero_wrap {
    flex-direction: column;
  }
  .SelfActivation .hero_wrap .text_wrap {
    text-align: center;
  }
  .SelfActivation .hero_wrap .text_wrap .text {
    font-size: 16px;
  }
  .SelfActivation .hero_wrap .text_wrap .text .desc {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .SelfActivation .hero_wrap .text_wrap .text {
    font-size: 14px;
  }
  .SelfActivation .hero_wrap {
    gap: 32px;
  }
}
@media screen and (max-width: 390px) {
  .SelfActivation .c_head_copy {
    font-size: 20px;
  }
}
.SelfActivation .type_list {
  display: flex;
  gap: 32px;
}
.SelfActivation .type_list .type_item {
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  background-color: #fff;
}
.SelfActivation .type_item .text_wrap .head_wrap {
  display: flex;
  justify-content: space-between;
}
.SelfActivation .type_item .text_wrap .head_wrap .img_wrap {
  display: block;
  width: 28px;
  margin: unset;
  transition: 0.2s;
}
.SelfActivation .type_list .type_item:hover .head_wrap .img_wrap {
  transform: translateX(6px);
}
.SelfActivation .badge_wrap {
  padding: 0 12px;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  background-color: #969696;
  border-radius: 8px;
  width: fit-content;
  white-space: nowrap;
}
.SelfActivation .badge_wrap.number1 {
  background-color: #ff4a89;
}
.SelfActivation .badge_wrap.number2 {
  background-color: #4a8fff;
}
.SelfActivation .badge_wrap.number3 {
  background-color: #69b959;
}
.SelfActivation .sub_badge {
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  border-radius: 999px;
  width: fit-content;
  white-space: nowrap;
}
.SelfActivation .process_item .sub_badge {
  background-color: #dfdfdf;
}
.SelfActivation .type_item .text_wrap .desc {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.4;
}
.SelfActivation .type_item .img_wrap {
  display: block;
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .SelfActivation .type_list {
    flex-direction: column;
    gap: 16px;
  }
  .SelfActivation .type_list .type_item {
    padding: 24px;
    flex-direction: row;
    gap: 12px;
    position: relative;
  }
  .SelfActivation .type_item .text_wrap .head_wrap .img_wrap {
    width: 24px;
    position: absolute;
    right: 24px;
  }
  .SelfActivation .type_item .img_wrap {
    margin: auto 24px auto 0;
  }
  .SelfActivation .type_item .text_wrap .desc {
    margin: 18px 0 8px;
    font-size: 16px;
  }
  .SelfActivation .badge_wrap {
    padding: 0 8px;
    height: 28px;
    font-size: 14px;
  }
  .SelfActivation .sub_badge {
    font-size: 13px;
    height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .SelfActivation .c_sectionTitle {
    font-size: 16px;
  }
  .SelfActivation .type_list {
    gap: 12px;
  }
  .SelfActivation .type_list .type_item {
    padding: 20px;
  }
  .SelfActivation .type_item .text_wrap .head_wrap .img_wrap {
    width: 20px;
  }
  .SelfActivation .type_item .img_wrap {
    margin: auto -8px -10px auto;
    width: 80px;
  }
  .SelfActivation .type_item .text_wrap .desc {
    font-size: 14px;
  }
  .SelfActivation .badge_wrap {
    height: 26px;
    font-size: 13px;
  }
  .SelfActivation .sub_badge {
    font-size: 12px;
    height: 26px;
    padding: 0 10px;
  }
}
.SelfActivation .process_list .process_item {
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
}
.SelfActivation .process_list .process_item:last-child {
  margin-bottom: unset;
}
.SelfActivation .process_item .head_area {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}
.SelfActivation .process_item .head_area .type_wrap {
  display: flex;
  gap: 16px;
}
.SelfActivation .process_item .head_area .type_wrap .type_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.SelfActivation .process_item .step_list {
  display: flex;
  gap: 4px;
}
.SelfActivation .step_list .step_item {
  text-align: center;
  flex: 1;
}
.SelfActivation .step_list .next_step {
  background: url("/Views/web/images/pages/SelfActivation/icon_next_step_number01.svg")
    no-repeat center/contain;
  width: 20px;
  height: 20px;
}
.SelfActivation .number1 .step_list .next_step {
  background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number01.svg");
}
.SelfActivation .number2 .step_list .next_step {
  background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number02.svg");
}
.SelfActivation .number3 .step_list .next_step {
  background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number03.svg");
}
.SelfActivation .step_item .text_wrap {
  font-size: 14px;
  margin-bottom: 20px;
}
.SelfActivation .step_item .text_wrap .text {
  line-height: 1.3;
}
.SelfActivation .step_item .text_wrap .text .highlight {
  font-weight: 600;
}
.SelfActivation .step_item .text_wrap .modal_btn_wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #838383;
  border-radius: 999px;
  margin: 8px auto 0;
  white-space: nowrap;
  transition: 0.2s;
}
.SelfActivation .step_item .text_wrap .modal_btn_wrap:hover {
  opacity: 0.8;
}
.SelfActivation .step_item .text_wrap .modal_btn_wrap::before {
  content: "";
  background: url("/Views/web/images/common/icon_info_contrast.svg") no-repeat
    center/contain;
  width: 14px;
  height: 14px;
}
.SelfActivation .btn_wrap {
  padding: 8px 10px 8px 14px;
  border: 1px solid #999999;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  color: #616161;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: 0.2s;
}
.SelfActivation .btn_wrap:hover {
  background-color: #e5e5e5;
}
.SelfActivation .btn_wrap::after {
  content: "";
  background: url("/Views/web/images/common/icon_arrow_right_sm.svg") no-repeat
    center/contain;
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
.SelfActivation .btn_wrap.danger {
  border-color: #ff2929;
  color: #ff2929;
  padding: unset;
  height: 20px;
  border: unset;
  text-decoration: underline;
}
.SelfActivation .btn_wrap.danger:hover {
  background-color: unset;
  opacity: 0.6;
}
.SelfActivation .btn_wrap.danger::after {
  display: none;
}
.SelfActivation .process_item .mo_btn_area {
  display: none;
}
.SelfActivation .process_item .info_text_wrap {
  font-size: 13px;
  margin-top: 20px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .SelfActivation .process_item .head_area {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .SelfActivation .process_item .sub_badge {
    position: absolute;
    right: 0;
    top: 0;
  }
  .SelfActivation .process_list .process_item {
    padding: 24px;
    margin-bottom: 20px;
  }
  .SelfActivation .process_item .head_area .type_wrap {
    flex-direction: column;
    gap: 12px;
  }
  .SelfActivation .process_item .head_area .type_wrap .type_name {
    font-size: 16px;
  }
  .SelfActivation .process_item .step_list {
    flex-direction: column;
    gap: 10px;
  }
  .SelfActivation .step_list .step_item {
    text-align: left;
  }
  .SelfActivation .step_item .text_wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: unset;
  }
  .SelfActivation .step_item .text_wrap .text {
    position: relative;
    padding-left: 22px;
  }
  .SelfActivation .step_item .text_wrap .text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/Views/web/images/pages/SelfActivation/icon_next_step_number01.svg")
      no-repeat center/contain;
    width: 16px;
    height: 16px;
  }
  .SelfActivation .number1 .step_item .text_wrap .text::before {
    background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number01.svg");
  }
  .SelfActivation .number2 .step_item .text_wrap .text::before {
    background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number02.svg");
  }
  .SelfActivation .number3 .step_item .text_wrap .text::before {
    background-image: url("/Views/web/images/pages/SelfActivation/icon_next_step_number03.svg");
  }
  .SelfActivation .step_list .next_step {
    display: none;
  }
  .SelfActivation .step_item .text_wrap .text .block {
    display: inline-block;
  }
  .SelfActivation .step_item .text_wrap .modal_btn_wrap {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    margin: unset;
    white-space: nowrap;
    background-color: unset;
    border: 1px solid #838383;
    color: #333;
  }
  .SelfActivation .step_item .text_wrap .modal_btn_wrap::before {
    background-image: url("/Views/web/images/common/icon_info.svg");
    width: 13px;
  }
  .SelfActivation .btn_wrap {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
  }
  .SelfActivation .btn_wrap.mo_hide {
    display: none;
  }
  .SelfActivation .process_item .mo_btn_area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }
  .SelfActivation .process_item .mo_btn_area .btn_wrap {
    margin: 0;
    background-color: #838383;
    color: #fff;
    border: unset;
  }
  .SelfActivation .process_item .mo_btn_area .btn_wrap::after {
    display: none;
  }
  .SelfActivation .process_item .mo_btn_area .btn_wrap.danger {
    height: 28px;
    background-color: unset;
    color: #ff2929;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .SelfActivation .process_list .process_item {
    padding: 20px;
  }
}
.SelfActivation .customer_wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.SelfActivation .customer_wrap .left,
.SelfActivation .customer_wrap .right {
  flex: 1;
}
.SelfActivation .customer_wrap .subTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.SelfActivation .customer_wrap .subTitle .img_wrap {
  width: 24px;
}
.SelfActivation .customer_wrap .text_wrap {
  line-height: 1.6;
}
.SelfActivation .customer_wrap .text_wrap .label {
  font-weight: 600;
  color: #8a8a8a;
  display: inline-block;
  margin-right: 12px;
  min-width: 116px;
}
.SelfActivation .customer_wrap .text_wrap .point {
  color: #6500c9;
  margin-right: 6px;
  min-width: unset;
}
.SelfActivation .customer_wrap .text_wrap .charge::before {
  content: "(유료)";
  font-size: 14px;
  color: #636363;
}
.SelfActivation .customer_wrap .text_wrap .free::before {
  content: "(유료)";
  font-size: 14px;
  color: #636363;
}
.SelfActivation .customer_wrap .notice_list {
  margin-top: 12px;
}
.SelfActivation .customer_wrap .notice_list .notice_item {
  font-size: 14px;
}
.SelfActivation .serviceNotice_wrap {
  padding: 32px;
  border-radius: 16px;
  background-color: #ededed;
}
.SelfActivation .serviceNotice_wrap .title {
  font-size: 18px;
  margin-bottom: 12px;
  display: inline-block;
}
.SelfActivation .serviceNotice_list .list_item {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.SelfActivation .serviceNotice_list .list_item::before {
  content: "•";
  color: #9b9b9b;
  width: 6px;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .SelfActivation .customer_wrap {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .SelfActivation .customer_wrap .subTitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .SelfActivation .customer_wrap .subTitle .img_wrap {
    width: 20px;
  }
  .SelfActivation .customer_wrap .text_wrap {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .SelfActivation .customer_wrap .text_wrap:last-child {
    margin-bottom: unset;
  }
  .SelfActivation .customer_wrap .text_wrap .label {
    display: block;
    min-width: unset;
  }
  .SelfActivation .customer_wrap .notice_list {
    margin-top: 8px;
  }
  .SelfActivation .customer_wrap .notice_list .notice_item {
    font-size: 13px;
  }
  .SelfActivation .serviceNotice_wrap {
    padding: 20px;
  }
  .SelfActivation .serviceNotice_wrap .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .SelfActivation .serviceNotice_list .list_item {
    font-size: 13px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes showHideA {
  0%,
  5% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  45%,
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  95%,
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes showHideB {
  0%,
  5% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  45%,
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  95%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes popBounceA {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  48% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  92% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popBounceB {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  40% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  48% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  92% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
