@charset "utf-8";

body.bg_gray {
  background: #f2f2f3;
}

.inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.mo {
  display: none;
}
.pc {
  display: block;
}

header {
  width: 100%;
  background: #fff;
}
header.main {
  height: 125px;
  padding-top: 25px;
  background: #f0eeee;
}
header .top_logo {
  display: flex;
  justify-content: space-between;
}
header a {
  display: inline-block;
}
header .logo_gov {
  width: 556px;
  background: url("../images/logo_gov.png") no-repeat;
  background-size: contain;
}
header .logo_zpay {
  width: 118px;
  background: url("../images/logo_zpay.png") no-repeat;
  background-size: contain;
}
header h1 {
  line-height: 100px;
  color: transparent;
  font-size: 28px;
  font-weight: 400;
}

#container {
  min-height: 600px;
}



/* layer popup */
.pop_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.pop_wrap.on {
  display: block;
}
.layer_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 500px;
  max-width: 700px;
  min-height: 398px;
  border-radius: 30px 30px 0 0;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 2000;
}
.layer_pop.app {
  border-radius: 0;
}
.layer_pop.mini {
  min-width: 360px;
  max-width: 500px;
  min-height: 200px;
}
.layer_pop .pop_inner {
  margin: 30px 35px 40px;
}
.layer_pop .pop_tit {
  height: 80px;
  border-bottom: 1px solid #b5b5b5;
  line-height: 80px;
}
.layer_pop .pop_tit strong {
  display: block;
  color: #646464;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.layer_pop .pop_tit02 {
  margin-bottom: 30px;
}
.layer_pop .pop_tit02 strong {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.7px;
}
.layer_pop .pop_cnt {
  display: flex;
  flex-flow: column;
  padding: 40px 30px 50px;
  align-items: center;
}
.layer_pop.mini .pop_cnt {
  padding: 50px 0 35px;
}
.layer_pop.max_w1000 {
  max-width: 1000px;
}
.layer_pop.max_w1000 .pop_cnt {
  align-items: inherit;
}
.layer_pop .pop_cnt .img_msg {
  display: block;
  width: 120px;
  height: 80px;
  background: url("../images/icon_msg.png") no-repeat;
  background-size: contain;
}
.layer_pop .pop_cnt p {
  margin: 42px 0 44px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  letter-spacing: -1px;
  word-break: break-word;
}
.layer_pop .pop_cnt .txt1 {
  color: #1e1e1e;
}
.layer_pop .pop_cnt .txt2 {
  color: #b93030;
}
.layer_pop .pop_cnt .txt_msg {
  margin: 0;
  line-height: 28px;
  font-size: 18px;
}

.layer_pop .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: url("../images/btn_close.png") no-repeat;
  background-size: contain;
}
.layer_pop .btn_close.type02 {
  top: 35px;
  right: 30px;
}
.layer_pop.mini .btn_close {
  top: 30px;
}

/* main popup */
.layer_pop .pop_cnt .pop_title {
  margin: 10px 0 70px;
  text-align: center;
}
.layer_pop .pop_cnt .pop_title strong {
  position: relative;
  color: #1450c3;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.layer_pop .pop_cnt .pop_title strong::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #e5e5e5;
  z-index: 1;
}
.layer_pop .pop_cnt .pop_title strong span {
  position: relative;
  z-index: 2;
}

body[data-layerpop="true"] {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}
body[data-layerpop="true"]::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  content: "";
}
body[data-layerpop="true"]::after {
  z-index: 1999;
}

