@charset "UTF-8";
@font-face {
  font-family: "S-CoreDream-3Light";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-4Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-5Medium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-6Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-7ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-8Heavy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-9Black";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/******************************  common.css  ******************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  user-select: none; /* 🔥 텍스트 선택 방지 */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-drag: none; /* 🔥 드래그 방지 */
  -webkit-user-drag: none; /* Chrome, Safari */
}
html {
  color: #111212;
  width: 100%;
}
body {
  overflow-x: hidden;
}
:root {
  font-family: "S-CoreDream-4Regular";
  font-size: 12px;
  font-weight: normal;
  --point-color: #1d4b8b;
  --point-text: 250px 0;
  --point-bg: #1d4b8b;
  --place-text-color: #929292;
  --input-box-color: #cacaca;
  --point-size: 13.5rem;
  --font-size-15: 1.5rem;
  --font-size-175: 1.75rem;
  --font-size-2: 2rem;
  --font-size-25: 2.25rem;
  --font-size-3: 3rem;
  --font-size-35: 3.5rem;
  --font-size-4: 4rem;
  --font-size-45: 4.5rem;
  --font-size-5: 5rem;
  --font-size-55: 5.5rem;
}
.pt-6 {
  padding-top: 6vw;
}

button {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
a {
  cursor: pointer;
  color: #494b4d;
}
a:visited {
  text-decoration: none;
}
ul,
li {
  display: flex;
  text-align: left;
}
ul,
li,
a {
  list-style: none;
  text-decoration: none;
  color: #222;
}
ul,
li,
a,
b {
  list-style: none;
  text-decoration: none;
  color: #222;
  font-size: 1.2rem;
}
input {
  appearance: none;
  outline: none;
  border: none;
  background: none;
}
.phone_number_input_number {
  width: 100%;
  text-align: center;
}
.sec {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.sec-1 {
  position: relative;
  /* width: 90%;
  margin: 20px auto; */
}
.box-shadow {
  box-shadow: 0 0 13px #ededed;
}
.border-13 {
  border-radius: 13px;
}
.border-17 {
  border-radius: 17px;
}
header {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #959595;
  text-align: center;
  font-size: 1.25rem;
}
header a {
  position: absolute;
  top: 32%;
  left: 12px;
  display: block;
  width: 22px;
}
header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer {
  z-index: 9999;
  width: 100%;
  height: 70px;
  position: fixed;
  background-color: #f7f7f7;
  border: 1px #dddddd;
  display: flex;
  align-items: center;
  height: calc(70px + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  bottom: 0;
}
footer ul {
  width: 100%;
  justify-content: space-around;
}
footer ul li {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  color: #949494;
}
footer ul li img {
  height: 28px;
  margin-bottom: 8px;
}
/*3-1*/
.intro div {
  width: 100%;
  height: 100vh;
  background: #264a94;
}
.intro div img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 4-1 */

.swiper-cotainer {
  height: 400px;
}
.swiper-cotainer div {
  background: #494b4d;
}

.main-content {
  padding: 7vw 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.main-content .two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.two-1 {
  background-color: #b3e0e0;
  width: 48%;
}
.two-2 {
  background-color: var(--point-bg);
  width: 48%;
}

.copyright {
  padding: 5vw 0;
}
.copyright p {
  margin-top: 10vw;
  color: #828282;
  line-height: 2;
}
.side-bar {
  padding-bottom: 12vw;
  position: relative;
  left: 73%;
}
.side-bar a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--point-bg);
  line-height: 5;
  text-align: center;
  color: #fff;
  margin: 3vw 0;
}
.side-bar a img {
  line-height: 10;
}
/* 4-2~4-3-3 */
.inner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 17px;
  overflow-y: scroll;
}
.inner-text p {
  padding: 6vw 0 0 6vw;
}
/* front/home/index.html */
.condition_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brand_div {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 442 / 252;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_div {
  width: 100%;
  height: 67px;
  background-color: #f0f3f6;
  display: flex;
  padding: 10px 30px;
  align-items: center;
  justify-content: space-between;
}

.faq_div h3 {
  margin: 0;
  font-size: 1.2rem;
}

.faq_div img {
  width: 30px;
  height: auto;
  margin-left: 15px;
}

.detail_title {
  display: flex;
  justify-content: center;
}

.detail_content_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
}

.dry_service_div {
  background-color: #f2e4ca;
  overflow: hidden;
  width: 48%;
  color: black !important;
}

.high_end_div {
  background-color: #390557;
  overflow: hidden;
  width: 48%;
}

.detail_service_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  aspect-ratio: 222 / 130;
}

