@import "reset.css";

/* >>>>>>>> 모달 */

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  position: fixed;
  /* z-index: 998; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  margin: 15% auto;
   background-color: rgba(157, 95, 234, 1);
  max-width: 50vh;
  position: relative;
  z-index: 999;
}
.close-button {
  text-align: center;
  width: 100%;
  padding: 20px;
  color: white;
  background-color: rgba(157, 95, 234, 1);
  cursor: pointer;
}

  .close-button.modal2 {
  background-color: rgba(228, 60, 130, 1)
  }

/* >>>>>>>> 공통 사용 */
.background-div {
  /* 배경 이미지로 사용할 파일 경로 설정 */
  background-color: #08030c; /* 배경 색상 설정 (따옴표 제거) */
  background-size: cover; /* 이미지가 div의 크기에 맞게 조정되도록 설정 */
  background-position: center; /* 이미지가 div의 중앙에 위치하도록 설정 */
  background-repeat: no-repeat; /* 이미지가 반복되지 않도록 설정 */
  height: 100%;
  min-height: 100vh; /* 높이를 화면 뷰포트의 100%로 설정 */
  width: 100%; /* 너비를 100%로 설정 */
  position: relative;
  z-index: 1;
}

.container {
  margin: 0 auto;
  position: relative;
  z-index: 2; /* 더 높은 z-index로 내용을 배경 위에 표시 */
  color: white;
  max-width: 1400px;
  padding: 0 24px;
}

.section_title {
  color: #9543e7;
  font-size: 58px;
  font-weight: bold;
  line-height: 72px;
}

.section_desc {
  color: #f18fb8;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-top: 14px;
}

.section_title.section2 {
  text-align: center;
}
.section_desc.section2 {
  text-align: center;
}

.section_title.section3 {
  text-align: start;
  margin-left: 70px;
}
.section_desc.section3 {
  text-align: start;
  margin-left: 50px;
}

.section_title.title_resposive_section3 {
  text-align: center;
  display: none;
}
.section_desc.desc_resposive_section3 {
  text-align: center;
  display: none;
}

.image_left {
  display: flex;
  justify-content: flex-end;
}
.display_mobile {
  display: none;
}

/* >>>>>>>> 헤더영역  */
.header {
  height: 80;
  padding: 40px 0px 0px;
  display: flex;
  justify-content: flex-end;
}

#login_button {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid#E43C82;
  border-radius: 6px;
  width: 119px;
  height: 46px;
  color: #e43c82;
  font-size: 24px;
  font-weight: 700;
}

/* 비디오 영억  */
.video_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
  background: none;
}

.hero_video::-webkit-media-controls-background {
  background: none !important;
}

.hero_video::-moz-media-controls-background {
  background: none !important;
}

.hero_video::-ms-media-controls-background {
  background: none !important;
}

.hero_text_desktop {
  color: #9543e7;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  opacity: 0;
  margin-top: 60px;
}
.hero_text_mobile {
  display: none;
  color: #9543e7;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  opacity: 0;
  margin-top: 60px;
}

/* >>>>>>>> 1. 가상자산 보관을 위한 강력한 보안 기술 이미지 3개 */
.security_container {
  margin-top: 220px;
}
.security_features_container {
  display: flex;
  justify-content: space-between;
}

/* 보안영역 콜드월렛 이미지 css */
.security_feature_coldwallet_desktopbox {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  row-gap: 90px;
  padding: 85px 55px;
  height: 743px;
  width: 650px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.security_feature_coldwallet_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.coldwallet_desktop_image {
  max-width: 521px;
  max-height: 372px;
}

/* 보안영역 2개이상 서명 css */
.two_authentication_authentication_encode_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}

