/* 
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/NanumSquareRoundL.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/NanumSquareRoundR.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-style: normal;
    src: url('fonts/NanumSquareRoundB.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/NanumSquareRoundEB.woff2') format('woff2');
    font-display: swap;
} */

@font-face {
  font-family: "NanumSquareRound";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundL.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareRound";
  font-weight: 400;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundR.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareRound";
  font-weight: 500;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundB.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareRound";
  font-weight: 700;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquareRoundEB.woff2)
    format("woff2");
  font-display: swap;
}

@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으로 지정 */
}

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/mobile/arrow2.png?ver=1) no-repeat right 15px center;
  background-size: 10px auto;
  padding-right: 40px !important;
}

html {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

body {
  height: 100%;
  color: #111;
  font-family: "NanumSquare";
}

input[type="password"] {
  font-family: "NanumSquare";
}

select {
  font-family: "NanumSquare";
}

.NS {
  font-family: "NanumSquareRound" !important;
}

/*-- 모달 오픈 시 최상단 이동 방지--*/
html.no-overflowscrolling {
  overflow: visible !important;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  outline-style: none;
  word-break: break-all;
}

a {
  color: #111;
}

input {
  color: #111;
}

:root {
  --ptSkyBlue: #e1ebf5;
  --ptBlue: #0f3999;
  --ptMustard: #f9e492;
  --ptYellow: #ffc800;
}

/*----------------------layer popup----------------------*/
#layerPopup .modal-content {
  background-color: transparent;
}

#layerPopup .modal-content .popup-close {
  display: flex;
  justify-content: space-between;
  margin: 10px 30px;
  font-size: 14px;
  color: white;
}

#layerPopup .modal-content .popup-close img {
  width: 20px;
}

#layerPopup .modal-content .popup {
  height: auto;
  max-height: 50vh;
  max-width: calc(100% - 20px);
  margin: 0 20px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

/*----------------------layer popup----------------------*/

/*----------------------swal----------------------*/
.swal2-container {
  z-index: 90001 !important;
  padding: 1.5em !important;
}

.swal2-title {
  font-size: 1em !important;
  padding: 1em 1em 0 !important;
  line-height: 1.4;
}

.swal2-styled.swal2-confirm {
  background-color: #2d54bb !important;
  border-radius: 20px;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-shown {
  padding: 0 !important;
}

.swal2-actions {
  width: 100% !important;
}

.swal2-actions button {
  width: 45%;
  border: 0 !important;
  height: 38px;
  font-size: 1em !important;
  border-radius: 20px !important;
}

.swal2-styled {
  border: 0 !important;
  transition: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center;
  margin: 0 !important;
}

.swal2-actions button:last-child {
  margin-left: 3% !important;
}

.swal2-styled.swal2-cancel {
  background: #ddd !important;
  color: #555 !important;
  border-radius: 20px;
}

/*----------------------swal----------------------*/

/*----------------------modal----------------------*/
body.modal-open,
.modal-open .modal {
}

.modal {
  max-width: 500px;
  margin: 0 auto;
  right: 0;
}

.modal-fullscreen {
  width: 100%;
}

.modal-header {
  height: 60px;
}

.modal-header img {
  position: absolute;
  left: 10px;
  top: 20px;
}

.modal-header .close-btn {
  left: unset;
  right: 20px;
  height: 18px;
  width: auto;
}

.modal-header .modal-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/*이용약관 보기 모달*/
#termModal .modal-header h5 {
  margin-top: 120px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

#termModal .modal-body {
  margin-top: 40px;
}

/*----------------------modal----------------------*/

/*----------------------공통----------------------*/

body {
  display: flex;
  padding: 0 !important;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-menu {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 10px;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  background: #fff;
  z-index: 100;
}

.bottom-menu li {
  width: 20%;
  font-size: 10px;
  color: gray;
  font-weight: bold;
}

.bottom-menu .menu-img {
  display: block;
  width: auto;
  height: 24px;
  margin: 0 auto 2px;
}

.bottom-menu .active {
  color: #2d54bb;
}

.tab {
  display: none;
}

.disabled {
  background-color: #c8c8c8 !important;
}

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}

.help {
  color: gray;
  font-size: 14px;
}

/*----------------------공통----------------------*/

/*----------------------로그인----------------------*/
.p-logo {
  margin: auto;
}

#loginImg {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#loginSection {
  display: none;
}

#loginSection .input {
  margin-bottom: 13px;
}

#loginSection input {
  height: 40px;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 6px 20px;
  color: #777;
}

.eyoom-form section {
  margin-bottom: 0 !important;
}

#loginSection .other-login {
  font-size: 16px;
  color: gray;
  font-weight: 500;
  text-decoration: underline !important;
  display: block;
  margin-top: 20px;
}

/* .sns-login-msg { width: 200px; margin: 10px auto; padding: 5px; background-color: #3D6EF3; border-radius: 20px; color: white;
                  -webkit-animation: action 1s infinite  alternate; animation: action 1s infinite  alternate;
                }
.sns-login-msg::before { position: absolute; bottom: -8px; left: calc(50% - 15px); content: '';
                          border-top: 15px solid #3D6EF3; border-right: 15px solid transparent; border-left: 15px solid transparent;
                        } */

/* =================================================================== */
/* 2024 07 29 mingdev  */
/* .sns-login-msg { 
  width: 180px; 
  margin: 10px auto 20px; 
  padding: 5px; 
  background-color: #E3F2FD; 
  border-radius: 6px; 
  color: white;
  -webkit-animation: action 1s infinite  alternate; 
  animation: action 1s infinite  alternate;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 700;
  color: #2196F3;
  text-align: center;
}

.sns-login-msg::before { 
  content: '';
  position: absolute;
  bottom: -19px;
  left: calc(50% - 10px);
  border-top: 20px solid #E3F2FD;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
} */

.sns-login-msg {
  width: 200px;
  margin: 10px auto;
  padding: 5px;
  background-color: #3d6ef3;
  border-radius: 20px;
  color: white;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
}

.sns-login-msg::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15px);
  content: "";
  border-top: 15px solid #3d6ef3;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

/* 2024 07 29 mingdev  */
/* =================================================================== */

/*----------------------로그인----------------------*/

/*----------------------소셜로그인----------------------*/
.inner-container {
  display: block !important;
}

.inner-container .header {
  padding: 15px 20px;
  margin-bottom: 10px;
  text-align: center;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  color: #111;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  /* 2024 07 30 mingdev UI 변경 */
  border-bottom: 1px solid #f5f5f5;
}

.board-list {
  margin-top: 70px;
}

.inner-container .body {
  margin: 61px 0 60px;
}

.inner-container .body .tabs__content {
  margin-top: 40px;
}

#diseaseContainer.inner-container .body .tabs__content {
  margin-top: 0;
}
#diseaseContainer.inner-container.care_point_list_wrap .body .tabs__content {
  display: block;
  width: 100%;
  overflow-y: auto;
}
#diseaseContainer.inner-container .body .tabs__content.content_guide {
  min-height: auto;
}

.inner-container .header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 15px;
  width: auto;
}
.inner-container .header .alarm_set_div img {
  height: 17px;
}
.inner-container .header .close-btn {
  left: unset;
  right: 15px;
}

.inner-container .header h2 {
  margin: auto;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #111;
}

/* 2024 07 30 mingdev UI 변경 */
.inner-container .title h2 {
  margin: 100px 0 0;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
}

/* .inner-container .body { padding: 15px; } */
.inner-container .footer {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}

/* 2024 07 30 mingdev 서비스 이용 약관 동의 페이지 다음으로 버튼 변경 */
.terms-submit-btn {
  width: calc(100% - 40px);
  margin: 15px 20px;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  text-align: center;
  border-radius: 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
}

/* 추가 2024 07 30 */
.terms-submit-btn.member-info-input-btn {
  width: 100%;
  border-radius: 0;
  margin: 15px 0 0 0;
}

.submit-btn {
  width: calc(100% - 40px);
  margin: 15px 20px;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  text-align: center;
  border-radius: 40px;
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
}

.terms-submit-btn:disabled {
  color: gray;
  background-color: #efefef;
}

.submit-btn:disabled {
  color: gray;
  background-color: #efefef;
}

.term-section {
  padding: 0 15px;
}

/* 2024 07 30 mingdev 서비스 이용 약관 동의 페이지 UI 변경 */
.term-section .term-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  /* padding: 20px; 
  border: 1px solid #EFEFEF; 
  border-radius: 20px; */
}

.term-section .round {
  position: relative;
  height: 25px;
  margin: 5px 0;
  padding-left: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #777;
  font-size: 15px;
}

.term-section .term-list .round {
  font-size: 14px;
  line-height: 20px;
  padding-left: 17px;
  margin: 10px 0;
  height: 20px;
}

.term-section .round .show-term {
  position: absolute;
  right: 0;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 14px;
  margin-top: 3px;
}

.term-section .round label {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url(../img/mobile/check.png) no-repeat center center;
  background-size: cover;
}

.term-section .round label:after {
  position: absolute;
  top: 5px;
  height: 9px;
  width: 14px;
  left: 5px;
  border-top: none;
  border-right: none;
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
}

/* 2024 07 29 mingdev 체크박스 이미지 수정 */
.term-section .round input[type="checkbox"] {
  visibility: hidden;
}

.term-section .round input[type="checkbox"]:checked + label {
  /* 상대 경로로 변경 */
  background: url(../img/mobile/checked3.png) no-repeat center center;
  /* background:url(/img/mobile/checked2.png) no-repeat center center;  */
  background-size: cover;
}

.term-section .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.term-section .term-list .round label {
  width: 20px;
  height: 20px;
}

#termModal #termContent {
  width: 100%;
  height: calc(100% - 30px);
  border: 0;
  resize: none;
  overflow-y: auto;
  outline-color: white;
  color: #555;
}

#termModal #agreeBtn {
  width: 100px;
  height: 45px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 17px;
}

/*----------------------소셜로그인----------------------*/

/*----------------------아이디/비밀번호찾기----------------------*/
.type-field {
  display: flex;
}

.type-field li {
  width: 50%;
  height: 50px;
  margin: 10px;
  border: 1px solid #efefef;
  text-align: center;
  border-radius: 20px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.7s ease;
  transition: background 0.7s ease;
}

.type-field li.active {
  border: 0;
  color: white;
  background-color: var(--ptBlue);
}

.find-info h3 {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.1em;
}

/* .find-info .new_win_con {background:#f7f7f7;} */
.find-info.cert .new_win_con {
  width: 460px;
  float: left;
}

.find-info.cert .new_win_con:nth-child(2) {
  margin-left: 10px;
}

.find-info.cert h3 {
  display: block;
}

.find-info #mb_hp_label {
  display: inline-block;
  margin-left: 10px;
}

.find-info p {
  line-height: 1.5em;
}

.find-info .frm_input {
  margin: 10px 0;
  padding-left: 10px;
  border: 0;
  border-bottom: 1px solid #efefef;
}

.find-info .find_btn .btn_submit {
  width: 30%;
  word-break: keep-all;
}

#emailSection,
#pwSection {
  margin-top: 20px;
}

/*----------------------아이디/비밀번호찾기----------------------*/

/*----------------------회원가입----------------------*/
#registrationForm {
  height: 100%;
  width: 100%;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.password-check-text {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.password-check-text li {
  display: inline-block;
  color: gray;
}

.password-check-text li:first-child {
  margin-right: 10px;
}

.password-check-text li.active {
  color: var(--ptBlue);
}

.post_search .placeholder {
  font-size: 14px;
}

/*----------------------회원가입----------------------*/

/*----------------------이름,휴대전화번호,닉네임 입력----------------------*/
.inner-container .section {
  display: flex;
  flex-direction: column;
}

.inner-container .section input[type="text"],
.inner-container .section input[type="password"],
.inner-container .section select {
  width: 100%;
  margin: 10px 0;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  outline-style: none;
  font-size: 15px;
  border-radius: 0 !important;
}

/* ============================================================================= */
/* 2024 07 30 mingdev UI 수정 */
/* ============================================================================= */
.inner-container .email-signup-info-box {
  padding: 0 15px;
}

/* .inner-container .section.email-signup-info-box .ibox {
  display: flex;
  flex-direction: column;
  gap: 15px;
} */

.inner-container .section.email-signup-info-box .ibox span {
  margin-bottom: 10px;
  margin-top: 15px;
  display: block;
}

.inner-container .section.email-signup-info-box .ibox span:first-child {
  margin-top: 10px;
}

.inner-container .section.email-signup-info-box .ibox.email-ibox span {
  margin-top: 0;
  margin-bottom: 0;
}

.inner-container .section.email-signup-info-box .ibox.email-ibox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .inner-container .section.email-signup-info-box .ibox:nth-child(2) input {
  margin-bottom: 15px;
} */

.inner-container .section.email-signup-info-box .ibox .t_text {
  /* font-weight:bold; 
  font-size:14px;  */
  color: #333;
}

.inner-container .section.email-signup-info-box .ibox .password-check-text {
  margin-top: 10px;
}

.inner-container .section.email-signup-info-box input {
  width: 100%;
  margin: 0;
  padding: 0 0 7px 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  outline-style: none;
  font-size: 15px;
  border-radius: 0 !important;
}

/* 기존 소스 */
.inner-container .rinfo_box {
  padding: 0 15px;
}

.inner-container .rinfo_box .ibox {
  margin: 15px 0;
}

.inner-container .rinfo_box .ibox .t_text {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* #emailResult */
#nickResult {
  margin: 0 0 15px 0;
  font-size: 13px;
}

.inner-container .section #hp_cert1 {
  display: grid;
  grid-template-columns: 60% 40%;
}

.inner-container .section #hp_cert2 {
  display: none;
  grid-template-columns: 60% 40%;
}

.inner-container .section #hp_cert2 div {
  position: relative;
}

.inner-container .section #cert_btn,
.inner-container .section #check_cert_btn {
  height: 50px;
  margin: 10px 0 0 10px;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #34d32c;
  color: white;
  border: 0;
}

.inner-container .section #resend_cert_btn {
  height: 50px;
  margin: 10px 0 0 10px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #34d32c;
  color: #34d32c;
  background-color: white;
}

.inner-container .section #cert_countdown {
  right: 10px;
  position: absolute;
  top: 25px;
}

.fail {
  color: red;
}

.success {
  color: var(--ptBlue);
}

.inner-container .section #certifyBtn {
  margin: -25px 15px 0;
  height: 40px;
  line-height: 40px;
  color: #194a9e;
  width: 50%;
  border: 1px solid #194a9e;
  padding: 0;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
}

.inner-container .section #RRN_field {
  display: grid;
  grid-template-columns: calc(50% - 20px) 40px 40px calc(50% - 60px);
}

