.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.tableWrap {
  display: flex;
  justify-content: space-between;
  line-height: 1.5em;
  color: #333;
  font-family: 'S-CoreDream-4Regular';
}

.tableWrap {
  display: flex;
  justify-content: space-between;
  line-height: 1.5em;
  color: #333;
  font-family: 'S-CoreDream-4Regular';
}

.tableWrap .title {
  font-size: 24px;
  font-family: 'S-CoreDream-6Bold';
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  width: 9em;
  margin: 0 auto 1em;
  background: #f72f44;
  color: #fff9f9;
}

.prim-wrap .title {
  color: #fbfbfd;
  background: #3d65e8;
}

.tableWrap .leftBox, .tableWrap .rightBox {
  width: calc(50% - 15px);
}

.tableWrap .leftBox {}

.tableWrap .rightBox {}

.table-div {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  font-size: 15px;
}

.table-div .t-head, .table-div .t-body {}

.table-div .t-head {
  background: #fffbfb;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans KR', sans-serif;
}

.prim-wrap .table-div .t-head {
  background: #f6f9ff;
}

.table-div .t-body {}

.table-div .t-tr {
  display: flex;
  align-items: center;
}

.table-div .t-tr:last-child {}

.table-div .t-td {
  width: calc(100%/3);
  padding: 12px 8px;
  box-sizing: border-box;
}

.table-div.table-433 .t-td {
  width: 25%;
  text-align: center;
}

.table-div.table-433 .t-td.point {
  font-weight: bold;
  color: #ec0404;
}

.table-div.table-433 .t-td.col-2 {
  width: 50%;
}

.table-div.table-433 .t-td:first-child {
  width: 50%;
}

.table-div.table-433 .t-body .t-td:first-child {
  text-align: left;
}

.table-div .t-td:first-child {}

.table-div .optionWarp {}

.table-div .optionWarp input[type="radio"] {
  display: none;
}

.table-div .optionWarp .op-label {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

.table-div .optionWarp .op-label.hide {
  display: none;
}

.table-div .optionWarp .op-label .t-td:first-child {
  display: flex;
  align-items: center;
}

.table-div .optionWarp .op-label .chk-box {
  font-size: 18px;
  margin-right: 10px;
}

.table-div .optionWarp .op-label .txt-box {}

.table-div .quo-txt {}

.table-div .optionWarp .op-label .xi-check-square-o {
  display: none;
}

.table-div .optionWarp input[type="radio"]:checked {}

.table-div .optionWarp input[type="radio"]:checked+.op-label {}

.table-div .optionWarp input[type="radio"]:checked+.op-label {
  border-bottom: 1px solid #fff;
}

.table-div .optionWarp input[type="radio"]:checked+.op-label .xi-checkbox-blank {
  display: none;
}

.table-div .optionWarp .t-tr {
  border-bottom: 1px solid #fff;
}

.stan-wrap .table-div .optionWarp .t-tr {
  background: #fff6f6;
}

.table-div .optionWarp .op-label {
  border: 2px solid #fff6f6;
}

.table-div .optionWarp input[type="radio"]:checked+.op-label {
  border: 2px solid #fa122a;
}

.table-div .optionWarp .op-label .chk-box {
  color: #fa122a;
}

.prim-wrap .table-div .optionWarp .t-tr {
  background: #ecf2ff;
}

.prim-wrap .table-div .optionWarp .op-label {
  border-color: #ecf2ff;
}

.prim-wrap .table-div .optionWarp input[type="radio"]:checked+.op-label {
  border: 2px solid #1949e5;
}

.prim-wrap .table-div .optionWarp .op-label .chk-box {
  color: #6e22cf;
}

.table-div .optionWarp .t-tr:last-child {
  border-bottom: 0;
}

.table-div .optionWarp input[type="radio"]:checked+.op-label .xi-check-square-o {
  display: inline-block;
}

.table-div .resultWrap {
  border-top: 2px solid #333;
  background: #fff6f6;
  height: 129px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prim-wrap .table-div .resultWrap {
  background: #ecf2ff;
}

.table-div .resultWrap .t-tr {
  border-bottom: 1px solid #fff;
  width: 100%;
}

.table-div .resultWrap .t-tr:last-child {
  border-bottom: none;
}

.table-div .resultWrap .t-tr.off {
  display: none;
}

.table-div .resultWrap .t-tr.checked {
  border-bottom: none;
}

.table-div.table-433 .t-tr.checked .t-td:first-child {
  font-size: 18px;
  text-align: center;
  font-family: 'S-CoreDream-6Bold';
}

.table-div.table-433 .t-tr.checked .t-td:first-child .quo-txt {
  font-size: 16px;
  font-family: 'S-CoreDream-4Regular';
}

.table-div.table-433 .t-tr.checked .t-td.point {
  font-family: 'S-CoreDream-6Bold';
}

.bg-gray {
  background-color: #f8f8f8;
}

.txt-center {
  text-align: center;
}

.app-btn {
  font-family: 'S-CoreDream-6Bold';
  display: block;
  margin: 20px auto 0;
  border: 1px solid #333;
  background: #fff;
  border-radius: 2em;
}

.app-btn a {
  display: block;
  display: block;
  color: #333;
  padding: 0.6em 1.5em;
  font-size: 15px;
}

.app-btn a .point {
  font-size: 20px;
  color: #fa122a;
  margin: 0 0.3em;
}

.app-btn a:hover {
  text-decoration: none;
}

.prim-wrap .app-btn a .point {
  color: #1949e5;
}

.app-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin-left: 0.5em;
}

.app-btn:hover {
  background: #fa122a;
}

.prim-wrap .app-btn:hover {
  background: #1949e5;
}

.app-btn:hover a::after {
  border-color: #fff;
}

.app-btn:hover a, .app-btn:hover a .point {
  color: #fff;
}

.prim-wrap .app-btn:hover {
  background: #1949e5;
}

/* 원스톱창간서비스 */
.mw1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.notice_cont {
  font-family: 'S-CoreDream-4Regular';
}

.one-stop-promo {}

.one-stop-promo .sec {
  margin-bottom: 60px;
}

.one-stop-promo .sec .con_img {
  display: block;
  width: 100%;
}

.one-stop-promo .notice_cont {
  color: #333;
}

.one-stop-promo .notice_cont h5 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.8em;
  font-family: 'S-CoreDream-6Bold';
  display: flex;
  align-items: center;
}

