.repair_list .list_item .item .disabled {
  pointer-events: none;
  opacity: 0.8;
  cursor: not-allowed;
}

.flex_c_c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.repair_list {
  padding-bottom: 180px;
}

.repair_list .list_tab_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.repair_list .list_tab_head .tab {
  font-size: 20px;
  padding: 20px 44px;
  border-radius: 33px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

.repair_list .list_tab_head .tab.active {
  background-color: #2b63f7;
  color: #fff;
}

.repair_list .head_bs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.repair_list .head_bs .ttl {
  font-size: 22px;
  font-weight: 500;
}

.repair_list .head_bs .checkboxs {
  display: flex;
  align-items: center;
  gap: 16px;
}

.repair_list .head_bs .checkboxs .box select {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 5px 40px 5px 14px;
  font-size: 16px;
  color: #757575;
  height: 40px;
  background-image: url(../img/main/arr-down.png);
  cursor: pointer;
}

.repair_list .head_bs .checkboxs a.box {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #757575;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 0 14px;
  cursor: pointer;
  background-color: #2a97d4;
  color: #fff;
}

.repair_list .head_bs .checkboxs a.box img {
  width: 14px;
}

.repair_list .head_bs .checkboxs label {
  font-size: 13px;
  color: #757575;
  padding-left: 26px;
  position: relative;
}

.repair_list .head_bs .checkboxs input {
  display: none;
}

.repair_list .head_bs .checkboxs input:checked+label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 37%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 11px;
  border: 3px solid #252525;
  border-top: none;
  border-left: none;
}

.repair_list .head_bs .checkboxs label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.repair_list .list_item .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid #dbdbdb;
}

.repair_list .list_item .item .col:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 20px;
  width: 75px;
}

.repair_list .list_item .item .col:nth-child(2) {
  margin-right: auto;
}

.repair_list .list_item .item .btn_item {
  font-size: 13px;
  font-weight: 500;
  padding: 3px 11px;
  border-radius: 2px;
  color: #777;
  border: 1px solid #bbbbbb;
}

.repair_list .list_item .item .confirmed {
  background-color: #2b63f7;
  border: 1px solid transparent;
  color: #fff;
}

.repair_list .list_item .item .deadline {
  background-color: #fff;
  color: #fc5858;
  border: 1px solid #fc5858;
}

.repair_list .list_item .item .name {
  font-size: 18px;
  font-weight: 700;
  /* margin-right: 114px; */
  padding: 6px 0;
  cursor: pointer;
  display: block;
  width: 300px;

}

.repair_list .list_item .item .name .category::after {
  content: " |";
  margin-left: 5px;
  /* Tạo khoảng cách với text */
  color: #000;
}

.repair_list .list_item .item .hong {
  font-size: 16px;
  font-weight: 500;
  /* margin-right: 32px; */
  width: 100px;
}

.repair_list .list_item .item .loca {
  font-size: 16px;
  font-weight: 400;
  width: 140px;
}

.repair_list .list_item .item .quo span {
  font-size: 14px;
  color: #454545;
  margin-right: 16px;
}

.repair_list .list_item .item .quo strong {
  color: #133986;
  font-weight: 500;
}

.repair_list .list_item .item .quo strong i {
  font-size: 22px;
  font-weight: 900;
}

