@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.tag.orange {
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid;
  background-color: #FF4C13;
}

.tag.black {
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid;
  background-color: #333;
}

.tag.orange_l {
  border-radius: 0.4rem;
  padding: 0rem 0.5rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  border: 1px solid #FFEDE7;
  background-color: #FFEDE7;
}

.tag.gray {
  border-radius: 0.2rem;
  padding: 0rem 0.2rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
}

.tag.blue {
  border-radius: 0.2rem;
  padding: 0rem 0.2rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  border: 1px solid #ECF2FF;
  background-color: #ECF2FF;
}

.btn.whitegray {
  border-radius: 1.6rem;
  padding: 0.8rem 1.6rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  border: 1px solid #ededed;
  background-color: #ffffff;
}

.btn.whiteorange {
  border-radius: 3.2rem;
  padding: 2.4rem 3.2rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  border: 1px solid #FF4C13;
  background-color: #ffffff;
}

.btn.graygray {
  border-radius: 3.2rem;
  padding: 2.4rem 3.2rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  border: 1px solid #ededed;
  background-color: #FBF9F6;
}

.hide {
  overflow: hidden;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a[aria-label], button[aria-label] {
  border: none;
  outline: none;
}
a[href], button[href] {
  border: none;
  outline: none;
}

iframe[src] {
  border: none;
  outline: none;
}

/* Reset */
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, nav, section, article, header, footer, main, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0;
}

body, input, select, textarea, button, img, fieldset {
  border: none;
}

ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

address, cite, code, em, i {
  font-style: normal;
  font-weight: normal;
}

label, img, input, select, textarea, button, a {
  vertical-align: middle;
}

u, ins, a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

/* Normalize */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

input[type=date] {
  position: relative;
  width: 100px;
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

input[type=date]:valid::before {
  display: none;
}

html, body {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
}

.f-black16 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}

.f-orange12 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}
.f-orange14 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 2.4rem;
}
.f-orange16 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}

.search-word {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.search-word b {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}

.description10 {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  text-align: center;
}
.description-10 {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.description--10 {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.description-12 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  line-height: 1.6rem;
}
.description-12b {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.description12 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5.6rem;
  padding: 0 1.2rem;
}
.header .align {
  width: 100%;
}
.header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 2.4rem;
  padding-left: 0.4rem;
}

.header-thumb1 img {
  width: 100%;
  height: 12.8rem;
}
.header-thumb1-1 img {
  width: 100%;
  height: 12.8rem;
  border-radius: 1.6rem 1.6rem 0 0;
}
.header-thumb2 img {
  width: 100%;
  height: 16rem;
  filter: brightness(70%);
}

footer {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
  width: 32.8rem;
}
footer strong {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6rem;
  padding-top: 1.6rem;
}
footer span {
  margin-right: 1.6rem;
}
footer a, footer button {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
  margin: 0.8rem 0;
}
footer :focus {
  border: none;
  outline: none;
}
footer .copy {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin: 0.8rem 0 3rem 0;
}

.footer-bg {
  background-color: #ededed;
}
.footer-bg .right {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.6rem;
  gap: 0.8rem;
}

.footer-bt {
  position: absolute;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
}
.footer-bt .fix {
  margin: 1.6rem;
}

.align {
  display: flex;
}
.align.left {
  justify-content: flex-start;
}
.align.right {
  justify-content: flex-end;
}
.align.both {
  justify-content: space-between;
}
.align.vm {
  align-items: center;
}

.w100-popup {
  display: block;
  width: 60%;
  height: 60%;
  text-align: center;
}

.w100 {
  display: block;
  width: 100%;
  text-align: center;
}

.wh100c {
  width: 100%;
  margin: 10rem 0;
  text-align: center;
}

.half {
  display: flex;
  gap: 0.8rem;
}
.half.title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  text-align: left;
  margin-top: 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}

.ma {
  width: 100%;
}
.ma16 {
  margin: 1.6rem;
}
.ma24 {
  margin: 2.4rem;
}

.m16 {
  margin: 0 1.6rem;
}
.m24 {
  margin: 0 2.4rem;
}

.ml4 {
  margin-left: 0.4rem;
}
.ml8 {
  margin-left: 0.8rem;
}
.ml16 {
  margin-left: 1.6rem;
}

.mt4 {
  margin-top: 0.4rem;
}
.mt8 {
  margin-top: 0.8rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt12 {
  margin-top: 1.2rem;
}
.mt16 {
  margin-top: 1.6rem;
}
.mt24 {
  margin-top: 2.4rem;
}
.mt32 {
  margin-top: 3.2rem;
}

.mtb4 {
  margin: 0.4rem 0;
}
.mtb8 {
  margin: 0.8rem 0;
}
.mtb12 {
  margin: 1.2rem 0;
}
.mtb16 {
  margin: 1.6rem 0;
}
.mtb20 {
  margin: 2rem 0;
}
.mtb24 {
  margin: 2.4rem 0;
}

.line-1 {
  height: 0.1rem;
  background-color: #ededed;
}

.round {
  position: relative;
  height: 2.8rem;
  background-color: #ededed;
}
.round-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #ffffff;
}
.round-bot {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 100%;
  height: 1.1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #ffffff;
}

.bin8 {
  height: 0.8rem;
}
.bin16 {
  height: 1.6rem;
}
.bin24 {
  height: 2.4rem;
}
.bin32 {
  height: 3.2rem;
}
.bin48 {
  height: 4.8rem;
}
.bin64 {
  height: 6.4rem;
}
.bin200 {
  height: 20rem;
}

