@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquareR.otf") format("opentype"); /* Regular 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: normal; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquareB.otf") format("opentype"); /* Bold 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: bold; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquareEB.otf") format("opentype"); /* Extra Bold 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: 800; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "NanumSquare";
  src: url("fonts/NanumSquareL.otf") format("opentype"); /* Light 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: 300; /* Light 폰트는 보통 300으로 지정 */
}

@font-face {
  font-family: "NanumSquareRound";
  src: url("fonts/NanumSquareRoundR.otf") format("opentype"); /* Regular 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: normal; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "NanumSquareRound";
  src: url("fonts/NanumSquareRoundR.otf") format("opentype"); /* Regular 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: normal; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "NanumSquareRound";
  src: url("fonts/NanumSquareRoundB.otf") format("opentype"); /* Bold 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: bold; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("fonts/SpoqaHanSansNeo-Regular.otf") format("opentype"); /* Regular 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: normal; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("fonts/SpoqaHanSansNeo-Bold.otf") format("opentype"); /* Bold 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: bold; /* 폰트 두께 지정 */
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("fonts/SpoqaHanSansNeo-Light.otf") format("opentype"); /* Light 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: 300; /* Light 폰트는 보통 300으로 지정 */
}

@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("fonts/SpoqaHanSansNeo-Medium.otf") format("opentype"); /* Medium 폰트 */
  /* 서버에서 실제 폰트 파일의 경로를 정확히 지정해야 합니다. */
  font-weight: 500; /* Medium 폰트는 보통 500으로 지정 */
}
* {
  font-family: "NanumSquare", sans-serif;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
html {
  min-width: 1300px;
  min-height: 800px;
  overflow: auto;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
}
input {
  outline: none;
}
.display-none {
  display: none !important;
}
select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}
select {
  background: url("../img/vete/chevron-down.svg") no-repeat center right 8px /
    23px auto !important;
}

.wrapper {
  height: 100%;
}
*::-webkit-scrollbar {
}

/* 스크롤바 막대 */
*::-webkit-scrollbar-thumb {
  background: #d9d9d9; /* 스크롤바 막대 색상 */
  border: 0; /* 스크롤바 막대 테두리 설정  */
  border-radius: 12px 12px 12px 12px;
  width: 16px;
  border: 4px solid #fff;
}

/*----- EB Header -----*/
.eb-header {
  position: fixed;
  top: 0;
  left: 300px;
  right: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.eb-header-nav {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 25px 40px 15px;
  height: auto;
  color: #000;
  font-size: 12px;
}

.eb-header-nav h3 {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0;
}
.eb-header-nav .right {
  float: right;
}
.eb-header-nav .right span {
  font-size: 16px;
  font-weight: 600;
}
.eb-header-nav .right span:last-child {
  display: inline-block;
  margin-left: 13px;
}
.eb-header-nav .right span:last-child a {
  color: #888;
  font-weight: 500;
}
.eb-header-nav:after {
  clear: both;
  content: "";
  display: block;
}

/*----- EB Sidebar Left -----*/
/*홈*/
.main_logo {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.main_logo img {
  width: 90px;
}
.eb-sidebar-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  z-index: 1;
  text-align: left;
  border-right: 1px solid #d9d9d9;
  min-height: 800px;
}
.side_name {
  font-size: 17px;
  padding: 15px 22px 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.side_name span {
  color: #111;
  width: calc(100% - 40px);
}
.settings_dropdown {
  position: relative;
  display: inline-block;
}
.settings_btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0 8px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: color 0.3s;
}
.settings_btn:hover {
  color: #4a90e2;
}
.settings_menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 180px;
  z-index: 1000;
  overflow: hidden;
}
.settings_menu.show {
  display: block;
}
.settings_item {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f0f0f0;
}
.settings_item:last-child {
  border-bottom: none;
}
.settings_item:hover {
  background-color: #f5f5f5;
}
#menu_ul {
  padding: 22px;
}
#menu_ul img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  display: inline-block;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
#menu_ul li {
  margin: 5px 0;
  padding: 13px;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 24px;
  border-radius: 8px;
}
#menu_ul li a {
  display: block;
  padding-left: 33px;
  line-height: 24px;
}
#menu_ul li:first-child a {
  background: url(../img/vete/menu1.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:first-child.active a {
  background: url(../img/vete/menu1_on.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(2) a {
  background: url(../img/vete/menu2.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(2).active a {
  background: url(../img/vete/menu2_on.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(3) a {
  background: url(../img/vete/menu3.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(3).active a {
  background: url(../img/vete/menu3_on.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(4) a {
  background: url(../img/vete/menu4.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(4).active a {
  background: url(../img/vete/menu4_on.png) no-repeat center left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(5) a {
  background: url(../img/vete/menu5.png) no-repeat top left;
  background-size: 24px auto;
}
#menu_ul li:nth-child(5).active a {
  background: url(../img/vete/menu5_on.png) no-repeat top left;
  background-size: 24px auto;
}
#menu_ul li a span {
  color: #757575;
}
#menu_ul li.active {
  background: #f3f5fb;
}
#menu_ul li.active > a span {
  color: #2d54bb;
  font-weight: 600;
}

#home_testing {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 25px 15px 10px;
}
#home_testing > p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}
#home_testing > p a {
  float: right;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
#home_testing > p a span {
  padding-left: 5px;
}
#home_testing > p:after {
  clear: both;
  content: "";
  display: block;
}
#home_testing ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 6px 0;
  font-size: 17px;
}
#home_testing ul li:first-child {
  font-weight: bold;
}
#home_testing ul li:first-child span {
  color: #000;
}
#home_testing ul li span {
  flex-basis: 12.5%;
  text-align: center;
  color: #555;
  line-height: 32px;
}
#home_testing ul li span.vt_code {
  text-decoration: underline;
  cursor: pointer;
}
#home_testing ul li span b {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  width: 120px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
#home_testing ul li span b.dogma {
  background: #0f3999;
}
#home_testing ul li span b.cater {
  background: #ffc800;
}
#home_testing ul li span.step {
  border-radius: 3px;
  color: #373737;
  background: #e3e3e3;
  font-size: 16px;
}
#home_testing ul li span.step1 {
  background: #0f3999;
  color: #fff;
}
#home_testing ul li span.step2 {
  background: #f3cc23;
  color: #fff;
}
#home_testing ul li span.step3 {
  background: #6bad42;
  color: #fff;
}
#home_testing ul li span.step4 {
  background: #d76440;
  color: #fff;
}
#home_testing ul li span.step5 {
  background: #5ab0ff;
  color: #fff;
}
#home_testing ul li span.step6 {
  background: #5ab0ff;
  color: #fff;
}

#home_testing ul .no-data {
  text-align: center;
  height: 300px;
  justify-content: center !important;
  width: 100%;
  align-items: center;
  color: #555;
  font-weight: 500 !important;
}

#home_count,
#home_notion {
  float: left;
  width: 40%;
  margin-top: 18px;
  height: 340px;
  background: #fff;
  border: 1px solid #dadada;
  padding: 25px 30px;
}
#home_notion {
  float: right;
  width: 59%;
}
#home_count .bottom_title,
#home_notion .bottom_title {
  font-weight: bold;
  color: #111;
  font-size: 20px;
  margin-bottom: 15px;
}
#home_notion .bottom_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
#home_notion .bottom_title a {
  float: right;
  color: #111 !important;
  font-size: 16px;
  font-weight: 500;
}
#home_notion .bottom_title a span {
  padding-left: 4px;
}
#home_notion .bottom_title:after {
  clear: both;
  content: "";
  display: block;
}
#home_notion li {
  padding: 11px 15px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 17px;
  display: grid;
  grid-template-columns: 8% 80% 12%;
}
#home_count .testing {
  width: 48%;
  float: left;
  border: 1px solid #ddd;
  height: 240px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
#home_count .testing:last-child {
  float: right;
}
#home_count .testing span {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  background: #0f3999;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}
#home_count .testing:last-child span {
  background: #6bad42;
}
#home_count .testing p {
  line-height: 238px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #222;
}
#home_div:after {
  clear: both;
  content: "";
  display: block;
}
#home_count .testing:hover {
  cursor: pointer;
}

.home_se {
  display: flex;
  margin-bottom: 15px;
}
.home_se h3 {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-right: 40px;
}
.home_se form {
  width: calc(100% - 183px);
}
.home_se form select {
  height: 34px;
  width: 140px;
  border: 1px solid #d9d9d9;
  padding-left: 8px;
  background: url(/img/sel3.png) no-repeat center right/auto 100%;
}
.home_se form input {
  border: 1px solid #d9d9d9;
  height: 34px;
  width: 200px;
}
.home_se form input#search_btn {
  width: 100px;
  color: #fff;
  background: #56ae9e;
  border-radius: 3px;
  border: 0;
  font-weight: bold;
}
.home_se form a {
  float: right;
  color: #111 !important;
  padding-top: 4px;
}
.home_se form a span {
  padding-left: 5px;
}
.home_se form:after {
  clear: both;
  content: "";
  display: block;
}
.page_topbox {
  margin-bottom: 30px;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.page_topbox > b {
  color: #111;
  font-weight: 500;
}
.page_topbox h3 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}

