@charset "utf-8";

.wrap {
  width: 100%;
  background-color: rgba(239, 247, 255, 100);
  box-sizing: border-box;
}

.main_cont {
  max-width: 780px;
  padding-top: 64px;
  padding-bottom: 120px;
  margin: auto;
  box-sizing: border-box;
}

.main_cont h1 {
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
}

.main_banner {
  position: relative;
  /* background: url("../img/main_banner.gif") center -100px no-repeat;
    background-size: 100%;
    box-sizing: border-box; */
}

.main_banner h2 {
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
  padding-right: 340px;
  padding-bottom: 357px;
  font-size: 40px;
  font-weight: 900;
  line-height: 57.92px;
  color: rgb(53, 53, 53);
}

.main_banner h2 span {
  display: block;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(137, 137, 137, 1);
}

.main_banner>img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  margin: auto;
  top: -92px;
  max-width: 624px;
}

a.main_link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 56px;
  display: flex;
  padding: 0 32px;
  align-items: center;
  border: 1px solid rgb(45, 124, 210);
  background: url('../img/ic_next.svg') calc(100% - 28px) 50% #fff no-repeat;
  border-radius: 8px;
  box-sizing: border-box;
}

a.main_link span {
  font-size: 16px;
  font-weight: 700;
  color: rgba(45, 124, 210, 1);
}

.main_link img {
  margin-right: 12px;
}

.nav {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  box-sizing: border-box;
}

.nav ul {
  display: flex;
  justify-content: space-between;
}

.nav li a {
  position: relative;
  padding: 0 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(175, 175, 175, 1);
}

.nav li a.on {
  color: rgba(53, 53, 53, 1);
}

.nav li a.on::before {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 7px;
  background-color: rgba(171, 203, 237, 0.30);
}

.nav.on {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: rgba(239, 247, 255, 100);
}

.nav.on ul {
  max-width: 768px;
  margin: auto;
}

.card {
  width: 100%;
  border-radius: 8px;
  padding: 56px 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#item1 {
  position: relative;
  padding-top: 140px;
}

#item2 {
  padding-top: 56px;
}

.card4 {
  margin-top: 56px;
}

.card h2 {
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 34.75px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
}

.card h2 img {
  display: block;
  margin: 0 auto 8px;
}

.card_box {
  max-width: 368px;
  margin: auto;
  box-sizing: border-box;
}

.card1 p {
  padding-top: 40px;
  word-break: keep-all;
  font-size: 14px;
  line-height: 22px;
  color: rgba(137, 137, 137, 1);
}

.card1 p strong {
  color: rgba(53, 53, 53, 1);
}

.progress_wrap {
  position: relative;
  margin-top: 44px;
  padding-bottom: 25px;
}

.progress {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(240, 240, 240, 1);
  border-radius: 8px;
}

.progress .inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 175px;
  background-color: rgba(87, 150, 219, 1);
}

.progress_wrap .text {
  position: absolute;
  bottom: 0;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: rgba(137, 137, 137);
}

.progress_wrap .text2 {
  left: 146px;
}

.progress_wrap .text3 {
  right: 0;
}

.progress_wrap .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 16px;
  height: 17px;
  border-radius: 50%;
  background-color: rgb(217, 217, 217);
}

.progress_wrap .text1::before {
  left: -1px;
}

.progress_wrap .text2::before {
  right: 0;
  margin: auto;
}

.progress_wrap .text3::before {
  right: 0;
  left: auto;
}

.progress_wrap .text.on {
  color: rgba(53, 53, 53, 1);
}

.progress_wrap .text.on::before {
  background-color: rgba(87, 150, 219, 1);
}

.card2 ul {
  width: 372px;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
}

.card2 li {
  position: relative;
  padding: 13px 0 15px 92px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(137, 137, 137, 1);
}

.card2 li+li {
  margin-top: 20px;
}

.card2 li img,
.card2 li object {
  position: absolute;
  left: 0;
  top: 0;
}

.notice {
  padding: 12px 12px 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  color: rgba(137, 137, 137, 1);
  background: rgba(240, 240, 240, 0.6);
}

