@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("/fonts/Pretendard-Thin.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("/fonts/Pretendard-ExtraLight.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../fonts/Pretendard-ExtraBold.woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url("../fonts/Pretendard-Black.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 100;
  src: url("/fonts/Urbanist-Thin.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 200;
  src: url("/fonts/Urbanist-ExtraLight.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 300;
  src: url("../fonts/Urbanist-Light.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 400;
  src: url("../fonts/Urbanist-Regular.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 500;
  src: url("../fonts/Urbanist-Medium.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 600;
  src: url("../fonts/Urbanist-SemiBold.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 700;
  src: url("../fonts/Urbanist-Bold.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 800;
  src: url("../fonts/Urbanist-ExtraBold.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 900;
  src: url("../fonts/Urbanist-Black.woff2");
}
body {
  font-family: "Pretendard", sans-serif;
}

.fs-fs-12 {
  font-size: 12px;
}

.fs-fs-14 {
  font-size: 14px;
}

.fs-fs-16 {
  font-size: 16px;
}

.fs-fs-18 {
  font-size: 18px;
}

.fs-fs-20 {
  font-size: 20px;
}

.fs-fs-22 {
  font-size: 22px;
}

.fs-fs-24 {
  font-size: 24px;
}

.fs-fs-26 {
  font-size: 26px;
}

.fs-fs-28 {
  font-size: 28px;
}

.fs-fs-32 {
  font-size: 32px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-55 {
  margin: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-65 {
  margin: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-75 {
  margin: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-85 {
  margin: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-95 {
  margin: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.m-105 {
  margin: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.m-110 {
  margin: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.m-115 {
  margin: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.m-120 {
  margin: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-125 {
  margin: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.m-130 {
  margin: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.m-135 {
  margin: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.m-140 {
  margin: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-145 {
  margin: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.m-150 {
  margin: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.m-155 {
  margin: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.ml-155 {
  margin-left: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.mx-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.m-160 {
  margin: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-165 {
  margin: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.mx-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.m-170 {
  margin: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.m-175 {
  margin: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.ml-175 {
  margin-left: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.mx-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.m-180 {
  margin: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.m-185 {
  margin: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.ml-185 {
  margin-left: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.mx-185 {
  margin-left: 185px;
  margin-right: 185px;
}

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.m-190 {
  margin: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.mx-190 {
  margin-left: 190px;
  margin-right: 190px;
}

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.m-195 {
  margin: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.ml-195 {
  margin-left: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.mx-195 {
  margin-left: 195px;
  margin-right: 195px;
}

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.m-200 {
  margin: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.flex-center-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.text-deco {
  text-decoration: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.non-btn {
  background: none;
  border: none;
}

.full__btn {
  background: #31A2AC;
  color: #fff;
}

.outline__btn {
  background: #fff;
  border: 1px solid #31A2AC;
  border-radius: 8px;
  color: #31A2AC;
}


.signIn_wrap {
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  align-items: center;
  width: 100%;
  gap: 9.352rem;
  padding-bottom: 6rem;
}
.signIn_wrap .main_logo {
  width: 200px;
  height: auto;
}
.signIn_wrap .main_logo img {
  width: 100%;
  height: 100%;
}
.signIn_wrap .login_btn {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.signIn_wrap .login_btn .login_wrapp {
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.signIn_wrap .login_btn .login_wrapp a {
  width: 100%;
  height: 50px;
  text-decoration: none;
}
.signIn_wrap .login_btn .login_info {
  font-size: 15px;
  color: #31A2AC;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.login_wrap {
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
  width: 100%;
  gap: 1.875rem;
  padding-bottom: 2.25rem;
  font-family: "Urbanist";
  position: relative;
}
.login_wrap .sign_title {
  font-weight: 700;
  font-size: 30px;
  color: #1E232C;
  text-align: center;
}
.login_wrap .login-form {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.login_wrap .login-form .input-group {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.login_wrap .login-form .input-group.error input {
  border-color: #FD2121;
}
.login_wrap .login-form .input-group.error .error-message {
  display: block;
}
.login_wrap .login-form .input-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E8ECF4;
  border-radius: 8px;
  background-color: #F7F8F9;
  font-size: 15px;
  box-sizing: border-box;
  height: 56px;
}
.login_wrap .login-form .input-group input:focus {
  outline: none;
  border-color: #31A2AC;
}
.login_wrap .login-form .input-group input::-moz-placeholder {
  color: #8391A1;
  font-size: 15px;
}
.login_wrap .login-form .input-group input::placeholder {
  color: #8391A1;
  font-size: 15px;
}
.login_wrap .login-form .error-message {
  display: none;
  color: #FD2121;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 4px;
}
.login_wrap .login-form .password-group {
  position: relative;
}
.login_wrap .login-form .password-group .toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: auto;
}
.login_wrap .login-form .password-group .toggle-password .eye-icon {
  width: 20px;
  height: 20px;
}
.login_wrap .login-form .forgot-password {
  text-align: right;
}
.login_wrap .login-form .forgot-password a {
  font-weight: 500;
  font-size: 14px;
  color: #6A707C;
  text-decoration: none;
}
.login_wrap .login-form button {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}
.login_wrap .social-login {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.login_wrap .social-login .divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  color: #666;
  font-size: 14px;
}
.login_wrap .social-login .divider span {
  white-space: nowrap;
  color: #8391A1;
  font-weight: 14px;
}
.login_wrap .social-login .divider::before, .login_wrap .social-login .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #E8ECF4;
}
.login_wrap .social-login .social-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.login_wrap .social-login .social-buttons .social-btn {
  background-color: #fff;
  border: 1px solid #E8ECF4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 33.3333333333%;
  height: 50px;
}
.login_wrap .social-login .social-buttons .social-btn img {
  width: 22px;
  height: auto;
}
.login_wrap .register-link {
  margin-top: 32px;
  text-align: center;
  color: #1E232C;
  font-size: 14px;
}
.login_wrap .register-link a {
  color: #31A2AC;
  text-decoration: none;
  margin-left: 4px;
  font-weight: 600;
}
.login_wrap .register-link a:hover {
  text-decoration: underline;
}

.questions_wrap {
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
  width: 100%;
  gap: 1.875rem;
  padding-bottom: 6rem;
  font-family: "Urbanist";
  position: relative;
}
.questions_wrap .sign_title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #1E232C;
  margin-bottom: 4.375rem;
  width: 100%;
}
.questions_wrap .questions-form {
  width: 100%;
}
.questions_wrap .questions-form .input-group {
  margin-bottom: 24px;
  position: relative;
}
.questions_wrap .questions-form .input-group label {
  display: block;
  margin-bottom: 8px;
  color: #1E232C;
  font-size: 15px;
  font-weight: 600;
}
.questions_wrap .questions-form .input-group .custom-select {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #E8ECF4;
  border-radius: 8px;
  background-color: #F7F8F9;
  font-size: 15px;
  color: #8391A1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.questions_wrap .questions-form .input-group .custom-select option {
  padding: 12px 16px;
  font-size: 15px;
  color: #1E232C;
  background-color: #fff;
}
.questions_wrap .questions-form .input-group .custom-select option:hover, .questions_wrap .questions-form .input-group .custom-select option:focus, .questions_wrap .questions-form .input-group .custom-select option:active {
  background-color: #F7F8F9;
}
.questions_wrap .questions-form .input-group .custom-select::-webkit-scrollbar {
  display: none;
}
.questions_wrap .questions-form .input-group .custom-select:focus {
  outline: none;
  border-color: #31A2AC;
}
.questions_wrap .questions-form .input-group .custom-select:hover {
  border-color: #31A2AC;
}
.questions_wrap .questions-form .btn_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 12px;
}
.questions_wrap .questions-form .btn_wrap button {
  width: 100%;
  height: 50px;
}

.forgot_password-wrap {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Urbanist";
  position: relative;
}
.forgot_password-wrap .sign_title {
  font-weight: 700;
  font-size: 30px;
  color: #1E232C;
  text-align: left;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.forgot_password-wrap .sub_descript {
  color: #8391A1;
  margin-bottom: 16px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 1.2;
}
.forgot_password-wrap .questions-form {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.forgot_password-wrap .questions-form .input-group {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.forgot_password-wrap .questions-form .input-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E8ECF4;
  border-radius: 8px;
  background-color: #F7F8F9;
  font-size: 15px;
  box-sizing: border-box;
  height: 56px;
  font-family: "Urbanist";
}
.forgot_password-wrap .questions-form .input-group input:focus {
  outline: none;
  border-color: #31A2AC;
}
.forgot_password-wrap .questions-form .input-group input::-moz-placeholder {
  color: #8391A1;
  font-size: 15px;
}
.forgot_password-wrap .questions-form .input-group input::placeholder {
  color: #8391A1;
  font-size: 15px;
}
.forgot_password-wrap .questions-form .btn_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 12px;
}
.forgot_password-wrap .questions-form .btn_wrap a {
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.reset_password-wrap {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Urbanist";
  position: relative;
}
.reset_password-wrap .sign_title {
  font-weight: 700;
  font-size: 30px;
  color: #1E232C;
  text-align: left;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.reset_password-wrap .sub_descript {
  color: #8391A1;
  margin-bottom: 16px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 1.2;
}
.reset_password-wrap .verification-form {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.reset_password-wrap .verification-form .code-input-group {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  justify-content: flex-start;
}
.reset_password-wrap .verification-form .code-input-group .code-input {
  width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #E8ECF4;
  border-radius: 8px;
  background-color: #F7F8F9;
  font-size: 24px;
  text-align: center;
  padding: 0;
  outline: none;
  font-size: 22px;
  font-weight: 700;
  font-family: "Urbanist";
}
.reset_password-wrap .verification-form .code-input-group .code-input:focus {
  border-color: #31A2AC;
}
.reset_password-wrap .verification-form .code-input-group .code-input::-webkit-inner-spin-button, .reset_password-wrap .verification-form .code-input-group .code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reset_password-wrap .verification-form .code-input-group .code-input.error {
  border-color: #FD2121;
}
.reset_password-wrap .verification-form .error-message {
  display: none;
  color: #FD2121;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 4px;
}
.reset_password-wrap .verification-form .btn_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 12px;
}
.reset_password-wrap .verification-form .btn_wrap button {
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.create_password-wrap {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Urbanist";
  position: relative;
}
.create_password-wrap .sign_title {
  font-weight: 700;
  font-size: 30px;
  color: #1E232C;
  text-align: left;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.create_password-wrap .sub_descript {
  color: #8391A1;
  margin-bottom: 16px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 1.2;
}
.create_password-wrap .create-form {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.create_password-wrap .create-form .error-message {
  display: none;
  color: #FD2121;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 4px;
}
.create_password-wrap .create-form .input-group {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.create_password-wrap .create-form .input-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E8ECF4;
  border-radius: 8px;
  background-color: #F7F8F9;
  font-size: 15px;
  box-sizing: border-box;
  height: 56px;
  font-family: "Urbanist";
}
.create_password-wrap .create-form .input-group input:focus {
  outline: none;
  border-color: #31A2AC;
}
.create_password-wrap .create-form .input-group input::-moz-placeholder {
  color: #8391A1;
  font-size: 15px;
}
.create_password-wrap .create-form .input-group input::placeholder {
  color: #8391A1;
  font-size: 15px;
}
.create_password-wrap .create-form .btn_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 12px;
}
.create_password-wrap .create-form .btn_wrap button {
  width: 100%;
  height: 50px;
  text-decoration: none;
}

.back-btn {
  /* position: absolute;
  top: 20px;
  left: 20px; */
  width: 100%;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}
.back-btn img {
  width: 40px;
  height: 40px;
}
.back-btn:hover {
  opacity: 0.8;
}

.app {
  max-width: 430px;
  margin: 0 auto;
  height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: -1px 6px 11px 1px rgba(0, 0, 0, 0.31);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.app form{
  height: 100%;
}

.write-container{
  height: calc(100% - 70px);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 430px;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #E8ECF4;
}
.header__inner {
  padding: 16px;
}
.header__right {
  gap: 16px;
}
.header .notification-bell {
  position: relative;
  cursor: pointer;
}
.header .notification-bell .notification-dot {
  display: none;
}
.header .notification-bell.has-notification .notification-dot {
  display: block;
}
.header .btn-settings {
  padding: 0;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-top: 1px solid #E8ECF4;
  z-index: 9;
}
.bottom-nav__inner {
  padding: 20px 24px;
  width: 100%;
  box-sizing: border-box;
}
.bottom-nav__item {
  gap: 4px;
  color: #8391A1;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.bottom-nav__item svg path {
  fill: #5F6368;
}
.bottom-nav__item svg path[stroke] {
  fill: none;
  stroke: #484C52;
}
.bottom-nav__item.active {
  color: #31A2AC;
  font-weight: 500;
}
.bottom-nav__item.active svg path {
  fill: #31A2AC;
}
.bottom-nav__item.active svg path[stroke] {
  fill: none;
  stroke: #31A2AC;
}

.main {
  flex: 1;
  margin-top: 60px;
  margin-bottom: 65px;
  overflow-y: auto;
  position: relative;
}

.search-bar {
  position: absolute;
  top: 80px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.search-bar .search-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #E8ECF4;
  border-radius: 32px;
  font-size: 14px;
  outline: none;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.search-bar .search-input::-moz-placeholder {
  color: #8391A1;
}
.search-bar .search-input::placeholder {
  color: #8391A1;
}

.bottom-sheet {
  position: fixed;
  bottom: 60px;
  /* 하단 메뉴바 높이만큼 띄움 */
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  height: 45%;
  background: white;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: height 0.3s ease-out;
  touch-action: none;
}
.bottom-sheet .handle-bar {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: grab;
}
.bottom-sheet .handle {
  width: 40px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
}
.bottom-sheet .sheet-content {
  height: calc(100% - 80px);
  /* 핸들바 높이만 제외 */
  overflow-y: auto;
}
.bottom-sheet .sheet-content .title {
  margin: 10px 0 20px 0;
  font-size: 20px;
}
.bottom-sheet .sheet-content .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 50px;
  padding: 0 16px;
  box-sizing: border-box;
}
.bottom-sheet .sheet-content .image-item {
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.bottom-sheet .sheet-content .image-item img {
  width: 100%;
  border-radius: 8px;
}
.bottom-sheet .bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
}
.bottom-sheet .bottom-nav button {
  border: none;
  background: none;
  padding: 10px;
  cursor: pointer;
  color: #666;
}
.bottom-sheet .bottom-nav button.active {
  color: #2196f3;
}
.bottom-sheet .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
}
.bottom-sheet .dropdown .dropdown-header {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bottom-sheet .dropdown .dropdown-arrow {
  display: inline-flex;
}
.bottom-sheet .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 8px;
}
.bottom-sheet .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.bottom-sheet .dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.bottom-sheet .dropdown .show {
  display: block;
  z-index: 9;
}

.map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.post-detail {
  display: none;
  width: 100%;
  background: white;
}
.post-detail .post-header {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  box-sizing: border-box;
}
.post-detail .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.post-detail .user-info {
  flex: 1;
}
.post-detail .username {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 18px;
}

.post-detail .username a{
  color: #1E232C;
  text-decoration: none;
}

.post-detail .location {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-detail .post-content {
  /* padding: 16px 0; */
}
.post-detail .post-image-container {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 auto;
}
.post-detail .post-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail .dot-indicators {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}
.post-detail .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.post-detail .dot.active {
  background: #31A2AC;
}
.post-detail .action-icons {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  margin-bottom: 10px;
}
.post-detail .text-content,
.post-detail .full-text {
  color: #3C3C3B;
  font-size: 15px;
  font-weight: 400;
  padding: 0 16px;
  box-sizing: border-box;
  line-height: 1.4;
  position: relative;
}

.post-detail .text-content .more-btn{
  position: absolute;
    bottom: 0;
}

.post-detail  .recommend_title {
  padding: 0 20px;
  margin-top: 40px;
  color: #373737;
  font-size: 15px;
  font-weight: 500;
}


.post-detail .post-content .main_slide {
  padding-bottom: 35px;
}
.post-detail .post-content .main_slide .swiper-slide {
  width: 100%;
  height: 240px;
}

.post-detail .bottom_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.post-detail .post-content .main_slide .swiper-slide a {
  idth: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-detail .post-content .main_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-detail .post-content .recommendation_slide {
  padding: 0 0 40px 20px;
}
.post-detail .post-content .recommendation_slide .swiper-slide {
  width: 100%;
  height: auto;
}
.post-detail .post-content .recommendation_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.post-detail .post-content .recommendation_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
  height: 5px;
}
.post-detail .post-content .recommendation_slide .swiper-pagination-bullet {
  width: 5px;
  /* 기본 너비 */
  height: 5px;
  border-radius: 30px;
  transition: all 0.3s ease;
  /* 모든 속성에 대해 0.3초 동안 부드러운 전환 효과 적용 */
}
.post-detail .post-content .date {
  color: #BDBDBC;
  font-size: 14px;
  font-weight: 400;
  /* padding: 0 20px; */
}
.post-detail .back-button {
  display: none;
}

.search-page {
  position: relative;
  margin-top: 57px;
  padding: 20px 0;
}
.search-page .search-box {
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.search-page .search-box .search-input-wrap {
  position: relative;
  width: 100%;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-page .search-box .search-input {
  width: 85%;
  height: 40px;
  padding: 0 40px 0 16px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  background: #F8F8F8;
  box-sizing: border-box;
}
.search-page .search-box .search-input::-moz-placeholder {
  color: #999;
}
.search-page .search-box .search-input::placeholder {
  color: #999;
}
.search-page .search-box .search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page .search-box .cancel-btn {
  color: #999;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-page .search-box .cancel-btn:hover {
  color: #666;
}
.search-page .search_tab ul.tab-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.search-page .search_tab ul.tab-list .tab-item {
  color: #6A707C;
  font-size: 16px;
  font-weight: 500;
  width: 20%;
  text-align: center;
  padding-bottom: 10px;
}
.search-page .search_tab ul.tab-list .tab-item.active {
  color: #1E232C;
  font-weight: 700;
  border-bottom: 3px solid #31A2AC;
}
.search-page .search_tab .tab-content {
  display: none;
}
.search-page .search_tab .tab-content.active {
  display: block;
}
.search-page .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.search-page .image-grid img {
  width: 100%;
}

.person_list {
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.person_list .person_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.person_list .person_item.active {
  background-color: #F7F8F9;
}

.person_list .person_item .person_user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.person_list .person_item .person_user img {
  width: 45px;
  height: 45px;
}
.person_list .person_item .person_user .user_name {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.person_list .person_item .user_info {
  display: flex;
  align-items: center;
}
.person_list .person_item .user_info li {
  color: #8391A1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.person_list .person_item .user_info li.info {
  color: #31A2AC;
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
}
.person_list .person_item .user_info li.info::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E8ECF4;
  content: "";
}

.chat_container {
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  margin: 60px 0;
  position: relative;
  height: calc(100% - 137px);
  background: #fff;
  overflow-y: auto;
}
.chat_container .search-bar {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
.chat_container .tab-list {
  display: flex;
  padding: 16px 0;
  align-items: center;
  gap: 16px;
}
.chat_container .tab-list .tab-link {
  width: 50%;
  text-align: center;
  height: 38px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8ECF4;
}
.chat_container .tab-list .tab-link.active {
  background-color: #31A2AC;
  color: #fff;
  border: none;
}
.chat_container .chat_list_content {
  margin-top: 20px;
}
.chat_container .chat_list_content .tab-content {
  display: none;
}
.chat_container .chat_list_content .tab-content.active {
  display: block;
}
.chat_container .chat_list_content .chat_list .chat_list_item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding-bottom: 19px;
}
.chat_container .chat_list_content .chat_list .user-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.chat_container .chat_list_content .chat_list .user-img img {
  width: 100%;
}
.chat_container .chat_list_content .chat_list .chat_wrapp {
  width: calc(100% - 42px);
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_list_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_list_header .user {
  color: #1E232C;
  font-size: 16px;
  font-weight: 700;
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_list_header .date {
  color: #8391A1;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_content {
  color: #1E232C;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_list_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.chat_container .chat_list_content .chat_list .chat_wrapp .chat_list_body .alarm {
  background-color: #31A2AC;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
}
.chat_container .chat_btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 100px;
  right: 21px;
  border-radius: 50%;
  background-color: #31A2AC;
  z-index: 9;
}
.chat_container .open-chat .chat_list_item {
  display: flex;
  text-decoration: none;
}
.chat_container .open-chat .chat_list_item .user-img {
  position: relative;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
.chat_container .open-chat .chat_list_item .user-img .profile_img {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.chat_container .open-chat .chat_list_item .user-img .profile_img:nth-child(1) {
  left: 0;
  z-index: 1;
}
.chat_container .open-chat .chat_list_item .user-img .profile_img:nth-child(2) {
  left: 6px;
  z-index: 2;
}
.chat_container .open-chat .chat_list_item .user-img .profile_img:nth-child(3) {
  left: 12px;
  z-index: 3;
}
.chat_container .open-chat .chat_list_item .user-img .more_profile {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 12px;
  z-index: 3;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #1E232C;
  box-shadow: 0px 4px 6px 0px rgba(13, 10, 44, 0.06);
}

.sub_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 20px;
  border-bottom: 1px solid #E1E1E1;
  background: #FFF;
}
.sub_header .page_title {
  font-weight: 600;
  font-size: 16px;
  color: #1E232C;
}
.sub_header .menu_dots {
  position: relative;
}
.sub_header .dropdown_menu {
  position: absolute;
  top: 100%;
  right: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 150px;
}
.sub_header .dropdown_menu.active {
  display: block;
}
.sub_header .dropdown_menu .menu_item {
  width: 100%;
  padding: 12px 16px;
  background: none;
  border: none;
  text-align: left;
  color: #2C2D3A;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.sub_header .dropdown_menu .menu_item:last-child {
  border-bottom: none;
}

.sub_header .dropdown_menu .menu_item_btn {
  width: 100%;
  padding: 12px 16px;
  background: none;
  border: none;
  text-align: left;
  color: #2C2D3A;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.sub_header .dropdown_menu .menu_item_btn:last-child {
  border-bottom: none;
}

.chat_container_list {
  padding: 15px;
  overflow-y: auto;
  height: calc(100vh - 61px);
  background-color: #e3e9ed;
  /* Message styles */
}
.chat_container_list .today_divider {
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  color: #1E232C;
  background: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  position: relative;
  width: 50px;
  font-weight: 700;
}
.chat_container_list .chat_list-item {
  max-width: 70%;
}
.chat_container_list .message {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.chat_container_list .message .user_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chat_container_list .message .user_profile .profile_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat_container_list .message .user_name {
  font-size: 14px;
  color: #000E08;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.chat_container_list .message.received {
  align-items: flex-end;
  flex-direction: row;
}
.chat_container_list .message.received .message_content {
  background: #F2F7FB;
  border-radius: 0 15px 15px 15px;
}
.chat_container_list .message.sent {
  flex-direction: row-reverse;
}
.chat_container_list .message.sent .message_content {
  background: #4AA8D8;
  color: white;
  border-radius: 15px 0 15px 15px;
}
.chat_container_list .message .message_content {
  max-width: 100%;
  padding: 12px 15px;
  font-size: 12px;
}
.chat_container_list .message .message_time {
  font-size: 12px;
  color: #888;
}

.chat_input_area {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 9;
}
.chat_input_area button {
  background: none;
  border: none;
}
.chat_input_area input {
  background-color: #F7F7FC;
  padding: 6px 8px;
  box-sizing: border-box;
  border: none;
  width: calc(100% - 60px);
  height: 36px;
}
.chat_input_area input:focus {
  border: none;
  outline: none;
}
.chat_input_area .camera-btn {
  width: 30px;
  height: 30px;
  padding: 0;
}
.chat_input_area .camera-btn img {
  width: 100%;
  height: 100%;
}
.chat_input_area .send_button {
  width: 30px;
  height: 30px;
  padding: 0;
}
.chat_input_area .send_button img {
  width: 100%;
  height: 100%;
}

.openchat_container_list {
  padding: 15px;
  overflow-y: auto;
  height: calc(100vh - 61px);
  background-color: #e3e9ed;
  /* Message styles */
}
.openchat_container_list .today_divider {
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  color: #1E232C;
  background: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  position: relative;
  width: 50px;
  font-weight: 700;
}
.openchat_container_list .chat_list-item {
  max-width: 70%;
}
.openchat_container_list .message {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.openchat_container_list .message .user_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.openchat_container_list .message .user_profile .profile_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.openchat_container_list .message .user_name {
  font-size: 14px;
  color: #000E08;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.openchat_container_list .message.received {
  align-items: flex-end;
  flex-direction: row;
}
.openchat_container_list .message.received .message_content {
  background: #F2F7FB;
  border-radius: 0 15px 15px 15px;
}
.openchat_container_list .message.sent {
  flex-direction: row-reverse;
}
.openchat_container_list .message.sent .message_content {
  background: #4AA8D8;
  color: white;
  border-radius: 15px 0 15px 15px;
}
.openchat_container_list .message .message_content {
  max-width: 100%;
  padding: 12px 15px;
  font-size: 12px;
}
.openchat_container_list .message .message_time {
  font-size: 12px;
  color: #888;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

.menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

.side_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: white;
  transition: right 0.3s ease;
  z-index: 999;
  padding: 20px;
  /* 멤버 리스트 스타일 */
}
.side_menu.active {
  right: 0;
}
.side_menu .team_wrapp {
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}
.side_menu .team_info {
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.side_menu .team_info .team-title h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #1E232C;
  margin-bottom: 5px;
}
.side_menu .team_info .team-title .member_count {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.side_menu .team_image {
  position: relative;
  width: 80px;
  height: 80px;
}
.side_menu .gradient_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
}
.side_menu .team_type {
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}
.side_menu .manage_btn {
  height: 28px;
  border: 1px solid #31A2AC;
  border-radius: 30px;
  background: white;
  width: 80px;
  color: #31A2AC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 auto;
}
.side_menu .members_list {
  margin-top: 20px;
}
.side_menu .members_list h4 {
  font-size: 20px;
  font-weight: 600;
}
.side_menu .members_list .member_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.side_menu .members_list .member_item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.side_menu .members_list .member_item .member_name {
  font-weight: 500;
  font-size: 14px;
}
.side_menu .members_list .member_item .member_action {
  margin-left: auto;
  width: 70px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31A2AC;
  color: white;
  border-radius: 30px;
  border: none;
}
.side_menu .members_list .add_member_btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.side_menu .member_footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #F9F9F9;
}
.side_menu .member_footer button {
  border: none;
  background: none;
}

.openChat_setting {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  transition: bottom 0.3s ease;
  z-index: 1000;
  /* 토글 스위치 스타일 */
}
.openChat_setting.active {
  bottom: 0;
}
.openChat_setting .setting_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #E1E1E1;
}
.openChat_setting .setting_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #2C2D3A;
}
.openChat_setting .setting_header .close_btn {
  background: none;
  border: none;
  padding: 4px;
}
.openChat_setting .setting_content {
  padding: 0 20px;
}
.openChat_setting .setting_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #E1E1E1;
}
.openChat_setting .setting_item span {
  font-size: 15px;
  color: #2C2D3A;
}
.openChat_setting .setting_item .edit_btn {
  padding: 6px 16px;
  border: 1px solid #31A2AC;
  border-radius: 30px;
  background: none;
  color: #31A2AC;
  font-size: 14px;
}
.openChat_setting .setting_item .number_input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.openChat_setting .setting_item .number_input input {
  width: 60px;
  height: 32px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.openChat_setting .setting_item .number_input span {
  color: #666;
}
.openChat_setting .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.openChat_setting .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.openChat_setting .switch input:checked + .slider {
  background-color: #31A2AC;
}
.openChat_setting .switch input:checked + .slider:before {
  transform: translateX(20px);
}
.openChat_setting .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E1E1;
  transition: 0.3s;
  border-radius: 34px;
}
.openChat_setting .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.openChat_setting .gradient_circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
}
.openChat_setting .team_type {
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
}
.openChat_setting .team_image {
  position: relative;
  width: 80px;
  height: 80px;
}
.openChat_setting .team_info {
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.openChat_setting .team_info .team-title h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #1E232C;
  margin-bottom: 5px;
}
.openChat_setting .team_info .team-title .member_count {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.post_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
  background: #FFF;
}

.post-container {
  height: calc(100% - 150px);
  background: #FFf;
}
.post-container .map {
  width: 100%;
  height: 30vh;
  /* 원하는 높이 설정 */
  display: block;
  z-index:1;
}
.post-container .location-info {
  padding: 0 20px;
  box-sizing: border-box;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #eee;
}
.post-container .location-info .location-icon {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.post-container .location-info #current-address {
  color: #1E232C;
  font-size: 14px;
}
.post-container .search-bar {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 9px;
}
.post-container .search-bar .search-btn {
  background: none;
  border: none;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(0, -50%);
}

.post-sub_header {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #E8ECF4;
}
.post-sub_header .page_title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 600;
  font-size: 16px;
  color: #1E232C;
}

.write-container .map {
  width: 100%;
  height: 30vh;
  /* 원하는 높이 설정 */
  display: block;
}
.write-container .post_text {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  height: calc(100% - 30vh);
}
.write-container .post_text .title-input {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Pretendard";
}
.write-container .post_text .title-input::-moz-placeholder {
  color: #999;
}
.write-container .post_text .title-input::placeholder {
  color: #999;
}
.write-container .post_text .title-input:focus {
  outline: none;
  border-bottom-color: #0066ff;
}
.write-container .post_text .content-text {
  width: 100%;
  min-height: 20vh;
  border: none;
  font-size: 18px;
  resize: none;
  font-family: "Pretendard";
}
.write-container .post_text .content-text::-moz-placeholder {
  color: #999;
}
.write-container .post_text .content-text::placeholder {
  color: #999;
}
.write-container .post_text .content-text:focus {
  outline: none;
}
.write-container .post_add {
  padding: 20px 20px 40px;
  box-sizing: border-box;
  /* position: absolute; */
  width: 100%;
  bottom: 20px;
}
.write-container .post_add .add_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEA;
}
.write-container .post_add .add_inner:nth-child(2) {
  padding-top: 20px;
}
.write-container .post_add .add_inner .add_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.write-container .post_add .add_inner .add_right {
  display: flex;
  gap: 10px;
}
.write-container .post_add .add_inner .add_right p {
  color: #A2A2A2;
  font-size: 14px;
  font-weight: 400;
}
.write-container .full__btn {
  width: 100%;
  height: 60px;
  border-radius: 15px;
}
.write-container .image_contain {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.write-container .image_contain img {
  width: 100%;
  aspect-ratio: 2/1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.write-container .image_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.write-container .recent-items {
  position: relative;
  display: inline-block;
}
.write-container .recent-items .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
}
.write-container .recent-items .dropdown-toggle .arrow-icon {
  transition: transform 0.2s ease;
}
.write-container .recent-items .dropdown-toggle.active .arrow-icon {
  transform: rotate(180deg);
}
.write-container .recent-items .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  display: none;
  z-index: 1000;
}
.write-container .recent-items .dropdown-menu.show {
  display: block;
}
.write-container .recent-items .dropdown-menu li {
  list-style: none;
}
.write-container .recent-items .dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}
.write-container .recent-items .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.write-container .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 50px;
}
.write-container .image-item {
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.write-container .image-item img {
  width: 100%;
}
.write-container .search-box {
  padding: 20px 20px;
  box-sizing: border-box;
}
.write-container .search-box .search-input-wrap {
  position: relative;
  width: 100%;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.write-container .search-box .search-input {
  width: 85%;
  height: 40px;
  padding: 0 40px 0 16px;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  background: #F8F8F8;
  box-sizing: border-box;
}
.write-container .search-box .search-input::-moz-placeholder {
  color: #999;
}
.write-container .search-box .search-input::placeholder {
  color: #999;
}
.write-container .search-box .search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.write-container .search-box .cancel-btn {
  color: #999;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.write-container .search-box .cancel-btn:hover {
  color: #666;
}
.write-container .location_list {
  padding: 0 20px;
  box-sizing: border-box;
}
.write-container .location_list .location_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEA;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.write-container .location_list .location_item p {
  font-weight: 400;
  font-size: 14px;
}
.write-container .now-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.write-container .now-location p {
  font-size: 18px;
  font-weight: 500;
  color: #429EFF;
}

.image_add__list {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px 0;
  width: 100%;
  overflow-x: auto;
}
.image_add__list .image-item {
  width: 90px;
  height: 90px;
  aspect-ratio: 1 / 1;
}
.image_add__list .image-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.setting_header {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
}
.setting_header a {
  text-decoration: none;
  color: #429EFF;
  font-weight: 500;
  font-size: 18px;
}
.setting_header .page_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
}

.setting__inner {
  /* padding: 0 20px; */
  box-sizing: border-box;
  height: calc(100% - 68px);
  overflow-y: auto;
}
.setting__inner .profile_section {
  padding: 15px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEA;
  background: #fff;
}
.setting__inner .profile_section .profile_info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.setting__inner .profile_section .profile_info img {
  width: 50px;
  height: 50px;
}
.setting__inner .profile_section .profile_info .profile_name {
  color: #1E232C;
  font-size: 18px;
  font-weight: 600;
}
.setting__inner .profile_section .manage_btn {
  border-radius: 30px;
  padding: 5px 20px;
}

.setting__inner  .setting__wrapp {
  height: calc(100% - 80px);
  background: #fff;
  overflow-y: auto;
}

.setting__inner .setting_section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  border-bottom: 1px solid #E8ECF4;
  padding: 30px 20px 10px;
  box-sizing:border-box;
}
.setting__inner .setting_section .setting_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #1E232C;
  padding-bottom: 8px;
}
.setting__inner .setting_section .setting_item span {
  color: #1E232C;
  font-size: 14px;
  font-weight: 500;
}
.setting__inner .bottom_buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  padding: 30px 20px;
}
.setting__inner .bottom_buttons .logout_btn {
  color: #FD2121;
  font-weight: 500;
  padding: 0;
  font-size:14px;
  cursor: pointer;
}
.setting__inner .bottom_buttons .unsubscribe_btn {
  padding: 0;
  font-size:14px;
  cursor: pointer;
}

.setting__inner .info_list {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  background:#fff;
}
.setting__inner .info_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.setting__inner .info_list li h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 85px;
}
.setting__inner .info_list li p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.setting__inner .Policy_inner {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  background:#fff;
}
.setting__inner .Policy_inner .Policy_list {
  margin-bottom: 32px;
}
.setting__inner .Policy_inner .Policy_list h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.setting__inner .Policy_inner .Policy_list p {
  font-weight: 400;
  color: var(--Light-Gray-11, #000);
  font-size: 14px;
  margin-bottom: 16px;
}
.setting__inner .notice_inner {
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  background: #fff;
}
.setting__inner .notice_inner .notice_list {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8ECF4;
}
.setting__inner .notice_inner .notice_list a {
  text-decoration: none;
}
.setting__inner .notice_inner .notice_list a h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}
.setting__inner .notice_inner .notice_list a p {
  font-size: 12px;
  color: #BDBDBC;
  font-weight: 400;
}
.setting__inner .notice_inner .notice_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
}
.setting__inner .notice_inner .date {
  font-size: 12px;
  color: #BDBDBC;
  font-weight: 400;
}
.setting__inner .language-inner {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #fff;
}
.setting__inner .language-inner .language-list h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.setting__inner .language-inner .language-list .radio-buttons {
  position: relative;
}
.setting__inner .language-inner .language-list .radio-buttons label {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.setting__inner .language-inner .radio-button input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.setting__inner .language-inner .custom-radio {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #eee;
}
.setting__inner .language-inner .custom-radio::after {
  content: "";
  position: absolute;
  /* 최초 display none */
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E3EEFF;
  border: 1px solid #C7DDFF;
}
.setting__inner .language-inner .radio-button input[type=radio]:checked ~ .custom-radio {
  background-color: #2196f3;
}
.setting__inner .language-inner .radio-button input[type=radio]:checked ~ .custom-radio:after {
  display: block;
}
.setting__inner .account-form {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  background:#fff;
}
.setting__inner .account-form .form-group {
  margin-bottom: 16px;
}
.setting__inner .account-form .form-group.half {
  flex: 1;
}
.setting__inner .account-form .form-group label {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}
.setting__inner .account-form .form-group input,
.setting__inner .account-form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
.setting__inner .account-form .form-group input:focus,
.setting__inner .account-form .form-group select:focus {
  border-color: #007AFF;
}
.setting__inner .account-form .form-row {
  display: flex;
  gap: 16px;
}
.setting__inner .account-form .phone-group .phone-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: visible;
  background-color: #fff;
}
.setting__inner .account-form .phone-group .phone-input-container:has(input:disabled) {
  background-color: #f5f5f5;
  pointer-events: none;
}
.setting__inner .account-form .phone-group .phone-input-container input[type=tel] {
  border: none;
  flex: 1;
  padding: 12px;
}
.setting__inner .account-form .phone-group .phone-input-container input[type=tel]:disabled {
  background-color: transparent;
}
.setting__inner .account-form .phone-group .country-select {
  position: relative;
  min-width: 90px;
}
.setting__inner .account-form .phone-group .country-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background-color: #ddd;
}
.setting__inner .account-form .phone-group .country-select .country-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
}
.setting__inner .account-form .phone-group .country-select .country-trigger .flag-icon {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown.active {
  display: block !important;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list {
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list::-webkit-scrollbar {
  width: 6px;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list li:hover {
  background-color: #f5f5f5;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list li img {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.setting__inner .account-form .phone-group .country-select .country-dropdown .country-list li span:last-child {
  margin-left: auto;
  color: #666;
}
.setting__inner .account-form .custom-dropdown {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}
.setting__inner .account-form .custom-dropdown.disabled {
  background-color: #f5f5f5;
  pointer-events: none;
}
.setting__inner .account-form .custom-dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.setting__inner .account-form .custom-dropdown .dropdown-trigger .selected-option {
  flex: 1;
}
.setting__inner .account-form .custom-dropdown .dropdown-trigger .dropdown-arrow {
  width: 20px;
  height: 20px;
  color: #666;
}
.setting__inner .account-form .custom-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
}
.setting__inner .account-form .custom-dropdown .dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.setting__inner .account-form .custom-dropdown .dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.setting__inner .account-form .custom-dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.setting__inner .account-form .custom-dropdown .dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.setting__inner .account-form .custom-dropdown .dropdown-list.active {
  display: block !important;
}
.setting__inner .account-form .custom-dropdown .dropdown-list li {
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
}
.setting__inner .account-form .custom-dropdown .dropdown-list li:hover {
  background-color: #f5f5f5;
}
.setting__inner .account-form .save-btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  background: #1573FE;
}
.setting__inner .profile-card {
  background: white;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
}
.setting__inner .profile-card .profile-image-container {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
}
.setting__inner .profile-card .profile-image-container .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.setting__inner .profile-card .profile-image-container .edit-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0066ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.setting__inner .profile-card .profile-image-container .edit-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: white;
}
.setting__inner .profile-card .form-group {
  margin-bottom: 16px;
}
.setting__inner .profile-card .form-group .form-label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}
.setting__inner .profile-card .form-group .form-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.setting__inner .profile-card .form-group .form-input:focus {
  outline: none;
  border-color: #0066ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.2);
}
.setting__inner .profile-card .form-group textarea.form-input {
  min-height: 100px;
  resize: vertical;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Pretendard;
}
.setting__inner .profile-card .save-btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  background: #1573FE;
}
.setting__inner .friends_inner {
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
  background:#fff;
}
.setting__inner .friends_inner .setting_section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  border-bottom: none;
  padding: 0;
}
.setting__inner .friends_inner .setting_section .setting_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #1E232C;
  padding-bottom: 8px;
}
.setting__inner .friends_inner .setting_section .setting_item span {
  color: #1E232C;
  font-size: 14px;
  font-weight: 500;
}
.setting__inner .friends_inner .toggle_item {
  cursor: default;
}
.setting__inner .friends_inner .toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.setting__inner .friends_inner .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.setting__inner .friends_inner .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.setting__inner .friends_inner .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.setting__inner .friends_inner input:checked + .slider {
  background-color: #2196F3;
}
.setting__inner .friends_inner input:checked + .slider:before {
  transform: translateX(22px);
}
.setting__inner .friends_inner .chevron_right {
  color: #999;
}
.setting__inner .friends_inner .person_list {
  padding: 0;
}
.setting__inner .friends_inner .person_list .person_user {
  gap: 11px;
}
.setting__inner .friends_inner .person_list .user_info {
  gap: 12px;
}
.setting__inner .friends_inner .person_list .user_info .outline__btn {
  color: #31A2AC;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  height: 28px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting__inner .friends_inner .person_list .user_info .full__btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  height: 28px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting__inner .notification_section {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
}
.setting__inner .notification_section .notification_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}
.setting__inner .notification_section .notification_item:last-child {
  border-bottom: none;
}
.setting__inner .notification_section .notification_item .notification_info {
  flex: 1;
  padding-right: 16px;
}
.setting__inner .notification_section .notification_item .notification_info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #111619;
}
.setting__inner .notification_section .notification_item .notification_info p {
  font-size: 14px;
  color: #838383;
  margin: 0;
  font-weight: 400;
}
.setting__inner .notification_section .notification_item .toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  flex-shrink: 0;
}
.setting__inner .notification_section .notification_item .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.setting__inner .notification_section .notification_item .toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.setting__inner .notification_section .notification_item .toggle .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.setting__inner .notification_section .notification_item input:checked + .slider {
  background-color: #2196F3;
}
.setting__inner .notification_section .notification_item input:checked + .slider:before {
  transform: translateX(22px);
}

.saved_post {
  /* 클릭 시 오버레이 표시 */
    padding: 30px 20px;
    box-sizing: border-box;
    height: 100%;
    background:#fff;
}
.saved_post .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.saved_post .image-item {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  position: relative;
}
.saved_post .image-item img {
  width: 100%;
}
.saved_post .delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.saved_post .delete-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  padding: 0;
}
.saved_post .delete-btn svg {
  width: 16px;
  height: 16px;
}
.saved_post .delete-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.message_container {
  background: #e7e7e7;
  width: 100%;
  height: calc(100vh - 61px);
}
.message_container .message {
  padding: 30px 20px;
  box-sizing: border-box;
}
.message_container .message .message_list {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 12px;
}
.message_container .message .message_list .post-imgage {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.message_container .message .message_list h3 {
  color: #2F2F28;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.message_container .message .message_list p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #2F2F28;
}
.message_container .message .message_list .date {
  font-size: 14px;
  color: #BDBDBC;
  text-align: right;
}
.message_container .tabs {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.message_container .tabs .tab-link {
  color: #64748B;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
}
.message_container .tabs .tab-link.current {
  color: #1E293B;
  font-weight: 600;
  border-bottom: 3px solid #2E70E8;
}
.message_container .tab-content {
  display: none;
}
.message_container .tab-content.current {
  display: block;
}
.message_container .message_list {
  border-radius: 8px;
  background: #FFF;
  padding: 10px 12px;
  box-sizing: border-box;
}

.notification_inner {
  height: 100%;
  background: #fff;
}
.notification_inner.main-notice .notification-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8ECF4;
  padding-top: 10px;
}
.notification_inner.main-notice .notification-item:last-child {
  border-bottom: none;
}
.notification_inner .tabs {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding:10px 20px 0;
  border-bottom: 1px solid #E1E1E1;
}
.notification_inner .tabs .tab-link {
  color: #64748B;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
}
.notification_inner .tabs .tab-link.current {
  color: #1E293B;
  font-weight: 600;
  border-bottom: 3px solid #2E70E8;
}
.notification_inner .tab-content {
  display: none;
}
.notification_inner .tab-content.current {
  display: block;
}
.notification_inner .notifications_container {
  padding: 20px 16px 0;
  box-sizing: border-box;
  height: calc(100% - 44px);
  overflow-y: auto;
}
.notification_inner .notification-avatar {
  position: relative;
  margin-right: 12px;
}
.notification_inner .notification-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.notification_inner .notification-avatar .status-dot {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #90CDF4;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 0;
}
.notification_inner .notification-content {
  flex: 1;
}
.notification_inner .notification-content .notification-text {
  margin: 0 0 8px;
  line-height: 1.4;
}
.notification_inner .notification-content .notification-text strong {
  font-weight: 600;
}
.notification_inner .notification-content .notification-time {
  color: #666;
  font-size: 0.85em;
  display: block;
}
.notification_inner .notification-content .notification-actions {
  margin: 8px 0;
}
.notification_inner .notification-content .notification-actions button {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  margin-right: 8px;
  cursor: pointer;
}
.notification_inner .notification-content .notification-actions button.btn-approve {
  background-color: #ff4742;
  color: white;
}
.notification_inner .notification-content .notification-actions button.btn-decline {
  background-color: transparent;
  border: 1px solid #ddd;
}
.notification_inner .notification-content .reply-content {
  background-color: #f5f5f5;
  padding: 12px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 0.95em;
}
.notification_inner .notification-content .file-attachment {
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.notification_inner .notification-content .file-attachment .file-name {
  font-weight: 500;
}
.notification_inner .notification-content .file-attachment .file-size {
  color: #666;
  font-size: 0.85em;
}
.notification_inner .notification-item {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.profile_wrapper {
  padding: 24px 16px;
  background-color: #fff;
}
.profile_wrapper .profile_container {
  background: white;
}
.profile_wrapper .profile_header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.profile_wrapper .profile_header .profile_image {
  width: 90px;
  height: 90px;
  margin-right: 16px;
}
.profile_wrapper .profile_header .profile_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_wrapper .profile_header .profile_title h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.profile_wrapper .profile_header .profile_title h2 .crown {
  font-size: 20px;
}
.profile_wrapper .profile_stats {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}
.profile_wrapper .profile_stats .stat_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_wrapper .profile_stats .stat_item .number {
  font-size: 18px;
  font-weight: 600;
  color: #1E232C;
}
.profile_wrapper .profile_stats .stat_item .label {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.profile_wrapper .profile_info .location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1E232C;
  font-size: 14px;
}
.profile_wrapper .profile_info .bio {
  color: #1E232C;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.profile_wrapper .profile_info .website {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile_wrapper .profile_info .website:hover {
  text-decoration: underline;
}
.profile_wrapper .button_area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.profile_wrapper .button_area.friends-btn button {
  width: 100%;
}
.profile_wrapper .button_area button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}
.profile_wrapper .button_area .outline-btn {
  border: 1px solid #BDBDBC;
  background-color: #fff;
}
.profile_wrapper .button_area .full-btn {
  background-color: #2E70E8;
  color: #fff;
}

.profile_tab {
  height: calc(100vh - 454px);
}
.profile_tab .profile_inner {
  height: calc(100% - 35px);
  overflow-y: auto;
  background-color: #fff;
}
.profile_tab .image-grid {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-bottom: 50px;
}
.profile_tab .image-grid .image-item {

  width: 100%;
  height: 135px;
  background-position: center;
  background-repeat: no-repeat;
}
.profile_tab .image-grid .image-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
    object-fit: cover;
}
.profile_tab .tab-list {
  background-color: #fff;
  display: grid;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(2, 1fr);
}
.profile_tab .tab-list .tab-link {
  color: #64748B;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
}
.profile_tab .tab-list .tab-link.active {
  color: #1E293B;
  font-weight: 600;
  border-bottom: 3px solid #2E70E8;
}
.profile_tab .tab-content {
  display: none;
}
.profile_tab .tab-content.active {
  display: block;
}
.profile_tab .message {
  padding: 30px 20px;
  box-sizing: border-box;
}
.profile_tab .message .message_list {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 12px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}
.profile_tab .message .message_list .message_list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_tab .message .message_list .post-imgage {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_tab .message .message_list h3 {
  color: #2F2F28;
  font-size: 16px;
  font-weight: 600;
}
.profile_tab .message .message_list p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #2F2F28;
}
.profile_tab .message .message_list .date {
  font-size: 14px;
  color: #BDBDBC;
  text-align: right;
}/*# sourceMappingURL=style.css.map */

#full_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1000;
}

#post_modal {
  display: none;
  z-index: 1000;
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 16px;
  height: calc(100vh - 40px);
  overflow: hidden;
  box-shadow: -1px 6px 11px 1px rgba(0, 0, 0, 0.31);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location_item_wrap {
  overflow: auto;
  height: 400px;
}

@media screen and (min-width: 769px) {
  .app {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
  }
  html, body {
    height: 100vh;
    background: #fdfdfd;
  }
  .bottom-nav {
    position: absolute;
  }
  
}
@media screen and (max-width: 768px) {
  .app {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    height: 100%;
    box-shadow: unset;
    min-height: 100vh;
    overflow-y: auto;
    display: block;
  }
}

.layer-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
height: 100%;
  position: relative;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.location_list_title {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 20px 0;
  display: block;
}

/* 검색 페이지 스타일 */
.searchRecent-scroll-container {
  display: flex;
  overflow-x: auto;
  padding: 10px 16px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.searchRecent-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.searchRecent-item {
  display: flex;
  align-items: center;
  background: #F7F8F9;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  margin-right: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.searchRecent-location {
  background: #E6F7F9;
}

.searchRecent-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.searchRecent-text {
  font-size: 14px;
  color: #1E232C;
}

.searchRecent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 16px;
}

.searchRecent-title {
  font-size: 16px;
  font-weight: 600;
  color: #1E232C;
  margin: 0;
}

.searchRecent-clear-button {
  background: none;
  border: none;
  color: #31A2AC;
  font-size: 14px;
  cursor: pointer;
}

.searchRecent-list {
  list-style: none;
  padding: 0 16px;
  margin: 0;
}

.searchRecent-item {
  margin-bottom: 12px;
}

.searchRecent-button {
  width: 100%;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 12px 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
}

.searchRecent-query {
  font-size: 14px;
  color: #1E232C;
  flex-grow: 1;
}

.searchRecent-empty {
  padding: 32px 0;
  text-align: center;
  color: #8391A1;
  font-size: 14px;
}


/* 팝업 스타일 */
.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-alert-overlay.active {
  opacity: 1;
  visibility: visible;
}

.custom-alert-box {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 24px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.custom-alert-overlay.active .custom-alert-box {
  transform: translateY(0);
}

.custom-alert-icon {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
  color: #ff6b6b;
}

.custom-alert-message {
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.custom-alert-button {
  background-color: #4a6cf7;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom-alert-button:hover {
  background-color: #3955d1;
}