.page_bg_white {
  background-color: #fff;
  padding: 23px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.enroll_list .filter_row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.enroll_list .filter_row:last-child {
  margin-bottom: 0;
}
.enroll_list .filter_group select {
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  height: 43px;
  padding: 0 11px;
  margin-right: 6px;
  padding-right: 42px;
  font-size: 15px;
  color: #333;
}
.enroll_list .filter_group select:focus {
  border: 1px solid #2d54bb;
  outline: none;
}
.enroll_list .filter_group.filter_right input {
  background: url(../img/mobile/search.png) no-repeat #fafafa center left 10px;
  background-size: 14px auto;
  width: 250px;
  padding-left: 35px;
}
.enroll_list .filter_group.filter_right input::placeholder {
  color: #999;
}
.enroll_list .filter_group.filter_right button {
  background: #2d54bb;
  color: #fff;
  padding: 0 30px;
  height: 43px;
  border: 0;
  line-height: 43px;
  border-radius: 7px;
  font-size: 15px;
  margin-left: 6px;
}
.enroll_list .filter_row .filter_bottom select {
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  height: 43px;
  padding: 0 11px;
  margin-right: 6px;
  padding-right: 42px;
  font-size: 15px;
  color: #333;
}
.enroll_list .filter_row .filter_bottom select:focus {
  border: 1px solid #2d54bb;
  outline: none;
}
.enroll_list .filter_group:nth-child(2n) {
  margin-left: 12px;
  text-align: right;
}
.enroll_list .filter_group input {
  width: 190px;
  font-size: 15px;
}
.enroll_list .filter_group input::placeholder {
  color: #333;
  font-size: 15px;
}
.enroll_list .filter_date_input {
  position: relative;
  width: 190px;
}
.enroll_list .date_input_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.enroll_list .date_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  color: #666;
  pointer-events: none;
}
.enroll_list #testing_list_wrap table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.enroll_list #testing_list_wrap table thead th {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}
.enroll_list #testing_list_wrap table tbody td {
  padding: 16px 5px;
  color: #333;
  font-weight: 400;
}
.enroll_list #testing_list_wrap table tbody tr:hover {
  background: #fafafa;
}
.enroll_list #testing_list_wrap table #empty_data td {
  color: #777;
  padding: 20px;
}

/*----- EB Main Area -----*/
.eb-mainarea {
  margin-left: 0;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  margin-left: 260px;
  background: #f7f7f7;
  min-height: 100%;
}

/*----- register -----*/
.variant-row {
  display: flex;
  margin: 5px 0;
  align-items: center;
}
.variant-input {
  border: 1px solid gray;
  margin: 10px;
  padding: 10px;
  height: 50px;
  width: 20%;
  border-radius: 10px;
}

.regi_modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
  border: 0;
  padding: 25px 0;
}
.regi_modal .modal-header {
  text-align: center;
  display: block;
  padding: 0;
  position: relative;
  background: #fff;
  border-bottom: 0;
}
.regi_modal .modal-header img {
  width: 70px;
}
.regi_modal .modal-header button {
  position: absolute;
  top: 0;
  right: 0;
  background: #0f3999;
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  opacity: 1;
}
.regi_modal .modal-title {
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  padding: 0 35px 10px;
  border-bottom: 1px solid #ddd;
}
.regi_modal .regi_modal_body {
  padding: 20px 35px;
  height: 500px;
  overflow-y: scroll;
  border: black;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.regi_modal .modal-footer {
  justify-content: left;
  border-top: 0;
  padding: 0 40px;
  display: block;
}
.regi_modal .modal-footer > * {
  margin: 0;
}
.regi_modal .modal-footer label {
  padding-left: 7px;
  font-weight: 600;
}
.regi_modal .modal-footer button {
  display: block;
  margin: 23px auto 10px;
  width: 160px;
  height: 45px;
  background: #2d54bb;
  color: #fff;
  border: 0;
  border-radius: 8px;
}
.blue_btn {
  background: #0f3999 !important;
}

/*swal2-popup*/
.swal2-title {
  font-size: 18px;
  padding-top: 22px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #999999 !important;
  width: 120px;
  height: 42px;
}

/*----- report/home -----*/
.ph-cd {
  margin: 25px auto;
  width: auto;
}
.ph-cd input {
  height: 43px;
  border: 1px solid #d9d9d9;
  width: 326px;
  padding-left: 10px;
}
.ph-cd input#auto_login {
  margin-right: 5px;
}
.ph-cd.autobox {
  margin: 0 auto;
}
.ph-cd.autobox p {
  display: inline-block;
  text-align: center;
  width: 600px;
}
.ph-cd.autobox p label {
  padding-left: 7px;
}
.login_btn2 {
  background: #2d54bb;
  width: 160px;
  height: 42px;
  border: 0;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.code_box {
  margin: 50px auto 20px;
}

/**파트너스 로그인**/
.vet_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f9;
  min-height: 100%;
  align-content: center;
}
.vet_box {
  width: 934px !important;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 30px 27px;
  flex-wrap: wrap;
  gap: 45px;
  height: 670px;
}
.vet_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
.vet_right {
  flex: 1;
  background-color: #f3f5fb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.login_wrap .logo {
  text-align: center;
  margin-bottom: 30px;
}
.login_wrap .logo img {
  height: 42px;
  width: auto;
}
.input_group {
  margin-bottom: 20px;
}
.input_label {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: left;
}
.input_field {
  width: 100%;
  padding: 0 14px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px !important;
  transition: border-color 0.3s;
}
.input_field:focus {
  outline: none;
  border-color: #2d54bb;
}
.input_field::placeholder {
  color: #b9b9b9;
}
.checkbox_group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox {
  margin-right: 6px;
  cursor: pointer;
}
.checkbox_label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.login_wrap .link_text {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-bottom: 45px;
  text-align: left;
}
.login_wrap .link_text a {
  color: #2d54bb;
  text-decoration: none;
  margin-left: 6px;
  display: inline-block;
}
.login_wrap .link_text a:hover {
  text-decoration: underline;
}
.login_wrap .btn_primary {
  width: 100%;
  padding: 14px;
  background-color: #2d54bb;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
.login_wrap .btn_primary:hover {
  background-color: #2d54bb;
}
.login_wrap .signup_link {
  text-align: center;
  margin-bottom: 50px;
}
.login_wrap .signup_link a {
  font-size: 15px;
  color: #2d54bb;
  text-decoration: none;
  font-weight: 500;
}
.login_wrap .signup_link a:hover {
  text-decoration: underline;
}
.login_wrap .lang_selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #999;
}
.login_wrap .lang_item {
  cursor: pointer;
  transition: color 0.3s;
  color: #9e9e9e;
}
.login_wrap .lang_item.active {
  color: #000;
  font-weight: 500;
}
.login_wrap .lang_divider {
  color: #c2c2c2;
  font-size: 10px;
}
.login_wrap .signature_gif {
  width: 240px;
  height: auto;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/chk.png) no-repeat #e0e0e0 center center;
  background-size: 10px auto;
  border-radius: 0;
  cursor: pointer;
  height: 18px;
  outline: 0;
  width: 18px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
input[type="checkbox"]:checked {
  background: url(../img/chk.png) no-repeat #2d54bb center center;
  background-size: 10px auto;
}
.join_ok_message {
  position: fixed;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  border-radius: 15px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 15px 18px;
  font-size: 15px;
  color: #333;
  align-content: center;
  align-items: center;
}
.join_ok_message span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2196f3;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  align-content: center;
}
/*비밀번호 찾기*/
.login_box h5 {
  font-size: 18px;
  margin-top: -40px;
  padding-bottom: 50px;
}
.login_box .pass span {
  width: 110px;
  font-size: 18px;
}
.login_box .pass {
  padding-right: 110px;
}
.login_box .title {
  font-weight: bold;
}
.pass_btn {
  background: #0f3999;
  color: #fff;
  width: 150px;
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
  border: 0;
  margin-top: 85px;
}
#lost_log {
  display: block;
  position: absolute;
  left: 210px;
  color: #ff0000;
  font-size: 15px;
}
.box-text {
  font-size: 18px;
  line-height: 28px;
  margin: 40px 0;
}