.one-stop-promo .notice_cont h5 .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.one-stop-promo .notice_cont h5 .icon img {
  display: block;
  width: 100%;
}

.one-stop-promo .notice_cont .noice_ul {
  padding-left: 40px;
}

.one-stop-promo .notice_cont .noice_ul li {
  line-height: 1.8em;
  font-size: 15px;
}

.one-stop-promo .notice_cont .noice_ul .num {
  margin-right: 0.5em;
}

/* 원스톱결제페이지 */
.onestop_pay {}

.onestop_pay .title {
  color: #333;
  font-size: 30px;
  margin-bottom: 2.5em;
  line-height: 1em;
}

.pay_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pay_content .leftBox {
  width: calc(100% - 420px);
}

.pay_content .ul_tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 2em 0 0.8em;
  line-height: 1em;
  display: flex;
  align-items: center;
}

.pay_content .ul_tit:first-child  {
  margin-top: 0;
}

.pay_content .ul_tit::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #ffa534;
  margin-right: 10px;
  vertical-align: middle;
}

.pay_content .chk_btn_ul {}

.pay_content .chk_btn {
  width: 50%;
}

.pay_content .chk_btn input[type="radio"] {
  display: none;
}

.pay_content .chk_btn label {
  display: block;
  border: 3px solid #ddd;
  font-size: 18px;
  line-height: 3em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #aaa;
  background: #fff;
}

.pay_content .chk_btn:hover label {
  color: #333;
  box-shadow: 0px 0px 5px #ddd;
}

.pay_content .chk_btn:first-child label {
  border-radius: 20px 0 0 20px;
}

.pay_content .chk_btn:last-child {
  margin-left: -3px;
}

.pay_content .chk_btn:last-child label {
  border-radius: 0 20px 20px 0;
}

.pay_content .chk_btn input[type="radio"]:checked+label {
  border-color: #4844f7;
  z-index: 10;
  color: #333;
}

.pay_content .formWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pay_content .formWrap .input_box {
  width: calc(50% - 15px);
  margin-bottom: 18px;
}

.pay_content .formWrap .input_box dt, .pay_content .formWrap .input_box dd {}

.pay_content .formWrap .input_box dt {}

.pay_content .formWrap .input_box.required label::after {
  content: "*";
  color: #e7ab4a;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
}

.pay_content .formWrap .input_box label {
  display: block;
  margin-bottom: 0.5em;
}

.pay_content .formWrap .input_box dd {}

.pay_content .formWrap .input_box dd input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  height: 3em;
  font-size: 15px;
  padding: 0 0.5em;
  font-family: 'Noto Sans KR', sans-serif;
}

.pay_content .rightBox {
  width: 380px;
  width: 380px;
  position: relative;
}

.pay_content .pay_box {
  box-sizing: border-box;
  border: 2px solid #4844f7;
  border-radius: 25px;
  padding: 3em 1.5rem 1.5em;
  width: 380px;
}