.inner-container .section #RRN_field input[type="text"] {
  padding-left: 15px;
}

.inner-container .section #RRN_field .hyphen {
  line-height: 70px;
  text-align: center;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

#addressField {
  position: relative;
}

#searchAddress {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 7px 15px;
  background-color: #c7c7c7;
  border: 0;
  border-radius: 20px;
  color: white;
}

#passBtn {
  display: none;
  margin: auto;
  border: 0;
  background-color: white;
  font-size: 16px;
  color: gray;
  text-decoration: underline;
}

/*----------------------이름,휴대전화번호,닉네임 입력----------------------*/

/*----------------------아이 등록----------------------*/
.flex-container .body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 60px);
  margin: 60px 0 0;
}

.pet-section {
  width: 100%;
  padding: 15px 20px;
  margin-top: -30px;
  /* 2024 07 30 mingdev css 수정 */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pet-section .pet-img {
  position: relative;
  width: 48.5%;
  float: left;
  background: #fafafa;
  height: 166px;
  border-radius: 16px;
  border: 2px solid #f5f5f5;
  padding: 20px;
}

@media screen and (max-width: 375px) {
  .pet-section .pet-img {
    width: 48%;
  }
}

.pet-section p {
  color: #757575;
  font-size: 20px;
  background: url(../img/mobile/check_off.png) no-repeat center right;
  background-size: 24px auto;
  font-weight: bold;
}

.pet-section .pet-img.selected {
  border: 2px solid #2d54bb;
  background: #e7eaf7;
}

.pet-section .pet-img.selected p {
  background: url(../img/mobile/check_on.png) no-repeat center right;
  background-size: 24px auto;
  color: #2d54bb;
}

.pet-section .pet-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* .pet-section .pet-img:last-child { float: right; margin-left:3%; } */
.pet-section .pet-img img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: 72px;
  object-fit: cover;
  object-position: center;
}

.pet-section:after {
  clear: both;
  content: "";
  display: block;
}

/* 2024 08 05 mingdev 수정 */
/* .enroll-section { display: flex; flex-direction: column; padding: 15px 20px; } */
.enroll-section {
  display: flex;
  flex-direction: column;
  padding: 0 20px 15px;
}

.enroll-section .pet-img {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 30px auto;
}

/* .enroll-section .pet-img { 
  position: relative; 
  width: 40%; 
  margin: 30px auto; 
} */
.enroll-section .pet-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.enroll-section .pet-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.enroll-section .camera-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}

.enroll-section .camera-icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.enroll-section .camera-icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

/* 2024 08 05 mingdev 추가 */
.enroll-section #cameraImg {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -14px;
  right: -18px;
  top: auto;
  left: auto;
}

/* .enroll-section #petProfile { border: 1px solid #EEEEEE; } */
.enroll-section #petProfile-file {
  display: none;
}

#profileModal #button {
  width: calc(100% - 30px);
  margin: 10px;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
}

#profileModal #cancelBtn {
  width: calc(100% - 30px);
  margin: 10px;
  height: 50px;
  color: white;
  background-color: gray;
  border: 0;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
}

/* .enroll-section > div {margin:5px 0} */
.enroll-section .pet-info {
  font-size: 1em;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  background-color: white;
  -webkit-appearance: textfield;
  border-radius: 0 !important;
  -moz-appearance: textfield;
  text-align: left;
  min-height: 1.2em;
}

.enroll-section label {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 14px;
}

.enroll-section.section-interval {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .enroll-section .name-section { display: grid; grid-template-columns: calc(100% - 116px) 60px 60px; }
.enroll-section .name-section label { grid-column : 1/4; } */
.enroll-section .pet_sex_section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin: 5px 0;
}

.enroll-section .pet_sex_section .sex {
  width: 50%;
  height: 40px;
  margin: auto;
  line-height: 40px;
  border-radius: 5px;
  /* border: 1px solid #D8D8D8; */
  border: 1px solid #eeeeee;
  color: gray;
  text-align: center;
  font-size: 13px;
  /* 균등하게 분포하기 위함 */
  flex: 1 1 auto;
  /* 추가 */
  background-color: #fafafa;
}

.pet_sex_section .sex.active {
  /* border : 0; */
  border: 1px solid #2d54bb;
  transition: color 1s ease;
  transition: background 1s ease;
  /* background-color: var(--ptBlue);  */
  /* color: white;  */
  color: #2d54bb;
  background-color: #f3f5fb;
  font-weight: 700;
}

.para_section {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

/* .enroll-section .name-section .sex {
  width: 54px; height: 40px; margin: auto; line-height: 40px; border-radius:5px; border: 1px solid #D8D8D8;
  color: gray; text-align: center; font-size:13px;
 }
.enroll-section .name-section .sex.active { border : 0; transition: color 1s ease; transition: background 1s ease; background-color: var(--ptBlue); color: white; } */

/* 2024 08 06 mingdev */
/* input 태그 이미지 삽입 */
#petBirthday {
  /* background-image: url(../img/mobile/calendar.png);
  background-position: 98% center;
  background-repeat: no-repeat; */
}

#petBirthday::before {
  content: attr(data-placeholder);
  width: 100%;
  color: gray;
}

#petBirthday:focus::before,
#petBirthday:valid::before {
  display: none;
}

.enroll-section #similarSection {
  display: none;
  margin: 10px 0 0;
  flex-direction: column;
}

.enroll-section #similarSection .similar-fields {
  display: flex;
}

.enroll-section #similarSection .similar-fields .pet-info:first-child {
  margin-right: 5px;
}

.enroll-section #similarSection .similar-fields .pet-info:last-child {
  margin-left: 5px;
}

.enroll-section .round {
  position: relative;
  height: 20px;
  margin: 10px 0;
  padding-left: 14px;
  line-height: 20px;
  color: #aeaeae;
  font-size: 15px;
}

.enroll-section .round label {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  background: url(../img/mobile/check.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}

.enroll-section .round label:after {
  color: transparent;
  position: absolute;
  top: 5px;
  height: 9px;
  width: 14px;
  left: 5px;
  margin: 0;
  border: 0;
  border-top: none;
  border-right: none;
  content: "";
  opacity: 0;
  transform: rotate(-45deg);
}

.enroll-section .round input[type="checkbox"] {
  visibility: hidden;
}

.enroll-section .round input[type="checkbox"]:checked + label {
  margin: 0;
  /* background:url(../img/mobile/checked2.png) no-repeat center center; */
  /* 2024 08 05 mindgdev update */
  background: url(../img/mobile/checked3.png) no-repeat center center;
  background-size: cover;
}

.enroll-section .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#breedModal .modal-body {
  padding: 0;
}

#breedModal .modal-body .breed-modal-header {
  padding: 25px 0 10px 15px;
  display: flex;
  align-items: center;
}

#breedModal .modal-body .breed-modal-header span {
  color: #2d54bb;
  width: 70px;
  padding: 0 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

#breedModal .space {
  height: 6px;
  background-color: #efefef;
}

#breedModal #searchBreed {
  /* width: calc(100% - 30px); */
  height: 40px;
  /* line-height: 48px; */
  /* padding: 0 15px; */
  padding-left: 38px;
  /* margin: 10px 15px 20px; */
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  background-color: white;
  background-image: url("../img/mobile/breed_search.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  color: #999;
  font-weight: bold;
  flex-grow: 1;
}

#breedModal #searchBreed::placeholder {
  color: #bdbdbd;
}

#breedModal #searchBreed:focus {
  background-image: url("../img/mobile/search_active.png");
  background-size: 17px auto;
}

#breedModal #breedList {
  height: calc(100% - 80px);
  overflow-y: auto;
}

#breedModal #breedList .breed-row {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
}

#breedModal #breedList .breed-row .correct {
  /* color: var(--ptYellow); */
  color: #2196f3;
}

#morphModal .modal-body {
  padding: 60px 0 0;
}

#morphModal .modal-body .breed-modal-header {
  padding: 15px 20px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  z-index: 2;
}

#morphModal .modal-body .breed-modal-header h3 {
  font-size: 17px;
  font-weight: bold;
  color: #616161;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  line-height: 30px;
  text-align: center;
}

#morphModal .modal-body .breed-modal-header span {
  color: #2d54bb;
  width: 70px;
  font-size: 15px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}

#morphModal .space {
  height: 6px;
  background-color: #efefef;
}

#morphModal .noti {
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}

#morphModal #morphList {
  padding: 20px;
}

#morphModal #morphList li {
  margin-bottom: 27px;
}
#morphModal #morphList li section {
  display: flex;
}
#morphModal #morphList li section div {
  font-size: 14px;
  font-weight: 700;
  color: #757575;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0 13px;
  margin-right: 7px;
  margin-bottom: 7px;
  height: 36px;
  line-height: 34px;
}
#morphModal #morphList li section div.active {
  border: 1px solid #2d54bb;
  background: #e7eaf7;
  color: #2d54bb;
}
#morphModal .modal-footer {
  padding: 15px 20px;
  justify-content: space-between;
  background: #fff;
}
#morphModal .modal-footer button {
  width: 75px;
  flex-basis: 75px;
  background: #e7eaf7;
  font-size: 16px;
  color: #2d54bb;
  border-radius: 16px;
  height: 50px;
  border: 0;
  margin: 0;
}
#morphModal .modal-footer button#morphSubmitBtn {
  width: calc(100% - 86px);
  flex-basis: calc(100% - 86px);
  background: #2d54bb;
  color: #fff;
}
#morphModal #morphList .breed-row {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
}

#morphModal #morphList .breed-row .correct {
  /* color: var(--ptYellow); */
  color: #2196f3;
}

#shareInput {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}

#shareRequestList {
  margin: 20px 0;
}

#shareRequestList .share-request {
  justify-content: space-between;
}

#shareRequestList .share-request a {
  color: var(--ptBlue);
  margin: 0 10px;
}

.pet-button {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 10px;
}

#addMasterBtn {
  border: 0;
  background-color: white;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
}

#deleteBtn {
  border: 0;
  background-color: white;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  color: gray;
}

/*정보수정 모프*/
#petmorph_list {
  white-space: nowrap;
  overflow: auto;
  width: calc(100% - 60px);
  padding-top: 5px;
}
#petmorph_list .list_warp {
  display: inline-block;
  background: #eceff1;
  border-radius: 6px;
  padding: 0 10px;
  height: 24px;
  line-height: 25px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: bold;
}
#petmorph_list .list_warp i {
  font-size: 10px;
  margin-left: 5px;
}
#petmorph_list .list_warp i::before {
  vertical-align: -1px;
  font-weight: 900 !important;
}
/* 2024 08 06 mingdev */
.pet-registration-submit-btn {
  width: calc(100% - 40px);
  margin: 15px 20px;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  text-align: center;
  border-radius: 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
}

.description-add-box {
  position: relative;
}

.brief-description-box {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #e7eaf7;
  color: #2d54bb;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 40%;
  right: 0;
}

/*----------------------아이 등록----------------------*/

/*----------------------아이 정보----------------------*/
.i_slider #geneTabBar {
  display: none;
}

.inner-container .body .top_fix .tabs__content {
  white-space: nowrap;
}

.inner-container .body .top_fix .tabs__content > div {
  float: left;
}

.banner #tns1 > .tns-item {
  padding-right: inherit !important;
}

#tns1.disease-slider > .tns-item {
  padding-right: 0 !important;
}

#petContainer {
  padding: 0 !important;
}

#petContainer .info-section.bottom_fix {
}

#petContainer .header {
  padding-top: 15px;
  position: relative;
}

#petContainer .birthday-section {
  padding: 0 20px;
}

#petContainer .pet-slider {
  padding-top: 35px;
}

.info-section.top_fix {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.info-section.top_fix .splide__slide {
  margin-top: 30px;
  min-height: 150px;
}

.info-section .name-section {
  margin-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 0;
  background: #fff;
  z-index: 3;
  max-width: 500px;
  margin: 0 auto;
}

.info-section .name-section #petName {
  display: inline-block;
  margin: 0 12px 0 20px;
  font-size: 20px;
  font-weight: bold;
}

.info-section .name-section img {
  margin: auto 0;
  height: 8px;
  width: auto;
  vertical-align: 2px;
}

.info-section #birthdaySection {
  font-size: 16px;
  color: #555;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
}

.info-section #birthdaySection .birth_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-section #birthdaySection .birth_left > div.pet-img {
  margin-right: 13px;
  width: 60px;
  height: 60px;
}

.info-section #birthdaySection .birth_left > div {
  color: #212121;
  font-weight: 400;
  font-size: 14px;
}

.info-section #birthdaySection .birth_left > div p {
  line-height: 1.7;
}

.info-section #birthdaySection button {
  width: 58px;
  height: 34px;
  border: 1px solid #1b42a5;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  color: #0f3899;
  font-weight: 700;
}

.info-section #birthdaySection #petBirthdayCount {
  margin: 2px 0;
  color: #2d54bb;
}

.info-section .pet-img {
  position: relative;
}

.info-section .pet-img.pet_add {
  background: #f1f1f1;
  border: 0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info-section .pet-img.pet_add .pet-profile {
  border: 0;
  width: 55%;
  height: auto;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-section .pet-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.info-section .pet-img .pet-profile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid #c3cbeb;
}

.info-section .pet-img .birthday-cone {
  position: absolute;
  width: 25%;
  top: -30px;
  right: -10px;
  transform: rotate(0.12turn);
  z-index: -1;
}

.info-section .pet-img .enroll-pet-icon {
  width: 50%;
  height: 50%;
  margin: auto;
}

.info-section .enroll-pet-text {
  width: 100%;
  font-size: 20px;
  color: gray;
  text-align: center;
}

.flake {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.flake1 {
  width: 8px;
  height: 16px;
  -webkit-animation-name: shake1;
  animation-name: shake1;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  will-change: transform;
  z-index: 100;
}

.flake2 {
  width: 8px;
  height: 16px;
  -webkit-animation-name: shake2;
  animation-name: shake2;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  will-change: transform;
  z-index: 100;
}

.flake-base {
  top: -16px;
  position: fixed;
  -webkit-animation-name: fall;
  animation-name: fall;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  z-index: 100;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(calc(100vh + 35px));
  }
}

@keyframes shake1 {
  0% {
    transform: translateX(0) rotate(-30deg);
  }

  50% {
    transform: translateX(80px) rotate(30deg);
  }

  100% {
    transform: translateX(0) rotate(-30deg);
  }
}

@keyframes shake2 {
  0% {
    transform: translateX(0) rotate(30deg);
  }

  50% {
    transform: translateX(-80px) rotate(-30deg);
  }

  100% {
    transform: translateX(0) rotate(30deg);
  }
}

#testingModal .testing-help {
  margin: 45px 0;
  font-size: 17px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}