.home_div {
  display: none;
}
/* front/home/main.html */
.dry_service_div img,
.high_end_div img {
  width: auto;
  height: auto;
  max-width: 115%;
}
.main-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30%;
  aspect-ratio: 2 / 1.6;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #164199;
}
/* front/home.service.html */
.inner-text .service-img {
  width: 100%;
  height: auto;
}
.service-img-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-img-container > img {
  width: 100%;
  height: auto;
}

.button-container1,
.button-container2 {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}

.button-container1 {
  top: 20%;
}

.button-container2 {
  top: 69%;
}

.button-group {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.button-group img {
  width: 75px;
  height: auto;
}
/* front/home/brand.html */
.inner-text img {
  max-width: 100%;
  height: auto;
}

.inner-text .sub-menu-images {
  background-color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  padding: 0px 10px;
}

.inner-text .sub-menu-images img {
  width: calc(33.33% - 10px);
  box-sizing: border-box;
}
/* 5-1~ */
.map .map-container {
  width: 100%;
  background-color: #ededed;
}

.list-up::after {
  display: block;
  content: "";
  border-bottom: 1px solid var(--input-box-color);
  width: 100%;
  padding: 3vw 0;
}

.shop-bnt {
  width: auto;
  height: 4vh;
  border-radius: 17px;
  margin-right: 2vw;
  margin-top: 5vw;
  padding: 3px 5px;
}
.shop-list button img {
  width: 6vw;
}
.shop-list > div > button {
  margin-right: 2vw;
}
.map-search .shop-list ul {
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding-top: 5vw;
}
.map-search .list-up::after {
  border: 0;
}

.menbership > ul {
  flex-direction: column;
  flex-wrap: wrap;
}
.menbership > ul li img,
.menbership div:last-child img {
  width: 87%;
}
.menbership .table .img-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.menbership .table div::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--input-box-color);
}
.menbership .table div:first-child::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--input-box-color);
}
.menbership .table div:first-child > div img {
  width: 45px;
}
.menbership .table div ul {
  padding: 5vw 0;
  justify-content: space-around;
}
.menbership .table p {
  text-align: center;
}
.menbership .table .bold {
  text-align: center;
  font-weight: 600;
}
.menbership .menber-text {
  line-height: 2;
  padding-top: 18vw;
  font-size: 0.75rem;
}
.menbership .menber-text .menber-mt {
  margin-top: 4vw;
}
.benfit-2 input[type="text"] {
  width: 70%;
  height: 6vh;
  border-radius: 17px;
  color: var(--place-text-color);
  margin-right: 2vw;
  color: #232323;
  padding: 1vw;
}
.benfit-2 input[type="text"]::placeholder {
  padding-left: 5vw;
  padding-top: 5vw;
}
.benfit-2 button {
  width: 25%;
  height: 6vh;
  background: var(--point-bg);
  color: #fff;
  border-radius: 12px;
}
.benfit-2 .phone-text {
  font-size: 0.7rem;
  color: var(--input-box-color);
  margin: 3vw 7px 7vw;
}

