.form-box .datepicker {
  border-radius: 0px;
}
.invalid-feedback {
  font-size: 0.9rem;
  color: #dc3545;
}

/*  layout */
.wrap {
  width: 100%;
  min-width: 320px;
  height: 100%;
}
.h2-tit {
  margin-bottom: 1.5rem;
  padding-bottom: 0.7rem;
  text-align: left;
  font-weight: 500;
  font-size: 1.45rem;
  border-bottom: 2px solid #2a2a2a;
}
.h2-tit > span {
  margin-left: 8px;
  font-weight: 300;
  font-size: 17px;
  color: #666;
}

/*  container */
.container .inner {
  position: relative;
}
.container .inner::after {
  content: '';
  display: block;
  clear: both;
}

/* header */
.header {
  padding: 1rem 0;
}
.header .inner {
  text-align: center;
}
.header .logo-title {
  display: inline-block;
  position: relative;
  padding-left: 280px;
  font-weight: 500;
  font-size: 2.3rem;
}
.header .logo-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  margin-top: 3px;
  background: url(/images/form/logo-mobile.png) no-repeat;
  background-size: contain;
}

/*  progress */
#progressbar {
  text-align: center;
  margin-bottom: 1rem;
  padding-left: 0;
  color: lightgrey;
}
#progressbar .active {
  color: #673ab7;
}
#progressbar li {
  list-style-type: none;
  font-size: 1rem;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar #plan:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f3cd';
}
#progressbar #agree:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
}
#progressbar #apply:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f03a';
}
#progressbar #selfopen:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f7c4';
}
#progressbar li:before {
  width: 65px;
  height: 65px;
  line-height: 60px;
  display: block;
  font-size: 2rem;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: -1;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #673ab7;
}