#testingModal label {
  font-size: 15px;
  font-weight: bold;
}

#testingModal #statusList {
  margin: 20px 0;
  position: relative;
}

#testingModal #statusList:after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 7px;
  height: calc(100% - 44px);
  width: 2px;
  background: #e5e5e5;
}

#testingModal #statusList li {
  display: grid;
  grid-template-columns: 16px auto;
  margin: 25px 0;
  line-height: 30px;
  min-height: 53px;
}

#testingModal #statusList li .li-icon {
  width: 16px;
  height: 16px;
  margin: auto;
  background: #e5e5e5;
  border-radius: 50%;
}

#testingModal #statusList li .li-icon.active {
  border: 1px solid var(--ptBlue);
  background: #fff;
  position: relative;
  z-index: 5;
}

#testingModal #statusList li .li-icon.active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0f3999;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
}

#testingModal #statusList li .status-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a1a1a1;
  line-height: 16px;
}

#testingModal #statusList li .status-text.active {
  font-weight: bold;
  color: var(--ptBlue);
}

#testingModal #statusList li .status-date {
  grid-column: 2/3;
  margin-left: 10px;
  color: gray;
  font-size: 13px;
  line-height: 16px;
  min-height: 23px;
}

#testingModal #statusList li .status-date.active {
  color: var(--ptBlue);
}

#testingModal #statusList li .status-delivery {
  margin-left: 20px;
  font-weight: bold;
  color: #fff;
  background: #fcc800;
  border-radius: 15px;
  padding: 3px 15px;
  float: right;
  line-height: 20px;
  font-size: 0.9em;
}

#deliveryModal .modal-body {
  padding: 10px 15px;
}

#deliveryModal .delivery-info {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: 30px 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

#deliveryModal .delivery-info span:nth-child(2n-1) {
  font-weight: bold;
}

#deliveryModal #deliveryStatus {
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 18px;
  color: var(--ptBlue);
  font-weight: bold;
}

#deliveryModal #deliveryProgresses .delivery-row {
  position: relative;
  padding: 0 20px 20px 20px;
  color: gray;
}

#deliveryModal #deliveryProgresses .delivery-row.now {
  color: black;
}

#deliveryModal #deliveryProgresses .delivery-row:after {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  vertical-align: top;
  background-color: #fff;
  border: 2px solid #d7dfe8;
  border-radius: 50%;
  content: "";
}

#deliveryModal #deliveryProgresses .delivery-row.now:after {
  border-color: var(--ptBlue);
}

#deliveryModal #deliveryProgresses .delivery-row:before {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: -6px;
  border-left: 1px solid #d7dfe8;
  content: "";
}

#deliveryModal #deliveryProgresses .delivery-row:first-child:before {
  top: 20px;
}

#deliveryModal #deliveryProgresses .delivery-row:last-child:before {
  height: 20px;
}

.info-section #kitSection {
  padding: 35px 15px 20px;
  background-color: #e1ebf5;
  border-radius: 50px 50px 0 0;
}

.info-section #kitSection .testing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  margin-bottom: 5px;
  border-radius: 70px;
  background-color: white;
}

.info-section #kitSection .testing-row .testing-profile {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.info-section #kitSection .testing-row .testing-profile img {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  grid-row: 1/2;
}

.info-section #kitSection .testing-row .testing-info {
  margin: 0 10px;
  line-height: 30px;
}

.info-section #kitSection .testing-row .testing-btn {
  width: auto;
  height: 30px;
  grid-column: 3/4;
  grid-row: 1/3;
}

.info-section #kitSection .testing-row .testing-status {
  display: flex;
  flex-direction: column;
}

.info-section #kitSection .testing-row .testing-status img {
  height: 15px;
  vertical-align: -1px;
  margin-right: 7px;
}

.info-section #kitSection .testing-row .testing-status span:first-child {
  color: gray;
  font-size: 15px;
}

.info-section #kitSection .testing-row .testing-status span:last-child {
  font-size: 17px;
  font-weight: bold;
  color: #555;
}

.info-section #menuSection {
  padding: 10px 15px 30px;
  background-color: #e1ebf5;
}

.info-section #menuSection .menu {
  padding: 40px 30px;
  text-align: center;
  width: 48%;
  margin-right: 4%;
  float: left;
  background-color: #1d5bc5;
  color: white;
  border-radius: 30px;
  font-size: 1.2rem;
}

.info-section #menuSection:after {
  clear: both;
  content: "";
  display: block;
}

.info-section #menuSection .menu img {
  height: 80px;
  width: auto;
}

.info-section #menuSection .menu:last-child {
  margin-right: 0;
}

.info-section #menuSection #resultReport img {
  display: block;
  margin: 0 auto 15px auto;
}

.info-section #menuSection #healthDiary img {
  display: block;
  margin: 0 auto 15px auto;
}

input[type="date" i] {
  text-align: left;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.info-section .no-pet .splide__track {
  padding-right: 0 !important;
  padding-top: 40px;
}

.info-section .no-pet .splide__track .pet-img.pet_add {
  left: 50%;
  transform: translate(-50%, -50%);
}

.splide.no-pet {
  visibility: visible;
}

.splide.no-pet .splide__list {
  display: block;
}

/*----------------------아이 정보----------------------*/

/*----------------------건강 일기----------------------*/
#petContainer.diary_wrap .header {
  position: fixed;
}

.profile-section {
  padding: 10px 15px;
}

.profile-section .pet-img {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.profile-section .pet-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.profile-section .pet-img .pet-profile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 5px solid #e1ebf5;
}

.profile-section .pet-info {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  text-align: center;
}

.profile-section .pet-info li {
  margin: 5px 0;
}

.profile-section .pet-info .pet-name {
  font-size: 16px;
  color: #111;
}

.profile-section .pet-info .pet-birthday {
  font-size: 14px;
}

.profile-section .pet-info li #writeBtn {
  background-color: var(--ptBlue);
  border: 0;
  border-radius: 20px;
  padding: 0 17px;
  color: white;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 1000;
}

.profile-section .pet-info li #writeBtn img {
  width: auto;
  height: 15px;
  margin-right: 7px;
  margin-top: -4px;
}

.profile-section .pet-info .pet-info-button {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;
  padding: 0;
  height: 40px;
}

.profile-section .pet-info .pet-info-button li {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: var(--ptYellow);
  border-radius: 5px;
}

.profile-section .pet-info .pet-info-button .cal_search_box {
  width: calc(100% - 50px);
  background: #fff;
  border: 1px solid #eee;
  color: #777;
  display: block;
  text-align: left;
  line-height: 40px;
  padding-left: 13px;
  font-size: 14px;
}

.profile-section .pet-info .pet-info-button .cal_search_box img {
  height: 14px;
  margin-top: -3px;
  margin-right: 5px;
}

.profile-section .pet-info .pet-info-button img {
  width: auto;
  height: 20px;
  margin: auto;
}

#calendar {
  padding: 15px;
}

.fc-header-toolbar {
  display: grid !important;
  grid-template-columns: 50px 130px 50px !important;
  grid-template-rows: 40px;
  margin: 0 0 15px !important;
  text-align: center;
  justify-content: center !important;
}

.fc-toolbar-title {
  line-height: 40px;
  font-size: 20px !important;
  font-weight: bold;
}

.fc-header-toolbar .toolbar-2 {
  grid-column: 1 / 4;
  width: 100%;
  margin: 10px 0;
  text-align: right;
}

.fc-header-toolbar .toolbar-2 .list-btn {
  width: 40px;
  height: 40px;
}

.fc-toolbar-chunk {
  position: relative;
}

.fc-toolbar-chunk #calendarDate,
.fc-toolbar-chunk #listDate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.fc .fc-button .fc-icon {
  font-size: 1.8em !important;
}

#calendarDate::-webkit-calendar-picker-indicator,
#listDate::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.fc .fc-daygrid-day-top {
  display: block !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.fc-day-today,
.fc-highlight {
  position: relative;
  margin: auto;
  border-radius: 100%;
  background-color: transparent !important;
}

.fc-day-today:after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  z-index: -1;
  padding-bottom: 40px;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7eaf7;
  border-radius: 50%;
}

.fc-daygrid-day {
  position: relative;
}

.fc-daygrid-day .icon {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  padding-bottom: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 16px !important;
  background-color: #fff;
}

.fc .fc-day-sat a {
  color: var(--ptBlue) !important;
}

.fc .fc-day-sun a {
  color: red !important;
}

.fc-theme-standard td {
  border: 0 !important;
}

.fc-scrollgrid {
  border: 0 !important;
}

.fc .fc-button {
  background-color: #e1ebf5 !important;
  color: black !important;
  font-weight: bold !important;
  border: 0 !important;
}

.fc .fc-button:focus {
  box-shadow: unset !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  font-size: 0.95em !important;
  height: 50px;
}

/* .write-diary { position:fixed; right: 2rem; bottom: 2rem; width: 4rem; height: 4rem; padding: 10px; border-radius: 100%; border: 1px solid black; background-color: white;  } */
.inner-container .diary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  line-height: 30px;
  padding: 15px;
}

.inner-container .diary-header .diary_more {
  width: 40px;
  height: 30px;
  right: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.inner-container .diary-header .diary_more img {
  right: 5px;
  left: auto;
}

.inner-container .diary-header a {
  color: gray;
  font-weight: bold;
}

.inner-container .diary-header #writeBtn {
  color: var(--ptBlue);
}

.inner-container .diary-header #diaryMenu {
  display: none;
  position: absolute;
  right: 15px;
  top: 55px;
  width: 85px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}

.inner-container .diary-header #diaryMenu li:first-child {
  border-bottom: 1px solid #d8d8d8;
}

#diaryContainer #dateField {
  margin-top: 80px;
  font-weight: 500;
}

#diaryContainer.inner-container .diary-header #dateField {
  margin-top: 0;
  font-weight: bold;
}

#dateField {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

#writeModal .modal-body {
  padding: 25px 15px 5px;
}

#writeModal .help {
  color: #555;
  font-weight: bold;
  margin: 0 5px;
}

#writeModal .category-list {
  display: flex;
  margin-top: 16px;
  overflow-x: auto;
}

#writeModal .category-list .category {
  margin: 0 5px;
  text-align: center;
  border: 1px solid #efefef;
  font-size: 12px;
  padding: 5px 0 15px;
  border-radius: 10px;
}

#writeModal .category-list .category .category-icon-container,
#categoryField .category .category-icon-container {
  display: flex;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 10px;
  background-color: white;
}

#writeModal .category-list .category .category-icon,
#categoryField .category .category-icon {
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin: auto;
}

#writeModal .category-list .category .category-name {
  margin-top: -8px;
}

#writeModal .category-list .category.active {
  background-color: #e1ebf5;
  background-image: url(/img/mobile/checked.png);
  background-repeat: no-repeat;
  background-position: top 8px right 5px;
  background-size: 12px auto;
}

#writeModal .category-list .category.active .category-icon-container {
  background-color: transparent;
}

#categoryList.category-list {
  overflow: auto;
  margin: 0 15px 40px;
  padding: 10px;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  width: calc(100% - 30px);
  white-space: nowrap;
  display: block !important;
}

#categoryList.category-list .category {
  margin: 5px 5px 3px 5px;
  display: inline-block;
  width: 14%;
}

#categoryList.category-list .category .category-icon-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #efefef;
  background-color: white;
  margin: 0 auto;
}

#categoryList.category-list .category .category-icon-container .category-icon {
  width: auto;
  height: 18px;
  margin: 9px auto;
  max-width: 20px;
}

#categoryList.category-list .category .category-name {
  font-size: 12px;
  margin-top: 3px;
}

/* #categoryList.category-list .category .category-icon, #categoryField .category .category-icon { width: 60px; height: 60px; object-fit: cover; border-radius: 100%; border: 2px solid transparent; } */
#categoryList.category-list .category.active .category-icon-container {
  border: 2px solid var(--ptBlue);
}

#categoryList.category-list .category.active .category-name {
  color: var(--ptBlue);
}

#diaryContainer .diary-body.diary_writebox {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 18px;
  margin: 20px 15px;
}

#diaryContainer .diary-body.diary_writebox > p {
  font-size: 16px;
  font-weight: bold;
}

#diaryContainer .diary-body.diary_writebox #categoryField .category-name {
  display: none;
}

#diaryContainer
  .diary-body.diary_writebox
  #categoryField
  .category-icon-container {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

#diaryContainer
  .diary-body.diary_writebox
  #categoryField
  .category-icon-container.plus {
  background-color: transparent;
  background: #eee;
  border: 0;
}

/* #diaryContainer { display: none; grid-template-rows : 40px 70px 100px calc(100% - 280px) 70px; height: 100%; } */
#diaryContainer .diary-body {
  margin: 60px 15px 20px;
  padding: 15px;
  background-image: url("../../img/mobile/textback.png");
  background-repeat: repeat;
  background-size: 100%;
  background-color: #efefef;
  border-radius: 10px;
}

#categoryField {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#categoryField::-webkit-scrollbar {
  display: none;
}

#categoryField .category {
  margin: 10px 10px 10px 0;
  text-align: center;
}

#categoryField .category .category-icon-container.plus {
  border: 0;
}

#categoryField .category .category-icon-container.plus img {
  width: auto;
  height: 20px;
  margin: auto;
}

#diaryContainer .diary-body .tns-outer {
  background: #fff;
  border-radius: 10px;
}

#diaryContainer .diary-body .category-icon-container {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #efefef;
}

#diaryContainer .diary-body .category-name {
  display: none;
}

#diaryContainer .diary-body.diary_writebox #pictureField {
  margin: 0 0 10px 0;
}

/*로딩바*/
#Progress_Loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* .enrolled-picture-field { width: 100%; height: 210px; text-align: center; } */
.enrolled-picture-field {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 450px) {
  /* .enrolled-picture-field .enrolled-picture { width: 100%; max-width: calc(100vw - 15px); height: 100%; margin: auto; object-fit: cover; border-radius: 10px; } */
  .enrolled-picture-field .enrolled-picture {
    width: 100%;
    aspect-ratio: 1/1;
    margin: auto;
    object-fit: cover;
  }

  /* #diaryContainer.view { grid-template-rows :70px 100px 40% 30px auto !important; height: 100%; } */
}

@media screen and (min-width: 451px) {
  /* .enrolled-picture-field .enrolled-picture { width: 100%; max-width: calc(50vw - 15px); height: 100%; margin: auto; object-fit: cover; } */
  .enrolled-picture-field .enrolled-picture {
    width: 100%;
    aspect-ratio: 1/1;
    margin: auto;
    object-fit: cover;
  }

  #diaryContainer.view {
    grid-template-rows: 40px 70px 100px 25% 30px auto !important;
    height: 100%;
  }
}

