/* 20250513 jsp 스타일 추출 */
.pur_bo_text {
  padding: 40px 42px 0 42px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.pur_bo_text p {
  color: #f17700;
  font-weight: bold;
  font-size: 1.063rem;
  letter-spacing: -0.028rem;
}

/* 2021-12-15수정 */
@media (max-width: 767px) {
  .pur_bo_text {
    padding: 24px 24px 0 24px;
    border: 0;
  }
  .pur_bo_text p {
    font-size: 0.813rem;
  }
}
/* //2021-12-15수정 */

.mb-16px {
  margin-bottom: 16px;
}

.bo_noti3 .sub {
  font-size: 0.75rem;
  letter-spacing: -0.022rem;
  color: #6c6c6c !important;
  line-height: 1.79;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400 !important;
  width: 100%;
}

.bo_noti1 p.title {
  font-size: 16px !important;
  color: #000000 !important;
}

/* .tab2_inform .device1 input[type="radio"] + label::after {
  right: -12px !important;
}

.tab2_inform .chk_device2 input[type="radio"] + label::after {
  right: 5px !important;
}

.tab2_inform .chk_device3 input[type="radio"] + label::after {
  right: -3px !important;
}

.tab2_inform .chk_grade2 input[type="radio"] + label::after {
  right: -4px !important;
} */

/* .tab2_inform .inform_list.chk_device2 .inform_content {
  width: 61% !important;
} */

label.scienceChecked::after {
  content: none !important;
}

/* 2021-12-13수정 */
input {
  /*ios대응*/
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
select {
  /*ios대응*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none; /* 화살표 없애기 for IE10, 11*/
}

p.dot {
  position: relative;
  padding-left: 10px;
}
p.dot::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 3px;
  position: absolute;
  top: 11px;
  left: 0;
}
p.acc_chk.dot::before {
  background-color: #f17700;
  top: 10px;
}
.inform_info .dot::before {
  top: 9px;
}

/* //2021-12-13수정 */
/* 2021-12-14 */
#cancelPopup .popup_form,
#submitPopup .popup_form,
#submitError322Popup .popup_form,
#alotPaymentPopup .popup_form {
  width: 470px;
}

/* //2021-12-14 */

.pur_top {
  position: relative;
  height: 145px;
  width: 100%;
}

.pur_top h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-top: 43px;
}

.pur_top1 {
  background: url("/assets/img/purchase/pur_top1.png") no-repeat center bottom;
  background-size: cover;
}

.pur_top_tab {
  height: 76px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f6f6f6;
}

.pur_top_tab ul {
  position: relative;
  text-align: center;
  font-size: 0;
  height: 76px;
  width: 926px;
  margin: 0 auto;
}

.pur_top_tab ul li {
  display: inline-block;
  width: 20%;
  height: 76px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  color: #666666;
  padding: 2% 0;
}

.pur_top_tab ul li:first-child {
  border-left: 1px solid #e0e0e0;
}
.pur_top_tab ul li.active {
  background-color: #347acb;
  color: #ffffff;
}
.pur_top_tab ul li.active span + p {
  color: #ffffff;
}
.pur_top_tab ul li span {
  font-size: 1.5rem;
  font-weight: 200;
  padding-right: 7px;
  vertical-align: sub;
}
.pur_top_tab ul li span + p {
  font-size: 1rem;
  vertical-align: text-bottom;
  display: inline-block;
}
.pur_top_tab_contents {
  width: 926px;
  height: 100%;
  margin: 0 auto 30px;
  padding-top: 40px;
}

/* .top_tab_content {
    border: solid 1px #e0e0e0;
    border-radius: 10px;
} 211022 �섏젙*/

.top_tab_content h3 {
  font-size: 1.375rem;
  line-height: 1.357rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.top_contents {
  border-left: solid 1px#e0e0e0;
  border-right: solid 1px#e0e0e0;
  border-top: solid 1px#e0e0e0;
  border-radius: 10px 10px 0 0;
  padding: 2.8% 6.8% 2.8% 6.8%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pur_bottom_tab {
  display: inline-block;
  width: 70%;
  padding-left: 0;
  text-align: right;
  float: right;
}

.pur_bottom_tab ul.purchase_sub_tabs li {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}
.pur_bottom_tab ul.purchase_sub_tabs li:last-child {
  margin-right: 0;
}
.pur_bottom_tab ul.purchase_sub_tabs li.active span {
  color: #ffffff;
  background-color: #4c5258;
}
.pur_bottom_tab ul.purchase_sub_tabs li span {
  border: solid 1px #4c5258;
  color: #4c5258;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding: 5px 7px;
  border-radius: 100%;
  margin-right: 6px;
}
.pur_bottom_tab ul.purchase_sub_tabs li span + p {
  display: inline-block;
}

.inform_wrap {
  padding: 40px 124px 40px 124px;
  border: solid 1px#e0e0e0;
  border-radius: 0 0 10px 10px;
}

.inform_wrap input {
  color: #000000;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  height: 50px;
  padding: 13px 20px;
}

.inform_list {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.inform_title {
  width: 143px;
  display: inline-block;
  float: left;
}

.inform_title h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 3rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.inform_title h4.required_mark::after {
  content: "*";
  color: #f17700;
  position: absolute;
  top: 0;
  right: -12px;
}

.inform_content {
  width: 534px;
}

.pur_bottom_tab_contents .inform_content {
  display: flex;
  align-items: center;
}

.inform_list_horizontal_end {
  /* display: flex;
    justify-content: end; */
  padding-left: 21%;
  overflow: hidden;
  font-size: 0;
}
.inform_list_horizontal_end > .inform_content {
  width: 534px;
  display: inline-block;
}

.input_xs {
  width: 42%;
}
.input_ss {
  width: 63%;
}
.input_s {
  width: 65%;
}
.input_m {
  width: 72%;
}
.input_lg {
  width: 100%;
}

.select_s {
  width: 33.7%;
  height: 50px;
  margin: 0 0 0 8px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  color: #000;
  background-color: #fff;
  font-size: 0.938rem;
  background: url("/assets/img/purchase/pur_acc_down.png") no-repeat right 9px
    center;
  background-size: 8% 24%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

input[type="radio"] + label {
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  background-color: #f0f0f0;
  font-size: 1rem;
  position: relative;
  display: inline-block;
}

input[type="radio"] + label span {
  display: inline-block;
}
.chk_gender input[type="radio"] + label span {
  padding: 12px 0px 0 132px;
}

.chk_gender input[type="radio"] + label {
  width: 50%;
  height: 50px;
  margin: 0 7px 0 0;
  color: #6a6a6a;
  line-height: 1.5rem;
}
/* .chk_gender input[type="radio"] + label:checked {margin: 0 7px 0 0;} */

.chk_grade input[type="radio"] + label {
  width: 49%; /* 2022-05-25 */
  height: 50px;
  margin: 0 4px 0 0;
  color: #888888;
  text-align: center;
  padding: 2% 0;
  line-height: 1.5;
}
.tab2_inform .chk_grade input[type="radio"] + label {
  /* 2021-12-13 수정 */
  width: 32.35%; /* 2022-05-25 
	width: 49%; */
}

.chk_address input[type="radio"] + label {
  display: inline-block;
  width: 32.8%;
  height: 50px;
  margin: 0 4px 0 0;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  background-color: #f0f0f0;
  font-size: 1rem;
  color: #888888;
  text-align: center;
  padding: 2% 0;
  position: relative;
}

.chk_gender input[type="radio"]:checked + label,
.chk_grade input[type="radio"]:checked + label,
.chk_address input[type="radio"]:checked + label {
  border: 1px solid #f17700;
  background-color: #fff6ed;
  color: #f17700;
  font-weight: 500;
}

.chk_gender input[type="radio"].icom_m + label span::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/purchase/icon_male_non.png") no-repeat;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 13px;
  left: 95px;
  background-size: cover;
}

.chk_gender input[type="radio"].icom_m:checked + label span::after {
  display: inline-block;
  background: url("/assets/img/purchase/icon_male_color.png") no-repeat;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 13px;
  left: 95px;
  background-size: cover;
}

.chk_gender input[type="radio"].icom_f + label span::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/purchase/icon_female_non.png") no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 95px;
  background-size: 100% 100%;
}

.chk_gender input[type="radio"].icom_f:checked + label span::after {
  display: inline-block;
  background: url("/assets/img/purchase/icon_female_color.png") no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 95px;
  background-size: 100% 100%;
}

.chk_address_match input[type="checkbox"] + label {
  display: flex;
  justify-content: flex-end;
  background: #fff;
}
.chk_address_match input[type="checkbox"] + label span {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 6px;
  width: 21px;
  height: 20px;
  margin: 6.6% 4% 0 0;
  position: relative;
}
.chk_address_match input[type="checkbox"]:checked + label span::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/purchase/pur_check.png) no-repeat center;
  width: 10px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chk_address_match input[type="checkbox"] + label + p {
  margin-top: 2%;
}

.chk_address_match p {
  display: inline-block;
  color: #999999;
}

.chk_grade input,
.chk_gender input,
.chk_address input,
input[id="chk_address_match"] {
  display: none;
}

.mt10 {
  margin-top: 10px;
}
.m0 {
  margin: 0 !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.chk_label {
  display: inline-block;
  width: 30%;
  line-height: 2.5;
  text-align: right;
}

/* 踰꾪듉 �곸뿭 */
.control_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
} /* 2021-11-17 */
.control_btn {
  display: inline-block;
  width: 208px;
  height: 70px;
  margin-right: 13px;
  font-size: 1.375rem;
  line-height: 4.375rem;
  border: 0;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.btn_gray_m {
  width: 143px;
  height: 50px;
  margin: 0 0 0 6px;
  background-color: #888;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.07rem;
  border: 0;
  border-radius: 5px;
  color: #fff;
}
.p_pop_btn .btn_gray_m {
  width: 147.5px;
  margin: 0;
  font-size: 1.25rem;
}
.btn_gray_m.cOran {
  background-color: #f17700;
  margin-left: 5px;
}
.popup_2 .btn_gray_m.cOran {
  margin-left: 76px;
}

.btn_prev,
.last_btn_prev {
  background-color: #888888;
}
.btn_next,
.last_btn_next {
  background-color: #f17700;
}
.last_btn_next a {
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 4.375rem;
}
/*  */

/* �닿꼍�� */
/* 2021-10-18-異붽�/�섏젙  */
.pur_popup_wrap {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.pur_popup_wrap .pur_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
  height: 250px;
  padding: 51px 78px 18px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.pur_popup_wrap .pur_popup2 {
  /* height: 210px; */
  padding-top: 65px;
}
.pur_popup_wrap .pur_popup .p_pop_text h4 {
  font-size: 1.375rem;
  letter-spacing: -0.034rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 9px;
  line-height: 1.18;
}
.pur_popup_wrap .pur_popup .p_pop_text h4 br {
  display: none;
}

.pur_popup_wrap .pur_popup .p_pop_text p {
  font-size: 1.125rem;
  letter-spacing: -0.028rem;
  color: #000;
  line-height: 1.33;
}
/* 2022-02-21 추가 */
#timePopup .popup_form {
  width: 566px;
  padding: 50px 65px 30px;
}
#timePopup .pur_popup_wrap .pur_popup .p_pop_text h4 {
  font-size: 1.625rem;
  margin-bottom: 20px;
}
.pur_popup_wrap .pur_popup .p_pop_text p.p_pop_txt1 {
  font-weight: 600;
}
.pur_popup_wrap .pur_popup .p_pop_text p.p_pop_txt2 {
  font-size: 1.5rem;
  letter-spacing: -0.038rem;
  color: #f17700;
  font-weight: bold;
  margin: 15px 0;
}
#timePopup .p_pop_btn {
  width: 100%;
}
#timePopup .btn_gray_m {
  width: 49%;
}
#timePopup .btn_gray_m.cOran {
  margin: 0 5px 0 0;
}
/* 2022-02-21 끝*/
.p_pop_btn {
  width: 300px;
  margin: 51px auto 0;
}
.pur_popup2 .p_pop_btn {
  margin-top: 60px;
}
/* 2021-10-18-異붽�/�섏젙 �� */
.tab2_inform {
  position: relative;
  padding: 40px 98px;
}
.tab2_inform .inform_list {
  align-items: center;
}
/* 2022-05-25 수정 */
.tab2_inform .chk_device {
  margin-bottom: 16px;
}
.tab2_inform .mb16 {
  margin-bottom: 49px !important;
}
/* 2022-05-25 수정 끝 */
.tab2_inform .chk_voucher {
  display: block;
}
.tab2_inform .chk_voucher .inform_content {
  width: 100%;
}
.chk_device .inform_title h3 {
  float: none;
}
/* 2021-11-25 �섏젙 �쒖옉 */
.q_mark {
  background: url(/assets/img/purchase/pur_over_before.png) no-repeat top left;
  background-size: 100% 100%;
  width: 28px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.cradit_info2 .q_mark {
  margin-left: 16px;
}
.q_mark.active {
  background-image: url(/assets/img/purchase/pur_over_after.png);
}
/* 2021-11-25 �섏젙 �� */
.chk_voucher .inform_title {
  margin-bottom: 12px;
}

.cradit_info .inform_content select {
  color: #000000;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  height: 50px;
  padding: 13px 20px;
}

.chk_voucher input[type="radio"] + label span.chk_vou {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 2px #c3c3c3;
  flex-shrink: 0;
}
.chk_voucher input[type="radio"] + label span.chk_vou_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 105.7px;
}

