@charset "UTF-8";
.intro-01-01-02 .border-box {
  position: relative;
}
.intro-01-01-02 .border-box th:before, .intro-01-01-02 .border-box td::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  border: 2px solid #000;
}
.intro-01-01-02 .border-box.top th::before {
  border-right: 0;
}
.intro-01-01-02 .border-box.top td::before {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
.intro-01-01-02 .border-box.bottom td::before {
  border-top: 0;
  border-left: 0;
}
.intro-01-01-02 .border-box td:last-child::before {
  border-right: 2px solid #000;
}
.intro-01-01-02 .border-type {
  position: relative;
}
.intro-01-01-02 .border-type::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  border: 2px solid #000;
}
.intro-01-01-02 .border-type.top::before {
  border-bottom: 0;
}
.intro-01-01-02 .border-type.mid::before {
  border-top: 0;
  border-bottom: 0;
}
.intro-01-01-02 .border-type.bottom::before {
  border-top: 0;
}
.intro-01-01-02 .notice-txt {
  display: flex;
  align-items: center;
}
.intro-01-01-02 .underline {
  text-decoration: underline;
}

/* ############### 카드 소개 개편 ################ */
.detail-info-wrap {
  padding: 20px 20px 30px;
  /* ############# tablet ############## */
  /* ############# desktop ############## */
}
.detail-info-wrap .info-box .notice {
  position: relative;
  color: #3F3F3F;
  font-size: 14px;
  padding: 126px 20px 24px;
  background: #FBFBFB;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-info-wrap .info-box .notice::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 86px;
  background: url("../images/card/img-new-kpass.svg") 0 0 no-repeat;
  background-size: 100%;
  top: 24px;
  left: 20px;
}
.detail-info-wrap .info-box .notice > li {
  padding-left: 12px;
  position: relative;
  line-height: 1.6;
  letter-spacing: -0.6px;
}
.detail-info-wrap .info-box .notice > li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #BABABA;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
.detail-info-wrap .type-choice-wrap {
  margin: 40px 0 0 0;
}
.detail-info-wrap .type-choice-wrap .title {
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  font-weight: 600;
  padding-top: 120px;
  background: url("../images/ico/ico-card-type.svg") 0 0 no-repeat;
  background-size: 100px;
  margin-bottom: 40px;
}
.detail-info-wrap .type-choice-wrap .title.hide {
  display: none;
}
.detail-info-wrap .type-choice-wrap .desc {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-top: 16px;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn {
  width: calc(50% - 6px);
  height: 0;
  padding-bottom: 41.57%;
  background-color: rgba(0, 123, 199, 0.1);
  border-radius: 8px;
  position: relative;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.active {
  background-color: #007bc7;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.active .text {
  color: #fff;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn .text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.6;
  background: url("../images/ico/ico-card-type1.svg") 50% 0 no-repeat;
  padding-top: 72px;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type2 {
  background-color: rgba(252, 91, 0, 0.1019607843);
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type2.active {
  background-color: #FC5B00;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type2 .text {
  background-image: url("../images/ico/ico-card-type2.svg");
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type3 {
  background-color: rgba(49, 169, 147, 0.1);
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type3.active {
  background-color: #31a993;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type3 .text {
  background-image: url("../images/ico/ico-card-type3.svg");
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type4 {
  background-color: rgba(145, 60, 254, 0.1);
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type4.active {
  background-color: #913cfe;
}
.detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.type4 .text {
  background-image: url("../images/ico/ico-card-type4.svg");
}
.detail-info-wrap .selected-card-wrapper {
  margin-top: 40px;
}
.detail-info-wrap .selected-card-wrapper .total {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 14px;
  color: #666;
  height: 42px;
  border-top: 1px solid #888;
  margin-bottom: 20px;
}
.detail-info-wrap .selected-card-wrapper .total strong {
  color: #222;
  font-weight: bold;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner {
  border: 1px solid #D9D9D9;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box {
  display: flex;
  flex-wrap: wrap;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .img-box {
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box:not(.bottom) {
  gap: 20px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box:not(.bottom) .fix {
  width: 100px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box:not(.bottom) :not(.fix) {
  flex: 1;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.top {
  align-items: center;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom {
  flex-direction: column;
  gap: 10px;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 8px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box {
  display: flex;
  gap: 6px;
  font-size: 14px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .title {
  width: 44px;
  font-weight: 700;
  color: #222;
  font-size: 14px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail {
  flex: 1;
  display: flex;
  gap: 12px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  flex-wrap: wrap;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail .types {
  position: relative;
  padding-left: 38px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail .types::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 18px;
  background: url("../../assets/images/card/ico/ico-local.svg") 50% 50% no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail .types.global::before {
  background-image: url("../../assets/images/card/ico/ico-global.svg");
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail .types.master::before {
  background-image: url("../../assets/images/card/ico/ico-master.svg");
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail .types.visa::before {
  background-image: url("../../assets/images/card/ico/ico-visa.svg");
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .type-label {
  text-align: center;
  background-color: rgba(0, 123, 199, 0.1);
  color: #007BC7;
  font-weight: 600;
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .type-label.label1 {
  color: #FC5B00;
  background-color: rgba(252, 91, 0, 0.1);
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .type-label.label2 {
  color: #31a993;
  background-color: rgba(49, 169, 147, 0.1);
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .type-label.label3 {
  color: #913cfe;
  background-color: rgba(145, 60, 254, 0.1);
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .name {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .benefit-info .title {
  font-weight: 700;
  font-size: 16px;
  color: #222;
  margin-bottom: 6px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .benefit-info .detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .benefit-info .detail > li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .benefit-info .detail > li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #bababa;
  border-radius: 100%;
  left: 0;
  top: 10px;
}
.detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box .benefit-info .get-card {
  margin-top: 28px;
  border: 1px solid #666;
  color: #666;
  border-radius: 100px;
  padding: 0 16px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .detail-info-wrap .type-choice-wrap .title {
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    font-weight: 600;
    padding: 0 0 0 120px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: url("../images/ico/ico-card-type.svg") 0 0 no-repeat;
    background-size: 100px;
  }
  .detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn {
    padding-bottom: 9.68%;
    background-image: url("../images/ico/ico-arrow-right.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
  }
  .detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn.active {
    background-image: url("../images/ico/ico-w-arrow-right.svg");
  }
  .detail-info-wrap .type-choice-wrap .card-type-btn-wrap .btn .text {
    position: absolute;
    width: auto;
    left: 16px;
    transform: translateY(-50%);
    background-position: 0 50%;
    padding-left: 76px;
    padding-top: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .detail-info-wrap .selected-card-wrapper .selected-type-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner {
    width: calc(50% - 6px);
    justify-content: space-between;
  }
  .detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom {
    flex-direction: row;
    min-height: 134px;
  }
  .detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box {
    flex-direction: column;
    flex: 1;
  }
  .detail-info-wrap .selected-card-wrapper .selected-type-list .list-inner .common-box.bottom .box .detail {
    flex-direction: column;
    gap: 6px;
    word-break: keep-all;
  }
}
@media (min-width: 1024px) {
  .detail-info-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .detail-info-wrap .info-box .notice {
    padding: 24px 96px 24px 20px;
  }
  .detail-info-wrap .info-box .notice::before {
    left: auto;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50% 50%;
    width: 60px;
    height: 99px;
  }
}/*# sourceMappingURL=new_style.css.map */