.tns-ovh,
.tns-ovh .tns-inner,
.tns-ovh .tns-inner .tns-item {
  height: 100%;
}

.nav-container {
  text-align: center;
}

.nav-container li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: gray;
}

.nav-container li.tns-nav-active {
  background-color: var(--ptYellow);
}

#diaryContent {
  width: 100%;
  min-height: 200px;
  margin-top: 25px;
  padding: 15px;
  border: 0;
  margin-bottom: 30px;
  outline-color: white;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #9d9d9d;
}

#pictureField {
  margin: 0 0 10px 15px;
  overflow-x: auto;
}

#pictureField p {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  padding-bottom: 10px;
}

#pictureField .picture-icon {
  display: flex;
  float: left;
  width: 80px;
  height: 80px;
  background-color: #e7eaf7;
  border-radius: 10px;
  margin-top: 10px;
}

#pictureField .picture-icon img {
  width: 18px;
  height: auto;
  margin: auto;
}

#pictureField #pictureFile {
  display: none;
}

#pictureList {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#pictureList::-webkit-scrollbar {
  display: none;
}

#pictureList .picture-li {
  position: relative;
  transition: all 0.5s;
  padding-top: 10px;
}

#pictureList .picture-li:first-child {
  margin-left: 16px;
}

#pictureList .picture-li .picture {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 8px 0;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
}

#pictureList .picture-li .close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  right: -1px;
  z-index: 50;
}

#calendarSection {
  background-color: #e1ebf5;
  border-radius: 40px 40px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  height: calc(100vh - 350px);
  width: 100%;
}

#calendarSection .fc-view-harness {
  background-color: white;
  border-radius: 10px;
}

#petContainer .body.pet-body {
  min-height: 100%;
  padding-top: 20px;
}

.fc-view-harness {
  padding: 10px;
}

.fc-bg-event {
  background-color: white !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 40px 40px !important;
  opacity: 1 !important;
}

#listSection {
  display: none;
  background-color: #e1ebf5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 40px 40px 0 0;
  padding-top: 15px;
  height: calc(100vh - 350px);
  max-width: 500px;
  margin: 0 auto;
}

#listSection .list-header {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  margin: 0;
  padding: 0 20px;
}

#listSection .list-header .list-btn:last-child {
  margin-left: 10px;
}

#listSection #diaryField {
  padding: 0 15px;
  overflow-y: auto;
  background: #e1ebf5;
  height: calc(100% - 55px);
}

#searchList {
  overflow-y: auto;
}

.event-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.event-row .event-title {
  display: flex;
  justify-content: space-between;
  margin: 10px 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  grid-template-columns: 40% 60%;
}

.event-row .event-title .event-date {
  margin: auto 0;
  font-size: 0.9rem;
}

.event-row .event-title .event-icon {
  display: flex;
  height: 100%;
  overflow-x: auto;
  width: 60%;
  justify-content: flex-end;
}

.event-row .event-title .event-icon .category-icon-container {
  display: flex;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #efefef;
  background-color: white;
  padding: 4px;
  flex: 0 0 28px;
}

.event-row .event-title .event-icon .category-icon-container .category-icon {
  width: 100%;
  height: 100%;
  margin: auto;
}

.event-row .event-body {
  display: flex;
  margin: 10px 5px;
}

.event-row .event-body .event-img-frame {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.event-row .event-body .event-img-frame:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.event-row .event-body .event-img-frame .event-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.event-row .event-body .event-content {
  border: 0;
  resize: none;
  height: 80px;
  width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.4;
}

.no-content {
  height: auto;
  line-height: 200px;
  text-align: center;
  color: gray;
}

#scrollHeader {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 15px;
  background-color: white;
  border-bottom: 1px solid #d8d8d8;
  z-index: 999;
}

#searchModal .search-field {
  display: grid;
  grid-template-columns: calc(100% - 40px) 40px;
  height: 60px;
  margin-top: 50px;
}

#searchModal .search-field #searchValue {
  width: calc(100% - 10px);
  height: 40px;
  padding-left: 45px;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  padding: 0 15px;
  background: #f3f3f3;
  border: 0;
}

#searchModal .search-field .search-btn {
  height: 40px;
  width: 40px;
  margin: 10px 0;
  border: 0;
  border-radius: 5px;
  border: 1px solid #eee;
  background: url("../img/mobile/search_icon.png") no-repeat center center;
  background-size: auto 15px;
}

#searchModal .search-category-list {
  display: flex;
  overflow-x: auto;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

#searchModal .search-category-list .category {
  margin-right: 8px;
  padding: 5px;
  border: 1px solid #efefef;
  border-radius: 10px;
}

#searchModal .search-category-list .category.active {
  border: 1px solid var(--ptBlue);
}

#searchModal .search-category-list .category.active .category-name {
  color: var(--ptBlue);
}

#searchModal .search-category-list .category .category-icon-container {
  display: flex;
  width: 50px;
  height: 40px;
  background-color: white;
}

#searchModal
  .search-category-list
  .category
  .category-icon-container
  .category-icon {
  width: auto;
  max-width: 24px;
  height: auto;
  max-height: 22px;
  margin: 8px auto;
}

#searchModal .search-category-list .category .category-name {
  font-size: 13px;
}

/* #searchModal .search-category-list .category { margin-left: 5px; margin-right: 5px;  } */
/* #searchModal .search-category-list .category .category-icon-container { display: flex; width: 50px; height: 50px; border-radius: 50%; border: 2px solid #EFEFEF; background-color: white; } */
/* #searchModal .search-category-list .category.active .category-icon-container{ border: 2px solid var(--ptBlue); } */
.modal-footer > * {
  margin: 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #777;
}

.modal-footer > a:last-child {
  color: var(--ptBlue);
}

/*----------------------건강 일기----------------------*/

/*----------------------내 정보----------------------*/
.user-profile {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  text-align: center;
}

.user-profile .user-img {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #efefef;
  object-fit: cover;
}

.user-profile .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  line-height: 20px;
}

.user-profile .user-info .user-nick {
  margin-right: 0;
  font-size: 17px;
  font-weight: bold;
}

.user-profile .user-level {
  margin: 10px 0 7px;
  color: gray;
  font-size: 16px;
}

.user-profile .user-edit-btn {
  width: 18px;
  height: auto;
  margin-top: -2px;
}

.user-profile .user-exp {
  width: 45%;
  height: 11px;
  margin: 0 auto;
}

/* For Chrome or Safari */
progress::-webkit-progress-bar {
  background-color: #f4f4f4;
  border-radius: 20px;
}

progress::-webkit-progress-value {
  background-color: var(--ptBlue) !important;
  border-radius: 20px;
}

/* For Firefox */
progress {
  background-color: #f4f4f4;
  border-radius: 20px;
}

progress::-moz-progress-bar {
  background-color: var(--ptBlue) !important;
  border-radius: 20px;
}

.space {
  width: 100%;
  height: 7px;
  background-color: #fafafa;
}

.mypage-list {
  display: flex;
  flex-direction: column;
}

.mypage-list li {
  display: flex;
  padding: 18px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
}
.mypage-list li img {
  height: 12px;
}
.mypage-list li:last-child {
  border-bottom: 0;
}

#logoutBtn {
  display: inline-block;
  margin: 30px 15px;
  color: gray;
  text-decoration: underline;
}

.profile-container .enroll-section {
  padding: 0;
}

.profile-container .enroll-section .user-img {
  position: relative;
  width: 45%;
  max-width: 150px;
  margin: 20px auto;
}

.profile-container .enroll-section .user-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.profile-container .enroll-section .user-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.profile-container .enroll-section #userProfile {
  border: 1px solid #d8d8d8;
}

.profile-container .enroll-section #userProfile-file {
  display: none;
}

.profile-container .enroll-section .user-nick {
  height: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}

.profile-container .enroll-section .user-nick img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: auto 5px;
}

.profile-container .enroll-section .user-info label {
  margin: 5px 0;
  color: gray;
  font-size: 14px;
  font-weight: normal;
}

.profile-container .enroll-section .user-info .info-list {
  display: flex;
  flex-direction: column;
}

.profile-container .enroll-section .user-info .info-list li {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  margin: 5px 0;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
}

.profile-container .enroll-section .user-info .info-list li:last-child {
  border-bottom: 0;
}

.profile-container .enroll-section .user-info .info-list li .info {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  color: #4f4f4f;
  font-weight: 600;
  align-items: center;
}

.profile-container .enroll-section .user-info .info-list li img {
  width: auto;
  height: 16px;
}

.profile-container .enroll-section .user-info .info-list li #address span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 12px);
  flex-basis: calc(100% - 12px);
}

#addressModal input[type="text"],
#nickModal input[type="text"],
#pastModal input[type="text"],
#passwordModal input[type="password"] {
  width: calc(100% - 30px);
  height: 46px;
  margin: 10px 15px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1em;
}

#addressModal .button,
#nickModal .button,
#passwordModal .button,
#pastModal .button {
  width: 100%;
  margin: 10px 0;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

.leave-section {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: gray;
}

.leave-section li:first-child {
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
}

#leaveModal .modal-body {
  padding: 0;
}

#leaveModal .title {
  width: 100%;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
}

#leaveModal .sub-title {
  margin-bottom: 50px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
}

#leaveModal .body {
  margin-bottom: 20px;
  padding: 0 15px 40px 15px;
  color: gray;
  border-bottom: 1px solid #efefef;
  line-height: 24px;
}

#leaveModal .term-section {
  margin-top: 30px;
}

#leaveModal .button {
  width: 100%;
  margin: 0 0 30px 0;
  height: 50px;
  color: white;
  background-color: var(--ptBlue);
  border: 0;
  padding: 10px;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
}

#leaveModal #cancelBtn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #4f4f4f;
  text-decoration: underline;
}

#leavePassword {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

.profile-container .term-section {
  padding: 0;
}
.inner-container .header span.user-edit-btn.pro_edit_btn {
  right: 0;
  left: 15px;
}

/*----------------------내 정보----------------------*/

/*----------------------프로필 변경----------------------*/
#passwordModal input {
  margin: 10px 0 !important;
  width: 100% !important;
}

#addressModal input {
  margin: 10px 0 !important;
  width: 100% !important;
}

#nickModal input {
  margin: 10px 0 !important;
  width: 100% !important;
}

#passwordModal .password-check-text {
  margin: 20px 0;
  font-size: 13px;
}

/*----------------------알림----------------------*/

.alert-setting {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.form-switch {
  padding: 15px 20px;
  line-height: 35px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.form-switch:last-child {
  border-bottom: 0;
}

.form-check-input {
  float: right;
  width: 58px !important;
  height: 30px;
  margin: 0 !important;
  transition: all 0.5s ease;
  background-size: 24px 24px;
}

.form-switch .form-check-input:checked {
  background-color: var(--ptBlue);
  border-color: var(--ptBlue);
  background-image: url(../img/mobile/one.png);
  background-position: right 2px center;
}

.form-check-input:focus {
  outline: none;
}

.form-switch .form-check-input {
  background-image: url(../img/mobile/one.png);
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  background-position: left 2px center;
}

.form-switch label {
  font-size: 16px;
}

.alert_list li {
  padding: 18px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.alert_list li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.alert_list li span.alert_title {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
}

.alert_list li span:nth-child(2) {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #555;
}

.alert_list li span.alert_date {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-top: 10px;
}

/*----------------------알림----------------------*/

/*----------------------앱 정보----------------------*/

.app-section .user-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 100px auto 50px;
  border-radius: 30px;
  border: 0;
  overflow: hidden;
}

.app-section .user-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.app-section .app-version {
  color: gray;
  margin: 30px auto;
  line-height: 30px;
  text-align: center;
}

/*----------------------앱 정보----------------------*/

/*----------------------유전자 검사----------------------*/

/* .gene-container { padding: 15px 0 !important; } */
.gene-container .title {
  width: 100% !important;
  margin: 0 !important;
}

.gene-container .gene-info {
  margin: 10px 15px;
}

.gene-container .gene-banner {
  display: none;
  height: auto;
  object-fit: cover;
  margin: 20px 15px 0;
  border-radius: 10px;
  overflow: hidden;
}

#serviceIntroduce,
#explainOfTest,
#buyLink {
  display: none;
  opacity: 1;
}

#explainOfTest .title {
  padding: 0;
}

#explainOfTest iframe {
  max-width: 100% !important;
}

#buyLink {
  flex-direction: column;
  margin: 40px 25px 30px;
  font-size: 18px;
}

#buyLink li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  font-size: 16px;
  height: 52px;
  padding: 0 15px;
  line-height: 52px;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  margin-bottom: 12px;
}

#buyLink li img {
  height: 35px;
  width: auto;
}

#buyLink li span:last-child {
  float: right;
  color: white;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  background-color: var(--ptBlue);
  padding: 0px 15px;
  border-radius: 20px;
  font-size: 14px;
}

#buyModal .buy-row {
  display: flex;
  padding: 15px 20px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#buyModal .buy-row:last-child {
  margin: 0;
  border: 0;
}

#buyModal .buy-row img {
  height: 60px;
  width: auto;
}

#buyModal .buy-row span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

#buyModal .buy-row .icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px !important;
  border: 1px solid #eee;
}

.modal.animate__animated .modal-content {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}

/* .modal-content .modal-title { font-size: 16px; } */

#geneTabBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 9;
  background: #fff;
  padding: 13px 0 0;
  max-width: 500px;
  margin: 0 auto;
}

#geneTabBar .tabs__bar {
  border-bottom: 0;
  display: flex;
}

#geneTabBar .tabs__controls.is-active {
  color: #103faa;
}

#geneTabBar .tabs__line {
  display: none;
}

#geneTabBar .tabs__controls {
  font-size: 21px;
  flex: none;
  width: auto;
  margin-right: 12px;
  color: #bdbdbd;
}

.gene-container #petProfile {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: gray;
  text-align: center;
  margin-top: 20px;
}

.gene-container #petProfile .select-pet-msg {
  display: flex;
  width: 250px;
  height: 250px;
  margin: 50px auto 20px;
  border: 3px solid var(--ptMustard);
  border-radius: 50%;
  text-align: center;
  aspect-ratio: 1/ 1;
  justify-content: center;
  align-items: center;
}

.gene-container p {
  text-align: center;
  margin-bottom: 20px;
}

.gene-container #petProfile .pet-img {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 50px auto 20px;
  border-radius: 50%;
  border: 5px solid var(--ptMustard);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gene-container #petProfile .pet-name {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.gene-container #openBarcodeButton {
  width: 54%;
  margin: 20px auto;
  height: 50px;
  border-radius: 30px;
  background-color: var(--ptBlue);
  color: white;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  display: block;
}

