@charset "UTF-8";
/* 레이아웃 */
/* 도형 Figure */
/* 텍스트 Text */
/* 버튼 Button */
/* 애니메이션 Animation */
@keyframes toast {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*  table  */
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-Regular.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-Regular.woff2') format('woff2'),
    url('../../font/Pretendard-Regular.woff') format('woff'), url('../../font/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-Medium.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-Medium.woff2') format('woff2'),
    url('../../font/Pretendard-Medium.woff') format('woff'), url('../../font/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-SemiBold.woff2') format('woff2'),
    url('../../font/Pretendard-SemiBold.woff') format('woff'), url('../../font/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-Bold.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-Bold.woff2') format('woff2'),
    url('../../font/Pretendard-Bold.woff') format('woff'), url('../../font/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-ExtraBold.woff2') format('woff2'),
    url('../../font/Pretendard-ExtraBold.woff') format('woff'), url('../../font/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: local(※), url('../../font/Pretendard-Black.eot?#iefix') format('embedded-opentype'), url('../../font/Pretendard-Black.woff2') format('woff2'),
    url('../../font/Pretendard-Black.woff') format('woff'), url('../../font/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  letter-spacing: -0.01em;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
select,
textarea,
button {
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: hidden;
}

body {
  -webkit-text-size-adjust: none;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='checkbox'] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
  border-radius: 0;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body {
  background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: 'Pretendard', '맑은 고딕', 'Malgun Gothic', sans-serif;
  color: #666;
}

a {
  color: #666;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

textarea {
  resize: none;
}

caption {
  display: none;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
input::-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: inherit;
  background: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #b3b3b3;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  background: #ff9533;
  color: #fff;
}

::selection {
  background: #ff9533;
  color: #fff;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

#wrap {
  min-height: 100vh;
  min-height: 100dvh;
}

#wrap,
section,
article {
  width: 100%;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
}
.inner.pad {
  padding: 3.2rem 2rem;
}
@media (min-width: 480px) {
  .inner.pad {
    width: 100%;
    padding: 3.2rem 2rem;
  }
}
@media (min-width: 768px) {
  .inner.pad {
    width: 720px;
    padding: 3.8rem 2rem;
  }
}
.inner.pad {
  max-width: 480px;
}

/* header - app top bar */
.app_bar_top {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.app_bar_top .inner {
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  padding: 0.8rem;
  border-bottom: 1px solid #f7f7f7;
}
.app_bar_top .area_leading,
.app_bar_top .area_trailing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 4rem;
  min-height: 4rem;
}
.app_bar_top .headline {
  position: relative;
  width: 100%;
}
.app_bar_top .headline .title {
  padding: 0.8rem;
  font-size: 2rem;
  color: #1a1a1a;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.app_bar_top.align_center .area_leading,
.app_bar_top.align_center .area_trailing {
  position: absolute;
  z-index: 1;
}
.app_bar_top.align_center .area_leading {
  left: 0.8rem;
}
.app_bar_top.align_center .area_trailing {
  right: 0.8rem;
}
.app_bar_top.align_center .headline {
  width: 100%;
}
.app_bar_top.align_center .headline button.title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.app_bar_top.align_center .headline button.title i {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: center/cover no-repeat;
  background-image: url('/image/town/icon_arrow_down_gray900.svg');
}
.app_bar_top.align_center .headline .title {
  padding: 0.8rem 4.8rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
.app_bar_top .btn {
  width: 4rem;
  height: 4rem;
  padding: 2rem;
}
.app_bar_top .btn_back {
  background: url('/image/town/icon_back.svg') no-repeat center;
}
.app_bar_top .btn_close {
  display: block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: center/cover no-repeat;
  background-image: url('/image/town/icon_x.svg');
  background-size: 1.6rem;
}
.app_bar_top.search_bar .wrap_input {
  position: relative;
  padding-left: 0.8rem;
}
.app_bar_top.search_bar input {
  border: 0;
  padding-right: 5rem;
  background: #f7f7f7;
}
.app_bar_top.search_bar input::-moz-placeholder {
  color: #666;
}
.app_bar_top.search_bar input::placeholder {
  color: #666;
}
.app_bar_top.search_bar input:-webkit-autofill,
.app_bar_top.search_bar input:-webkit-autofill:hover,
.app_bar_top.search_bar input:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #f7f7f7;
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.app_bar_top.search_bar .btn_text_delete {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  padding: 2rem;
  background: url('/image/town/btn_input_delete.svg') no-repeat center;
}
.app_bar_top.top {
  background: transparent;
  border-bottom: 0;
}

/* bottom button area */
#container:has(.area_bottom) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100dvh - 5.6rem);
}
#container:has(.area_bottom) .area_bottom {
  justify-self: flex-end;
}
@media (min-width: 480px) {
  #container:has(.area_bottom) .area_bottom {
    width: 100%;
    padding: 1.6rem;
  }
}
@media (min-width: 768px) {
  #container:has(.area_bottom) .area_bottom {
    width: 480px;
    padding: 1.6rem;
  }
}
#container:has(.area_bottom) .area_bottom.shadow {
  padding: 1.2rem 1.6rem;
  box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.0392156863);
}

