.wrap {background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#IncreasedSupportModule {
  padding: 55px 0 0;
  line-height: initial;
  height: auto;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  position: absolute;
  top: 70px;
  right: 80px;
  z-index: 9999;
  width: 594px;
  min-height: 770px;
}
#IncreasedSupportModule .inner .section{
  padding: 0 32px;
}
#IncreasedSupportModule .module-title {
  font-size: 24px;
  font-weight: 700;
  color: #1cabe2;
  letter-spacing: -0.96px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1cabe2;
}
#IncreasedSupportModule .form-title h2 {
  font-size: 20px;
  color: #2d2926;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
#IncreasedSupportModule[data-step="3"] .form-title h2 {
  font-size: 16px;
  min-width: 90px;
}
#IncreasedSupportModule[data-step="3"] .type-flex + .type-flex {
  margin-top: 15px;
}
#IncreasedSupportModule .form-title label {
  color: #2d2926;
  line-height: 1.75;
  letter-spacing: -0.64px;
  display: inline-block;
  position: relative;
}
#IncreasedSupportModule .form-title label::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #1cabe2;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -1px;
}
#IncreasedSupportModule .contents-area {
  margin-top: 35px;
}
#IncreasedSupportModule .form-container {
  padding-bottom: 24px;
}
#IncreasedSupportModule[data-step="3"] .form-container {
  padding-bottom: 0;
}
#IncreasedSupportModule[data-step="4"] .form-container {
  padding-top: 15px;
  padding-bottom: 0;
}
#IncreasedSupportModule[data-step="4"] .form-container > span {
  font-size: 18px;
  letter-spacing: -0.72px;
}
#IncreasedSupportModule .form-summary {
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 1.5;
  margin: 35px 0 50px;
}
#IncreasedSupportModule .form-summary strong {
  color: #1cabe2;
}
#IncreasedSupportModule .type-flex .form-title h2 {
  margin-bottom: 0;
  margin-right: 40px;
}
#IncreasedSupportModule .type-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#IncreasedSupportModule .form-container + #IncreasedSupportModule .form-container {
  border-top: 1px solid #e5e6e8;
  padding-top: 40px;
}

#IncreasedSupportModule .form-items p {
  font-size: 20px;
}
#IncreasedSupportModule[data-step="3"] .form-items p {
  font-size: 16px;
}
#IncreasedSupportModule .ui-centify-block {
  justify-content: space-between;
}
#IncreasedSupportModule .col-left {
  width: 160px;
}

#IncreasedSupportModule .ui-centify-button {
  width: 100%;
  height: 56px;
  border: 1px solid #1cabe2;
  color: #1cabe2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
#IncreasedSupportModule .col-right {
  width: calc(100% - 192px);
}
#IncreasedSupportModule .ui-centify-input {
  display: block;
  width: 100%;
  height: 56px;                                                                                            
  padding: 0 16px;
  background: #fff;
  border: 1px solid rgb(229, 230, 232);
  font-size: 16px;
}

#IncreasedSupportModule .form-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.58px;
  margin-top: 15px;
}
#IncreasedSupportModule .form-text > p {
  position: relative;
  padding-left: 7px;
}
#IncreasedSupportModule .form-text > p::before {
  content:'*';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#IncreasedSupportModule .form-noti{
  padding: 16px 24px;
}

#IncreasedSupportModule .noti-box_blue {
  background: #e2f0f6;
  min-height: 63px;
}
#IncreasedSupportModule .noti-box_blue > span {
  font-size: 15px;
  color: #1cabe2;
  letter-spacing: -0.5px;
  vertical-align: middle;
}
#IncreasedSupportModule .noti-box_blue > span > strong {
  font-size: 18px;
}
#IncreasedSupportModule .noti-box_blue > span > a {
  text-decoration: underline;
  font-weight: 700;
}

#IncreasedSupportModule .noti-box_gray {
  background: #f8f9fb;
  margin-top: 40px;
} 
#IncreasedSupportModule .noti-box_gray > span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  /* font-weight: 300; */
  color: #2d2926;
  letter-spacing: -0.56px;
  line-height: 1.7;
}
#IncreasedSupportModule .noti-box_gray > span::before {
  content: ''; 
  display: block;
  width: 4px;
  height: 4px;
  background: #1cabe2;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

#IncreasedSupportModule .ui-radio-block.type-custom-input {
  margin-top: 8px;
}