.pet-row {
  display: flex;
  padding: 10px 15px;
  line-height: 48px;
  text-align: center;
  border-top: 1px solid #f5f5f5;
}

#petList li:first-child {
  border-top: 0;
}

#petList li {
  padding: 12px 0;
}

.pet-row img {
  height: 60px;
  width: auto;
}

.pet-row span {
  margin-left: 10px;
  font-weight: bold;
  width: calc(100% - 50px);
  flex-basis: calc(100% - 50px);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.pet-row .icon {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 2px solid #c3cbeb;
}

#petModal #enrollNewPet {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: black;
  font-size: 16px;
  border: 0;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: bold;
  color: #555;
  background: url(../img/mobile/profile_plus.png) no-repeat center left;
  background-size: 48px 48px;
  padding-left: 58px;
}

#petModal #petList {
  padding-top: 10px;
}

#geneModal .modal-body {
  padding: 10px 20px;
}

#geneModal .modal-content {
  position: relative;
  width: 85%;
  margin: auto;
  border-radius: 10px;
}

#geneModal .modal-content .mark {
  width: 30px;
  height: auto;
  margin: 20px auto;
  background-color: white;
}

#geneModal .modal-content ul {
  display: block;
  margin: 0 auto;
}

#geneModal .modal-content ul li {
  margin-bottom: 10px;
  color: #616161;
  font-size: 16px;
}

#geneModal .modal-content ul li img {
  width: 6px;
  height: 6px;
  margin: -2px 5px 0 0;
}

#geneModal .modal-footer {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}

#geneModal .modal-footer input {
  margin: 0;
  padding: 15px;
  border: 0;
  background-color: white;
  font-size: 16px;
  border-radius: 0 0 10px 0;
  font-weight: bold;
}

#geneModal .modal-footer input:first-child {
  color: gray;
  border-right: 1px solid #d8d8d8;
  border-radius: 0 0 0 10px;
  font-weight: normal;
}

#PastTestModal .modal-body {
  padding: 10px 15px;
}

#PastTestModal .modal-content {
  position: relative;
  width: 85%;
  margin: auto;
  border-radius: 10px;
}

#PastTestModal .modal-content .mark {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  background-color: white;
  display: block;
}

#PastTestModal .modal-content ul {
  display: block;
  margin: 0 auto;
}

#PastTestModal .modal-content ul li {
  margin-bottom: 10px;
  color: #5e5e5e;
  font-weight: bold;
  font-size: 14px;
}

#PastTestModal .modal-content ul li img {
  width: 6px;
  height: 6px;
  margin: -2px 5px 0 0;
}

#PastTestModal .modal-footer {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}

#PastTestModal .modal-footer input {
  margin: 0;
  padding: 15px;
  border: 0;
  background-color: white;
  font-size: 16px;
  border-radius: 0 0 10px 0;
  font-weight: bold;
}

#PastTestModal .modal-footer input:first-child {
  color: gray;
  border-right: 1px solid #d8d8d8;
  border-radius: 0 0 0 10px;
  font-weight: normal;
}

#barcodeValue {
  margin-top: 10%;
}

.help-text {
  margin-top: 20px;
  color: gray;
  text-align: left;
  font-size: 13px;
  padding: 0 20px;
}

.result-container {
  text-align: center;
}

.result-container .result-title {
  margin: 15px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.result-container .banner {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 30px auto;
  object-fit: cover;
}

.testing-section {
  padding: 15px 20px;
}

.testing-section .test_list_wrap {
  background: #f5f7f8;
  border-radius: 20px;
  padding: 24px;
}
.testing-section .test_list_wrap .test_list_box:last-child {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.testing-section .testing-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}

.testing-section .testing-list .testing-row {
  padding: 12px 0 0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.testing-section .testing-list .testing-row .testing-info {
  font-size: 15px;
  width: calc(100% - 95px);
  flex-basis: calc(100% - 95px);
  line-height: 24px;
}
.testing-section .testing-list .testing-row .testing-info span:last-child {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.testing-section .testing-list .testing-row .testing-info span.service-icon {
  color: #2d54bb;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.testing-section
  .testing-list
  .testing-row
  .testing-info
  span.service-icon.dogma {
  color: #2d54bb;
}
.testing-section
  .testing-list
  .testing-row
  .testing-info
  span.service-icon.catering {
  color: #fea91e;
}
.testing-section .testing-list .testing-row .testing-status {
  background: #cfd8dc;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  color: #212121;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
}

.testing-section .testing-list .testing-row .testing-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testing-section .testing-list .testing-row .testing-profile img {
  width: 48px;
  height: 48px;
  border: 3px solid var(--ptMustard);
  border-radius: 50%;
}

.testing-section .testing-list .testing-row .testing-btn {
  width: 8px;
  height: auto;
}
.testing-section #refresh_btn {
  background: #f3f5fb;
  color: #2d54bb;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 15px;
}
.testing-section #refresh_btn img {
  height: 13px;
  margin-right: 10px;
}

.testing-section .testing-list .no-data {
  margin: 30px 0;
  color: gray;
  text-align: center;
}

/*웰니스 완료된 검사*/
.testing-section.wellness_test_list .ok_text_box .testing-row .testing-status {
  text-indent: -9999px;
  background: url(../img/mobile/arrow_gray.png) no-repeat transparent center
    right -6px;
}
#enrollTest {
  margin: 30px auto;
  text-align: center;
  color: gray;
  font-weight: bold;
  background-color: #efefef;
  padding: 10px 15px;
  border-radius: 30px;
}

#testingModal .modal-header .modal-title {
  margin-top: 100px;
  text-align: left;
}

#testingModal .modal-body {
  padding: 0 15px;
}

#resultContainer .body {
  padding: 0 15px 20px;
  margin-bottom: 0;
}

.result_box {
  margin-bottom: 30px;
  padding: 20px 25px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
}

.result_box:after {
  clear: both;
  content: "";
  display: block;
}

.pet_photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f9e492;
  float: left;
}

#resultText {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  float: right;
  width: calc(100% - 58px);
}

#resultText div {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}

.result_code {
  text-align: center;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  padding: 23px 0 12px;
}

.result_code p {
  border-radius: 30px;
  border: 1px solid #0e3999;
  display: inline-block;
  overflow: hidden;
}

.result_code p span {
  padding: 4px 15px 3px;
  display: inline-block;
  color: #000;
}

.result_code p span:first-child {
  background: #0e3999;
  color: #fff;
}

.danger {
  font-weight: bold;
  color: #f44336;
}

.carrier {
  font-weight: bold;
  color: #fbc02d;
}

.clear {
  font-weight: bold;
  color: #2a6e0a;
}

.result-status {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  width: 75%;
  margin: 0 auto 23px;
  text-align: center;
}

.result-status #dangerCount {
  font-size: 32px;
  font-weight: bold;
  color: #c80000;
}

.result-status #carrierCount {
  font-size: 32px;
  font-weight: bold;
  color: #e9b60d;
}

.result-status #clearCount {
  font-size: 32px;
  font-weight: bold;
  color: #12a20b;
}

.result-status li {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
}

.danger-icon {
  height: 30px;
  padding: 5px 10px;
  margin: 0 auto;
  background-color: #c80000;
  color: white;
  line-height: 20px;
  text-align: center;
}

.carrier-icon {
  height: 30px;
  padding: 5px 10px;
  margin: 0 auto;
  background-color: #e9b60d;
  color: white;
  line-height: 20px;
  text-align: center;
}

.clear-icon {
  height: 30px;
  padding: 5px 10px;
  margin: 0 auto;
  background-color: #12a20b;
  color: white;
  line-height: 20px;
  text-align: center;
}

.result-help {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 6px 0;
  font-size: 14px;
  background-color: #f2f2f2;
  font-weight: bold;
  border-radius: 5px;
  line-height: 40px;
  cursor: pointer;
  align-items: center;
  text-align: center;
  color: #757575;
}

.result-help br {
  display: none;
}

.result-help .result-help-check {
  color: #b1b1b1;
  text-decoration: underline;
}

.two .help_float {
  float: left;
  width: 49%;
}

.help_float img {
  height: 17px;
  margin-right: 7px;
  width: auto;
}

.two .result-help.help_last {
  float: right;
}

.re_button_box:after {
  clear: both;
  content: "";
  display: block;
}

.accordion {
  width: 100%;
  margin: 30px 0 10px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
}

/* .accordion > div {margin-bottom:20px; border:1px solid #EBEBEB; border-radius:5px; overflow:hidden;} */
.accordion > div {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion .accordion-collapse img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.accordion .accordion-btn {
  display: flex;
  justify-content: space-between;
  border: 0;
  width: 100%;
  height: 50px;
  padding: 0 17px;
  text-align: left;
  color: white;
  line-height: 50px;
  font-size: 17px;
  font-weight: 500;
}

.accordion .accordion-btn svg {
  font-size: 18px;
  transition-duration: 0.5s;
  transform: rotate(180deg);
  margin-top: 16px;
}

.accordion .accordion-btn.collapsed svg {
  font-size: 18px;
  transition-duration: 0.5s;
  transform: rotate(360deg);
  margin-top: 16px;
}

.accordion .accordion-btn.danger {
  background-color: #c80000;
}

.accordion .accordion-btn.carrier {
  background-color: #e9b60d;
}

.accordion .accordion-btn.clear {
  background-color: #12a20b;
}

.disease-row {
  padding: 15px 17px;
  border-bottom: 1px solid #ebebeb;
}

.accordion .accordion-list .disease-row:last-child {
  border-bottom: 0;
}

.disease-row .disease-icon {
  width: 50px !important;
  height: 50px !important;
  margin: auto;
  border-radius: 5px;
  float: left;
  object-fit: cover;
}

.disease-row > div {
  float: left;
  margin-top: 5px;
  width: calc(100% - 63px);
}

.disease-row:after {
  clear: both;
  content: "";
  display: block;
}

.disease-row .disease-info {
  margin: 0 10px;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.disease-row > div .disease-info:last-child {
  color: #777;
  letter-spacing: 0;
  margin-top: -2px;
}

.disease-row .disease-btn {
  width: 30px !important;
  height: 30px !important;
}

.alert-title {
  font-weight: 400;
  text-align: left;
  font-size: 12.5px;
  border-radius: 5px;
  color: #757575;
  margin: 0 0 10px;
  line-height: 1.5;
}

.alert-title br {
  display: block;
}

#alertTitle {
  border-radius: 10px;
  position: relative;
  background: #fafafa;
  color: #757575;
  text-align: left;
  line-height: 1.5;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 0;
}

#alertTitle h5 {
  font-size: 12.5px;
  color: #757575;
  margin-bottom: 10px;
}

#alertTitle h5 img {
  height: 16px;
  margin-right: 5px;
}

#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: 90px auto;
  padding-top: 10px;
  margin-bottom: 15px;
}

#diseaseContainer .disease-info .disease-ko {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: normal;
  margin-top: 15px;
}

#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: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
  display: inline-block;
  border: 1px solid #ddd;
}

#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;
  border-bottom: 0;
}

#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;
}

#helpModal ul {
  margin-top: 10px;
}

#helpModal ul li {
  margin: 10px 0;
}

#helpModal ul li:first-child {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

#helpModal ul li:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
}

#helpModal ul li:nth-child(3),
#helpModal ul li:nth-child(4),
#helpModal ul li:nth-child(5) {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
}

#helpModal ul li p {
  margin-bottom: 8px;
}

#helpModal ul li div {
  border-radius: 10px;
  line-height: 38px;
  width: auto;
  display: inline-block;
  padding: 0;
  height: 38px;
  font-size: 17px;
  padding: 0 15px;
  font-weight: bold;
}

#helpModal ul li div.madal-text {
  line-height: 23px;
  font-size: 15px;
  padding: 13px 15px;
  height: auto;
  display: block;
  border-radius: 0;
  font-weight: 500;
}

#variantTable {
  width: 100%;
  margin: 10px 0 50px 0;
  text-align: center;
}

#variantTable th {
  width: 33.3%;
  border-bottom: 1px solid #585858;
}

#variantTable td {
  border-bottom: 1px solid #e4e4e4;
}

#variantTable * {
  padding: 5px;
  word-break: break-all;
  text-align: left;
  font-size: 14px;
}

#helpModal .alert-title {
  background: transparent;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
  color: #111;
  padding: 0;
}

#helpModal .alert {
  padding: 0;
  font-size: 14px;
  color: #777;
}

#variantTable td.clear {
  color: #333;
}

#variantTable td.carrier {
  color: #333;
  background: #fec210;
}

#variantTable td.danger {
  color: #333;
  background: #f1613d;
}

.submit-btn {
  border-radius: 40px !important;
}

/*----------------------유전자 검사----------------------*/

/*----------------------커뮤니티----------------------*/
.banner {
  touch-action: pan-y;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.inner-container .view-header {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}

.inner-container .view-header h2 {
  line-height: 40px;
}

#actionModal #viewMenu {
  margin: 30px -20px -10px;
}

#actionModal #viewMenu li {
  font-size: 16px;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  color: #616161;
}

.inner-container .header span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 40px;
}

.inner-container .header span img {
  left: auto;
  right: 4px;
  height: 18px;
}

.community-tab {
  max-width: 500px;
  margin: 0 auto !important;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 60px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eee;
  z-index: 3;
}

.community-tab .tab-item {
  color: #989898;
  font-weight: bold;
}

.community-tab .tab-item.active {
  color: #111 !important;
}

.community-tab .tab-item.active:after {
  background: #111 !important;
}

.view_modal_close {
  position: absolute;
  top: 14px;
  right: 15px;
  padding: 5px;
}

.view_modal_close img {
  height: 16px;
}

/*----------------------커뮤니티----------------------*/

/*.board-view .tns-ovh {touch-action: pan-x;}*/

/*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;
  }
}

.bl-wrap,
.home-header,
.mypage-list,
.pet-name,
.testing-title,
.disease-row .disease-iconbox div,
.disease-all-slider .all_text p:first-child,
#helpModal .main-title,
.clear-icon,
.carrier-icon,
.danger-icon,
#diseaseContainer .accordion .accordion-btn,
.guide-title,
.bottom-menu li,
#diseaseContainer .disease-info,
#petName,
.tabs__bar,
.gene-container #openBarcodeButton,
#enrollTest,
.post,
.view-nick,
.bl-row,
.disease-row span {
}

.back-area {
  position: absolute;
  width: 40px;
  height: 30px;
}

.back-area img {
  left: 0 !important;
}

#surveyBody {
  padding: 15px 20px;
}

#surveyBody #surveyQuestion {
  font-size: 22px;
  font-weight: bold;
}

#surveyBody #surveyList {
  padding: 10px 0;
}

#surveyBody #surveyList li {
  margin: 10px 0;
  border: 1px solid #efefef;
  padding: 15px;
}

#surveyBody #surveyAnswer {
  margin: 50px 0 20px;
  border: 0;
  border-bottom: 1px solid gray;
  width: 100%;
  padding: 10px;
}

#surveyBody #surveyButton {
  margin-left: 50%;
  background-color: var(--ptBlue);
  color: white;
  padding: 10px 20px;
  border: 0;
  border-radius: 20px;
  transform: translateX(-50%);
}

/*실험실*/
.inner-container .header span.user-edit-btn {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #2d54bb;
}