.area_bottom {
  padding: 2rem 1.6rem;
}

#wrap:has(.fixed_bottom) {
  padding-bottom: 8rem;
}

/* 텍스트 Text */
.text_blind {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.text_primary {
  color: #ff7b00;
}
.text_blue {
  color: #006fff;
}
.text_green {
  color: #009132;
}
.text_pink {
  color: #ed459f;
}
.text_warn {
  color: #fd1202;
}

@media (min-width: 480px) {
  .br_m {
    display: block;
  }
}
@media (min-width: 768px) {
  .br_m {
    display: none;
  }
}

/* 레이아웃 Layout */
.d_flex {
  display: flex !important;
}
.d_block {
  display: block !important;
}
.d_none {
  display: none !important;
}

.flex1 {
  flex: 1;
}

.w100p {
  width: 100% !important;
}

.hr {
  position: relative;
  padding: 2rem 0;
  text-align: center;
}
.hr::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #e3e3e3;
}
.hr span {
  position: relative;
  z-index: 1;
  padding: 0 2.4rem;
  background: #fff;
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
}

/* 아이콘 Icon */
.icon_x {
  display: block;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: center/cover no-repeat;
  background-image: url('/image/town/icon_x.svg');
}

@keyframes dash-check {
  0% {
    opacity: 0;
    stroke-dashoffset: -100;
  }
  30% {
    opacity: 1;
    stroke-dashoffset: -100;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 900;
  }
}
/* 버튼 Button */
.group_btn {
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
.group_btn a,
.group_btn button {
  gap: 0.8rem;
  padding: 0.8rem;
  width: 100%;
}
.group_btn a i,
.group_btn button i {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}
.group_btn.ratio a:first-child,
.group_btn.ratio button:first-child {
  flex: 1;
}
.group_btn.ratio a:last-child,
.group_btn.ratio button:last-child {
  flex: 3;
}

.btn {
  /* - + 버튼 */
}
.btn_transparent {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  height: 4.4rem;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  color: #808080;
  font-weight: 700;
}
.btn_transparent i {
  display: block;
}
.btn_primary {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #ff7b00;
  background-color: #ff7b00;
  color: #fff;
}
.btn_primary i {
  display: block;
}
.btn_primary.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_primary:disabled,
.btn_primary.disabled {
  border: 1px solid #ffe2c7;
  background-color: #ffe2c7;
  color: #fff;
  pointer-events: none;
}
.btn_primary50 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #fff7f0;
  background-color: #fff7f0;
  color: #333;
}
.btn_primary50 i {
  display: block;
}
.btn_primary50.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_gray50 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #efefef;
  background-color: #efefef;
  color: #4d4d4d;
}
.btn_gray50 i {
  display: block;
}
.btn_gray50.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_gray50.active {
  border: 1px solid #fff7f0;
  background-color: #fff7f0;
  color: #ff7b00;
}
.btn_gray50:disabled,
.btn_gray50.disabled {
  color: #ccc;
  pointer-events: none;
}
.btn_gray900 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.btn_gray900 i {
  display: block;
}
.btn_gray900.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_gray900:disabled,
.btn_gray900.disabled {
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  color: #fff;
}
.btn_violet50 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid violet50;
  background-color: violet50;
  color: violet500;
}
.btn_violet50 i {
  display: block;
}
.btn_violet50.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_bg01 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  color: #4d4d4d;
}
.btn_bg01 i {
  display: block;
}
.btn_bg01.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_kakao {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #fae609;
  background-color: #fae609;
  color: #1a1a1a;
}
.btn_kakao i {
  display: block;
}
.btn_kakao.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_naver {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #00c73c;
  background-color: #00c73c;
  color: #fff;
}
.btn_naver i {
  display: block;
}
.btn_naver.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_apple {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.btn_apple i {
  display: block;
}
.btn_apple.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_favorite {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #efefef;
  background-color: #efefef;
  color: #4d4d4d;
  background-image: url('/image/icon_heart_gray.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.btn_favorite i {
  display: block;
}
.btn_favorite.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_minus,
.btn_plus {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #fff7f0;
  background-color: #fff7f0;
  color: #333;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.btn_minus i,
.btn_plus i {
  display: block;
}
.btn_minus.sm,
.btn_plus.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_minus.sm,
.btn_plus.sm {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
}
.btn_minus {
  background-image: url('/image/icon_minus.svg');
}
.btn_minus:disabled {
  background-color: #efefef;
  background-image: url('/image/icon_minus_disabled.svg');
}
.btn_plus {
  background-image: url('/image/icon_plus.svg');
}
.btn_plus:disabled {
  background-color: #efefef;
  background-image: url('/image/icon_plus_disabled.svg');
}

.btn_line_primary {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #ff7b00;
  background-color: #fff;
  color: #ff7b00;
}
.btn_line_primary i {
  display: block;
}
.btn_line_primary.xs {
  height: 3.4rem;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_primary.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray50 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #efefef;
  background-color: #fff;
  color: #4d4d4d;
}
.btn_line_gray50 i {
  display: block;
}
.btn_line_gray50.xs {
  height: 3.4rem;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray50.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray100 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #808080;
}
.btn_line_gray100 i {
  display: block;
}
.btn_line_gray100.xs {
  height: 3.4rem;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray100.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray100.active {
  border: 1px solid #ff7b00;
  background-color: #fff;
  color: #ff7b00;
}
.btn_line_gray300 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.6rem;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  color: #4d4d4d;
}
.btn_line_gray300 i {
  display: block;
}
.btn_line_gray300.xs {
  height: 3.4rem;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.btn_line_gray300.sm {
  height: 4rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}

/* 폼ㆍ입력 Formㆍinput */
.group_form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.wrap_input {
  position: relative;
}
.wrap_input input {
  width: 100%;
  padding: 1.4rem;
}
.wrap_input input:focus {
  border-color: #333;
}
.wrap_input .btn_text_delete {
  display: none;
  position: absolute;
  top: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url('/image/town/btn_input_delete.svg') no-repeat center;
}
.wrap_input .btn_pw_view {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.9rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url('/image/town/icon_pw_hide.svg') no-repeat center;
}
.wrap_input .btn_pw_view.active {
  background: url('/image/town/icon_pw_show.svg') no-repeat center;
}
.wrap_input:has(.btn_pw_view) input {
  padding: 1.4rem 6.2rem 1.4rem 1.4rem;
}
.wrap_input:has(.btn_pw_view) .btn_text_delete {
  right: 3.6rem;
}
.wrap_input + .text_warn {
  display: none;
}
.wrap_input.invalid input[type='text'],
.wrap_input.invalid input[type='password'] {
  border-color: #fd1202;
}
.wrap_input.invalid + .text_warn {
  display: block;
  position: relative;
  margin-top: -0.6rem;
  padding-left: 2rem;
}
.wrap_input.invalid + .text_warn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url('/image/town/icon_invalid.svg') no-repeat center;
}
.wrap_input.invalid + .text_warn span {
  font-size: 1.2rem;
  color: #fd1202;
  font-weight: 500;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
  height: 4.8rem;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #333;
}
input[type='text'] {
  padding: 1.4rem 3.6rem 1.4rem 1.4rem;
}
input[type='text'] + .btn_text_delete {
  right: 0.9rem;
}
input:focus {
  border: 1px solid #333;
}
input:-moz-read-only {
  border: 0;
  padding: 0;
}
input:read-only {
  border: 0;
  padding: 0;
}

.wrap_check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.wrap_check input[type='checkbox'] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.wrap_check input[type='checkbox']:checked {
  border: 0;
  background: #ff7b00 url('/image/town/icon_check_white.svg') no-repeat center;
}
.wrap_check input[type='checkbox']:checked + label,
.wrap_check input[type='checkbox']:checked + a {
  color: #333;
}
.wrap_check label,
.wrap_check a {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #666;
  font-weight: 500;
}

/* Alert */
.pop_alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
}
.pop_alert.active {
  display: block;
}
.pop_alert .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100dvh;
  padding: 2.4rem;
}
.pop_alert .pop_layer {
  width: 100%;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
}
.pop_alert .area_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 2.4rem;
  text-align: center;
}
.pop_alert .msg {
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 2.7rem;
  font-weight: 500;
}
.pop_alert .group_btn > * {
  height: 4.8rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
}