/* 2021-12-15 수정 */
.chk_voucher input[type="radio"] + label span.chk_vou_text1 {
  /* margin-right: auto; */ /* 2021-12-13수정 */
  width: calc(100% - 135px);
}
.chk_vou_p_bg {
  width: 135px;
}
/* //2021-12-15 수정*/

/* 2022-0530 수정 */
.chk_vou_text1.ipad {
  position: relative;
  z-index: 10;
}
.chk_vou_text1.ipad::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 24%;
  height: 15px;
  background: #fff500;
  z-index: -1;
}
/* 2022-0530 수정 끝 */

.chk_voucher input[type="radio"] + label span.chk_vou_text2 {
  font-weight: normal;
  color: #898989;
  font-size: 0.938rem;
  letter-spacing: -0.024rem;
  margin: 0 8px 0 auto;
}
.chk_voucher input[type="radio"] + label span.chk_vou_price {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
  letter-spacing: -0.028em;
}
.chk_device input[type="radio"] + label {
  display: inline-block;
  width: 49%;
  height: 50px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
  background-color: #f0f0f0;
  font-size: 1rem;
  color: #6a6a6a;
  line-height: 1.5rem;
  text-align: center;
  padding: 2% 0;
  position: relative;
}
.chk_voucher input[type="radio"] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  font-size: 1.063rem;
  /* padding: 19.5px 25px 17.5px 34px; */
  padding: 0 25px 0 34px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  margin-bottom: 5px;
  color: #383838;
  font-weight: 500;
  letter-spacing: -0.027rem;
  background-color: #fff;
}
.chk_device input[type="radio"]:checked + label {
  border: 1px solid #f17700;
  background-color: #fff6ed;
  color: #f17700;
}
.chk_voucher input[type="radio"]:checked + label {
  border: 1px solid #f17700;
  background-color: #fff6ed;
}
.pay_method input[type="radio"]:checked + label {
  display: inline-block;
  border: 1px solid #f17700;
  background-color: #fff6ed;
  color: #f17700;
  width: 155px;
  height: 50px;
  padding: 12px 0 13px 34px;
  border-radius: 5px;
}

.pay_method2 input[type="checkbox"] + label {
  display: flex;
  width: 51%;
  background: #fff;
}

.pay_method2 input[type="checkbox"] + label span {
  border: 1px solid #707070;
  border-radius: 6px;
  width: 21px;
  height: 20px;
  margin: 3px 0 0 2%;
  vertical-align: middle;
  position: relative;
}

.pay_method2 input[type="checkbox"]:checked + label span::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/purchase/pur_check.png) no-repeat center;
  width: 10px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chk_voucher input[type="radio"]:checked + label span.chk_vou {
  border-color: #f17700;
  background: #f17700 url(/assets/img/purchase/pur_check_wh.png) no-repeat
    center;
  background-size: 50%;
}
.pay_method input[type="radio"]:checked + label .cradit {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff url(/assets/img/purchase/pur_check.png) no-repeat 47% 45%;
  background-size: 53%;
  border: 1.5px solid #ffcd9b;
  margin: 5px 5px 0 0;
}
.pay_method input[type="radio"]:checked + label .card {
  font-size: 1rem;
  vertical-align: top;
}
.pay_method2 input[type="checkbox"] + label {
  margin-right: auto;
}

.pay_price .inform_content {
  text-align: right;
  display: inline-block;
}
.pay_method .inform_content {
  /* margin-left: 111px;  */
  margin-left: auto; /*2021-12-13수정*/
  font-size: 0;
}
.pay_price label {
  width: 410px;
  display: inline-block;
  height: 50px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 13px 20px;
  text-align: left;
  margin-right: -4px;
}
.pay_price .price_won {
  font-size: 1.125rem;
  letter-spacing: 0.028rem;
  font-weight: 500;
  color: #000;
  margin-left: 18px;
}

/* 2021-11-25 �섏젙 �쒖옉 */
.cradit_info2 .inform_content span,
.cradit_info3 .inform_content span {
  width: 100%;
  display: inline-block;
  height: 50px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 13px 20px;
  text-align: left;
  margin-right: -4px;
  font-weight: 500;
}
/* 2021-11-25 �섏젙 ��*/

.pay_method input[type="radio"],
.pay_price input,
.chk_voucher input,
.chk_device input,
input[id="pay_method_match"] {
  display: none;
}

.chk_device_popup {
  display: none;
  position: absolute;
  top: 90px;
  left: 278px;
  background: #393939;
  opacity: 0.85;
  width: 382px;
  /* height: 250px; 2022-05-25 */
  border-radius: 5px;
  padding: 68px 21px 68px 22px; /* 2022-05-25 */
  z-index: 1; /* 2021-11-25 */
}
.chk_device_popup.active {
  display: block;
}
/* 2021-11-25 �쒖옉*/
.chk_device_popup2 {
  left: 205px;
}
/* 2021-11-25 ��*/
.chk_device_popup .dev_pop_close {
  /* 2022-05-25 시작 */
  position: absolute;
  top: 21px;
  right: 21px;
  /* 2022-05-25 끝 */
  padding: 0 0 0 284px;
}
.chk_device_popup .dev_pop_close a {
  display: block;
  width: 26px;
  height: 26px;
}
.chk_device_popup .dev_pop_close a img {
  width: 100%;
  height: 100%;
}
/* 2022-05-25
.chk_device_popup .dev_pop_text {
  width: 280px;
	height: 113px; 
}
*/
.chk_device_popup .dev_pop_text p {
  color: #e5e5e5;
  font-size: 1rem; /* 2022-05-25 */
  letter-spacing: 0.028rem;
  line-height: 1.51; /* 2022-05-25 */
}
.chk_device_popup .dev_pop_text p strong {
  color: #fff;
  font-weight: bold;
}

.mb12 {
  margin-bottom: 12px !important;
}
.br {
  border-right: 1px solid #c4c4c4;
}

.tab_info {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  padding-left: 35%;
}
.tab_info .inform_list {
  align-items: center;
}
.tab_info span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 2px 8px 0 0;
}
.tab_info span img {
  width: 100%;
  height: 100%;
}
.tab_info p {
  display: inline-block;
  vertical-align: middle;
  color: #4c5258;
  letter-spacing: -0.025rem;
}
.tab4 .tab_info {
  padding-left: 8%;
}