.repair_list .list_item .item .col:nth-child(5) {
  padding: 0 16px;
  line-height: 50px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.repair_list .list_item .item .col:nth-child(6) {
  padding: 0 16px;
}

.repair_list .list_item .item .regis_date {
  color: #999;
  font-size: 14px;
}

.repair_list .list_item .item .heart {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #dbdbdb;
  color: #666;
  border-radius: 99px;
}

.repair_list .list_item .item .heart span {
  padding-left: 22px;
  background: url(../img/sub/heart-2.png) no-repeat left center;
}

.repair_list .list_item .item .heart.on span {
  background: url(../img/ico/heart-ic-red.png) no-repeat left center;
}

.repair_list .list_item .item .apply {
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2b63f7;
  border-radius: 99px;
}

.repair_list .list_item .item+.item {
  margin-top: 10px;
}

.repair_list .list_item {
  margin-bottom: 72px;
}

.evaluate_search {
  gap: 10px;
  display: flex;
}

.evaluate_search select {
  height: 40px;
  width: 100px;
}

.evaluate_search input {
  width: 210px;
  height: 40px;
  display: block !important;
}

.evaluate_search .search_button {
  width: 60px;
  height: 40px;
  border: 1px solid #2a97d4;
  color: #2a97d4;
  border-radius: 3px;
}

.repair_step {
  background-color: #f3f3f3;
  padding-top: 48px;
  padding-bottom: 97px;
}

.repair_step .wrap_content {
  max-width: 856px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 33px;
  padding: 47px 50px 30px 54px;
}

.repair_step .progress_bar {
  height: 7px;
  width: 100%;
  background-color: #c5c5c5;
  border-radius: 9px;
  margin-bottom: 36px;
}

.repair_step .progress_bar_fill {
  width: calc(100% / 5 * 1);
  height: 100%;
  background-color: #2b63f7;
  border-radius: 9px;
}

.repair_step h2.title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 39px;
}

.repair_step .wrap_content .list_item {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.repair_step .wrap_content .list_item .item {
  width: calc(50% - 20px);
}

.repair_step .wrap_content .list_item .item .contents {
  flex: 1;
  height: 266px;
  padding: 48px 0 0 36px;
  background-color: #f6f6f6;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
}

.repair_step .wrap_content .list_item .item input:checked+.contents {
  border: 3px solid #2b63f7;
}

.repair_step .wrap_content .list_item .item .tx1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 34px;
  width: 50%;
}

.repair_step .wrap_content .list_item .item .tx2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #555;
}

.repair_step .wrap_content .list_item .item .contents>img {
  position: absolute;
  top: 44px;
  right: 37px;
}

.repair_step .wrap_content .note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 18px auto 32px;
}

.repair_step .wrap_content .note p {
  font-size: 17px;
  color: #555;
}

.repair_step .wrap_content .btn_next {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  background-color: #d8d8d8;
  color: #fff;
  border-radius: 10px;
}

.repair_step .wrap_content .btn_next.on {
  background-color: #2b63f7;
  cursor: pointer;
}

.repair_step .wrap_content .btn_next:hover {
  background-color: #2b63f7;
  cursor: pointer;
}

.repair_step.repair_step_2 .wrap_content .list_item {
  display: flex;
  gap: 20px;
  justify-content: start;
  margin-bottom: 118px;
  flex-wrap: wrap;
}
.repair_step.repair_step_2 .wrap_content .list_item .item_ {
    /* flex: 1 1 30%;  */
    box-sizing: border-box;
    width: calc(33.33% - 14px); 
}
.repair_step.repair_step_2 .list_item .item_ {}

.repair_step.repair_step_2 .list_item .item_ .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 28px;
  cursor: pointer;
}

.repair_step.repair_step_2 .list_item .item_ .content img {
  border: 3px solid transparent;
  border-radius: 12px;
}

.repair_step.repair_step_2 .list_item .item_ input:checked+.content img {
  border: 3px solid #2b63f7;
}

.repair_step.repair_step_2 .list_item .item_ input:checked+.content .tx {
  color: #2b63f7;
}

.repair_step.repair_step_2 .list_item .item_ .tx {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  max-width: 250px;
}

.repair_step.repair_step_2 .list_item .item_ p {
  font-size: 18px;
}

.repair_step.repair_step_2 .list_item .item_ p+p {
  margin-top: -20px;
}

