.main-header {
  margin-bottom: 22px;
}

.login-title {
  font-size: 28px;
  line-height: 39.76px;
}

.login-form .box {
  border: 1px solid #F0F1F3;
  border-radius: 12px;
  padding: 11px 20px;
  background-color: #F0F1F3;
}
.login-form .box.active {
  border-color: #1E1F23;
}
.login-form .box .form-label {
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 2px;
}
.login-form .box .form-control {
  color: #1E1F23;
  line-height: 22.4px;
  border: none;
  background-color: transparent;
}
.login-form .box .btn {
  min-height: 44px;
  min-width: 72px;
  text-align: center;
}

.text-notif:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F0F1F3;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.text-notif span {
  color: #454545;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: white;
  padding: 0 16px;
}

.link-box a {
  font-family: "Pretendard-Medium";
  font-size: 18px;
  line-height: 25.2px;
}
.link-box span {
  height: 16px;
  width: 1px;
  background-color: #F0F1F3;
}

.submit-btn {
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  border-radius: 12px;
}
.submit-btn.otp-form-submit-btn {
  height: 56px;
}

.support-box {
  background-color: #FFEED2;
  padding: 18px;
}
.support-box p {
  color: #F88D00;
  line-height: 22.21px;
}
.support-box strong {
  color: #F88D00;
  line-height: 24.81px;
}

.hospital-detail-link {
  line-height: 24px;
  padding: 15px;
}

.list-option .option {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  background-color: #F8F9FB;
  border-radius: 12px;
  margin-bottom: 13px;
  padding: 19px 16px 20px;
  align-items: center;
}
.list-option .option strong {
  font-family: "Pretendard-Medium";
  font-weight: 500;
  position: relative;
}
.list-option .option strong.require:before {
  content: "";
  background-color: #FF4356;
  border-radius: 100%;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  right: -9px;
}
.list-option .option .right {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.list-option .option .right span {
  color: #454545;
}
.list-option .option .right .text-secondary {
  color: #B3B5B9 !important;
}

.link-to-kakao {
  bottom: calc(114px - var(--app-bottom));
}

.tip-box {
  font-size: 18px;
}
.tip-box p {
  color: #454545;
  margin-bottom: 0;
  font-family: "Pretendard-Bold";
  line-height: 25px;
}
.tip-box span {
  color: #B3B5B9;
  font-family: "Pretendard-Medium";
  line-height: 24px;
  padding-left: 10px;
}

#address-modal .search-result-box {
  border-top: 8px solid #F8F9FB;
}
#address-modal .search-result-box .main-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#address-modal .search-result-box .list {
  padding-bottom: 300px;
}
#address-modal .search-result-box .item {
  padding: 16px 24px;
  border-bottom: 1px solid #F0F1F3;
}
#address-modal .search-result-box .item h6 {
  line-height: 24px;
  font-size: 18px;
  font-family: "Pretendard-Medium";
}
#address-modal .search-result-box .item span {
  font-family: "Pretendard-Medium";
  font-size: 14px;
  color: #00C271;
  line-height: 18px;
  border: 1px solid #E4E5E6;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
  flex-shrink: 0;
}
#address-modal .search-result-box .item p {
  line-height: 19px;
  color: #777777;
  font-family: "Pretendard-Medium";
}
#address-modal .clear-text-btn svg:last-child, #address-modal .clear-text-btn img:last-child {
  display: none !important;
}
#address-modal .clear-text-btn.active svg:first-child, #address-modal .clear-text-btn.active img:first-child {
  display: none;
}
#address-modal .clear-text-btn.active svg:last-child, #address-modal .clear-text-btn.active img:last-child {
  display: block !important;
}