.point-div {
  margin: 15px 20px;
  color: #616161;
  line-height: 36px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.point-div img {
  height: 22px;
  margin-right: 7px;
}

.point-div .my-point {
  font-size: 16px;
  font-weight: 900;
  color: #2d54bb;
  padding-left: 10px;
}

.point-div:after {
  clear: both;
  content: "";
  display: block;
}

.view_point {
  text-align: right;
  font-weight: 900;
  font-size: 18px;
  margin: 5px 0 10px;
}

.point_arrow {
  float: right;
}

.point_arrow img {
  width: 8px;
  height: auto;
  margin-right: 0;
}

.wellness_go {
  text-align: left;
  line-height: 64px;
  border-radius: 10px;
  font-weight: bold;
  background: #2d54bb;
  color: #fff;
  margin: 0 20px;
  padding: 0 20px;
  height: 64px;
}

.wellness_go img {
  float: right;
  height: 14px;
  width: auto;
  margin-top: 25px;
}

.lab_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 15px;
  border-top: 1px solid #ebebeb;
  background: #fff;
}

.lab_bottom button {
  width: 100%;
  height: 48px;
  font-size: 16.5px;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background: #0f3999;
  color: #fff;
  font-weight: 800;
}

.lab_bottom button.btn_close {
  color: #999;
}

.ok_text {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 7px 0;
  color: #777;
}

.ok_text.oklast {
  border-top: 1px solid #ddd;
}

.lab-info {
  margin: 20px 0 0;
  text-align: center;
  padding: 20px 0 30px;
  font-size: 12px;
  color: #555;
  line-height: 19px;
  border-top: 1px solid #eee;
}

.lab-info-title {
  font-size: 13px;
  padding: 5px 0;
  font-weight: 600;
}

.lab-info-bottom {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.lab-info-bottom span {
  display: inline-block;
  margin: 0 5px;
}

.lab-info-title img {
  height: 6px;
  margin-left: 2px;
}

.lab_toggle {
  display: none;
}

.lab-info-title.up img {
  transform: rotate(180deg);
}

.point-div.po_list_wrap {
  line-height: normal;
  padding: 25px 20px;
  margin: 20px 20px 15px;
  height: auto;
}

.po_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.po_top:after {
  clear: both;
  content: "";
  display: block;
}

.po_top p {
  width: 100px;
  float: left;
}

.point-div .po_top .my-point {
  width: calc(100% - 110px);
  text-align: right;
  font-size: 19px;
  font-weight: 900;
}

.po_bottom {
  margin: 22px 0 5px;
  font-size: 15px;
}

.po_bottom span {
  float: right;
  font-weight: bold;
}

.po_bottom:after {
  display: block;
  content: "";
  clear: both;
}

.po_text {
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

.po_guide {
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 45px;
  display: block;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 15px;
  background: #fff;
}

.my_point_list {
  margin: 25px 0 0;
  border-top: 6px solid #f2f2f2;
  padding: 0 20px;
}

.my_point_list li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.my_point_list li:last-child {
  border-bottom: 0;
}

.my_point_list li .mp-div:first-child {
  width: 50px;
  flex-basis: 50px;
}

.my_point_list li .mp-div:first-child span {
  border: 1px solid #93ddf3;
  color: #42c0e7;
  padding: 5px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.my_point_list li .mp-div:first-child span.minus_span {
  color: #fc7070;
  border: 1px solid #feb0b0;
}

.my_point_list li .mp-div:nth-child(2) {
  width: calc(100% - 160px);
}

.my_point_list li .mp-div .mp_point {
  display: block;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
  line-height: 16px;
}

.my_point_list li .mp-div .mp_date {
  color: #999;
  font-size: 11px;
  display: block;
}

.my_point_list li .mp-div .mp_content {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.my_point_list li .mp-div:last-child {
  width: 110px;
  text-align: right;
}

.expire-date {
  font-size: 11px;
  color: #888;
}

/*240417 - 디자인 변경*/
/*우리아이*/
#care_wrap {
  padding: 0;
  border-bottom: 8px solid #f5f5f5;
}

#care_wrap .home-header {
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px;
}

#care_wrap .home-header a {
  color: #0f3899;
}

#care_wrap .home-header span {
  color: #0f3899;
}

#test2 .empty_slide {
  width: calc(100% - 30px) !important;
  margin: 10px 0;
}

#test2 .care_empty {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #616161;
  width: 100% !important;
  padding-right: 0 !important;
}

#test2 .care_btn {
  display: block;
  width: 90px !important;
  height: 34px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  color: #2d54bb;
  padding-right: 0 !important;
  margin: 12px auto;
  background: #e7eaf7;
  font-weight: 700;
  text-align: center;
}

#care_wrap .tns-outer {
  margin: 12px 0 25px;
}

.mid_fix {
  padding: 25px 20px 20px;
  border-bottom: 8px solid #f5f5f5;
}

.mid_fix .home-header {
  font-size: 16px;
  font-weight: bold;
}

.mid_fix .home-header a {
  color: #0f3899;
}

.mid_fix #calendar {
  padding: 30px 0 0;
}

.mid_fix #calendar th {
  border: 0;
  font-size: 11px !important;
  height: 20px !important;
  font-weight: 600;
}

.mid_fix #calendar > div {
  padding: 0;
}

.mid_fix #calendar th.fc-day-sat a {
  color: #64b5f6 !important;
}

.mid_fix #calendar th.fc-day-sun a {
  color: #e57373 !important;
}

.mid_fix #calendar td a {
  color: #111 !important;
}

.mid_fix #calendar td {
  padding-bottom: 10px;
  height: 60px;
  font-weight: 600;
  font-size: 14px;
}

.mid_fix #calendar tbody table {
  margin-top: 6px;
}

.mid_fix #calendar .fc-daygrid-day .icon {
  background-image: none !important;
  background: #2d54bb;
  top: auto;
  bottom: 5px;
  transform: translate(-50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding-bottom: 0;
}

.mid_fix #calendar .fc-daygrid-day-events {
  display: none;
}

.mid_fix #calendar .fc-day-today:after {
  top: 41%;
}

#petContainer .info-section.bottom_fix {
  padding: 20px 0 20px 20px;
}

#petContainer .info-section.bottom_fix .home-header {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}

#petContainer .info-section.bottom_fix .bl-subj {
  margin: 8px 0 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#petContainer .info-section.bottom_fix .bl-mobile {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #616161;
  line-height: 17px;
}

#petContainer .info-section.bottom_fix .bl-mobile .bl-time {
  margin-right: 10px;
}

#petContainer .info-section.bottom_fix .all_btn {
  display: block;
  width: calc(100% - 20px);
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 14px;
  color: #616161;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

#petContainer .info-section.bottom_fix .home {
  margin-left: -20px;
  padding-left: 20px;
  font-size: 0;
}

/*아이선택 모달*/
#petModal .modal-content:before {
  position: absolute;
  width: 10%;
  border-radius: 4px;
  height: 4px;
  background: #e0e0e0;
  content: "";
  display: block;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}

#petModal .modal-body {
  margin: 20px 0 0;
  max-height: 520px;
  overflow: auto;
  padding: 0 0 10px;
}

#petList li {
  padding: 16px 20px;
  border-top: 1px solid #f5f5f5;
  font-size: 16px;
}

.enroll_btn {
  /* border-radius: 30px; */
  border-radius: 16px;
  background: #e0e0e0;
  height: 50px;
  color: #fff;
  max-width: 460px;
  border: 0;
  margin: 0 20px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/*검사결과*/
.result_info {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 20px 0 25px;
}

.result_info div.pet_img {
  width: 40px;
  flex-basis: 40px;
  height: 40px;
  overflow: hidden;
  border: 2px solid #c3cbeb;
  border-radius: 50%;
}

.result_info div.pet_img img {
  width: 100%;
  height: 100%;
}

.result_info div:last-child {
  width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  height: 40px;
  padding-left: 13px;
}

.result_info div b {
  font-size: 16px;
}

.result_info div p {
  font-size: 12.5px;
  color: #0f3899;
  margin-top: -2px;
}

#result_box p {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

#result_box > span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
}

.result-help {
  background: #fafafa;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 400;
  padding: 0 18px;
  margin: 20px 0 60px;
  text-align: left;
  display: block;
}

.result-help img.res_mark {
  height: 18px;
  margin-right: 10px;
}

.result-help img.arrow_img {
  height: 15px;
  float: right;
  margin-top: 16.5px;
}

.result-help:after {
  clear: both;
  content: "";
  display: block;
}

.result-help.help_last {
  margin-top: 13px;
}

.result-help.share_button {
  margin-top: 13px;
}

.result_guide {
  background: #e3f2fd;
  color: #002784;
  font-size: 14px;
  line-height: 37px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.result_guide:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid #e3f2fd;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.result_list {
  padding: 26px 0 10px;
}

.result_list span {
  display: block;
  font-size: 16px;
  color: #9e9e9e;
}

.result_list li {
  padding: 8px 0;
}

.result_list li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 0;
  line-height: 26px;
  align-items: center;
}

.result_list li p {
  padding-left: 17px;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.result_list li p:before {
  position: absolute;
  background: #f44336;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  content: "";
}

.result_list li p.list_carrier:before {
  background: #fbc02d;
}

.result_list li p.list_clear:before {
  background: #009688;
}

.result_list li span {
  font-size: 14px;
  color: #9e9e9e;
  background: url(../img/mobile/arrow.png) no-repeat center center;
  padding-right: 20px;
  background-position: right center;
  background-size: auto 12px;
  position: relative;
}

.result_list li span:after {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 100%;
  content: "";
  display: block;
  right: 0;
  top: 0;
}

.btn_flex {
  text-align: center;
  margin-top: 15px;
}

.btn_flex span {
  padding: 8px;
  text-align: center;
  font-size: 14px;
  color: #757575;
}

.btn_flex.inshare {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_flex.inshare span {
  width: 50%;
  flex-basis: 50%;
}

.btn_flex span img {
  height: 17px;
  margin-right: 3px;
}

.btn_flex span:first-child img {
  height: 15px;
}

/*DNA 유전자검사*/
.gene_content {
  margin-bottom: 30px;
}

.gene_content > div {
  padding: 0 20px;
}

.test_btn {
  margin: 55px auto 65px;
  width: 100%;
}

.test_btn li {
  width: 48.5%;
  float: left;
  background: #274cb1;
  height: 150px;
  border-radius: 16px;
}

.test_btn li a {
  color: #fff;
  font-size: 19px;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

.test_btn li p {
  text-align: left;
  padding: 16px 20px 0;
}

.test_btn li img {
  height: 70px;
  float: right;
}

.test_btn li:last-child {
  margin-left: 3%;
  background: #e7eaf7;
}

.test_btn li:last-child img {
  margin-right: 10px;
}

.test_btn li:last-child a {
  color: #002784;
}

.test_btn:after {
  clear: both;
  content: "";
  display: block;
}

.service_text {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(45, 84, 187, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(45, 84, 187, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(45, 84, 187, 0.1);
  border-radius: 10px;
  padding: 24px 20px 35px;
  text-align: center;
}

.service_text h3 {
  font-size: 20px;
  color: #2d54bb;
  font-weight: 700;
  margin-bottom: 16px;
}

.service_text p {
  font-size: 14px;
  color: #424242;
  line-height: 21px;
  margin-bottom: 0 !important;
}

.prepare_div {
  margin: 55px 0 35px;
  text-align: center;
}

.prepare_div p span {
  font-size: 11px;
  color: #263238;
  background: #fff9c3;
  display: inline-block;
  border-radius: 4px;
  height: 23px;
  line-height: 24px;
  width: 82px;
  text-align: center;
  margin: 0 5px;
}

.prepare_div p span:first-child {
  background: #e3f2fd;
}

.prepare_div h4 {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-top: -5px;
}

.intro_box {
  border: 2px solid #eceff1;
  border-radius: 10px;
  padding: 24px 20px 35px;
  position: relative;
  margin-bottom: 25px;
}

.intro_box h4 {
  font-size: 20px;
  font-weight: bold;
}

.intro_box p {
  text-align: left;
  margin-top: 8px;
}

.intro_box p span {
  background: #e3f2fd;
  font-size: 11px;
  padding: 5px 8px;
  color: #263238;
  border-radius: 4px;
  margin-right: 5px;
}

.intro_box p.cat_int span {
  background: #fff9c3;
}

.intro_box div {
  font-size: 16px;
  line-height: 24px;
}

.intro_box .per_btn {
  position: absolute;
  top: 24px;
  right: 20px;
  color: #2d54bb;
  font-weight: 600;
  font-size: 16px;
}

.intro_box .per_btn img {
  height: 13px;
  margin-left: 6px;
  margin-top: -1px;
}

/*회송신청*/
#geneModal.confirm_modal .modal-content {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#geneModal.confirm_modal.modal.show .modal-dialog {
  margin: 0;
}

#geneModal.confirm_modal .modal-content .mark {
  margin: 30px auto 10px;
}

#geneModal.confirm_modal h3 {
  font-size: 24px;
  color: #0f3899;
  font-weight: bold;
  margin-bottom: 20px;
}

#geneModal.confirm_modal .modal-content ul li span {
  color: #2d54bb;
}

#geneModal.confirm_modal .modal-footer {
  display: block;
  border-top: 0;
  padding: 20px;
  margin-top: 40px;
}

#geneModal.confirm_modal .modal-footer input {
  border: 0 !important;
  font-size: 16px;
  display: block;
  padding: 0;
  margin-bottom: 5px;
  height: 52px;
  line-height: 52px;
  border-radius: 25px;
  color: #616161;
  width: 100%;
}

#geneModal.confirm_modal .modal-footer input:first-child {
  background: #2d54bb;
  color: #fff;
}

.animate__fadeInUp .modal-content:before {
  position: absolute;
  width: 10%;
  border-radius: 4px;
  height: 4px;
  background: #e0e0e0;
  content: "";
  display: block;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}

#geneModal.confirm_modal .modal-content .modal_box_go {
  text-align: center;
  padding-top: 45px;
}

#geneModal.confirm_modal .modal-content .modal_box_go h3 {
  color: #212121;
  font-size: 20px;
  line-height: 1.5;
}