.cradit_info {
  margin: 20px auto 40px;
  border: 0.5px solid #c4c4c4;
  padding: 40px 48px;
  background: #fcfcfc;
  border-radius: 10px;
  position: relative; /* 2021-11-25 */
}
.tab4 .cradit_info {
  margin-top: 16px;
}
.cradit_info .inform_content {
  width: 403px;
  margin-right: 2px;
  display: inline-block;
}
/* .cradit_info .inform_content input */
.cradit_info .inform_content select {
  width: 100%;
}
.cradit_info .inform_content select {
  color: #999;
  appearance: none;
  background: #fff url(/assets/img/purchase/pur_acc_down.png) no-repeat right
    20px center;
  background-size: 14px 12px;
}
.tab3 .cradit_info4 .inform_content select {
  color: #000;
}
.cradit_info .inform_content input::placeholder {
  color: #999;
}
.cradit_info .inform_content input:-ms-input-placeholder {
  color: #999;
}
.cradit_info5 .inform_content {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.cradit_info5 .inform_content select {
  width: 121px;
  margin-right: 18px;
}
.cradit_info5 .inform_content span {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.028rem;
  color: #000;
}
.cradit_info5 .inform_content span.mrA {
  margin-right: auto;
}
.cradit_info5 .inform_content span.mrA::after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: "";
  display: block;
  width: 1.5px;
  height: 25.9px;
  background: #e6e6e6;
  transform: translate(-50%, -50%) rotate(25deg);
}

.cradit_info6 .inform_content .inform_input {
  display: flex;
}

.cradit_info6 .inform_content .inform_info {
  color: #f17700;
  font-size: 13px;
  letter-spacing: -0.022rem;
  font-weight: 500;
}
.cradit_info7 .btn_gray_m {
  margin-left: 0;
  width: 155px;
}
/* 2021-10-18-異붽� */
.cradit_info7 .inform_content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.toast_popup {
  display: none;
  width: 327px;
  height: 40px;
  margin-top: 16px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: rgba(57, 57, 57, 0.85);
  letter-spacing: -0.63px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 20px;
}
/* 2021-10-18-異붽� �� */
/* 2021-11-23 �섏젙 �쒖옉 */
.inform_text p {
  font-size: 0.9375rem;
  font-weight: 500;
  /* letter-spacing: -0.024rem; */
  letter-spacing: -0.077rem;
  color: #000;
  line-height: 1.6;
  /* padding-left: 10px; */
}

.inform_text p:nth-child(2),
.tab4 .inform_text p {
  color: #5f5f5f;
}
.inform_text_inner {
  display: flex;
}
/* .inform_text p span{
    position:relative;
}
.inform_text p span::after{
        content: "��";
        display: inline-block;
        width: 10px;
        height: 21px;
        position: absolute;
        top:-1px;left:-16px;
} */
/* 2021-11-23 �섏젙 �� */
.pay_method2 .inform_content {
  display: flex;
  align-items: center;
}
.pay_method2 .inform_content p.chk_cradit {
  font-size: 1rem;
  letter-spacing: -0.025rem;
  color: #999;
  margin-left: 8px;
}
.tab4 .inform_text p strong {
  color: #000;
}