/*회원가입*/
#registerForm {
  width: 1080px;
  margin: 80px auto;
  text-align: center;
}
#registerForm .logo_top {
  height: 70px;
  margin-bottom: 10px;
}
#registerForm .table-list-eb {
  height: 580px;
  border: 1px solid #d9d9d9;
  overflow: auto;
  padding: 30px 50px;
}
#registerForm .table-list-eb th {
  text-align: right;
  font-size: 18px;
  width: 130px;
}
#registerForm .table-list-eb td {
  text-align: left;
  width: 310px;
}
#registerForm .table-list-eb td label {
  width: 100%;
}
#registerForm .table-list-eb td input {
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 33px;
  border-radius: 3px;
  padding: 0 7px;
}
#registerForm .table-list-eb td,
#registerForm .table-list-eb th {
  border: 0;
  padding-bottom: 15px;
}
#registerForm .adm-table-form-wrap header {
  font-weight: bold;
  margin-bottom: 20px;
}
#registerForm .essential {
  padding-left: 6px;
  padding-top: 2px;
  display: inline-block;
  position: relative;
}
#registerForm .essential:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffc800;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.top_guide {
  padding-left: 152px !important;
}
#registerForm .table-list-eb td .id_in {
  width: 322px;
}
#registerForm td .addr_box input {
  width: 60%;
}
#registerForm td .addr_box input:first-child {
  width: 20%;
  margin-right: 3px;
}
#registerForm td .addr_box button {
  width: 143px;
  float: right;
  height: 33px;
  border: 0;
  background: #0f3999;
  color: #fff;
  border-radius: 3px;
}
#registerForm td .addr_box:after {
  clear: both;
  content: "";
  display: block;
}
#registerForm td .ma_name input {
  width: 20%;
}
#registerForm td .mailbox input {
  width: 20%;
}
#registerForm td .mailbox select {
  width: 18%;
  height: 33px;
  border: 1px solid #d9d9d9;
  padding: 0 7px;
}
#registerForm .filebox .upload-name {
  display: inline-block;
  height: 33px;
  padding: 0 7px;
  vertical-align: middle;
  background: #f1f1f1;
  width: 322px;
  color: #999999;
  border-radius: 3px;
}
#registerForm .filebox label {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  vertical-align: middle;
  background-color: #0f3999;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  margin-left: 2px;
  text-align: center;
  border-radius: 3px;
  width: 120px !important;
}
#registerForm .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
#registerForm .filebox p {
  font-size: 13.5px;
  color: #555;
  padding-top: 8px;
}
#registerForm .filebox .rectangle {
  display: block;
  width: 120px;
  height: 80px;
  border: 1px solid #ddd;
}
#registerForm .filebox .rectangle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#registerForm .filebox .square {
  width: 120px;
  height: 120px;
  display: block;
  border: 1px solid #ddd;
}
#registerForm .filebox .square img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#registerForm .table-list-eb td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
}
#registerForm .table-list-eb td.check_line li {
  margin-bottom: 7px;
}
#registerForm .table-list-eb td.check_line label {
  width: auto;
  padding-left: 7px;
  font-size: 15px;
}
#registerForm .table-list-eb td.check_line button {
  padding: 0 10px;
  height: 22px;
  background: #c5c5c5;
  border: 0;
  color: #333;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.vm_btn input {
  width: 180px;
  height: 40px;
  background: #0f3999;
  color: #fff;
  border: 0;
  border-radius: 5px;
  margin-top: 40px;
  font-weight: bold;
}

/*파트너스 가입*/
.join_box .form-group label.required.error {
  color: #ff0000;
}
.join_box .form-group .error-message {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
}
.join_box .form-group.error .error-message {
  display: block;
}
.join_box .form-group.error input[type="text"],
.join_box .form-group.error input[type="password"],
.join_box .form-group.error input[type="email"] {
  border-color: #ff0000;
}
.join_box .form-group.error .filebox {
  border: 1px solid #ff0000;
}
.join_box .form-group.error .filebox label[for="file"] {
  color: inherit;
}
#id_error_policy {
  display: none;
  color: #ff0000 !important;
  font-weight: 400;
  font-size: 15px;
}
.join-container {
  background: #fff;
  border-radius: 16px;
  padding: 30px 30px 35px;
  width: 900px;
  margin: 25px auto 35px;
  box-sizing: border-box;
}
.join_logo {
  text-align: center;
  margin-top: 20px;
}
.join_logo img {
  height: 38px;
  width: auto;
}
.join_title {
  margin-bottom: 40px;
}
.join_title h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}
.join_title p {
  font-size: 13px;
  color: #8b8b8b;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 400;
}
.join_box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  width: 600px;
}
.join_box.bd-top {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 10px;
}
.join_box h3 {
  font-size: 16.5px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
  width: 100%;
}
.join-container .form-group {
  margin-bottom: 16px;
  width: 48%;
}
.join-container .form-group.big {
  width: 100%;
  margin-bottom: 16px;
}
.join-container .form-group.btn_in input {
  width: 48%;
  margin-right: 8px;
}
.join-container .form-group label {
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.join-container .form-group.big label {
  margin-bottom: 7px;
}
.join-container .filebox {
  height: 43px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  line-height: 41px;
  font-size: 14px;
  padding: 0 8px 0 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.join-container .filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0;
  vertical-align: middle;
  border: 0;
  width: calc(100% - 86px);
  color: #333;
  background: #fff;
}
.join-container .filebox label {
  display: inline-block;
  width: 80px;
  margin-left: 6px;
  color: #2d54bb;
  line-height: 28px;
  background-color: #e7eaf7;
  border-radius: 6px;
  cursor: pointer;
  height: 28px;
  margin-bottom: 0;
  text-align: center;
  padding-right: 0;
  font-size: 13.5px;
}
.join-container .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.join-container .form-group .check_text {
  font-size: 11.5px;
  color: #b3b3b3;
  display: block;
  margin-top: 6px;
}
.join-container .form-group.error label {
  color: #f44336;
}
.join-container .form-group.error input {
  border: 1px solid #f44336;
}
.join_box .form-group.error .filebox input {
  border: 0;
}
.join-container .form-group.error .check_text {
  color: #f44336;
}
.join-container .checklist {
  background: #fafafa;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 20px 0 36px;
  width: 100%;
}
.join-container .checklist label {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  color: #2d54bb;
  cursor: pointer;
}
.join-container .checklist label.all_check {
  color: #2d54bb;
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 23px;
}
.join-container .checklist input[type="checkbox"] {
  border-radius: 5px;
  margin-right: 8px;
}
.join-container .checklist label a {
  text-decoration: underline;
  color: #5f5f5f;
}
.btn-join {
  display: block;
  margin: 0 auto;
  /* width: 180px; */
  height: 52px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #2d54bb;
  border: 0;
  line-height: 52px;
  font-size: 17px;
  width: auto;
  padding: 0 20px;
}

/* input 기본 스타일 */
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"] {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  padding: 0 11px;
  height: 43px;
  line-height: 41px;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border 0.16s;
  background: #fff;
  width: 100%;
}
input[type="password"] {
  font-family: "NanumSquareRound";
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #2d54bb;
}
input::placeholder {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 14px;
}
.join-container .required {
  background-image: none !important;
}
.join-container .required:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffc226;
  border-radius: 50%;
  display: inline-block;
  top: 1px;
  right: 0;
}
.join-container .form-group.form-zipcode {
  flex-wrap: nowrap;
}
.join-container .btn-findaddr,
.join-container .btn-identity {
  background: #e7eaf7;
  color: #2d54bb;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  padding: 0 24px;
  height: 43px;
  cursor: pointer;
  font-weight: 600;
}
.join-container input.gray_bg {
  background: #f5f5f5;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  align-content: center;
}
/*2차인증*/
.modal.cert.show .modal-dialog {
  width: 600px;
  margin: 10rem auto;
  transition: none;
  transform: none;
}
.cert .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.cert .modal-header {
  text-align: center;
  display: block;
  padding: 35px 0;
  position: relative;
  background: #eee;
}
.cert .modal-header img {
  width: 70px;
}
.cert .modal-header button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cert .modal-title {
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.cert .modal-body li:first-child {
  font-weight: 500;
  font-size: 0.9em;
  color: #777;
}
.cert .modal-body li {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
  display: grid;
  grid-template-columns: 15% 15% 35% 35%;
  font-weight: 500;
  font-size: 1.05em;
}
.cert .modal-body li span {
  display: inline-block;
}
.cert .modal-footer {
  display: block;
  text-align: center;
  border-top: 0;
}
.cert .modal-footer div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 70px 20px;
}
.cert .modal-footer div .es_btn {
  flex-basis: 49%;
  border: 1px solid #aaa;
  padding: 5px 12px;
}
.cert .modal-footer #vm_check2 {
  border: 1px solid #aaa;
  height: 40px;
}
.cert .modal-footer #check_btn {
  height: 40px;
  padding: 0 7px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*----- orderform.php -----*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/*회송신청*/