/* Confirm */
.pop_confirm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
}
.pop_confirm.active {
  display: block;
}
.pop_confirm .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100dvh;
  padding: 2.4rem;
}
.pop_confirm .pop_layer {
  width: 100%;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: #fff;
}
.pop_confirm .area_msg {
  display: flex;
  align-items: center;
  row-gap: 1.6rem;
  flex-wrap: wrap;
  padding: 2rem 0.8rem;
}
.pop_confirm .title {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #1a1a1a;
}
.pop_confirm .msg {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4d4d4d;
}
.pop_confirm .group_btn > * {
  height: 4.8rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
}

/* Toast */
.group_toast {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.group_toast .toast {
  visibility: visible;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  animation: toast 0.3s ease-in-out 3s forwards;
}
.group_toast .icon_check_green {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.16rem;
  height: 2.16rem;
  border-radius: 1.08rem;
  background: #efefef;
  background: #00ba40 url('/image/town/icon_check_white.svg') no-repeat center;
}
.group_toast .icon_warn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.16rem;
  height: 2.16rem;
  border-radius: 1.08rem;
  background: #efefef;
  background: #999 url('/image/town/icon_warn_white.svg') no-repeat center;
}

/* Bottomsheet 바텀시트 */
.wrap_bottomsheet {
  display: none;
  align-items: flex-end;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100dvh;
}
.wrap_bottomsheet.active {
  display: flex;
}
.wrap_bottomsheet.active .bottomsheet_dim {
  opacity: 1;
}
.wrap_bottomsheet.active .bottomsheet {
  transform: translateY(0);
}
.wrap_bottomsheet .bottomsheet_dim {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in;
}
.wrap_bottomsheet .bottomsheet {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3.2rem 1.6rem 1.2rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease-in 0.1;
}
.wrap_bottomsheet .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.wrap_bottomsheet .header .title {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #333;
  font-weight: 700;
}
.wrap_bottomsheet .header .btn_close {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url('/image/town/icon_x_gray600.svg') no-repeat center;
}
.wrap_bottomsheet .bottomsheet_btn .group_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1.2rem;
}
.wrap_bottomsheet .bottomsheet_btn button {
  width: 100%;
}