.repair_step .wrap_prev_next {
  padding-top: 45px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.repair_step .wrap_prev_next .btn_prev {
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  width: 164px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.repair_step.repair_step_2 .progress_bar_fill {
  width: calc(100% / 5 * 2);
  height: 100%;
  background-color: #2b63f7;
  border-radius: 9px;
}

.repair-item-view {
  padding: 50px 0 100px;
}

.repair_step.repair_step_3 .wrap_content .list_item {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  flex-direction: column;
}

.repair_step.repair_step_3 .wrap_content .list_item textarea {
  width: 100%;
  height: 84px;
  border-radius: 16px;
  border: 1px solid #dbdbdb;
  padding: 18px 20px;
  resize: none;
  margin: 26px 0 26px;
  font-size: 18px;
}

.repair_step_3 .wrap_content .list_item .input_radio input {
  display: none;
}

.repair_step_3 .wrap_content .list_item .input_radio label {
  padding: 14px 56px;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.repair_step_3 .wrap_content .list_item .input_radio label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #dbdbdb;
  background-color: #fff;
}

.repair_step_3 .wrap_content .list_item .input_radio input:checked+label::before {
  border-color: #2b63f7;
}

.repair_step_3 .list_item .input_radio input:checked+label::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 24px;
  background-color: #2b63f7;
}

.repair_step.repair_step_3 .progress_bar_fill {
  width: calc(100% / 5 * 3);
}

.repair_step.repair_step_4 .progress_bar_fill {
  width: calc(100% / 5 * 4);
}

.repair_step_4 .find_address {
  width: 100%;
  flex: 1;
}

.col-6 {
  width: 50% !important;
}

.repair_step_4 .find_address .search_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.repair_step_4 .find_address .search_box input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  padding: 0 20px;
  font-size: 16px;
}

.repair_step_4 .find_address .search_box .btn_zip {
  height: 48px;
  width: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}

.repair_step_4 .find_address .address_input {
  width: 100%;
}

.repair_step_4 .find_address .address_input input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  padding: 0px 20px;
  font-size: 16px;
  margin-top: 8px;
}

.repair_step_4 .find_address .address_input .input_info {
  width: 200px;
}

.repair_step_4 .find_address .address_input .user_mobile_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.repair_step_4 .info_box_bot .find_address .address_input input {
  margin-top: 0;
}

.popup_ip_cont .btn_submit_frm {
  margin: 30px auto 0;
  padding: 10px 30px;
  font-size: 16px;
  background-color: #2b63f7;
  color: #fff;
}

.repair_step_4 .title_box {
  font-size: 20px;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 13px;
  padding-top: 24px;
}

.repair_step_4 .title_member {
  display: flex;
  align-items: center;
  /* border-top: 1px solid #dbdbdb; */
}

.repair_step_4 .title_phone {
  font-size: 20px;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 13px;
  padding-top: 24px;
  margin-left: 68px;
}

.repair_step_4 .info_box_bot .address_input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.repair_step_4 .info_box_bot {
  display: flex;
  gap: 10px;
  align-items: center;
}

.repair_step_4 .title_box>img {
  margin-right: 10px;
}

.repair_step_4 .title_box span {
  color: #aaa;
}

.repair_step_4 .date_choose {
  width: 200px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  padding: 0 20px;
}

.repair_step_4 .warning .desc {
  font-size: 16px;
  color: #777;
  line-height: 1.4;
  margin-bottom: 30px;
}

.repair_step_5 .contai_completed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 46px; */
  margin-top: 30px;
  margin-bottom: 45px;
}

.repair_step_5 .contai_completed .box {
  padding: 10px 20px;
  /* border: solid 1px #ccc; */
  width: 60%;
  text-align: center;
  /* margin-bottom: 45px; */
  margin-top: 5px
}

.repair_step_5 .contai_completed p {
  font-size: 28px;
  font-weight: 500;
  margin-top: 45px;
}

.repair_step.repair_step_5 .wrap_content .btn_next {
  background-color: #2b63f7;
}