#testingForm {
  padding: 50px 0;
}
#testingForm th {
  width: 180px;
  text-align: right;
  line-height: 34px;
  border: 0;
  font-size: 18px;
  padding: 12px;
}
#testingForm td {
  width: 326px;
  border: 0;
  padding: 12px;
}
#testingForm td input {
  border: 1px solid #d9d9d9;
  width: 326px;
  height: 34px;
  padding: 0 6px;
  font-size: 16px;
}
#testingForm td input.in_gray {
  background: #d9d9d9;
}
#testingForm td.addr100 {
  width: calc(100% - 340px);
}
#testingForm td.addr100 label,
#testingForm td.addr100 input {
  width: 100%;
}
#testingForm td p {
  font-size: 15px;
}
#testingForm td select {
  width: 204px;
  height: 34px;
  padding-left: 8px;
  border: 1px solid #d9d9d9;
}
#testingForm table {
  width: auto;
}
#testingForm td select {
  background: url(/img/sel2.png) no-repeat center right/auto 100%;
}
#testingForm td input.in204 {
  width: 204px;
}
.vm_btn {
  text-align: center;
  padding: 90px 0 20px;
  width: 1044px;
}
.vm_btn input {
  margin: 0 15px;
  font-size: 18px;
}

.custom-box ul {
  max-height: 300px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
}
.custom-box ul li {
  margin-top: 3px;
}
.custom-box ul li i {
  font-style: normal;
  color: #ffc800;
  font-weight: bold;
}
.custom-box .active {
  display: block !important;
}
.custom-box .slcT {
  color: red;
}
.custom-box .focus {
  background-color: #eee;
}
.custom-box .off {
  display: none !important;
}

/*검사 목록*/
#testing_ul {
  background: #fff;
  margin-top: 20px;
  border-bottom: 1px solid #d9d9d9;
}
#testing_ul .vt_code {
  cursor: pointer;
  text-decoration: underline;
}
#home_testing.list_test {
  background: transparent;
  border: 0;
}
#home_testing.list_test > p {
  padding-left: 0;
}
.list_test input {
  font-size: 15px;
  padding: 0 8px;
  height: 34px;
  border: 1px solid #d9d9d9;
}
.list_test select {
  width: 130px;
  height: 34px;
  padding-left: 8px;
  font-size: 15px;
  background: url(/img/sel3.png) no-repeat center right/auto 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.list_test input.date {
  width: 150px;
}
.list_test input.text_search {
  width: 170px;
}
.list_test button {
  background: #56ae9e;
  border: 0;
  color: #fff;
  height: 34px;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  border-radius: 3px;
}
.list_test .no-data {
  text-align: center;
  height: 300px;
  justify-content: center !important;
  width: 100%;
  align-items: center;
  color: #555;
  font-weight: 500 !important;
}
.pagination {
  padding: 20px 0 10px;
}
.page-link {
  background: transparent;
  border: 0;
  color: #8b8b8b;
}
.page-link:hover {
  color: inherit;
}
.page-item.active .page-link {
  background-color: transparent;
  color: #000;
  font-weight: 900;
}

/*검사 목록 상세*/
#diseaseContainer.inner-container .body .tabs__content {
  margin-top: 0;
}
#diseaseContainer .body {
  padding: 0 15px 40px;
}
#diseaseContainer .disease-info {
  margin-bottom: 12px;
  position: relative;
}
#diseaseContainer .disease-info {
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 100px auto;
  margin-bottom: 35px;
}
#diseaseContainer .disease-info .disease-ko {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: normal;
}
#diseaseContainer .disease-info .disease-eng {
  font-size: 13px;
  color: #777;
  letter-spacing: 0;
}
/* #diseaseContainer .disease-info div {
  display:inline-block; width:calc(100% - 88px); margin-left:15px; vertical-align: top; position:absolute;
  max-height:70px; overflow-y:auto; transform:translateY(-50%); top:50%;
} */
#diseaseContainer .disease-info .disease-icon {
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  display: inline-block;
  border: 1px solid #dcdcdc;
}
#diseaseContainer .disease-dna {
  text-align: center;
  color: #194a9e;
  line-height: 24px;
  border: 1px solid #194a9e;
  border-radius: 15px;
  display: inline-block;
  font-size: 13px;
  width: 70px;
}
#diseaseContainer .accordion .accordion-btn {
  color: black;
}
#diseaseContainer .tabs__bar {
  background: #f3f3f3;
  border-radius: 23px;
  padding: 0;
  overflow: hidden;
  grid-template-columns: repeat(2, 49%);
}
#diseaseContainer .tabs__controls {
  padding: 0;
  border-radius: 23px;
  height: 46px;
  line-height: 46px;
  width: 100%;
  font-size: 16px;
}
#diseaseContainer .tabs__controls.is-active {
  background: #194a9e;
  color: #fff;
}
#diseaseContainer .tabs__line {
  display: none;
}
#diseaseContainer .result-help {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin: 25px 0;
}
#diseaseContainer .result-help .result-help-check {
  color: #555;
}
#diseaseContainer .accordion {
  margin: 0;
}
.tabs__bar-wrap.has-left-overflow::before {
  display: none;
}
.tabs__bar-wrap.has-right-overflow::after {
  display: none;
}
#diseaseContainer .accordion .accordion-btn {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
#diseaseContainer .accordion .accordion-btn svg {
  color: #999;
}
#diseaseContainer .accordion > div {
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  color: #555;
  font-size: 14px;
  line-height: 22px;
}

#diseaseContainer .guide-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
#diseaseContainer .guide-row {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
}
#diseaseContainer .guide-row .guide-title {
  padding: 10px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #d8d8d8;
}
#diseaseContainer .guide-row .guide-content {
  padding: 10px;
  font-size: 13px;
  color: #555;
}

#diseaseContainer .disease-info .disease-ko {
  font-size: 18px;
  padding-top: 13px;
}
#diseaseContainer .disease-info .disease-eng {
  font-size: 17px;
  padding-top: 5px;
  display: block;
}
#diseaseContainer .tabs__controls {
  height: 46px;
  line-height: 46px;
  font-size: 17px;
}
#diseaseContainer .result-help {
  padding: 10px 13px;
  display: none;
}
#diseaseContainer .accordion {
  margin-top: 25px;
}
#diseaseContainer .accordion p {
  margin-bottom: 0;
}
#diseaseContainer .accordion .accordion-btn {
  font-size: 18px;
  padding: 0 20px;
  line-height: 50px;
  width: 100%;
  text-align: left;
}
#diseaseContainer .accordion .accordion-btn svg {
  font-size: 12px;
}
#diseaseContainer .accordion > div {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 40px;
}
#diseaseContainer .accordion .accordion-btn i {
  font-family: "FontAwesome", sans-serif !important;
  float: right;
  font-size: 25px;
  line-height: 50px;
  transform: rotate(180deg);
}
#diseaseContainer .accordion .accordion-btn.collapsed i {
  transform: rotate(0deg);
}
#diseaseContainer .accordion .accordion-btn:after {
  clear: both;
  content: "";
  display: block;
}

/*검사의뢰정보*/
.testing_view {
  display: flex;
  padding: 25px 0;
}
.testing_view_L {
  flex-basis: 48%;
  margin: 0 auto;
}
.testing_view_R {
  flex-basis: 48%;
  border: 1px solid #bdbdbd;
  background: #fff;
  padding: 25px 15px;
  height: 743px;
  overflow: auto;
}
.testing_data p span {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333;
  line-height: 30px;
  font-size: 15px;
  width: 160px;
  text-align: center;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
}
.testing_box {
  font-size: 0;
  margin-top: 25px;
}
.testing_box > div {
  width: 32%;
  margin-right: 2%;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #dadada;
  background: #fff;
  height: 130px;
  text-align: center;
}
.testing_box > div span:first-child {
  width: 142px;
  height: 34px;
  line-height: 34px;
  background: #d76440;
  display: block;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  margin: 10px auto 20px;
}
.testing_box > div.carrier_box span:first-child {
  background: #f3cc23;
}
.testing_box > div.clear_box span:first-child {
  background: #6bad42;
}
.testing_box > div:last-child {
  margin-right: 0;
}
.testing_ch {
  padding: 30px 15px 10px;
}
.testing_ch label {
  margin: 0 25px 0 5px;
}
.testing_list {
  width: 100%;
  background: #fff;
  height: 475px;
  overflow: auto;
}
.testing_list li {
  padding: 12px 20px;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
}
.testing_list li span {
  display: inline-block;
  line-height: 32px;
}
.testing_list li span:nth-child(2) {
  padding-left: 18px;
  width: calc(100% - 140px);
}
.testing_list li span:last-child {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 17px;
}
.testing_list li span.danger {
  background: #d76440;
}
.testing_list li span.carrier {
  background: #f3cc23;
}
.testing_list li span.clear {
  background: #6bad42;
}
.info_btnbox {
  text-align: center;
  margin: 20px auto 0;
}
.info_btnbox button {
  display: inline-block;
  width: 130px;
  height: 36px;
  background: #0f3999;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  border-radius: 5px;
  border: 0;
}