.area_bottom .group_btn {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 1.2rem;
}
.area_bottom .group_btn > * {
  gap: 0.4rem;
}
.area_bottom .group_btn > * img {
  width: 2.2rem;
}
.area_bottom .group_btn .btn_kakao img {
  padding-bottom: 0.3rem;
}
.area_bottom .group_btn .btn_naver img {
  padding-bottom: 0.3rem;
}
.area_bottom .group_btn .btn_apple img {
  padding-bottom: 0.1rem;
}
.area_bottom .group_btn .btn_gray50 {
  margin: 0.4rem 0 0.8rem;
}

/*  table  */
.table_form {
  border: 1px solid #e3e3e3;
  border-radius: 0.8rem;
  overflow: hidden;
}
.table_form tr {
  border-top: 1px solid #e3e3e3;
}
.table_form tr:first-child {
  border-top: none;
}
.table_form th {
  border-collapse: collapse;
  padding: 1.3rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #4d4d4d;
  background-color: #f7f7f7;
  border-right: 1px solid #e3e3e3;
}
.table_form th:last-of-type:not(:first-of-type) {
  border-right: none;
}
.table_form td {
  border-collapse: collapse;
  padding: 1.2rem 0.8rem;
  color: #4d4d4d;
  border-right: 1px solid #e3e3e3;
}
.table_form td:last-of-type {
  border-right: none;
}

/* 리스트 List */
.list_dot {
  display: flex;
}
.list_dot li {
  position: relative;
  padding-left: 1.2rem;
}
.list_dot li::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #b3b3b3;
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.list_check {
  display: flex;
  flex-direction: column;
}
.list_check li {
  position: relative;
  padding-left: 2.6rem;
}
.list_check li::before {
  content: '';
  position: absolute;
  left: 0;
}
.list_check.round_primary li {
  padding-left: 2.6rem;
}
.list_check.round_primary li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.66rem;
  height: 1.66rem;
  border-radius: 0.83rem;
  background: #efefef;
  content: '';
  top: calc(50% - 0.83rem);
  background: #ff7b00 url('/image/icon_check_white.svg') no-repeat center/0.8rem;
}
.list_check.primary li {
  padding-left: 2.8rem;
}
.list_check.primary li::before {
  display: block;
  width: 2rem;
  height: 2rem;
  content: '';
  top: calc(50% - 1rem);
  background: url('/image/icon_chk_pur.svg') no-repeat center/2rem;
}

.list_dl li {
  display: flex;
  gap: 0.4rem;
  position: relative;
  font-size: 1.4rem;
}
.list_dl .dt {
  color: #666;
  font-weight: 600;
}
.list_dl .dd {
  color: #4d4d4d;
}

/* 우측에 화살표가 있는 리스트 타입 버튼 */
.type_arrow_list button,
.type_arrow_list a {
  width: 100%;
  padding: 1.2rem 0;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #4d4d4d;
}
.type_arrow_list button::after,
.type_arrow_list a::after {
  background: center/cover no-repeat;
  background-image: url('/image/town/icon_arrow_down_gray900.svg');
  transform: rotate(-90deg);
  background-image: url('/image/town/icon_arrow_down_gray200.svg');
  content: '';
  width: 2rem;
  height: 2rem;
}

