:root {
  --zeiss-ultradark: #333;
  --white: white;
  --zeiss-semiwhite: #f6f6f6;
  --black: black;
  --zeiss-indigo: #0F2DB3;
  --zeiss-semilight: #9b9b9b;
  --zeiss-dark: #4d4d4d;
  --zeiss-cyan: #008bd0;
  --zeiss-azur: #055ed2;
  --zeiss-sky-blue: #6ab0e2;
  --zeiss-arctic: #c6daf2;
  --zeiss-semidark: #666;
  --zeiss-medium: #7f7f7f;
  --zeiss-light: #bcbcbc;
  --zeiss-ultralight: white;
}

.fixed_event_modal {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    justify-content: center;
    height: 100%;
    z-index: 999;
}

.event_end_content {
    display: flex;
    width: 100%;
    max-width: 479px;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: white;
}

.fixed_event_modal.active {
    display: flex;   
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--zeiss-ultradark);
  text-wrap: balance;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section {
  background-color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section.gray {
  background-image: linear-gradient(180deg, var(--white), var(--zeiss-semiwhite) 35%);
}

.hero {
  background-color: var(--black);
  width: 100%;
  max-width: 479px;
  height: 100vh;
  max-height: 60em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  box-sizing: content-box;
  aspect-ratio: 1 / 1.678;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 120%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.heroobj {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px 20px 20px;
  display: flex;
  position: absolute;
  inset: 30px 0% 34px;
}

.txtbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txtbox._1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 40px;
}

.txtbox._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 60px;
}