#item3 {
  padding-top: 56px;
}

.card3 h2 {
  padding-bottom: 8px;
}

.card3 p {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(137, 137, 137, 1);
}

.card3 .notice {
  margin-top: 0;
}

.card3 .notice dt {
  padding-bottom: 4px;
}

.card3 object {
  width: auto;
}

.form_box {
  text-align: left;
}

.form_box h3 {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: rgba(137, 137, 137, 1);
}

.form_box>div+div {
  margin-top: 16px;
}

.form_box input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  color: rgba(53, 53, 53, 1);
  border: 1px solid rgba(197, 197, 197, 1);
  box-sizing: border-box;
}

.form_box input::placeholder {
  color: rgba(197, 197, 197, 1);
}

.input_birth {
  display: flex;
}

.input_birth li {
  position: relative;
  width: 176px;
  box-sizing: border-box;
}

.input_birth li+li {
  padding-left: 34px;
  width: calc(100% - 176px);
}

.input_birth li+li::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 24px;
  width: 12px;
  height: 1px;
  background-color: rgba(197, 197, 197, 1);
}

.input_birth li+li input {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  text-align: center;
}

.input_birth li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
  font-size: 20px;
  margin-top: 10px;
  color: rgba(197, 197, 197, 1);
  letter-spacing: 7px;
}

.radio_label {
  height: 171px;
}

.radio_list {
  padding-top: 8px;
  font-size: 0;
}

.radio_list li {
  display: inline-block;
  vertical-align: middle;
}

.radio_list li {
  margin-right: 16px;
  margin-bottom: 56px;
  width: calc(50% - 8px);
  box-sizing: border-box;
}

.radio_list li:nth-child(2n) {
  margin-right: 0;
}

.radio_list input,
input.check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}

.radio_list li label {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
  line-height: 19px;
  border-radius: 8px;
  text-align: center;
  padding: 14px 0 16px;
  border: 1px solid rgba(240, 240, 240, 1);
  box-sizing: border-box;
}

.radio_list li label span {
  font-size: 9px;
  line-height: 13px;
  color: rgba(137, 137, 137, 1);
}

.radio_list li img,
.radio_list li object {
  display: block;
  position: relative;
  z-index: -1;
  margin: auto;
}

.radio_list li label::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url('../img/radio.svg') center no-repeat;
  box-sizing: border-box;
}

.radio_list input[type='radio']:checked+label {
  border-color: rgba(45, 124, 210, 1);
  border-width: 2px;
}

.radio_list input[type='radio']:checked+label::before {
  background: url('../img/radio_on.svg') center no-repeat;
}

.check_list {
  padding-top: 24px;
}

.all_check {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.check_list .check_label {
  position: relative;
  display: block;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(137, 137, 137, 1);
}

.check_list .check_label::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('../img/check.svg') center no-repeat;
  box-sizing: border-box;
}

.check_list input[type='checkbox']:checked+label {
  color: rgba(53, 53, 53, 1);
}

.check_list input[type='checkbox']:checked+label::before {
  background: url('../img/check_on.svg') center no-repeat;
}

.check_list ul {
  padding-top: 4px;
  padding-bottom: 48px;
}

.check_list ul li {
  padding-top: 8px;
}

.check_list li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(137, 137, 137, 1);
  background: url('../img/more.svg') 100% 50% no-repeat;
}

.card4 button {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(240, 240, 240, 1);
  box-sizing: border-box;
}

.card4 button span {
  font-size: 12px;
  color: #fff;
  line-height: 17px;
}

.card4 button strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.card4 button.on {
  background-color: rgba(45, 124, 210, 1);
}

#footer {
  position: relative;
  background-color: rgba(240, 240, 240, 1);
  padding-bottom: 160px;
}

#footer ul {
  max-width: 768px;
  margin: auto;
  padding-top: 16px;
  box-sizing: border-box;
}

#footer li {
  position: relative;
  margin-top: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(137, 137, 137, 1);
}

#footer li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: rgba(137, 137, 137, 1);
}