/*  switch.d.ts  */
.switch_primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 4.4rem;
  height: 2.4rem;
  border-radius: 999px;
  cursor: pointer;
  background-color: #ccc;
}
.switch_primary.active {
  background-color: #ff7b00;
}
.switch_primary.active .switch-button {
  transform: translateX(2rem);
}
.switch_primary .switch-button {
  position: absolute;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
}
.switch_primary .switch-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 하단 고정 버튼 */
.bottom_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1.2rem 1.6rem;
  background: #fff;
}
.bottom_btn button[class*='btn_'] {
  flex: 1;
  gap: 0.8rem;
  padding: 0.8rem;
}
.bottom_btn button[class*='btn_'] i {
  width: 2.2rem;
  height: 2.2rem;
}
.bottom_btn.fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.0392156863);
}

/* 안내 페이지 공통 */
.wrap_guide_info {
  width: 100%;
}
.wrap_guide_info .inner {
  text-align: center;
}
.wrap_guide_info .guide_info_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  border-radius: 7.5rem;
  background: #f7f7f7;
  position: relative;
  margin: 0 auto 2.4rem;
}
.wrap_guide_info .guide_info_img .tooltip {
  opacity: 0;
  transition: all 0.2s ease-in 0.3s;
}
.wrap_guide_info .guide_info_img .tooltip.fade_in {
  opacity: 1;
}
.wrap_guide_info .title {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  line-height: 2.4rem;
}
.wrap_guide_info .title_desc {
  padding: 0.8rem 0;
  font-size: 1.6rem;
  color: #666;
  line-height: 2.4rem;
}
.wrap_guide_info .title_desc strong {
  color: #1a1a1a;
  font-weight: 500;
}
.wrap_guide_info .user_info {
  margin-top: 3.2rem;
}
.wrap_guide_info .user_info .main_info {
  border-radius: 12px;
  padding: 2.4rem 1.6rem 1.6rem;
  background: #f7f7f7;
}
.wrap_guide_info .user_info .sub_info {
  border-radius: 0 0 12px 12px;
  padding: 1.2rem;
  background: #efefef;
}
.wrap_guide_info .user_info:has(.sub_info) .main_info {
  border-radius: 12px 12px 0 0;
}

/*  약관 상세 공통  */
.term_detail_wrap {
  padding: 2.4rem 1.6rem;
}
.term_detail_wrap .terms-item {
  padding-bottom: 1.6rem;
}
.term_detail_wrap .terms-item b {
  font-weight: 500;
}
.term_detail_wrap .indent {
  padding-left: 10px;
}
.term_detail_wrap .table_form {
  overflow: hidden;
  margin: 1.6rem 0;
}
.term_detail_wrap .table_form table {
  border-radius: 0.8rem;
}
.term_detail_wrap .table_form table tr {
  border-top: 1px solid #e3e3e3;
}
.term_detail_wrap .table_form table tr:first-child {
  border-top: none;
}
.term_detail_wrap .table_form table th {
  border-collapse: collapse;
  padding: 1.3rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #4d4d4d;
  background-color: #f7f7f7;
  border-right: 1px solid #e3e3e3;
}
.term_detail_wrap .table_form table td {
  border-collapse: collapse;
  padding: 1.2rem 0.8rem;
  color: #4d4d4d;
  border-right: 1px solid #e3e3e3;
}
.term_detail_wrap .table_form.scrollbar_x {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.term_detail_wrap .table_form.scrollbar_x table {
  min-width: 100%;
  width: 150%;
}
.term_detail_wrap .table_form.scrollbar_x table th,
.term_detail_wrap .table_form.scrollbar_x table td {
  text-align: left;
  vertical-align: top;
}
.term_detail_wrap .terms-icon01 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: 0 0;
}
.term_detail_wrap .terms-icon02 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -36px 0;
}
.term_detail_wrap .terms-icon03 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -72px 0;
}
.term_detail_wrap .terms-icon04 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -108px 0;
}
.term_detail_wrap .terms-icon05 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -144px 0;
}
.term_detail_wrap .terms-icon06 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -180px 0;
}
.term_detail_wrap .terms-icon07 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -216px 0;
}
.term_detail_wrap .terms-icon08 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: 0 -36px;
}
.term_detail_wrap .terms-icon09 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -36px -36px;
}
.term_detail_wrap .terms-icon10 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -72px -36px;
}
.term_detail_wrap .terms-icon11 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -108px -36px;
}
.term_detail_wrap .terms-icon12 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -144px -36px;
}
.term_detail_wrap .terms-icon13 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url('/image/town/terms_icons.svg') no-repeat;
  background-position: -180px -36px;
}