/*공지사항*/
.eb-mainarea #bo_list {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.eb-mainarea #bo_list > h3 {
  font-size: 18px;
  font-weight: bold;
}
.eb-mainarea #bo_list .tbl_wrap {
  margin: 0;
}
.eb-mainarea #bo_list table {
  background: #fff;
  border-top: 0;
}
.eb-mainarea #bo_list table td {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 13px 0;
  font-weight: 500;
  font-size: 15px;
}
.eb-mainarea #bo_list table td.td_num2 {
  width: 130px;
}
.eb-mainarea #bo_list table td.td_subject {
  text-align: left;
}
.eb-mainarea #bo_list .td_name {
  width: 150px;
}
.eb-mainarea #bo_list .td_num {
  width: 120px;
  color: #888;
}
.search_notice {
  display: flex;
  margin-bottom: 20px;
  justify-content: right;
}
.search_notice select {
  height: 40px;
  border: 1px solid #e0e0e0;
  background: url(../img/sel3.png) no-repeat center right/auto 100%;
  width: 130px;
  padding-left: 10px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
}
.search_notice input {
  width: 260px;
  height: 40px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 0 10px 0 30px;
  background: url(../img/vete/menu3.png) no-repeat #fafafa left 10px center;
  background-size: 19px auto;
}
.search_notice input::placeholder {
  color: #999;
}
.search_notice button {
  background: #2d54bb;
  color: #fff;
  font-weight: 500;
  width: 60px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  margin-left: 8px;
}
.eb-mainarea #bo_list td .notice_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../img/nt_icon.png) no-repeat center center;
}
.eb-mainarea #bo_list td .new_icon {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #ffc800;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.eb-mainarea #bo_v {
  padding: 30px;
  border-radius: 20px;
}
.eb-mainarea #bo_v > header {
  border-bottom: 0;
  padding: 0;
  position: relative;
}
.eb-mainarea #bo_v_atc {
  padding: 15px 0;
}
#bo_v_title {
  font-size: 20px;
  font-weight: bold;
}
.eb-mainarea #bo_v_info {
  padding: 15px 0 5px;
  border-bottom: 1px solid #eee;
}
.eb-mainarea #bo_v_info .v_date {
  color: #888;
  font-size: 14px;
}
.eb-mainarea #bo_v_info .profile_info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.eb-mainarea #bo_v_info .profile_info .pf_img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.eb-mainarea #bo_v_info .profile_info .pf_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eb-mainarea #bo_v_info .profile_info .sv_member {
  padding-bottom: 8px;
}
.eb-mainarea #bo_v_info .profile_info p {
  margin-bottom: 0;
}
.eb-mainarea #bo_v_info .profile_info p strong {
  color: #777;
}
.profile_info_ct {
  margin-left: 12px;
}
.eb-mainarea #bo_v_con {
  color: #555;
  font-size: 18px;
  text-align: left;
}
.notice_b_btn {
  text-align: center;
  margin: 20px auto 80px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}
.notice_b_btn a {
  display: inline-block;
  margin: 0 5px;
  background: #eceff1;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  color: #455a64;
  font-size: 15px;
  font-weight: 500;
}
.notice_b_btn a img {
  margin-right: 8px;
  display: inline-block;
  height: 12px;
  vertical-align: -2px;
  width: auto;
}
.notice_b_btn button {
  border: 0;
  background: #0f3999;
  color: #fff;
  font-size: 17px;
  height: 34px;
  padding: 0 20px;
}
.eb-mainarea #bo_list .tbl_head01 thead th {
  background: #fff;
  border: 0;
  color: #888;
  font-size: 15px;
  font-weight: 500;
}
.eb-mainarea #bo_list .tbl_head01 tr th:nth-of-type(2) {
  text-align: left;
}
.eb-mainarea #bo_list .btn_bo_user > li {
  position: relative;
  font-size: 14px;
}
.eb-mainarea #bo_list .more_opt.is_list_btn {
  width: 100px;
}
.eb-mainarea #bo_v .bo_v_tit .notice_icon {
  display: inline-block;
  width: 20px;
  height: 26px;
  text-indent: -9999px;
  background: url(../img/nt_icon.png) no-repeat center left;
  background-size: 12px auto;
}
.eb-mainarea #bo_v .bo_v_tit {
  font-size: 23px;
  width: calc(100% - 300px);
}
.eb-mainarea #bo_v #bo_top_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.eb-mainarea #bo_v #bo_top_btn a {
  background: #eceff1;
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14.5px;
  margin-left: 10px;
  border-radius: 8px;
  font-weight: 500;
  color: #455a64;
}
.eb-mainarea #bo_v #bo_top_btn a.next_btn img {
  margin-right: 5px;
  height: 6px;
  width: auto;
}
.eb-mainarea #bo_v #bo_top_btn a.prev_btn img {
  margin-right: 5px;
  height: 6px;
  width: auto;
  transform: rotate(180deg);
  vertical-align: 1px;
}

/*병원정보관리*/
#registerForm.up_form {
  width: 1070px;
  margin: 40px 0;
  text-align: left;
}
#registerForm.up_form .table-list-eb {
  border: 0;
  height: auto;
  padding: 0;
}
#registerForm.up_form .table-list-eb th {
  width: 130px;
}
#registerForm.up_form .table-list-eb td input {
  width: 370px;
}
#registerForm.up_form .table-list-eb td label .edit_no {
  width: 370px;
  border: 1px solid #ddd;
  height: 33px;
  border-radius: 3px;
  padding: 0 7px;
  display: block;
  line-height: 33px;
  background: #eaeaea;
}
#registerForm.up_form td .addr_box input:first-child {
  width: 20%;
}
#registerForm.up_form td .addr_box button {
  float: none;
}
#registerForm.up_form td .mailbox select {
  background-color: #fff;
}
.swal2-modal {
  width: 350px;
}
.swal2-modal button.swal2-confirm {
  width: 130px;
}
.swal2-modal button.swal2-cancel {
  width: 130px;
  background: #0f3999;
}

/*주문하기*/
.od_wrap {
  width: 90%;
  margin: 30px auto;
}
.od_wrap ul {
  background: #fff;
}
.od_wrap ul li {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  font-size: 17px;
  align-items: center;
}
.od_wrap ul li:first-child {
  font-weight: bold;
}
.od_wrap ul li span {
  flex-basis: 25%;
  text-align: center;
  padding: 10px 0;
}
.od_wrap ul li span input {
  border: 1px solid #d9d9d9;
  height: 33px;
  text-align: center;
  width: 120px;
}
.od_wrap ul li:last-child {
  font-size: 1.5em;
  font-weight: bold;
  justify-content: space-between;
  border-bottom: 0;
}
.od_wrap ul li:last-child span:first-child {
  flex-basis: 70%;
}
.od_wrap ul li:last-child span:last-child {
  flex-basis: 20%;
}
.orderin_wrap {
  margin: 40px auto 50px;
}
.orderin_wrap label {
  font-weight: bold;
  display: inline-block;
  width: 56px;
}
.orderin_wrap input {
  background: #d9d9d9;
  height: 38px;
  border: 0;
  padding: 0 10px;
  width: 360px;
}
.orderin_wrap input.detail_add {
  margin-left: 56px;
}
.sod_left {
  text-align: center;
}
.sod_left input {
  padding: 0 25px;
  height: 34px;
  margin: 0 20px;
  background: #0f3999;
}