.hero-label {
  color: var(--zeiss-indigo);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.hero-title {
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.hero-subtitle {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.hero-info {
  color: var(--zeiss-indigo);
  font-size: 14.5px;
  font-weight: 700;
}

.actionbox {
  justify-content: center;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 32px;
  height: auto;
}

.header {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0 auto;
}

.logo {
  width: 24px;
  height: 24px;
}

.link {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hero-fixed {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.txt-impact {
  color: var(--black);
  font-weight: 700;
}

.stack-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 120px;
  display: flex;
}

.txt-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.txt-sub {
  font-size: 14px;
  line-height: 20px;
  word-break: auto-phrase;
}

.txt-sub.center {
  text-align: center;
}

.scrollguide {
  justify-content: flex-start;
  align-items: flex-end;
  width: 0;
  height: 200vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.innerguide {
  height: 100vh;
}

.button {
  background-color: var(--zeiss-indigo);
  color: var(--white);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--zeiss-ultradark);
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.div-block-2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt-label {
  color: var(--zeiss-semilight);
  font-size: 12px;
  line-height: 18px;
}

.devide {
  background-color: var(--zeiss-semiwhite);
  width: 100%;
  height: 1px;
}

.devide._1 {
  background-color: var(--zeiss-ultradark);
}

.devide._2 {
  width: 1px;
  height: 80%;
  margin-top: 5%;
}

.bold {
  font-weight: 700;
}

.image-3 {
  z-index: 1;
  width: 269px;
  max-width: 100%;
  height: auto;
  margin-top: -30px;
  margin-left: auto;
  position: relative;
}

.foooter {
  background-color: var(--zeiss-dark);
  width: 100%;
  padding: 50px 20px;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 100dvh;
}

.white {
  color: var(--white);
}

.image-4 {
  width: 14px;
  height: 14px;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.en {
  font-family: ZEISS Frutiger Next UI, Arial, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.card-1 {
  position: relative;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  background-image: url('../images/cardbg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 270px;
  border-radius: 16px;
  flex-flow: column;
  padding: 30px 30px 60px;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.image-5 {
  width: auto;
  height: 20px;
}

.image-6 {
  width: 18px;
  height: 18px;
}

.container-1 {
  width: 100%;
  max-width: 479px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-step {
  color: var(--zeiss-semilight);
  font-family: ZEISS Frutiger Next UI, Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 700;
}

.txt-step1 {
  color: var(--zeiss-indigo);
  font-family: ZEISS Frutiger Next UI, Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 700;
}

.button-2 {
  background-color: var(--zeiss-semilight);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 479px;
  margin-left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
}

.button-2.activate {
  background-color: var(--zeiss-indigo);
}

.slider-container {
  width: 100%;
  min-height: 300px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.slider-right-arrow {
  width: 60px;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-content-wrapper {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  /* box-shadow: 2px 4px 10px #0003; */
}

.mask {
  height: auto;
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  z-index: 10;
  width: 60px;
  height: 100%;
  margin: 0;
  display: block;
  inset: 0% auto 0% 0%;
}

.slider {
  background-color: #0000;
  width: 300px;
  height: auto;
  position: static;
}

.slide {
  height: auto;
}

.slide-nav {
  inset: auto 0% 0%;
}

.image-7 {
  width: 100%;
  height: auto;
}

.div-block-9 {
  flex-flow: column;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.border {
  z-index: 2;
  border: 5px solid var(--zeiss-indigo);
  position: absolute;
  inset: 0%;
}

.form-block {
  margin-bottom: 0;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--zeiss-semilight);
  color: var(--zeiss-ultradark);
  height: 36px;
  margin-bottom: 0;
  padding: 0 4px;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: var(--zeiss-indigo);
  background-color: var(--white);
}

.text-field::placeholder {
  color: var(--zeiss-semilight);
}

.div-block-10 {
  display: flex;
  position: relative;
}

.image-8 {
  width: 23px;
  height: 36px;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  inset: 0% 4px 0% auto;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.listarea {
  flex-flow: column;
  max-height: 520px;
  display: flex;
  overflow: auto;
}

.listbox {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--white);
  flex-flow: column;
  padding: 20px;
  transition: background-color .4s;
  display: flex;
  position: relative;
  cursor: pointer;
}

.listbox a {
  align-self: flex-start;
  width: fit-content;
}

.listbox:hover, .listbox:active, .listbox:focus, .listbox.selected {
  background-color: var(--zeiss-semiwhite);
}

.txt-list {
  color: var(--zeiss-indigo);
  font-weight: 700;
}

.txt-listsub {
  color: var(--zeiss-semilight);
  font-family: ZEISS Frutiger Next UI, Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 20px;
}

.image-9 {
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 20px 20px auto auto;
  cursor: pointer;
}

.modal_p {
  position: absolute;
  inset: 20px 20px auto auto;
  cursor: pointer;
  color: var(--zeiss-semilight);
  text-decoration: underline;
  font-size: 0.8em;
}

.image-10 {
  width: 24px;
  height: 36px;
  position: absolute;
  inset: 0% 27px 0% auto;
}

.image-10.none {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 479px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px 20px;
  position: relative;
}

.form-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-11 {
  width: 24px;
  height: 36px;
  position: absolute;
  inset: 0% 4px 0% auto;
}

.image-11.none {
  display: none;
}

.checkbox {
  border: 1px solid var(--zeiss-semilight);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--zeiss-indigo);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-12 {
  width: 36px;
  height: 36px;
}

.txt-complete {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.text-span {
  color: var(--zeiss-indigo);
}

.container-3 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 479px;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  border: 1px solid var(--zeiss-semilight);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.image-13 {
  width: 14px;
  height: auto;
}

.div-block-17 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--zeiss-ultradark);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.section-1 {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 5em;
}

.stickybox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
  position: sticky;
  top: 0;
}

.videobox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
  top: 0;
}

.container-header {
  border-bottom: 1px solid #dfdfdf00;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 479px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-sub {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 479px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0 auto 50%;
  transform: translate(-50%);
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-done {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 479px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0 auto 50%;
  transform: translate(-50%);
}

.lottie-animation-1 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}


@font-face {
  font-family: 'ZEISS Frutiger Next UI';
  src: url('../fonts/ZEISSFrutigerNextUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ZEISS Frutiger Next UI';
  src: url('../fonts/ZEISSFrutigerNextUI-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Modal */
.modal {
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
}

.modal::-webkit-scrollbar {
  display: none !important;
}

.modal.active {
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity:1;
}

.modal-bg {
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 110%;
  background-color: #000000;
}

.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.map-modal .btn-x {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 2.9375rem;
  left: auto;
  right: 2.9375rem;
}

.logo-1 {
  width: 36px;
  height: 36px;
}

.container-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.txt-coupon {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.txt-couponsub {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.coupon {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.couponbox {
  background-color: var(--zeiss-indigo);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 77.5%;
  padding-bottom: 45%;
  position: relative;
}

.couponbox._1 {
  border-radius: 10px 0 0 10px;
  width: 22.5%;
}

.div-block-18 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  font-family: ZEISS Frutiger Next UI, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transform: rotate(-90deg);
}

.div-block-20 {
  width: 100%;
  display: flex;
}

.couponshadow {
  background-image: linear-gradient(180deg, var(--zeiss-indigo), white);
  opacity: .2;
  border-top-right-radius: 10px;
  width: 77.5%;
  padding-bottom: 10%;
  position: relative;
}

.couponshadow._1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 22.5%;
}

.cupon-button {
  background-color: var(--zeiss-ultradark);
  color: var(--white);
  border-radius: 50px;
  margin-top: 27px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}




@media all and (max-width: 1080px) {
  .map-modal .btn-x {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    top: 4.3518518519vw;
    right: 4.3518518519vw;
  }
}

.map-modal .btn-x:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.map-modal .btn-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.map-modal .btn-x:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.map-modal .btn-x:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.map-modal .modal-container {
  max-width: 500px;
  width: 85vw;
  height: 65.3vh;
}

#map_location {
  height: 65.3vh;
}

#map_location .map-marker {
  background: #0072ef;
  border-radius: 20px;
  padding: 5px 15px 5px 5px;
  color: #fff;
  white-space: nowrap;
}

#map_location .map-marker .map-marker-pointer {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0072ef;
  margin: 2rem 0 0 0.55rem;
}

#map_location .map-marker img {
  margin-right: 5px;
}

.alert-modal.active {
  z-index:998 !important;
}

.alert-modal .modal-container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72vw;
  max-width: 300px;
  min-height: 20.2vh;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media all and (max-width: 1080px) {
  .alert-modal .modal-container {
    padding-top: 7.962962963vw;
    padding-bottom: 5.2777777778vw;
  }
}

.alert-modal .alert-ttl {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15pt;
  color: #32373e;
}

@media all and (max-width: 1080px) {
  .alert-modal .alert-ttl {
    margin-bottom: 2.962962963vw;
    font-size: 4.4444444444vw;
  }
}

.alert-modal .alert-dec {
  font-size: 11pt;
  color: #606a76;
}

@media all and (min-width: 1081px) {
  .alert-modal .alert-dec {
    font-weight: 400;
  }
}

@media all and (max-width: 1080px) {
  .alert-modal .alert-dec {
    font-size: 3.5185185185vw;
  }
}

.alert-modal .btn-fill-gry {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 20px;
  padding: 4px 40px 6px;
  background-color: #32373e;
  font-size: 10pt;
  color: #ffffff;
  cursor: pointer;
}

@media all and (max-width: 1080px) {
  .alert-modal .btn-fill-gry {
    margin-top: 4.9074074074vw;
    padding: 1.6666666667vw 6.9444444444vw;
    font-size: 2.962962963vw;
  }
}

.alert-modal .alert-content {
  font-size: 1rem;
}