/* php 계정관련 로딩화면 */
#dimLayer {
  position: fixed;
  _position: absolute;
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#dimLayer .loading-box {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center;
}
#dimLayer .loading-box .circles {
  padding-top: 10px;
}
#dimLayer .loading-box .circles i {
  animation: scaleBounce 0.3s alternate infinite;
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #ff7b00;
  border-radius: 50em;
}
#dimLayer .loading-box .circles i:nth-child(2) {
  animation-delay: 0.1s;
}
#dimLayer .loading-box .circles i:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes scaleBounce {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1.3);
  }
}

/* 계정 */
.wrap_account {
  width: 100%;
}
.wrap_account .title {
  color: #333;
  font-weight: 700;
}

.wrap_login .logo {
  line-height: 0;
  font-size: 0;
}
.wrap_login .logo img {
  width: 10.4rem;
}
.wrap_login .title_desc {
  padding-top: 1.6rem;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6rem;
}
.wrap_login .group_form {
  padding: 2.4rem 0 0;
}
.wrap_login .wrap_check {
  padding: 0.8rem 0;
}
.wrap_login .btn_login {
  margin-top: 1.6rem;
}
.wrap_login .login_nav {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 1rem;
}
.wrap_login .login_nav a {
  display: block;
  position: relative;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
}
.wrap_login .login_nav a:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.2rem;
  margin-top: -0.6rem;
  background: #ccc;
}
.wrap_login .sns_login {
  justify-content: center;
  gap: 2.4rem;
  padding-top: 0.4rem;
}
.wrap_login .sns_login .btn_kakao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #fae609;
}
.wrap_login .sns_login .btn_naver {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #00c73c;
}
.wrap_login .sns_login .btn_apple {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #1a1a1a;
}

.find_id_result .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.05rem;
}
.find_id_result .title_desc {
  padding: 2.4rem 0 1.2rem;
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
}
.find_id_result .title_desc .text_primary {
  font-weight: 500;
}
.find_id_result .user_info {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.8rem;
  border-radius: 0.8rem;
  background: #f7f7f7;
}
.find_id_result .user_info .user_name {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}
.find_id_result .user_info .date {
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
}
.find_id_result + .area_bottom .group_btn {
  flex-wrap: wrap;
  gap: 10px;
}

.find_pw_reset .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.05rem;
}
.find_pw_reset .group_form {
  padding-top: 0.8rem;
}
.find_pw_reset .group_form label {
  padding-top: 1.6rem;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 1.6rem;
}

.wrap_join .title {
  padding: 2.4rem 0 2rem;
  text-align: center;
}
.wrap_join .title img {
  height: 3.2rem;
  margin: 0 auto;
}
.wrap_join .title_desc {
  padding-top: 0.4rem;
  font-size: 1.6rem;
  color: #666;
  line-height: 2.4rem;
  text-align: center;
}
.wrap_join + .area_bottom .sns_join {
  padding-bottom: 0.4rem;
}
.wrap_join + .area_bottom .btn_gray50 {
  margin-top: 0.4rem;
}

.is_join .guide_info_img {
  height: 12.2rem;
  margin: 0 auto 0.8rem;
  background: #fff;
}
.is_join .title {
  color: #4d4d4d;
}
.is_join .main_info .join_serivce {
  font-size: 2rem;
  color: #333;
  line-height: 2.4rem;
}
.is_join .main_info .date {
  padding-top: 0.8rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 2rem;
}
.is_join .sub_info .user_id {
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
  line-height: 1.7rem;
}

.join_form .group_form label {
  padding-top: 1.6rem;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 1.6rem;
}

.join_result .guide_info_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 3.25rem;
  background: #ff7b00;
  margin: 2.7rem auto 5.1rem;
}
.join_result .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.join_result .title_desc strong {
  color: #ff7b00;
}
.join_result .icon_check {
  position: relative;
}
.join_result .icon_check .check {
  opacity: 0;
  stroke-dasharray: 1000;
  animation: dash-check 0.8s 0.3s ease-in-out forwards;
}