.pay_content .pay_box.fixed {
  position: fixed;
  top: 30px;
  right: calc(50% - 600px);
}

.pay_box h4 {
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  color: #000;
  margin-bottom: 1.8em;
}

.pay_box .price_box {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.pay_box .price_box .top {
  padding-bottom: 1em;
  position: relative;
}

.pay_box .price_box .top::after {
  content: "";
  display: block;
  background: #4844f7;
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.pay_box .price_box .top span {
  display: block;
}

.pay_box .price_box .top .orig {
  font-size: 18px;
  position: relative;
}

.pay_box .price_box .top .orig::after {
  content: "";
  display: block;
  background: #f00;
  width: 7em;
  height: 1px;
  left: calc(50% - 3.5em);
  top: 50%;
  position: absolute;
}

.pay_box .price_box .top .discount {
  color: #f00;
}

.pay_box .price_box .bottom {
  color: #000;
  padding: 0.8em 0;
  font-size: 24px;
}

.pay_box .checkBox {
  font-size: 15px;
  line-height: 1.5em;
}

.pay_box .checkBox p {
  margin-bottom: 5px;
}

.pay_box .checkBox input[type="checkbox"] {
  display: none;
}

.pay_box .checkBox label {
  cursor: pointer;
  display: block;
}

.pay_box .checkBox .xi-check-circle-o {
  color: #bbb;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.pay_box .checkBox label a {
  text-decoration: underline;
  color: #6da1e3;
}

.pay_box .checkBox input[type="checkbox"]:checked+label .xi-check-circle-o {
  color: #ffa410;
}

#pay_submit {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  margin-top: 20px;
}

#pay_submit a {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.8em 0;
  font-weight: bold;
  background: #3366ff;
}

@media screen and (max-width: 989px) {
  body {
    padding: 58px 0 0 0;
  }

  .one-stop-promo {
    font-family: 'Noto Sans KR', sans-serif;
  }

  .one-stop-promo .sec {
    width: 95%;
    margin: 0 auto 40px;
  }

  .tableWrap {
    flex-wrap: wrap;
  }

  .tableWrap .leftBox, .tableWrap .rightBox {
    width: 100%;
  }

  .tableWrap .leftBox {
    margin-bottom: 60px;
  }

  .tableWrap .title {
    font-size: 18px;
  }

  .table-div {
    font-size: 12px;
  }

  .table-div.table-433 .t-tr.checked .t-td:first-child {
    font-size: 15px;
  }

  .table-div.table-433 .t-tr.checked .t-td:first-child .quo-txt {
    font-size: 12px;
  }

  .table-div .resultWrap .t-tr .t-td:first-child br {
    display: none;
  }

  .table-div .resultWrap .t-tr.checked .t-td:first-child br {
    display: block;
  }

  .app-btn a {
    padding: 10px 1.5em;
    font-size: 14px;
  }

  .app-btn a .point {
    font-size: 15px;
  }

  .table-div .resultWrap {
    height: 141px;
  }

  .one-stop-promo .notice_cont h5 .icon {
    width: 28px;
    height: 28px;
  }

  .one-stop-promo .notice_cont h5 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .one-stop-promo .notice_cont .noice_ul {
    padding-left: 10px;
  }

  .one-stop-promo .notice_cont .noice_ul li {
    line-height: 1.5em;
    font-size: 12px;
  }

  .pay_content {
    width: 95%;
    margin: 0 auto;
  }

  .pay_content .leftBox {
    width: 100%;
  }

  .pay_content .ul_tit {
    font-size: 20px;
  }

  .pay_content .chk_btn label {
    font-size: 16px;
    line-height: 2.8em;
  }

  .pay_content .formWrap .input_box {
    width: 100%;
  }

  .pay_content .formWrap .input_box label {
    font-size: 14px;
  }

  .pay_content .formWrap .input_box dd input {
    font-size: 13px;
  }

  .contentWrap .title2 {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    color: #000;
  }

  .pay_content .rightBox {
    width: 100%;
    margin: 30px 0 60px;
  }

  .pay_content .pay_box {
    width: 100%;
  }

  .pay_box h4 {
    font-size: 28px;
  }

  .pay_box .price_box {
    font-size: 15px;
  }

  .pay_box .price_box .bottom {
    font-size: 16px;
  }

  .pay_box .checkBox {
    font-size: 13px;
  }

  #pay_submit a {
    font-size: 15px;
  }

  .pay_box .checkBox label {
    display: flex;
    align-items: center;
  }

  .pay_box .checkBox .xi-check-circle-o {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pay_box .checkBox label a {
    margin-right: 5px;
  }
}
