@charset "utf-8";

.alert_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 301;
}
.alert_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 100%;
  max-width: 495px;
  box-sizing: border-box;
  overflow-y: hidden;
  margin: 0 auto;
}
.alert_bg.w600 .alert_wrap {
  max-width: 600px;
}
.alert_wrap .alert_cover {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100% - 100px);
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  border: 1px solid #00c1bb;
  overflow: hidden;
}
.alert_wrap .alert_head {
  position: relative;
  background: #f0fffe;
}
.alert_wrap .alert_head h3 {
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  border-bottom: 1px solid #00c1bb;
}
.alert_wrap .alert_head .alert_x {
  font-size: 0;
  border: 0;
  padding: 0;
  width: 10px;
  height: 11px;
  background: url(../img/new/ico_alert_x.png) no-repeat center/10px 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.alert_wrap .alert_body {
  height: 100%;
  max-height: 900px;
  overflow-y: auto;
  padding: 20px;
}
.alert_wrap .alert_body .cont {
  text-align: center;
}
.alert_wrap .alert_body .cont.text_left {
  text-align: left;
}
.alert_wrap .alert_body .cont p.txt {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.alert_wrap .alert_body .cont strong.txt {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
}
.alert_wrap .alert_body .cont strong.tit {
  display: block;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.alert_wrap .alert_body .alert_btn {
  margin: 30px 0 0;
  display: flex;
  gap: 10px;
}
.alert_wrap .alert_body .alert_btn button,
.alert_wrap .alert_body .alert_btn a {
  flex: 1;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 8px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .alert_wrap.w600 {
    max-width: 100%;
  }
  .alert_wrap {
    width: calc(100% - 40px);
  }
  .alert_wrap .alert_body .cont p.txt {
    font-size: 13px;
    line-height: 18px;
  }
  .alert_wrap .alert_body .cont strong.txt {
    font-size: 13px;
    line-height: 18px;
  }
}

/* popup */
.pop_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 301;
}
.pop_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  overflow-y: hidden;
  margin: 0 auto;
}
.pop_bg.w500 .pop_wrap {
  max-width: 500px;
}
.pop_bg.w660 .pop_wrap {
  max-width: 660px;
}
.pop_bg.w560 .pop_wrap {
  max-width: 560px;
}
.pop_bg.w800 .pop_wrap {
  max-width: 800px;
}
.pop_bg.w1000 .pop_wrap {
  max-width: 1000px;
}
.pop_wrap .pop_cover {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100% - 100px);
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.pop_wrap .pop_cover h2.tit {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 30px 18px;
  border-bottom: 1px solid #c0c7ce;
}
.pop_wrap .pop_cover .btn_x {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 16px;
}
.pop_wrap .pop_cover .btn_x button {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  line-height: 1;
}
.pop_wrap .pop_cover .pop_cont {
  height: 100%;
  max-height: 900px;
  overflow-y: auto;
  padding: 30px 30px 40px;
}
.pop_wrap .pop_cover .pop_cont .pop_cont_tit {
  padding: 0 0 30px 0;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.pop_wrap .pop_cover .pop_cont .pop_cont_tit2 {
  padding: 0 0 30px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.pop_wrap .pop_cover .btn_center_box {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0;
}
.pop_wrap .pop_cover .btn_center_box.btns {
  gap: 20px;
}
.pop_wrap .pop_cover .btn_center_box .acabtn {
  min-width: 200px;
  height: 52px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 26px;
}
.pop_cont .info_txt1 {
  margin: 12px 0 0 0;
  font-size: 14px;
}
.pop_cont .cont_item {
  margin: 32px 0 0 0;
}
.pop_cont .cont_item h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 28px;
}
.pop_cont .cont_item .cont_item_tit {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 12px;
  gap: 8px;
  flex-wrap: wrap;
}
.pop_cont .cont_item .cont_item_tit.line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.pop_cont .cont_item .cont_item_tit h3 {
  margin: 0;
}
.pop_cont .cont_item .cont_item_tit .right_area span.ic_info {
  position: relative;
  font-size: 14px;
  color: #aaa;
  padding: 0 0 1px 28px;
}
.pop_cont .cont_item .cont_item_tit .right_area span.ic_info:after {
  content: "?";
  background: #00c1bb;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pop_cont .cont_item .cont_item_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 12px;
  gap: 8px;
  flex-wrap: wrap;
}
.pop_cont .cont_item .cont_item_top .info1 {
  font-size: 13px;
}
.pop_cont .cont_item .cont_item_top .info2 {
  font-size: 15px;
}

/* change_result */
.pop_cont .cont_item .change_result {
  margin: 15px 0 0;
  background: #f3f5f7;
  padding: 20px;
}
.pop_cont .cont_item .change_result dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 10px 0 0 0;
}
.pop_cont .cont_item .change_result dl:first-child {
  margin: 0;
}
.pop_cont .cont_item .change_result dl dt {
  font-size: 14px;
}
.pop_cont .cont_item .change_result dl dd {
  font-size: 14px;
  font-weight: 500;
}

/* input_item */
.pop_cont .cont_item .input_item {
  display: flex;
  margin: 16px 0 0;
  gap: 10px;
  align-items: center;
}
.pop_cont .cont_item .input_item:first-child {
  margin: 0;
}
.pop_cont .cont_item .input_item .tit {
  min-width: 100px;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
}
.pop_cont .cont_item .input_item .cont {
  flex: 1;
  font-size: 14px;
}
.pop_cont .cont_item .input_item .cont .phone_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pop_cont .cont_item .input_item .cont .phone_wrap .timer {
  display: none;
  width: 50px;
  font-size: 15px;
  font-weight: 500;
}
.pop_cont .cont_item .input_item .cont .phone_wrap .acabtn {
  flex: 0 0 auto;
}
.pop_cont .cont_item .input_item .cont .pay_input_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.pop_cont .cont_item .input_item .cont .pay_input_wrap .vat {
  font-size: 13px;
  padding: 0 0 0 5px;
  white-space: nowrap;
}
.pop_cont .cont_item .input_item .cont .pay_input_wrap .acabtn {
  flex: 0 0 auto;
}

/* 중심 업무 환불처리 하는 방법 */
.pop_cont .list_half > ul {
  display: flex;
  width: 100%;
  text-align: center;
}
.pop_cont .list_half > ul > li {
  flex: 1;
  padding: 0 5px;
  box-sizing: border-box;
}
.pop_cont .list_half > ul > li > div {
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
}
.pop_cont .list_half > ul > li strong {
  font-size: 18px;
  line-height: 58px;
  display: block;
  margin: 0 0 15px;
}
.pop_cont .list_half > ul > li.blue strong {
  border-bottom: 5px solid #008dc1;
}
.pop_cont .list_half > ul > li.aqua strong {
  border-bottom: 5px solid #00c1bb;
}
.pop_cont .list_half > ul > li p {
  font-size: 14px;
}
.pop_cont .list_half > ul > li p > span {
  display: block;
}
.pop_cont .list_half > ul > li > div > ul {
  margin: 20px 0 0;
}
.pop_cont .list_half > ul > li > div > ul > li {
  margin-bottom: 8px;
}
.pop_cont .list_half > ul > li > div > ul > li:last-child {
  margin-bottom: 0;
}
.pop_cont .list_half > ul > li > div > ul > li span {
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  display: block;
  line-height: 35px;
}
.pop_cont .list_half > ul > li.blue > div > ul > li span {
  background: #008dc1;
}
.pop_cont .list_half > ul > li.aqua > div > ul > li span {
  background: #00c1bb;
}

/* ACA 담당자 직통번호 */
.pop_cont .phone_num {
  text-align: center;
  padding: 32px 0;
}
.pop_cont .phone_num p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 8px;
}
.pop_cont .phone_num strong {
  display: block;
  line-height: 42px;
  font-size: 28px;
}