.agreement .title {
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 2.4rem;
}
.agreement .all_check_box {
  padding: 2.4rem 0 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #efefef;
}
.agreement .all_check_box input[type='checkbox'] {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
}
.agreement .all_check_box input[type='checkbox']:checked {
  background: #ff7b00 url('/image/town/icon_check_white.svg') no-repeat center/1.3rem;
}
.agreement .all_check_box label {
  font-size: 1.6rem;
}
.agreement .wrap_check {
  padding: 0.8rem 0;
}
.agreement .wrap_check.require label,
.agreement .wrap_check.require .term_open {
  color: #333;
  font-weight: 500;
}
.agreement .wrap_check.require strong {
  color: #006fff;
  font-weight: 500;
}
.agreement .term_open {
  display: block;
  flex: auto;
  height: 2rem;
  padding-right: 1.6rem;
  background: url('/image/town/angle_right_gray.svg') no-repeat right 0.6rem center;
}
.agreement .lower_checkbox {
  display: flex;
  border-radius: 0.8rem;
  margin: 0.8rem 0;
  padding: 0.8rem 2rem;
  background: #f7f7f7;
}
.agreement .lower_checkbox .wrap_check {
  width: 50%;
}
.agreement .lower_checkbox label {
  color: #808080;
}
.agreement .lower_checkbox input[type='checkbox']:checked + label {
  color: #666;
}

.combine_guide .guide_info_img {
  height: 12.2rem;
  margin: 0 auto 0.8rem;
  background: #fff;
}
.combine_guide .title_desc {
  padding: 0.8rem 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.combine_guide .user_id {
  padding: 0.8rem 0;
  font-size: 2rem;
  color: #ff7b00;
  font-weight: 700;
  line-height: 2.4rem;
}
.combine_guide .sub_info p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.2rem;
}
.combine_guide .icon_info {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url('/image/town/icon_Info.svg') no-repeat center/cover;
}

.withdraw_reason .title {
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 2.4rem;
}
.withdraw_reason .title_desc {
  padding-top: 1.2rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 2rem;
}
.withdraw_reason .form_group {
  margin-top: 2.4rem;
}
.withdraw_reason .wrap_check {
  padding: 1.2rem 0;
}
.withdraw_reason .wrap_check input[type='checkbox'] {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
}
.withdraw_reason .wrap_check input[type='checkbox']:checked {
  background: #ff7b00 url('/image/town/icon_check_white.svg') no-repeat center/1.3rem;
}
.withdraw_reason .wrap_check label {
  font-size: 1.6rem;
  color: #808080;
}
.withdraw_reason + .area_bottom .group_btn {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.withdraw_reason + .area_bottom .group_btn a,
.withdraw_reason + .area_bottom .group_btn button {
  width: 50%;
}
.withdraw_reason + .area_bottom .group_btn .btn_gray50 {
  margin: 0;
}

.withdraw_service .title {
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 2.4rem;
}
.withdraw_service .title_desc {
  padding-top: 1.2rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 2rem;
}
.withdraw_service .wrap_service_sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.withdraw_service .wrap_service_sort .service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(25% - 1.2rem);
  text-align: center;
}
.withdraw_service .wrap_service_sort i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 3.25rem;
  background: #fff;
  margin-bottom: 0.8rem;
  border: 1px solid #efefef;
}
.withdraw_service .wrap_service_sort span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #999;
}
.withdraw_service .wrap_service_sort .icon_aipartner {
  background: #fff url('/image/town/service_aipartner.svg') no-repeat center/4.5rem;
}
.withdraw_service .wrap_service_sort .icon_net {
  background: #fff url('/image/town/service_net.svg') no-repeat center/4.5rem;
}
.withdraw_service .wrap_service_sort .icon_plus {
  background: #fff url('/image/town/service_plus.svg') no-repeat center/4.5rem;
}
.withdraw_service .wrap_service_sort .icon_ai {
  background: url('/image/town/service_aipartner.svg') no-repeat center 1.8rem/4.5rem, url('/image/town/logo_estate.svg') no-repeat center 3.4rem/4.5rem, #fff;
}
.withdraw_service .service_detail {
  margin-top: 4rem;
  padding: 1rem 1.2rem 0;
  border-radius: 0.8rem;
  border: 1px solid #efefef;
  background: #f7f7f7;
}
.withdraw_service .service_detail details {
  padding: 0.3rem 0.4rem;
}
.withdraw_service .service_detail details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}
.withdraw_service .service_detail details summary .headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.withdraw_service .service_detail details summary .icon_info {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  background: url('/image/town/icon_Info.svg') no-repeat center/cover;
}
.withdraw_service .service_detail details summary .text_warn {
  font-weight: 600;
}
.withdraw_service .service_detail details summary .icon_arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: url('/image/town/icon_arrow_down_gray900.svg') no-repeat center/cover;
}
.withdraw_service .service_detail details[open] summary .icon_arrow {
  transform: rotate(180deg);
}
.withdraw_service .wrap_service_list {
  margin: 0.3rem 0 1rem;
}
.withdraw_service .wrap_service_list .service_name {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
}
.withdraw_service .wrap_service_list .service_name i {
  display: block;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  border: 1px solid #efefef;
}
.withdraw_service .wrap_service_list .icon_aipartner {
  background: url('/image/town/service_aipartner.svg') no-repeat center/2.9rem;
}
.withdraw_service .wrap_service_list .icon_net {
  background: url('/image/town/service_net.svg') no-repeat center/3.05rem;
}
.withdraw_service .wrap_service_list .icon_plus {
  background: url('/image/town/service_plus.svg') no-repeat center/3.05rem;
}
.withdraw_service .wrap_service_list .icon_ai {
  background: url('/image/town/service_aipartner.svg') no-repeat center 1rem/2.9rem, url('/image/town/logo_estate.svg') no-repeat center 2rem/2.9rem;
}
.withdraw_service .wrap_service_list .service_desc {
  padding-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666;
}
.withdraw_service .wrap_service_list .list_dl {
  flex-direction: column;
  margin-top: 1.6rem;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  background: #f7f7f7;
}
.withdraw_service .wrap_service_list .list_dl li {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.withdraw_service .wrap_service_list .list_dl .dt {
  color: #666;
  font-weight: 500;
}
.withdraw_service .wrap_service_list .list_dl .dd {
  color: #006fff;
}
.withdraw_service .service_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.withdraw_service .service_list > li {
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #fff;
}

.withdraw_confirm .desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}
.withdraw_confirm .form_group {
  margin: 2.2rem 0 1rem;
}
.withdraw_confirm .form_group input[type='checkbox'] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.withdraw_confirm .form_group input[type='checkbox']:checked + label {
  color: #333;
}
.withdraw_confirm .form_group label {
  font-size: 1.6rem;
  font-weight: 500;
}