.owner-footer {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #544641;
  line-height: 2.8rem;
}

.owner {
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, #D6E4FF, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  font-size: 2.4rem;
  font-weight: 400;
  color: #544641;
  line-height: 2.8rem;
}
.owner-title {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  line-height: 2.4rem;
}
.owner-sub-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 2.4rem;
}
.owner-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 2.4rem;
}
.owner-symbol {
  margin: 3.4rem 0 1.2rem 0;
  width: 9.6rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-search {
  background: url(../img/ico_search.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
}
.btn-account {
  background: url(../img/ico_account.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
}
.btn-back {
  background: url(../img/ico_back.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-next__g {
  background: url(../img/ico_next.svg) no-repeat center;
  background-size: 2.4rem auto;
  height: 2.4rem;
  width: 2.4rem;
}
.btn-next__b {
  background: url(../img/ico_next_black.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-next__o {
  background: url(../img/ico_next_orange.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-share {
  background: url(../img/ico_share.svg) no-repeat center;
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-heart {
  background: url(../img/ico_heart_orange.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-del {
  background: url(../img/ico_del.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-close {
  background: url(../img/ico_close.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-fold {
  background: url(../img/ico_arrow_down_gray.svg) no-repeat center;
  background-size: 1.2rem auto;
  width: 1.6rem;
  height: 1.6rem;
}
.btn-unfold {
  background: url(../img/ico_arrow_upper_gray.svg) no-repeat center;
  background-size: 1.2rem auto;
  width: 1.6rem;
  height: 1.6rem;
}
.btn-copyaddress {
  display: flex;
  background: url(../img/ico_copyaddress.svg) no-repeat left;
  background-size: 1.4rem auto;
  padding-left: 1.6rem;
  width: 5.5rem;
  height: 1.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: #999;
  line-height: 1.6rem;
}
.btn-add-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  border-bottom: 1px solid #ededed;
  background-color: #FBF9F6;
  font-size: 1.2rem;
  font-weight: 500;
  color: #121212;
  line-height: 1.6rem;
}
.btn-add-new img {
  width: 1.6rem;
  height: 1.6rem;
}
.btn-add-new__w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  color: #121212;
  line-height: 1.6rem;
}
.btn-add-new__w img {
  width: 1.6rem;
  height: 1.6rem;
}
.btn-owner-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 0.4rem;
}
.btn-owner-all.kakao {
  background-color: #FEE500;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 2.4rem;
}
.btn-owner-all.kakao img {
  width: 1.8rem;
  margin: 0.8rem 1.2rem;
}
.btn-owner-all.orange {
  background-color: #FF4C13;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.4rem;
}
.btn-owner-all.orange span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.4rem;
}
.btn-owner-all.line {
  background-color: #ffffff;
  text-align: center;
  border: solid 1px #D9D9D9;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  line-height: 2.4rem;
}
.btn-owner-all.gray {
  background-color: #ededed;
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
  line-height: 2.4rem;
}
.btn-owner-all.black {
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.4rem;
}
.btn-owner-all.black.half {
  width: 20rem;
  margin-left: 0.8rem;
}
.btn-owner-text {
  background-color: transparent;
  padding: 1.6rem;
}
.btn-owner-text.orange {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.btn-owner-text.black12 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.btn-round-w12 {
  background-color: #ffffff;
  border-radius: 4rem;
  padding: 0.8rem 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6rem;
  border: 1px solid #ededed;
}
.btn-round-review {
  background: url(../img/ico_review.svg) no-repeat 1.6rem;
  background-size: 1.6rem auto;
  padding: 0.8rem 2rem 0.8rem 4rem;
  border-style: solid;
  border-color: #FF4C13;
  border-radius: 3.2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.btn-round-filter {
  background: url(../img/ico_filter.svg) no-repeat 1.6rem;
  background-size: 1.6rem auto;
  padding: 0.8rem 2rem 0.8rem 4rem;
  border-style: solid;
  border-color: #ededed;
  border-radius: 3.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.btn-round-orange {
  background-color: #FF4C13;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.4rem;
  border-radius: 4rem;
  width: 100%;
  text-align: center;
}
.btn-round-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin: 0.8rem 0;
  height: 1.6rem;
}
.btn-round-info .w16 {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
}
.btn-round-google {
  display: flex;
  align-items: center;
  background: url(../img/ico_google.svg) no-repeat 2.4rem;
  background-size: 2.4rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 2.4rem;
  padding: 0.8rem 2.4rem 0.8rem 5.6rem;
  border: 1px solid #ededed;
  border-radius: 4rem;
}
.btn-round-google-mypage {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  border-radius: 4rem;
  padding: 0.8rem 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.7rem;
}
.btn-round-google-mypage img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}

.floating {
  position: relative;
  overflow: hidden;
}
.floating-back__b {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_back.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.floating-back__w {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_back_white.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.floating-close__b {
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_close.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.floating-close__w {
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_close_white.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  z-index: 100;
}
.floating-resize {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: url(../img/ico_resize.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem rgba(84, 70, 65, 0.5);
}
.floating-back {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_back.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem rgba(84, 70, 65, 0.5);
}
.floating-close {
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  background: url(../img/ico_close.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem rgba(84, 70, 65, 0.5);
}
.floating-bar {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  transform: translateX(-50%);
  background-color: #F1F1F1;
  width: 3.8rem;
  height: 0.4rem;
  border-radius: 0.4rem;
}

.input-search {
  width: 100%;
  height: 5.6rem;
  padding: 1.2rem 1.2rem 1.2rem 5.2rem;
  border: 1px solid #FF4C13;
  border-radius: 0.4rem;
  background: url(../img/ico_search.svg) no-repeat 1.6rem center;
  background-size: 2.4rem auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.input-search[placeholder] {
  border: 1px solid #ededed;
}

::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #D9D9D9;
  line-height: 2.4rem;
}

:focus {
  border: 1px solid #FF4C13;
  outline: none;
}

.checkbox {
  display: inline-block;
}
.checkbox.on {
  background: url(../img/checkbox_on.svg) no-repeat left;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 3.2rem;
  margin-right: 0.4rem;
}
.checkbox.off {
  background: url(../img/checkbox_off.svg) no-repeat left;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 3.2rem;
  margin-right: 0.4rem;
}
.checkbox.black {
  background: url(../img/checkbox_black.svg) no-repeat left;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 3.2rem;
  margin-right: 0.4rem;
}

.radio {
  display: flex;
  padding: 1.6rem 2rem;
  width: 100%;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.radio img {
  margin-right: 0.4rem;
}
.radio.on {
  background: url(../img/Radio_on.svg) no-repeat left;
  background-size: 1.6rem auto;
}
.radio.off {
  background: url(../img/Radio_ff.svg) no-repeat left;
  background-size: 1.6rem auto;
}

.textarea {
  width: 100%;
}
.textarea-gray {
  padding: 0.8rem 1.2rem;
  background-color: #ededed;
  border: solid 1px #D9D9D9;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.textarea-gray .input {
  width: 100%;
  border: none;
  background-color: #ededed;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.textarea-line {
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  border: solid 1px #ededed;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.textarea-line .input {
  width: 100%;
  border: none;
  background-color: #ffffff;
}

.dropdown {
  width: 10rem;
  height: 2.2rem;
  padding: 0.8rem;
  margin-right: 0.8rem;
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #ededed;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  background: url(../img/ico_arrow_down_gray.svg) no-repeat 8.7rem;
  background-size: 1.2rem auto;
}

.signup-input {
  width: 100%;
  border-radius: 0.4rem;
  padding: 0 1.2rem;
}
.signup-input.orange {
  height: 3.8rem;
  background-color: #ffffff;
  border: solid 1px #FF4C13;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.signup-input.line {
  height: 3.8rem;
  background-color: #ffffff;
  border: solid 1px #ededed;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.signup-input.line[placeholder-shown] {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D9D9D9;
  line-height: 2.4rem;
}
.signup-input.line.time {
  text-align: center;
}
.signup-input.gray {
  height: 3.8rem;
  background-color: #ededed;
  border: solid 1px #D9D9D9;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 2.4rem;
}
.signup-input.black {
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.4rem;
}

.title-1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 2.4rem;
}
.title-2 {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.title-2 span {
  margin-left: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.title-2-none {
  margin: 1.2rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.title-arcade {
  font-size: 2.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 3.2rem;
  padding: 1.6rem;
}
.title-arcade__list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin-top: 0.8rem;
}
.title-arcade__list .heart {
  background: url(../img/ico_heart_black.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.title-arcade__list .check {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.title-arcade__list .spot {
  background: url(../img/ico_spot.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.title-shop {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
  padding: 1.6rem;
}
.title-shop span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}
.title-shop .title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 3.2rem;
  margin: 0.4rem 0;
}
.title-shop__list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 0.8rem;
}
.title-shop__list .heart {
  background: url(../img/ico_heart_black.svg) no-repeat left;
  background-size: 1.6rem auto;
  padding-left: 1.8rem;
}
.title-shop__list .check {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.6rem auto;
  padding-left: 1.8rem;
}
.title-shop__list .star {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.title-shop__list .star img {
  display: flex;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}
.title-shop .info {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.title-shop .info a, .title-shop .info button {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.title-shop .info img {
  align-items: center;
  height: 1.6rem;
}
.title-shop .info li {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.title-shop .info li b {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.title-shop .top {
  align-items: normal;
}
.title-shop .top img {
  align-items: normal;
}
.title-coupon {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.title-coupon b {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  line-height: 3.2rem;
}
.title-coupon img {
  width: 2.4rem;
  margin-right: 0.4rem;
}
.title-coupon span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}

.tab-box {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 1.2rem;
}
.tab-box a, .tab-box button {
  font-size: 1.2rem;
  font-weight: 500;
  color: #756560;
  line-height: 1.6rem;
  padding: 1.6rem 1.4rem;
  border: 1px solid #ededed;
  border-radius: 0.8rem;
}
.tab-box .active {
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-box :hover {
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-round {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 1.2rem;
}
.tab-round a, .tab-round button {
  font-size: 1.2rem;
  font-weight: 500;
  color: #756560;
  line-height: 1.6rem;
  padding: 0.8rem 2.4rem;
  border: 1px solid #ededed;
  border-radius: 2.4rem;
}
.tab-round .active {
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-round :hover {
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-menu {
  overflow-x: auto;
  white-space: nowrap;
  margin: 1.6rem 0 0 1.6rem;
  display: flex;
  gap: 1.6rem;
}
.tab-menu a, .tab-menu button {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  line-height: 2.4rem;
  border-bottom: 2px solid transparent;
}
.tab-menu a span, .tab-menu button span {
  background-color: rgba(255, 76, 19, 0.1);
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
  margin-left: 0.4rem;
}
.tab-menu--disabled {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
  font-weight: 500;
  color: #D9D9D9;
  line-height: 2.4rem;
}
.tab-menu--active a, .tab-menu--active button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 2.4rem;
  border-bottom: 2px solid #FF4C13;
}
.tab-menu :hover a, .tab-menu :hover button {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 2.4rem;
  border-bottom: 2px solid #FF4C13;
}
.tab-icon {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 1.2rem;
}
.tab-icon a, .tab-icon button {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #756560;
  line-height: 1.6rem;
}
.tab-icon a .icon, .tab-icon button .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  border: 1px solid #ededed;
  margin-bottom: 0.4rem;
}
.tab-icon :hover {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-icon :hover .icon {
  border: 1px solid #FF4C13;
}
.tab-icon .active {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.tab-icon .active .icon {
  border: 1px solid #FF4C13;
}
.tab-icon .ico1 {
  background: url(../img/ico_place_1_off.svg) no-repeat center center;
}
.tab-icon .ico1:hover {
  background: url(../img/ico_place_1_on.svg) no-repeat center center;
}
.tab-icon .ico1--active {
  background: url(../img/ico_place_1_on.svg) no-repeat center center;
}
.tab-icon .ico2 {
  background: url(../img/ico_place_2_off.svg) no-repeat center center;
}
.tab-icon .ico2:hover {
  background: url(../img/ico_place_2_on.svg) no-repeat center center;
}
.tab-icon .ico2--active {
  background: url(../img/ico_place_2_on.svg) no-repeat center center;
}
.tab-icon .ico3 {
  background: url(../img/ico_place_3_off.svg) no-repeat center center;
}
.tab-icon .ico3:hover {
  background: url(../img/ico_place_3_on.svg) no-repeat center center;
}
.tab-icon .ico3--active {
  background: url(../img/ico_place_3_on.svg) no-repeat center center;
}
.tab-icon .ico4 {
  background: url(../img/ico_place_4_off.svg) no-repeat center center;
}
.tab-icon .ico4:hover {
  background: url(../img/ico_place_4_on.svg) no-repeat center center;
}
.tab-icon .ico4--active {
  background: url(../img/ico_place_4_on.svg) no-repeat center center;
}
.tab-icon .ico5 {
  background: url(../img/ico_place_5_off.svg) no-repeat center center;
}
.tab-icon .ico5:hover {
  background: url(../img/ico_place_5_on.svg) no-repeat center center;
}
.tab-icon .ico5--active {
  background: url(../img/ico_place_5_on.svg) no-repeat center center;
}
.tab-icon .ico6 {
  background: url(../img/ico_place_6_off.svg) no-repeat center center;
}
.tab-icon .ico6:hover {
  background: url(../img/ico_place_6_on.svg) no-repeat center center;
}
.tab-icon .ico6--active {
  background: url(../img/ico_place_6_on.svg) no-repeat center center;
}
.tab-search {
  overflow-x: auto;
  white-space: nowrap;
}
.tab-search .gap {
  display: flex;
  gap: 1rem;
}
.tab-search a, .tab-search button {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6rem;
}
.tab-search a img, .tab-search button img {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.4rem;
}
.tab-search a.search, .tab-search button.search {
  display: flex;
  align-items: center;
  padding: 0 2.4rem 0 1.2rem;
  border-radius: 0 3.6rem 3.6rem 0;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.tab-search a.search img, .tab-search button.search img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}
.tab-search a.filter, .tab-search button.filter {
  padding: 0.9rem 1rem 0.9rem 1.4rem;
  border-radius: 3.6rem;
  border: 1px solid #ededed;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.tab-search a.basic, .tab-search button.basic {
  padding: 0.9rem 1.2rem;
  border-radius: 3.6rem;
  background-color: #F1F1F1;
  border: 1px solid #ededed;
}
.tab-owner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tab-owner a, .tab-owner button {
  display: inline-block;
  width: 100%;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  border-bottom: 2px solid #ededed;
}
.tab-owner a.active, .tab-owner button.active {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 2.4rem;
  border-bottom: 2px solid #FF4C13;
}

.card-building {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.4rem 0rem 1.2rem 1.6rem;
}
.card-building a {
  display: inline-flex;
  gap: 1.6rem;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem rgba(84, 70, 65, 0.5);
  border: 1px solid #ededed;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  align-items: center;
  margin-right: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.card-building__thumb {
  background: url(../img/ico_building.svg) no-repeat center;
  background-size: 2.4rem auto;
  background-color: #FFCB13;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
}
.card-building__title {
  display: flex;
  align-items: center;
}
.card-building__title b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.card-building__list {
  display: flex;
  gap: 1.2rem;
}
.card-building__list .heart {
  background: url(../img/ico_heart.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.card-building__list .check {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.card-building__list .spot {
  background: url(../img/ico_spot.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.card-shop-coupon {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.4rem 0rem 2.4rem 1.6rem;
}
.card-shop-coupon a, .card-shop-coupon button {
  display: inline-flex;
  gap: 1.6rem;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem #544641;
  border: 1px solid #FF4C13;
  border-radius: 0.8rem;
  align-items: center;
  margin-right: 1.2rem;
  width: 22.6rem;
  height: 6.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}
.card-shop-coupon a.bg_o, .card-shop-coupon button.bg_o {
  background-color: rgba(255, 76, 19, 0.05);
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.card-shop-coupon__left {
  width: 14rem;
  white-space: pre-wrap;
  padding: 0.8rem 1.2rem;
}
.card-shop-coupon__left span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.card-shop-coupon__rigth {
  display: block;
  text-align: center;
  padding: 1.5rem 1.2rem;
  border-left: 1px dashed #FF4C13;
  background-size: 1rem 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}
.card-coupon {
  border: 1px dashed rgba(70, 122, 255, 0.4);
  background-color: rgba(70, 122, 255, 0.1);
  border-radius: 1rem;
}
.card-coupon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
}
.card-coupon a img {
  width: 2.4rem;
  padding-right: 0.4rem;
}
.card-map {
  margin: 0 1.6rem;
  border: 1px solid #FF4C13;
  border-radius: 1rem;
}
.card-map-info {
  display: grid;
  grid-template-columns: 2.4rem 1fr 3.2rem;
  margin: 0.8rem;
}
.card-map-info__title {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.card-map-info__title_shop {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 2.4rem;
}
.card-map-info__sub {
  margin-left: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.card-map-sub {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.card-map-sub span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}

.board-img {
  overflow-x: auto;
  white-space: nowrap;
  padding: 1.2rem 0rem 1.2rem 1.6rem;
  display: flex;
  gap: 1.2rem;
}
.board-img a, .board-img button {
  display: inline-block;
  width: 12.8rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-img :focus {
  border: none;
  outline: none;
}
.board-img img {
  margin-bottom: 0.6rem;
}
.board-img__title {
  max-width: 13rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-img__title1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-img__heart {
  background: url(../img/ico_heart_gray.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-img .ellipsis {
  max-width: 12.8rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-search-area {
  padding: 0.6rem 1.6rem;
}
.board-search-area .title {
  padding: 0.8rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.6rem;
}
.board-search-area span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-search-area .list {
  align-items: center;
  border-bottom: 1px solid #ededed;
  padding: 0.8rem 0;
}
.board-last-word {
  display: flex;
  height: 5.6rem;
  margin: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  align-items: center;
}
.board-last-word .icon {
  background: url(../img/ico_search.svg) no-repeat left;
  background-size: 2.4rem auto;
  padding-left: 3.2rem;
}
.board-last-word span {
  padding-left: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-building {
  display: block;
}
.board-building .sub {
  background-color: #FBF9F6;
}
.board-building .sub img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  padding: 0.8rem;
}
.board-building .sub__title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.board-building .sub__title b {
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.board-building .mypage img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
}
.board-building .mypage__title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.board-building .mypage__title b {
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.board-building .mypage__title span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  padding-left: 0.4rem;
}
.board-building .mypage .ellipsis {
  max-width: 22.4rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-building .shop img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
}
.board-building .shop__menu {
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
}
.board-building .shop__sub {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  max-width: 25.6rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-building .shop__won {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-building .shop.disabled img {
  filter: grayscale(100%);
}
.board-building .shop.disabled .shop__menu {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  line-height: 2.4rem;
}
.board-building .shop.disabled .shop__won {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  line-height: 1.6rem;
}
.board-building a, .board-building button {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 4.8rem 1fr 3.2rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  padding: 1.2rem 1.6rem;
}
.board-building__thumb {
  background: url(../img/ico_building.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #FFCB13;
  border-radius: 0.8rem;
}
.board-building__thumb-arcade {
  background: url(../img/ico_arcade.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #FFCB13;
  border-radius: 0.8rem;
}
.board-building__title {
  display: flex;
  align-items: center;
}
.board-building__title b {
  font-size: 1.6rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.board-building__list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.board-building__list .heart {
  background: url(../img/ico_heart.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-building__list .check {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-building__list .spot {
  background: url(../img/ico_spot.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot {
  display: block;
}
.board-spot a, .board-spot button {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 5.6rem 1fr;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  padding: 1.2rem 1.6rem;
}
.board-spot__thumb img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
}
.board-spot__title {
  display: flex;
  align-items: center;
}
.board-spot__title b {
  font-size: 1.6rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.board-spot__list {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.board-spot__list .heart {
  background: url(../img/ico_heart.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot__list .check {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot__list .spot {
  background: url(../img/ico_spot.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot .coupon img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.2rem;
}
.board-spot__tag span {
  margin-right: 0.4rem;
}
.board-coupon {
  display: block;
}
.board-coupon a .top, .board-coupon button .top {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid #FF4C13;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.6rem;
}
.board-coupon a .top .thumb img, .board-coupon button .top .thumb img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
}
.board-coupon a .top .title, .board-coupon button .top .title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.board-coupon a .top .title b, .board-coupon button .top .title b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  padding-right: 0.4rem;
}
.board-coupon a .top .title span, .board-coupon button .top .title span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-coupon a .top .sub, .board-coupon button .top .sub {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-coupon a .top .sub .sale, .board-coupon button .top .sub .sale {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 1.6rem;
}
.board-coupon a .top .sub .free, .board-coupon button .top .sub .free {
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
}
.board-coupon a .bot, .board-coupon button .bot {
  text-align: center;
  padding: 0.4rem;
  background-color: #FF4C13;
  border-radius: 0 0 0.8rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6rem;
}
.board-coupon a .bot img, .board-coupon button .bot img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}
.board-coupon.used a .top, .board-coupon.used button .top {
  border: 1px solid #D9D9D9;
}
.board-coupon.used a .top .title b, .board-coupon.used button .top .title b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  line-height: 2.4rem;
}
.board-coupon.used a .bot, .board-coupon.used button .bot {
  background-color: #D9D9D9;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  line-height: 1.6rem;
}
.board-review {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.board-review a, .board-review button {
  display: flex;
  align-items: center;
}
.board-review a img, .board-review button img {
  width: 1.6rem;
  height: 1.6rem;
}
.board-review__star {
  display: flex;
  align-items: center;
  height: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
  margin-left: 1.6rem;
}
.board-review__star img {
  display: flex;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}
.board-review__word {
  display: flex;
  align-items: center;
  margin-left: 1.6rem;
}
.board-review__word a, .board-review__word button {
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 3.2rem;
  padding: 0.8rem 1.6rem;
  margin-right: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-review__word a span, .board-review__word button span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  padding: 0 0.2rem 0 0.4rem;
}
.board-review__profile {
  display: grid;
  grid-template-columns: 4rem 1fr;
  margin: 1.6rem 1.6rem 1.2rem 1.6rem;
}
.board-review__profile span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin-right: 1.2rem;
}
.board-review__profile img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
}
.board-review__thumb {
  overflow-x: auto;
  white-space: nowrap;
}
.board-review__thumb img {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.8rem;
  margin: 1.2rem 0.8rem 1.2rem 0;
}
.board-review__thumb :first-child {
  margin-left: 1.6rem;
}
.board-owner {
  justify-content: center;
  text-align: center;
}
.board-owner .title {
  font-size: 2rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.board-owner a, .board-owner button {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.board-owner a span, .board-owner button span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin-left: 0.4rem;
}
.board-owner a .active, .board-owner button .active {
  background: url(../img/ico_check_orange.svg) no-repeat right;
  background-size: 2.4rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.board-owner .list-check {
  padding: 1.2rem 2rem;
}
.board-owner .list-check.on {
  background: url(../img/ico_check_orange.svg) no-repeat left;
  background-size: 1.6rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.board-owner .list-check.off {
  background: url(../img/ico_check.svg) no-repeat left;
  background-size: 1.6rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 2.4rem;
}
.board-owner .add-list {
  display: flex;
  align-items: center;
}
.board-owner .add-list.tab {
  display: flex;
  align-items: center;
}
.board-owner .add-list img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  margin-right: 1.6rem;
}
.board-owner .add-list__title {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #121212;
  line-height: 2.4rem;
  align-items: center;
}
.board-owner .add-list__title.coupon {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-owner .add-list__title.service {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.board-owner .add-list__title.total {
  font-size: 2rem;
  font-weight: 700;
  color: #121212;
  line-height: 2.4rem;
}
.board-owner .add-list__title.orange {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.board-owner .add-list__sub {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-owner .add-list__sub.ing {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.board-owner .add-list__won {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
}
.board-owner .add-list__won.orange {
  font-size: 2rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 2.4rem;
}
.board-owner .add-list__won.black3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.board-owner .add-list__date {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.board-owner .add-list__date.ing {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.board-owner .add-list__date.end {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 2.4rem;
}
.board-owner .add-list__right {
  display: flex;
}
.board-owner .add-list .arrow {
  display: flex;
}
.board-owner .add-list .arrow img {
  width: 2rem;
  height: 2rem;
}
.board-pic-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
  padding: 1.6rem;
}
.board-pic-list .one {
  position: relative;
}
.board-pic-list img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
}
.board-pic-list a, .board-pic-list button {
  position: absolute;
  left: 4.8rem;
  top: -0.6rem;
}
.board-pic-list a img, .board-pic-list button img {
  background: url(../img/ico_del_red.svg) no-repeat left;
  background-size: 1.6rem auto;
  width: 1.6rem;
  height: 1.6rem;
}
.board-day {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.4rem;
}
.board-day .one {
  border-radius: 0.8rem;
  text-align: center;
  padding: 0.8rem;
}
.board-day .on {
  background-color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.4rem;
}
.board-day .off {
  background-color: #ededed;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 2.4rem;
}
.board-time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.board-time .week {
  display: flex;
  margin-top: 1.2rem;
  align-items: center;
}
.board-time .week p {
  padding-right: 0.8rem;
}
.board-time .week span {
  padding: 0 0.8rem;
}

.profile {
  margin: 0 1.6rem;
}
.profile__pic {
  display: flex;
  justify-content: center;
}
.profile__pic .nik {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 9.6rem;
  background-color: #FFCB13;
  font-size: 5.6rem;
  font-weight: 100;
  color: #000;
  line-height: 7rem;
  margin-bottom: 1.2rem;
}
.profile__name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
.profile__Visit {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  background: url(../img/ico_next_black.svg) no-repeat right;
  background-size: 2.4rem auto;
}
.profile__Visit img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
}
.profile__Visit span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
  margin-left: 0.4rem;
}
.profile__Visit p {
  background-color: rgba(255, 76, 19, 0.1);
  font-size: 1rem;
  font-weight: 400;
  color: #FF4C13;
  line-height: 1.6rem;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
  margin-left: 0.4rem;
}

.agree {
  align-items: center;
  margin: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 2.4rem;
}
.agree-time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 2.4rem;
}
.agree-time p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.agree-view {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6rem;
  text-decoration: underline;
}

.promotion {
  /*background: url(../img/img_promotion.png) no-repeat center;*/
  /*background-size: 100% auto;*/
  background-size: auto;
}

.map-main {
  position: relative;
  background: url(../img/map.png) no-repeat center;
  background-size: auto;
  height: 24rem;
  margin: 1.6rem;
  border-radius: 1.6rem;
}
.map-full {
  position: relative;
  background: url(../img/map.png) no-repeat center;
  background-size: auto;
  height: 70rem;
}
.map-full-arcade {
  position: relative;
  background: url(../img/map-arcade.png) no-repeat -15rem -4rem;
  background-size: auto;
  height: 120rem;
}
.map-full-arcade.zoom {
  background: url(../img/map-arcade_zoom.png) no-repeat -42rem -26rem;
  background-size: auto;
}
.map-full-arcade.spot {
  background: url(../img/map-arcade_spot.png) no-repeat -15rem -4rem;
  background-size: auto;
}
.map-arcade {
  position: relative;
  background: url(../img/map.png) no-repeat center;
  background-size: auto;
  height: 10.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.map-pin {
  position: relative;
  overflow: hidden;
}
.map-pin__now {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
}
.map-pin__now-arcade {
  position: absolute;
  top: 24rem;
  left: 18rem;
}
.map-pin__now-arcade.disable {
  opacity: 0.5;
}
.map-pin__now-arcade.another {
  position: absolute;
  top: 44rem;
  left: 19rem;
}
.map-pin__arcade {
  position: absolute;
  top: 17rem;
  left: 7.8rem;
}
.map-pin__arcade.zoom {
  position: absolute;
  top: 23.6rem;
  left: 11.8rem;
}
.map-tab {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  z-index: 100;
}
.map-tab a, .map-tab button {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6rem;
  padding: 0.8rem 2.4rem;
  border: 1px solid #ededed;
  border-radius: 2.4rem;
  background-color: #FBF9F6;
}
.map-tab .active {
  background-color: #ffffff;
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}
.map-tab :hover {
  background-color: #ffffff;
  border: 1px solid #FF4C13;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
}

.bottom-fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.bottom-fix .floating-btn {
  position: absolute;
  right: 1.6rem;
  bottom: 7.2rem;
}
.bottom-fix .floating-btn a, .bottom-fix .floating-btn button {
  display: block;
}
.bottom-fix .floating-btn__location {
  background: url(../img/ico_location.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0.4rem 0.4rem 1.2rem -0.8rem rgba(84, 70, 65, 0.5);
}
.bottom-fix .floating-btn-floor {
  margin-top: 0.8rem;
  width: 4rem;
  text-align: center;
  box-shadow: 0.4rem 0.4rem 1.2rem 0rem rgba(84, 70, 65, 0.1);
}
.bottom-fix .floating-btn-floor__top {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.6rem;
  padding: 1.2rem 0;
  width: 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 1px solid #ededed;
}
.bottom-fix .floating-btn-floor__middle {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.6rem;
  padding: 1.2rem 0;
  width: 4rem;
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.bottom-fix .floating-btn-floor__bottom {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.6rem;
  padding: 1.2rem 0;
  width: 4rem;
  background-color: #ffffff;
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid #ededed;
}
.bottom-fix .floating-btn-floor .active {
  font-size: 1rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
  background-color: #FFEDE7;
  border: 1px solid #FF4C13;
}
.bottom-fix .floating-btn.up {
  position: absolute;
  right: 1.6rem;
  bottom: 35.8rem;
}
.bottom-fix__shop-info {
  width: 100%;
  height: 28rem;
  background-color: #ffffff;
  border-radius: 1.6rem 1.6rem 0 0;
}

.pin-yellow {
  position: relative;
  position: absolute;
  top: 20%;
  left: 10%;
  background: #FFD953;
  border-radius: 0.8rem;
  padding: 0.8rem;
  list-style-type: none;
  box-shadow: 0.4rem 0.4rem 1.2rem 0.2rem rgba(208, 112, 0, 0.6);
  z-index: 2;
}
.pin-yellow img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}

.pin-yellow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-top-color: #FFD953;
  border-bottom: 0;
  margin-left: -0.4rem;
  margin-bottom: -0.4rem;
  box-shadow: 0.4rem 0.4rem 1.2rem 0rem rgba(208, 112, 0, 0.6);
}

.pin-white {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  line-height: 1.6rem;
  background: #ffffff;
  border-radius: 0.8rem;
  border: 1px solid #FF4C13;
  padding: 0.8rem;
  list-style-type: none;
  box-shadow: 0.4rem 0.4rem 1.2rem 0.2rem rgba(84, 70, 65, 0.1);
  z-index: 2;
}
.pin-white img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.pin-white-arcade-map {
  position: absolute;
  top: 14.4rem;
  left: 10.6rem;
}
.pin-white-arcade-map.zoom {
  position: absolute;
  top: 21rem;
  left: 17.4rem;
}

.pin-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-top-color: #FF4C13;
  border-bottom: 0;
  margin-left: -0.4rem;
  margin-bottom: -0.4rem;
  box-shadow: 0.4rem 0.4rem 1.2rem 0rem rgba(84, 70, 65, 0.1);
}

.map-pin-floor {
  position: relative;
  position: absolute;
  top: 10.2rem;
  left: -4.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6rem;
  background: #FF4C13;
  border-radius: 0.8rem;
  padding: 0.2rem 0.4rem;
  list-style-type: none;
  box-shadow: 0.4rem 0.4rem 1.2rem 0.2rem rgba(208, 112, 0, 0.1);
  z-index: 4;
}
.map-pin-floor.floor-b1 {
  position: absolute;
  top: 14.2rem;
  left: -4.4rem;
}
.map-pin-floor.floor-2 {
  position: absolute;
  top: 14.2rem;
  left: -4.4rem;
}

.map-pin-floor:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 0.3rem solid transparent;
  border-left-color: #FF4C13;
  border-right: 0;
  margin-top: -0.3rem;
  margin-right: -0.3rem;
  box-shadow: 0.4rem 0.4rem 1.2rem 0rem rgba(208, 112, 0, 0.1);
}

.popup {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 102;
}
.popup-google {
  background-color: #ffffff;
  border-radius: 1.6rem;
  position: relative;
  background: linear-gradient(to bottom, #D6E4FF, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
  margin: 2.4rem;
  padding: 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.popup-google li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-google li.right {
  justify-content: flex-end;
}
.popup-google li.title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 2.4rem;
  margin-top: 0.8rem;
}
.popup-google li img {
  width: 12.8rem;
  height: 12.8rem;
  margin-top: 4.5rem;
}
.popup-google li.info {
  display: block;
  text-align: center;
  margin: 1.6rem 0 5.4rem 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.popup-google li.info a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
  text-decoration: underline;
}
.popup-pic {
  display: flex;
  text-align: center;
}
.popup-pic img {
    display: block;
    margin: 0 auto; /* 좌우 마진을 auto로 설정하여 수평 가운데 정렬 */
}
.popup-pic a, .popup-pic button {
  display: flex;
  align-items: center;
}
.popup-pic .btn-back {
  background: url(../img/ico_back_white.svg) no-repeat 1.6rem;
  background-size: 2.4rem auto;
  width: 4.8rem;
  height: 4.8rem;
}
.popup-pic .btn-next {
  background: url(../img/ico_next_white.svg) no-repeat 0.8rem;
  background-size: 2.4rem auto;
  width: 4.8rem;
  height: 4.8rem;
}
.popup-pic .btn-next img {
  width: 70.4vw;
}
.popup-coupon {
  background-color: #ffffff;
  border-radius: 1.6rem;
  margin: 2.4rem;
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.popup-coupon a {
  width: 100%;
}
.popup-coupon li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-coupon li.right {
  justify-content: flex-end;
}
.popup-coupon li.title {
  font-size: 2rem;
  font-weight: 900;
  color: #544641;
  line-height: 2.4rem;
  margin-top: 0.8rem;
}
.popup-coupon li.symbol {
  background: url(../img/img_symbol.svg) no-repeat center;
  background-size: 6.4rem auto;
  height: 6.4rem;
  border-radius: 0.8rem;
  margin-top: 3.2rem;
}
.popup-coupon b {
  font-size: 1.6rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
}
.popup-coupon strong {
  font-size: 2rem;
  font-weight: 700;
  color: #FF4C13;
  line-height: 2.4rem;
}
.popup-coupon span {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  line-height: 1.6rem;
}
.popup-coupon img {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.8rem;
}
.popup-coupon .free {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 1.6rem;
  text-align: center;
}
.popup-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.6rem 1.6rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6rem;
}
.popup-banner span {
  background-color: #ffffff;
  padding: 1.6rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  line-height: 1.6rem;
}
.popup-banner a, .popup-banner button {
  background-color: #ffffff;
  width: 100%;
  padding: 1.6rem 0;
}
.popup-banner a.left, .popup-banner button.left {
  border-radius: 0 0 0 1.6rem;
}
.popup-banner a.right, .popup-banner button.right {
  border-radius: 0 0 1.6rem 0;
  padding-right: 0.8rem;
}
.popup-menu {
  background-color: #ffffff;
  border-radius: 1.6rem;
  margin: 2.4rem;
  padding: 1.8rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.6rem;
}
.popup-menu .title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 2.4rem;
  margin-left: 1.6rem;
}
.popup-menu .right {
  margin-right: 1.6rem;
}
.popup-menu .sub {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
  line-height: 1.6rem;
  text-align: left;
  width: 100%;
}

.layer-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 1.6rem 1.6rem 0 0;
}
.layer-bottom a, .layer-bottom button {
  margin: 0 1.6rem;
}
.layer-bottom a.title, .layer-bottom button.title {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6rem;
  text-align: center;
  padding: 1.6rem 0;
}
.layer-bottom a.filter, .layer-bottom button.filter {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  line-height: 2.4rem;
  text-align: center;
  padding: 1.6rem 0;
}
.layer-bottom a.active.filter, .layer-bottom button.active.filter {
  background: url(../img/ico_check_orange.svg) no-repeat right;
  background-size: 2.4rem auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF4C13;
  line-height: 2.4rem;
}
.layer-bottom iframe {
  border-radius: 1.6rem 1.6rem 0 0;
  width: 100%;
  height: 30rem;
}

.dim80 {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.dim80-popup{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  /*opacity: 0.8;*/
  width: 100%;
  height: 100%;
  z-index: 99;
}

.dim50 {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.dim50-popup {
  display: none;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  /*opacity: 0.5;*/
  width: 100%;
  height: 100%;
  z-index: 99;
}

.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); /* 불투명한 레이어 색상 */
  z-index: 9999; /* 화면 최상위에 표시되도록 z-index 설정 */
}

.custom-alert {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 15px;
  width: 300px;
  position: fixed;
  top: 20%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translateX(-50%);
  display: none;
  z-index: 10000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  }/*# sourceMappingURL=style.css.map */