/************* Mobile Device *************/
@media all and (max-width: 750px) {
  /* header */
  header {
    height: 13.3333vw;
  }
  header .top_logo {
    max-width: 100%;
    padding: 0 4vw;
  }
  header .top_logo a {
    height: 13.3333vw;
  }
  header .logo_gov {
    width: 74.1333vw;
  }
  header .logo_zpay {
    width: 15.7333vw;
  }
  header h1 {
    line-height: 13.3333vw;
    font-size: 3.7333vw;
  }

  .sub {
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 10.6667vw;
  }
  .sub::before {
    height: 97.0667vw;
  }
  .sub_grp {
    padding: 0 4vw;
  }
  h2.tit_h2 {
    margin: 10.6667vw 0 8vw;
    font-size: 6.4vw;
  }
  h2.tit_h3 {
    margin: 9.3333vw 0 4vw;
    line-height: 5.6vw;
    font-size: 4.2667vw;
  }
  .cnt_box {
    padding: 6.6667vw 4vw 8vw;
    border-radius: 4vw 4vw 0 0;
  }

  .qualification > ul > li + li {
    margin-top: 6.6667vw;
    padding-top: 5.3333vw;
    border-top: 0.2667vw solid #646464;
  }
  .qualification .div01 dt {
    line-height: 5.0667vw;
    font-size: 3.7333vw;
  }
  .qualification .div01 dd {
    margin-top: 2.5333vw;
  }
  .qualification .div01 .list > li {
    line-height: 3.4667vw;
    font-size: 3.2vw;
  }
  .qualification .div01 .list > li + li {
    margin-top: 2.6667vw;
  }
  .qualification .div02 .tit strong {
    line-height: 6.4vw;
    font-size: 4.8vw;
    font-weight: 700;
  }
  .qualification .div02 .birth_list.mt35 {
    margin-top: 6vw !important;
  }
  .qualification .birth_list > ul {
    border-top: 0.2667vw solid #313131;
  }
  .qualification .birth_list li.today::before {
    left: -1px;
    top: -0.2667vw;
    right: -1px;
    bottom: -1px;
    border: 0.6667vw solid #1450c3;
  }
  .qualification .birth_list dl > * {
    height: 7.7333vw;
    line-height: 7.7333vw;
    font-size: 3.4667vw;
  }

  .div03 .insert_form > li {
    width: 100%;
  }
  .form_wrap {
    padding-bottom: 6.6667vw;
    border-bottom: 0.2667vw solid #646464;
  }
  .form_wrap .form_h3 {
    margin-bottom: 4vw;
    padding-bottom: 1.6vw;
    border-bottom: 0.2667vw solid #646464;
  }
  .form_wrap .form_h3.mt60 {
    margin-top: 8vw !important;
  }
  .form_wrap .form_h3 h3 {
    font-size: 4.2667vw;
  }
  .form_wrap .insert_form > li {
    width: 100%;
  }
  .form_wrap .insert_form > li + li {
    margin-top: 1.3333vw;
  }
  .form_wrap .insert_form > li .ele_inp {
    width: calc(100% - 29.3333vw);
  }
  .form_wrap .insert_form .label {
    width: 29.3333vw;
  }
  .form_wrap .insert_form.mt30 {
    margin-top: 4vw !important;
    padding: 0 3.3333vw;
  }
  .form_inner {
    padding: 3.3333vw;
    border-radius: 1.3333vw;
  }


  /* layerpopup */
  .layer_pop {
    width: 74.6667vw;
    min-width: inherit;
    max-width: inherit;
    min-height: auto;
    border-radius: 4vw 4vw 0 0;
  }
  .layer_pop .pop_cnt {
    padding: 5.3333vw 4vw 8vw;
  }
  .layer_pop .pop_cnt .img_msg {
    width: 16vw;
    height: 10.6667vw;
  }
  .layer_pop .pop_cnt p {
    margin: 5.6vw 0 5.8667vw;
    line-height: 4.8vw;
    font-size: 3.7333vw;
  }
  /* app pop */
  .layer_pop.app.w790 {
    width: calc(100% - 8vw) !important;
  }
  .layer_pop.mo_scl {
    width: calc(100% - 8vw);
    height: 96vw;
    overflow-y: auto;
  }
  .layer_pop.max_w1000 {
    width: calc(100% - 8vw);
  }
  .layer_pop .pop_tit {
    height: 10.6667vw;
    line-height: 10.6667vw;
  }
  .layer_pop .pop_tit strong {
    font-size: 4vw;
  }
  .layer_pop .btn_close {
    top: 2.6667vw;
    right: 2.6667vw;
    width: 5.3333vw;
    height: 5.3333vw;
  }

  .app_area {
    height: 113.3333vw;
    padding: 5.3333vw 4vw;
  }
  .app_area .title {
    margin-bottom: 2.6667vw;
    font-size: 4vw;
    letter-spacing: -0.1333vw;
  }
  /* scroll design */
  .app_area::-webkit-scrollbar {
    width: 0.8vw;
    height: 0.8vw;
    border: 0.4vw solid #ddd;
  }
  .app_area::-webkit-scrollbar-thumb {
    height: 6.6667vw;
    width: 6.6667vw;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1.0667vw;
    border-radius: 1.0667vw;
  }

  /* footer */
  footer {
    padding: 0 16px  !important;
  }
  footer p {
    line-height: 4.5333vw !important;
    font-size: 3.2vw;
  }
}

