@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 300;
  font-style: normal;
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.eot');
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.eot?#iefix') format('embedded-opentype'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.woff2') format('woff2'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.woff') format('woff'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 400;
  font-style: normal;
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot');
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot?#iefix') format('embedded-opentype'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff2') format('woff2'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff') format('woff'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 700;
  font-style: normal;
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot');
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot?#iefix') format('embedded-opentype'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff2') format('woff2'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff') format('woff'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 800;
  font-style: normal;
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot');
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot?#iefix') format('embedded-opentype'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff2') format('woff2'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff') format('woff'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'NanumSquareNeo';
  font-weight: 900;
  font-style: normal;
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot');
  src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot?#iefix') format('embedded-opentype'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff2') format('woff2'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff') format('woff'),
       url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.ttf') format("truetype");
  font-display: swap;
} 
/* body의 margin과 padding을 0으로 설정 */
body {
  margin: 0;
  padding: 0;
  font-family: 'NanumSquareNeo' !important;  /* 폰트 적용 */
  /* background-color: rgba(114, 189, 249, 1);  */
}

/* 이미지를 포함하는 컨테이너의 스타일 */
.container {
  position: relative;
  width: 100%;
  max-width: 500px; /* 가로 최대 500px로 설정 */
  margin: 0 auto; /* 가운데 정렬 */
}

.container img {
  width: 100%;
  height: auto;
  display: block;
}

.styled-box {
  display: flex;
  width: 63px;
  height: 34px;
  /* padding: 21px 87px; */
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #F35F32; /* RED 색상 */
  color: #FFF; /* naver-text 색상 */
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}