@media (max-width: 1199.98px) {
  .header,
  .prog-wrap,
  .container,
  .footer {
    min-width: 100%;
  }
  * > .inner {
    width: 100%;
  }
  .h2-tit {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .h2-tit {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .h2-tit > span {
    font-size: 16px;
  }

  .container .inner {
    padding: 0rem;
  }

  .header .logo-title {
    padding-left: 0px;
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .header .logo-title::before {
    height: 50px;
    margin-top: -17px;
    top: 10%;
  }
  .header .logo-title::before {
    position: relative;
    height: 50px;
    margin-bottom: 0.8rem;
    background-position: center;
  }

  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 1.5rem;
  }
  #progressbar li:after {
    top: 25px;
  }
}
@media (max-width: 767.98px) {
  .h2-tit {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .h2-tit > span {
    margin-left: 4px;
    font-size: 14px;
  }

  .header .logo-title {
    padding-left: 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
}

/* 요금제 */
.inbox .tit {
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 1.45rem;
}

.option-wrap {
  display: flex;
  width: 100%;
}
.option-wrap label {
  display: block;
  width: 100%;
  margin-left: 8px;
  padding: 14px 6px;
  text-align: center;
  word-break: break-word;
  font-size: 16px;
  color: #999;
  border-radius: 5px;
  background: #f0f0f0;
  cursor: pointer;
}
.option-wrap label:nth-of-type(1) {
  margin-left: 0;
}
.option-wrap .btn-check {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: -1;
}
.option-wrap .btn-check + label:before {
  display: none;
}
.option-wrap .btn-check:checked + label {
  position: relative;
  font-weight: 500;
  color: #000;
  background: #fff;
}
.option-wrap .btn-check:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #686868;
  border-radius: 5px;
}
.option-wrap label strong {
  position: relative;
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #297ccf;
}

.step_box .notice {
  margin-top: 15px;
}
.step_box .notice p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}
.step_box .notice p + p {
  margin-top: 6px;
}

.plan_result {
  width: 100%;
  padding: 1px 0 2rem;
}
.plan_result .result_list {
  padding: 0;
  border: 2px solid #686868;
  box-shadow: 0px 15px 20px -8px #e0e0e0;
  border-radius: 10px;
  box-sizing: border-box;
}
.plan_result .result_list {
  border-radius: 10px;
  background-color: #fff;
}
.plan_result .result_list > li {
  display: table;
  position: relative;
  width: 100%;
  padding: 20px 30px 24px;
  border-bottom: 1px solid #e9e9e9;
}
.plan_result .result_list > li:after {
  content: '';
  display: block;
  clear: both;
}
.plan_result .result_list > li:last-child {
  border-bottom: 0;
}
.plan_result .result_list > li .head {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
}
.plan_result .result_list > li .head .tit {
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.2rem;
}
.plan_result .result_list > li .offer {
  display: table-cell;
  width: 32%;
  vertical-align: middle;
}
.plan_result .result_list > li .offer:after {
  content: '';
  display: block;
  clear: both;
}
.plan_result .result_list > li .offer > li {
  float: left;
  position: relative;
  display: inline-block;
  width: 33.33%;
  min-width: 76px;
  text-align: center;
  line-height: 1.3;
}
.plan_result .result_list > li .offer > li > span {
  font-weight: 300;
  font-size: 15px;
  color: #797979;
}
.plan_result .result_list > li .offer > li > strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
}
.plan_result .result_list > li .offer > li > strong > span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.plan_result .result_list > li .offer > li > strong > span.plus {
  display: inline;
  font-size: 13px;
}
.plan_result .result_list > li .offer .dataEx {
  color: #ed008c;
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 1.37;
}
.plan_result .result_list > li .price {
  display: table-cell;
  width: 27%;
  vertical-align: middle;
}
.plan_result .result_list > li .price p {
  margin-bottom: 0.3rem;
}
.plan_result .result_list > li .price p:after {
  content: '';
  display: block;
  clear: both;
}
.plan_result .result_list > li .price p > span:nth-of-type(1) {
  width: 35%;
  padding-left: 15%;
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  color: #666;
}
.plan_result .result_list > li .price p > span:nth-of-type(2) {
  float: right;
  width: 50%;
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
.plan_result .result_list > li .price p.etc-price {
  text-align: right;
}
.plan_result .result_list > li .price p.bs_price > span:nth-of-type(2) {
  text-decoration: line-through;
}
.plan_result .result_list > li .price p.tot_price > span:nth-of-type(1) {
  font-weight: 400;
}
.plan_result .result_list > li .price p.tot_price strong {
  color: #e6000b;
  font-size: 23px;
  font-weight: 500;
}
.plan_result .result_list > li .btn_sel {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 76px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  background-color: #666;
}
.plan_result .result_list > li .btn_sel.on {
  background-color: #3250b4;
}
.plan_result .result_list > li.add_list {
  text-align: center;
}
.plan_result .result_list > li.add_list a {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  color: #545454;
}
.plan_result .result_list > li.add_list a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 18px;
  margin-top: -9px;
  background: url(/images/form/btn_arrow_down.png) no-repeat;
}

@media only screen and (max-width: 1024px) {
  .plan_result .inbox {
    padding: 0;
  }
  .plan_result .result_top {
    padding: 15px 0;
  }
  .plan_result .result_top .plan_sel {
    font-size: 1.25rem;
  }
  .plan_result .result_list > li {
    padding: 25px 30px 0;
    border-bottom: 0;
  }
  .plan_result .result_list > li:last-child {
    padding-bottom: 25px;
  }
  .plan_result .result_list > li .head {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #f1f2f3;
  }
  .plan_result .result_list > li .head .tit {
    padding: 15px 20px;
    font-size: 1.125rem;
  }
  .plan_result .result_list > li .offer {
    float: left;
    display: inline-block;
    width: 45%;
    padding: 10px 20px;
    background: #fff;
    border-right: 1px solid #e9e9e9;
  }
  .plan_result .result_list > li .offer > li {
    float: none;
    width: 100%;
  }
  .plan_result .result_list > li .offer > li + li {
    margin-top: 5px;
  }
  .plan_result .result_list > li .offer > li > span {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 1rem;
  }
  .plan_result .result_list > li .offer > li > strong {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 1rem;
  }
  .plan_result .result_list > li .price {
    float: left;
    display: inline-block;
    width: 40%;
    padding: 10px 20px;
    background: #fff;
  }
  .plan_result .result_list > li .price p > span:nth-of-type(1) {
    width: 50%;
    padding-left: 0;
    font-size: 1rem;
  }
  .plan_result .result_list > li .price p > span:nth-of-type(2) {
    width: 50%;
    font-size: 1rem;
  }
  .plan_result .result_list > li .price p.tot_price strong {
    color: #e6000b;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .plan_result .result_list > li .btn_sel {
    float: left;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
  }
  .plan_result .result_list > li .btn_sel.on {
    color: #fff;
    border-color: #3250b4;
  }
  .plan_result .result_list > li.add_list {
    margin-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #e9e9e9;
  }
}