/*주문내역*/
.od_wrap > p {
  font-size: 21px;
  font-weight: bold;
}
#home_testing ul li span.od_view {
  text-decoration: underline;
}
.od_wrap .order_con {
  background: transparent;
  padding: 30px 0;
}
.od_wrap .order_con li {
  display: block;
  border-bottom: 0;
}
.od_wrap .order_con li span:nth-child(odd) {
  display: inline-block;
  width: 120px;
  text-align: right;
  padding: 10px;
  font-weight: bold;
}
.od_wrap .order_con li span:nth-child(even) {
  display: inline-block;
  width: 320px;
  text-align: right;
  padding: 10px;
}
.od_wrap .order_con li span input {
  width: 100%;
  font-size: 1em;
  text-align: left;
  padding: 0 10px;
  background: #d9d9d9;
}
.od_wrap .order_con li:last-child {
  font-size: 1em;
}
.od_wrap .or_text {
  margin-left: 130px;
  font-size: 1em;
  padding: 20px 0;
}
.view_btn {
  text-align: center;
  margin: 30px 0;
}
.view_btn input {
  padding: 0 25px;
  height: 34px;
  margin: 0 20px;
  background: #0f3999;
  border: 0;
  color: #fff;
  border-radius: 3px;
}
.view_btn input:last-child {
  background: #999;
}
#home_testing.or_list_ul ul li span {
  flex-basis: 25%;
  text-align: center;
}
#home_testing.or_list_ul ul li span span {
  color: #fff;
  border-radius: 3px;
  width: 120px;
  display: inline-block;
}
#home_testing.or_list_ul ul li span.deli_state.sta1 {
  background: #0f3999;
}
#home_testing.or_list_ul ul li span.deli_state.sta2 {
  background: #56ae9e;
}
#home_testing.or_list_ul ul li span.deli_state.sta3 {
  background: #f3cc23;
}
#home_testing.or_list_ul ul li span.deli_state.sta4 {
  background: #6bad42;
}
#home_testing.or_list_ul ul li span.deli_state.sta5 {
  background: #d76440;
}

/*푸터*/
#ft {
  background: #fff;
  margin-left: 300px;
  padding: 70px 110px;
}
#ft_company {
  display: flex;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #777;
  padding-bottom: 20px;
  margin-bottom: 13px;
}
#ft_company img {
  width: 160px;
  margin-top: 10px;
  margin-right: 20px;
}
.ft_info {
  font-size: 13px;
  padding: 0 !important;
}
.ft_info span {
  display: inline-block;
  margin-right: 15px;
}
#ft_copy {
  display: flex;
  font-size: 13px;
  padding: 0;
}
#ft_copy p {
  padding: 0;
  color: #777;
  font-weight: 600;
}
#ft_copy a {
  color: #777;
  display: inline-block;
  margin-left: 20px;
}

/*----- orderLIst -----*/
.od_view:hover {
  cursor: pointer;
  color: #0f3999 !important;
}

/*----- report/list -----*/
#testing_ul.report_ul {
  width: 1000px;
  margin: 60px auto 0;
  height: 700px;
  overflow: auto;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border-bottom: 0;
}
#testing_ul.report_ul li:first-child {
  border-top: 0;
}
#testing_ul.report_ul li span {
  flex-basis: 20% !important;
  line-height: 45px;
}
#testing_ul.report_ul button {
  background: #0f3999;
  line-height: 34px;
}
#testing_ul.report_ul button.jp-down {
  background: #fff;
  border: 1px solid #0f3999;
  color: #0f3999;
}

/*가입심사중*/
.join_review_box {
  text-align: center;
}
.join_in img {
  width: 220px;
  height: auto;
  margin: 50px 0 30px;
}
.join_in .title {
  font-size: 25px;
  color: #222;
  font-weight: bold;
  margin-top: 20px;
}
.join_review_text {
  font-size: 15px;
  line-height: 1.6;
  margin: 30px 0 35px;
  color: #666;
  word-break: break-word;
}
.join_review_text b {
  display: block;
  color: #2d54bb;
  font-weight: 500;
}
.btn_go_login {
  height: 46px;
  line-height: 46px;
  display: block;
  width: 100%;
  background: #2d54bb;
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px;
}
.join_qa_box {
  margin: 22px 0;
  font-size: 15px;
}
.join_qa_box p {
  color: #777;
  margin-bottom: 13px;
}
.join_qa_box a {
  color: #2d54bb;
}

/*회원정보 조회*/
.reset_box {
  text-align: center;
}
.reset_logo {
  height: auto;
  width: 86px;
  display: block;
  margin: 0 auto;
}
.reset_box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin: 13px 0 50px;
}
.reset_text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 40px;
  word-break: break-word;
}
.find_box {
  text-align: center;
}
.find_box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin: 13px 0;
}
.find_number {
  text-align: left;
  margin-bottom: 25px;
}
.find_number label {
  display: block;
  font-size: 14px;
  color: #333;
  padding-bottom: 6px;
  font-weight: 600;
}
.find_number.find_phone {
  margin-bottom: 45px;
}
.find_box .btn_go_cancel {
  color: #2d54bb;
  margin-top: 20px;
  display: block;
  padding: 5px;
}
.find_number.error label {
  color: #f44336;
}
.find_number.error input {
  background: url(../img/vete/error.svg) no-repeat #fff center right 11px;
  background-size: 21px auto;
  border: 1px solid #f44336;
}
.find_number.error .error_text {
  color: #f44336;
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding-top: 6px;
}

/*로그인 인증 모달*/
.Authentication_in {
  background: #fff;
  width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 25px 0;
  text-align: left;
}
.Authentication_in h4 {
  padding: 0 30px 15px;
  border-bottom: 1px solid #eee;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "NanumSquareRound";
}
.Authentication_in .auth_list {
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  max-height: 450px;
  overflow: auto;
}
.Authentication_in .auth_list table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.Authentication_in .auth_list thead {
  font-weight: 600;
  border-bottom: 1px solid #eee;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.Authentication_in .auth_list th,
.Authentication_in .auth_list td {
  padding: 15px 0;
  text-align: center;
  word-break: break-word;
}
.Authentication_in .auth_list tbody tr:hover {
  background: #f6f6f8;
}
.Authentication_in .auth_list tbody {
  width: 100%;
  background: #fff;
}
.Authentication_in .auth_list [type="radio"] {
  accent-color: #2d54bb;
}

.Authentication_in .auth_btnbox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.Authentication_in .auth_btnbox button {
  /* width: 120px; */
  height: 42px;
  border-radius: 10px;
  border: 0;
  background: #e7eaf7;
  color: #2d54bb;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  width: auto;
  padding: 0 20px;
}
.Authentication_in .auth_number {
  position: relative;
  padding: 5px 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
}
.Authentication_in .auth_number input {
  width: 280px;
  display: block;
  margin: 0 auto;
}
.Authentication_in .number_time {
  position: absolute;
  top: 5px;
  right: calc(((100% - 280px) / 2) - 48px);
  color: #f44336;
  line-height: 43px;
  display: block;
}
.Authentication_in .close_button {
  background: #2d54bb;
  color: #fff;
  margin: 0 auto;
  padding: 12px 65px;
  display: block;
  border: 0;
  font-size: 17px;
  border-radius: 8px;
}
.number_message {
  position: fixed;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px 18px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.number_message span {
  background: #e3f2fd;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  align-content: center;
  margin-right: 8px;
  line-height: 24px;
}
.number_message.error_bg {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}
.number_message.error_bg span {
  background: #ffebee;
  margin-right: 0;
}
.number_message span img {
  height: 24px;
  width: auto;
}
.number_message.error_bg span img {
  height: 22px;
  width: auto;
}
.number_message.error_bg p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
  width: calc(100% - 37px);
}

/*페이지*/
.eb-mainarea .pg_wrap .pg_current {
  background: #e7eaf7;
  border: 0;
  color: #2d54bb;
  font-size: 14px;
}
.eb-mainarea .pg_wrap .pg_page {
  background-color: #fff;
  border: 0;
  width: 30px;
  font-size: 14px;
}

/*고유번호 조회*/
.required,
textarea.required {
  background-image: none !important;
  position: relative;
  padding-right: 12px;
}
.required:after,
textarea.required:after {
  position: absolute;
  right: 0;
  top: 1px;
  background: #ffc226;
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  border-radius: 50%;
}
.number_search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.number_search .search_group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
.number_search .search_group .number_input {
  width: 30%;
}
.number_search .search_group .number_input:last-child {
  width: calc(40% - 30px);
}
.number_search .search_group .number_input label {
  font-size: 14.5px;
  margin-bottom: 8px;
  display: inline-block;
  color: #333;
}
.number_search .search_btn {
  width: 76px;
  height: 43px;
  line-height: 43px;
  border: 0;
  border-radius: 10px;
  background: #2d54bb;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
#number_list_wrap {
  margin: 20px 0;
}
#number_list {
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#number_list thead {
  border-bottom: 1px solid #eee;
}
#number_list thead th {
  color: #333;
  font-weight: 500;
  padding: 15px 0;
}
#number_list tbody td {
  font-weight: 400;
  color: #555;
  padding: 15px 0;
}
#number_list tbody tr:hover {
  background: #fafafa;
}
.number_info_wrap h4 {
  font-size: 18px;
  font-weight: 600;
}
.number_info_wrap .info_graybox {
  background: #fafafa;
  padding: 16px 25px;
  width: 730px;
  margin: 20px auto;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
.number_info_wrap .info_graybox .in_gray {
  margin: 9px 0;
  font-size: 15px;
}
.number_info_wrap .info_graybox .in_gray label {
  color: #333;
}
.number_info_wrap .info_graybox .in_gray span {
  color: #777;
}
.number_info_wrap .info_graybox .in_gray.big {
  width: 100%;
}
.number_info_wrap .info_graybox .in_gray.small {
  width: 50%;
  padding-right: 15px;
}
.number_info_wrap .info_graybox .in_gray.small2 {
  width: 33.333%;
  padding-right: 15px;
}
.bottom_down_box {
  margin: 40px auto 10px;
  text-align: center;
}
.bottom_down_box p {
  color: #555;
  font-size: 15px;
}
.bottom_down_box button {
  background: #2d54bb;
  color: #fff;
  font-size: 15.5px;
  font-weight: 500;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border: 0;
  width: 170px;
  border-radius: 10px;
}
.same_info_list {
  background: #fafafa;
  padding: 20px;
  border-radius: 15px;
}
.same_info_list table {
  width: 100%;
  text-align: center;
}
.same_info_list thead {
  border-bottom: 1px solid #eee;
}
.same_info_list th,
.same_info_list td {
  font-size: 15px;
  padding: 15px 3px;
}
.same_info_list th {
  font-weight: 500;
  color: #222;
}
.same_info_list td {
  font-weight: 400;
  color: #666;
}

/*고유번호 조회 확인 팝업*/
.small_pop {
  width: 350px;
  border-radius: 20px;
  padding: 30px 22px 18px;
  background: #fff;
  margin: 0 auto;
}
.small_pop h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
  text-align: center;
}
.small_pop p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-bottom: 25px;
  line-height: 1.6;
  word-break: break-word;
  text-align: center;
}
.small_pop .confirm_btnbox {
  display: flex;
  gap: 3%;
}
.small_pop .confirm_btnbox button {
  font-size: 15px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  border: 0;
  background: #fff;
  width: 48.5%;
}
.small_pop .confirm_btnbox button.blue {
  background: #2d54bb;
  color: #fff;
}
.daterangepicker .drp-buttons .btn {
  width: auto;
}
/*등록현황 상세*/
.page_bg_white > h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page section > div {
  width: 720px;
  margin: 0 auto;
}
.page .status-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 24px;
  margin-bottom: 28px;
  text-align: center;
  border-radius: 10px;
}
.page .status-head {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.page .status-pill {
  padding: 0 22px;
  line-height: 32px;
  height: 32px;
  /* background: #f5f5f5; */
  color: #616161;
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
}
.state_DNA등록의뢰 {
  background-color: #e3f2fd;
}
.state_회송중 {
  background-color: #eceff1;
}
.state_분석중 {
  background-color: #f5f5f5;
}
.state_DNA등록완료 {
  background-color: #e0f2f1;
}
.page .status-text {
  font-size: 16px;
  color: #616161;
  margin-bottom: 0;
  font-weight: 400;
}
.page .info-block {
  border: 0;
  border-radius: 10px;
  padding: 24px 26px;
  margin-bottom: 23px;
  background: #f9f9f9;
}
.page .info-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page .info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.page .info-field {
  display: inline-flex;
  align-items: start;
  gap: 8px;
  flex: 1 1 260px;
  min-width: 220px;
  font-size: 15px;
  color: #454c63;
}
.page .info-label {
  font-weight: 500;
  color: #111;
  white-space: nowrap;
}
.page .info-value {
  flex: 1;
  color: #616161;
  text-align: left;
}
.page .info-row.split .info-field {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 0;
}
.page .edit-form {
  display: flex;
  flex-direction: column;
}
.page .form-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.page .form-field {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page .form-label {
  font-size: 14px;
  color: #555;
  display: inline-flex;
  align-items: start;
  gap: 6px;
  margin: 18px 0 0;
}
.page .form-select {
  height: 43px;
  border-radius: 7px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #fff !important;
}
.page .required-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5aa00;
  display: inline-block;
}
.page .date-input-wrap {
  position: relative;
  width: 100%;
}
.page .date-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: auto;
  pointer-events: none;
}