#footer li2 {
  position: relative;
  margin-top: 8px;
  padding-left: 0px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(137, 137, 137, 1);
}

.fixed_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 32px;
  background: url('../img/btn_bg.png') center no-repeat;
  background-size: cover;
}

.fixed_btn.off {
  position: absolute;
}

.fixed_btn button {
  display: block;
  width: 100%;
  max-width: 768px;
  height: 48px;
  margin: auto;
  border-radius: 24px;
  background: rgba(45, 124, 210, 1);
  box-sizing: border-box;
}

.fixed_btn button span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.popup.on {
  display: block;
}

.popup button {
  width: 100%;
  height: 32px;
  margin-top: 20px;
  border-radius: 17px;
  border: 1px solid rgba(197, 197, 197, 1);
  box-sizing: border-box;
}

.popup button span {
  font-size: 14px;
  color: rgba(137, 137, 137, 1);
  font-weight: 700;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pop_cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 506px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0px 3px 17px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

.pop_alert h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #353535;
  padding-bottom: 8px;
}
.pop_alert p {
  font-size: 12px;
  line-height: 17px;
  color: #898989;
  max-width: 270px;
  margin: 0 auto;
}
.error_pop_alert h2 {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(53, 53, 53, 1);
}

.pop_agree1 h2,
.pop_agree2 h2 {
  padding-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: rgba(53, 53, 53, 1);
}

.agree_box {
  width: 100%;
  height: 327px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(240, 240, 240, 1);
  overflow-y: auto;
  padding: 24px 16px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(137, 137, 137, 1);
  box-sizing: border-box;
}

.agree_box h3 {
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(137, 137, 137, 1);
}

.agree_box ul {
  padding-bottom: 16px;
}

.agree_box li {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(137, 137, 137, 1);
}

.agree_box li::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(137, 137, 137, 1);
}

.pop_agree2 .agree_box h3 {
  padding-bottom: 20px;
}

.only_m {
  display: none;
}

.gift1_image_medium,
.gift2_image_medium,
.gift3_image_medium {
  display: block;
}

.gift1_image_small,
.gift2_image_small,
.gift3_image_small {
  display: none;
}

.benefit3_image_medium {
  display: block;
}

.benefit3_image_small {
  display: none;
}

.bullet_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 13px;
  text-indent: -13px;
}

.bullet {
  font-size: 12px;
  line-height: 17px;
  color: #898989;
  text-align: left;
}

.slick-carousel {
  max-height: 300px;
}

.responsive-display {
  display: block !important;
}

.responsive-display-small {
  display: none !important;
}

.slick-slide {
  margin: 0 4px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots li button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  font-size: 0;
  color: transparent;
}

.slick-dots li button::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: block;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button::before {
  background-color: #2D7CD2;
}