/* 8-1 */
.sns-login div {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.sns-login div .sns-box {
  width: 100%;
  height: 12vw;
  border-radius: 0.75rem;
  color: #fff;
  font-size: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-login div .kakao {
  background-color: #fee500;
  margin-bottom: 3vw;
}
.sns-login div .naver {
  background-color: #38b54a;
  margin-bottom: 3vw;
}
.sns-login div .apple {
  background-color: #000000;
  display: none;
}
.sns-login div a img {
  width: 6vw;
  margin-right: 6vw;
  margin-left: 15vw;
}
/* 8-2 */

.user-info .user-info-form .point-dot {
  font-weight: 600;
  color: #bd0404;
}

.user-info-form .label-bold button {
  width: 33%;
  height: 6vh;
  background: var(--point-bg);
  color: #fff;
  border-radius: 12px;
}
.user-info-form label:first-child button {
  color: #fff;
  font-size: 1.2rem;
}
.number {
  width: 73%;
}
.name-nick {
  margin-top: 6vw;
}
.user-info-form span:last-child {
  font-size: 1.15rem;
}

.user-info-form .agree-text {
  margin-bottom: 3vw;
  margin-top: 6vw;
}
.sige-up-bnt,
.favorite button {
  width: 90%;
  height: 6vh;
  background-color: var(--point-color);
  color: #fff;
  margin-left: 5%;
  font-size: 1.25rem;
  border-radius: 17px;
  margin-top: 6vw;
}
/* 8-3 */
.favorite div p {
  padding-top: 5vw;
  font-size: 1.05rem;
  text-align: center;
  line-height: 2;
}
.favorite > div > ul {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-15);
  font-weight: 500;
}
.favorite > div > ul li {
  margin-bottom: 3vw;
}
.favorite div input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--point-color);
  appearance: none;
  box-sizing: border-box;
  background-clip: content-box;
  padding: 0.25vw;
  border: 2.5px solid #222;
  border-radius: 15px;
  cursor: pointer;
  margin-right: 11px;
}
.favorite div input[type="radio"]:checked {
  border-color: var(--point-color);
  background-color: var(--point-bg);
}
.favorite button {
  width: 100%;
  margin-left: 0;
}
.favorite a:last-child {
  text-align: center;
  margin-top: 3vw;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a4a4a4;
  font-size: 1rem;
}
/* 9-1 */
.alarm > p:first-child {
  color: #a4a4a4;
}
.alarm .alarm-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5vw 0;
}

/* 10-1 */
.myinfo > div ul:first-child {
  position: relative;
  align-items: center;
  margin-bottom: 7vw;
}
.myinfo > div ul:first-child li:first-child {
  margin-right: 4vw;
}
.myinfo > div ul:first-child li b {
  font-weight: 600;
  font-size: var(--font-size-175);
}
.myinfo > div ul:first-child li span {
  font-weight: 400;
  font-size: 1rem;
  margin-left: 1vw;
}
.myinfo > div ul:first-child li:last-child {
  position: absolute;
  right: 0;
  color: #a4a4a4;
  font-size: 1rem;
}

.myinfo > div ul:last-child {
  padding-top: 7vw;
  flex-direction: column;
}
.myinfo > div ul:last-child li {
  font-weight: 600;
  font-size: var(--font-size-15);
  margin-bottom: 7vw;
}
.myinfo > div ul:last-child li:nth-child(4) {
  margin-bottom: 0;
}
.myinfo > div ul:last-child .text-light {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 2vw;
}
/* 10-2 */
.myinfo-2 > div > p:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 4vw;
}
.myinfo-2 > div ul li button {
  font-family: "SCoreDream", system-ui, -apple-system, sans-serif !important;
  width: 17vw;
  height: 3.5vh;
  border-radius: 17px;
  margin-right: 3vw;
}
.myinfo-2 > div .usage-2-text {
  text-align: center;
  padding: 10vw 0;
  font-size: var(--font-size-15);
}
.myinfo-2 .usage-2-inner .usage-2-list-box {
  height: 11vh;
  line-height: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.myinfo-2 .usage-2-inner .usage-2-detail-box {
  justify-content: space-between;
  align-items: center;
  height: 11vh;
  line-height: 2;
}
.myinfo-2 .usage-2-inner .usage-2-list-box div {
  width: 70%;
  line-height: 1.8;
}
.myinfo-2 .usage-2-inner .usage-2-detail-box div {
  line-height: 1.8;
}
.myinfo-2 .usage-2-inner .usage-2-list-box .amount {
  width: 30%;
}
.myinfo-2 .usage-2-inner .usage-2-list-box .status {
  padding-left: 25px;
  width: 30%;
}
.usage > p:first-child {
  color: #a4a4a4;
}
.usage .usage-text {
  text-align: center;
  font-size: var(--font-size-175);
  font-weight: 500;
  padding: 8vw 0;
}
.usage-box {
  position: relative;
  width: 100%;
  height: 17vh;
  border-radius: 17px;
  padding: 5vw;
  margin-bottom: 5vw;
}
.usage-box > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2.5;
}
.usage-box div p:first-child {
  font-weight: 600;
  font-size: 1.25rem;
}
.usage-box .font-light {
  font-weight: 400;
}