#geneModal.confirm_modal .modal-content .modal_box_go .par_img {
  margin: 23px auto 30px;
  display: block;
  width: 200px;
  height: auto;
}

#geneModal.confirm_modal .modal-content .modal_box_go p {
  font-size: 16px;
  color: #616161;
}

/*아이등록*/
.select_body.on .footer .enroll_btn {
  background: #2d54bb;
}

.pet-section .pet-img img.sel_on {
  display: none;
}

.pet-section .pet-img.selected img.sel_on {
  display: block;
}

/*커뮤니티*/
.care_sel_div {
  padding: 20px 20px 35px;
  margin-top: 20px;
  border-top: 8px solid #f5f5f5;
}

.care_sel_div > p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.care_sel_div div button {
  background: #e7eaf7;
  border-radius: 30px;
  line-height: 40px;
  height: 40px;
  color: #2d54bb;
  font-weight: bold;
  font-size: 14px;
  border: 0;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
}

.com_submit {
  color: #2d54bb;
  font-size: 16px;
  border: 0;
  background: transparent;
  font-weight: bold;
}

.care_sel_modal .modal-header {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}

.care_sel_modal .modal-header .close-btn {
  left: 20px;
  right: auto;
  height: 16px;
}

.care_sel_modal .modal-body {
  padding: 5px 20px 15px;
}

.care_sel_modal .modal-footer {
  padding: 15px 20px;
}

.care_sel_modal .modal-footer button {
  width: 100%;
  display: block;
  height: 53px;
  border-radius: 30px;
  margin: 0;
  background: #e0e0e0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0;
}

.care_sel_modal .modal-footer button.active {
  background: #2d54bb;
}

.care_sel_modal .search-field {
  padding: 15px 20px;
}

.care_sel_modal .search-field .input {
  border: 1px solid #eee;
  height: 40px;
  border-radius: 10px;
  line-height: 38px;
  padding: 0 10px;
}

.care_sel_modal .search-field .input img {
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
}

.care_sel_modal .search-field .input input {
  border: 0;
  font-size: 14px;
  height: 38px;
  vertical-align: top;
  width: calc(100% - 30px);
}

.sel_text {
  font-size: 16px;
  color: #616161;
  margin-bottom: 18px;
}

.care_list_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 0;
  align-items: center;
}

.care_list_li > div {
  flex-basis: calc(100% - 30px);
  width: calc(100% - 30px);
}

.care_list_li .care_list_right {
  flex-basis: 25px;
  text-align: right;
  width: 25px;
}

.care_list_left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}

.care_list_left p {
  display: inline-block;
  width: calc(100% - 52px);
  margin-left: 7px;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}

.care_list_left p span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.care_list_left p span:last-child {
  padding-top: 0;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
}

.care_list_right > span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.care_list_right input {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.care_list_right .check_icon {
  background: url(../img/mobile/check_off.svg) no-repeat center center;
  display: block;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}

.care_list_right input:checked + .check_icon {
  background: url(../img/mobile/check_on.svg) no-repeat center center;
  background-size: 20px auto;
}

.care_list_li.selected_care > .care_list_left {
  flex-basis: calc(100% - 65px);
  width: calc(100% - 65px);
}

.care_list_li.selected_care .care_list_right {
  flex-basis: 65px;
  width: 65px;
}

.selected_care .care_list_right > span {
  width: auto;
  height: auto;
}

.care_sel_div .care_list_li.selected_care .care_list_right button {
  padding: 0;
  width: 58px;
}

#geneModal.modal_edit .modal-content {
  border-radius: 20px;
}

#geneModal.modal_edit .modal-body {
  padding: 30px 20px 5px;
  text-align: center;
}

#geneModal.modal_edit .modal-body h3 {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  line-height: 1.4;
}

#geneModal.modal_edit .modal-body p {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  padding: 15px 0 20px;
}

#geneModal.modal_edit .modal-body button {
  border: 0;
  background: #fff;
  border-radius: 30px;
  height: 46px;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

#geneModal.modal_edit .modal-body button.btn_b {
  background: #2d54bb;
  color: #fff;
}

#geneModal.modal_edit .modal-body button.btn_del_red {
  background: #ffebee;
  color: #f44336;
}

#carepoint_add {
  position: fixed;
  bottom: 75px;
  background: rgba(38, 50, 56, 0.5);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 17px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 460px;
  margin: 0 auto;
  line-height: 60px;
  height: 60px;
  border-radius: 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#carepoint_add p {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  height: 60px;
}

#carepoint_add p span {
  flex-basis: calc(100% - 85px);
  width: calc(100% - 85px);
  text-align: left;
  vertical-align: top;
}

#carepoint_add button {
  background: #e7eaf7;
  color: #2d54bb;
  font-size: 14px;
  width: 80px;
  height: 36px;
  border: 0;
  display: block;
  border-radius: 20px;
  line-height: 36px;
  font-weight: bold;
  flex-basis: 80px;
  vertical-align: top;
}

.no_care_body #writeBtn {
  bottom: 142px;
}

/*쪽지*/
.category_box {
  margin-bottom: 3px;
}
.category_box select {
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 40px;
  width: 130px;
  border-radius: 6px;
  color: #555;
  font-size: 14.5px;
  line-height: 38px;
}

/*파트너스 검사 조회*/
.result_container .tab {
  display: block;
}
.flex-container.result_container .body {
  height: auto;
  display: block;
}
.result_container .result_num_box {
  padding: 30px 20px 10px;
  font-size: 15.5px;
}
.result_container .result_num_box span {
  font-weight: 700;
}
.result_container #barcodeValue {
  margin-top: 10px;
}
.result_container #searchButton {
  border-radius: 15px;
  width: calc(100% - 40px);
  margin: 17px 20px;
  height: 50px;
  color: white;
  border: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
  background-color: var(--ptBlue);
}
.result_container .partners-info {
  margin-top: 10px;
  padding: 15px 20px;
}
.result_container .partners-info-list {
  margin-top: 10px;
  color: #757575;
}
.result_container .partners-info-list li {
  padding: 4px 0;
  font-size: 14.5px;
}
.result_container .partners-info-title {
  font-size: 16px;
  font-weight: 700;
}
.swal2-popup {
  border-radius: 15px;
}
.swal2-html-container {
  font-weight: 600 !important;
}

@media screen and (min-height: 800px) {
  /* .info-section #menuSection {padding:20px 15px 60px} */
}

@media screen and (max-width: 500px) {
  #categoryList.category-list .category {
    width: 12%;
  }

  .info-section #menuSection .menu {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 400px) {
  /*유전자 검사*/
  .result-help {
    font-size: 12.5px;
    padding: 0 15px;
  }

  .help_float img {
    height: 15px;
  }

  .info-section #menuSection .menu {
    padding: 25px 30px;
  }

  #geneModal .modal-content ul {
    width: auto;
  }

  .gene-container #petProfile .select-pet-msg {
    width: 180px;
    height: 180px;
  }

  .gene-container #petProfile .pet-img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 370px) {
  /*유전자 검사*/
  .result_box {
    padding: 15px 20px;
  }

  .result-status {
    width: 248px;
    grid-column-gap: 12px;
  }

  .result-status li {
    width: 74px;
  }

  .result-status #carrierCount {
    font-size: 28px;
  }

  .help_float img {
    height: 15px;
    margin-right: 5px;
  }

  .result-help .result-help-check {
    white-space: nowrap;
    flex-basis: 54px;
    margin-left: 5px;
  }

  .accordion .accordion-btn {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 15px;
  }

  .disease-row {
    padding: 12px 15px;
  }

  .disease-row .disease-info {
    font-size: 13px;
  }

  #alertTitle:before {
    top: 22px;
  }

  .alert-title br {
    display: none;
  }

  #helpModal ul li:first-child {
    font-size: 20px;
    line-height: 30px;
  }

  #helpModal ul li:nth-child(2) {
    font-size: 15px;
  }

  #helpModal ul li div {
    font-size: 14px;
  }

  #helpModal ul li div.madal-text {
    font-size: 13px;
  }

  #categoryList.category-list .category {
    width: 36px;
  }

  #categoryList.category-list .category .category-icon-container {
    width: 36px;
    height: 36px;
  }

  #categoryList.category-list
    .category
    .category-icon-container
    .category-icon {
    height: 15px;
    max-width: 15px;
  }

  .fc-daygrid-day .icon {
    background-size: 28px auto;
  }

  .fc-theme-standard td,
  .fc-theme-standard th {
    font-size: 0.9em !important;
    height: 40px;
  }

  #writeModal .category-list .category {
    padding: 3px 0 12px;
  }

  #writeModal .category-list .category .category-icon,
  #categoryField .category .category-icon {
    max-height: 18px;
    max-width: 18px;
  }

  .info-section #birthdaySection .birth_left > div.pet-img {
    width: 46px;
    height: 46px;
    margin-right: 8px;
  }

  .info-section #birthdaySection button {
    width: 48px;
    font-size: 13px;
  }

  .info-section #birthdaySection .birth_left > div p {
    line-height: 1.4;
  }

  #geneTabBar .tabs__controls {
    font-size: 20px;
  }

  .test_btn li a {
    font-size: 17px;
  }

  .service_text h3 {
    font-size: 18px;
  }

  .service_text p {
    word-break: break-all;
  }

  .service_text p br {
    display: none;
  }

  .intro_box div {
    font-size: 15px;
    line-height: 1.5;
  }

  .intro_box h4 {
    font-size: 19px;
  }

  .fc-day-today:after {
    width: 36px;
    padding-bottom: 36px;
  }

  .result-help {
    font-size: 12px;
    padding: 0 15px;
  }

  .result-help img.res_mark {
    height: 16px;
    margin-right: 5px;
  }

  .result-help img.arrow_img {
    height: 12px;
  }

  #carepoint_add {
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
  }

  #carepoint_add p {
    line-height: 52px;
    height: 52px;
  }

  #carepoint_add button {
    font-size: 13.5px;
    height: 34px;
    line-height: 34px;
  }

  #surveyBody #surveyQuestion {
    font-size: 20px;
  }

  #geneModal.confirm_modal h3 {
    font-size: 21px;
  }

  #geneModal .modal-content ul li {
    font-size: 15px;
  }

  #geneModal.confirm_modal .modal-content .modal_box_go {
    padding-top: 35px;
  }

  #geneModal.confirm_modal .modal-content .modal_box_go h3 {
    font-size: 18px;
  }

  #geneModal.confirm_modal .modal-content .modal_box_go .par_img {
    margin: 12px auto 20px;
    width: 160px;
    height: auto;
  }

  #geneModal.confirm_modal .modal-content .modal_box_go p {
    font-size: 15px;
  }

  #geneModal.confirm_modal .modal-content .modal_box_go p br {
    display: none;
  }

  #geneModal.confirm_modal .modal-footer {
    margin-top: 30px;
  }

  .my_view_box label {
    font-size: 13px;
  }

  .inner-container .title h2 {
    font-size: 20px;
  }

  .pet-section p {
    font-size: 18px;
  }
}

@media screen and (max-width: 340px) {
  .two .result-help br {
    display: block;
  }

  .result-help {
    text-align: center;
  }

  .result-help .result-help-check {
    flex-basis: 52px;
  }

  .result-help.share_button,
  .result-help.help_last {
    padding: 15px 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
  }

  .result-help.share_button span {
    width: 45px;
    flex-basis: 45px;
  }

  .result-help.help_last span {
    width: 60px;
    flex-basis: 60px;
  }

  .clear-icon {
    padding: 5px;
  }

  .carrier-icon {
    padding: 5px;
  }

  .danger-icon {
    padding: 5px;
  }

  #PastTestModal .modal-content {
    width: 95%;
  }

  .info-section #birthdaySection .birth_left > div.pet-img {
    width: 40px;
    height: 40px;
  }

  .info-section #birthdaySection .birth_left > div {
    font-size: 13px;
  }

  .info-section #birthdaySection button {
    width: 40px;
    height: 30px;
  }

  #geneTabBar .tabs__controls {
    font-size: 19px;
  }

  .test_btn li {
    height: auto;
  }

  .test_btn li p {
    padding: 13px 15px 0;
  }

  .test_btn li a {
    font-size: 16px;
  }

  .test_btn li img {
    height: 60px;
    margin-bottom: 18px;
  }

  .intro_box h4 {
    font-size: 18px;
  }

  .intro_box div {
    font-size: 14px;
  }

  .intro_box .per_btn {
    font-size: 15px;
  }

  #carepoint_add {
    font-size: 12.5px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }

  #carepoint_add button {
    font-size: 12.5px;
    height: 32px;
    line-height: 32px;
    width: 70px;
    flex-basis: 70px;
  }

  #surveyBody #surveyQuestion {
    font-size: 18px;
  }

  #surveyBody #surveyList li {
    font-size: 14px;
    padding: 10px 15px;
  }

  select {
    background: url(../img/mobile/arrow2.png?ver=1) no-repeat right 11px center;
    background-size: 8px auto;
    padding-right: 32px !important;
  }

  .pet-section .pet-img {
    height: 156px;
  }

  .pet-section .pet-img img {
    height: 62px;
  }

  .pet-section p {
    background-size: 20px auto;
  }

  .pet-section .pet-img.selected p {
    background-size: 20px auto;
  }

  .point-div img {
    margin-right: 5px;
  }

  .point-div .my-point {
    padding-left: 5px;
  }
}