.repair_step_5 .contai_completed .info_user {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.repair_step_5 .contai_completed .info_user + .info_user {
  margin-top: 10px;
}

.find_expert {
  padding: 46px 0 145px;
  overflow: hidden;
}

.find_expert .visual {
  width: 100%;
  height: 150px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.recruitment_main.visual {
  width: 100%;
  height: 150px;
  margin: 40px 0;
  position: relative;
}

.prd_list_wrap .visual {
  width: 100%;
  height: 150px;
  margin: 0px 0 40px;
  position: relative;
  overflow: hidden;
}

.find_expert .visual {
  position: relative;
}

.inner.box_text_new {
  flex-direction: column;
  position: absolute;
  left: 40%;
  top: 30%;
  gap: 0 !important;
}

.recruitment_main .inner.box_text_new.item_box {
    left: 42%;
    top: 30%;
}

.inner.box_text_new.item_box {
  left: 46%;
  top: 34%;
}

.box_text_new.item_box .ttl_big {
    font-size: 28px;
}


.box_text_new.item_box .ttl_small {
    font-size: 16px;
}


.box_text_new .ttl_big {
    font-size: 38px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.box_text_new .ttl_small {
    font-size: 20px;
    letter-spacing: -1px;
    /* line-height: 1.4; */
    color: #ffffff;
}


.find_expert .inner {
  display: flex;
  gap: 20px;
}

.find_expert .sidebar_wrap {
  width: 188px;
}

.find_expert .sidebar_wrap .title {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px solid #252525;
  font-size: 20px;
  font-weight: 700;
}

.find_expert .sidebar_wrap .list_loca {
  padding: 10px 0;
}

.find_expert .sidebar_wrap .list_loca>li {
  position: relative;
}

.find_expert .sidebar_wrap .list_loca>li>a {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  color: #777;
}

.find_expert .sidebar_wrap .list_loca>li>a.active {
  background-color: #2b63f7;
  color: #fff;
}

.find_expert .sidebar_wrap .list_loca>li:hover {
  /* background-color: #f3f4f8; */
  /* background-color: #2b63f7; */
  background-color: #a5c4e3;
  color: #fff;
}

.find_expert .sidebar_wrap .list_loca>li:hover a {
  color: #fff;
}

.find_expert .sidebar_wrap .list_loca>li:hover .lever_2 {
  display: block;
  transition: all 0.3s;
}

.find_expert .sidebar_wrap .list_loca>li:hover .lever_2 a {
  color: #777;
}

.find_expert .sidebar_wrap .lever_2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 165px;
  max-height: 665px;
  overflow-y: scroll;
  background-color: #f3f4f8;
  padding-left: 16px;
  z-index: 1;
  display: none;
  transition: all 0.3s;
}

.find_expert .sidebar_wrap .lever_2>li>a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #777;
}

.find_expert .sidebar_wrap .lever_2>li>a.active {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.find_expert .sidebar_wrap .lever_2>li>a:hover {
  color: #252525;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.find_expert .content_wrap {
  flex: 1;
  position: relative;
}

.find_expert .content_wrap .form_regis {
  display: flex;
  gap: 5px;
  align-items: center;
}

.find_expert .content_wrap .btn_register {
  padding: 11px 19px;
  background-color: #2b63f7;
  border-radius: 4px;
  font-size: 16px;
  /* position: absolute;
    top: 6px;
    right: 0; */
  color: #fff;
}

.find_expert .content_wrap .btn_search {
  width: 250px;
  height: 60px;
  border-radius: 6px;
  background-color: #2b63f7;
  border: 2px solid #2b63f7;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 56px;
  transition: all 0.1s;
}

.find_expert .content_wrap .btn_search:hover {
  opacity: 0.9;
  cursor: pointer;
}

.find_expert .content_wrap .btn_search span {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 500;
}

.find_expert .content_wrap .box_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.find_expert .content_wrap .box_title .title {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #000000;
  font-weight: 500;
}

.find_expert .content_wrap .input_search {
  width: 295px;
  height: 44px;
  border-radius: 6px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.find_expert .content_wrap .input_search input {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 0 20px;
  font-size: 16px;
  border: none;
}

.find_expert .content_wrap .notifi_none {
  width: 100%;
  text-align: center;
}

.find_expert .content_wrap .input_search img {
  padding-right: 15px;
  cursor: pointer;
}

.find_expert .content_wrap .list_product {
  display: flex;
  gap: 25px 32px;
  flex-wrap: wrap;
  margin-bottom: 87px;
}

.find_expert .content_wrap .list_product .item {
  width: 480px;
  /* height: 100%; */
  /* min-height: 195px; */
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  gap: 34px;
  padding: 23px 28px 16px;
}

.find_expert .content_wrap .list_product .item .info {
  width: 100%;
}

.find_expert .content_wrap .list_product .item .info .info_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.find_expert .content_wrap .list_product .item .avatar {
  width: 120px;
}

.find_expert .content_wrap .list_product .item .avatar img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.find_expert .content_wrap .list_product .item .name {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 28px;
  /* text-transform: uppercase; */
  color: #252525;
  font-weight: bold;
  margin-bottom: 17px;
}

.find_expert .content_wrap .list_product .item .phone {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.find_expert .content_wrap .list_product .item .loca {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #252525;
  /* margin-bottom: 16px; */
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.find_expert .content_wrap .list_product .item .loca span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.find_expert .content_wrap .list_product .item .loca img {
  margin-top: 5px;
}

.find_expert .content_wrap .list_product .item .eval {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.find_expert .content_wrap .list_product .item .desc {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #666666;
  padding-top: 12px;
  /* border-top: 1px solid #dbdbdb; */

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #757575;
  line-height: 1.5;
  display: none;
}

.find_expert .content_wrap .list_product .item .btn_order {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  background-color: #133986;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  margin-top: 0px;
}

.find_expert .content_wrap .list_product .item .btn_order.edit {
  background-color: #fff;
  color: #133986;
  border: 1px solid #133986;
  margin-top: 15px;
}

.popup_find_expert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.popup_find_expert .popup_container {
  width: 640px;
  height: 660px;
  background-color: #ffffff;
  margin-top: 100px;
}

.popup_find_expert.popup_ip_cont .popup_container {
  height: 280px;
}

.popup_find_expert .popup_head {
  height: 70px;
  position: relative;
  background-color: #2b63f7;
}

.popup_find_expert .popup_head .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.popup_find_expert .popup_head .img_close {
  position: absolute;
  top: 20px;
  right: 22px;
  cursor: pointer;
}

.popup_find_expert .popup_content {
  height: calc(100% - 50px);
  /* overflow-y: scroll; */
  padding: 48px 76px 30px 76px;
  background-color: #f7f7f7;
}

.popup_find_expert.popup_ip_cont .popup_content {
  padding-left: 30px;
  padding-right: 30px;
}
.notes_title {
  color: red;
  margin-bottom: 10px;
  font-size: 20px;
}

.popup_find_expert .popup_content .search_box {
  height: 50px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
}

.popup_find_expert .popup_content .search_box img {
  padding: 5px;
  cursor: pointer;
}

.popup_find_expert .popup_content .search_box input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
}

.popup_find_expert .popup_content .total_result {
  font-size: 14px;
  margin-top: 7px;
  text-align: center;
  color: #999;
}

.popup_find_expert .popup_content .total_result .num {
  color: #2b63f7;
}

.popup_find_expert .popup_content .list_result {
  padding-top: 26px;
  margin-top: 18px;
  border-top: 1px solid #dbdbdb;
  overflow-y: auto;
  max-height: 420px;
}

.popup_find_expert .popup_content .list_result li a {
  padding: 8px 0;
  display: block;
  transition: all 0.3s ease;
}

.popup_find_expert .popup_content .list_result li a:hover {
  background-color: #fff;
}

.profile_expert .inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.profile_expert {
  padding: 50px 0 190px;
}

.profile_expert .inner {
  max-width: 900px;
}

.profile_expert .inner>.right {
  width: 320px;
}

.profile_expert .inner .right .box_avatar {
  position: sticky;
  top: 200px;
  border: 1px solid #dbdbdb;
}

.profile_expert .inner .right .box_avatar>img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  /* margin: 30px auto; */
  display: block;
}

.profile_expert .inner .right .box_avatar .eval img {
  width: 18px;
}

.profile_expert .inner .right .box_avatar .bot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 76px;
}

.profile_expert .inner .right .box_avatar .bot .name {
  font-size: 20px;
  font-weight: 700;
}

.profile_expert .inner .right .box_avatar .bot .eval {
  gap: 5px;
  color: #555;
}

.profile_expert .inner>.left {
  flex: 1;
}

.profile_expert .table_desc {
  padding: 0 18px;
  border: 1px solid #dbdbdb;
  margin-top: 32px;
}

.profile_expert .left .title {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 14px;
}

.profile_expert .left .title h2 {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 28px;
  color: #252525;
  font-weight: bold;
}

.profile_expert .left .title p {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2b63f7;
  padding: 3px 13px;
  border: 1px solid #2b63f7;
  border-radius: 3px;
}

.profile_expert .left .sub_title {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  text-transform: uppercase;
  color: #454545;
}

.profile_expert .table_desc .row {
  padding: 18px 0;
  display: flex;
}

.profile_expert .table_desc .row+.row {
  border-top: 1px solid #dbdbdb;
}

.profile_expert .table_desc .left {
  width: 200px;
  flex: unset;
}

.profile_expert .table_desc .right {
  flex: 1;
}

.profile_expert .table_desc .left p {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #252525;
  font-weight: 700;
}

.profile_expert .table_desc .right p {
  color: #757575;
  line-height: 1.6;
}

.profile_expert .left .list_tab_head {
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
}

.profile_expert .left .list_tab_head .tab {
  flex: 1;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  cursor: pointer;
}

.profile_expert .left .list_tab_head .tab.on {
  background-color: #006fff;
  color: #fff;
  border-color: #006fff;
}

.profile_expert .tab_contain {
  display: none;
}

.profile_expert .tab_contain.on {
  display: block;
}

.profile_expert .wrap_tabs {
  margin-top: 50px;
}

.profile_expert .tab_contain .ttl_tab {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 46px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.profile_expert .tab_contain .box_input {
  display: flex;
}

.profile_expert .tab_contain .right .only_web .box_input:last-of-type {
  margin-top: 0;
}

.profile_expert .tab_contain .left .box_input:last-of-type,
.profile_expert .tab_contain .right .box_input:last-of-type {
  margin-top: 20px;
}


.profile_expert .tab_contain .box_input+.box_input {
  margin-top: 20px;
}

.profile_expert .tab_contain .box_input .label {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  color: #252525;
  width: 65px;
  position: relative;
  top: 14px;
}


#sample2_address {
  width: 245px;
}

#sample2_postcode {
  width: 120px;
}

#sample2_detailAddress {
  width: 100px;
  margin-left: 10px;
}

.custom_write_wrap #sample2_detailAddress {
  width: 100px;
  margin-left: 0;
}


