* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  height: 100vh; /* 화면 전체 높이 */
  display: flex;
  justify-content: center; /* 수평 중앙 정렬 */
  align-items: center; /* 수직 중앙 정렬 */
  background: rgba(164, 211, 255, 1); /* 배경색을 여기에 설정 */
  overflow-y: auto; /* 세로 스크롤 가능하도록 설정 */
}

.v64_143 {
  width: 90%; /* 최대 너비 설정 */
  max-width: 400px; /* 최대 너비 설정 */
  height: auto; /* 콘텐츠에 맞게 높이 자동 조절 */
  background: rgba(164, 211, 255, 1); /* 배경색을 여기에 설정 */
  position: relative;
  overflow: hidden;
  padding: 20px; /* 선택 사항: 내부 여백 추가 */
  border-radius: 4px; /* 선택 사항: 둥근 모서리 추가 */
  overflow-y: auto; /* 세로 스크롤 가능하도록 설정 */
}

.v64_144 {
  width: 100%;
  height: 100vh;
  background: rgba(164,211,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.v64_145 {
  width: 279px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 226px;
  left: 56px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v64_146 {
  width: 317px;
  height: 58px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 330px;
  left: 37px;
  border: 2px solid rgba(31,78,121,1);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.v64_147 {
  width: 317px;
  height: 58px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 419px;
  left: 37px;
  border: 2px solid rgba(31,78,121,1);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.input-field {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: Pretendard;
  font-size: 14px;
  background: none;
  color: rgba(31,78,121,1); /* 텍스트 색상 설정 */
  padding: 10px;
  padding-left: 20px; /* 왼쪽 마진을 위한 패딩 추가 */
}
.v64_148 {
  width: 71px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 352px;
  left: 51px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v64_149 {
  width: 83px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 441px;
  left: 51px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v64_150 {
  width: 37px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 311px;
  left: 51px;
  font-family: Pretendard;
  font-weight: Medium;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v64_151 {
  width: 49px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 400px;
  left: 51px;
  font-family: Pretendard;
  font-weight: Medium;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.v64_152 {
  width: 293px;
  height: 54px;
  background: url("../img/images/v64_152.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 113px;
  left: 48px;
  overflow: hidden;
}
.v64_153 {
  width: 318px;
  height: 58px;
  background: none;
  opacity: 1;
  position: absolute;
  top: 754px;
  left: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.v64_154 {
  width: 318px;
  height: 58px;
  background: rgba(31,78,121,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
}
.v64_155 {
  width: 69px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 15px;
  left: 125px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 18px;
  opacity: 1;
  text-align: left;
}






.sidebar {
  background-color: #d6eaff;
  width: 300px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.company-name {
  font-weight: bold;
  color: #005587;
}

.tagline {
  font-size: 14px;
  color: #005587;
}

.menu {
  margin-bottom: 20px;
}

.menu-section {
  margin-bottom: 20px;
}

.menu-title {
  font-weight: bold;
  color: #005587;
  margin-bottom: 10px;
  display: block;
}

.menu-section ul {
  list-style: none;
}

.menu-section ul li {
  margin-bottom: 10px;
  color: #005587;
}

.footer {
  font-size: 12px;
  color: #005587;
}

.footer address {
  font-style: normal;
  line-height: 1.5;
}

.v69_62 {
  width: 293px;
  height: 54px;
  background: url("../img/images/funxingq.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 161px;
  left: 48px;
  overflow: hidden;
}

.v69_46 {
  width: 64px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 313px;
  left: 45px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}


/* ---------------------------------- */
.v69_43 {
  width: 318px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 292px;
  left: 31px;
  border: 2px solid rgba(31,78,121,1);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
}
.v69_44 {
  width: 318px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 362px;
  left: 31px;
  border: 2px solid rgba(31,78,121,1);
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
}

.v69_47 {
  width: 76px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 383px;
  left: 45px;
  font-family: Pretendard;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}

.v69_45 {
  width: 318px;
  height: 58px;
  background: rgba(31,78,121,1);
  opacity: 1;
  position: absolute;
  top: 432px;
  left: 31px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; /* 클릭 가능한 커서로 변경 */
}

.input-field {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-family: Pretendard;
  font-size: 14px;
  background: none;
  color: rgba(31,78,121,1); /* 텍스트 색상 설정 */
  padding: 10px;
  padding-left: 20px; /* 왼쪽 마진을 위한 패딩 추가 */
}


.input-field1 {
  width: 100%; /* input-field 너비 조정 */
  height: 40px;
  border: 2px solid rgba(31,78,121,1); /* 테두리 색상 추가 */
  border-radius: 15px;
  padding-left: 20px; /* 왼쪽 여백 추가 */
  font-family: Pretendard;
  font-size: 14px;
  color: rgba(31,78,121,1); /* 텍스트 색상 설정 */
  background: none;
  margin-top: 10px;
  outline: none; /* 포커스 시 브라우저 기본 테두리 제거 */
  box-shadow: none; /* 포커스 시 그림자 제거 */
}

.v69_49 {
  width: 154px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 450px;
  left: 163px;
  font-family: Inter;
  font-weight: Bold;
  font-size: 18px;
  opacity: 1;
  text-align: left;
}

.v69_56 {
  width: 16px;
  height: 16px;
  margin-right: 10px; /* 필요 시 조정 */
  accent-color: rgba(31,78,121,1); /* 체크박스 색상 */
}


.v69_48 {
  width: 350px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 501px;
  left: 31px;
  font-family: Inter;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}

.v69_57 {
  width: 59px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 584px;
  left: 64px;
  font-family: Inter;
  font-weight: Semi Bold;
  font-size: 12px;
  opacity: 1;
  text-align: left;
}
.v69_58 {
  width: 70px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 584px;
  left: 167px;
  font-family: Inter;
  font-weight: Semi Bold;
  font-size: 12px;
  opacity: 1;
  text-align: left;
}
.v69_59 {
  width: 45px;
  color: rgba(31,78,121,1);
  position: absolute;
  top: 584px;
  left: 281px;
  font-family: Inter;
  font-weight: Semi Bold;
  font-size: 12px;
  opacity: 1;
  text-align: left;
}

.v69_60 {
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 584px;
  left: 144px;
  border: 1px solid rgba(31,78,121,1);
}
.v69_61 {
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 584px;
  left: 260px;
  border: 1px solid rgba(31,78,121,1);
}






/* ---------------------------------- */

/* 미디어 쿼리 추가 */
@media (max-width: 400px) {
  .v69_62 {
    /* width: 90%; */
    left: 5%;
    transform: none;
  }

  .v64_145, .v64_148, .v64_149, .v64_150, .v64_151, .v64_49, .v69_46, .v69_47{
    font-size: 12px;
    left: 10px;
  }

  .v64_146, .v64_147, .v69_43, .v69_44, .v69_45 {
    width: 90%;
    left: 5%;
  }

  .v69_57 {   left: 44px; }
  .v69_58 {   left: 130px; }
  .v69_59 {   left: 237px; }
  .v69_60 {   left: 120px; }
  .v69_61 {   left: 220px; }

  .v69_49 {
    left: 40%;
  }

  .v64_152 {
    width: 90%;
    left: 5%;
    transform: none;
  }

}