.page .form-field.invalid * {
  border-color: red;
}
.page .form-field.invalid .form-label,
.errorlist li {
  color: red;
}
.page .form-field.invalid * :focus {
  border-color: red;
}

.page .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 25px;
}
.page .form-button {
  width: 160px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  height: 42px;
  line-height: 40px;
}
.page .form-button.outline {
  background: #fff;
  border: 1px solid #fff;
  color: #0f3999;
  border-radius: 0;
  font-weight: 600;
}
.page .form-button.primary {
  background: #2d54bb;
  color: #fff;
  border: 1px solid #2d54bb;
  border-radius: 10px;
}
.page .edit-form .form-input:not(.birth-date-input) {
  width: calc(50% - 9px);
}
.page .btn-edit {
  background: #fff;
  color: #2d54bb;
  border: 1px solid #2d54bb;
  border-radius: 10px;
  height: 40px;
  line-height: 38px;
  padding: 0 45px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  gap: 10px;
  font-weight: 600;
  box-shadow: none;
  margin-bottom: 23px;
  margin-left: auto;
}
.page .edit-section {
  display: none;
}
.page .edit-section.active {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.page .history-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
.page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #4b5567;
}
.page thead th {
  text-align: center;
  padding-bottom: 12px;
  font-weight: 500;
}
.page tbody td {
  text-align: center;
  padding: 11px 0;
  color: #666;
}
.page .footer-btn {
  display: block;
  width: 170px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #2d54bb;
  color: #2d54bb;
  font-size: 16px;
  padding: 0;
  height: 45px;
  line-height: 43px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}
.page .daterangepicker select.monthselect,
.page .daterangepicker select.yearselect {
  border: none;
}
.change_list h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.change_list thead {
  border-bottom: 1px solid #e5e5e5;
}

/*등록신청*/
.test_add_wrap .edit-form .form-row input.form-input {
  width: 100%;
}
.test_add_wrap .form-row.type_line .form-field {
  width: 350px;
  flex: auto;
}
.test_add_wrap .form-row.type_line .form-field:last-child {
  width: 206px;
  min-width: auto;
}
.test_add_wrap .form-label.addr_title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px !important;
  color: #555;
}
.test_add_wrap .form-field {
  max-width: 350px;
}
.test_add_wrap .addr_box_row .form-field {
  max-width: 560px;
}
.test_add_wrap .radio-group {
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-top: 5px;
}
.test_add_wrap .radio-group > div {
  cursor: pointer;
}
.test_add_wrap .radio-group label {
  color: #888;
  cursor: pointer;
}
.test_add_wrap .radio-group input:checked + label {
  color: #000;
}
.test_add_wrap .radio-group input {
  margin-right: 5px;
  accent-color: #2d54bb;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.test_add_wrap .form-field {
  position: relative;
}
.test_add_wrap .form-input.error,
.test_add_wrap .form-select.error {
  border-color: #ef4444;
  padding-right: 40px;
}
.test_add_wrap .form-label.error {
  color: #ef4444;
}
.test_add_wrap .error-message {
  display: none;
  color: #ef4444;
  font-size: 13px;
  margin-top: 4px;
  line-height: 1.4;
}
.test_add_wrap .error-message.show {
  display: block;
}
.test_add_wrap .date-input-wrap {
  position: relative;
}
.test_add_wrap .date-input-wrap .error-icon {
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
}
.test_add_wrap .date-input-wrap .error-message {
  margin-top: 8px;
}
.test_add_wrap .form-individual,
.test_add_wrap .form-business {
  display: none;
  margin-top: 18px;
}
.test_add_wrap .form-individual.active,
.test_add_wrap .form-business.active {
  display: block;
}

.test_add_wrap .write-block {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.test_add_wrap .write-block:last-of-type {
  border-bottom: 0;
}
.test_add_wrap .write-block .section-title {
  font-size: 16px;
  color: #555;
  font-weight: 600;
}
.test_add_wrap .info-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.test_add_wrap .info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  flex-wrap: wrap;
}
.test_add_wrap .info-field {
  display: block;
  font-size: 15px;
  color: #454c63;
  max-width: 350px;
}
.test_add_wrap .info-label {
  color: #555;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.test_add_wrap .info-value {
  display: block;
  width: 100%;
  color: #697a8d;
  text-align: left;
  background: #eceef1;
  border: 1px solid #d9dee3;
  border-radius: 7px;
  height: 43px;
  line-height: 41px;
  padding: 0 11px;
  font-size: 14px;
}