.repair_step_4 #sample2_detailAddress {
  width: 49%;
  margin-left: 10px;
}

.repair_step_4 #sample2_address {
  width: 49%;
}


.box_input .wrap_input.address {
  display: flex;
}

.profile_expert .tab_contain .box_input input,
.profile_expert .tab_contain .box_input select {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  line-height: 48px;
}

.profile_expert .tab_contain .box_input input[type="radio"] {
  display: none;
}

#datepicker {
  width: 280px;
  background-image: url(/img/sub/calendar-ic.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

.profile_expert .tab_contain .box_input .box_hour {
  height: 60px;
  width: 136px;
  padding: 0 14px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: -1px;
  background-color: #fafafa;
  cursor: pointer;
}

.profile_expert .tab_contain .box_input .box_hour span {
  font-size: 16px;
  width: 100%;
  display: block;
  position: relative;
  background: url(/img/sub/checkradio.png) no-repeat right center;
  line-height: 27px;
}

.profile_expert .tab_contain .box_input .box_hour.on span {
  background: url(/img/sub/checkedradio.png) no-repeat right center;
  color: #2b63f7;
}

.profile_expert .tab_contain .box_input .box_hour.on {
  border-color: #006fff;
  background-color: #f7fbff;
}

.profile_expert .tab_contain .box_input .list_select_hour {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  flex: 1;
}

.profile_expert .form_flex {
  display: flex;
  gap: 26px;
}

.profile_expert .form_flex .left,
.profile_expert .form_flex .right {
  flex: 1;
}

.profile_expert .form_flex .wrap_input.phone {
  display: flex;
  gap: 5px;
  align-items: center;
}

.profile_expert .form_flex .wrap_input.phone select,
.profile_expert .form_flex .wrap_input.phone input {
  width: 95px;
}

select {
  background: #fff url(/img/sub/arr-down.png) no-repeat right 10px center;
  cursor: pointer;
}

.profile_expert .form_flex .box_input.name input {
  width: 313px;
}

.profile_expert .form_flex .wrap_input.address button {
  height: 48px;
  width: 80px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #006fff;
  color: #006fff;
  margin-left: 10px;
}

.profile_expert .form_flex .wrap_input.amail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile_expert .form_flex .wrap_input.amail input,
.profile_expert .form_flex .wrap_input.amail select {
  width: 136px;
}


.profile_expert .horizontal_line {
  height: 1px;
  background-color: #dbdbdb;
  margin: 55px 0 42px;
}

.profile_expert .box_confirm {
  gap: 36px;
  color: #757575;
  padding: 14px;
  background-color: #f9f9f9;
  width: 320px;
  margin: 20px auto 48px;

}

.profile_expert .btn_submit {
  width: 300px;
  height: 58px;
  margin: 0 auto;
  background-color: #2b63f7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}

.profile_expert .tab_contain .count {
  text-align: right;
  margin-bottom: 12px;
  color: #555;
}

.profile_expert .tab_contain .box_comment {
  border: 1px solid #dbdbdb;
  padding: 20px 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

.profile_expert .tab_contain .box_comment+.box_comment {
  margin-top: 20px;
}

.profile_expert .tab_contain .box_comment .name {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 28px;
  color: #252525;
  font-weight: bold;
}

.profile_expert .tab_contain .box_comment .ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;

}

.profile_expert .tab_contain .box_comment .time {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999999;
}

.profile_expert .tab_contain .box_comment .eval {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #757575;
  margin-left: auto;
}

.profile_expert .tab_contain .box_comment .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
}

.profile_expert #map {
  width: 100%;
  height: 500px;
  background-color: #ccc;
}