.update-box {
  margin-top: 50px;
  width: calc(100% -28px); /* 가로 크기를 100%로 설정하고 양쪽 마진 16px을 제외한 너비 */
  /* margin: 16px; */
  border-radius: 10px;
  background: #FFE100;
  color: var(--T-333, #333);
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-weight: 800;
  line-height: 145%;
  letter-spacing: -0.45px;
  text-align: left; /* 텍스트 왼쪽 정렬 */
  padding: 16px;
  box-sizing: border-box;
  position: relative; /* 부모 요소를 기준으로 하도록 설정 */
}

.alert-icon {
  position: absolute;
  top: -25px; /* 이미지의 절반을 위로 이동 */
  left: 10px;
  width: 50px !important;
  height: 50px !important;
}

.inline-container {
  display: flex;
  align-items: center;
  gap: 10px; /* 요소들 사이의 간격을 설정할 수 있습니다 */
}

/* 텍스트 오버레이 스타일 */
.container-back {
  position: absolute;
}

.text-margin {
  margin-left: 14px;
  margin-right: 14px;
}
/* 텍스트 오버레이 스타일 */
.text-overlay {
  position: absolute;
  top: 200px; /* 이미지 상단에서 20% 지점에 위치 */
  /* left: 14px;
  right: 14px; */
}

.text-title {
  color: white;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 130%; /* 44.2px */
  letter-spacing: -1.7px;
  text-shadow: 0px 0px 10px rgba(32, 67, 106, 0.50);
}

.text-subtitle {
  margin-top: 30px; 
  /* text-title 아래에서 100px 떨어진 위치 */
  color: var(--T-FFF, var(--naver-text, #FFF));
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 21.75px */
  letter-spacing: -0.45px;
}

.text-subtitle2 {
  /* margin-top: 30px;  */
  /* text-title 아래에서 100px 떨어진 위치 */
  color: var(--T-FFF, var(--naver-text, #FFF));
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 21.75px */
  letter-spacing: -0.45px;
}

.menu-container {
  /* margin-top: 45px;  */
  /* text-title 아래에서 100px 떨어진 위치 */
  color: var(--T-FFF, var(--naver-text, #FFF));
  display: flex;
  align-items: center;
  
}

.menu-container .menu-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 10px; /* 아이콘과 텍스트 사이의 간격 */
  display: block; /* SVG 파일이 크기를 유지하도록 함 */
}

.menu-container .menu-text {
  color: var(--T-FFF, var(--naver-text, #FFF));
  font-family: "NanumSquareNeo";
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 32.5px */
  letter-spacing: -1.25px;
}

.menu-title {
  margin-top: 20px;
  color: var(--T-FFF, var(--naver-text, #FFF));
  font-family: "NanumSquareNeo";
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 23.8px */
  letter-spacing: -0.51px;
}

.menu-info {
  margin-top: 20px;
  color: var(--T-FFF, var(--naver-text, #FFF));
  font-family: "NanumSquareNeo";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.42px;
  opacity: 0.9;
}


/* 새 박스 스타일 */
.custom-box {
  width: calc(100% - 40px); /* 양쪽 여백을 30px로 설정 */
  /* max-width: 442px;  */
  /* 최대 너비를 442px로 설정 */
  height: 960px;
  margin: -80px auto; 
  /* 세로 간격을 추가하고 가운데 정렬 */
  border-radius: 5px;
  background: var(--naver-text, #FFF);
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  position: relative; /* 부모 요소를 기준으로 자식 요소의 절대 위치 설정 */
  z-index : 99;
}

.new-icon {
  position: absolute;
  top: 0px; /* 이미지의 절반을 위로 이동 */
  right: -0px; /* 이미지의 절반을 왼쪽으로 이동 */
  width: 58px !important;
  height: 58px !important;
}

.box-title {
  display: flex;
  align-items: center; /* 수직 가운데 정렬 */
  margin-top: 28px;
  justify-content: center; /* 가로 가운데 정렬 */
  width: 100%; /* 부모 요소의 너비에 맞추기 */
}

.box-title .box-logo {
  width: 49.058px;
  height: 29px;
  flex-shrink: 0;
}

.box-title-text {
  color: var(--kakao-logo, #000);
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 30.45px */
  margin-left: 10px; /* 이미지와 텍스트 사이의 간격 */
}


.box-input-title-text {
  margin-left: 25px;
  margin-right: 25px;
  flex-shrink: 0;
  color: var(--T-000, var(--kakao-logo, #000));
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
  margin-top: 25px; /* 텍스트와 위 요소 사이의 간격 */
}

.input-box {
  /* width: 384px; */
  width: calc(100% - 70px); /* 양쪽 여백을 30px로 설정 */
  height: 40px;
  margin-left: 25px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F5F5F5;
  border: none;
  padding: 0 10px;
  margin-top: 10px; /* 텍스트와 입력창 사이의 간격 */
  font-family: "NanumSquareNeo";
  font-size: 15px;
}

.input-box-textarea {
  /* width: 384px; */
  width: calc(100% - 70px); /* 양쪽 여백을 30px로 설정 */
  margin-left: 25px;
  height: auto;
  max-height: 120px; /* 최대 3줄 높이 */
  flex-shrink: 0;
  border-radius: 5px;
  background: #F5F5F5;
  border: none;
  padding: 10px;
  margin-top: 10px; /* 텍스트와 입력창 사이의 간격 */
  font-family: "NanumSquareNeo";
  font-size: 15px;
  resize: none; /* 사용자가 크기를 조절할 수 없도록 설정 */
}

.radio-container {
  margin-left: 25px;
  margin-top: 10px;
}

.radio-container label {
  margin-right: 20px;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: var(--T-000, var(--kakao-logo, #000));
}

.select-box {
  width: calc(100% - 50px); /* 양쪽 여백을 30px로 설정 */
  height: 40px;
  margin-left: 25px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F5F5F5;
  border: none;
  padding: 0 10px;
  margin-top: 10px; /* 텍스트와 드롭다운 사이의 간격 */
  font-family: "NanumSquareNeo";
  font-size: 15px;
}


.input-container {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-top: 10px;
}

.input-box-half {
  width: 35%;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F5F5F5;
  border: none;
  padding: 0 10px;
  font-family: "NanumSquareNeo";
  font-size: 15px;
}

.input-box-half2 {
  width: calc(45% - 40px);;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F5F5F5;
  border: none;
  padding: 0 10px;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  margin-right: 0px;
}

.input-suffix {
  margin-left: 10px;
  margin-right: 10px;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: var(--T-000, var(--kakao-logo, #000));
}


.consent-container {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-top: 16px;
}

.consent-text {
  color: var(--T-000, var(--kakao-logo, #000));
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
}

.terms-link {
  color: var(--T-BLUE-02, #1E8BC3);
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
  margin-left: 10px; /* 텍스트와 링크 사이의 간격 */
}


.agree-container {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-top: 10px;
}

.agree-checkbox {
  margin-right: 10px;
}

.agree-text {
  color: var(--T-000, var(--kakao-logo, #000));
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
}


.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 50px); /* 양쪽 여백을 30px로 설정 */
  height: 49px;
  
  margin: 40px auto; /* 가운데 정렬을 위해 추가 */
  flex-shrink: 0;
  border-radius: 15px;
  background: linear-gradient(89deg, #70BDFF 26.33%, #8FC2A5 85.89%);
}

.submit-button {
  background: none;
  border: none;
  color: white;
  font-family: "NanumSquareNeo";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}


.store-buttons-m {
  display: flex;
  justify-content: space-between;
  
  /* margin: 50px auto; */
  /* width: calc(100% - 20px);  */
  /* 양쪽 여백을 30px로 설정 */
}

.store-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: -200px;
  /* margin: 50px auto; */
  /* width: calc(100% - 20px);  */
  /* 양쪽 여백을 30px로 설정 */
}

.store-button {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 33% !important;  
  /* 가로를 반반으로 나눔 */
  height: 20px;
  padding: 30px;
  /* margin-left: 10px;
  margin-right: 10px; */
  flex-shrink: 0;
  border-radius: 11.308px;
  background: #1C1B1E;
}


.store-button-os {
  display: flex;
  justify-content: center;  /* 수평 중앙 정렬 */
  align-items: center;      /* 수직 중앙 정렬 */
  width: 60% !important;  
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-shrink: 0;
  border-radius: 11.308px;
  background: #1C1B1E;
}


.centered {
  justify-content: center; /* 버튼을 가운데 정렬 */
}
/* 
.content-store-button {
  position: absolute;
  left: 48%;
  transform: translate(-50%, -50%);
  
  padding: 16px;
  border-radius: 5px;
  text-align: center;
} */


.content-store-button_m {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.content-store-button {
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  padding: 20px;
}

.store-button-img {
  width: 100px;
  /* max-width: calc(100% - 60px); */
  /* padding: 10px; */
  /* max-height: 100%; */
}

.store-button-img-os {
  align-items: center;
  width: 70% !important;
}

/* 추가할 부분 시작 */
.footer-container {
    height: 120px;
    flex-shrink: 0;
    background: #282D31;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.footer-container .footer-logo {
  
    width: 124px;
    height: 31px;
}

.footer-text {
  color: #808589;
  leading-trim: both;
  text-edge: cap;
  font-family: "NanumSquareNeo";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 15.95px */
  /* text-align: center;  */
  /* 텍스트를 가운데 정렬 */
}
/* 추가할 부분 끝 */

.content-background {
  background-color: #72bdf9; 
  padding-left: 16px;
  padding-right: 16px;
}







.Spacer-height {
  background-color: #72bdf9; 
  padding-left: 16px;
  padding-right: 16px;
  height: 45px;
}

.Spacer-height-store {
  position: relative;
  background-size: cover; /* 이미지가 요소를 덮도록 */
  background-position: center; /* 이미지가 가운데 오도록 */
  width: 100%; /* 필요한 너비 설정 */
  height: auto; /* 필요한 높이 설정 */
}

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


.text-title, .text-subtitle, .text-subtitle2, .menu-title, .menu-info, .update-box {
  word-break: keep-all;
}

/* 
.input-box-st, .radio-container-st {
    display: inline-block;
    vertical-align: middle;
} */

.input-box-st {
        display: inline-block;
        vertical-align: middle;
        width: 35%; /* 양쪽 여백을 30px로 설정 */
        height: 40px;
        margin-left: 25px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #F5F5F5;
        border: none;
        padding: 0 10px;
        margin-top: 10px; /* 텍스트와 입력창 사이의 간격 */
        font-family: "NanumSquareNeo";
        font-size: 15px;
    }
    .radio-container label {
        margin-right: 10px;
    }
    .container {
        display: flex;
        align-items: center;
    }

    