.list-setting a.setting {
  padding-top: 16px;
  padding-bottom: 16px;
}
.list-setting a.setting strong {
  line-height: 25px;
}
.list-setting .setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.list-setting .setting strong {
  font-size: 18px;
  font-family: "Pretendard-Medium";
  color: #454545;
  font-weight: 500;
}
.list-admin .admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid #F0F1F3;
  padding-top: 16px;
  padding-bottom: 16px;
}
.list-admin .admin h6 {
  line-height: 24px;
  font-size: 18px;
  font-family: "Pretendard-Medium";
}
.list-admin .admin span {
  font-size: 14px;
  color: #777777;
  font-family: "Pretendard-Medium";
  display: block;
  line-height: 20px;
}

.delete-notif li {
  color: #454545;
  font-family: "Pretendard-Medium";
  line-height: 22px;
  position: relative;
  padding-left: 29px;
}
.delete-notif li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #454545;
  position: absolute;
  top: 9px;
  left: 13px;
}

.trans-placeholder {
  background-color: #F0F1F3;
  padding: 16px;
  border-radius: 8px;
  color: #B3B5B9;
  line-height: 22px;
  font-family: "Pretendard-Medium";
}
.trans-placeholder strong {
  font-family: "Pretendard-Bold";
  position: relative;
  padding-left: 20px;
}
.trans-placeholder strong:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #B3B5B9;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.trans-placeholder li {
  position: relative;
  padding-left: 25px;
}
.trans-placeholder li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #B3B5B9;
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  border-radius: 100%;
}
.trans-placeholder.color-transparent {
  color: transparent;
}
.trans-placeholder.color-transparent *:before {
  background-color: transparent;
}

.trans-textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px !important;
  border-radius: 8px;
}

.video-preview {
  position: relative;
}
.video-preview .btn-remove-video-item {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 5;
}
.video-preview img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: 4px;
}
.video-preview .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.me-list-item .box {
  border-top: 8px solid #F8F9FB;
  display: block;
}
.me-list-item .box .title {
  padding-top: 16px;
  padding-bottom: 16px;
}
.me-list-item .box .title h4 {
  line-height: 25px;
  font-size: 18px;
  font-family: "Pretendard-Medium";
  margin-bottom: 0;
}
.me-list-item .box .image-swiper .item {
  width: 96px;
  height: 96px;
}
.me-list-item .box .image-swiper .item img {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.me-list-doctor .doctor-item {
  display: flex;
  padding: 15px 18px;
  background-color: #F8F9FB;
  border-radius: 8px;
  column-gap: 20px;
  margin-bottom: 18px;
}
.me-list-doctor .doctor-item .thumb {
  flex-shrink: 0;
}
.me-list-doctor .doctor-item .thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.me-list-doctor .doctor-item .right {
  display: flex;
  align-items: center;
  width: 100%;
}
.me-list-doctor .doctor-item .right .text {
  width: 100%;
}
.me-list-doctor .doctor-item .right .text span {
  color: #777777;
  line-height: 22px;
  margin-bottom: 4px;
  display: block;
}
.me-list-doctor .doctor-item .right .text p {
  font-family: "Pretendard-Medium";
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

hr.line {
  background-color: #F0F1F3;
  height: 8px;
  opacity: 1;
  border: none;
  margin: 0;
}

.user-list-option .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.user-list-option .option strong {
  font-family: "Pretendard-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.me-note {
  color: #EA0505;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 14px;
}
.me-note:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #EA0505;
  position: absolute;
  top: 7px;
  left: 0;
}

.user-me-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 30px;
}
.user-me-cards > a:last-child {
  grid-column: span 2;
  display: flex;
  gap: 8px;
  align-items: center;
}
.user-me-cards > a:last-child img {
  margin: 0 !important;
}

.user-me-r-1 a {
  width: 100%;
  background-color: #F8F9FB;
  border-radius: 16px;
  padding: 16px;
}
.user-me-r-1 a img {
  width: 48px;
  margin-bottom: 10px;
}
.user-me-r-1 a p {
  line-height: 25px;
  font-family: "Pretendard-Bold";
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.user-me-r-1 a p span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #F51F45;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  display: inline-block;
}