@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css";
@import "https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css";
/* [project]/src/styles/userWeb/common.css [app-client] (css) */
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .inner {
    padding: 0 16px;
  }
}

#skip a {
  color: #fff;
  text-align: center;
  z-index: 9999;
  background: #333;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  top: -100px;
  left: 0;
}

#skip a:focus, #skip a:active {
  outline: 3px solid #fc0;
  top: 0;
}

.header {
  border-bottom: 1px solid #eee;
  width: 100%;
}

.header.portal .web.inner {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.header.portal .web .nav li {
  display: inline-block;
}

.header.portal .web .nav li a {
  margin-right: 60px;
  font-size: 20px;
  font-weight: 800;
}

.header.portal .web .nav li:last-child a {
  margin-right: 0;
}

.header.portal .nav li a img {
  vertical-align: middle;
  margin-left: 4px;
}

.header.portal .web h1 img, .header.portal .app .flex-sb h1 img, .header.portal .app .logo-area img {
  width: auto;
  height: 58px;
  display: block;
}

.header.portal .app .moMenu {
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100vh;
  transition: right .35s;
  position: fixed;
  top: 0;
  right: -100%;
}

.header.portal .app .flex-sb {
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 80px;
  padding: 0 24px;
}

.header.portal .app .moMenu.active {
  right: 0;
}

.header.portal .app ul li {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  height: 72px;
  line-height: 72px;
}

.header.portal .app ul li a {
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .header.portal .web {
    display: none !important;
  }

  .header.portal .app {
    display: block !important;
  }
}

.footer {
  color: #fff;
  background-color: #2c2f42;
  padding: 40px 0;
}

.footer .innerContainer {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.footer .footerInfoWrap {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.footer .footerLogo img {
  height: 58px;
}

.footer .addressArea address, .footer .addressArea address a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.footer .addressArea address a.goLink {
  color: #fff;
  text-decoration: none;
}

.footer .addressArea address a.goLink:after {
  content: "";
  vertical-align: middle;
  background: url("/images/icon/ico_newtab_20_w.png") center / 16px no-repeat;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 4px;
  display: inline-block;
}

.footer .addressArea address span {
  color: #666;
  margin: 0 10px;
}

.footer .copyright {
  color: #999;
  margin-top: 10px;
  font-size: 14px;
}

.footer .footerLinkWrap {
  gap: 8px;
  display: flex;
}

.footer .siteSelectBox {
  width: 220px;
  position: relative;
}

.footer .customSelect {
  color: #333;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("/images/userWeb/icon/ico_dropdown_24.png");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-family: NanumSquare, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .2s;
}

.footer .customSelect:focus {
  border-color: #00b187;
  box-shadow: 0 0 0 2px #11a34d33;
}

.footer .customSelect::-ms-expand {
  display: none;
}

@media (max-width: 1024px) {
  .footer .innerContainer {
    text-align: center;
    flex-direction: column;
    gap: 30px;
  }

  .footer .footerInfoWrap {
    align-items: center;
  }

  .footer .siteSelectBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.article-content-html {
  word-break: break-word;
  line-height: 1.6;
}

.article-content-html p {
  margin: 0 0 .75em;
}

.article-content-html p:last-child {
  margin-bottom: 0;
}

.article-content-html strong {
  font-weight: 700;
}

.article-content-html ul, .article-content-html ol {
  margin: .5em 0;
  padding-left: 1.5em;
}

.article-content-html a {
  color: #2563eb;
  text-decoration: underline;
}

.article-content-html a:hover {
  color: #1d4ed8;
}

.article-content-html h1, .article-content-html h2, .article-content-html h3 {
  margin: 1em 0 .5em;
  font-weight: 700;
}

.article-content-html h1 {
  font-size: 1.5em;
}

.article-content-html h2 {
  font-size: 1.25em;
}

.article-content-html h3 {
  font-size: 1.1em;
}

.article-content-html table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
}

.article-content-html th, .article-content-html td {
  vertical-align: top;
  text-align: left;
  border: 1px solid #ccc;
  padding: 8px 10px;
}

.article-content-html th {
  background: #0000000d;
  font-weight: 600;
}

.article-content-html figure.table {
  margin: 1em 0;
}

/* [project]/src/styles/userWeb/default.css [app-client] (css) */
body, body:before, body:after, body *, body :before, body :after {
  box-sizing: border-box;
}

.clear:before, .clear:after {
  content: "";
  clear: both;
  display: block;
}

.sr-only, .blind {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:root {
  --primary: #0b8e41;
  --primary-light: ;
  --gray50: #fafafa;
  --gray100: #eee;
  --gray200: #ccc;
  --gray300: #bdbdbd;
  --gray400: #9e9e9e;
  --gray500: #757575;
  --gray600: #616161;
  --gray700: #424242;
  --gray900: #212121;
  --error: #ef4034;
  --warning: #ff8400;
  --success: #388e3c;
  --info: #2b82e9;
  --bg-op30: no-repeat center / 30px auto;
  --bg-op24: no-repeat center / 24px auto;
  --bg-op20: no-repeat center / 20px auto;
  --bg-op16: no-repeat center / 16px auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

body * {
  color: #212121;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

html, body {
  height: 100%;
}

html {
  letter-spacing: -.02em;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  tap-highlight-color: #0000;
  -webkit-tap-highlight-color: #0000;
  height: 100%;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

body {
  color: #212121;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
  height: 100%;
  letter-spacing: -2.5%;
  background: #fff;
  min-width: fit-content;
  margin: 0;
  padding: 0;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  position: relative;
  min-width: 360px !important;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: center;
}

img, fieldset {
  border: 0;
}

input[type="tel"], input[type="time"], input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="file"], input[type="url"], input[type="number"], input[type="date"] {
  color: #212121;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 0 14px;
  font-size: 14px;
}

.input {
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 0 14px;
  font-size: 14px;
}

input.input {
  appearance: none;
  height: 48px;
}

textarea.input {
  height: 120px;
}

.input::-webkit-input-placeholder {
  color: var(--gray400);
  letter-spacing: -.5px;
  font-size: 14px;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  height: 130px;
  padding: 14px !important;
}

input[readonly], input[disabled], textarea[readonly], textarea[disabled] {
  color: var(--sub-text);
  background: #f7f7f7;
  font-size: 14px;
}

.input:not(input[readonly]):focus {
  border: 1px solid var(--primary);
  box-shadow: 0 2px 4px #0000004d 0 0 4px #565b7633;
  outline: none;
}

textarea::-moz-placeholder {
  color: #9e9e9e;
  box-sizing: border-box;
  letter-spacing: -.5px;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

input::-moz-placeholder {
  color: #9e9e9e;
  box-sizing: border-box;
  letter-spacing: -.5px;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

textarea::placeholder, input::placeholder {
  color: #9e9e9e;
  box-sizing: border-box;
  letter-spacing: -.5px;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

textarea::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
  box-sizing: border-box;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 14px;
  transition: all .5s;
}

input::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
  box-sizing: border-box;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  font-size: 14px;
  transition: all .5s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.termsWrap input[type="date"] {
  appearance: none;
  padding: 0 6px !important;
}

.termsWrap input[type="date"]::-webkit-calendar-picker-indicator {
  color: #0000;
  background: none;
}

.input:focus, input:focus, select:focus, textarea:focus {
  border: 1px solid var(--primary);
  box-shadow: 0 4px 4px #0000000f, 0 0 5px #394bb280;
}

select {
  color: #212121;
  vertical-align: middle;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
  background: #fff url("/images/userWeb/icon/ico_dropdown_24.png") 97% / 16px no-repeat;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  padding: 0 14px;
  font-size: 14px;
}

.inlineBlock {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.op-5 {
  opacity: .5;
}

.op-3 {
  opacity: .3;
}

.border-btm-1px {
  border-bottom: 1px solid #eee;
}

.relative {
  position: relative;
}

.mg-0 {
  margin: 0 !important;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.pd-0 {
  padding: 0 !important;
}

.pd-16 {
  padding: 0 16px !important;
}

.pd-24 {
  padding: 24px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.w-24 {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.w-after-24:after {
  content: "";
  width: 24px;
  height: 24px;
}

.w-30 {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.w-after-30:after {
  content: "";
  width: 30px;
  height: 30px;
}

.w-20 {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.w-after-20:after {
  content: "";
  width: 20px;
  height: 20px;
}

.middle {
  vertical-align: middle !important;
}

.wd-16 {
  width: 16% !important;
}

.wd-20 {
  width: 20% !important;
}

.wd-25 {
  width: 25% !important;
}

.wd-33 {
  width: 33.3333% !important;
}

.wd-40 {
  width: 40% !important;
}

.wd-48 {
  width: 48% !important;
}

.wd-50 {
  width: 50% !important;
}

.wd-60 {
  width: 60% !important;
}

.wd-70 {
  width: 70% !important;
}

.wd-80 {
  width: 80% !important;
}

.wd-100 {
  width: 100%;
}

.bd-8 {
  font-size: 8px;
  font-weight: 800;
}

.bd-12 {
  font-size: 12px;
  font-weight: 800;
}

.bd-14 {
  font-size: 14px;
  font-weight: 800;
}

.bd-15 {
  font-size: 15px;
  font-weight: 800;
}

.bd-16 {
  font-size: 16px;
  font-weight: 800;
}

.bd-18 {
  font-size: 18px;
  font-weight: 800;
}

.bd-20 {
  font-size: 20px;
  font-weight: 800;
}

.bd-24 {
  font-size: 24px;
  font-weight: 800;
}

.bd-32 {
  font-size: 32px;
  font-weight: 800;
}

.md-12 {
  font-size: 12px;
  font-weight: 500;
}

.md-14 {
  font-weight: 500 !important;
}

.md-16 {
  font-size: 16px;
  font-weight: 500;
}

.md-18 {
  font-size: 18px;
  font-weight: 500;
}

.md-20 {
  font-size: 20px;
  font-weight: 500;
}

.md-24 {
  font-size: 24px;
  font-weight: 500;
}

.sub-text {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
}

.sub-text-14 {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}

.sub-text-16 {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}

.sub-text-18 {
  color: #616161;
  font-size: 18px;
  font-weight: 400;
}

.sub-text-light {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
}

.text-hidden {
  text-indent: -9999px;
  display: inline-block;
}

.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.flex_center {
  justify-content: center;
}

.flex {
  align-items: center;
  gap: 3%;
  display: flex !important;
}

.flex-sb {
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  display: flex !important;
}

.flex-sb-top {
  justify-content: space-between;
  align-items: top;
  gap: 3%;
  display: flex;
}

.gap-mini {
  gap: 8px !important;
}

.new:after {
  content: "N";
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background: #c54831;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.required:after {
  content: "*";
  color: #c54831;
  margin-left: 4px;
  font-size: 15px;
}

button {
  cursor: pointer;
  letter-spacing: -.02em;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: NanumSquareRound, Pretendard GOV Variable, Pretendard GOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

.btnWrap {
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.btn {
  color: #fff;
  background: var(--primary);
  border-radius: 4px;
  width: 100%;
  height: 56px;
  font-weight: 800;
}

/* [project]/src/styles/userWeb/fonts.css [app-client] (css) */


/* [project]/src/styles/userWeb/alertModal.css [app-client] (css) */
.userWebAlertModal-overlay {
  z-index: 10000;
  box-sizing: border-box;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  animation: .2s ease-out userWebAlertModalFadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.userWebAlertModal-container {
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  padding: 28px 24px;
  animation: .25s ease-out userWebAlertModalSlideIn;
  position: relative;
  box-shadow: 0 10px 40px #0003;
}

.userWebAlertModal-iconWrap {
  text-align: center;
  margin-bottom: 16px;
}

.userWebAlertModal-iconWrap svg {
  vertical-align: middle;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.userWebAlertModal-title {
  color: #111;
  text-align: center;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.userWebAlertModal-message {
  color: #555;
  text-align: center;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.userWebAlertModal-footer {
  justify-content: center;
  display: flex;
}

.userWebAlertModal-footer .userWebAlertModal-btnConfirm {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  min-width: 100px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .2s;
}

.userWebAlertModal-footer .userWebAlertModal-btnConfirm:hover {
  opacity: .9;
}

.userWebAlertModal-footer .userWebAlertModal-btnConfirm:focus-visible {
  outline-offset: 2px;
  outline: 2px solid;
}

.userWebAlertModal-container.userWebAlertModal-success {
  border-top: 4px solid #0d6efd;
}

.userWebAlertModal-container.userWebAlertModal-success .userWebAlertModal-btnConfirm {
  color: #fff;
  background-color: #0d6efd;
}

.userWebAlertModal-container.userWebAlertModal-danger {
  border-top: 4px solid #d63a3a;
}

.userWebAlertModal-container.userWebAlertModal-danger .userWebAlertModal-btnConfirm {
  color: #fff;
  background-color: #d63a3a;
}

@keyframes userWebAlertModalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes userWebAlertModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .userWebAlertModal-container {
    border-radius: 10px;
    padding: 24px 20px;
  }

  .userWebAlertModal-title {
    font-size: 17px;
  }

  .userWebAlertModal-message {
    font-size: 13px;
  }
}

/*# sourceMappingURL=src_styles_userWeb_a16b038a._.css.map*/