@charset "UTF-8";

/* my */

section.my {
  background: var(--_, #fff9f8);
}

section.my .inner {
  display: flex;
  gap: 20px;
  padding-bottom: 200px;
  padding-top: 60px;
}

section.my .side-nav {
  padding: 30px 30px 60px;
  background: white;
  height: fit-content;
  width: 200px;
  flex-shrink: 0;
  border-radius: 20px;
}

section.my p.nav-title {
  color: var(--A1, #e40321);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.my .nav-box {
  margin-top: 30px;
}

section.my .nav-box p.box-title {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

section.my .nav-box a {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  display: block;
  position: relative;
  width: fit-content;
}

section.my .nav-box a.on {
  color: var(--A1, #e40321);
}

section.my .nav-box a.on::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e40321;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 7px;
  left: 100%;
}

section.my .my-cont {
  flex: 1;
}

section.my .account-info {
  background: white;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}

section.my .account-info .info-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.my .account-info .profileImg {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}

section.my .account-info .profileImg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

section.my .account-info .txt-box {}

section.my .account-info p.name {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.my .account-info p.email {
  color: #aaa;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

section.my .account-info a.logout-btn {
  border-radius: 5px;
  background: var(--_, #f5f5f3);
  height: 40px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section.my .account-info a.logout-btn p {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.my p.cont-title {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 40px 0 10px 10px;
}

section.my .cont-box {
  border-radius: 20px;
  background: white;
  padding: 30px;
}

/*  */

section.my .car-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

section.my .car-item {
  border-radius: 10px;
  border: 1px solid var(---, #ffdbd4);
  padding: 30px;
  position: relative;
}

section.my .car-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

section.my .car-info .txt-box {}

section.my .car-item img.brandImg {
  width: 40px;
}

section.my .car-item p.brandNm {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
}

section.my .car-item p.trimNm {
  color: #aaa;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.26px;
}

section.my .car-item img.modelImg {
  width: 208px;
}

section.my .car-item .car-info2 {
  margin-top: 10px;
}

section.my .car-item .info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.my .car-item p.info-name {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.26px;
}

section.my .car-item p.info-cont {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.26px;
}

section.my .car-item .info-row:last-child {
  margin-top: 5px;
}

section.my .car-item .info-row:last-child p.info-cont {
  color: var(--title-, #222);
}

section.my .car-item p.info-cont span {
  color: var(--A1, #e40321);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.3px;
}

section.my .car-btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

section.my a.car-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--A1, #e40321);
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
  width: 200px;
  gap: 5px;
}

section.my a.car-btn p {
  color: var(--A1, #e40321);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.my a.car-btn.car-btn1 {}

section.my a.car-btn.car-btn1 p {}

section.my a.car-btn.car-btn1 img {
  height: 12px;
}

section.my a.car-btn.car-btn2 {
  background: var(--A1, #e40321);
}

section.my a.car-btn.car-btn2 p {
  color: white;
}

section.my a.car-btn.car-btn2 img {
  height: 15px;
}

section.my .car-item .check-area {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11.5px;
  left: 15px;
  background-image: url(../img//my/check_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

section.my .car-item .check-area.on {
  background-image: url(../img//my/check_on.svg);
}

section.my .no-list {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.my .no-list p.txt1 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

section.my .no-list p.txt2 {
  color: #777;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

section.my .no-list .car-btns {
  margin-top: 30px;
}

section.my .tab-list {
  display: flex;
  gap: 5px;
  align-items: center;
  display: none;
}

section.my .tab-item {
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 8px 20px;
  cursor: pointer;
}

section.my .tab-item.on {
  border-color: #e40321;
}

section.my .tab-item p {
  color: #777;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

section.my .tab-item.on p {
  color: #e40321;
  font-weight: bold;
}

section.my .board-box {}

section.my .board-box:nth-child(2) {
  padding-top: 36px;
}

section.my .board-box p.title {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
  border-bottom: 2px solid var(--title-, #222);
  padding-bottom: 20px;
}

section.my .board-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

section.my .board-item .img-box {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url(../img/my/basic-profile.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

section.my .board-item .txt-box {
  width: 100%;
}

section.my .board-item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.my .board-item p.txt1 {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-break: break-all;
}

section.my .board-item p.txt1 span {
  color: var(--A1, #e40321);
  font-weight: 400;
}

section.my .board-item p.txt2 {
  color: var(--title-, #222);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

section.my .board-item p.txt3 {
  color: #777;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

section.my .page_list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

section.my .page_list .page_btn2 {
  cursor: pointer;
}

section.my .page_list .page_btn2 img {
  width: 25px;
}

section.my .page_list .page_btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

section.my .page_list .page_btn p {
  color: #aaaaaa;
  /* font-family: Montserrat; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21875;
  letter-spacing: -0.02em;
}

section.my .page_list .page_btn.on {
  background: #e40321;
  border-radius: 100%;
}

section.my .page_list .page_btn.on p {
  font-weight: 700;
  color: white;
}

/* myquote */

section.my.myquote .car-list {
  padding-top: 10px;
}

section.my.myquote .list-board {}

section.my.myquote .list-board .board-inner {
  border-radius: 10px;
  border: 1px solid var(---, #ffdbd4);
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.my.myquote .list-board .all-car {
  display: flex;
  align-items: center;
  gap: 5px;
}

section.my.myquote .all-car .check-area {
  width: 16px;
  height: 16px;
  background-image: url(../img//my/check_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

section.my.myquote .all-car .check-area.on {
  background-image: url(../img//my/check_on.svg);
}

section.my.myquote .all-car p {
  color: #777;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

section.my.myquote .all-car span {
  color: #e40321;
}

section.my.myquote .list-board a.erase-btn {
  cursor: pointer;
}

section.my.myquote a.erase-btn p {
  color: var(--A1, #e40321);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.26px;
}

/* myposts */
/* myprofile */
section.my.myprofile p.cont-title {
  margin-top: 0;
}

section.my.myprofile .cont-box-list {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 408px;
}

section.my.myprofile .cont-box-list .cont-box {
  height: 100%;
}

section.my.myprofile .cont-box-list .cont-box:first-child {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.my.myprofile .cont-box-list .cont-box:last-child {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

section.my.myprofile .cont-box-list .user-img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  /* background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  margin: 0 auto;
}

section.my.myprofile .cont-box-list .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

section.my.myprofile .cont-box-list p.user-name {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}

section.my.myprofile .cont-box-list .cont-box .btn-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.my.myprofile .cont-box-list .btn-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

section.my.myprofile .cont-box-list .btn-list a.red {
  color: #fff;
  background: var(--A1, #E40321);
  border: none;
}

section.my.myprofile .cont-box-list .cont-box:first-child .btn-list {
  justify-content: center;
}

section.my.myprofile .cont-box-list .btn-list a {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #dedede;
  cursor: pointer;
}

section.my.myprofile .cont-box-list .btn-list input#mb_image {
  display: none;
}

section.my.myprofile .cont-box-list .btn-list label.upload-label {
  color: #777;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #dedede;
  cursor: pointer;
}

section.my.myprofile .cont-box-list p.txt1 {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.my.myprofile .cont-box-list .info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  margin-top: 20px;
}

section.my.myprofile .cont-box-list .input-box p::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 100%;
  margin-right: 7px;
}

section.my.myprofile .cont-box-list .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

section.my.myprofile .cont-box-list .input-box p {
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  position: relative;
  display: flex;
  align-items: center;
}

section.my.myprofile .cont-box-list .input-box input {
  height: 50px;
  border: 1px solid #dedede;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  width: 245px;
}

section.my.myprofile .cont-box-list .input-box input[readonly=""] {
  border: 1px solid #dedede;
  background: #f9f9f9;
  color: #aaa;
}

/* 거주지역 셀렉트박스 */
section.my.myprofile .cont-box-list .input-box .part-select {
  position: relative;
}

section.my.myprofile .cont-box-list .input-box .title-box {}

section.my.myprofile .cont-box-list .input-box .selected-type {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  background-image: url(../img/my/down_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 20px center;
  cursor: pointer;
  gap: 5px;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  width: 245px;
  outline: none;
}

section.my.myprofile .cont-box-list .input-box .selected-type h2 {
  width: auto;
  height: auto;
  overflow: auto;
  color: var(--title-, #222);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

section.my.myprofile .cont-box-list .input-box .selected-type p {
  font-size: 15.38px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4000000059604645px;
  color: #222222;
  width: auto;
  height: auto;
  overflow: auto;
}

section.my.myprofile .cont-box-list .input-box .selected-type img {
  width: 50px;
}

section.my.myprofile .cont-box-list .input-box .title-box .select-list {
  border: 1px solid #DEDEDE;
  border-top: none;
  background: white;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: calc(100% - 1px);
  display: none;
  z-index: 2;
  max-height: 300px;
  overflow-y: scroll;
}

section.my.myprofile .cont-box-list .input-box .title-box.on .select-list {
  display: block;
}

section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar {
  width: 8px;
  /* 스크롤바 너비 조정 */
  background: transparent;
  /* 스크롤바 배경 투명 */
}

section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  /* 스크롤바 색상 */
  border-radius: 10px;
  /* 모서리 둥글게 */
  opacity: 0.5;
}

section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-track {
  background: transparent;
  /* 스크롤바 트랙 배경 투명 */
}

/* 스크롤바 길이를 짧게 조정 */
section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
  height: 20px;
  /* 스크롤바의 길이를 조정 */
}

section.my.myprofile .cont-box-list .input-box .list-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  height: 50px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  outline: none;
}

section.my.myprofile .cont-box-list .input-box .list-item p {}

section.my.myprofile .cont-box-list .input-box .list-item p::before {
  display: none;
}

section.my.myprofile .cont-box-list .input-box .list-item.on {}

section.my.myprofile .cont-box-list .input-box .list-item.on p {
  font-weight: bold;
}

section.my.myprofile .cont-box-list .input-box .list-item:hover {
  background: #E40321;
}

section.my.myprofile .cont-box-list .input-box .list-item:hover p {
  color: white;
}

section.my.myprofile .cont-box-list .input-box .list-item img {
  width: 50px;
}

/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/

@media (max-width:1320px) and (min-width: 721px) {
  section.my {
    background: var(--_, #fff9f8);
  }

  section.my .inner {
    display: flex;
    gap: 1.52vw;
    padding-bottom: 15.15vw;
    padding-top: 4.55vw;
  }

  section.my .side-nav {
    padding: 2.27vw 2.27vw 4.55vw;
    background: white;
    height: fit-content;
    width: 15.15vw;
    flex-shrink: 0;
    border-radius: 1.52vw;
  }

  section.my p.nav-title {
    color: var(--A1, #e40321);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  section.my .nav-box {
    margin-top: 2.27vw;
  }

  section.my .nav-box p.box-title {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.76vw;
  }

  section.my .nav-box a {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2;
    display: block;
    position: relative;
    width: fit-content;
  }

  section.my .nav-box a.on {
    color: var(--A1, #e40321);
  }

  section.my .nav-box a.on::after {
    content: "";
    display: inline-block;
    width: 0.38vw;
    height: 0.38vw;
    background-color: #e40321;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.53vw;
    left: 100%;
  }

  section.my .my-cont {
    flex: 1;
  }

  section.my .account-info {
    background: white;
    padding: 1.52vw 2.27vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.52vw;
  }

  section.my .account-info .info-box {
    display: flex;
    align-items: center;
    gap: 1.52vw;
  }

  section.my .account-info .profileImg {
    height: 5.3vw;
    width: 5.3vw;
  }

  section.my .account-info .txt-box {}

  section.my .account-info p.name {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  section.my .account-info p.email {
    color: #aaa;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.76vw;
  }

  section.my .account-info a.logout-btn {
    border-radius: 0.38vw;
    background: var(--_, #f5f5f3);
    height: 3.03vw;
    width: 6.44vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  section.my .account-info a.logout-btn p {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  section.my p.cont-title {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 3.03vw 0 0.76vw 0.76vw;
  }

  section.my .cont-box {
    border-radius: 1.52vw;
    background: white;
    padding: 2.27vw;
  }

  /*  */

  section.my .car-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.52vw;
  }

  section.my .car-item {
    border-radius: 0.76vw;
    border: 0.08vw solid var(---, #ffdbd4);
    padding: 2.27vw;
    position: relative;
  }

  section.my .car-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.52vw;
  }

  section.my .car-info .txt-box {}

  section.my .car-item img.brandImg {
    width: 3.03vw;
  }

  section.my .car-item p.brandNm {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.03vw;
  }

  section.my .car-item p.trimNm {
    color: #aaa;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my .car-item img.modelImg {
    width: 15.76vw;
  }

  section.my .car-item .car-info2 {
    margin-top: 0.76vw;
  }

  section.my .car-item .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  section.my .car-item p.info-name {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my .car-item p.info-cont {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my .car-item .info-row:last-child {
    margin-top: 0.38vw;
  }

  section.my .car-item .info-row:last-child p.info-cont {
    color: var(--title-, #222);
  }

  section.my .car-item p.info-cont span {
    color: var(--A1, #e40321);
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my .car-btns {
    display: flex;
    gap: 0.76vw;
    margin-top: 1.52vw;
  }

  section.my a.car-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.38vw;
    border: 0.08vw solid var(--A1, #e40321);
    height: 4.55vw;
    box-sizing: border-box;
    cursor: pointer;
    width: 15.15vw;
    gap: 0.38vw;
  }

  section.my a.car-btn p {
    color: var(--A1, #e40321);
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  section.my a.car-btn.car-btn1 {}

  section.my a.car-btn.car-btn1 p {}

  section.my a.car-btn.car-btn1 img {
    height: 0.91vw;
    width: auto;
  }

  section.my a.car-btn.car-btn2 {
    background: var(--A1, #e40321);
  }

  section.my a.car-btn.car-btn2 p {
    color: white;
  }

  section.my a.car-btn.car-btn2 img {
    height: 1.14vw;
    width: auto;
  }

  section.my .car-item .check-area {
    width: 1.21vw;
    height: 1.21vw;
    position: absolute;
    top: 0.87vw;
    left: 1.14vw;
    background-image: url(../img//my/check_off.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  section.my .car-item .check-area.on {
    background-image: url(../img//my/check_on.svg);
  }

  section.my .no-list {
    padding: 6.82vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section.my .no-list p.txt1 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }

  section.my .no-list p.txt2 {
    color: #777;
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }

  section.my .no-list .car-btns {
    margin-top: 2.27vw;
  }

  section.my .tab-list {
    display: flex;
    gap: 0.38vw;
    align-items: center;
    display: none;
  }

  section.my .tab-item {
    border-radius: 0.38vw;
    border: 0.08vw solid #dedede;
    padding: 0.61vw 1.52vw;
    cursor: pointer;
  }

  section.my .tab-item.on {
    border-color: #e40321;
  }

  section.my .tab-item p {
    color: #777;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my .tab-item.on p {
    color: #e40321;
    font-weight: bold;
  }

  section.my .board-box {}

  section.my .board-box:nth-child(2) {
    padding-top: 2.73vw;
  }

  section.my .board-box p.title {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.03vw;
    border-bottom: 0.15vw solid var(--title-, #222);
    padding-bottom: 1.52vw;
  }

  section.my .board-item {
    display: flex;
    align-items: center;
    gap: 1.52vw;
    padding: 2.27vw 1.52vw;
    border-bottom: 0.08vw solid #dedede;
    cursor: pointer;
  }

  section.my .board-item .img-box {
    width: 5.3vw;
    height: 5.3vw;
    border-radius: 100%;
    background-image: url(../img/my/basic-profile.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

  section.my .board-item .txt-box {
    width: 100%;
  }

  section.my .board-item .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  section.my .board-item p.txt1 {
    color: #000;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-break: break-all;
  }

  section.my .board-item p.txt1 span {
    color: var(--A1, #e40321);
    font-weight: 400;
  }

  section.my .board-item p.txt2 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
  }

  section.my .board-item p.txt3 {
    color: #777;
    font-family: Pretendard;
    font-size: 1.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-top: 1.52vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  section.my .page_list {
    margin-top: 2.27vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.52vw;
  }

  section.my .page_list .page_btn2 {
    cursor: pointer;
  }

  section.my .page_list .page_btn2 img {
    width: 1.89vw;
  }

  section.my .page_list .page_btn {
    width: 2.27vw;
    height: 2.27vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  section.my .page_list .page_btn p {
    color: #aaaaaa;
    /* font-family: Montserrat; */
    font-size: 1.21vw;
    font-weight: 400;
    line-height: 1.21875;
    letter-spacing: -0.02em;
  }

  section.my .page_list .page_btn.on {
    background: #e40321;
    border-radius: 100%;
  }

  section.my .page_list .page_btn.on p {
    font-weight: 700;
    color: white;
  }

  /* myquote */

  section.my.myquote .car-list {
    padding-top: 0.76vw;
  }

  section.my.myquote .list-board {}

  section.my.myquote .list-board .board-inner {
    border-radius: 0.76vw;
    border: 0.08vw solid var(---, #ffdbd4);
    background: #fff;
    padding: 1.52vw 2.27vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  section.my.myquote .list-board .all-car {
    display: flex;
    align-items: center;
    gap: 0.38vw;
  }

  section.my.myquote .all-car .check-area {
    width: 1.21vw;
    height: 1.21vw;
    background-image: url(../img//my/check_off.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  section.my.myquote .all-car .check-area.on {
    background-image: url(../img//my/check_on.svg);
  }

  section.my.myquote .all-car p {
    color: #777;
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  section.my.myquote .all-car span {
    color: #e40321;
  }

  section.my.myquote .list-board a.erase-btn {
    cursor: pointer;
  }

  section.my.myquote a.erase-btn p {
    color: var(--A1, #e40321);
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02vw;
  }

  /* myposts */
  /* myprofile */
  section.my.myprofile p.cont-title {
    margin-top: 0;
  }

  section.my.myprofile .cont-box-list {
    display: flex;
    align-items: center;
    gap: 0.76vw;
    height: 30.91vw;
  }

  section.my.myprofile .cont-box-list .cont-box {
    height: 100%;
  }

  section.my.myprofile .cont-box-list .cont-box:first-child {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.my.myprofile .cont-box-list .cont-box:last-child {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.27vw;
  }

  section.my.myprofile .cont-box-list .user-img {
    width: 5.3vw;
    height: 5.3vw;
  }

  section.my.myprofile .cont-box-list p.user-name {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 0.76vw;
  }

  section.my.myprofile .cont-box-list .cont-box .btn-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  section.my.myprofile .cont-box-list .btn-list {
    display: flex;
    align-items: center;
    gap: 0.38vw;
    margin-top: 1.52vw;
  }

  section.my.myprofile .cont-box-list .btn-list a.red {
    color: #fff;
    background: var(--A1, #E40321);
    border: none;
  }

  section.my.myprofile .cont-box-list .cont-box:first-child .btn-list {
    justify-content: center;
  }

  section.my.myprofile .cont-box-list .btn-list a {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.91vw 1.14vw;
    border-radius: 0.38vw;
    border: 0.08vw solid #dedede;
    cursor: pointer;
  }

  section.my.myprofile .cont-box-list .btn-list input#mb_image {
    display: none;
  }

  section.my.myprofile .cont-box-list .btn-list label.upload-label {
    color: #777;
    font-family: Pretendard;
    font-size: 0.98vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.91vw 1.14vw;
    border-radius: 0.38vw;
    border: 0.08vw solid #dedede;
    cursor: pointer;
  }

  section.my.myprofile .cont-box-list p.txt1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.21vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  section.my.myprofile .cont-box-list .info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.76vw 2.27vw;
    margin-top: 1.52vw;
  }

  section.my.myprofile .cont-box-list .input-box p::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3vw;
    height: 0.3vw;
    background-color: #222;
    border-radius: 100%;
    margin-right: 0.53vw;
  }

  section.my.myprofile .cont-box-list .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.76vw;
  }

  section.my.myprofile .cont-box-list .input-box p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02vw;
    position: relative;
    display: flex;
    align-items: center;
  }

  section.my.myprofile .cont-box-list .input-box input {
    height: 3.79vw;
    border: 0.08vw solid #dedede;
    padding: 0 1.52vw;
    box-sizing: border-box;
    outline: none;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 1.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02vw;
    width: 18.56vw;
  }

  section.my.myprofile .cont-box-list .input-box input[readonly=""] {
    border: 0.08vw solid #dedede;
    background: #f9f9f9;
    color: #aaa;
  }

  /* 거주지역 셀렉트박스 */
  section.my.myprofile .cont-box-list .input-box .part-select {}

  section.my.myprofile .cont-box-list .input-box .title-box {}

  section.my.myprofile .cont-box-list .input-box .selected-type {
    background-size: 0.76vw;
    background-position: right 1.52vw center;
    gap: 0.38vw;
    height: 3.79vw;
    border: 0.08vw solid #dedede;
    padding: 0 3.03vw 0 1.52vw;
    width: 18.56vw;
  }

  section.my.myprofile .cont-box-list .input-box .selected-type h2 {
    font-size: 1.06vw;
    letter-spacing: -0.02vw;
  }

  section.my.myprofile .cont-box-list .input-box .selected-type p {
    font-size: 1.17vw;
    letter-spacing: -0.03vw;
  }

  section.my.myprofile .cont-box-list .input-box .selected-type img {
    width: 3.79vw;
  }

  section.my.myprofile .cont-box-list .input-box .title-box .select-list {
    border: 0.08vw solid #DEDEDE;
    top: calc(100% - 0.08vw);
    max-height: 22.73vw;
  }

  section.my.myprofile .cont-box-list .input-box .title-box.on .select-list {}

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar {
    width: 0.61vw;
    /* 스크롤바 너비 조정 */
  }

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
    border-radius: 0.76vw;
    /* 모서리 둥글게 */
  }

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-track {}

  /* 스크롤바 길이를 짧게 조정 */
  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
    height: 1.52vw;
    /* 스크롤바의 길이를 조정 */
  }

  section.my.myprofile .cont-box-list .input-box .list-item {
    gap: 0.38vw;
    height: 3.79vw;
    padding: 0 0.76vw 0 1.52vw;
  }

  section.my.myprofile .cont-box-list .input-box .list-item p {}

  section.my.myprofile .cont-box-list .input-box .list-item p::before {}

  section.my.myprofile .cont-box-list .input-box .list-item.on {}

  section.my.myprofile .cont-box-list .input-box .list-item.on p {}

  section.my.myprofile .cont-box-list .input-box .list-item:hover {}

  section.my.myprofile .cont-box-list .input-box .list-item:hover p {}

  section.my.myprofile .cont-box-list .input-box .list-item img {
    width: 3.79vw;
  }
}

/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/

@media (max-width: 720px) {

  /* my */

  section.my {}

  section.my .inner {
    padding: 2.78vw;
    padding-bottom: 20.83vw;
    gap: 2.78vw;
  }

  section.my .side-nav {
    width: 23.61vw;
    padding: 4.17vw;
    align-items: flex-start;
    border-radius: 2.78vw;
  }

  section.my p.nav-title {
    font-size: 3.47vw;
  }

  section.my .nav-box {
    margin-top: 4.17vw;
  }

  section.my .nav-box p.box-title {
    font-size: 3.06vw;
    margin-bottom: 1.39vw;
  }

  section.my .nav-box a {
    font-size: 2.5vw;
    line-height: 200%;
  }

  section.my .nav-box a.on {}

  section.my .nav-box a.on::after {
    width: 0.69vw;
    height: 0.69vw;
    margin-left: 0.97vw;
  }

  section.my .my-cont {
    width: 100%;
    flex: unset;
  }

  section.my.myquote .my-cont {
    width: 68.06vw;
  }

  section.my .account-info {
    padding: 4.17vw;
    border-radius: 2.78vw;
  }

  section.my .account-info .info-box {
    gap: 2.78vw;
  }

  section.my .account-info .profileImg {
    height: 9.72vw;
    width: 9.72vw;
  }

  section.my .account-info .txt-box {}

  section.my .account-info p.name {
    font-size: 3.06vw;
  }

  section.my .account-info p.email {
    font-size: 2.5vw;
    margin-top: 1.39vw;
  }

  section.my .account-info a.logout-btn {
    border-radius: 0.69vw;
    background: var(--_, #f5f5f3);
    height: 8.33vw;
    width: 16.25vw;
  }

  section.my .account-info a.logout-btn p {
    font-size: 3.06vw;
  }

  section.my p.cont-title {
    font-size: 4.17vw;
    margin: 0 0 2.78vw;
  }

  section.my.mycar p.cont-title {
    margin: 5.56vw 0 2.78vw;
  }

  section.my.myquote p.cont-title {
    margin: 5.56vw 0 2.78vw;
  }

  section.my.myposts p.cont-title {
    margin: 5.56vw 0 2.78vw;
  }

  section.my.mycomments p.cont-title {
    margin: 5.56vw 0 2.78vw;
  }

  section.my .cont-box {
    border-radius: 4.44vw;
    padding: 6.94vw;
  }

  section.my.mycar .cont-box {
    padding: 4.17vw;
  }

  section.my.myquote .cont-box {
    padding: 4.17vw;
  }

  section.my.myposts .cont-box {
    padding: 4.17vw;
  }

  section.my.mycomments .cont-box {
    padding: 4.17vw;
  }

  section.my .car-list {
    gap: 2.78vw;
    grid-template-columns: 1fr;
  }

  section.my.mycar .car-item {
    border-radius: 1.39vw;
    border: 0.14vw solid var(---, #ffdbd4);
    padding: 4.17vw;
  }

  section.my.myquote .car-item {
    border-radius: 1.39vw;
    border: 0.14vw solid var(---, #ffdbd4);
    padding: 7.64vw 4.17vw 4.17vw;
  }

  section.my .car-info {
    gap: 1.39vw;
  }

  section.my .car-info .txt-box {}

  section.my .car-item img.brandImg {
    width: 9.72vw;
  }

  section.my .car-item p.brandNm {
    font-size: 3.61vw;
    letter-spacing: -0.06vw;
  }

  section.my .car-item p.trimNm {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my .car-item img.modelImg {
    width: 22.22vw;
  }

  section.my .car-item .car-info2 {}

  section.my .car-item .info-row {}

  section.my .car-item p.info-name {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my .car-item p.info-cont {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my .car-item .info-row:last-child {}

  section.my .car-item .info-row:last-child p.info-cont {}

  section.my .car-item p.info-cont span {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my .car-btns {
    display: flex;
    gap: 1.39vw;
    margin-top: 2.78vw;
  }

  section.my a.car-btn {
    border-radius: 0.69vw;
    border: 0.14vw solid var(--A1, #e40321);
    height: 8.33vw;
    width: 50%;
    gap: 0;
  }

  section.my a.car-btn p {
    font-size: 2.5vw;
  }

  section.my a.car-btn.car-btn1 {
    width: 27.78vw;
    height: 11.11vw;
    gap: 0.69vw;
    border: 0.14vw solid var(--A1, #E40321);
  }

  section.my a.car-btn p {
    font-size: 2.5vw;
    flex-shrink: 0;
  }

  section.my a.car-btn.car-btn1 img {
    height: 1.67vw;
    width: auto;
  }

  section.my a.car-btn.car-btn2 {
    border-radius: 0.69vw;
    width: 27.78vw;
    height: 11.11vw;
    gap: 0.69vw;
  }

  section.my a.car-btn.car-btn2 p {
    font-size: 3.06vw;
  }

  section.my a.car-btn.car-btn1 p {
    font-size: 3.06vw;
  }

  section.my a.car-btn.car-btn2 img {
    width: auto;
    height: 2.08vw;
  }

  section.my .car-item .check-area {
    width: 4.17vw;
    height: 4.17vw;
    top: 3.06vw;
    left: 3.06vw;
  }

  section.my .car-item .check-area.on {}

  section.my .no-list {
    padding: 8.33vw 0;
  }

  section.my .no-list p.txt1 {
    font-size: 3.61vw;
    line-height: 160%;
  }

  section.my .no-list p.txt2 {
    font-size: 3.06vw;
    line-height: 160%;
  }

  section.my .no-list .car-btns {
    margin-top: 4.17vw;
  }

  section.my .tab-list {}

  section.my .tab-item {}

  section.my .tab-item.on {}

  section.my .tab-item p {}

  section.my .tab-item.on p {}

  section.my .board-box {}

  section.my .board-box:nth-child(2) {}

  section.my .board-box p.title {
    font-size: 3.61vw;
    line-height: 160%;
    letter-spacing: -0.05vw;
    border-bottom: 0.28vw solid var(--title-, #222);
    padding-bottom: 2.78vw;
  }

  section.my .board-item {
    gap: 2.78vw;
    padding: 4.17vw 2.78vw;
    border-bottom: 0.14vw solid #dedede;
  }

  section.my .board-item .img-box {
    width: 6.94vw;
    height: 6.94vw;
  }

  section.my .board-item .txt-box {}

  section.my .board-item .row {
    flex-direction: column;
    align-items: flex-start;
  }

  section.my .board-item p.txt1 {
    font-size: 3.06vw;
    display: flex;
    align-items: center;
  }

  section.my .board-item p.txt1 span {
    font-size: 2.5vw;
  }

  section.my .board-item p.txt2 {
    font-size: 2.5vw;
    margin-top: 2.36vw;
  }

  section.my .board-item p.txt3 {
    font-size: 3.06vw;
    line-height: 120%;
    margin-top: 2.78vw;
  }

  section.my .page_list {
    margin-top: 4.17vw;
    gap: 2.78vw;
  }

  section.my .page_list .page_btn2 {}

  section.my .page_list .page_btn2 img {}

  section.my .page_list .page_btn {
    width: 4.17vw;
    height: 4.17vw;
  }

  section.my .page_list .page_btn p {
    font-size: 2.22vw;
  }

  section.my .page_list .page_btn.on {}

  section.my .page_list .page_btn.on p {}

  section.my.myquote .car-list {
    padding-top: 1.39vw;
    gap: 2.78vw;
    grid-template-columns: 1fr;
  }

  section.my.myquote .list-board {}

  section.my.myquote .list-board .board-inner {}

  section.my.myquote .list-board .all-car {
    gap: 1.39vw;
  }

  section.my.myquote .all-car .check-area {
    width: 4.17vw;
    height: 4.17vw;
  }

  section.my.myquote .all-car .check-area.on {}

  section.my.myquote .all-car p {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my.myquote .all-car span {}

  section.my.myquote .list-board a.erase-btn {}

  section.my.myquote a.erase-btn p {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my.myprofile p.cont-title {}

  section.my.myprofile .cont-box-list {
    flex-direction: column;
    height: auto;
    gap: 1.39vw;
  }

  section.my.myprofile .cont-box-list .cont-box {
    height: auto;
  }

  section.my.myprofile .cont-box-list .cont-box:first-child {
    width: 100%;
  }

  section.my.myprofile .cont-box-list .cont-box:last-child {
    width: 100%;
    padding: 4.17vw 2.78vw 8.33vw;
  }

  section.my.myprofile .cont-box-list .user-img {
    width: 15.83vw;
    height: 15.83vw;
  }

  section.my.myprofile .cont-box-list p.user-name {
    text-align: center;
    font-size: 4.99vw;
    margin-top: 2.22vw;
  }

  section.my.myprofile .cont-box-list .cont-box .btn-part {
    justify-content: center;
    gap: 1.39vw;
  }

  section.my.myprofile .cont-box-list .btn-list {
    gap: 1.39vw;
    margin-top: 4.44vw;
  }

  section.my.myprofile .cont-box-list .cont-box.my .btn-list {
    margin-top: 8.33vw;
  }

  section.my.myprofile .cont-box-list .cont-box:first-child .btn-list {}

  section.my.myprofile .cont-box-list .btn-list a {
    font-size: 3.06vw;
    padding: 2.64vw 3.33vw;
    border-radius: 1.11vw;
    border: 0.14vw solid #dedede;
  }

  section.my.myprofile .cont-box-list .btn-list input#mb_image {}

  section.my.myprofile .cont-box-list .btn-list label.upload-label {
    font-size: 3.06vw;
    padding: 2.64vw 3.33vw;
    border-radius: 1.11vw;
    border: 0.14vw solid #dedede;
  }

  section.my.myprofile .cont-box-list p.txt1 {
    font-size: 3.61vw;
  }

  section.my.myprofile .cont-box-list .info-box {
    grid-template-columns: auto;
    gap: 1.39vw;
    margin-top: 2.78vw;
  }

  section.my.myprofile .cont-box-list .input-box {}

  section.my.myprofile .cont-box-list .input-box p {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my.myprofile .cont-box-list .input-box p::before {
    content: "";
    width: 0.69vw;
    height: 0.69vw;
    margin-right: 1.67vw;
  }

  section.my.myprofile .cont-box-list .input-box input {
    height: 11.11vw;
    border: 0.14vw solid #dedede;
    padding: 0 2.78vw;
    font-size: 3.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.06vw;
    width: 43.06vw;
  }

  section.my.myprofile .cont-box-list .input-box input[readonly=""] {}

  /* 거주지역 셀렉트박스 */
  section.my.myprofile .cont-box-list .input-box .part-select {}

  section.my.myprofile .cont-box-list .input-box .title-box {}

  section.my.myprofile .cont-box-list .input-box .selected-type {
    height: 11.11vw;
    border: 0.14vw solid #dedede;
    padding: 0 5.56vw 0 2.78vw;
    width: 43.06vw;
    background-position: right 4.17vw center;
    background-size: 1.39vw;
  }

  section.my.myprofile .cont-box-list .input-box .selected-type h2 {
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
  }

  section.my.myprofile .cont-box-list .input-box .selected-type p {}

  section.my.myprofile .cont-box-list .input-box .selected-type img {}

  section.my.myprofile .cont-box-list .input-box .title-box .select-list {
    max-height: 41.67vw;
    border: 0.14vw solid #DEDEDE;
    top: calc(100% - 0.14vw);
  }

  section.my.myprofile .cont-box-list .input-box .title-box.on .select-list {}

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar {
    width: 0.61vw;
    /* 스크롤바 너비 조정 */
  }

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
    border-radius: 0.76vw;
    /* 모서리 둥글게 */
  }

  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-track {}

  /* 스크롤바 길이를 짧게 조정 */
  section.my.myprofile .cont-box-list .input-box .title-box .select-list::-webkit-scrollbar-thumb {
    height: 1.52vw;
    /* 스크롤바의 길이를 조정 */
  }

  section.my.myprofile .cont-box-list .input-box .list-item {
    height: 11.11vw;
    gap: 0;
    padding: 0 5.56vw 0 2.78vw;
  }

  section.my.myprofile .cont-box-list .input-box .list-item p {}

  section.my.myprofile .cont-box-list .input-box .list-item p::before {}

  section.my.myprofile .cont-box-list .input-box .list-item.on {}

  section.my.myprofile .cont-box-list .input-box .list-item.on p {}

  section.my.myprofile .cont-box-list .input-box .list-item:hover {}

  section.my.myprofile .cont-box-list .input-box .list-item:hover p {}

  section.my.myprofile .cont-box-list .input-box .list-item img {}
}