.security_feature_two_authentication_desktopbox {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
  padding: 80px 32px 60px 58px;
  height: 392px;
  width: 650px;
  border-radius: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.security_feature_two_authentication_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.two_authentication_desktop_image {
  max-width: 396px;
  max-height: 119px;
}

/* 보안영역 암호화 css */
.security_feature_encode_desktop_desktopbox {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
  padding: 80px 58px;
  height: 392px;
  width: 650px;
  border-radius: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.security_feature_encode_desktop_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.encode_desktop_desktop_image {
  max-width: 465px;
  max-height: 113px;
}

/* >>>>>>>>  2. 법인을 위한 효율적인 관리 시스템 이미지 4개 */
.management_container {
  margin-top: 220px;
}
.management_features_container {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}

/* 매니지먼트 영역 box, text */
.management_features_desktopbox {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 78px;
  padding: 80px 92px 50px 58px;
  height: 543px;
  width: 650px;
  border-radius: 20px;
  background-color: #eef0f21a;
}
.management_features_text {
  color: #ffffff;

  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.management_image_balance {
  max-width: 235px;
  max-height: 242px;
}

.management_image_chart {
  max-width: 264px;
  max-height: 154px;
  margin-top: 20px;
}

.management_image_two_authentication {
  max-width: 357px;
  max-height: 247px;
}
.management_image_time {
  max-width: 375px;
  max-height: 152px;
  margin-top: 60px;
}

/* >>>>>>>>  3. 완벽한 규제 준수로 안심할 수 있는 서비스 */
.regulation_container {
  margin-top: 220px;
}
.regulation_features_container {
  display: flex;
  justify-content: space-between;
}

.regulation_section_title_container {
  display: flex;
}

/* 피해 보상 이미지 css */
.regulation_feature_compensation_desktopbox {
  margin-top: 66px;
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  padding: 80px 91px 60px 58px;
  height: 785px;
  width: 650px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.regulation_feature_compensation_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.regulation_compensation_desktop_image {
  max-width: 247px;
  max-height: 290px;
}

/* 정식인가 css */
.regulation_authentication_keep_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 50px;
}

.regulation_feature_authentication_desktopbox {
  display: flex;
  flex-direction: column;
  row-gap: 54px;
  padding: 80px 85px 60px 58px;
  height: 392px;
  width: 650px;
  border-radius: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.regulation_feature_authentication_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.regulation_authentication_desktop_image {
  max-width: 445px;
  max-height: 65px;
}

/* 분리보관 css */
.regulation_feature_keep_desktop_desktopbox {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 80px 65px 60px 58px;
  height: 436px;
  width: 650px;
  border-radius: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #584fbc80, #4a256e80);
}
.regulation_feature_keep_desktop_text {
  span {
    color: #9543e7;
  }
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.regulation_feature_keep_desktop_image {
  max-width: 363px;
  max-height: 124px;
}

/* >>>>>>>>  4. 2021.09.08 정보보호관리체계(ISMS) 인증획득 */

.isms_Container {
  border-radius: 20px;
  height: 450px;
  padding: 80px 56px;
  display: flex;
  align-items: center;
  column-gap: 180px;
  background-color: #eef0f21a;
  margin-top: 220px;
}
.isms_Text_Container {
  display: flex;
  flex-direction: column;
  row-gap: 84px;
  max-width: 770px;
}
.isms_desc_text1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
}
.isms_desc_text2 {
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
}

.isms_image_hover_Container {
  position: relative;
  z-index: 800;
  padding: 40px;
  border-radius: 50%; /* 호버 정보의 포지셔닝 컨텍스트 설정 */
}

.isms_image {
  width: 292px;
  height: 292px;
}
.hover_content {
  position: absolute; /* 절대 위치 */
  top: 300px; /* 이미지 높이보다 약간 더 높게 설정 */
  left: 50%; /* 부모 컨테이너 중앙에 배치 */
  transform: translateX(-50%); /* 좌측으로 자신의 폭의 50%만큼 이동 */
  min-width: 525px;
  height: auto;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.7); /* 배경색과 투명도 설정 */
  display: none; /* 기본적으로 숨김 */
  color: white; /* 텍스트 색상 */
  z-index: 800;
  border-radius: 10px;
}
.hover_content_text {
  /* font-weight: 400; */
  font-size: 22px;
  line-height: 34px;
}
.hover_content_text.mt {
  font-size: 22px;
  line-height: 34px;
  margin-top: 10px;
}
.hover_content_text span {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}

.isms_image_hover_Container:hover > .hover_content {
  display: block; /* 마우스 오버 시 보이게 설정 */
}

/* >>>>>>>>  5. 가상자산을 보다 안전하고 효율적으로 관리하세요. */

.protect_digital_asset {
  margin-top: 271px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 86px;
  line-height: 124px;
  font-weight: 700;
  text-align: center;
}

.gradientText {
  position: relative;
  background-image: linear-gradient(to right, #9543e7, #9543e7);
  z-index: 1;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradientText::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
}

.transitionOn::before {
  opacity: 1;
}

.gradient_HTML::before {
  content: "가상자산을 보다 안전하고";
  background-image: linear-gradient(to right, #e43c82, #584fbc);
}

.gradient_CSS::before {
  content: "효율적으로 관리하세요";
  background-image: linear-gradient(to right, #e43c82, #584fbc);
}
.sign_up_button_container {
  padding: 73px 0 195px;
}
#sign_up_button {
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-image: linear-gradient(to right, #e43c82, #584fbc);
  border-radius: 55px;
  width: 315px;
  height: 94px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
/* >>>>>>>>  6. 푸터 */
.nav_border_Bottom {
  border-bottom: 1px solid #858585;
  padding-bottom: 25px;
}
.footer_section_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer_section_container.info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 24px 115px;
  height: 100%;
  color: white;
}

.menu_nav ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  color: #ffffff;
  row-gap: 20px;
}

.menu_nav li:nth-child(2) {
  font-weight: bold;
}
.menu_nav li span {
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
}

.menu-link-btn {
  color: #ffffff;
  text-decoration: none;
}

.company_tile {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

.companyInfo_desktop {
  display: block;
}

.company_desktop_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company_desktop_list li {
  color: white;
  margin-bottom: 5px;
  line-height: 25px;
  letter-spacing:-2%
}
.company_desktop_list li span {
  color: white;
  margin-right: 20px;
  margin-left: 20px;
}

.companyInfo_mobile {
  display: none;
}

.company_mobile_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company_mobile_list li {
  color: #a5a5a5;
  margin-bottom: 10px;
  letter-spacing:-2%
}

.copyright-type-txt {
  margin-bottom: 20px;
}

.social-list {
  margin-bottom: 20px;
}

.tooltip-wrap {
  display: flex;
  align-items: center;
}

.figure-area {
  margin-right: 10px;
}

.figure-area img {
  width: 80px;
  height: auto;
}

.figcaption {
  font-size: 12px;
}

.figcaption-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.figcaption-list li {
  margin-bottom: 5px;
}

/* >>>>>>>> 반응형  */

@media (max-width: 1500px) {
  /* 보안기술 */
  .security_features_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }
  .section_title.section1 {
    text-align: center;
  }
  .section_desc.section1 {
    text-align: center;
  }

  /* 매니지 먼트 */
  .management_features_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* 규제 준수 */
  .regulation_section_title_container {
    display: none;
  }

  .section_desc.section3 {
    display: none;
  }

  .section_title.title_resposive_section3 {
    text-align: center;
    display: block;
  }
  .section_desc.desc_resposive_section3 {
    text-align: center;
    display: block;
  }

  .regulation_features_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 66px;
  }
  .regulation_feature_compensation_desktopbox {
    height: 700px;
    margin-top: 50px;
  }
  .image_left {
    display: flex;
    justify-content: flex-end;
  }
  /* isms 인증 */
  .isms_Container {
    width: 650px;
    height: 100%;
    flex-direction: column;
    row-gap: 80px;
    margin: 220px auto 0px;
  }
  /* 가장자산을 보다 안전하고 효율적으로 관리하세요 */
  .protect_digital_asset {
    margin-top: 180px;
    font-size: 60px;
    line-height: 90px;
  }
  /* 모달 */
  .modal-content {
    max-width: 500px;
    width: "fit-content";
  }
}
@media (max-width: 1200px) {
  /* 모달 */
  .modal-content {
    max-width: 450px;
    width: "fit-content";
  }
}

@media (max-width: 900px) {
  /* 공통 */
  .display_none_mobile.md {
    display: none;
  }
  .display_mobile {
    display: block;
  }
  .section_title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
  .section_desc {
    font-size: 20px;
    line-height: 30px;
  }

  .image_center_mobile {
    display: flex;
    justify-content: center;
  }
  .image_center_mobile.ml {
    margin-left: 40px;
  }

  /* 헤더 */
  .header {
    padding: 36px 0px 0px;
  }

  #login_button {
    width: 100px;
    height: 38px;
    color: #e43c82;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }
  /* 비디오 영역  */
  .video_container {
    margin-top: 40px;
    height: 210px;
  }
  .hero_text_desktop {
    display: none;
  }
  .hero_text_mobile {
    display: block;
  }
  /* 보안 영역  */
  .security_container {
    margin-top: 200px;
  }

  .security_feature_coldwallet_desktopbox {
    width: 100%;
    max-width: 327px;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }
  .security_feature_coldwallet_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .coldwallet_desktop_image {
    max-width: 135px;
    max-height: 380px;
  }
  .security_feature_two_authentication_desktopbox {
    width: 100%;
    max-width: 327px;
    height: 100%;
    padding: 42px 16px;
  }
  .security_feature_two_authentication_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .two_authentication_desktop_image {
    max-width: 173px;
    max-height: 194px;
  }

  .security_feature_encode_desktop_desktopbox {
    width: 100%;
    max-width: 327px;
    height: 100%;
    padding: 42px 16px;
  }
  .security_feature_encode_desktop_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .encode_desktop_desktop_image {
    max-width: 215px;
    max-height: 173px;
  }

  /* 매니지 먼트 영역 */
  .management_container {
    margin-top: 180px;
  }

  .management_features_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .management_features_desktopbox {
    max-width: 325px;
    min-width: 325px;
    min-height: 325px;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }

  .management_image_balance {
    max-width: 138px;
    max-height: 143px;
  }
  .management_image_chart {
    max-width: 176px;
    max-height: 102px;
    margin-top: 0;
  }
  .management_image_two_authentication {
    max-width: 295px;
    max-height: 143px;
  }
  .management_image_time {
    max-width: 208px;
    max-height: 84px;
    margin-top: 30px;
  }

  /* 규제 영역 */
  .regulation_container {
    margin-top: 180px;
  }

  .regulation_feature_compensation_desktopbox {
    max-width: 327px;
    min-width: 327px;
    height: 100%;
    padding: 42px 16px;
    margin-top: 50px;
    row-gap: 40px;
  }
  .regulation_feature_authentication_desktopbox {
    max-width: 327px;
    min-width: 327px;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }
  .regulation_feature_keep_desktop_desktopbox {
    max-width: 327px;
    min-width: 327px;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }

  .regulation_feature_compensation_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .regulation_feature_authentication_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .regulation_feature_keep_desktop_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .regulation_authentication_desktop_image {
    max-width: 132px;
    max-height: 112px;
  }
  .regulation_feature_keep_desktop_image {
    max-width: 272px;
    max-height: 104px;
  }
  .regulation_compensation_desktop_image {
    max-width: 130px;
    max-height: 143px;
  }
  .image_left {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  /* isms 인증 */
  .isms_Container {
    max-width: 325px;
    min-width: 325px;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
    margin: 180px auto 0px;
  }

  .isms_desc_text1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
  }
  .isms_desc_text2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .isms_image {
    width: 146px;
    height: 146px;
  }
  /* 가장자산을 보다 안전하고 효율적으로 관리하세요 */
  .protect_digital_asset {
    margin-top: 180px;
    font-size: 30px;
    line-height: 42px;
  }

  .sign_up_button_container {
    padding: 65px 0 195px;
  }
  #sign_up_button {
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-image: linear-gradient(to right, #e43c82, #584fbc);
    border-radius: 32px;
    width: 138px;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
  }
  /* isms 호버영역 */
  .hover_content {
    position: absolute; /* 절대 위치 */
    top: 170px; /* 이미지 높이보다 약간 더 높게 설정 */
    left: 50%; /* 부모 컨테이너 중앙에 배치 */
    transform: translateX(-50%); /* 좌측으로 자신의 폭의 50%만큼 이동 */
    min-width: 297px;
    height: auto;
    padding: 24px;
  }
  .hover_content_text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 2;
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 20px;
  }
  .hover_content_text.mt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .hover_content_text span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  /* 600px는 일반적인 모바일 장치 화면 크기 기준으로 설정 */
  .hero_text_mobile {
    font-size: 18px;
    line-height: 28px;
  }
  /* 푸터  */
  .menu_nav ul {
    flex-direction: column;
    row-gap: 20px;
  }

  .menu_nav li span {
    display: none;
  }
  .nav_border_Bottom {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 25px;
  }
  .footer_section_container.info {
    padding: 44px 14px 80px 24px ;
  }
  .companyInfo_desktop {
    display: none;
  }
  .companyInfo_mobile {
    display: block;
  }
  .modal-content {
    max-width: 400px;
    width: "fit-content";
  }

}

@media (max-width: 420px) {
  /* 600px는 일반적인 모바일 장치 화면 크기 기준으로 설정 */
  .hero_text_mobile {
    font-size: 18px;
    line-height: 28px;
  }
  .display_none_mobile {
    display: none;
  }
  .management_features_desktopbox {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }
  .regulation_feature_compensation_desktopbox {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }
  .regulation_feature_authentication_desktopbox {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }
  .regulation_feature_keep_desktop_desktopbox {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
  }

  .isms_Container {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 42px 16px;
    row-gap: 40px;
    margin: 180px auto 0px;
  }
  .modal-content {
    max-width: 320px;
    width: "fit-content";
  }
}

/* >>>>>>>> keyframes  */
@keyframes opacitySlow {
  from {
    /* transform: translateY(-100%); */
    opacity: 0;
  }
  to {
    /* transform: translateY(0); */
    opacity: 1;
  }
}
/* >>>>>>>> 애니메이션 */
.visible {
  animation: opacitySlow 1s ease-out forwards;
}

@keyframes slowDown {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slowDown {
  animation: slowDown 1s ease-out forwards;
}

/* @keyframes slowDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slowDown {
  animation: slowDown 1s ease-out forwards;
} */