@media screen and (max-width: 300px) {
  .info-section #birthdaySection .birth_left > div.pet-img {
    margin-right: 5px;
  }

  .info-section #birthdaySection .birth_left > div p {
    line-height: 1.3;
  }

  #geneTabBar .tabs__controls {
    font-size: 17px;
  }

  .test_btn li a p {
    font-size: 14px !important;
  }

  .test_btn li img {
    height: 54px;
  }

  .service_text h3 {
    font-size: 17px;
  }

  .intro_box h4 {
    font-size: 17px;
  }

  .result-help {
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
  }

  .result-help img.res_mark {
    height: 14px;
  }

  .result-help img.arrow_img {
    height: 10px;
    margin-top: 15px;
  }

  /*하단메뉴*/
  .bottom-menu .menu-img {
    height: 18px;
  }

  .bottom-menu li {
    font-size: 9px;
  }

  /*로그인*/
  #loginSection .other-login {
    font-size: 15px;
  }

  .term-section .round {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
  }

  .term-section .round label {
    width: 20px;
    height: 20px;
  }

  .term-section .term-list {
    padding: 15px;
    margin: 15px 0;
  }

  .term-section .term-list .round label {
    width: 16px;
    height: 16px;
  }

  .term-section .term-list .round {
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
    height: 16px;
  }

  .term-section .round .show-term {
    font-size: 12px;
    margin-top: 1px;
  }

  .submit-btn {
    height: 46px;
    line-height: 46px;
  }

  /*공통*/
  .inner-container .header img {
    height: 16px;
  }

  .modal-header .modal-title {
    font-size: 17px;
  }

  .modal-header .close-btn {
    height: 16px;
  }

  .eb-pagination a {
    width: 24px;
    height: 24px !important;
    min-width: auto !important;
    line-height: 24px !important;
  }

  .inner-container .header span img {
    height: 18px;
  }

  #actionModal #viewMenu li {
    font-size: 16px;
  }

  /*아이등록*/
  #breedModal #breedList .breed-row {
    font-size: 14px;
  }

  #deleteBtn {
    font-size: 13px;
  }

  .enroll-section .round {
    font-size: 13px;
    margin: 20px 0;
  }

  .enroll-section .name-section .sex {
    height: 36px;
    line-height: 36px;
    width: 48px;
    font-size: 12px;
  }

  .enroll-section .pet-info {
    font-size: 0.9em;
  }

  .enroll-section .name-section {
    grid-template-columns: calc(100% - 100px) 52px 52px;
  }

  /*유전자 검사*/
  .pet-row {
    line-height: 36px;
  }

  .pet-row .icon {
    width: 36px;
    height: 36px;
  }

  .pet-row span {
    font-size: 13px;
  }

  #petModal #enrollNewPet {
    height: 42px;
    line-height: 42px;
    background-size: 36px auto;
    font-size: 13px;
    padding-left: 46px;
  }

  #geneModal .modal-content {
    width: 90%;
  }

  .gene-container #petProfile .pet-name {
    font-size: 17px;
  }

  .gene-container p {
    font-size: 13px;
  }

  .gene-container #openBarcodeButton {
    height: 42px;
    font-size: 15px;
  }

  #geneModal .modal-content ul li {
    font-size: 13px;
  }

  #geneModal .modal-footer input {
    font-size: 14px;
  }

  .testing-section .testing-title {
    margin-top: 20px;
    font-size: 15.5px;
    margin-bottom: 7px;
  }

  .testing-section .testing-list .testing-row .testing-info {
    font-size: 13px;
  }

  .testing-section .testing-list .testing-row .testing-info .testing-status {
    display: block;
  }

  .testing-section
    .testing-list
    .testing-row
    .testing-info
    .testing-status
    span {
    display: block;
    font-size: 12px;
  }

  .testing-section
    .testing-list
    .testing-row
    .testing-info
    .testing-status
    span:last-child {
    padding-left: 0;
  }

  #enrollTest {
    padding: 5px 20px;
    font-size: 15px;
  }

  #deliveryModal #deliveryStatus {
    font-size: 16px;
  }

  .gene-container #petProfile .select-pet-msg {
    font-size: 13px;
  }

  #testingModal .testing-help {
    font-size: 15px;
  }

  #testingModal label {
    font-size: 14px;
  }

  #testingModal #statusList {
    margin: 10px 0;
  }

  #resultText {
    font-size: 13px;
    line-height: 20px;
  }

  #resultText div {
    font-size: 14px;
  }

  #resultText div br {
    display: none;
  }

  .swal2-title {
    font-size: 0.9em !important;
  }

  #shareInput {
    font-size: 0.85em;
  }

  .swal2-actions button {
    font-weight: bold;
    font-size: 0.9em !important;
  }

  #diseaseContainer .disease-info .disease-ko {
    font-size: 15px;
  }

  #diseaseContainer .tabs__controls {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  #diseaseContainer .result-help {
    padding: 10px 13px;
  }

  #diseaseContainer .accordion .accordion-btn {
    font-size: 12.5px;
    padding: 0 7px;
  }

  #diseaseContainer .accordion .accordion-btn svg {
    font-size: 12px;
  }

  #diseaseContainer .accordion > div {
    font-size: 13px;
    line-height: 20px;
  }

  #PastTestModal .modal-footer input {
    font-size: 14px;
  }

  /*건강일기*/
  .profile-section .pet-info .pet-name {
    font-size: 15px;
    margin: 3px 0 0;
  }

  .profile-section .pet-info li #writeBtn {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }

  .profile-section .pet-info li #writeBtn img {
    height: 13px;
  }

  .profile-section .pet-info .pet-info-button li {
    width: 34px;
    height: 34px;
  }

  .profile-section .pet-info .pet-info-button img {
    height: 16px;
  }

  .profile-section .pet-info .pet-info-button .cal_search_box img {
    height: 12px;
    margin-right: 3px;
  }

  .profile-section .pet-info .pet-info-button .cal_search_box {
    font-size: 12px;
    width: calc(100% - 38px);
    line-height: 34px;
    height: 34px;
    padding-left: 8px;
  }

  .profile-section .pet-info .pet-info-button {
    height: 34px;
    margin: 10px 0 0;
  }

  .fc-header-toolbar {
    grid-template-rows: 30px;
    margin: 0 0 10px !important;
  }

  .fc-toolbar-title {
    font-size: 17px !important;
    line-height: 30px;
  }

  .fc .fc-button .fc-icon {
    font-size: 1.4em !important;
  }

  #categoryList.category-list .category {
    width: 34px;
  }

  .event-row .event-title {
    display: block;
  }

  .event-row .event-title .event-date {
    font-size: 0.9em;
  }

  .event-row .event-title .event-icon {
    width: 100%;
    margin-top: 8px;
    justify-content: flex-start;
  }

  .event-row .event-title .event-icon .category-icon-container {
    margin: 0 5px 0 0;
  }

  .event-row .event-body .event-content {
    font-size: 13px;
  }

  #searchModal .search-field {
    grid-template-columns: calc(100% - 36px) 36px;
  }

  #searchModal .search-field #searchValue {
    height: 36px;
    font-size: 13px;
    padding: 0 8px;
    width: auto;
    margin: 10px 5px 0 0;
    width: calc(100% - 5px);
  }

  #searchModal .search-field .search-btn {
    height: 36px;
    width: 36px;
  }

  #searchModal .search-category-list .category .category-icon-container {
    width: 40px;
  }

  #searchModal
    .search-category-list
    .category
    .category-icon-container
    .category-icon {
    max-width: 20px;
    max-height: 20px;
  }

  #searchModal .search-category-list .category .category-name {
    margin-top: -3px;
    font-size: 11px;
  }

  .event-row .event-body .event-content {
    height: 76px;
    margin-top: 3px;
  }

  #categoryField .category {
    margin: 5px 5px 5px 0;
  }

  #diaryContainer.inner-container .diary-header #dateField {
    font-size: 16px;
  }

  #writeModal .category-list .category {
    padding: 3px 0 10px;
  }

  #dateField {
    font-size: 15px;
  }

  #diaryContainer .diary-body.diary_writebox > p {
    font-size: 14px;
  }

  #diaryContainer
    .diary-body.diary_writebox
    #categoryField
    .category-icon-container {
    width: 38px;
    height: 38px;
  }

  #diaryContent {
    font-size: 13.5px;
  }

  #petContainer .pet-slider.birth_in {
    padding-top: 45px;
  }

  .info-section .pet-img .birthday-cone {
    right: -10px;
    top: -25px;
  }

  /*검사결과 이상없음 짤림 수정*/
  .result_code {
    font-size: 1em;
  }

  .result-status li {
    font-size: 11.5px;
    width: 70px;
  }

  .result-status {
    grid-column-gap: 10px;
    width: 230px;
  }

  #carepoint_add {
    font-size: 11.5px;
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
  }

  #carepoint_add p {
    line-height: 46px;
    height: 46px;
  }
  #carepoint_add p span {
    width: calc(100% - 65px);
    flex-basis: calc(100% - 65px);
  }

  #carepoint_add button {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 60px;
    flex-basis: 60px;
  }

  .info-section .name-section #petName {
    font-size: 19px;
  }

  .disease-row {
    width: 56%;
  }

  .pet-section p {
    font-size: 16px;
  }

  .point-div {
    line-height: 56px;
    height: 56px;
  }

  .leave-section {
    font-size: 13px;
  }
}

/*우리아이,건강일기 휴대폰에서 한페이지*/
@media screen and (max-height: 1000px) {
  .info-section #menuSection .menu {
    padding: 40px 30px;
    font-size: 1rem;
  }

  .info-section #kitSection {
    padding: 30px 15px 20px;
  }

  /* .info-section #menuSection {padding:3px 15px 55px} */
  .info-section #menuSection .menu img {
    height: 36px;
  }
}

@media screen and (max-height: 850px) {
  .fc-theme-standard td,
  .fc-theme-standard th {
    height: 40px;
  }

  .gene-container #petProfile .select-pet-msg {
    width: 180px;
    height: 180px;
  }

  .gene-container #petProfile .pet-img {
    width: 180px;
    height: 180px;
  }

  .info-section #menuSection .menu {
    padding: 30px;
  }
}

@media screen and (max-height: 800px) {
  .info-section #kitSection {
    padding: 15px 15px 5px;
  }

  .info-section #kitSection .testing-row {
    padding: 12px 30px;
  }

  .info-section #menuSection .menu {
    padding: 20px 30px;
  }

  .info-section #menuSection #resultReport img,
  .info-section #menuSection #healthDiary img {
    margin: 0 auto 10px auto;
  }

  #calendar {
    padding: 10px 15px 10px;
  }

  .profile-section .pet-img {
    width: 68px;
    height: 68px;
  }

  .fc .fc-daygrid-day-frame {
    height: 36px;
  }

  .profile-section .pet-info .pet-info-button {
    margin: 10px 0 5px;
    height: 36px;
  }

  .profile-section .pet-info .pet-info-button .cal_search_box {
    line-height: 36px;
  }

  .profile-section .pet-info .pet-info-button li {
    height: 36px;
  }

  .profile-section .pet-info .pet-info-button img {
    height: 18px;
  }

  .fc-header-toolbar {
    margin: 0 0 10px !important;
  }

  .profile-section .pet-info li #writeBtn {
    font-size: 14px;
  }

  .profile-section .pet-info li #writeBtn img {
    height: 13px;
  }

  #petContainer .body.pet-body {
    padding-top: 10px;
  }

  .fc-theme-standard td,
  .fc-theme-standard th {
    height: 36px;
  }

  .info-section #menuSection {
    padding: 10px 15px 20px;
  }

  #calendarSection {
    height: calc(100vh - 300px);
  }

  #listSection {
    height: calc(100vh - 300px);
  }
}

@media screen and (max-height: 700px) {
  .info-section #kitSection .testing-row .testing-status span:last-child {
    font-size: 16px;
  }

  /* .info-section #menuSection {padding:0 15px 25%} */
  .info-section #menuSection .menu {
    font-size: 1rem;
    padding: 21px 30px;
  }

  .info-section #menuSection .menu img {
    height: 30px;
  }

  .info-section #menuSection #resultReport img,
  .info-section #menuSection #healthDiary img {
    margin: 0 auto 5px auto;
  }

  .profile-section .pet-info li #writeBtn {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }

  .profile-section .pet-info li #writeBtn img {
    margin-top: -3px;
  }

  .fc-toolbar-title {
    font-size: 17px !important;
  }

  .fc .fc-button .fc-icon {
    font-size: 1.5em !important;
  }

  #calendarSection .fc-view-harness {
    padding: 5px;
  }

  .profile-section .pet-img {
    width: 60px;
    height: 60px;
  }

  .profile-section .pet-info .pet-name {
    font-size: 14px;
    margin: 0 0 3px;
  }

  .profile-section .pet-img .pet-profile {
    border: 3px solid #e1ebf5;
  }

  .profile-section .pet-info > li:nth-child(2) {
    margin-top: 3px !important;
  }

  #petContainer .body.pet-body {
    padding-top: 0;
  }

  #calendarSection {
    height: calc(100vh - 254px);
  }

  #listSection {
    height: calc(100vh - 254px);
  }

  #categoryList.category-list .category .category-icon-container {
    width: 36px;
    height: 36px;
  }

  #calendar {
    padding: 7px 15px 10px;
  }

  .fc-theme-standard td,
  .fc-theme-standard th {
    height: 36px;
  }

  .fc .fc-daygrid-day-frame {
    height: 36px;
  }

  #categoryList.category-list {
    padding: 5px 10px;
  }

  .profile-section .pet-info .pet-info-button {
    margin: 5px 0;
  }

  .profile-section .pet-info .pet-info-button img {
    height: 16px;
  }

  .info-section #menuSection {
    padding: 10px 15px 20px;
  }

  .gene-container #petProfile .pet-img {
    margin: 30px auto 15px;
  }

  .banner #tns1 > .tns-item {
    padding-right: inherit !important;
  }

  .info-section.top_fix .splide__slide {
    margin-top: 20px;
  }
}

@media screen and (max-height: 630px) {
  #petContainer .body.pet-body {
    min-height: auto;
  }

  #calendarSection {
    height: auto;
    position: initial;
  }

  #listSection {
    height: auto;
    position: initial;
  }

  #petContainer {
    overflow: auto;
  }

  .info-section.top_fix {
    position: initial;
  }

  #petContainer .info-section.bottom_fix {
    position: initial;
    margin-bottom: 68px;
  }

  #petContainer .body {
    margin-top: 15px;
  }

  #petContainer .body.pet-body {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 300px) {
  /*메인 - 폴드*/
  .info-section #menuSection .menu img {
    height: 30px;
  }

  .info-section #menuSection #resultReport img {
    margin: 0 auto 10px auto;
  }

  .info-section #menuSection #healthDiary img {
    margin: 0 auto 10px auto;
  }

  .info-section #menuSection .menu {
    padding: 22px 20px;
    font-size: 15px;
  }

  .inner-container .header h2 {
    font-size: 17px;
  }

  .info-section .name-section #petName {
    font-size: 18px;
  }

  .info-section .name-section img {
    height: 7px;
  }

  .info-section #birthdaySection {
    font-size: 14px;
  }

  .info-section #kitSection .testing-row {
    padding: 12px 25px;
  }

  .info-section #kitSection .testing-row .testing-btn {
    width: auto;
    height: 28px;
  }

  .info-section #kitSection .testing-row .testing-status img {
    height: 13px;
    margin-right: 5px;
  }

  .info-section #kitSection .testing-row .testing-status span:first-child {
    font-size: 13px;
  }

  .info-section #kitSection .testing-row .testing-status span:last-child {
    font-size: 15px;
  }

  #tns1 > .tns-item {
    padding-right: 20px !important;
  }

  #care_wrap .home-header,
  .mid_fix .home-header,
  #petContainer .info-section.bottom_fix .home-header {
    font-size: 15px;
  }

  .disease-row .disease-iconbox div {
    font-size: 13.5px !important;
  }
}