.searching_wrap header {
  height: 80px;
  border-bottom: 0;
}
.sch_logo {
  display: flex;
  flex-flow: row;
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px 0;
  justify-content: space-between;
  align-items: center;
}
.sch_logo .left > a.logo_zeropay {
  position: relative;
  width: 107px;
  height: 30px;
  background: url("../images/logo_zeropay.svg") no-repeat;
  background-size: 107px 30px;
}
.sch_logo .left > a.logo_slogon {
  display: block;
  width: 125px;
  height: 65px;
  position: relative;
  background: url("../images/slogon.svg") no-repeat;
  background-size: 125px auto;
}
.sch_logo .right {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.sch_logo .right > li {
  line-height: 15px;
  height: auto;
  color: #121212;
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.sch_logo .right > li + li {
  margin-left: 20px;
  padding-left: 10px;
}

.main .inner {
  max-width: 1000px;
  padding: 0;
}
.main .section1 {
  padding: 30px 0 40px;
  background: #1450c3;
}

.title_area {
  display: flex;
  flex-flow: column;
}
.title_area .slogon{
  width: 230px;
  margin-bottom: 30px;
}
.title_area .title {
  color: #132788;
  font-family: esamanru;

}
.title_area .title dt {
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.58px;
}
.title_area .title dd {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1.2px;
  margin-top: 10px;
}


.section2{
  display: flex; width: 100%; min-height: 156px; background: #132b91; margin: auto;
}
.section2 .btn_grp{
 display: flex; justify-content: space-between; align-items: center; background: #132b91; margin: auto;
}

/* contact */
.section3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
  margin: auto;
  width: 1000px;
  padding: 50px 0;
}

.card{
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #e4f2ff;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.55px;
  cursor: pointer;
}
.card img{
  margin-left: auto;
}
.card.center{
  background: #d5ebff !important;
}
.card.last{
  background: #c3e2ff !important;
 }
.contact {
  width: 100%;
}
.contact_title{
  font-size: 24px; font-weight: 700;
}

.contact_text{
  margin-bottom: 4px; width: 100%; display: flex; min-height: 22px; font-weight: 500; color: #666;
  display: flex; align-items: center;
}
.contact_text .right{
  margin-left: auto;
}
.contact_text.small{
  font-size: 14px;
}

/* footer */
.foot_wrap { width: 100%; border-top: 1px solid #e5e5e5;}

.foot_sch {
  display: flex;
  margin: auto;
  max-width: 1000px;
  padding: 40px 0;
  border-top: 0;
  color: #666;
  justify-content: left;
  align-items: center;
}
.foot_sch .txtArea { display: block; margin-left: 20px;}
.foot_sch .txt1 {
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}
.foot_sch .txt2 {
  font-size: 12px;
}