.test_add_wrap .address-row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 5px;
}
.test_add_wrap .address-row .form-label {
  width: 100%;
}
.test_add_wrap .address-row .form-field {
  flex: 1;
}
.test_add_wrap .address-search-btn {
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  background: #e7eaf7;
  color: #2d54bb;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.test_add_wrap .address-row .postcode-field {
  flex: 0 0 274px;
  min-width: 140px;
  margin-right: 10px;
}
.test_add_wrap .address-row .postcode-field input {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.test_add_wrap .address-search-wrap {
  display: none;
  margin-top: 10px;
  border: 1px solid #dfe4f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.test_add_wrap .address-search-wrap.active {
  display: block;
}
.test_add_wrap #addressSearchContainer {
  width: 100%;
  height: 400px;
  border: none;
}
.test_add_wrap .addr_box_row {
  margin-top: 30px;
}
.test_add_wrap .addr_box_row .form-label {
  margin: 0;
}
.test_add_wrap .section-note {
  font-size: 13px;
  color: #9e9e9e;
  margin: 17px 0 12px;
}
.test_add_wrap button.primary {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  width: 180px;
}
.test_add_wrap .edit-form .form-row input.form-input.gray_bg {
  background: #f5f5f5;
}
.test_add_wrap .edit-form .form-row input.form-input[type="text"].error {
  background: url(../img/vete/error.svg) no-repeat center right 9px;
  background-size: 20px auto;
}
.test_add_wrap
  .edit-form
  .form-row
  .date-input-wrap
  input.birth-date-input.error {
  background-image: none;
}
.test_add_wrap .address-row .postcode-field input.error {
  border: 1px solid #ef4444;
}

/* placeholder 상태 (첫 옵션이 선택된 상태) */
.form-select:has(option[disabled][selected]) {
  color: #c3c3c3; /* placeholder 색 */
}

/* 실제 값 선택 후 */
.form-select:not(:has(option[disabled][selected])) {
  color: #333; /* 정상 텍스트 */
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border: none;
}

/*정보관리*/
.info_manage {
  background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  align-content: start;
  min-height: auto;
}
.info_manage .join_up {
  border-bottom: 1px solid #e5e5e5;
}
.info_manage .join-container {
  padding: unset;
  margin: unset;
  width: 100%;
}
.info_manage .join-container form {
  all: unset;
  display: block;
  padding: 0 30px;
}
.info_manage .form-group label.required.error {
  color: #ff0000;
}
.info_manage .form-group .error-message {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}
.info_manage .form-group.error .error-message {
  display: block;
}
.info_manage .form-group.error input[type="text"],
.info_manage .form-group.error input[type="password"],
.info_manage .form-group.error input[type="email"] {
  border-color: #ff0000;
  border-width: 1px;
}
.info_manage .form-group.error .filebox {
  border: 1px solid #ff0000;
}
.info_manage .form-group.error .filebox label[for="file"] {
  color: inherit;
}
.info_manage #id_error_policy {
  display: none;
}
.info_manage .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: end;
  width: 100%;
}
.info_manage .form-row.name_form .form-group {
  width: 342.5px;
  flex: none;
}
.info_manage .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}
.info_manage .form-row .form-group.half {
  width: calc(100% - 135px);
}
.info_manage .form-row .form-group.button-group {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  width: 103px;
  flex: none;
}
.info_manage .form-row .form-group.button-group button {
  white-space: nowrap;
  height: 40px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.info_manage .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.info_manage .form-group.small {
  width: 342.5px;
}
.info_manage .form-group label {
  display: inline-block;
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 400;
}
.info_manage .form-group input[type="text"],
.info_manage .form-group input[type="password"],
.info_manage .form-group input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
  background-color: #fff;
  color: #333;
}
.info_manage .form-group input[readonly] {
  background-color: #eceef1;
  color: #697a8d;
  border-color: #d9dee3;
}
.info_manage .form-group .btn-change-account {
  padding: 0 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  height: 40px;
  box-sizing: border-box;
  font-weight: 500;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_manage .form-group .btn-change-account:hover {
  background-color: #0056b3;
}
.info_manage .form-row.addr_num_small {
  width: 342.5px;
  align-items: end;
}
.info_manage .section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
.info_manage .section-info {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}
.info_manage .join_box {
  background: #fff;
  padding: 20px 0;
  border-radius: 8px;
  width: 700px;
  display: block;
}

.info_manage .join_box.bd-top {
  padding-top: 30px;
  margin-top: 30px;
}
.info_manage .action-section {
  padding: 20px 0;
}
.info_manage .action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_manage .withdraw-section {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
.info_manage .withdraw-section img {
  height: 20px;
  width: auto;
}
.info_manage .withdraw-section span {
  padding-top: 3px;
  color: #555;
}

.vet_wrap .action-buttons {
  display: flex;
  gap: 10px;
}
.vet_wrap .btn-reset,
.vet_wrap .btn-save {
  padding: 0 24px;
  height: 43px;
  line-height: 43px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  background-color: #e0e0e0;
  color: #fff;
  transition: all 0.2s;
  white-space: nowrap;
}
.vet_wrap .btn-reset.active,
.vet_wrap .btn-save.active {
  background: #2d54bb;
}
.vet_wrap .tab-navigation {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0 30px;
}
.vet_wrap .tab-item {
  padding: 8px 5px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
  margin-right: 15px;
}
.vet_wrap .tab-item:hover {
  color: #666;
}
.vet_wrap .tab-item.active {
  color: #2d54bb;
  font-weight: 600;
}
.vet_wrap .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2d54bb;
}

/*부 담당자 관리*/
.manager-table-container {
  background: #fff;
  padding: 10px 30px;
  margin-top: 0;
}
.manager-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.manager-table thead {
  background-color: #fff;
}
.manager-table th {
  padding: 20px 5px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #eee;
}
.manager-table td {
  padding: 20px 5px;
  font-size: 14.5px;
  color: #555;
  text-align: center;
}
.manager-table tbody tr:hover {
  background-color: #f8f9fa;
}
.btn-change {
  color: #2d54bb;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  font-weight: 600;
}
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.add-manager-btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 15px 30px;
}
.add-manager-btn {
  background: #e7eaf7;
  color: #2d54bb;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 0 26px;
  height: 43px;
  cursor: pointer;
  font-weight: 600;
}
.add-manager-btn span {
  color: #2d54bb;
  display: inline-block;
  font-size: 18px;
  padding-right: 8px;
  vertical-align: -1px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.modal-overlay.show {
  display: flex;
}
.modal-overlay .modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.modal-overlay .modal-header {
  padding: 25px 35px;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-overlay .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.modal-overlay .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
}
.modal-overlay .modal-close:hover {
  color: #333;
}
.modal-overlay .modal-body {
  padding: 0 35px 20px;
}
.modal-overlay .modal-form-group {
  margin-bottom: 20px;
}
.modal-overlay .modal-form-group label {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}
.modal-overlay .modal-form-group label.required:after {
  display: none;
}
.modal-overlay .modal-form-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
}
.modal-overlay .modal-form-group input:focus {
  outline: none;
  border-color: #007bff;
}
.modal-overlay .modal-form-group label.required.error {
  color: #ff0000;
}
.modal-overlay .modal-form-group .error-message {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}
.modal-overlay .modal-form-group.error .error-message {
  display: block;
}
.modal-overlay .modal-form-group.error input[type="text"],
.modal-overlay .modal-form-group.error input[type="email"] {
  border-color: #ff0000;
  border-width: 1px;
}
.modal-overlay .modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.modal-overlay .modal-btn {
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  width: 49%;
  margin: 0;
}
.modal-overlay .modal-btn-cancel {
  background-color: #fff;
  color: #2d54bb;
  border: 0;
}

.modal-overlay .modal-btn-confirm {
  background-color: #2d54bb;
  color: #fff;
}

.modal-overlay .modal-btn-delete {
  background-color: #fff;
  color: #2d54bb;
}

.modal-overlay .confirm-modal {
  max-width: 360px;
}
.modal-overlay .confirm-modal .modal-body {
  text-align: center;
  padding: 20px;
}
.modal-overlay .confirm-modal .modal-title {
  font-size: 16.5px;
  margin-bottom: 16px;
  margin-top: 10px;
}
.modal-overlay .confirm-modal .confirm-message {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.6;
  word-break: break-word;
}
.modal-overlay .confirm-modal .modal-footer {
  justify-content: center;
  border-top: 0;
  padding: 10px 20px 15px;
}
.modal-overlay .confirm-modal .modal-btn-cancel {
  color: #333;
}
.modal-overlay .confirm-modal .modal-btn-delete {
  background: #2d54bb;
  color: #fff;
}
table .empty-data {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 14px;
}

/*조회이력*/
.history-table-container {
  background: #fff;
  padding: 10px 30px;
  margin-top: 0;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table thead {
  background-color: #fff;
}
.history-table th {
  padding: 20px 5px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #e0e0e0;
}
.history-table td {
  padding: 20px 5px;
  font-size: 14.5px;
  text-align: center;
  color: #555;
  border-bottom: 0;
}
.history-table tbody tr:hover {
  background-color: #f8f9fa;
}