/* 신청 완료 */
.pop_cont .finish_msg {
  padding: 32px 20px;
  text-align: center;
}
.pop_cont .finish_msg p {
  font-size: 18px;
  word-break: keep-all;
}
.pop_cont .finish_msg strong {
  display: block;
  font-size: 18px;
  margin: 20px 0 0;
}

/* green_box */
.pop_cont .green_box {
  background: #def4f4;
  border-radius: 8px;
  padding: 20px 30px;
}
.pop_cont .green_box .item_list li {
  margin: 12px 0 0 0;
}
.pop_cont .green_box .item_list li:first-child {
  margin: 0;
}
.pop_cont .green_box .item_list li.item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
.pop_cont .green_box .item_list li.item .tit {
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.pop_cont .green_box .item_list li.item .prc {
  font-size: 24px;
  color: #00c1bb;
  font-weight: bold;
}
.pop_cont .green_box .item_list li.item .prc .vat {
  display: inline-block;
  padding: 0 0 0 6px;
  font-size: 14px;
  color: #55616d;
  vertical-align: 2px;
  font-weight: normal;
}
.pop_cont .green_box .prc_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pop_cont .green_box .prc_wrap .tit {
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.pop_cont .green_box .prc_wrap .prc {
  font-size: 24px;
  color: #00c1bb;
  font-weight: bold;
}
.pop_cont .green_box .prc_wrap .vat {
  padding: 2px 0 0 6px;
  font-size: 14px;
  color: #55616d;
}
.pop_cont .green_box .date_search {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pop_cont .green_box .date_search .tit {
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.pop_cont .green_box .date_search .select_box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pop_cont .green_box .date_search .select_box .wave {
  font-size: 16px;
}

/* txt_info */
.pop_cont .txt_info ul li {
  position: relative;
  margin-top: 8px;
  color: #55616d;
  padding-left: 12px;
  font-size: 16px;
}
.pop_cont .txt_info ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #55616d;
  position: absolute;
  left: 0;
  top: 11px;
}
.pop_cont .txt_info ul li:first-child {
  margin-top: 0;
}
.pop_cont .txt_info ul li span.red {
  color: #f84c4a;
}
.pop_cont .txt_info ul.mark_ref li {
  padding-left: 20px;
  color: #000;
}
.pop_cont .txt_info ul.mark_ref li:after {
  content: "※";
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #55616d;
  position: absolute;
  left: 0;
  top: 0;
}

/* agree_box */
.pop_cont .agree_box {
  text-align: center;
  background: #f3f5f7;
  border-radius: 8px;
  padding: 16px 32px;
  margin: 32px 0 0;
}
.pop_cont .agree_box .checkbox label {
  font-weight: 700;
}
.pop_cont .all_agree .agree_box {
  text-align: left;
}
.pop_cont .all_agree ul.agree_list {
  margin: 16px 0 0;
  padding-left: 32px;
}
.pop_cont ul.agree_list li {
  position: relative;
  margin-top: 16px;
}
.pop_cont ul.agree_list.link li {
  padding-right: 20px;
}
.pop_cont ul.agree_list li:first-child {
  margin-top: 0;
}
.pop_cont ul.agree_list li label {
  font-weight: 500;
}
.pop_cont ul.agree_list li label .req {
  color: #00c1bb;
}
.pop_cont ul.agree_list li label .choice {
  color: #121417;
}
.pop_cont ul.agree_list li label .imp {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.pop_cont ul.agree_list li label .imp::after {
  content: "*";
  color: red;
  background: none;
  position: absolute;
  left: 0;
  top: 3px;
}
.pop_cont ul.agree_list.link li a {
  background: url(../img/mypage/ico_agree_arrow.png) no-repeat center/16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
}
.pop_cont ul.agree_list li .more {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  font-size: 10px;
  line-height: 20px;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background: #999;
  vertical-align: 1px;
}

/* desc_agree_list */
.pop_cont .cont_item .desc_agree_list {
  background: #f3f5f7;
  padding: 20px;
}
.pop_cont .cont_item .desc_agree_list ul li {
  margin-top: 16px;
}
.pop_cont .cont_item .desc_agree_list ul li:first-child {
  margin-top: 0;
}
.pop_cont .cont_item .desc_agree_list ul li .txt {
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 600;
}

/* pop_tbl */
.pop_cont .pop_tbl table {
  width: 100%;
  border-top: 2px solid #121417;
}
.pop_cont .pop_tbl table th,
.pop_cont .pop_tbl table td {
  border-bottom: 1px solid #c0c7ce;
  border-right: 1px solid #c0c7ce;
  padding: 12px;
  font-size: 15px;
  line-height: 22px;
}
.pop_cont .pop_tbl table th {
  background: #f3f5f7;
  font-weight: 700;
  vertical-align: middle;
}
.pop_cont .pop_tbl table td {
  background: #fff;
  text-align: center;
}
.pop_cont .pop_tbl tfoot td {
  background: #def4f4;
  font-weight: bold;
}
.pop_cont .pop_tbl.left_type table th,
.pop_cont .pop_tbl.left_type table td {
  text-align: left;
}
.pop_cont .pop_tbl table tr th:last-child,
.pop_cont .pop_tbl table tr td:last-child {
  border-right: 0;
}
.pop_cont .pop_tbl table td ul.chk_box {
  font-size: 0;
}
.pop_cont .pop_tbl table td ul.type_list {
  font-size: 0;
}
.pop_cont .pop_tbl table td ul.type_list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.pop_cont .pop_tbl table td ul.type_list > li:last-child {
  margin-right: 0;
}

.pop_cont .pop_tbl table td.price_box input {
  width: 200px;
  margin-right: 12px;
}
.pop_cont .pop_tbl .file_down_wrap {
  display: flex;
  gap: 4px;
}
.pop_cont .pop_tbl .file_down_wrap label {
  flex: 1;
}
.pop_cont .pop_tbl .file_down_wrap .btn_upload_box {
  position: relative;
  flex: 0 0 auto;
}
.pop_cont .pop_tbl .file_down_wrap .btn_upload_box .acabtn {
  width: 100%;
  white-space: nowrap;
}
.pop_cont .pop_tbl .file_down_wrap .btn_upload_box input {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.pop_cont .pop_tbl .file_down_wrap .file_del {
  display: flex;
  align-items: center;
  flex: 0 0 40px;
}
.pop_cont .pop_tbl .file_down_wrap .file_del button {
  display: block;
  width: 200%;
  height: 100%;
  border: 0;
  background: #fff;
}
.pop_cont .pop_tbl .btn_upload_wrap {
  position: relative;
}
.pop_cont .pop_tbl .btn_upload_wrap .btn_upload {
  white-space: nowrap;
}
.pop_cont .pop_tbl .btn_upload_wrap input {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.pop_cont .pop_tbl.triangle th,
.pop_cont .pop_tbl.triangle td {
  background: #fff;
  vertical-align: middle;
}
.pop_cont .pop_tbl.triangle tr th:last-child,
.pop_cont .pop_tbl.triangle tr td:last-child {
  background: #def4f4;
}
.pop_cont .pop_tbl.triangle th.bg_gray,
.pop_cont .pop_tbl.triangle tbody tr th {
  background: #f3f5f7;
}
.pop_cont .pop_tbl.triangle th.this div {
  position: relative;
}
.pop_cont .pop_tbl.triangle th.this div:after {
  content: "";
  position: absolute;
  right: -35px;
  top: -12px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 23px;
  border-top-width: 23px;
  border-left: 23px solid #fff;
}
.pop_cont .pop_tbl.triangle td p.info {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 18px;
}
.pop_cont .pop_tbl td .file_down_list li {
  margin: 4px 0 0;
}
.pop_cont .pop_tbl td .file_down_list li:first-child {
  margin: 0;
}
.pop_cont .pop_tbl td .file_down_list li a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

/* ACA2000 요금 납부 안내 */
.pop_cont .payment_info {
  font-size: 16px;
}
.pop_cont .payment_info .top_msg {
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
}
.pop_cont .payment_info .unpaid_total {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  line-height: 32px;
}
.pop_cont .payment_info .detail_list {
  margin: 30px 0 0;
}
.pop_cont .payment_info .detail_list li {
  margin: 10px 0 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.pop_cont .payment_info .detail_list li:first-child {
  margin: 0;
}
.pop_cont .payment_info .detail_list li span {
  white-space: nowrap;
}
.pop_cont .payment_info .bank_txt {
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #ccc;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .pop_wrap .pop_cover h2.tit {
    font-size: 16px;
    padding: 15px 20px 12px;
  }
  .pop_wrap .pop_cover .btn_x {
    top: 2px;
    right: 3px;
  }
  .pop_wrap .pop_cover .btn_x button {
    width: 46px;
    height: 46px;
  }
  .pop_wrap .pop_cover .pop_cont {
    padding: 20px 20px 30px;
  }
  .pop_wrap .pop_cover .pop_cont .pop_cont_tit {
    padding: 0 0 20px 0;
    font-size: 15px;
  }
  .pop_wrap .pop_cover .pop_cont .pop_cont_tit2 {
    padding: 0 0 20px 0;
    font-size: 14px;
  }
  .pop_wrap .pop_cover .btn_center_box {
    margin: 22px 0 0 0;
  }
  .pop_wrap .pop_cover .btn_center_box.btns {
    gap: 5px;
  }
  .pop_wrap .pop_cover .btn_center_box.btns .acabtn {
    flex: 1;
  }
  .pop_wrap .pop_cover .btn_center_box .acabtn {
    min-width: 120px;
    height: 35px;
    padding: 5px 24px 7px;
    font-size: 13px;
  }
  .pop_cont .info_txt1 {
    font-size: 13px;
  }
  .pop_cont .cont_item {
    margin: 24px 0 0;
  }
  .pop_cont .cont_item h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .pop_cont .cont_item .cont_item_tit {
    margin: 0 0 8px;
  }
  .pop_cont .cont_item .cont_item_tit.line {
    padding-bottom: 8px;
  }
  .pop_cont .cont_item .cont_item_tit .right_area span.ic_info {
    font-size: 12px;
    padding: 0 0 0 22px;
  }
  .pop_cont .cont_item .cont_item_tit .right_area span.ic_info:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .pop_cont .cont_item .cont_item_tit span.info {
    font-size: 13px;
    padding: 0 0 0 20px;
  }
  .pop_cont .cont_item .cont_item_tit span.info:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .pop_cont .cont_item .cont_item_top .info1 {
    font-size: 12px;
  }
  .pop_cont .cont_item .cont_item_top .info2 {
    font-size: 13px;
  }

  /* ACA 담당자 직통번호 */
  .pop_cont .phone_num {
    padding: 16px 0;
  }
  .pop_cont .phone_num p {
    font-size: 14px;
  }
  .pop_cont .phone_num strong {
    font-size: 20px;
  }

  /* 신청 완료 */
  .pop_cont .finish_msg {
    padding: 16px;
  }
  .pop_cont .finish_msg p {
    font-size: 14px;
  }
  .pop_cont .finish_msg strong {
    font-size: 14px;
  }

  /* green_box */
  .pop_cont .green_box {
    padding: 20px;
  }
  .pop_cont .green_box .item_list li {
    margin: 12px 0 0 0;
  }
  .pop_cont .green_box .item_list li.item {
    font-size: 14px;
  }
  .pop_cont .green_box .item_list li.item .tit {
    min-width: 80px;
    font-size: 14px;
  }
  .pop_cont .green_box .item_list li.item .prc {
    font-size: 18px;
  }
  .pop_cont .green_box .item_list li.item .prc .vat {
    padding: 0 0 0 4px;
    font-size: 12px;
  }
  .pop_cont .green_box .prc_wrap .tit {
    font-size: 14px;
  }
  .pop_cont .green_box .prc_wrap .prc {
    font-size: 18px;
  }
  .pop_cont .green_box .prc_wrap .vat {
    font-size: 12px;
  }
  .pop_cont .green_box .date_search .tit {
    min-width: auto;
    font-size: 14px;
  }
  .pop_cont .green_box .date_search .select_box {
    flex: 1;
  }
  .pop_cont .green_box .date_search .select_box .wave {
    font-size: 14px;
  }
  .pop_cont .green_box .date_search .select_box .selectbox {
    width: 100% !important;
  }

  /* txt_info */
  .pop_cont .txt_info ul li {
    font-size: 13px;
  }
  .pop_cont .txt_info ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 7px;
  }
  .pop_cont .txt_info ul.mark_ref li {
    padding-left: 16px;
  }

  /* agree_box */
  .pop_cont .agree_box {
    padding: 12px 20px;
  }
  .pop_cont .all_agree ul.agree_list {
    padding-left: 20px;
  }
  .pop_cont ul.agree_list li {
    margin-top: 10px;
  }

  /* desc_agree_list */
  .pop_cont .cont_item .desc_agree_list {
    padding: 15px;
  }
  .pop_cont .cont_item .desc_agree_list ul li .txt {
    font-size: 13px;
  }

  /* pop_tbl */
  .pop_cont .pop_tbl {
    overflow: auto;
    width: 100%;
  }
  .pop_cont .pop_tbl table th,
  .pop_cont .pop_tbl table td {
    padding: 10px;
    word-break: keep-all;
    font-size: 14px;
    line-height: 20px;
  }
  .pop_cont .pop_tbl.triangle th.this div:after {
    right: -29px;
    top: -10px;
    border-bottom-width: 19px;
    border-top-width: 19px;
    border-left: 19px solid #fff;
  }
  .pop_cont .pop_tbl.triangle td p.info {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .pop_cont .pop_tbl td .file_down_list li a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 760px) {
  .pop_cont .info_txt1 {
    font-size: 12px;
  }

  /* input_item */
  .pop_cont .cont_item .cont_item_top .info2 {
    font-size: 12px;
  }
  .pop_cont .cont_item .input_item {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .pop_cont .cont_item .input_item .tit {
    flex: 1;
    font-size: 14px;
  }
  .pop_cont .cont_item .input_item .cont {
    width: 100%;
  }
  .pop_cont .cont_item .input_item .cont .pay_input_wrap {
    gap: 5px;
  }

  /* 중심 업무 환불처리 하는 방법 */
  .pop_cont .list_half > ul {
    flex-direction: column;
    row-gap: 20px;
  }

  /* green_box */
  .pop_cont .green_box .item_list li.item {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .pop_cont .green_box .date_search {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .pop_cont .green_box .date_search .select_box {
    width: 100%;
    flex-wrap: wrap;
  }
  .pop_cont .green_box .date_search .select_box .selectbox {
    width: calc(50% - 2px) !important;
  }
  .pop_cont .green_box .date_search .select_box .wave {
    flex: 0 0 100%;
    text-align: center;
  }
  .pop_cont .green_box .date_search .acabtn {
    margin: 0 auto;
  }

  /* pop_tbl */
  .pop_cont .pop_tbl table th,
  .pop_cont .pop_tbl table td {
    font-size: 12px;
    line-height: 16px;
  }
  .pop_cont .pop_tbl td .file_down_list li a {
    font-size: 12px;
    line-height: 16px;
  }
}