@media only screen and (max-width: 800px) {

  .main_cont,
  .main_banner>img,
  #footer ul,
  .nav.on ul,
  .fixed_btn button {
    max-width: 528px;
  }

  #item1 {
    padding-top: 132px;
  }

  .main_banner h2 {
    padding-bottom: 311px;
    padding-right: 215px;
  }

  .main_banner h2 b {
    display: block;
  }

  .main_banner>img {
    top: -32px;
  }

  .nav li a {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 550px) {

  .main_cont,
  .main_banner>img,
  .nav.on ul,
  .fixed_btn button {
    max-width: 409px;
  }

  .main_cont h1 img {
    width: 40px;
  }

  .main_banner h2 {
    font-size: 32px;
    line-height: 46.34px;
    padding-right: 126px;
    padding-bottom: 223px;
  }

  .main_banner h2 span {
    font-size: 14px;
  }

  .main_banner>img {
    top: -22px;
    max-width: 400px;
  }

  a.main_link {
    padding-left: 69px;
    background-position: calc(100% - 64px) 50%;
  }

  a.main_link span {
    font-size: 14px;
  }

  a.main_link b {
    display: block;
  }

  #item1 {
    padding-top: 102px;
  }

  .nav {
    top: 40px;
  }

  .nav li a {
    font-size: 15px;
    padding: 0 8px;
  }

  .nav.on {
    padding-top: 32px;
    padding-bottom: 12px;
  }

  .card {
    padding: 48px 0px;
  }

  .card h2 {
    padding-bottom: 24px;
  }

  .card h2 b {
    display: block;
  }

  .card1>.card_box>img,
  .card1>.card_box>object {
    width: 122px;
  }

  .card1 p {
    padding-top: 24px;
  }

  .gift_main {
    width: 280px;
  }

  .gift1_image_medium,
  .gift2_image_medium,
  .gift3_image_medium {
    display: none;
  }

  .gift1_image_small,
  .gift2_image_small,
  .gift3_image_small {
    width: 280px;
    display: block;
  }

  .benefit3_image_medium {
    display: none;
  }

  .benefit3_image_small {
    display: block;
  }

  .card_box {
    max-width: 280px;
  }

  .progress_wrap {
    padding-bottom: 28px;
    margin-bottom: -4px;
  }

  .progress {
    height: 4px;
  }

  .progress_wrap .text {
    font-size: 12px;
  }

  .progress_wrap .text::before {
    top: -18px;
    height: 12px;
    width: 12px;
  }

  .progress .inner {
    width: 149px;
  }

  .progress_wrap .text2 {
    left: 120px;
  }

  .card+.card {
    margin-top: 40px;
  }

  .card2 ul {
    width: 244px;
    padding-top: 8px;
  }

  .card2 li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 87px;
  }

  .card2 li span {
    display: block;
  }

  #item3 {
    padding-top: 40px;
  }

  .card3 h2 {
    padding-bottom: 12px;
  }

  .card3 p {
    max-width: 194px;
    margin: auto;
    padding-bottom: 8px;
  }

  .card3>img {
    width: 100%;
    max-width: 296px;
  }

  .input_birth li {
    width: 132px;
  }

  .input_birth li+li {
    width: calc(100% - 132px);
    padding-left: 28px;
  }

  .input_birth li+li::before {
    left: 8px;
  }

  .input_birth li+li input {
    width: 32px;
    padding: 0;
  }

  .input_birth li input::placeholder {
    text-align: center;
  }

  .input_birth li span {
    padding-left: 8px;
    letter-spacing: 3.8px;
  }

  .radio_list li {
    margin-right: 8px;
    margin-bottom: 52px;
    width: calc(50% - 4px);
  }

  .radio_list li label {
    padding: 11px 0 18px;
  }

  .check_list {
    padding-top: 30px;
  }

  .all_check {
    padding-bottom: 12px;
  }

  .check_list ul {
    padding-bottom: 36px;
  }

  .main_cont {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 56px;
  }

  #footer ul {
    padding: 16px 24px 0 32px;
  }

  .pop_cont {
    width: 312px;
    padding: 32px 16px;
  }

  .pop_agree1 h2,
  .pop_agree2 h2 {
    padding-bottom: 24px;
    font-size: 16px;
  }

  .agree_box {
    height: 240px;
    padding: 16px;
  }

  .card3 object {
    width: 296px;
    max-width: 90%;
  }

  .responsive-display {
    display: none !important;
  }

  .responsive-display-small {
    display: block !important;
  }
}

@media only screen and (max-width: 420px) {

  .nav.on ul,
  .fixed_btn button {
    max-width: 312px;
    width: 90%;
  }

  .wrap {
    overflow: hidden;
  }

  .main_banner h2 {
    padding-right: 0;
    word-break: keep-all;
  }

  .main_banner>img {
    top: -14px;
    max-width: 400px;
    left: -27px;
    right: auto;
    margin: 0;
  }

  a.main_link {
    height: 62px;
    padding-left: 20px;
    background-position: calc(100% - 6px) 50%;
  }

  .gift-box {
    width: 296px;
  }

  .gift-detail {
    width: 284px;
  }
}

.image-container {
  position: relative;
}

.image-container embed {
  position: absolute;
  top: 0;
  left: 0;
  /* 원하는 위치로 조정할 수 있는 추가 스타일링 */
}

.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.new_popup_font {
  line-height: 1.5 !important;
}