.usage-box > div {
  flex-direction: column;
  justify-content: center;
}
.usage-box .no-setting-shop {
  margin: 0 auto;
  text-align: center;
}
.myinfo .usage-box .no-setting-shop p {
  color: #a4a4a4;
  font-weight: 400;
}
.usage-box .no-setting-shop a {
  color: #a4a4a4;
}
/* 10-3 */
.myinfo-use {
}
.myinfo-use .use-info {
}
.myinfo-use .use-info > ul {
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 18px;
  padding: 5vw;
  border: 1px solid rgba(191, 191, 191, 0.3);
}
.myinfo-use .use-info > ul:first-child li {
  margin-bottom: 3.2vw;
}
.myinfo-use .use-info ul li:last-child {
  margin-bottom: 0;
}
.myinfo-use .use-info ul li p {
  font-size: 1.1rem;
}
.myinfo-use .use-info ul li p:first-child {
  font-weight: 600;
  margin-right: 3vw;
}
.use-bnt {
  display: flex;
  align-items: center;
  padding: 5vw 0;
}
.use-bnt p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-right: 9vw;
  padding-left: 4vw;
}
.use-bnt button {
  font-family: "SCoreDream", system-ui, -apple-system, sans-serif !important;
  width: 22vw;
  height: 4vh;
  border-radius: 27px;
  box-shadow: 0 0 13px #ededed;
}
.myinfo-use .use-info .use-card ul {
  flex-direction: column;
}
.myinfo-use .use-info .use-card div {
  height: auto;
}
.myinfo-use .use-info .use-card ul li {
  margin-bottom: 3.5vw;
}
.usage-2-list-box {
  position: relative;
}
.usage-2-detail-box {
  display: block;
  position: relative;
}
.myinfo-use .use-info .use-card {
  padding-bottom: 30vw;
}
.myinfo-use .use-info .use-card .state {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--point-color);
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  padding: 0;
  margin-left: auto;
}
.myinfo-use .use-info .use-card ul li a {
  position: absolute;
  right: 27px;
  width: 22vw;
  height: 4vh;
  padding: 2.1vw 0;
  border-radius: 27px;
  background-color: var(--point-bg);
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.view {
  right: 0;
  left: 110px;
  top: 136px;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-view {
  width: 76vw;
  max-height: 58vh;
  background-color: #fff;
  border-radius: 17px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-images {
  width: 100%;
  height: 25vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}
.modal .modal-images img {
  width: 100%;
  height: auto;
  max-height: 22vh;
  object-fit: contain;
  margin-bottom: 10px;
}
.modal .modal-view ul {
  flex-direction: column;
}
.modal .modal-view ul li {
  margin-bottom: 3vw;
}
.modal .modal-view input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--point-color);
  appearance: none;
  box-sizing: border-box;
  background-clip: content-box;
  padding: 0.25vw;
  border: 1.5px solid #222;
  border-radius: 15px;
  cursor: pointer;
  margin-right: 11px;
}
.modal .modal-view input[type="radio"]:checked {
  border-color: var(--point-color);
  background-color: var(--point-bg);
}
.modal .modal-view div:last-child {
  text-align: center;
}
.modal .modal-view .modal-bnt {
  font-family: "SCoreDream", system-ui, -apple-system, sans-serif !important;
  width: 31vw;
  height: 6vh;
  border-radius: 15px;
  background-color: #a09e9e;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.modal .modal-view button:last-child {
  margin-left: 1.2vw;
  background-color: var(--point-color);
}
.modal-2 .modal-view-2 {
  height: 40vh;
  padding: 3vw;
}
.modal-2 .modal-view-2 button img {
  width: 22px;
  height: 22px;
  height: 58vh;
}
.modal-2 button {
  position: absolute;
  right: 20px;
  top: 17px;
}
/* 10-5 */
.myinfo-use-3 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--point-color);
  appearance: none;
  box-sizing: border-box;
  background-clip: content-box;
  padding: 0.25vw;
  border: 1.5px solid #222;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 11px;
}
.myinfo-use-3 input[type="checkbox"]:checked {
  border-color: var(--point-color);
  background-color: var(--point-bg);
}
.myinfo-use-3 label:first-child {
  display: flex;
  align-items: center;
}
.myinfo-use-3 label span {
  font-size: 1.1rem;
}
.myinfo-use-3 .myinfo-use-3-inner {
  padding-top: 6vw;
}
.myinfo-use-3 .myinfo-use-3-inner.visit-box {
  padding-bottom: 3vw;
  padding-top: 0;
}
.myinfo-use-3 .myinfo-use-3-inner .visit .visit-head {
  margin-bottom: 3vw;
  margin-top: 8vw;
}
.myinfo-use-3 .myinfo-use-3-inner .visit p {
  font-weight: 600;
  font-size: 1.2rem;
}
.myinfo-use-3 .myinfo-use-3-inner .visit div {
  display: flex;
  align-items: center;
}
.myinfo-use-3 .myinfo-use-3-inner .visit div p {
  margin-right: 2vw;
}
.myinfo-use-3 .myinfo-use-3-inner input[type="text"] {
  width: 32vw;
  height: 6vh;
  border-radius: 12px;
  padding: 4vw;
}
.myinfo-use-3 .myinfo-use-3-inner .visit select {
  border: none;
  width: 24vw;
  height: 6vh;
  border-radius: 12px;
  padding: 3vw;
}
.myinfo-use-3 button {
  width: 100%;
  height: 7vh;
  background-color: var(--point-bg);
  color: #fff;
  border-radius: 12px;
  font-size: var(--font-size-15);
  font-weight: 400;
}
.myinfo-use-3-inner input[type="checkbox"] {
  position: absolute;
}
.myinfo-use-3-inner .content-card {
  height: 15vh;
}
.myinfo-use-3-inner .content-card ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 4vw;
}
.myinfo-use-3-inner .content-card ul .mb {
  margin-bottom: 3vw;
}
.myinfo-use-3-inner .content-card ul li b {
  margin-right: 5vw;
}
.user_bnt {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
  font-size: 0.95rem;
  color: #a4a4a4;
}
/* 10-8 */
.user-withdraw .user-head {
  font-size: 1.2rem;
  margin-bottom: 7vw;
}
.user-withdraw .user-text-box {
  background-color: #f5f5f5;
  padding: 5vw;
}
.user-withdraw .user-text-box p {
  font-size: 1.1rem;
  line-height: 1.75;
  border-radius: 17px;
}
.user-withdraw label {
  display: flex;
  align-items: center;
  padding: 4vw 0;
}
.user-withdraw input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--point-color);
  appearance: none;
  box-sizing: border-box;
  background-clip: content-box;
  padding: 0.25vw;
  border: 1.5px solid #222;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 11px;
}
.user-withdraw input[type="checkbox"]:checked {
  border-color: var(--point-color);
  background-color: var(--point-bg);
}
.user-withdraw .withdraw_bnt {
  margin: 10px 0;
  width: 100%;
  height: 45px;
  background-color: #d3d3d3;
  color: #fff;
  border-radius: 12px;
  font-size: var(--font-size-15);
  font-weight: 400;
  margin-bottom: 35px;
}
.modal-1 {
  position: absolute;
  top: 30%;
  left: 13%;
}
.modal-1 div:first-child {
  width: 300px;
  height: 13vh;
  background-color: #fff;
  border-radius: 17px;
}
.modal-1 div p {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  text-align: center;
}
.modal-1 div:last-child {
  position: absolute;
  bottom: 0;
}
.modal-1 div:last-child button {
  width: 37vw;
  height: 5vh;
  margin: 0 -2px;
  color: #fff;
}
.modal-1 div:last-child button:first-child {
  border-bottom-left-radius: 17px;
  background-color: #a09e9e;
}
.modal-1 div:last-child button:last-child {
  border-bottom-right-radius: 17px;
  background-color: var(--point-color);
}

section {
  overflow-y: auto;
  margin-bottom: 70px;
  min-height: calc(100vh - 130px);
}

.scroll_btn2 {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #515151;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 80px;
  right: 20px;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.scroll_btn2.show {
  opacity: 1;
  visibility: visible;
}

.top-meun {
  padding-top: 7vw;
}