@media only screen and (max-width: 768px) {
  .plan_result .inbox {
    padding: 0;
  }
  .plan_result .result_top {
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
  }
  .plan_result .result_top .plan_sel {
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .plan_result .result_list {
    border-radius: 0px;
  }
  .plan_result .result_list > li {
    padding: 0 0 70px;
    border-radius: 10px;
  }
  .plan_result .result_list > li:last-child {
    padding-bottom: 70px;
  }
  .plan_result .result_list > li:first-child {
    border-top: 0;
  }
  .plan_result .result_list > li .head {
    margin-bottom: 10px;
    border-radius: 0;
  }
  .plan_result .result_list > li .head .tit {
    padding: 15px;
    font-size: 1rem;
  }
  .plan_result .result_list > li .offer {
    width: 50%;
    padding: 10px 10px 10px 15px;
  }
  .plan_result .result_list > li .offer > li + li {
    margin-top: 3px;
  }
  .plan_result .result_list > li .offer > li > span {
    width: 35%;
    font-size: 0.8125rem;
  }
  .plan_result .result_list > li .offer > li > strong {
    width: 65%;
    font-size: 0.875rem;
  }
  .plan_result .result_list > li .offer .dataEx {
    font-size: 0.75rem;
  }
  .plan_result .result_list > li .price {
    width: 50%;
    padding: 10px 15px 10px 10px;
  }
  .plan_result .result_list > li .price p > span:nth-of-type(1) {
    width: 45%;
    font-size: 0.8125rem;
  }
  .plan_result .result_list > li .price p > span:nth-of-type(2) {
    width: 55%;
    font-size: 0.875rem;
  }
  .plan_result .result_list > li .price p.tot_price strong {
    font-weight: 600;
    font-size: 1rem;
  }
  .plan_result .result_list > li .btn_sel {
    clear: both;
    float: none;
    display: inline-block;
    top: auto;
    left: 50%;
    bottom: 20px;
    width: 86%;
    margin-top: 10px;
    margin-left: -43%;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 36px;
    text-align: center;
    border: 2px solid #aaa;
    color: #aaa;
    background-color: #fff;
    border-radius: 10px;
  }
  .plan_result .result_list > li.add_list {
    margin-top: 10px;
    padding: 10px;
  }
  .plan_result .result_list > li.add_list a {
    font-size: 0.9375rem;
  }
}

.btn-self {
  padding: 0.7rem 2.5rem;
  font-weight: 300;
  font-size: 1.2rem;
  color: #fff;
  background-color: #c1293d;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 14px 0px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 5px 5px 14px 0px rgba(150, 150, 150, 0.5);
  box-shadow: 5px 5px 14px 0px rgba(150, 150, 150, 0.5);
}

/* 약관동의 */
.intro-wrap .swiper {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.intro-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.intro-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-wrap {
  margin-bottom: 70px !important;
}
.intro-wrap .info-cont {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.intro-wrap .info-cont:after {
  content: '';
  display: block;
  clear: both;
}
.intro-wrap .info-cont > .info-box {
  height: auto;
  margin-right: 1.5%;
  padding: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  font-size: 0;
  background-color: #fff;
}
.intro-wrap .info-cont > .info-box:last-child {
  margin-right: 0;
}
.intro-wrap .info-cont > .info-box ul {
  position: relative;
  padding-top: 70px;
}
.intro-wrap .info-cont > .info-box ul::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  border-radius: 50%;
}
.intro-wrap .info-cont > .info-box ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.8rem;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  text-align: left;
}
.intro-wrap .info-cont > .info-box ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.intro-wrap .info-cont > .info-box ul li:first-child {
  margin-top: 20px;
}
.intro-wrap .info-cont > .info-box ul li:last-child {
  margin-bottom: 0;
}
.intro-wrap .notice {
  margin-bottom: 12px;
}
.bg-intro-wrap {
  height: 46ox;
  margin-bottom: 10px;
  padding: 34px 0 40px;
  background-color: #f0f0f4;
}

.intro-wrap .info-cont > .icon-01 ul::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f505';
  font-size: 2.5rem;
  color: #aaa;
}
.intro-wrap .info-cont > .icon-02 ul::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f502';
  font-size: 2.5rem;
  color: #aaa;
}
.intro-wrap .info-cont > .icon-03 ul::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f2c2';
  font-size: 2.5rem;
  color: #aaa;
}