/* 211022 �섏젙 */
/* .top_tab_content, .tab3_wrap .tab3, .tab3_noti{
    border: solid 1px #e0e0e0;border-radius: 10px;
} */
.top_tab_content.tab3_wrap {
  border: 0;
}
/* .tab3 .inform_list{
    padding:0 24px;
}
.tab3 .inform_list.cradit_info5 {
    padding: 0 36px 0 24px;
} */
.tab3_noti {
  margin-top: 20px;
}
.tab3_noti .top_contents {
  display: flex;
  justify-content: space-between;
}
.tab3_noti .top_contents.active {
  /* 2021-11-15 */
  border-bottom: solid 1px#e0e0e0;
}
.tab3_noti .top_contents h3 {
}
.tab3_noti .top_contents .top_arrow {
  width: 11.6px;
  height: 6.3px;
}
.tab3_noti .top_contents .top_arrow a {
  display: block;
}
.tab3_noti .top_contents .top_arrow a img {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.tab3_noti .top_contents .top_arrow.active a img {
  transform: rotate(0deg);
}
/* 2021-11-23 �섏젙 �쒖옉 */
.tab3_noti .bottom_contents p {
  font-size: 0.875rem;
  letter-spacing: -0.022rem;
  color: #6c6c6c;
  line-height: 1.79;
  /* padding-left:10px; */
  display: inline-block;
}
/* .tab3_noti .bottom_contents span{
    position:relative;
}
.tab3_noti .bottom_contents p span::after{
        content: "��";
        display: inline-block;
        width: 10px;
        height: 21px;
        position: absolute;
        top:-2px;left:-13px;
} */
.bo_noti_inner {
  display: flex;
}
/* 2021-11-23 �섏젙 �� */
.tab3_noti .bottom_contents .bo_noti2 p {
  padding-left: 0;
}
.tab3_noti .bottom_contents .bo_noti2 p span::after {
  display: none;
}
.tab3_noti .bottom_contents .bo_noti2 {
  margin: 25px auto;
  padding: 14px 0 18px 27px;
  border-radius: 10px;
  border: solid 0.5px #c4c4c4;
  background: #f5f5f5;
}

.tab3_noti .bottom_contents .bo_noti2 .noti2_1 p {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.tab3_noti .bottom_contents .bo_noti2 span.noti2_n {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.tab3_noti .bottom_contents .bo_noti2 span.noti2_n img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.tab3_noti .bottom_contents .bo_noti2 .noti2_1 span.noti2_n {
  margin: 0 4px;
}
.tab3_noti .bottom_contents .bo_noti2 .noti2_2 span.noti2_n {
  margin-right: 11px;
}
.tab3_noti .bottom_contents .bo_noti2 span.noti2_2_t {
}
.tab3_noti .bottom_contents .bo_noti2 .noti2_2 p {
  display: flex;
  align-items: center;
}
.tab3_noti .bottom_contents .bo_noti2 .noti2_2 p:first-child {
  margin-bottom: 6px;
}

.tab3_noti .bottom_contents .bo_noti3 p:last-child {
  color: #101010;
}

.tab5_title {
  width: 600px;
  margin: 0 auto;
}
.tab5_title .tab5_tit_icon {
  display: none;
}
.tab5_title h3 {
  width: 100%;
  display: block;
  font-size: 1.5625rem;
  text-align: center;
  letter-spacing: -0.039rem;
}
.tab5_title h3 br {
  display: none;
}
.tab5_text p {
  font-size: 1.125rem;
  color: #555;
  letter-spacing: -0.028rem;
}
.tab5_text p br {
  display: none;
}
.tab5_text p.cOran br {
  display: block;
}
.tab5_text p.cOran {
  color: #f17700;
  font-weight: 500;
}
.tab5_text p.cOran span {
  margin-left: 1rem;
}

.tab5_info {
  width: 679px;
  height: 295px;
  margin: 0 auto;
  margin-bottom: 20px;
  outline: 1px solid #c4c4c4;
  font-size: 0;
}

.tab5_info > div.pay_chk {
  width: 50%;
  display: inline-block;
  font-size: 0;
}
.tab5_info h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: #fcfcfc;
  border-bottom: 1px solid #c4c4c4;
  padding: 12px 0 14px 20px;
  letter-spacing: -0.5px;
}
.tab5_info .pay_chk_tit {
  display: inline-block;
  width: 100%;
}
.tab5_info ul {
  padding: 35px 40px 34px 41px;
  display: inline-block;
  vertical-align: top;
  height: 240px;
}
.br {
  border-right: 1px solid #c4c4c4;
}
.tab5_info ul li {
  font-size: 0;
  margin-bottom: 9px;
}
.tab5_info ul li:last-child {
  margin-bottom: 0;
}
.tab5_info ul li p,
.tab5_info ul li > span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.38px;
  line-height: 23px;
}
.tab5_info ul li p {
  position: relative;
  color: #000;
  width: 100px;
  vertical-align: top;
}
.tab5_info ul li p::after {
  position: absolute;
  top: 5px;
  right: -14px;
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #e0e0e0;
}
.tab5_info ul li p span {
  margin-left: 0;
  color: #000;
}

.tab5_info ul li span {
  color: #606060;
  margin-left: 29px;
  width: 127px;
  font-weight: 300;
}
/* 2021-11-17  �섏젙*/
/* .tab5_info.pay_chk2 ul{
    padding-top: 65px;
}
.tab5_info.pay_chk3 ul{
    padding-top: 46px;
} */
/* 2021-11-17  �섏젙 ��*/

/* �닿꼍�� */
select::-ms-expand {
  display: none;
}
.pur_tab_bottom,
.pur_tab {
  display: none;
}
.pur_tab_bottom.on,
.pur_tab.on {
  display: block;
}

.pur_tab.top_tab_content.add_outline {
  border: 0;
}
.outline {
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}
.outSideBtn {
  margin-top: 40px;
}
.tab5 .control_btn {
  width: 263px;
}
.tab5 .control_btn a {
  font-size: 1.375rem;
  line-height: 4.375rem;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
}
.cradit_info3 input {
  width: 100%;
}
.lastPageBtn .control_btn {
  width: 263px;
}
.mt110 {
  margin-top: 110px !important;
}
/* 寃곗젣�섏씠吏� �� css �쒖옉 */
.btn_gray_s {
  width: 100px;
  background: #888;
  border-color: #d6d6d6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
/* pur_prove */
.prove_wrap {
  width: 100%;
  background: url(/assets/img/purchase/pur_prove_bg.png) no-repeat top left;
  background-size: cover; /* 2021-12-14수정 */
  padding: 150px 0 32px;
  background-attachment: fixed; /* 2021-12-13추가 */
}
.prove_inner {
  width: 740px;
  margin: 0 auto;
}
.prove_text {
  text-align: center;
}
.prove_text .prove_title {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.47;
  letter-spacing: -0.85px;
}
.prove_text .prove_sub {
  line-height: 1.5;
}
.prove_text .prove_sub.p_sub1 {
  color: #fda041;
}
.prove_text .prove_sub.p_sub2 {
  color: #b7b7b7;
}
.prove_form,
.lookup_form {
  position: relative;
  /* height: 662px; */
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.prove_form {
  margin: 0 auto;
  width: 740px;
  margin-top: 26px;
  padding: 40px 87px;
}
.lookup_form {
  width: 680px;
  padding: 40px 74px 40px 73px;
}

.prove_form h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 21px;
  text-align: center; /* 2021-12-13추가 */
}

.prove_form ul,
.lookup_form ul {
  display: flex;
  justify-content: space-between;
}
.prove_form ul.pro_phone {
  margin-top: 8px;
}
.prove_form ul.pro_num {
  margin-top: 10px;
}
.prove_form ul li.pro_re_input,
.lookup_form ul li.look_input,
.lookup_form .look_phone .look_input {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 50px;
}
.prove_form ul li.pro_re_input::after,
.lookup_form ul li.look_input::after,
.lookup_form .look_phone .look_input::after {
  content: "*";
  color: #f17700;
  position: absolute;
  top: 0;
  right: -12px;
}
.prove_form ul li {
  font-size: 0;
}
input[type="submit"]:hover {
  cursor: pointer;
}
.prove_form ul li input,
.lookup_form ul li input {
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
/* 2021-12-09 異붽� */
.prove_form ul li input,
.lookup_form ul li input {
  background: #f8f8f8;
  color: #000;
  font-size: 16px;
}
.prove_form ul li input[type="text"],
.lookup_form ul li input[type="text"] {
  padding: 13px 20px;
  color: #000;
}
.prove_form ul li input::placeholder,
.lookup_form ul li input::placeholder {
  color: #999;
}
.prove_form ul li input:-ms-input-placeholder,
.lookup_form ul li input:-ms-input-placeholder {
  color: #999;
}

.prove_form ul li input.name,
.prove_form ul li input.phone {
  width: 431px;
} /* 2021-12-09 �섏젙*/
/* 2021-12-09 �섏젙.prove_form ul li input.phone, .prove_form ul li input.num{ */
.prove_form ul li input.num {
  width: 323px;
  margin-right: 7px;
}
.prove_form ul li input.submit,
.lookup_form ul li input.submit {
  -webkit-appearance: none;
}

/* 2021-12-09 �섏젙
.prove_form .pro_accept{
    margin-top: 18px;
} */

.prove_form .pro_accept .acc_check {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* 2021-12-09 �섏젙 9px; */
}
.prove_form .pro_accept .acc_check input[id="chk"] {
  display: none;
}

/* 2021-12-09 異붽� */
.prove_form .after_prove {
  margin-bottom: 30px;
}
.prove_form .pro_accept .checkbox {
  position: relative;
  width: 100%;
}
.prove_form .pro_accept .allagree {
  border-bottom: solid 2px #707070;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.prove_form .pro_accept .allagree label {
  color: #272727;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
  font-size: 16px;
}
.prove_form .pro_accept .checkbox input[type="checkbox"] + label {
  color: #272727;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
  font-size: 16px;
}
.prove_form .pro_accept .checkbox input[type="checkbox"] + label:before {
  display: inline-block;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.prove_form .pro_accept .allagree.on span,
.prove_form
  .pro_accept
  .checkbox
  input[type="checkbox"]:checked
  + label:before {
  background-image: url(/assets/img/purchase/pur_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
}
.prove_form .pro_accept .allagree span {
  display: inline-block;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.prove_form .pro_accept .checkbox span.acc_arrow {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  padding: 16px 0;
  background: url(/assets/img/purchase/pur_acc_down.png) center no-repeat;
  background-size: 11px 9px;
}
.prove_form .pro_accept .checkbox span.acc_arrow.active {
  transform: rotate(180deg);
}
.prove_form .agree_error {
  color: #f17700;
  font-size: 15px;
  font-weight: 500;
}

.prove_form .pro_accept .acc_check input[type="checkbox"] + label {
  display: inline-block;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 2px;
  position: relative;
}
.prove_form .pro_accept .acc_check input[type="checkbox"]:checked + label span {
  display: inline-block;
  background: url(/assets/img/purchase/pur_check.png) no-repeat center;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prove_form .pro_accept .acc_check a {
  width: 100%;
}
.prove_form .pro_accept .acc_check p {
  color: #272727;
  margin-right: auto;
  letter-spacing: -0.4px;
}
.prove_form .pro_accept .acc_check .pur_acc_arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prove_form .pro_accept .acc_check .acc_arrow {
  width: 11px;
  height: 9px;
}
.prove_form .pro_accept .acc_check .acc_arrow img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.prove_form .pro_accept .acc_check .active {
  display: none;
}

.prove_form .pro_accept .acc_text_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  /* height: 103px; */
  margin-bottom: 10px; /* 2021-12-09 異붽� */
  padding: 16px 20px 15px; /* 2021-12-15 */
}
/* 2021-12-09
.prove_form .pro_accept .acc_text_wrap .acc_text{

    padding:16px 0px 15px 20px;
}*/
.prove_form .pro_accept .acc_text_wrap .acc_text p {
  color: #999;
  font-size: 12px;
  line-height: 1.92;
  letter-spacing: -0.3px;
}
.prove_form .pro_button {
  margin-top: 19px;
  text-align: center;
}
.prove_form .pro_button button,
.lookup_form .lookup_button button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 533px;
  height: 60px;
  background: #f17700;
  border: solid 1px #f68221;
  border-radius: 30px;
  letter-spacing: -1px;
}
.prove_form .pro_button button {
  width: 566px;
}
/* 2021-12-09 異붽� */
.prove_form .button2 {
  width: 100%;
  color: #f17700;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  background: #fff;
  border: solid 1px #f68221;
  border-radius: 30px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  line-height: 58px;
}
.pro_code_chk,
.pur_lookup_chk {
  /*visibility: hidden; 2021-12-09 �섏젙 */
  padding-left: 134px;
  display: none; /* 2021-12-09 �섏젙 inline-block */
  color: #f17700;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}

.inform_content.pro_code_chk {
  /* 2021-11-15 */
  display: none;
  padding-left: 145px;
  margin-bottom: 20px;
  visibility: visible;
}
.acc_chk {
  padding-left: 0px;
}

/* pur_lookup */
.lookup_wrap {
  width: 100%;
  background: url(/assets/img/purchase/pur_lookup_bg.png) no-repeat top left;
  background-size: 100% 100%;
  padding: 196px 0 87px;
}
.lookup_inner {
  width: 1260px;
  margin: 0 auto;
}
.lookup_form {
  margin: 0 auto;
}
.lookup_form h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 39px;
}
.lookup_form .look_phone {
  margin-top: 37px;
}
.lookup_form .look_phone p.look_input {
  display: inline-block;
  margin-bottom: 10px;
}
.lookup_form ul.look_c {
  margin-top: 25px;
}
.lookup_form .look_phone ul.look_p {
  margin-bottom: 8px;
}
.lookup_form ul li input[type="text"] {
  width: 378px;
}
.lookup_form ul li input.p_phone,
.lookup_form ul li input.p_num {
  width: 425px;
}
.lookup_form .lookup_button {
  margin: 40px 0 9px;
}
.lookup_form .lookup_noti {
  display: flex;
  justify-content: center;
  opacity: 43%;
}
.lookup_form .lookup_noti img {
  width: 18px;
  height: 18px;
  margin: 4px 5px 0 0;
}
.lookup_form .lookup_noti p {
  color: #4c5258;
}

/* pur_pay_check */
.pur_pay_check {
  background: #fcfcfc;
}
.pay_check_wrap {
  width: 926px;
  margin: 0 auto;
  padding: 40px 0 119px;
}
.pay_check_inner {
  background: #fff;
  width: 100%;
  padding: 39px 123px 40px 124px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.pay_check_inner > div {
  width: 679px;
  height: 295px;
  margin: 0 auto;
  margin-bottom: 20px;
  outline: 1px solid #c4c4c4;
  font-size: 0;
}
/* 2021-11-17 �섏젙 */
.pay_check_inner > div.pay_chk4 {
  /* min-height:295px;
    height: auto; */
  margin-bottom: 40px;
}
/* 2021-11-17 �섏젙 ��*/
.pay_check_inner > div:last-child {
  outline: 0;
  height: 67px;
  margin-bottom: 0;
}

.pay_check_inner > div > div.pay_chk {
  width: 50%;
  display: inline-block;
  font-size: 0;
}
.pay_check_inner > div h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: #fcfcfc;
  border-bottom: 1px solid #c4c4c4;
  padding: 12px 0 14px 20px;
  letter-spacing: -0.5px;
}

.pay_check_inner > div .pay_chk_tit {
  display: inline-block;
  width: 100%;
}
.pay_check_inner > div ul {
  padding: 35px 40px 34px 41px;
  display: inline-block;
  vertical-align: top;
  height: 240px;
}
.br {
  border-right: 1px solid #c4c4c4;
}
.pay_check_inner > div ul li {
  font-size: 0;
  margin-bottom: 9px;
}
.pay_check_inner > div ul li:last-child {
  margin-bottom: 0;
}
.pay_check_inner > div ul li p,
.pay_check_inner > div ul li > span {
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.38px;
  line-height: 23px;
}
.pay_check_inner > div ul li p {
  position: relative;
  color: #000;
  width: 100px;
  vertical-align: top;
}
.pay_check_inner > div ul li p::after {
  position: absolute;
  top: 5px;
  right: -14px;
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #e0e0e0;
}
.pay_check_inner > div ul li p span {
  margin-left: 0;
  color: #000;
}

.pay_check_inner > div ul li span {
  color: #606060;
  margin-left: 29px;
  width: 127px;
  font-weight: 300;
}
.pay_check_inner .pay_chk1 {
}
.pay_check_inner .pay_chk2 ul {
  padding-top: 65px;
}
.pay_check_inner .pay_chk3 ul {
  padding-top: 46px;
}

.pay_check_inner .pay_chk_text {
}
.pay_check_inner .pay_chk_text span {
  position: relative;
}
.pay_check_inner .pay_chk_text span::after {
  content: "��";
  display: inline-block;
  width: 10px;
  height: 21px;
  position: absolute;
  top: -1px;
  left: -16px;
}
.pay_check_inner .pay_chk_text p {
  padding-left: 10px;
  font-size: 15px;
  letter-spacing: -0.38px;
  color: #5f5f5f;
  line-height: 24px;
  font-weight: 500;
}
.pay_chk_btn {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}
.p_chk_btn {
  width: 263px;
  height: 70px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 0;
}
.btn_resend {
  background: #888;
  margin-right: 13px;
}
.btn_con {
  background: #f17700;
}

/* 寃곗젣�섏씠吏� �� css �� */

/* 2021-11-04 */
/* 2021-12-09 �섏젙
.important-info-wrap {
    position: relative;
}
.important-info-box {
    width: 740px;
    height: 89px;
    margin: 12px auto;
    border-radius: 10px;
    border: solid 1px#d6d6d6;
    padding: 16px 45px 13px 45px;
    opacity: 0.2;
    background-color: #fff;
}
.float-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} */
.important-info-wrap {
  width: 740px;
  height: 100%;
  margin: 12px auto;
  border-radius: 10px;
  border: solid 1px#d6d6d602;
  padding: 22px 20px;
  background-color: #ffffff20;
  text-align: center;
}
.important-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.important-icon img {
  width: 100%;
}
.important-title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
/* 2021-12-09 �섏젙 */
.important-content {
  font-size: 12px;
  font-weight: bold;
  color: #cbcccb;
  margin-top: 10px;
}
.important-content span {
  color: #fff;
}

.content-end {
  justify-content: end;
} /* 2021-11-17 */

/* 2021-12-09 異붽� */
.dis-area {
  background: #c7c7c7 !important;
  color: #999 !important;
  border: solid 1px #c7c7c7 !important;
}
/* 2022-01-06 추가 */
.pur_s_wrap h2 {
  font-size: 2.25rem;
  letter-spacing: -0.056rem;
  font-weight: bold;
  color: #101010;
}
.pur_s_wrap h3 {
  font-size: 1.625rem;
  letter-spacing: -0.041rem;
  color: #333;
}

.pur_s_3 {
  background: #faf7f5;
  padding: 80px 0 83px;
}
.pur_s_3_inner {
  width: 846px;
  margin: 0 auto;
}
.pur_s_3 .pur_s_desc {
  margin-bottom: 8px;
}
.pur_s_3_contents {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.pur_s_3_tit {
  font-size: 1.375rem;
  letter-spacing: 0.069rem;
  font-weight: bold;
  color: #393939;
  margin-bottom: 30px;
}
.s_3_tit_y {
  color: #fd9317;
}
.pur_s_3_c {
  background: url(/assets/img/purchase/pur_s_3_bg.png) no-repeat center top /
    100%;
  width: 388px;
  height: 150px;
}
.pur_s_3_c img {
  width: 100%;
}
.pur_s_3_text {
  padding: 36px 24px 0 0;
  text-align: right;
}
.s_3_txt {
  font-size: 1.25rem;
  letter-spacing: -0.056rem;
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
  display: inline-block;
}
.s_3_price {
  font-size: 2.5rem;
  letter-spacing: -0.063rem;
  color: #000;
  line-height: 1.48;
  font-weight: bold;
}
.pur_s_3_desc {
  font-size: 0.938rem;
  letter-spacing: -0.024rem;
  color: #999;
  margin-top: 16px;
  text-align: center;
}

/* //2022-01-06 추가 */

/* //////////////////////////////紐⑤컮��//////////////////////////////////////// */
/* 2021-12-14 추가 */
@media (max-width: 897px) {
  /*2022-02-21 수정*/
  #timePopup .popup_form,
  #cancelPopup .popup_form,
  #submitPopup .popup_form,
  #submitError322Popup .popup_form,
  #alotPaymentPopup .popup_form {
    width: 470px !important;
    padding: 50px 29px !important;
  }
  /*2022-02-21 끝*/
}
/* //2021-12-14 추가 */
@media (max-width: 767px) {
  #container {
    overflow: hidden;
  }
  .m_ver {
    display: block;
  }
  .inform_list_horizontal_end {
    display: block;
    padding-left: 0;
  }

  .pur_top1 {
    background: url(/assets/img/purchase/mobile/m_pur_top1.png) no-repeat;
    background-size: cover;
    background-position: 0% 100%;
  }

  .pur_top {
    height: 39vw;
  }

  .pur_top h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding-top: 22vw;
  }

  .top_contents {
    border-bottom: solid 1px #e5e5e5;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .pur_top_tab {
    height: 50px;
  }
  .pur_top_tab ul {
    width: 100%;
    height: 50px;
  }

  .pur_top_tab ul li:first-child {
    border-left: 0;
  }
  .pur_top_tab ul li:last-child {
    border-right: 0;
  }

  .pur_top_tab ul li.active {
    width: 50%;
  }
  .pur_top_tab ul li span + p {
    display: none;
  }
  .pur_top_tab ul li.active span + p {
    font-size: 0.938rem;
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    vertical-align: baseline;
  }

  .pur_top_tab ul li {
    width: calc(50% / 4);
    height: 50px;
    font-size: 0.938rem;
    float: left;
    line-height: 3rem;
    padding: 0;
  }

  .pur_top_tab ul li span {
    font-size: 0.938rem;
    padding-right: 0;
    font-weight: 300;
    vertical-align: baseline;
  }

  .pur_top_tab_contents {
    margin: 0;
    padding-top: 0;
    width: 100%;
    background: #fcfcfc;
  }

  .top_tab_content {
    border-radius: 0;
    border: 0;
  }
  .top_contents {
    padding: 20px 24px;
    overflow: hidden;
    font-size: 0;
  }
  .top_tab_content h3 {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
  }
  /* .pur_bottom_tab {
        overflow: hidden;
        width: 70%;
        padding-left: 0;
        text-align: right;
        float: right;
    } */

  /* .purchase_sub_tabs li:last-child {margin-right: 0;background: none;} */
  .pur_bottom_tab ul.purchase_sub_tabs li {
    color: #a8a8a8;
    width: 22%;
    padding-left: 0;
    display: inline-block;
    margin-right: 0;
  }
  .pur_bottom_tab ul.purchase_sub_tabs li.active {
    color: #000000;
  }
  .pur_bottom_tab ul.purchase_sub_tabs li.active p {
    color: #000000;
  }

  .pur_bottom_tab ul.purchase_sub_tabs li span {
    display: none;
  }
  .pur_bottom_tab ul.purchase_sub_tabs li p {
    position: relative;
    text-align: left;
    color: #a8a8a8;
    width: 100%;
  }
  .pur_bottom_tab ul.purchase_sub_tabs li:last-child p::before,
  .pur_bottom_tab ul.purchase_sub_tabs li:last-child.active p::after {
    content: none;
  }

  .pur_bottom_tab ul.purchase_sub_tabs li p::before {
    content: "";
    background: url("/assets/img/purchase/mobile/m_icon_path_off.png") no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 30%;
    right: 14%;
    background-position: 100% 100%;
    background-size: contain;
  }
  .pur_bottom_tab ul.purchase_sub_tabs li.active p::after {
    content: "";
    background: url("/assets/img/purchase/mobile/m_icon_path_on.png") no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 30%;
    right: 14%;
    background-position: 100% 100%;
    background-size: contain;
  }

  .inform_wrap {
    padding: 22px 24px 50px 24px;
    background: #fcfcfc;
    border: none;
  }
  .inform_wrap input {
    height: 48px;
    width: 100%;
    /* 2021-11-17 */
    font-size: 0.875rem;
    padding: 14px 10px;
  }

  .inform_list {
    display: block;
  }
  .inform_title {
    float: none;
  }
  .inform_title h4 {
    font-size: 0.938rem;
    line-height: 1;
    color: #000;
    font-weight: normal;
  }
  .inform_title h4.required_mark::after {
    color: #de0101;
  }
  .inform_content {
    margin-top: 10px;
    width: 100%;
    font-size: 0;
  }
  .chk_address .inform_content {
    display: block;
  }

  .chk_gender input[type="radio"]:checked + label,
  .chk_gender input[type="radio"] + label {
    width: 50%;
    text-align: center;
    padding-top: 12px;
    padding-left: 10%;
    font-size: 0.875rem;
    margin: 0 5px 0 0;
  }

  .chk_address input[type="radio"] + label {
    width: 100%;
    margin: 0 0 1.5% 0;
    font-size: 0.875rem;
    color: #999999;
    line-height: 3.4;
    padding: 0;
  }

  /* .chk_grade input[type="radio"]:checked + label,
    .chk_address input[type="radio"] + label,
    .chk_address input[type="radio"]:checked + label{text-align: center;} */
  .tab2_inform
    .chk_grade
    .inform_content:nth-child(2)
    input[type="radio"]
    + label {
    margin: 0;
  }
  .chk_grade input[type="radio"] + label {
    width: 32.2%;
    margin: 0 5px 0 0;
    /* padding: 3.6% 0; */
    font-size: 0.875rem;
    line-height: 3.4;
    padding: 0;
  }

  .chk_gender input[type="radio"].icom_m:checked + label span::after,
  .chk_gender input[type="radio"].icom_m + label span::after {
    top: 28%;
    left: 28%;
  }
  .chk_gender input[type="radio"].icom_f:checked + label span::after,
  .chk_gender input[type="radio"].icom_f + label span::after {
    top: 23%;
    left: 28%;
  }

  .chk_gender input[type="radio"]:checked + label span {
    color: #f68221;
  }
  .chk_gender input[type="radio"] + label span {
    padding: 0;
    color: #999999;
  }

  .control_wrap {
    width: 100%;
    padding: 0 24px;
    font-size: 0;
    background: #fcfcfc;
    margin-top: 0;
  }

  .control_btn {
    width: 48.8%;
    height: 60px;
    margin-right: 7px;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .control_btn.btn_next {
    margin-right: 0 !important;
  }

  .chk_address_match {
    position: relative;
  }
  .chk_address_match input[type="checkbox"] + label span {
    margin: 0.5% 4% 0 0;
    width: 21px;
    height: 20px;
  }
  .chk_address_match input[type="checkbox"] + label + p {
    margin-top: 0%;
    margin-left: 8px;
  }
  .chk_address_match p {
    display: inline-block;
    color: #404040;
    font-size: 0.875rem;
  }
  .chk_label {
    display: inline-block;
    width: 42%;
    text-align: right;
    line-height: 1.5;
    position: absolute;
    top: 4px;
    right: 0;
  }

  .input_50 {
    width: 100%;
  }
  .pb120 {
    padding-bottom: 50px !important;
  }
  .btn_gray_m {
    width: 36%;
    height: 48px;
    font-size: 0.875rem;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .input_m {
    width: 68%;
  }
  .input_xs {
    width: 62%;
  }
  .input_s {
    width: 100%;
  }
  .mt10 {
    margin-top: 1.5% !important;
  }

  .tab2_inform {
    padding: 20px 24px 50px;
  }
  .tab2_inform .mb16 {
    margin-bottom: 10px !important;
  }
  .tab2_inform .inform_list {
    /* height: 53px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    padding: 16px 20px;
    font-size: 0;
  }
  .tab2_inform .chk_device {
    padding: 14px 20px;
    margin-bottom: 17px;
  }
  .tab2_inform .inform_list .inform_title {
    width: 40%; /* 2022-05-25 */
    float: left;
  }
  .tab2_inform .inform_list.chk_voucher .inform_title {
    width: 100%;
  }
  .chk_device .inform_title span {
    width: 24px;
    height: 25px;
    margin-left: 13px;
  }
  .tab2_inform .inform_list h3 {
    font-size: 0.9375rem;
    letter-spacing: -0.38px;
  }
  .tab2_inform .inform_list .inform_content {
    /* display: inline-block; 2022-05-25 */
    width: 100%; /* 2022-05-25 */
    margin-top: 0;
  }
  .tab2_inform .inform_list.chk_voucher .inform_content {
    /* display: block; 2022-05-25 */
    width: 100%;
  }
  .tab2_inform .chk_grade input[type="radio"] + label,
  .tab2_inform .chk_device input[type="radio"] + label {
    /* width: 33.3%; */
    width: fit-content;
    height: auto;
    font-size: 0.9375rem;
    font-weight: 500;
    background-color: transparent;
    border: 0;
    color: #c1c1c1;
    position: relative;
  }
  .tab2_inform .chk_grade input[type="radio"]:nth-of-type(1) + label {
    padding: 0 20px 0 0;
  }
  .tab2_inform .chk_grade input[type="radio"] + label {
    padding: 0 20px;
  }
  .tab2_inform .chk_device input[type="radio"] + label {
  }

  .tab2_inform .chk_grade input[type="radio"] + label::after,
  .tab2_inform .chk_device input[type="radio"] + label::after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .tab2_inform .chk_grade input[type="radio"] + label::after {
    right: 0;
  }
  .tab2_inform .chk_device input[type="radio"] + label::after {
    right: 8px; /* 2022-05-25 */
  }

  .tab2_inform .chk_grade input[type="radio"] + label:last-child:after,
  .tab2_inform .chk_device input[type="radio"] + label:last-child:after {
    width: 0;
    height: 0;
  }
  .tab2_inform .chk_device input[type="radio"] + label {
    width: fit-content;
    padding-right: 20px;
    margin: 0;
    white-space: nowrap;
    text-align: left;
  }
  .tab2_inform .chk_grade input[type="radio"]:checked + label,
  .tab2_inform .chk_device input[type="radio"]:checked + label {
    color: #000;
    white-space: nowrap;
  }

  .tab2_inform .chk_grade .inform_content input[type="radio"] + label {
    line-height: initial;
  }

  .tab2_inform .chk_voucher input[type="radio"] + label {
    padding: 11px 30px 15px 30px;
    height: auto;
    font-size: 0;
  }
  .tab2_inform .chk_voucher input[type="radio"] + label span.chk_vou {
    border: 1px solid #707070;
    background: #fff;
  }
  .tab2_inform .chk_voucher input[type="radio"]:checked + label span.chk_vou {
    background: none;
    position: relative;
  }
  .tab2_inform
    .chk_voucher
    input[type="radio"]:checked
    + label
    span.chk_vou::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f17700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .chk_voucher input[type="radio"] + label span.chk_vou_text {
    margin-left: 14%;
    flex-wrap: wrap;
  }
  .tab2_inform .chk_voucher input[type="radio"] + label span.chk_vou_p_bg {
    padding: 0 5px 0 4px;
    background: #efefef;
    border-radius: 4px;
  }
  .tab2_inform
    .chk_voucher
    input[type="radio"]:checked
    + label
    span.chk_vou_p_bg {
    background: #ffddbc;
  }
  .tab2_inform .chk_voucher input[type="radio"] + label span.chk_vou_text1 {
    font-size: 0.9375rem;
    margin: 0 0 6px 0;
    width: 100%;
    letter-spacing: -0.68px;
  }
  .tab2_inform .chk_voucher input[type="radio"] + label span.chk_vou_text2 {
    font-size: 0.75rem;
    letter-spacing: -0.019rem;
    margin: 0 7px 0 0;
    color: #2e2e2e;
    position: relative;
  }
  .tab2_inform
    .chk_voucher
    input[type="radio"]
    + label
    span.chk_vou_text2::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #c7c7c7;
    position: absolute;
    top: 3px;
    right: -4px;
  }
  .tab2_inform
    .chk_voucher
    input[type="radio"]:checked
    + label
    span.chk_vou_text2 {
    color: #a78563;
  }
  .tab2_inform
    .chk_voucher
    input[type="radio"]:checked
    + label
    span.chk_vou_text2::after {
    background: #ffc388;
  }
  .tab2_inform .chk_voucher input[type="radio"] + label span.chk_vou_price {
    font-size: 0.8125rem;
    letter-spacing: -0.019rem;
  }
  .pay_method input[type="radio"]:checked + label {
    width: 100%;
    font-size: 0.875rem;
    padding: 14px 0;
    text-align: center;
  }
  .pay_method input[type="radio"]:checked + label .card {
    font-size: 0.875rem;
  }
  .pay_method input[type="radio"]:checked + label .cradit {
    width: 16.5px;
    height: 16.5px;
    margin-top: 3px;
  }
  /* 2022-05-27 시작*/
  .inform_content .fl.mo {
    text-align: left !important;
    width: 40% !important;
  }
  .btn_s.mo {
    text-align: left !important;
  }
  /* 2022-05-27 끝*/
  .chk_device_popup {
    width: 300px;
    /* height: 170px; 2022-05-25 */
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    padding: 45px 17px 27px; /* 2022-05-25 */
  }
  /* 2021-11-25 �쒖옉 */
  .chk_device_popup2 {
    top: -60px;
  }
  /* 2021-11-25 �� */
  .chk_device_popup .dev_pop_close {
    /* 2022-05-25 시작 */
    /* padding: 0 0 0 231px;
		margin-bottom: 14px; */
    top: 15px;
    right: 18px;
    /* 2022-05-25 끝 */
  }
  .chk_device_popup .dev_pop_close a {
    width: 21px;
    height: 21px;
  }
  .chk_device_popup .dev_pop_text {
    width: auto;
  }
  .chk_device_popup .dev_pop_text p {
    font-size: 0.875rem;
    letter-spacing: -0.022rem;
    line-height: 1.5;
  }
  .tab3_wrap .tab3,
  .tab3_noti {
    border: 0;
  }
  .top_tab_content.tab3_wrap h3,
  .top_tab_content.tab4 h3 {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  .tab_info {
    display: block;
    padding-left: 0;
  }
  .tab4 .tab_info {
    padding-left: 0;
  }
  .tab_info span {
    width: 12px;
    height: 12px;
    margin: 2px 3px 0 0;
  }
  .tab_info p {
    font-size: 0.7rem; /* 2021-11-17 */
    color: #818181;
    letter-spacing: -0.016rem;
  }
  .tab3 .inform_wrap,
  .tab4 .inform_wrap {
    padding: 20px 0 0;
  }
  .pay_price .inform_content {
    display: flex;
    align-items: center;
  }
  .pay_price label {
    width: 90%;
    padding: 14px 10px;
  }
  .pay_price label span {
    font-size: 0.875rem;
    color: #000;
  }
  .pay_price .price_won {
    margin-left: 0;
  }
  .pay_method .inform_content {
    margin-left: 0;
    margin-top: 8px;
  }
  .pay_method2 .inform_content {
    display: block;
  }
  .pay_method2 input[type="checkbox"] + label {
    /* width: 22px;
        height: 20px;
        margin-top:12px; */
    width: 100%;
    padding-top: 12px;
  }
  .pay_method2 input[type="checkbox"] + label span {
    border: 1px solid #c7c7c7;
    border-radius: 3px;
  }
  .pay_method2 .inform_content p.chk_cradit {
    color: #404040;
  }
  .pay_method2 .inform_content span.chk_cradit {
    font-size: 0.875rem;
    color: #404040;
    letter-spacing: normal;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 10px;
    display: inline-block;
  }
  .cradit_info {
    margin: 20px 0 0;
    padding: 20px 0;
    border: 0;
    border-radius: 0;
    background: #f8f8f8;
  }
  .tab4 .cradit_info {
    margin: 24px 0 0;
  }
  .cradit_info .inform_content {
    width: 100%;
    margin-top: 8px;
  }
  .cradit_info .inform_content select {
    font-size: 0.875rem;
    font-weight: 300;
    color: #505050;
    background-size: 13px 10px;
    padding: 14px 10px;
  }
  .cradit_info5 .inform_content select {
    margin-right: 6px;
    width: 32%;
  }
  .cradit_info5 .inform_content span {
    font-size: 0.875rem;
    font-weight: 300;
  }
  /* .cradit_info6 .inform_content input{
        width: 100% ; 20210930
    } */
  .cradit_info6 .inform_content .inform_info {
    font-size: 0.75rem;
  }
  .cradit_info7 .btn_gray_m {
    width: 100%;
  }
  /* 2021-10-18 異붽� */
  .toast_popup {
    width: 100%;
  }
  /* 2021-10-18 �� */
  .tab3 .inform_list,
  .tab4 .inform_list {
    padding: 0 24px;
  }
  .tab4 .inform_list:last-child {
    background: #f8f8f8;
  }
  .tab3 .inform_list.cradit_info5 {
    padding: 0 36px 0 24px;
  }
  .tab3 .inform_list.inform_text_wrap {
    padding: 0 24.5px 50px 24px;
    background: #f8f8f8;
  }
  .inform_text {
    padding: 16px 26.5px 15.9px 29px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .tab4 .inform_text {
    margin-bottom: 50px;
  }
  .inform_text p {
    color: #505050;
    font-size: 0.75rem;
    letter-spacing: -0.018rem;
  }
  .inform_text p:nth-child(2) {
    font-weight: 300;
  }
  .tab4 .inform_text p {
    color: #505050;
    font-weight: 500;
  }
  .tab4 .inform_text p:nth-child(2) {
    /* font-weight: 300; */
  }
  .tab4 .inform_text p strong {
    color: #505050;
    font-weight: 500;
  }
  .tab3_noti {
    margin-top: 0;
  }
  .tab3_noti .top_contents {
    height: 41px;
    background: #efefef;
    padding: 9px 24px 8px;
    border-bottom: 0;
  }
  .tab3_noti .top_contents h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .tab3_noti .bottom_contents {
    background: #f7f7f7;
  }
  .tab3_noti .bottom_contents .inform_wrap {
    padding: 33px 24px 50px 24px;
    background: #f8f8f8;
  }
  .tab3_noti .bottom_contents .bo_noti1,
  .tab3_noti .bottom_contents .bo_noti3 {
    padding: 0 13px 0 14px;
  }
  .tab3_noti .bottom_contents .bo_noti2 {
    border: 0;
    background: transparent;
    margin: 22px auto 20px;
    padding: 14px 0 18px 0;
  }
  .tab3_noti .bottom_contents p {
    font-size: 0.75rem;
    letter-spacing: -0.019rem;
    color: #505050;
  }
  .tab3_noti .bottom_contents .bo_noti3 p:last-child {
    font-weight: 500;
    color: #505050;
  }
  .tab3_noti .bottom_contents .bo_noti2 .noti2_1 p {
    color: #525252;
    font-size: 0.875rem;
  }
  .tab3_noti .bottom_contents .bo_noti2 .noti2_2 p {
    background: #ebebeb;
    padding: 16px 37px;
    color: #6c6c6c;
    justify-content: space-between;
    border-radius: 5px;
  }
  .tab3_noti .bottom_contents .bo_noti2 .noti2_2 p:first-child {
    margin-bottom: 5.5px;
  }
  .tab3_noti .bottom_contents .bo_noti2 .noti2_2 p .noti2_n {
  }
  .tab3_noti .bottom_contents .bo_noti2 .noti2_2 p .noti2_t {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .inform_wrap.tab5_inform {
    padding: 0 0 50px 0;
  }
  .tab5_title {
    padding: 20px 7.5px 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .tab5_title .tab5_tit_icon {
    display: block;
    width: 48px;
    height: 40px;
    margin: 0 auto 12px;
  }
  .tab5_title .tab5_tit_icon img {
    width: 100%;
    height: 100%;
  }
  .tab5_title h3 br {
    display: block;
  }
  .tab5_text p {
    font-size: 0.8125rem;
    color: #8d8d8d;
    letter-spacing: -0.019rem;
  }
  .tab5_text p br {
    display: block;
  }

  .tab5_info {
    width: 100%;
    margin: 0;
    outline: 0;
    height: auto;
  }

  .tab5_info h4 {
    position: relative;
    background: #efefef;
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 9px 25px 8px 24px;
  }
  .tab5_info:first-child h4 {
    margin-top: 0;
  }
  .tab5_info h4 span {
    width: 8px;
    height: 8px;
    border-top: 2px solid #919191;
    border-right: 2px solid #919191;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 28px;
    cursor: pointer;
  }
  .tab5_info h4 span.active {
    transform: translateY(-50%) rotate(135deg);
  }
  .tab5_info > div,
  .tab5_info > div > div {
    margin: 16px 0;
  }
  .tab5_info > div > div.mb0 {
    margin-bottom: 0;
  }

  .tab5_info > div.pay_chk {
    width: 100%;
    margin: 0;
  }
  .tab5_info ul {
    display: block;
    width: auto;
    height: auto;
    padding: 0 !important;
    margin: 0 24px;
    border: 1px solid #d5d5d5;
  }
  .tab5_info ul.m_mb16 {
    margin-bottom: 16px;
  }
  .br {
    border: 0;
  }
  .tab5_info ul li {
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
  }
  .tab5_info ul li:last-child {
    border-bottom: 0;
  }
  .tab5_info ul li p,
  .tab5_info ul li span {
    font-size: 14px;
    letter-spacing: -0.38px;
  }
  .tab5_info ul li p {
    width: 40%;
    padding: 5.6px 0 5.6px 8px;
  }
  .tab5_info ul li p span {
    display: none;
  }
  .tab5_info ul li p::after {
    display: none;
  }
  .tab5_info ul li span {
    width: 60%;
    margin-left: 0;
    padding: 5.6px 5.6px 5px 0;
  }
  .tab5_info.pay_chk4 {
    margin-bottom: 20px;
  }
  .tab5_info > div.pay_chk4_1 {
    height: 156px;
    display: block;
    width: auto;
    padding: 0 !important;
    margin: 16px 24px 0;
    border: 1px solid #d5d5d5;
  }
  /*  2021-10-18-異붽�/�섏젙 */
  .pur_popup_wrap .pur_popup {
    padding: 36px 32px 23px 36px;
    width: 300px;
    height: 230px;
  }
  .pur_popup_wrap .pur_popup.pur_popup2,
  .pur_popup_wrap .pur_popup.pur_popup3 {
    padding: 56px 32px 23px 36px;
  }
  /* 2021-12-14 추가 */

  #timePopup .popup_form,/*2022-02-21*/
    #cancelPopup .popup_form,
    #submitPopup .popup_form,
    #submitError322Popup .popup_form,
    #alotPaymentPopup .popup_form {
    width: 300px !important;
  }
  #submitError322Popup .popup_form {
    padding: 20px !important;
  }
  #submitError322Popup .pur_popup_wrap .pur_popup .popup-btn-g button {
    margin-top: 10px;
  }
  .p_pop_text .faq_icon {
    margin-bottom: 10px;
  }
  .p_pop_text .faq_icon img {
    width: 35px;
  }
  /* //2021-12-14 추가 */
  /* 2022-02-21 수정 시작*/
  .pur_popup_wrap .pur_popup .p_pop_text h4 {
    font-size: 1.125rem !important;
    letter-spacing: -0.028rem;
    margin-bottom: 14px !important;
  }
  .pur_popup_wrap .pur_popup .p_pop_text h4 br {
    display: block;
  }
  .pur_popup_wrap .pur_popup .p_pop_text p {
    font-size: 0.875rem !important;
    letter-spacing: -0.021rem !important;
  }
  .pur_popup_wrap .pur_popup .p_pop_text p.p_pop_txt2 {
    font-size: 1rem !important;
  }
  .p_pop_btn {
    width: 240px; /* 2021-12-15 */
    margin-top: 29px;
  }
  .p_pop_btn .btn_gray_m {
    width: 113.5px !important;
    font-size: 1.125rem;
  }
  .pur_popup2 .p_pop_btn {
    margin-top: 55px;
  }
  .pur_popup3 .p_pop_btn {
    margin-top: 50px;
  }
  .pur_popup2 .p_pop_btn .btn_gray_m,
  .pur_popup3 .p_pop_btn .btn_gray_m {
    width: 232px;
    margin-left: 0;
  }
  /* 2022-02-21 수정 끝*/
  /* 2021-10-18-異붽�/�섏젙 �� */
  .outSideBtn.m_ver {
    margin-top: 0;
  }
  .lastPageBtn {
    width: auto;
    margin: 0 25px 0 23px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  /* 2021-12-15 */
  .lastPageBtn .control_btn {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  /* //2021-12-15 */
  .lastPageBtn .control_btn.last_btn_prev {
    order: 2;
  }
  .lastPageBtn .control_btn.last_btn_next {
    order: 1;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .last_btn_next a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .inform_list_horizontal_end > .inform_content {
    width: 100%;
  }
  .tab3_noti .bottom_contents p span {
    letter-spacing: -0.88px;
  }
  .cradit_info3 input {
    width: 100%;
  }
  .control_wrap.m_ver {
    margin-top: 0;
    background: #f8f8f8;
  }

  /* 寃곗젣�섏씠吏� �� css �쒖옉 */
  .prove_wrap,
  .lookup_wrap {
    background: url(/assets/img/purchase/mobile/m_pur_prove_bg.png) no-repeat
      top left;
    background-size: cover;
    padding: 113px 0 0;
  }
  .prove_inner,
  .lookup_inner {
    width: 100%;
    display: block;
    margin: 0;
  }
  /* 2021-12-14 추가 */
  .important-info-wrap {
    width: 100%;
    padding: 14px 24px 20px; /*2022-01-06 수정*/
    background: #fff;
    border: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom: 0; /*2022-01-06*/
    border-radius: 0;
    margin: 0;
  }
  .important-info-inner {
    background-color: #00000020;
    border: solid 1px#d6d6d602;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .important-title,
  .important-content {
    color: #505050;
  }
  .important-content span {
    color: #333;
  }
  .prove_form {
    border-bottom: 0;
    padding-bottom: 15px !important;
  }

  /* //2021-12-14 추가 */
  .prove_text {
    padding-top: 0;
    text-align: center;
    margin-right: 0;
  }
  .prove_text .prove_title {
    width: 208px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 19px;
  }
  .prove_text .prove_sub {
    width: 276px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.33px;
  }
  .prove_text .prove_sub.p_sub2 br {
    display: block !important;
  }

  .btn_gray_s {
    width: 20%;
    font-size: 14px;
  }

  .pro_code_chk {
    padding-left: 0;
    font-size: 11px;
  }
  /* 2021-12-09 異붽� */
  .prove_form .after_prove ul li > input:read-only {
    background: #f8f8f8;
    color: #000;
    font-size: 16px;
  }
  .prove_form,
  .lookup_contents {
    width: 100%;
    padding: 36px 24px 50px;
    margin-top: 47px;
    border-radius: 15px 15px 0 0;
  }
  .prove_form h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    text-align: center;
  }
  .prove_form ul,
  .lookup_contents > ul {
    display: block;
  }
  .prove_form ul.pro_phone {
    margin-top: 25px;
  }
  .prove_form ul.pro_num {
    margin-top: 9px;
  }
  .prove_form ul li.pro_re_input,
  .lookup_form ul li.look_input,
  .lookup_form .look_phone .look_input {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1;
  }
  .prove_form ul li.pro_re_input::after,
  .lookup_form ul li.look_input::after,
  .lookup_form .look_phone .look_input::after {
    color: #de0101;
    font-size: 16px;
  }
  .prove_form ul.pro_num li.pro_re_input {
    display: none;
  }

  .prove_form ul li input[type="text"],
  .lookup_form ul li input[type="text"] {
    padding: 15px 20px;
  }
  .prove_form ul li input[class="phone"],
  .prove_form ul li input[class="num"],
  .lookup_form ul li input[class="p_phone"],
  .lookup_form ul li input[class="p_num"] {
    padding: 15px 20px 13px;
  }
  /* 2021-12-09 �섏젙 */

  .prove_form ul li input.name,
  .prove_form ul li input.phone,
  .lookup_form ul li input[type="text"] {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.34px;
  }
  /* 2021-12-09 �섏젙 .prove_form ul li input.phone, .prove_form ul li input.num{*/
  .prove_form ul li input.num {
    width: 78%;
    margin-right: 2%;
    font-size: 14px;
    letter-spacing: -0.34px;
  }
  .prove_form .pro_accept {
    margin-top: 24px;
  }
  /* 2021-12-09 �섏젙
    .prove_form .pro_accept .acc_check{
        margin-bottom: 10px;
    } */
  .prove_form .pro_accept .acc_check input[type="checkbox"] + label {
    margin-right: 11px;
    width: 19px;
    height: 18px;
    border-radius: 4px;
  }
  .prove_form .pro_accept .acc_check p {
    font-weight: 500;
  }
  .prove_form .pro_accept .acc_check .acc_arrow {
    width: 15px;
    height: 13px;
  }

  .prove_form .pro_accept .acc_text_wrap .acc_text {
    padding: 13px 14px;
  }
  .prove_form .pro_accept .acc_text_wrap .acc_text p {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: normal;
  }
  .prove_form .pro_button {
    margin-top: 50px;
  }
  .lookup_form .lookup_button {
    margin: 50px 0 0;
  }
  .prove_form .pro_button button,
  .lookup_form .lookup_button button {
    width: 100%;
    font-size: 18px;
    border-radius: 50px;
    padding: 0 17% 0 17%;
  }

  .lookup_form {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .lookup_form h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 58px;
  }
  .lookup_contents {
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-top: 0 !important;
    padding-top: 46px !important;
  }
  .lookup_form ul.look_p li,
  .lookup_form ul.look_n li {
    width: 78%;
    margin-right: 2%;
  }
  .look_btn {
    width: 20% !important;
    margin-right: 0 !important;
  }
  .lookup_form ul li input {
    width: 100%;
  }
  .lookup_form .look_phone {
    margin-top: 25px;
  }
  .lookup_form .look_phone p.look_input {
    margin-bottom: 8px;
  }
  .pur_lookup_chk,
  .lookup_form .lookup_noti {
    display: none;
  }

  .pay_check_wrap {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .pay_check_inner {
    background: #fcfcfc;
    padding: 0;
    border: 0;
  }
  .pay_check_inner > div {
    width: 100%;
    margin: 0;
    outline: 0;
    height: auto;
  }
  .pay_check_inner > div h4 {
    position: relative;
    background: #efefef;
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 9px 25px 8px 24px;
  }
  .pay_check_inner > div:first-child h4 {
    margin-top: 0;
  }

  .pay_check_inner > div h4 span {
    width: 8px;
    height: 8px;
    border-top: 2px solid #919191;
    border-right: 2px solid #919191;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 28px;
    cursor: pointer;
  }
  .pay_check_inner > div h4 span.active {
    transform: translateY(-50%) rotate(135deg);
  }
  .pay_check_inner > div > div,
  .pay_check_inner > div > div > div {
    margin: 16px 0;
  }

  .pay_check_inner > div > div.pay_chk {
    width: 100%;
    margin: 0;
  }
  .pay_check_inner > div ul {
    display: block;
    width: auto;
    height: auto;
    padding: 0 !important;
    margin: 0 24px;
    border: 1px solid #d5d5d5;
  }
  .pay_check_inner > div ul.m_mb16 {
    margin-bottom: 16px;
  }
  .br {
    border: 0;
  }
  .pay_check_inner > div ul li {
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
  }
  .pay_check_inner > div ul li:last-child {
    border-bottom: 0;
  }
  .pay_check_inner > div ul li p,
  .pay_check_inner > div ul li span {
    font-size: 14px;
    letter-spacing: -0.38px;
  }
  .pay_check_inner > div ul li p {
    width: 40%;
    padding: 5.6px 0 5.6px 8px;
  }
  .pay_check_inner > div ul li p span {
    display: none;
  }
  .pay_check_inner > div ul li p::after {
    display: none;
  }
  .pay_check_inner > div ul li span {
    width: 60%;
    margin-left: 0;
    padding: 5.6px 0;
  }
  .pay_check_inner > div.pay_chk4 {
    margin-bottom: 20px;
  }
  .pay_check_inner > div > div.pay_chk4_1 {
    height: 156px;
    display: block;
    width: auto;
    padding: 0 !important;
    margin: 16px 24px 0;
    border: 1px solid #d5d5d5;
  }
  .pay_check_inner .pay_chk_text {
    margin: 0 30px 0 20px;
    width: auto;
    height: auto !important;
  }
  .pay_check_inner .pay_chk_text p {
    padding-left: 15px;
    color: #848484;
    font-size: 13px;
    letter-spacing: -0.33px;
  }
  .pay_check_inner .pay_chk_text span::after {
    left: -15px;
    top: -2px;
  }
  .pay_chk_btn {
    margin: 50px 25px 0 23px;
    display: flex;
    flex-direction: column;
  }
  .p_chk_btn {
    width: auto;
    height: 60px;
    font-size: 18px;
  }
  .btn_con {
    order: 1;
    margin-bottom: 14px;
  }
  .btn_resend {
    order: 2;
    margin-right: 0;
  }
  /* 寃곗젣�섏씠吏� �� css �� */
  .mt110 {
    margin-top: 0 !important;
  }
  .m_dp_n {
    display: none;
  } /* 2021-11-17 */
  .select_s {
    width: 53%;
    padding: 10px 20px 10px 15px;
    font-size: 0.875rem;
  }

  /* 2022-01-06 추가  */
  .pur_s_wrap h2 {
    font-size: 24px !important;
    letter-spacing: -0.038rem;
    font-weight: bold !important;
  }
  .pur_s_wrap h3 {
    font-size: 16px;
    letter-spacing: -0.025rem;
  }
  .pur_s_wrap2 .pur_s_3 {
    background: #f7f3f0; /*2022-01-06 수정*/
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding-top: 0;
  }
  .pur_s_3 {
    width: 100%;
    padding: 8vw 0;
  }
  .pur_s_3_inner {
    padding-top: 20px; /*2022-01-06 수정*/
    width: 100%;
  }
  .pur_s_3 .pur_s_desc {
    margin-bottom: 6px;
  }
  .pur_s_3_contents {
    display: block;
    padding: 0 4vw;
    margin-top: 5vw;
  }
  .pur_s_3_cont {
    width: 100%;
  }
  .pur_s_3_cont1 {
    margin-bottom: 0;
  }
  .pur_s_3_tit {
    font-size: 17px;
    letter-spacing: 0.05rem;
    margin-bottom: 12px;
  }
  .pur_s_3_c {
    width: 342px;
    height: 182px;
    margin: 0px auto;
  }
  .pur_s_3_text {
    padding: 30px 16px 0 0;
  }
  .s_3_txt {
    font-size: 18px;
  }
  .s_3_price {
    font-size: 42px;
  }
  .pur_s_3_desc {
    width: 342px;
    margin: 0 auto;
    /* padding: 0 7vw; */
    font-size: 10px;
    margin-top: 10px;
  }

  /* //2022-01-06 추가 */
}

@media (max-width: 320px) {
  .pur_bottom_tab ul.purchase_sub_tabs li {
    width: 25%;
  }
  .inform_wrap input {
    padding: 13px 15px;
  }
  .btn_gray_m {
    width: 29%;
    font-size: 0.8rem;
  }

  .chk_grade input[type="radio"] + label {
    width: 32%;
  }
  .chk_label {
    width: 48%;
  }
  .control_btn {
    width: 48.6%;
  }

  /* .prove_form .pro_accept {
    height: 162px;
  } */
  .prove_form .pro_accept .acc_text_wrap {
    /* height: auto; */
  }
}
