@charset "UTF-8";
.dp-none{
    display: none;
}
.dp-b{
    display: block;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* input */
input::placeholder {
  color: #999;
}
.input{
  padding: 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;   border: 1px solid #EBEBEB;
  background: #FFF;
}

/* button */
.btn{
  background: #000;
  color: #fff;
  text-align: center;
}
.btn-lg {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.btn-sm{
    padding: 8px 12px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -1px;
}
/* flex */
.flex-box {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
}

.flex-box.inline {
    display: inline-flex;
}

.flex-box.between {
    justify-content: space-between;
}

.flex-box.start {
    justify-content: flex-start;
}

.flex-box.end {
    justify-content: flex-end;
}

.flex-box.center {
    justify-content: center;
}

.flex-box.nowrap {
    flex-wrap: nowrap;
}

.flex-box.va-center {
    align-items: center;
}

.flex-box.va-start {
    align-items: flex-start;
}

.flex-box.va-end {
    align-items: flex-end;
} 

/* width */
.w5p {
    width: 5% !important;
}

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w25p {
    width: 25% !important;
}

.w30p {
    width: 30% !important;
}

.w35p {
    width: 35% !important;
}

.w40p {
    width: 40% !important;
}

.w45p {
    width: 45% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w65p {
    width: 65% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w85p {
    width: 85% !important;
}

.w90p {
    width: 90% !important;
}

.w95p {
    width: 95% !important;
}

.w100p {
    width: 100% !important;
}

/* font */
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}

.txt-lt{
    text-align: left;
}
.txt-ct{
    text-align: center;
}
.txt-rt{
    text-align: right;
}

.underline{
    text-decoration: underline;
}

/* margin */
.mt4{
    margin-top: 4px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt12 {
    margin-top: 12px;
}
.mt16 {
    margin-top: 16px;
}
.mt20 {
    margin-top: 20px;
}
.mt22 {
    margin-top: 22px;
}
.mt23 {
    margin-top: 23px;
}
.mt26 {
    margin-top: 26px;
}
.mt30 {
    margin-top: 30px;
}
.mt33 {
    margin-top: 33px;
}
.mt35 {
    margin-top: 35px;
}
.mt38 {
    margin-top: 38px;
}
.mt60 {
    margin-top: 60px;
}
.mb20{
    margin-bottom: 20px;
}
.mr10{
    margin-right: 10px;
}

/* padding */
.pl0{
    padding-left: 0;
}
.pb0{
    padding-bottom: 0;
}
.pb20{
    padding-bottom: 20px;
}

.header{
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
main{
  margin-top: 64px;
  padding-bottom: 70px;
}

.container{
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 696px;
}
.full-box{
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.header .container{
  padding: 18px 20px 18.5px;
}
.header .logo{
  width: 100px;
}
.step01{
  padding-top: 56px;
}
h2{
  padding: 20px 0 24px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; /* 125% */
  letter-spacing: -1px;
}
h3{
    color: #555;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: -1px;  
}
@media(max-width: 767px){
    h2{
      font-size: 20px;
    }
  }
.supporting-txt{
  width: 100%;
  padding: 16px 12px;
  background: #FBFBFB;
  color: #DA2F47;
  font-size: 0.983rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.step01 .certification-box{
    margin: 16px auto;
    width: 100%;
    max-width: 450px;
    gap: 16px;
  }

.step02, .step03{
    padding-top: 16px;
}
.bd-bottom-gray{
    border-bottom: 1px solid #EBEBEB;
}
.step02 h2{
    padding-bottom:0;
}
.page-info{
    margin-top: 8px;
    padding-bottom: 20px;
    color: #666;
    font-size: 1rem;
    line-height: 1.375; 
    letter-spacing: -1px;
}
.service-list{
    margin-left: -20px;
    margin-right: -20px;
  }
.step02 .service-list > li{
    padding: 0 20px 40px 20px;
    border-bottom: 1px solid #EBEBEB;
}
.step02 .service-list ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    gap: 16px;
}
.step02 .service-list .date{
    padding: 12px 0;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.42857;
}
.step02 .service-list ul > li{
    display: flex;
    flex-flow: wrap row;
    gap: 8px;
    width: calc(50% - 8px);
    padding: 16px;
    border: 1px solid #EBEBEB;
    background: #FBFBFB;
}
.step02 .service-list .step{
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125; 
}

.fc-primary{
    color: #2E8540 !important;
}

@media (max-width: 767px){
    .step02 .service-list ul > li{
        width: 100%;
    }
}
.step02 .service-list ul > li > p{
    width: 100%;
}
.pagination{
    padding: 16px 0;
}

.pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.pagination ul li a{
    width: 30px;
    height: 30px;
    text-align: center;
    color: #999;
    font-family: 'Pretendard-Medium';
    font-size: 13px;
    font-weight: 500;
    line-height: 30px; /* 153.846% */
    text-transform: capitalize;
}
.pagination ul li.active a{
    border-radius: 50px;
    background: #EBEBEB;
    color: #333;
}
.no-result{
    margin-top: 20px;
    display: flex;
    height: 200px;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.no-result img{
    height: 46px;
}
.no-result p{
    color: #666;
    text-align: center;
    font-size: 1rem;    
    line-height: 1.375; 
    letter-spacing: -1px;
}
.bg-gray-fb{
    background: #fbfbfb;
    padding: 16px 20px;
}
.step-progress li{
    width: calc(100% / 3);
}
.step-progress li span{
    min-width: 40px;
    text-align: center;
    color: #999;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.42857; 
}
.step-progress li.on span{
    color: #2E8540;
}
.step-progress li span:after{
    position: relative;
    z-index: 10;
    content:'';
    display: block;
    margin: 4px auto;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background: #C9C9C9;
}
.step-progress li.active span:after{
    background: #2E8540;
}
.progress {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    display: flex;
    height: 10px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #e9ecef;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2E8540;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    background-color:#79B928;
  }
  .po-r{
    position: relative;
  }
  .service-info{
    padding: 10px 20px;
  }
  .service-info li{
    padding: 12px 0;
  }
  .service-info .title{
    color: #999;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    letter-spacing: -1px;
  }
  .service-info .info{
    margin-top: 8px;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
  }
  .service-info .info-box{
    margin-top: 8px;
    height: 52px;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #EBEBEB;
    background: #FBFBFB;
  }
  .service-info .info-box input[type='text']{
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375; 
  }
  /* footer */
  footer *{
    color: #fff;
  }
  .bg-darkgray{
    background-color: #242424;
  }
  .bg-black{
    background-color: #000;
  }

  footer .contact01{
    padding: 45px 0 45px;
  }

  footer .contact01 h2{
    padding: 0;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.01rem;
  }
  footer .lst_contact{
    padding-top: 20px;
  }
  footer .contact01 .lst_contact{
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
  }
 
  footer .contact01 .lst_contact li{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
  }
  footer .lst_contact img{
    width: 40px;
  }
  footer .contact01 .lst_contact li p{
    font-size: 15px;
    line-height: 1.5;
  }
  footer .footer-info01{
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #333;
  }
  footer .icon {
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    top: 3px;
}

.flag-icon--kr {
    background-position: center -80px;
}

.flag-icon {
    background-image: url('../img/sprite-flags.png');
    background-repeat: no-repeat;
}
footer .footer-info01 ul{
    margin-top: 45px;
}
.footer-info01 a{
    font-size: 13px;
    font-weight: 300;
}
.footer-info01 ul li{
    padding-bottom: 10px;
}
.footer-info01 ul:nth-of-type(2) li a{
    color: #999;
}
.footer-info01 ul li a.text-yellow{
    color: #FFcc01;
    font-weight: 700;
}
.footer-info02{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-info02 p{
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}
.footer-info02 a{
    color: #999;
    font-weight: 400;
}
@media (min-width: 768px){
    .footer-contact01, .footer-info01{
        display: flex;
    }
    .footer-contact01 > *, .footer-info01 > *{
        width:50%;
    }
    footer .contact01 h2{
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    footer .contact01 .lst_contact li:first-of-type {
        margin-top: 0;
    }
    .footer-info01 > div{
        display: flex;
    }
    footer .footer-info01 ul{
        margin-top: 0;
        width: 50%;
    }
    footer .contact01 .lst_contact li p, .footer-info01 a{
        font-size: 16px;
    }
    .footer-info01 ul li {
        padding-bottom: 18px;
    }
    footer .footer-info01 {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}