.intro-wrap .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.intro-wrap .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 10px;
}
.intro-wrap .swiper-container .swiper-pagination {
  display: none;
  position: relative;
  bottom: 0;
}

/* 약관동의선택 */
.agree-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.agree-wrap h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 0.7rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
  border-bottom: 2px solid #2a2a2a;
}
.agree-wrap .all-agree {
  position: absolute;
  top: 0;
  right: 0;
}
.agree-wrap .all-agree label {
  padding-left: 32px;
  font-weight: 400;
  font-size: 1.2rem;
}
.agree-wrap .all-agree label:before {
  top: 4px;
  width: 22px;
  height: 22px;
}
.agree-wrap .all-agree label::after {
  width: 6px !important;
  height: 12px !important;
  margin: 7px 0 0 8px !important;
}

.agree-box {
  width: 100%;
}
.agree-box::after {
  content: '';
  display: block;
  clear: both;
}

.agree-box .cg-cont {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.agree-box .cg-cont li {
  padding: 16px;
  border-bottom: 1px solid #dcdcdc;
}
.agree-box .cg-cont .tit {
  position: relative;
  text-align: left;
  font-size: 1rem;
  display: flex;
  padding-right: 120px;
  margin-bottom: 0;
}
.agree-box .cg-cont .tit::after {
  display: none;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}
.agree-box .cg-cont .tit.on::after {
  top: 16px;
}
.agree-box .cg-cont .tit > span .open-dialog {
  display: none;
}
.agree-box .cg-cont .tit > label {
  font-size: 0.95rem;
  color: #666;
}
.agree-box .cg-cont .tit > span {
  display: block;
}
.agree-box .cg-cont .tit > span .open-dialog {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -14px;
  font-size: 16px;
  font-weight: 300;
  color: #707070;
}
.agree-box .cg-cont .tit > span .open-dialog:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.agree-box .cg-cont .tit .form-check {
  padding-left: 0;
}
.agree-box .cg-cont .tit .invalid-feedback {
  padding-left: 1.8rem;
}
.agree-box .cg-cont .cont {
  padding-top: 12px;
}
.agree-box .cg-cont .cont iframe {
  height: 274px;
  padding: 16px;
  background-color: #f9f9f9;
}
.agree-box .cg-cont .cont iframe.full {
  height: 331px;
}

.agree-box .cg-cont .cont {
  display: none;
  width: 0;
  height: 0;
  padding-top: 0;
}
.agree-box .cg-cont .cont iframe {
  height: 0;
  padding: 0;
  background-color: #fff;
}
.agree-box .cg-cont .cont iframe.full {
  height: 0;
}

.agree-box .cg-cont .desc-box {
  padding-left: 28px;
  font-size: .75rem;
}

@media (max-width: 1199.98px) {
  .intro-wrap {
    margin-bottom: 50px !important;
  }
  .intro-wrap .info-cont {
    width: 100%;
  }
  .intro-wrap .info-cont > .info-box {
    padding: 20px;
  }
  .intro-wrap .info-cont > .info-box ul {
    padding-top: 62px;
  }
  .intro-wrap .info-cont > .info-box ul::before {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }
  .intro-wrap .info-cont > .info-box ul li {
    font-size: 14px;
  }
  .intro-wrap .info-cont > .info-box ul li:first-child {
    margin-top: 12px;
  }

  .agree-wrap {
    margin-bottom: 20px;
  }
  .agree-wrap h2 {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .intro-wrap .info-cont > .info-box {
    padding: 20px;
  }

  .agree-wrap h2 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 20px;
  }
  .agree-wrap .all-agree label {
    padding-left: 28px;
    font-size: 18px;
  }
  .agree-wrap .all-agree label:before {
    top: 3px;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767.98px) {
  .intro-wrap .info-cont > .info-box {
    float: inherit;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 0;
  }
  .intro-wrap .info-cont > .info-box:last-child {
    margin-bottom: 0;
  }
  .intro-wrap .info-cont > .info-box ul {
    padding-top: 54px;
  }
  .intro-wrap .info-cont > .info-box ul::before {
    width: 54px;
    height: 54px;
    margin-left: -27px;
  }
  .intro-wrap .info-cont > .info-box ul li {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .intro-wrap .info-cont > .info-box ul li::before {
    top: 8px;
  }
  .intro-wrap .info-cont > .info-box ul li:first-child {
    margin-top: 8px;
  }

  .agree-wrap h2 {
    margin-bottom: 0px;
    font-size: 17px;
  }
  .agree-wrap .all-agree label {
    padding-left: 24px;
    font-size: 1rem;
  }
  .agree-wrap .all-agree label:before {
    width: 20px;
    height: 20px;
  }
  .agree-wrap .all-agree label::after {
    width: 6px !important;
    height: 10px !important;
    margin: 6px 0 0 7px !important;
  }

  .agree-box {
    height: auto;
    margin-top: 0px;
  }
  .agree-box .cg-cont li {
    padding: 12px 6px;
  }
  .agree-box .cg-cont .tit {
    padding-right: 80px;
  }
  .agree-box .cg-cont .tit > span .open-dialog {
    font-size: 0.9rem;
    right: 0px;
    top: 55%;
  }
  .agree-box .cg-cont .tit > span .open-dialog:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
  }
  .agree-box .cg-cont {
    margin-top: 0px;
  }
  input[type='checkbox'] + label {
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
  }
  .btn-wrap {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    min-width: 320px;
    background-color: #f9fafb;
    z-index: 999;
  }
  .btn-wrap [class^='btn'] {
    width: 46%;
    min-width: auto;
    padding: 7px 0;
    font-size: 16px;
  }
  .btn-wrap .btn-full {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .intro-wrap {
    margin-bottom: 30px !important;
  }
  .intro-wrap .swiper-container .swiper-pagination {
    display: block;
  }
}

/* 신청하기 */
.form-wrap {
  position: relative;
}
.form-wrap .check-label {
  position: absolute;
  top: 0;
  right: 0;
}
.form-wrap .row {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
  --bs-gutter-x: 0rem;
}
.form-wrap label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}
.form-wrap label .blind {
  color: #d5151c;
  font-weight: 700;
}
.form-wrap .input-group-text {
  border: 0;
  padding: 0.375rem;
  background-color: transparent;
}
.form-wrap .row.noline {
  border-bottom: 0;
  padding-bottom: 0;
}
.form-wrap select {
  padding: 0.5rem 0.75rem;
}

.form-wrap .panel > .put-in {
  position: relative;
}
.form-wrap .panel > .put-in > :first-child {
  display: inline-block;
  margin-bottom: 8px;
}
.form-wrap .panel > .put-in > label {
  margin-right: 8px;
}
.form-wrap .panel img {
  max-width: 320px;
  width: 100%;
}

.form-wrap .form-box {
  padding: 16px 24px;
  background-color: #f0f0f0;
}
.form-wrap .form-box label {
  clear: both;
  display: block;
  padding-top: 15px;
  margin-bottom: 5px;
  font-weight: 300;
}
.form-wrap .form-box label:first-child {
  padding-top: 0;
}

.form-wrap .jumin_fields {
  width: 100%;
  margin-top: 16px;
}
.form-wrap .jumin_fields:after {
  content: '';
  display: block;
  clear: both;
}
.form-wrap .jumin_fields > .msg {
  float: left;
  padding: 10px;
  margin-top: 40px;
  padding: 10px;
}
.form-wrap .jumin_fields label {
  position: relative;
}
.form-wrap .jumin_fields label[for='jumin_date']:before {
  content: '1';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  line-height: 20px;
  background-color: #e6000b;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.form-wrap .license_fields {
  width: 100%;
}
.form-wrap .license_fields label[for='certi_driver1']:before, .form-wrap .nationality label[for='nationality']:before {
  content: '2';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  line-height: 20px;
  background-color: #e6000b;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.form-wrap .col-group {
  display: flex;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}
.form-wrap .col-group + .col-group {
  margin-top: 12px;
}
.form-wrap .col-group .col-item {
  max-width: 100%;
  padding: 0 8px;
}

.after-dash,
.after-at {
  position: relative;
}
.after-dash:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 1px;
  background-color: #898989;
}
.after-at:after {
  content: '@';
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -10px;
  font-size: 13px;
}

.cont .desc-box li {
  position: relative;
  margin-bottom: 6px;
  font-weight: 300;
  font-size: 0.9rem;
  color: #666;
}
.cont .desc-box li:last-child {
  margin-bottom: 0;
}
.cont .desc-box.refer-mark li {
  padding-left: 20px;
}
.cont .desc-box.refer-mark li::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
.cont .text {
  margin-bottom: 6px;
}
.cont .desc-box {
  clear: both;
  margin-bottom: 0;
}

.group-radio > .col-item {
  align-self: center;
  width: auto;
  margin-right: 20px;
}
.group-radio > .col-item:last-child {
  margin-right: 0;
}
.group-mno {
  flex-wrap: wrap;
}
.group-mno > .col-item:last-child > select {
  width: 200px;
  margin-left: 20px;
  display: inline-block;
}
.group-radio {
  padding-top: 0.3rem;
}
.group-phone > .col-item {
  width: 130px;
}
.group-addr1 > .col-item {
  width: 30%;
}
.group-addr2 > .col-item {
  width: 50%;
}
.group-email > .col-item:nth-child(1) {
  width: 230px;
  padding-right: 12px !important;
}
.group-email > .col-item:nth-child(2) {
  width: 230px;
  padding-left: 12px !important;
}
.group-email > .col-item:nth-child(3) {
  width: 230px;
}
.group-drive > .col-item {
  width: 130px;
}

.group-card-no {
  display: flex;
}
.group-card-no > input[type='number'] {
  width: 100px;
  margin-right: 12px;
}
.group-card-no > input[type='number']:last-child {
  margin-right: 0;
}

.form-control {
  border-radius: 0;
}
.succ {
  color: #2566c7;
}
.fail {
  color: #d5151c;
}

@media (max-width: 991.98px) {
  .input-m,
  .input-s,
  .input-xs {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
  }

  .group-radio {
    flex-wrap: wrap;
  }
  .group-radio > .col-item {
    width: auto;
    margin-right: 0;
  }
  .group-mno > .col-item:last-child > select {
    width: 198px;
    margin-left: 8px;
  }
  .group-phone > .col-item {
    width: 100%;
  }
  .group-phone > .col-item.col-btn {
    width: 20%;
  }
  .group-phone-btn {
    flex-wrap: wrap;
  }
  .group-phone-btn > .col-item:not(:last-child) {
    width: 33.33% !important;
  }
  .group-phone-btn > .col-item:last-child {
    margin-top: 12px;
  }
  .group-addr1 > .col-item {
    width: 50%;
  }
  .group-addr2 {
    flex-wrap: wrap;
  }
  .group-addr2 > .col-item {
    width: 100%;
  }
  .group-addr2 > .col-item + .col-item {
    margin-top: 12px;
  }
  .group-email {
    flex-wrap: wrap;
  }
  .group-email > .col-item:nth-child(1) {
    width: 50% !important;
  }
  .group-email > .col-item:nth-child(2) {
    width: 50% !important;
  }
  .group-email > .col-item:nth-child(3) {
    width: 100% !important;
    margin-top: 12px;
  }
  .group-drive > .col-item {
    width: 100%;
  }

  .group-card-no {
    display: flex;
  }
  .group-card-no > input[type='number'] {
    width: 25%;
    margin-right: 8px;
  }
  .group-card_valid > input[type='number'] {
    width: 80px !important;
  }
  .group-usim > .col-item {
    width: 50%;
  }
  .group-hope-num > .col-item {
    width: 50%;
  }

  .cont .desc-box li {
    font-size: 0.9rem;
  }

  .form-wrap .input-group-text {
    padding: 0.1rem;
  }
  .cselect.input-m {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .input-m {
    width: 250px !important;
  }
  .input-s {
    width: 180px !important;
  }
  .input-xs {
    width: 100px !important;
  }
}

.inline-flex {
  display: inline-flex;
}
.inline-flex .btn {
  min-width: 8rem;
}

@media (max-width: 991.98px) {
  .inline-flex {
    width: 100%;
  }
}

.swal2-actions {
  margin: 1.25em auto;
}
.swal2-styled {
  padding: 0.625em 3em;
  font-weight: 400;
}

.swal2-html-container {
  font-size: 1rem;
}
.swal2-icon {
  zoom: 0.75;
}
.swal2-title {
  font-size: 1.5em;
  font-weight: 500;
}

.form-wrap .bootstrap-select .dropdown-menu .inner {
  padding: 0;
}

.form-wrap .bootstrap-select.form-control {
  border: 1px solid #dcdcdc;
}
.form-wrap .bootstrap-select > .dropdown-toggle {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border-color: #fff;
}

input.txt_security {
    -webkit-text-security: disc;
}


.inbox .desc-box {
  display: block;
  position: relative;
  margin-top: 10px;
}
.inbox .desc-box span {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 14px;
  font-size: 0.9rem;
  color: #797979;
}
.inbox .desc-box span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #acacac;
  border-left: 2px solid #acacac;
}

.bg-l {
  background-color: #FEDADB;
  color: #7F7F7F;
}
.bg-k {
  background-color: #ADCED7;
}
.bg-s {
  background-color: #FFB677;
}
.bg-icon{
  background-color: #B492AB;
}
.bg-icon2{
  background-color: #FFC93C;
}
.bg-p{
  background-color: #FF9A8C;
}
.bg-d{
  background-color: #4AA96C;
}
.bg-lte{
  background-color: #B2EBF2;
  color: #7F7F7F;
}
.bg-5g{
  background-color: #B8B5FF;
}

.accordion-body {
    overflow: auto;
}

.modal-content {
  border: 0;
  background: #fff;
}

@media (min-width: 1080px) {
  .modal-content {
    width: 100% !important;
    border-radius: 16px;
  }
}
.modal-footer > * {
  margin: 0px;
}
.modal-footer {
  border: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  background: #efefef;
}
.modal-footer .btn {
  width: 100%;
  border-radius: 0px;
  padding: 1rem;
}

.box {
  padding: 1.66rem 1.5rem;
  border-radius: 0.583rem;
  background: #f7f7f7;
}
.box .box-title {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.text-md {
  color: #999;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.6rem !important;
}
@media (min-width: 1080px) {
  .box .box-title {
    font-weight: 700;
  }
  .text-md {
    font-size: 1rem !important;
  }
}

input[data-readonly] {
  pointer-events: none;
  background: #f0f0f0;
  color: #444;
}

.lang-link {
    font-weight: 400;
    color: #555d69;
    text-decoration: none;
}

.nav-tabs {
  border-bottom: 2px solid #666;
}
.nav-tabs .nav-link {
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1rem;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #1b64da;
  background-color: #f5f5f5;
  color: #3182f6;
}


.tab-charge01 .form-wrap .col-group {
  display: flex;
  width: calc(100%);
  margin-left: 0px;
  margin-right: 0px;
}