@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
.bin48 {
  height: 4.8rem;
}
.bin64 {
  height: 6.4rem;
}
.mobile {
  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;
}
.mobile-title {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
  line-height: 2.4rem;
}
.mobile-sub-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 2.4rem;
}
.mobile-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 2.4rem;
}
.mobile-symbol {
  margin: 3.4rem 0 1.2rem 0;
  width: 9.6rem;
}
.tag.orange {
  border-radius: 0.4rem;
  padding: 0rem 0.2rem;
  line-height: 1.6rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ff4c13;
  border: 1px solid #ffede7;
  background-color: #ffede7;
}

.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);
  overflow-x: hidden;
}

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-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;
}
.description-10 {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  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;*/
  height: 100%;
  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;
  margin-top: 0.8rem;
}
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;
}

.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 {
  display: block;
  width: 100%;
  text-align: center;
}

.wh100c {
  width: 100%;
  margin: 10rem 0;
  text-align: center;
}

.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;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-search {
  background: url(/images/ico_search-18c9262c2fb2d57eae3f2a5e55496829.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
}
.btn-account {
  background: url(/images/ico_account-84088179774cbeff2deced9ae1a8cb8e.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 4rem;
  height: 4rem;
}
.btn-back {
  background: url(/images/ico_back-1aa2aad60b7efaf8ef3350ea733a9d4d.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-next__g {
  background: url(/images/ico_next-3d4c887a7c7ade40c665487de64a5767.svg) no-repeat center;
  background-size: 2.4rem auto;
  height: 2.4rem;
  width: 2.4rem;
}
.btn-next__b {
  background: url(/images/ico_next_black-bcccf0694ea1b24fb793b735f12c02cc.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-next__o {
  background: url(/images/ico_next_orange-56fc4d953f9caddff055563bd2b0922d.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-share {
  background: url(/images/ico_share-ba075edf0df4eb3da480cfe8cb4437f1.svg) no-repeat center;
  background-size: 3.2rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-heart {
  background: url(/images/ico_heart_orange-6ecc0e815f00dd2e7b5a3969d87ad01d.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-heart-off {
  background: url(/images/ico_heart_gray-7970f3df2a2b3db33c2d35c7ea29923d.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-del {
  background: url(/images/ico_del-ffb9e4e295086143f277957c3e6aa780.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 3.2rem;
  height: 3.2rem;
}
.btn-close {
  background: url(/images/ico_close-2ee4454db12e2b5d44103d6be5628653.svg) no-repeat center;
  background-size: 2.4rem auto;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-fold {
  background: url(/images/ico_arrow_down_gray-641d81ff496703c707fb85830d3cc392.svg) no-repeat center;
  background-size: 1.2rem auto;
  width: 1.6rem;
  height: 1.6rem;
}
.btn-unfold {
  background: url(/images/ico_arrow_upper_gray-4148f13e7eee97990dd5d610c739c7d9.svg) no-repeat center;
  background-size: 1.2rem auto;
  width: 1.6rem;
  height: 1.6rem;
}
.btn-copyaddress {
  display: flex;
  background: url(/images/ico_copyaddress-f61b7555052b7eaee7fc3255aa73da6c.svg) no-repeat left;
  background-size: 1.4rem auto;
  padding-left: 1.6rem;
  width: 6rem;
  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-round-around {
  display: flex;
  align-items: center;
  background: url(/images/img_symbol-c52f2f20920b451f202ca92edd446e8c.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-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(/images/ico_review-575d60215564400e7e57f0dfa9612d28.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(/images/ico_filter-2aa86882a8a7bddbf7a9d7921042e72e.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-apple {
  display: flex;
  align-items: center;
  background: url(/images/ico_apple-816ef8ff381a6476bec6fb776684fdb6.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 {
  display: flex;
  align-items: center;
  background: url(/images/ico_google-9ff15377ad47979ae7f0fc500d2eba95.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;
  background-color: #ededed;
}
.floating-back__b {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  background: url(/images/ico_back-1aa2aad60b7efaf8ef3350ea733a9d4d.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(/images/ico_back_white-e4b1cd4a1d162788ab7bfd702dc366e1.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(/images/ico_close-2ee4454db12e2b5d44103d6be5628653.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(/images/ico_close_white-fa94f2083700521752cf223542853c0a.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(/images/ico_resize-35dbb76a886b0eb0ec43a353c154925d.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-reload {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: url(/images/ico_location-07e6ed987b7c82cacf2ba1f3774922d4.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 {
  background: url(/images/ico_back-1aa2aad60b7efaf8ef3350ea733a9d4d.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);
}
.qr-header{
  display: flex;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
  z-index: 2;
}
.qr-header .searchArea{
  background-color: white;
  width: calc(100% - 40px);
  margin-right: 0;
  overflow: unset;
}

.qr-searchList{
  position: absolute;
  height: auto;
  top: 52px;
  left: 0;
  background: white;
  box-shadow: 0px 2px 4px 0px #00000040;
  border-radius: 8px;
  padding: 12px;
  padding-bottom: 0;
  width: calc(100% - 24px);
}


.qr-searchList .close-btn{
  height: 34px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  button{
    width: 18px;
    height: 18px;
    background: url(/images/icon/close-237d3d8b781e78f51e17297c55a1b85e.png) no-repeat center;
    background-size: cover;
  }
}
.qr-searchList .item{

}
.qr-searchList .item ul {
  max-height: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.qr-searchList .item ul::-webkit-scrollbar {
  width: 4px;
}

.qr-searchList .item ul::-webkit-scrollbar-track {
  background: transparent;
}

.qr-searchList .item ul::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 12px;
}

.qr-searchList .item ul::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.qr-searchList .item ul::-webkit-scrollbar-track {
  background: transparent;
}

.qr-searchList .item ul::-webkit-scrollbar-track-piece {
  background: transparent;
}


.qr-searchList .item li {
  display: flex;
  gap: 8px;
  border-radius: 4px;
}
.qr-searchList .item li img {
  background: url(../images/testImg.png) no-repeat center;
  width: 46px;
  height: 46px;
  border-right: 4px;
  overflow: hidden;
}
.qr-searchList .item li .detail{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.qr-searchList .item li .title{
  display: flex;
  width: 100%;
  gap: 4px;
  align-items: center;
}
.qr-searchList .item li .title h2{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  max-width: calc(100% - 127px);
}
.qr-searchList .item li .title span{
   font-weight: 400;
   font-size: 10px;
   line-height: 12px;
   /*max-width: 62px;*/
  max-width: 148px;
 }

.qr-searchList .item li .hashtag{
  display: flex ;
  gap: 4px;
}
.qr-searchList .item li .hashtag div{
  color:#999999;
  background-color:#F3F3F3;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.floating-close {
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
  background: url(/images/ico_close-2ee4454db12e2b5d44103d6be5628653.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(/images/ico_search-18c9262c2fb2d57eae3f2a5e55496829.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;
}

.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-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(/images/ico_heart_black-0518db349e6ba7de2059499d7ee5951e.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.title-arcade__list .check {
  background: url(/images/ico_check-e0b75617ad716efb6a374646645342f0.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.title-arcade__list .spot {
  background: url(/images/ico_spot-5a29fda8467c8c8f36e2aa0897782fcd.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(/images/ico_heart_black-0518db349e6ba7de2059499d7ee5951e.svg) no-repeat left;
  background-size: 1.6rem auto;
  padding-left: 1.8rem;
}
.title-shop__list .check {
  background: url(/images/ico_check-e0b75617ad716efb6a374646645342f0.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-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(/images/ico_place_1_off-a301436c1f07a93c07641d0c228fa8d8.svg) no-repeat center center;
}
.tab-icon .ico1:hover {
  background: url(/images/ico_place_1_on-ca383ba5489a787c47af2af83773f3c3.svg) no-repeat center center;
}
.tab-icon .ico1--active {
  background: url(/images/ico_place_1_on-ca383ba5489a787c47af2af83773f3c3.svg) no-repeat center center;
}
.tab-icon .ico2 {
  background: url(/images/ico_place_2_off-52865061857140bad6053d1800e41beb.svg) no-repeat center center;
}
.tab-icon .ico2:hover {
  background: url(/images/ico_place_2_on-558e019f803f0a73fe730b1298084d09.svg) no-repeat center center;
}
.tab-icon .ico2--active {
  background: url(/images/ico_place_2_on-558e019f803f0a73fe730b1298084d09.svg) no-repeat center center;
}
.tab-icon .ico3 {
  background: url(/images/ico_place_3_off-65ac9cb9f74878ab5c8078b9a5251768.svg) no-repeat center center;
}
.tab-icon .ico3:hover {
  background: url(/images/ico_place_3_on-34a05d1ba6308d2349656727cfdba37f.svg) no-repeat center center;
}
.tab-icon .ico3--active {
  background: url(/images/ico_place_3_on-34a05d1ba6308d2349656727cfdba37f.svg) no-repeat center center;
}
.tab-icon .ico4 {
  background: url(/images/ico_place_4_off-04f5f997160055beae4b10767f15e62d.svg) no-repeat center center;
}
.tab-icon .ico4:hover {
  background: url(/images/ico_place_4_on-d07d74d86359198b19a425a6e74024bc.svg) no-repeat center center;
}
.tab-icon .ico4--active {
  background: url(/images/ico_place_4_on-d07d74d86359198b19a425a6e74024bc.svg) no-repeat center center;
}
.tab-icon .ico5 {
  background: url(/images/ico_place_5_off-0445c551a442ed8dc147535ab2a0cbda.svg) no-repeat center center;
}
.tab-icon .ico5:hover {
  background: url(/images/ico_place_5_on-41e3737dd702a79b4bad681d666c8f5c.svg) no-repeat center center;
}
.tab-icon .ico5--active {
  background: url(/images/ico_place_5_on-41e3737dd702a79b4bad681d666c8f5c.svg) no-repeat center center;
}
.tab-icon .ico6 {
  background: url(/images/ico_place_6_off-6a54401b202c8f5baeafe49c100dd848.svg) no-repeat center center;
}
.tab-icon .ico6:hover {
  background: url(/images/ico_place_6_on-49d979431e69047d44325570248a798a.svg) no-repeat center center;
}
.tab-icon .ico6--active {
  background: url(/images/ico_place_6_on-49d979431e69047d44325570248a798a.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,
.tab-search input.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-search a.basic.active {
  padding: 0.9rem 1.2rem;
  border-radius: 3.6rem;
  /*background-color: #F1F1F1;*/
  border: 1px solid #ff4c13;
  color: #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(/images/ico_building-65d9dbe3310cdb21cb51833708c0180e.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(/images/ico_heart-062297bf2cdf5e99ec54c206a1773585.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.card-building__list .check {
  background: url(/images/ico_check-e0b75617ad716efb6a374646645342f0.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.card-building__list .spot {
  background: url(/images/ico_spot-5a29fda8467c8c8f36e2aa0897782fcd.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,
.card-shop-coupon__rigth div.bg_o {
  background-color: rgb(227, 227, 227);
  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;
}
.searchArea {
  border: 1px solid #d1d1d1;
  margin: 0 1.6rem;
  width: auto;
  border-radius: 8px;
  padding-left: 20px;
  position: relative;
  overflow: hidden; /* 추가 */
  margin-top: 1.6rem;
}
.searchArea input {
  padding: 10px 0;
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border: none; /* 기존 border가 있다면 제거 */
  box-sizing: border-box;
  color:#333333;
  font-weight: bold;
  line-height: 20px;
}
.searchArea input::placeholder {
  font-weight: 400;
  color: #c9c9c9;
}
.searchArea>button {
  background: url(/images/ico_search-18c9262c2fb2d57eae3f2a5e55496829.svg) no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
}
.board-img {
  overflow-x: auto;
  white-space: nowrap;
  padding: 1.2rem 0rem 1.2rem 1.6rem;
  display: flex;
  gap: 1.2rem;
}
.image-container {
  height: 130px;
  width: 130px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 15px;
}
.image-container-1 {
  height: 130px;
  width: 130px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 15px;
}
.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(/images/ico_heart_gray-7970f3df2a2b3db33c2d35c7ea29923d.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(/images/ico_search-18c9262c2fb2d57eae3f2a5e55496829.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(/images/ico_building-65d9dbe3310cdb21cb51833708c0180e.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(/images/ico_arcade-c1a174c375fc13b8593095734f2ead4b.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(/images/ico_heart-062297bf2cdf5e99ec54c206a1773585.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-building__list .check {
  background: url(/images/ico_check-e0b75617ad716efb6a374646645342f0.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-building__list .spot {
  background: url(/images/ico_spot-5a29fda8467c8c8f36e2aa0897782fcd.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(/images/ico_heart-062297bf2cdf5e99ec54c206a1773585.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot__list .check {
  background: url(/images/ico_check-e0b75617ad716efb6a374646645342f0.svg) no-repeat left;
  background-size: 1.2rem auto;
  padding-left: 1.4rem;
}
.board-spot__list .spot {
  background: url(/images/ico_spot-5a29fda8467c8c8f36e2aa0897782fcd.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;
}

.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(/images/ico_next_black-bcccf0694ea1b24fb793b735f12c02cc.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;
}

.map-main {
  position: relative;
  background: url(/images/map-da94b9cd05288f4ed5e64b0a2fa9b3b8.png) no-repeat center;
  background-size: auto;
  height: 24rem;
  margin: 1.6rem;
  border-radius: 1.6rem;
}
.map-full {
  position: relative;
  background: url(/images/map-da94b9cd05288f4ed5e64b0a2fa9b3b8.png) no-repeat center;
  background-size: auto;
  height: 70rem;
}
.map-full-arcade {
  position: relative;
  background: url(/images/map-arcade-cc8ddb4b3037364c990ae4d1224b130a.png) no-repeat -15rem -4rem;
  background-size: auto;
  height: 120rem;
}
.map-full-arcade.zoom {
  background: url(/images/map-arcade_zoom-fce2cdd19a2b8c716438fee04a6f055a.png) no-repeat -42rem -26rem;
  background-size: auto;
}
.map-full-arcade.spot {
  background: url(/images/map-arcade_spot-8b4a5706a113b1a8204486bd8cd91085.png) no-repeat -15rem -4rem;
  background-size: auto;
}
.map-arcade {
  position: relative;
  background: url(/images/map-da94b9cd05288f4ed5e64b0a2fa9b3b8.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: 6rem;
}
.bottom-fix .floating-btn a,
.bottom-fix .floating-btn button {
  display: block;
}
.bottom-fix .floating-btn__location {
  background: url(/images/ico_location-07e6ed987b7c82cacf2ba1f3774922d4.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;
  z-index: 200;
  position: relative;
}
.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-main {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 102;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.popup-main::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100vh;*/
  /*background: rgba(0, 0, 0, 0.5);*/
}


.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 102;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.popup::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}


.popup-google {
  background-color: #ffffff;
  border-radius: 1.6rem;
  position: relative;
  background: linear-gradient(
    to bottom,
    #d6e4ff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff
  );
  z-index: 1;
  margin: 2.4rem;
  padding: 3.2rem 2.4rem;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 4.6rem;
  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;
  position: absolute;
  right: 15px;
  top: 15px;
}

.btn-1 button:nth-child(1){
  border: 1px solid #ff4c13;
  height: 30px;
  width: 100px;
  border-radius: 6px;
  background: transparent;
  color: #ff4c13;
  font-weight: 500;margin-right:5px;
}
.btn-1 button:nth-child(2){
  border: 1px solid #afacac;
  height: 30px;
  width: 100px;
  border-radius: 6px;
  background: transparent;
  color: black;
  font-weight: 500;margin-left:5px;
}


.popup-google li.title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 3rem;
  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;
}
.popup-pic a,
.popup-pic button {
  display: flex;
  align-items: center;
}
.popup-pic .btn-back {
  background: url(/images/ico_back_white-e4b1cd4a1d162788ab7bfd702dc366e1.svg) no-repeat 1.6rem;
  background-size: 2.4rem auto;
  width: 4.8rem;
  height: 4.8rem;
}
.popup-pic .btn-next {
  background: url(/images/ico_next_white-b2224490850ed50750e43cbc1a9c5f35.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(/images/img_symbol-c52f2f20920b451f202ca92edd446e8c.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;
}

.layer-bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  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,
.layer-bottom div span {
  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(/images/ico_check_orange-f3e6755d37e2fe3ecd3c0ffa016d2413.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: 101;
}
.dim50 {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 101;
} /*# sourceMappingURL=style.css.map */

.popupBtn {
  padding: 1.3rem 3.55rem;
  text-shadow: none;
  font-size: 20px;
  color: #fff !important;
  font-weight: normal;
  white-space: normal;
  word-wrap: break-word;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #5a311d !important;
  border-color: #5a311d;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 20px;
  margin-top: 20px;
}

#load {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background: white;
  z-index: 99;
  text-align: center;
}

#load > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1000;
}

.qrSpotDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4c13;
  width: 70%;
  height: 40px;
  color: white;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin: 0.4rem 0;
}