.wrap_help {
  width: 100%;
}
.wrap_help .title {
  color: #333;
  font-weight: 700;
}
.wrap_help .group_form label {
  padding-top: 1.6rem;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 1.6rem;
}

.wrap_myinfo {
  width: 100%;
}
.wrap_myinfo .myinfo_list li {
  padding-bottom: 2.4rem;
}
.wrap_myinfo .myinfo_list .sub_title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #999;
}
.wrap_myinfo .myinfo_list .info_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
.wrap_myinfo .myinfo_list .info_item p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333;
  font-weight: 500;
}
.wrap_myinfo .myinfo_list .info_item button {
  display: block;
}
.wrap_myinfo .myinfo_list .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.4rem;
  height: 2.4rem;
  margin: 0.6rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 500;
}
.wrap_myinfo .myinfo_list .badge_kakao {
  border: 1px solid #fae609;
  background-color: #fae609;
  color: #1a1a1a;
}
.wrap_myinfo .myinfo_list .badge_naver {
  border: 1px solid #00c73c;
  background-color: #00c73c;
  color: #fff;
}
.wrap_myinfo .myinfo_list .badge_apple {
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
}
.wrap_myinfo .myinfo_list .icon_kakao {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url('/image/town/icon_kakao.svg') no-repeat center/cover;
}
.wrap_myinfo .myinfo_list .icon_naver {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url('/image/town/icon_naver.svg') no-repeat center/cover;
}
.wrap_myinfo .myinfo_list .icon_apple {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url('/image/town/icon_apple.svg') no-repeat center/cover;
}
.wrap_myinfo .myinfo_list input:-moz-read-only {
  width: 20rem;
  height: 1.6rem;
}
.wrap_myinfo .myinfo_list input:read-only {
  width: 20rem;
  height: 1.6rem;
}

/* 약관 및 개인정보 처리 동의 */
.agree_list_wrap section {
  padding: 2.4rem 1.6rem;
}
.agree_list_wrap section:not(:last-child) {
  border-bottom: 12px solid #f7f7f7;
}
.agree_list_wrap .title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #1a1a1a;
  font-weight: 700;
}

/*  광고성 정보 수신 동의  */
.ad-info-agree-wrap .item {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #4d4d4d;
  font-weight: 500;
}
.ad-info-agree-wrap .item.title {
  padding: 0.6rem 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #1a1a1a;
  font-weight: 700;
}
.ad-info-agree-wrap .detail {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #efefef;
}
.ad-info-agree-wrap .table_form table {
  width: 100%;
}
.ad-info-agree-wrap .notice_text {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333;
}

/* 개인정보처리방침 */
.town_privacy li li {
  padding-left: 14px;
}
.town_privacy table {
  width: 100%;
}
.town_privacy table td {
  text-align: center;
  vertical-align: top;
}
.town_privacy table i {
  display: block;
  margin: 0.2rem auto;
}
.town_privacy .mt16 {
  margin-top: 1.6rem;
} /*# sourceMappingURL=town.css.map */