#IncreasedSupportModule .type-submit {
  padding-top: 16px;
}
#IncreasedSupportModule .type-home {
  padding-top: 40px;
}
#IncreasedSupportModule .btn {
  display: inline-block;
  height: 56px;
  font-size: 20px;
  font-weight: bold;
}
#IncreasedSupportModule .btn.full {
  width: 100%;
}
#IncreasedSupportModule .btn.submit {
  background: #ffdc0e;
  color: #2d2926;
}
#IncreasedSupportModule .btn.home {
  background: #1cabe2;
  color: #fff;
}
#IncreasedSupportModule .btn-text {
  font-size: 16px;
  font-weight: 700;
  color: #1cabe2;
  letter-spacing: -0.64px;
  text-decoration: underline;
  position: relative;
}
#IncreasedSupportModule .btn-text::after {
  content:'>';
  display: inline-block;
  margin-left: 10px;
}
/* ëª¨ë°”ì¼ íˆ´ë°” */
#IncreasedSupportModule .mobile-toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1cabe2;
  text-align: center;
  display: none;
}
#IncreasedSupportModule .mobile-handle {
  display: none;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 24px;
  background-color: #1cabe2;
  background-image: url(../images/icon_support_module_handle_up@2x.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 24px;
  border-radius: 6px 6px 0 0;
}
#IncreasedSupportModule .mobile-handle.reverse {
  transform: rotate(180deg);
  border-radius: 0 0 6px 6px;
}
#IncreasedSupportModule .mobile-toolbar-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: -0.8px;
  margin: 15px 0;
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .wrap .bg .bg_pc {
    display: none;
  }
  .wrap .bg .bg_mo {
    display: block;
  }
  #IncreasedSupportModule {
    padding: 24px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    min-height: auto;
  }
  #IncreasedSupportModule .inner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  #IncreasedSupportModule.open .inner {
    display: block;
    overflow-y: visible;
  }
  #IncreasedSupportModule .inner .section {
    padding: 0 20px 10px;
    /* height: 33.33vh; */
    height: calc(100vh / 3);
    overflow-y: scroll;
  }
  #IncreasedSupportModule .contents-area {
    overflow: auto;
  }
  #IncreasedSupportModule .module-title {
    font-size: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  #IncreasedSupportModule .form-summary {
    font-size: 16px;
    margin: 0 0 35px;
  }
  #IncreasedSupportModule[data-step="2"] .form-container {
    padding-bottom: 0;
  }
  #IncreasedSupportModule[data-step="4"] .form-container > span {
    font-size: 15px;
  }
  #IncreasedSupportModule .form-title h2 {
    font-size: 16px;
  }
  #IncreasedSupportModule[data-step="3"] .form-title h2 {
    font-size: 14px;
    min-width: 77px;
  }
  #IncreasedSupportModule[data-step="3"] .form-items p {
    font-size: 14px;
  }
  #IncreasedSupportModule .form-items p {
    font-size: 16px;
  }
  #IncreasedSupportModule .col-left {
    width: 80px;
  }
  #IncreasedSupportModule .ui-centify-button {
    font-size: 14px;
  }
  #IncreasedSupportModule .col-right {
    width: calc(100% - 96px);
  }
  #IncreasedSupportModule .form-noti {
    padding: 18px;
  }
  #IncreasedSupportModule .noti-box_blue > span {
    font-size: 14px;
    line-height: 1;
  }
  #IncreasedSupportModule .noti-box_blue > span > strong {
    font-size: 15px;
  }
  #IncreasedSupportModule .noti-box_gray > span {
    padding-left: 8px;
  }
  #IncreasedSupportModule .noti-box_gray > span::before{
    width: 3px;
    height: 3px;
    top: 9px;
  }
  #IncreasedSupportModule .form-text {
    font-size: 12px;
  }
  #IncreasedSupportModule .btn {
    font-size: 16px;
  }
  #IncreasedSupportModule .btn-text {
    font-size: 14px;
    margin-top: 5px;
  }
  #IncreasedSupportModule .type-home {
    padding-top: 10px;
  }
  #IncreasedSupportModule .form-container + #IncreasedSupportModule .form-container {
    padding-top: 10px;
  }
  #IncreasedSupportModule .mobile-toolbar,
  #IncreasedSupportModule .mobile-handle {
    display: block;
  }

  #IncreasedSupportModule .type-custom-input input {
    height: 44px;
  }
}

@media only screen and (max-height: 840px) and (min-width: 641px) {
  .wrap {
    overflow: auto;
  }
}

#IncreasedSupportModule h1,
#IncreasedSupportModule h2,
#IncreasedSupportModule h3,
#IncreasedSupportModule h4,
#IncreasedSupportModule h5,
#IncreasedSupportModule h6 {
  color: initial;
  line-height: initial;
  margin: initial;
  /*color: initial;*/
}