.profile_expert .box_text_info {
  margin-top: 48px;
}

.profile_expert .box_text_info .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.profile_expert .box_text_info .add {
  font-size: 16px;
  margin-bottom: 18px;
  color: #555;
}

.profile_expert .box_text_info .info_ {
  display: flex;
  gap: 47px;
}

.profile_expert .box_text_info .info_ .phone {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.profile_expert .box_text_info .info_ .email {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.certified_page {
  overflow: hidden;
}

.certified_page .visual {
  background: url(/img/sub/bg-cer-vi.png) no-repeat center;
  background-size: 100% 100% !important;
  width: 100%;
  height: 590px;
}

.certified_page .visual .title {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 44px;
}

.certified_page .visual .wrap_content {
  display: flex;
  justify-content: space-between;

}

.certified_page .visual .wrap_content .item {
  display: flex;
  align-items: center;
  gap: 16px;

}

.certified_page .visual .wrap_content .item+.item {
  margin-top: 20px;
}

.certified_page .visual .wrap_content .item .img {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}

.certified_page .visual .wrap_content .item .name {
  font-size: 20px;
  letter-spacing: -1px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 10px;
}

.certified_page .visual .wrap_content .item .desc {
  font-size: 14px;
  color: #252525;
}

.certified_page .visual .wrap_content .right {
  display: flex;
  gap: 18px;
}

.page_nav {
  height: 80px;
  border-bottom: 1px solid #dbdbdb;
}

.page_nav .list_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  height: 100%;
}

.page_nav .list_tab .tab_item {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 80px;
  color: #999;
  font-weight: bold;
  font-family: "Pretendard";
  padding: 0 6px;
  cursor: pointer;
  border-bottom: 2px solid transparent;

}

.page_nav .list_tab .tab_item.on {
  color: #2b63f7;
  border-bottom: 2px solid #2b63f7;

}

.certified_page .wrapper_content {
  padding: 80px 0;

}

.certified_page .wrapper_content .content {
  display: none;
}

.certified_page .wrapper_content .content.on {
  display: block;
}


.certified_page .title_content {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}


.certified_page .desc_content {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #252525;
  font-weight: 400;
  text-align: center;
}

.certified_page .desc_content i {
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

.certified_page .list_step {
  margin-top: 60px;
  border-top: 1px dashed #dbdbdb;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.certified_page .list_step .step {
  width: 260px;
}

.certified_page .list_step .step .name {
  width: 130px;
  height: 50px;
  border-radius: 24px;
  background-image: linear-gradient(-22deg, #5f52f7 0%, #3b71dd 100%);
  font-size: 26px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 50px;
  margin: 0 auto 28px;
  position: relative;
  font-family: 'NotoSansCJKkr';
}

.certified_page .list_step .step .name::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #006fff;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.certified_page .list_step .content_step {
  width: 100%;
  height: 245px;
  border-radius: 20px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
  padding: 30px 25px;

}

.certified_page .list_step .content_step .title {
  font-size: 24px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 25px;
  display: block;
}

.certified_page .list_step .content_step .desc {
  font-size: 20px;
  line-height: 32px;
  color: #757575;
  font-family: "Pretendard";
}

.certified_page .warning_box {
  margin-top: 80px;
  width: 100%;
  height: 248px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 38px 34px;
  margin-bottom: 90px;
}

.certified_page .warning_box .title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.certified_page .warning_box .title p {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 60px;
  color: #252525;
  font-weight: bold;
  font-family: 'NotoSansCJKkr';
}

.certified_page .warning_box .desc {
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 24px;
  color: #252525;
  font-family: 'NotoSansCJKkr';
}

.certified_page .warning_box .desc p {
  padding-left: 20px;
  position: relative;
}

.certified_page .warning_box .desc p::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.certified_page .comparison_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certified_page .comparison_table .text {
  font-size: 24px;
  font-weight: 700;
  font: 'NotoSansCJKkr';
}

.certified_page .comparison_table .text p:nth-child(2) {
  position: relative;
  top: 148px;
}

.certified_page .comparison_table .text p:nth-child(1) {
  position: relative;
  top: 22px;
}

.wrap_box_item {
  position: relative;
}

.wrap_box_item .box_item {
  position: relative;
}

.wrap_box_item+.wrap_box_item {
  margin-top: 30px;
}

.wrap_box_item .top_img {
  height: 277px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}

.wrap_box_item .stamp_div {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

.wrap_box_item .stamp_div img {
  width: 57px;
}

.certified_page .content .text_bot {
  border: 1px solid #dbdbdb;
  padding: 16px 20px;
  position: relative;
}

.certified_page .content .text_bot .ttl {
  font-size: 14px;
  color: #757575;
  margin-bottom: 14px;
  font-weight: 500;
}

.certified_page .content .text_bot .name {
  font-size: 16px;
  color: #252525;
  margin-bottom: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}

.certified_page .content .text_bot .vote {
  font-size: 14px;
  margin-bottom: 8px;
}

.certified_page .content .text_bot .vote span {
  color: #757575;

}

.certified_page .content .text_bot .price {
  font-size: 22px;
  color: #252525;
  margin-bottom: 14px;
  font-weight: 800;
}

.certified_page .btn_row {
  position: absolute;
  right: 8px;
  bottom: 20px;
  z-index: 99;
}

.certified_page .btn_row .zzim_btn {
  display: block;
  width: 98px;
  height: 44px;
  margin-right: 8px;
  border: 1px solid #dddddd;
  border-radius: 22px;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.certified_page .btn_row .zzim_btn span {
  display: inline-block;
  line-height: 42px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/btn/client_zzim.png);
  vertical-align: top;
}

.certified_page .btn_row .zzim_btn.on span {
  background-image: url(../img/btn/client_zzim_on.png);
}

.certified_page .content .box_item+.box_item {
  margin-top: 30px;
  display: block;
}

.certified_page .sec_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 30px;
}

.certified_page .sec_head .sec_head_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.certified_page .sec_head .wrap_nav_swiper {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.certified_page .sec_head .swiper-pagination-progressbar {
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
}

.certified_page .sec_head .swiper-pagination-progressbar .swiper-pagination-total {
  color: #999;
}

.certified_page .sec_head .wrap_nav_swiper .btn_prev,
.certified_page .sec_head .wrap_nav_swiper .btn_next {
  margin: 0 8px;
  cursor: pointer;
  z-index: 11;
}

.certified_page .sec_head .btn_view_more {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}