html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
input {
    font-family: "Noto Sans KR", "Noto Sans SC", "Noto Sans JP", "Roboto",
        sans-serif;
}

div.container {
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    height: 100%;
    padding-bottom: 80px;
    margin: 0 auto;
}

div.foot_menu {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 66px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    border-top: 1px solid #e8e8e8;
    background: #ffffff;
    z-index: 9999;
}

ul.hor > li {
    float: left;
    cursor: pointer;
}

.foot_menu ul {
    width: 100%;
}

.foot_menu ul li {
    width: 20%;
    text-align: center;
    color: #121212;
    font-size: 11px;
    line-height: 1.3;
    padding-top: 10px;
}

.foot_menu ul li span {
    color: #c2c2c2;
    font-size: 28px;
}

div.top-srch {
    height: 60px;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 14px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

div.top-srch > input {
    width: calc(100% - 50px);
    border: none;
    background: #f1f1f1;
    height: 37px;
    padding-left: 15px;
    border-radius: 3px;
    margin-left: 13px;
    font-weight: 300;
}

div.top-srch > div:first-child {
    float: left;
}

div.top-srch > div > img {
    height: 22px;
    padding-top: 7px;
}

div.main-visual {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div.main-visual h1 {
    font-size: 32px;
    color: #ffffff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    text-align: center;
    margin-top: 20px;
    padding-left: 36px;
    margin-bottom: 20px;
}

div.main-visual h1.category {
    padding-left: 0;
}

div.main-visual div.srch-box {
    padding-left: 28px;
    padding-right: 28px;
}

input::placeholder {
    color: #aaaaaa;
}

div.main-visual input {
    height: 45px;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
    padding-left: 15px;
}

div.store-main-visual {
    height: 300px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div.container h2 {
    font-weight: 600;
    font-size: 16px;
    color: #121212;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

div.container h2 img {
    vertical-align: middle;
    margin-bottom: 2px;
}

div.card-city {
    width: 142px !important;
    height: 122px;
    border-radius: 3px;
    color: #ffffff;
    background: #f1f1f1;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    cursor: pointer;
    z-index: -2 !important;
}

div.card-city h3 {
    font-size: 21px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    word-break: break-all;
    padding-right: 15px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

div.card-city p {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    z-index: 1 !important;
}

div.card-restaurant {
    width: 142px;
    height: 224px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

div.card-restaurant.with-menu,
div.card-store.with-menu {
    height: 340px;
}

div.card-restaurant.with-menu h3 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
    min-height: 16px;
}

div.card-restaurant div.image-box {
    background: #f3f3f3;
    overflow: hidden;
    margin: 0 auto;
    width: 142px;
    height: 110px;
}

div.card-restaurant div.content,
div.card-store div.content {
    padding: 10px 10px 10px 10px;
}

div.content div.product {
    position: absolute;
    bottom: 8px;
    min-height: 130px;
    padding-right: 12px;
    width: calc(100% - 20px);
}

div.card-restaurant div.content h3,
div.card-store div.content h3 {
    font-size: 13px;
    line-height: 1.2;
    word-break: break-all;
}

div.card-store div.content div.product {
    position: absolute;
    bottom: 8px;
    min-height: 130px;
    padding-right: 12px;
}

div.card-restaurant div.content p:nth-child(2),
div.card-store div.content p:nth-child(2) {
    font-size: 11px;
    color: #777777;
    margin-top: 8px;
}

div.card-restaurant div.content p:nth-child(3),
div.card-store div.content p:nth-child(3) {
    font-size: 13px;
    color: #121212;
    margin-top: 8px;
    margin-bottom: 7px;
    line-height: 1.2;
}

div.card-restaurant div.content p:nth-child(3) span {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 11px;
}

div.card-restaurant div.content span {
    float: left;
    color: #777777;
    font-size: 18px;
}

/************************ Main card ******************/

div.card-restaurant.with-menu div.content h3,
div.card-store.with-menu div.content h3,
div.card-store div.content h3 {
    font-size: 14px;
    line-height: 1.2;
}

div.card-restaurant.with-menu div.content h3.price,
div.card-store.with-menu div.content h3.price,
div.card-musteat div.content h3.price,
div.card-store div.content h3.price {
    font-size: 1em;
    margin-bottom: 10px;
}

div.card-restaurant.with-menu div.content p.review,
div.card-store.with-menu div.content p.review {
    font-size: 12px;
    color: #777777;
    line-height: 2.5;
}

div.card-restaurant.with-menu div.content div.tags,
div.card-store.with-menu div.content div.tags {
    color: #888888;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    word-break: break-all;
    margin-top: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 14px;
}

div.card-musteat div.content div.tags {
    color: #888888;
    font-size: 12px;
    line-height: 1.3;
    word-break: break-all;
    margin-top: 5px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******************************************************/
.wish-heart {
    position: absolute;
    color: #ffffff;
    top: 3px;
    right: 4px;
}

.buynow {
    position: absolute;
    color: #ffffff;
    top: 4px;
    left: 4px;
}

div.reservation {
    position: absolute;
    color: #ffffff;
    top: 4px;
    left: 30px;
}

div.reservation.single-ico {
    left: 4px;
}

.buynow img,
div.reservation img {
    width: 24px !important;
}

.wish-heart span {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

div.card-restaurant div.image-box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    object-fit: cover;
}

div.category-icons {
    width: 100%;
    height: 78px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}

div.category-icons ul {
}

div.category-icons ul li {
    float: left;
    display: flex;
    width: 33.3%;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.category-icons ul li span {
    display: inline-block;
    margin-left: 10px;
}

/*
div.category-icons ul li div {
  float: left;
  height: 48px;
}

div.category-icons ul li div:nth-child(2n) {
  padding-top: 14px;
  padding-left: 5px;
  box-sizing: border-box;
}
*/

div.category-icons ul li:last-child {
    border: none;
}

div.category-icons img {
    max-width: 48px;
}

span.red {
    color: #ff4a52 !important;
}

div.red {
    background: #ff4a52;
    border: none !important;
    color: #ffffff !important;
}

#main-city-category {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    width: 100%;
}

#main-city-category div {
    cursor: pointer;
}

#main-city-category::after {
    content: "";
    display: block;
    clear: both;
}

#main-city-category div {
    width: calc(25% - 10px);
    height: 38px;
    margin-right: 12px;
    margin-top: 9px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #666666;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

#main-city-category div:nth-child(4n) {
    margin-right: 0;
}

div.store-list {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 0px;
}

div.store-list h2 {
    padding-left: 0;
}

div.store-list::after,
div.ord::after,
div.srch.tab::after {
    content: "";
    display: block;
    clear: both;
}

div.srch.tab {
    margin-top: 2.5em;
    margin-bottom: 1em;
}

div.srch.tab div.active {
    background: #ff4a52;
    color: #ffffff;
    border: none;
}

div.ord div,
div.srch.tab div {
    width: calc(30% - 10px);
    height: 38px;
    margin-right: 8px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #666666;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

div.card-musteat {
    position: relative;
    width: 100%;
    height: 170px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    margin-right: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

div.card-musteat div.image-box.must-eat {
    float: left;
    overflow: hidden;
    margin: 0 auto;
    width: 40%;
    height: 100%;
    background: #f3f3f3;
    position: relative;
}

div.card-musteat div.image-box.must-eat img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    object-fit: cover;
}

div.card-musteat div.wish-heart {
    position: absolute;
    color: #ffffff;
    top: 3px;
    right: 4px;
}

div.card-musteat div.content {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

div.card-musteat div.content h3.price {
    margin-bottom: 0;
}

div.card-restaurant.with-menu div.content h3.price span,
div.card-store.with-menu div.content h3.price span {
    font-size: 12px !important;
    float: none;
    font-weight: 300;
}

div.card-musteat div.content div.store {
    min-height: 70px;
}

div.store p.region {
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
}
div.card-musteat div.content h3 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
    min-height: 16px;
    font-size: 14px;
    line-height: 1.2;
}

div.card-store {
    float: left;
    position: relative;
    width: calc(50% - 7px);
    height: 240px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    margin-right: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

div.card-store:nth-child(2n) {
    margin-right: 0;
}

div.card-store div.image-box {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 110px;
    background: #f3f3f3;
}

div.card-store div.image-box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    object-fit: cover;
}

/*
div.card-store div.content {
    padding: 10px 10px 10px 10px;
}

div.card-store div.content h3 {
    font-size: 13px;
    line-height: 1.2;
}

div.card-store div.content p:nth-child(2) {
    font-size: 11px;
    color: #777777;
    margin-top: 8px;
}

div.card-store div.content p:nth-child(3) {
    font-size: 13px;
    color: #121212;
    margin-top: 8px;
    margin-bottom: 7px;
    line-height: 1.2;
}

div.card-store div.content p:nth-child(3) span {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 11px;
}

div.card-store div.content span {
    float: left;
    color: #777777;
    font-size: 18px;
}
*/

div.arrow_back {
    display: inline-block;
    padding-left: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    filter: drop-shadow(0px 0px 0.8px rgba(0, 0, 0, 0.5));
}

div.wish-basket {
    float: right;
    padding-top: 14px;
    filter: drop-shadow(0px 0px 0.8px rgba(0, 0, 0, 0.5));
}

div.wish-basket.main {
    padding-top: 5px;
}

span.material-icons-outlined.white {
    color: #ffffff !important;
}

div.arrow-back-black span,
div.arrow_back span,
div.wish-basket span {
    margin-right: 10px;
    font-size: 28px;
}

div.main-must-eat-list {
    margin-bottom: 15px;
}

div.store-content {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 20px;
    line-height: 1.2;
}

div.store-content h1 {
    font-size: 20px;
}

div.store-content p {
    font-size: 13px;
    font-weight: 300;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.store-content span {
    float: left;
    color: #777777;
    font-size: 20px;
}

div.store-content span.material-icons-outlined.white {
    color: #ffffff;
}

div.store-content object {
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

div.store-content object::after {
    content: "";
    display: block;
    clear: both;
}

div.store-content div.rating {
    padding-bottom: 10px;
    font-size: 14px;
}

div.store-content div.rating::after {
    content: "";
    display: block;
    clear: both;
}

div.store-content div.store-basic-info {
    color: #777777;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 8px;
}

div.store-content div.store-basic-info div {
    padding-left: 28px;
}

div.store-basic-info::after {
    content: "";
    display: block;
    clear: both;
}

div.card-product {
    /* width: 142px; */
    width: 180px;
    /* height: 200px; */
    background: #ffffff;
    border-radius: 3px;
    /* border: 1px solid #e8e8e8; */
}

div.card-product div.image-box {
    overflow: hidden;
    margin: 0 auto;
    /* width: 142px; */
    width: 180px;
    /* height: 110px; */
    height: 180px;
    border-radius: 8px;
}

/* div.card-product div.content {
    padding: 10px 10px 10px 10px;
} */

div.card-product div.content h3 {
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
}

div.card-product div.content {
    text-align: right;
}

div.card-product div.content p:nth-child(2) {
    font-size: 14px;
    color: #121212;
    margin-top: 8px;
    margin-bottom: 7px;
    line-height: 1.2;
}

div.card-product div.content p:nth-child(3) span {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 11px;
}

div.card-product div.content span,
div.card-store div.content span,
div.card-musteat div.content span {
    float: left;
    color: #777777;
    font-size: 18px;
}

div.card-product div.image-box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    object-fit: cover;
    /* background: #f3f3f3; */
}

p.optime {
    font-weight: 300;
    font-size: 1em;
    padding-left: 14px;
}

div.store-map,
div.store-review,
div.store-options,
div.login {
    padding-left: 14px;
    padding-right: 14px;
}

div.store-map h5 {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
}

div.login p {
    line-height: 1.3;
}

div.chg-lang {
    margin-top: 40px;
    margin-bottom: 40px;
}

div.chg-lang a {
    text-decoration: none;
}

div.chg-lang a.selected {
    color: #ff4a52 !important;
}

div.login table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

div.login table td,
div.login table th {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #cccccc;
    font-weight: 300;
    font-size: 14px;
}

div.login table th {
    background: #f3f3f3;
    font-weight: 700;
}

div.store-map img {
    width: 100%;
    border-radius: 5px;
}

.color-calendar {
    box-shadow: none !important;
}

#color-calendar {
    text-align: center;
}

#review-summary div {
    float: left;
}

#review-summary div:first-child {
    width: 30%;
    height: 100%;
}

#review-summary div:nth-child(2) {
    width: 60%;
}

#review-summary table {
    width: 100%;
}

#review-summary h2 {
    font-size: 40px;
    padding: 0;
}

#review-summary::after {
    content: "";
    display: block;
    clear: both;
}

table.review-summary td {
    height: 30px;
}

div.review-graph-bg {
    position: relative;
    width: 100% !important;
    height: 5px !important;
    background: #eeeeee;
}

div.review-graph {
    position: absolute;
    height: 5px;
    background: #121212;
}

td.review-cnt {
    width: 15%;
    padding-left: 10px;
    color: #777777;
}

div.profile {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: #eeeeee;
    float: left;
    margin-right: 10px;
}

div.profile img {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #eeeeee;
    object-fit: cover;
}
div.review-list {
    width: 100%;
    box-sizing: border-box;
}

div.review-list > div {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 20px;
    border: none;
    box-sizing: border-box;
}

div.review-list ul {
    width: 100%;
}

div.review-list li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}

div.review-desc {
    padding-top: 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
}

div.review-desc a {
    text-decoration: none;
}

div.review-desc strong {
    font-weight: 700;
    color: #ff4a52;
}

div.review-list span {
    float: left;
    color: #777777;
    font-size: 20px;
}

div.review-list div.rating::after {
    content: "";
    display: block;
    clear: both;
}

div.review-date {
    color: #777777;
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px;
}

div.review-img {
    padding-top: 10px;
}

div.review-img img {
    width: 30%;
    max-width: 120px;
    border-radius: 5px;
}

ul.product-list.basket {
    padding-top: 74px;
}

ul.product-list.basket li {
    padding-top: 20px;
    height: 170px;
}

ul.product-list.basket p {
    font-weight: 300;
    font-size: 13px;
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

div.product-list-desc.basket h4 {
    margin-top: 20px;
}

div.product-list-desc div.tags {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 300;
    min-height: 24px;
}

div.product-list-top {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    padding-top: 2px;
    background: #ffffff;
    z-index: 999;
    max-width: 480px;
    top: 0;
    box-sizing: border-box;
}

div.product-list-top div.arrow-back-black {
    float: left;
    padding-left: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

div#main-partner-banner {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    
}

div#main-partner-banner img {
    width:100%;
    max-width:480px;
    border-radius:5px;
}

div.product-list-top h1,
div.product-list-top h2 {
    width: calc(100% - 180px);
    float: left;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

div.product-list-top h2 {
    font-size: 16px;
    line-height: 25px;
}

div#store_index_city_category {
    padding-top: 74px;
}

div.product-list-filter {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 74px;
}

div.product-thumb-img {
    position: relative;
    float: left;
    width: 120px;
    height: 100px;
}

div.product-thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    background: #f1f1f1;
}

ul.product-list li {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    height: 110px;
    border-bottom: 1px solid #e8e8e8;
}

div.product-list-desc {
    float: left;
    width: calc(100% - 130px);
    padding-left: 10px;
}

div.product-list-desc h3 {
    line-height: 1.3;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.product-list-desc h4 {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    padding-right: 5px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

div.product-list-desc h4 span {
    font-size: 12px;
    color: #aaaaaa;
}

div.product-cnt {
    text-align: right;
}

div.product-cnt::after {
    content: "";
    display: block;
    clear: both;
}

div.product-price {
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    padding-right: 5px;
    line-height: 1.5;
}

div.product-price span {
    float: none;
}

div.product-cnt div {
    float: right;
    margin-top: 10px;
}

div.product-cnt div.item-cnt {
    line-height: 1.8;
    font-size: 20px;
    width: 40px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

#product_cnt {
    line-height: 1.8;
    font-size: 20px;
    width: 40px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

div.product-desc {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
    color: #777777;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
}

div.product-desc.option {
    line-height: 2.5;
}

div.store-breadcrumb {
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
}

div.store-breadcrumb img {
    vertical-align: middle;
    margin-bottom: 2px;
}

div.product-foot-menu {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    border: none;
}

div.product-foot-menu > div {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    border: none;
    box-sizing: border-box;
}
div.product-foot-menu button.btn-buy,
button.btn-login,
button.btn-logout {
    background: #ff4a52;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
}

button.btn-login.inquiry {
    margin-top: 30px;
}

div.product-foot-menu button.btn-buy.with-wish {
    background: #ff4a52;
    border-radius: 3px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    color: #ffffff;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

div.product-foot-menu button.btn-wish {
    float: left;
    background: #dddddd;
    border-radius: 3px;
    width: 50px;
    box-sizing: border-box;
    color: #ffffff;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
}

div.product-foot-menu button.btn-buy img {
    height: 24px;
    vertical-align: middle;
}

button.btn-reservation {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dddddd !important;
    width: 100%;
    box-sizing: border-box;
    color: #777777;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}

button.btn-moveStore,
button.btn-allproduct {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dddddd !important;
    width: 48%;
    box-sizing: border-box;
    color: #777777;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0.5%;
}

div.wish-list,
div.city-list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 125px;
    padding-left: 14px;
    padding-right: 14px;
}

div.wish-list::after,
div.city-list::after {
    content: "";
    display: block;
    clear: both;
}

div.wish-list h2 {
    margin-top: 30px;
    text-align: center;
    font-size: 1.5em;
    color: #666666;
    line-height: 40px;
}

div.wish-list p {
    margin-top: 5px;
    text-align: center;
    color: #aaaaaa;
    font-weight: 300;
}

div.wish-list p a {
    text-decoration: none;
}

#wish-list-tab,
#select-city-tab {
    position: fixed;
    max-width: 480px;
    margin-top: 60px;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #e8e8e8;
    background: #f8f8f8;
    z-index: 9;
}

#order-list-tab {
    position: fixed;
    max-width: 480px;
    margin-top: 60px;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #e8e8e8;
    background: #f8f8f8;
    z-index: 9;
}

#order-list-tit {
    padding-left: 20px;
}

#wish-list-tab ul,
#order-list-tab ul {
    width: 100%;
    height: 48px;
}

#wish-list-tab li,
#order-list-tab li {
    float: left;
    text-align: center;
    line-height: 48px;
    width: 33.33%;
    height: 48px;
    font-size: 16px;
    box-sizing: border-box;
}

#wish-list-tab li > div,
#order-list-tab li > div {
    display: inline-block;
    box-sizing: border-box;
    height: 48px;
}

#wish-list-tab li span,
#order-list-tab li span {
    font-weight: 700;
    color: #ff4a52;
}

#wish-list-tab li > div.tab-on,
#order-list-tab li > div.tab-on,
#select-city-tab div.country > div.tab-on {
    border-bottom: 3px solid #ff4a52;
}

#select-city-tab div.country {
    width: 33.3%;
    line-height: 45px;
    text-align: center;
}

#select-city-tab div.country > div {
    display: inline-block;
}

#select-city-tab div.country span {
    font-weight: 700;
    color: #ff4a52;
}

div.city-list h2 {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    text-align: center;
    padding-top: 10px;
}

div.city-list ul {
    margin-top: 30px;
}

div.city-list li:first-child {
    border-top: 1px solid #e8e8e8;
}
div.city-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
}

div.store-options li {
    font-size: 15px;
    font-weight: 300;
    /* float: left; */
    /* width: 50%; */
    width: fit-content;
    /* height: 35px; */
    /* line-height: 35px; */
    display: inline-block;
    margin-bottom: 8px;

    color: #333;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #333;
    margin-right: 8px;
}

div.store-options li img {
    vertical-align: middle;
}

div.store-options::after {
    content: "";
    display: block;
    clear: both;
}

div.login {
    padding-top: 74px;
}

div.login label,
div.login p {
    font-weight: 300;
}

div.login a {
    color: #121212;
    text-underline-position: under;
}

div.login p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.login input[type="text"],
div.mypage-text-content input[type="text"],
div.login input[type="email"],
div.login input[type="password"] {
    width: 100%;
    background: #f1f1f1;
    border: none;
    border-radius: 3px;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 8px;
    padding-left: 10px;
}

div.login input.signup-email{
    width: calc(100% - 150px);
}

div.login button#email-code-btn{
    width:150px;
    margin-top:8px;
    margin-bottom:10px;
    padding:0;
    height:40px;
    float:right;
    background:#FFFFFF;
    border:1px solid #DDDDDD;
    cursor: pointer;
}

div.login input[type="checkbox"] {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

div.join-txt {
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
}

div.login ul {
    margin-top: 20px;
    width: 100%;
}
div.login ul::after {
    content: "";
    display: block;
    clear: both;
}

div.login li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#login-tit {
    font-size: 24px;
    font-weight: 700;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 10px;
}

#social-txt {
    margin-top: 20px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
}

div.basket-del-icon {
    float: right;
    padding-left: 10px;
}

span.basket-qty {
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
}

h3.cart-product-name {
    font-weight: 700 !important;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.login select {
    width: 100%;
    border-radius: 3px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 10px;
    background: #f1f1f1;
    border: none;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

div.login option {
    zoom: 1.2;
}

#order-list {
    padding-top: 120px;
}

#order-list li {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 1px solid #e8e8e8;
    height: 150px;
}

#order-list li.order-dt {
    height: 30px;
}

#order-list li div {
    float: left;
}

#order-list li div p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #777777;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0;
}

#order-list li div:nth-child(2) {
    padding-left: 15px;
    padding-right: 20px;
    width: calc(100% - 100px);
}

#order-list li::after {
    content: "";
    display: block;
    clear: both;
}

div.order-item {
    position: relative;
    width: 100%;
}

div.order-item h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

div.order-item h4 {
    width: 100%;
    text-align: right;
    font-size: 1.2em;
    font-weight: 700;
}

div.order-item h4.reservation {
    font-size: 1em;
}

div.order-item h4 span {
    font-size: 13px;
    color: #aaaaaa;
}

div.order-item div p:nth-child(2) {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-right: 10px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
}

.order-item img.thumb {
    background: #f1f1f1;
}

div#QR_imgs {
    width: 100%;
    padding-left: calc(50% - 75px);
}

.order-item button,
.order-detail button {
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
}

button.green {
    color: #ffffff;
    background: #37c15e;
}

button.red {
    color: #ffffff;
    background: #ff4a52;
}

button.white {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.order-item .ico-next {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.order-item .ico-next img {
    width: 32px;
    height: 32px;
}

div.order-detail {
    padding-top: 60px;
}

div.order-detail h2 {
    font-size: 16px;
    padding-left: 0px;
}

div.order-detail div {
    padding-left: 14px;
    padding-right: 14px;
}
div.order-detail > div:first-child {
    background: #f8f8f8;
    padding-top: 20px;
}

div.order-detail button.cancel {
    float: right;
}

div.order-detail > div {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.order-detail > div > div {
    float: left;
    line-height: 2;
    font-size: 14px;
}

div.order-detail > div > div:first-child {
    color: #777777;
    padding-left: 0px;
    min-width: 90px;
}

div.order-detail > div::after {
    content: "";
    display: block;
    clear: both;
}

div.order-detail-subtit {
    background: #f8f8f8;
    font-size: 16px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
    box-sizing: border-box;
}

div.order-detail-info {
    font-weight: 300;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    border: none !important;
}

#order-detail-qrcode {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#qrcode {
    width: 150px;
    padding: 0 !important;
}

.mypage-content {
    padding-top: 61px;
}

.mypage-name > div:first-child {
    float: left;
    height: 40px;
    padding-right: 10px;
}
.mypage-name > div {
    display: inline-block;
}

.mypage-name > div span {
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #777777;
}

.mypage-name {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.mypage-email {
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mypage-name .mypage-modify-btn {
    float: right;
}

.mypage-name button {
    border: 1px solid #e8e8e8;
    background: #f3f3f3;
    line-height: 2.5;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    min-width: 100px;
}

img.gray {
    vertical-align: middle;
    margin-right: 10px;
    filter: invert(71%) sepia(0%) saturate(500%) hue-rotate(182deg)
        brightness(98%) contrast(84%);
}

img.light-gray {
    filter: invert(76%) sepia(0%) saturate(856%) hue-rotate(170deg)
        brightness(88%) contrast(95%);
}

img.gray-m0 {
    vertical-align: middle;
    filter: invert(71%) sepia(0%) saturate(500%) hue-rotate(182deg)
        brightness(98%) contrast(84%);
}

.mypage-content li {
    padding-left: 18px;
    padding-right: 18px;
    min-height: 60px;
    line-height: 60px;
    font-weight: 300;
    border-bottom: 1px solid #e8e8e8;
}

.mypage-content li div {
    float: left;
}

.payment-content div.bg-gray {
    padding-top: 76px;
    padding-left: 14px;
    display: block;
    height: 36px;
    border-bottom: 1px solid #e8e8e8;
}

div.payment-item,
div.payment-point {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 300;
    line-height: 40px;
}

div.payment-point p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

div.payment-point span {
    font-weight: 700;
}

div.payment-item h3 {
    font-weight: 700;
}

div.payment-item::after {
    content: "";
    display: block;
    clear: both;
}

div.payment-item div:first-child {
    float: left;
    width: 30%;
}

div.payment-item div:nth-child(2) {
    float: left;
    width: 70%;
}

div.payment-method-width {
    float: none !important;
    width: 100% !important;
    height: 45px;
}

div.payment-item div:nth-child(2) p {
    font-size: 13px;
    color: #aaaaaa;
    line-height: 1.3;
    margin-top: 10px;
}

div.payment-item div:nth-child(3) {
    float: left;
    width: 30%;
}

div.payment-item div:nth-child(4) {
    float: left;
    width: 70%;
}

div.payment-item div:nth-child(4) p {
    font-size: 13px;
    color: #aaaaaa;
    line-height: 1.3;
    margin-top: 10px;
}

div.payment-item input[type="text"],
div.payment-item input[type="date"],
div.payment-item input[type="email"],
div.payment-item input[type="number"],
div.payment-item select,
div.payment-item textarea,
div.login textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 300;
}

div.payment-point input[type="number"] {
    width: calc(100% - 100px);
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 300;
}

div.payment-point button {
    height: 40px;
    width: 90px;
    background-color: #ff4a52;
    color: #ffffff;
    border: none;
    border-radius: 3px;
}

div.login textarea {
    background: #f1f1f1;
    min-height: 100px;
    margin-top: 8px;
    margin-bottom: 10px;
}

div.payment-item textarea {
    min-height: 80px;
    max-width: 100%;
}

div.payment-content div.visit-time input {
    width: 49%;
    box-sizing: border-box;
}

div.payment-item.divide-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.check-input {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 50%;
}

input.check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input.check-input:checked {
    background: #ff4a52;
    border-color: #ff4a52;
}
.payment-method {
    box-sizing: border-box;
    display: inline-block;
}

.payment-method.request-bill {
    padding-left: 10px;
    font-weight: 300;
}

.reqeust-bill-num {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.reqeust-bill-num input {
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 300;
}

.payment-method label,
.payment-method-width label {
    float: left;
    line-height: 16px;
    margin-left: 5px;
    margin-top: 3px;
}

.payment-method-width::after {
    content: "";
    display: block;
    clear: both;
}

.payment-method::after {
    content: "";
    display: block;
    clear: both;
}

.mypage-content li select {
    border: 1px solid #e8e8e8;
    background: #ffffff;
    line-height: 2.5;
    min-height: 33px;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

.mypage-content li option {
    zoom: 1.1;
}

.mypage-content li:first-child div:first-child {
    width: 75%;
}

.mypage-content li:first-child div:nth-child(2) {
    width: 25%;
}

.mypage-content li:first-child div:nth-child(2) {
    text-align: right;
}

.mypage-content .logout {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mypage-content li h3 {
    font-weight: 700;
    font-size: 1em;
}

.bg-gray {
    background: #f8f8f8;
}

#add-other-product {
    margin-top: 20px;
    text-align: center;
    font-weight: 300;
}

#add-other-product a {
    color: #ff4a52;
    text-underline-position: under;
}

div.promotion-item {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 40px;
}

div.promotion-item.promotion-on {
    background: rgba(255, 74, 82, 0.05);
    border-top: 1px solid rgba(255, 74, 82, 0.2);
    border-bottom: 1px solid rgba(255, 74, 82, 0.2);
    box-sizing: border-box;
}

div.promotion-item::after {
    content: "";
    display: block;
    clear: both;
}

div.promotion-thumb-img {
    position: relative;
    float: left;
    width: 70px;
    height: 60px;
}

div.promotion-thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.promotion-content {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 110px);
}

div.promotion-content h4 {
    font-weight: 700;
    margin: 0;
    padding-top: 5px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.btn-more {
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #666666;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.calendar__day-box,
.calendar__day-bullet {
    border-radius: 50% !important;
    background: #ff4a52 !important;
    box-shadow: none !important;
}

#store_top {
    /*display: none;*/

    transition: all 0.3s;
    background: transparent;
    border: none;
}

.com-area-list {
    height: 100%;
}
.com-area-list > div:first-child {
    position: fixed;
    width: 120px;
    height: 100%;
    background: #f1f1f1;
    overflow-y: scroll;
}

div.com-area-list ul {
    margin-top: 108px;
    margin-bottom: 67px;
}

div.com-area-list li:first-child {
    border-top: 1px solid #e8e8e8;
}
div.com-area-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid hsl(0, 0%, 91%);
    padding-left: 20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.com-area-list li.on {
    background: #ffffff;
    color: #ff4a52;
}

div.must-eat-list {
    width: calc(100% - 120px);
    margin-left: 120px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 108px;
    margin-bottom: 67px;
}

div.card-location {
    width: calc(50% - 6px) !important;
    height: 122px;
    border-radius: 3px;
    color: #ffffff;
    background: #f1f1f1;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
}

div.card-location h3 {
    font-size: 1em;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
    word-break: break-all;
}

div.card-location:nth-child(2n) {
    margin-right: 0 !important;
}

div.main-more {
    float: right;
    font-size: 13px;
    font-weight: 300;
    color: #777777;
}

.main-more {
    float: right;
    font-size: 13px;
    font-weight: 300;
    color: #777777;
}

div.store-award,
div.store-reviews-images {
    font-weight: 300;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.5;
    font-size: 14px;
    color: #777777;
}

div.store-reviews-images div {
    width: calc(50% - 5px);
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

div.store-reviews-images div.mr-10 {
    margin-right: 10px;
}

div.store-reviews-images a {
    text-decoration: none;
    font-weight: 700;
    color: #333333;
}

div.store-reviews-images::after {
    content: "";
    display: block;
    clear: both;
}

div.main-checked-box {
    position: absolute;
    right: 5px;
    top: 5px;
}

div.main-checked-box img {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

.embed-youtube {
    position: relative;
    width: calc(100% - 28px);
    height: 0;
    padding-bottom: 56.25%;
    margin-left: 14px;
    margin-top: 20px;
    box-sizing: border-box;
}

.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mypage-content ul li div {
    width: 100%;
}

.mypage-content ul li div a {
    text-decoration: none;
    color: #121212;
}

div.faq-text-content {
    padding-top: 61px;
    font-weight: 300;
    line-height: 1.7;
}

div.mypage-text-content {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 61px;
    font-weight: 300;
    line-height: 1.7;
}

div.mypage-text-content h3 {
    font-weight: 700;
}

div.mypage-text-content p {
    margin-top: 10px;
    color: #777777;
}

div.mypage-text-content ul {
    margin-top: 10px;
}

div.mypage-text-content ul li {
    height: 35px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

ul.recom-srch-word li {
    width: 30.5%;
    float: left;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 2%;
    padding-top: 3px;
    margin-bottom: 10px;
}

span.disabled {
    color: #bbbbbb;
}

.swiper-wrapper {
    min-height: 122px;
}

div.city-checkbox.hide,
div.com-area-checkbox.hide,
div.must-eat-checkbox.hide {
    display: none;
}

div.city-checkbox.show,
div.com-area-checkbox.show,
div.must-eat-checkbox.show {
    display: block;
}

a.store-link {
    color: #ff4a52;
    text-underline-position: under;
}

.txt-left {
    text-align: left !important;
}

#item_list p a {
    color: #333333;
    text-decoration: underline;
    text-underline-position: under;
}

div.website-link {
    padding-left: 14px;
    padding-right: 14px;
}

div.website-link a {
    display: block;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 17px;
    border: 1px solid #dddddd;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 400;
}

span.website-link {
    float: left;
    margin-left: 10px;
    margin-top: -5px;
    margin-right: 5px;
}

div.musteat-list-star {
    padding-top: 8px;
}

div.musteat-list-star::after {
    content: "";
    display: block;
    clear: both;
}

div#srch-history-clear {
    float: right;
    font-size: 13px;
    font-weight: 300;
    color: #888888;
    margin-right: 5px;
}

span.find_keyword {
    float: none !important;
    font-size: 14px !important;
    font-weight: 700;
    color: #ff4a52 !important;
}

div#location-desc {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 15px;
    font-size: 0.85em;
    font-weight: 300;
    color: #888888;
    line-height: 1.6;
    letter-spacing: 0;
}

div#swiper-theme {
    border-radius: 5px;
}

div#main-banner,
div#event_banner {
    padding-left: 14px;
    padding-right: 14px;
}

div#main-banner img,
div#event_banner img {
    border-radius: 5px;
    width: 100%;
}

div.must-eat-desc {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 0.85em;
    font-weight: 300;
    color: #888888;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#srch-box {
    width: calc(100% - 200px);
    background: #f1f1f1;
    border-radius: 3px;
    height: 37px;
    margin-left: 140px;
    font-size: 0.8em;
    font-weight: 300;
    color: #aaaaaa;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 15px;
}

div.black-alpha-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 3px !important;
    z-index: -1 !important;
}

div#main-icon-desc {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 20px;
    font-size: 0.85em;
    font-weight: 300;
    color: #888888;
    border-radius: 3px;
    background: #f3f3f3;
}

div#main-icon-desc img {
    width: 24px !important;
    vertical-align: middle;
}

ul.product-list li.blank-basket {
    border: none;
    text-align: center;
}

div.buy-icon {
    position: absolute;
    height: 22px;
    font-weight: 300;
    bottom: 3px;
}

div.buy-icon img {
    vertical-align: middle;
    margin-left: -2px;
}

div.buy-icon span {
    color: #999999;
    float: none !important;
    font-size: 12px !important;
}

div.buy-icon img {
    height: 100%;
}

button.btn-reservation img {
    height: 24px;
    vertical-align: middle;
}

div.cart-count {
    position: absolute;
    width: 20px;
    border-radius: 10px;
    border: none;
    line-height: 20px;
    background: #ff4a52;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    right: 4px;
    top: 8px;
    filter: none !important;
}

div.cart-count.main {
    top: -1px;
}

img.lazy-img {
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

img.lazy-view {
    opacity: 1;
}

div#foot-msg-icon-box {
    position: absolute;
    right: 13px;
    bottom: 75px;
    width: 50px;
}

div#foot-msg-icon-box img {
    width: 100%;
    filter: drop-shadow(1px 1px 1px rgba(1, 1, 5, 0.25));
}

/* popup */
.popup-container {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.black-background.none {
    display: none;
}

.popup-body {
    width: 100%;
}

.agreement-body {
    background: #ffffff;
    border-radius: 8px;
    width: 90%;
    padding-bottom: 20px;
}

.agreement-body.order-pop {
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    min-height: 200px;
    box-sizing: border-box;
}

div.order-pop-txt {
    margin-top: 30px;
    background: #e8e8e8;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    padding-bottom: 2px;
    color: #333333;
}

.agreement-body h3 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 1.2em;
}

.agreement-body textarea {
    font-size: 12px;
    color: #333333;
    width: calc(100% - 60px);
    border: none;
    min-height: 400px;
    line-height: 1.8;
    padding: 10px 30px 20px 30px;
    resize: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.popup-body img {
    width: 100%;
}

.button-container {
    display: flex;
    margin-top: -1px;
}

.button-container button {
    width: 50%;
    height: 50px;
    background-color: white;
    border: none;
}

.button-container button:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

ul.theme-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.theme-list li {
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

ul.theme-list li div div:first-child {
    max-height: 200px;
    overflow: hidden;
}

ul.theme-list li div div:nth-child(2) {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

ul.theme-list li div div h3 {
    margin-bottom: 10px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    line-height: 1.5;
}

ul.theme-list li div div p {
    font-weight: 300;
    margin-bottom: 15px;
    word-break: break-all;
    line-height: 1.3;
    color: #888888;
}

ul.theme-list li div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul.theme-list a {
    text-decoration: none;
    color: #333333;
}
div.promotion-info-box {
    border-top: 1px dashed #aaaaaa;
    padding-top: 15px;
}
div.promotion-info-box > div:first-child {
    float: left;
    width: 60px;
    height: 80px;
}

div.promotion-info-box > div:nth-child(2) {
    float: left;
    width: calc(100% - 60px);
}

div.promotion-info-box:after {
    content: "";
    display: block;
    clear: both;
}
span.promotion-ratio {
    font-size: 1.3em;
    font-weight: 700;
    color: #ff4a52 !important;
}
span.promotion-subtxt {
    font-weight: 300;
    word-break: break-all;
    line-height: 32px;
    color: #888888;
    font-size: 0.85em;
}

span.promotion-duration {
    font-size: 0.9em !important;
    color: #666666;
    font-weight: 300;
}

button#gps_agree_btn {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    background: #ff4a52;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
}

div.card-theme {
    width: 50%;
    height: 160px;
    overflow: hidden;
    cursor: pointer;
}

div.card-theme img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.card-flex {
    width: 93%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

div.card-flex-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    border-radius: 5px;
}

div.card-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.card-flex-txt {
    position: absolute;
    z-index: 9;
    top: 0;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 20px;
}

div.card-flex-buy {
    position: absolute;
    background: #ff4a52;
    font-size: 0.9em;
    z-index: 9;
    color: #ffffff;
    font-weight: 300;
    bottom: 15px;
    right: 20px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

div.card-flex-buy img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 3px;
    margin-left: -10px;
}

div.card-flex-txt span {
    font-size: 12px;
    font-weight: 300;
}

div.card-flex-txt h3 {
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 8px;
}

div.card-flex-txt h2 {
    font-size: 1.5em;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
}
div.card-flex-txt p {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}

div.card-healing {
    width: 142px;
    height: 290px;
    overflow: hidden;
    cursor: pointer;
}

div.card-healing-img {
    width: 142px;
    height: 110px;
}

div.card-healing-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 5px;
}

div.card-healing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.card-healing-txt {
    color: #333333;
    padding-top: 5px;
}

div.card-healing-txt span {
    font-size: 12px;
    font-weight: 300;
}

div.card-healing-txt h3 {
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px;
    margin-bottom: 10px;
    line-height: 1.2;

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.card-healing-txt h3.fixed-height {
    min-height: 30px;
}

div.card-healing-txt h2 {
    font-size: 0.9em;
    color: #333333;
    padding: 0;
    font-weight: 700;
}
div.card-healing-txt p {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 700;
}

div.card-street {
    width: 142px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

div.card-street-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 5px;
}

div.card-street img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.card-street-txt {
    position: absolute;
    z-index: 9;
    top: 0;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

div.card-street-txt span {
    font-size: 12px;
    font-weight: 300;
}

div.card-street-txt h3 {
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 8px;
    line-height: 1.2;
    height: 30px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.card-street-txt h2 {
    font-size: 1.2em;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
}
div.card-street-txt p {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}

div.card-street-btm {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 74, 82, 0.8);
    font-size: 0.85em;
    font-weight: 500;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.card-best {
    width: 219px;
    height: 150px;
    overflow: hidden;
}

div.card-best-img {
    width: 142px;
    height: 110px;
}

div.card-best-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 5px;
}

div.card-best img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.card-best-txt {
    position: absolute;
    z-index: 9;
    top: 0;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

div.card-best-txt span {
    font-size: 12px;
    font-weight: 300;
}

div.card-best-txt h3 {
    font-size: 12px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 8px;
    line-height: 1.2;
}

div.card-best-txt h2 {
    font-size: 1.2em;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
}
div.card-best-txt p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

div.swiper-custom {
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    background: #ff4a52 !important;
}

div.card-instance {
    width: 142px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

html:lang(en) div.card-instance,
html:lang(es) div.card-instance {
    height: 280px;
}

html:lang(en) div.card-instance-txt > h2,
div.card-healing-txt h2,
html:lang(es) div.card-instance-txt > h2,
div.card-healing-txt h2 {
    line-height: 1.3;
    font-size: 0.85em;
}

html:lang(en) div.card-street-txt h2,
html:lang(es) div.card-street-txt h2 {
    font-size: 1em;
}

div.card-instance-img {
    width: 142px;
    height: 110px;
}

div.card-instance-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    border-radius: 5px;
}

div.card-instance img,
div.card-tour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

div.card-instance-txt {
    color: #333333;
    padding-top: 5px;
}

div.card-instance-txt span {
    font-size: 12px;
    font-weight: 300;
}

div.card-instance-txt h3 {
    font-size: 12px;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 1.2;
}

div.card-instance-txt > h2 {
    font-size: 0.9em;
    color: #333333;
    padding: 0;
    font-weight: 700;
    margin-top: 8px;
}

div.card-instance-txt > h5 {
    font-size: 0.9em;
    color: #888888;
    padding: 0;
    font-weight: 500;
    margin-top: 8px;
}

div.card-instance-txt p {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 700;
    line-height: 16px;
}

div.card-instance-txt img,
div.card-healing-txt img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
    margin-left: -2px;
}

div.card-healing-txt::after,
div.card-instance-txt::after {
    content: "";
    display: block;
    clear: both;
}

div.card-healing-award {
    display: inline-block;
    border: 1px solid #ff4a52;
    color: #ff4a52;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 20px;
    margin-top: 8px;
    border-radius: 2px;
}

div.card-healing-award.green {
    border-color: #10ad95;
    color: #10ad95;
}

div.card-healing-award div {
    float: left;
    background: #ff4a52;
    color: #ffffff;
    margin-left: -6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

ul#location-filter {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}
ul#location-filter li {
    float: left;
    width: 25%;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    font-size: 0.9em;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul#location-filter li:nth-child(4n) {
    border-right: none;
}

ul#location-filter li.active {
    color: #ff4a52;
    font-weight: 700;
}

/* popup */
.popup_section {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.popup_container {
    position: relative;
    width: 100%;
}

.popup_body {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popup_body img {
    width: 100%;
}

.popup_bottom {
    display: flex;
    margin-top: -1px;
}

.popup_button {
    width: 50%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
    background-color: white;
    cursor: pointer;
}

.popup_button:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

ul.faq-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.faq-list li {
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    box-sizing: border-box;
}

ul.faq-list > li > div > span:first-child {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #ff4a52;
    font-weight: 500;
    vertical-align: top;
}

ul.faq-list > li > div > span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 80px);
}

ul.faq-list span.faq_arrow_icon {
    position: absolute;
    display: inline-block;
    width: 30px;
    min-height: 70px;
    top: 28px;
    right: 14px;
    color: #999999;
    font-size: 2em;
}

ul.faq-list > li > div:nth-child(2) {
    background: #f3f3f3;
    display: none;
}

ul.faq-list > li > div {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

ul.faq-list li div.display {
    display: block !important;
}

ul.faq-tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

ul.faq-tabs li {
    float: left;
    width: 20%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    margin-bottom: -1px;
    box-sizing: border-box;
    overflow: hidden;
}

ul.faq-tabs li.active {
    background-color: #ff4a52;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}

ul.faq-tabs::after {
    content: "";
    display: block;
    clear: both;
}

div#ch-plugin {
    max-width: 480px !important;
    margin: 0 auto;
}

div#ch-plugin-core {
    height: 50px;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loading {
    width: 70px;
    height: 70px;
    margin: 20px auto 0;
    border: solid 5px #dddddd;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

span.rp-point {
    color: #ff4a52;
    font-weight: 500;
}

button.btn-rp-history {
    border: 1px solid #e8e8e8;
    background: #f3f3f3;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-left: 5px;
}

div.card-tour {
    width: 142px;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}

div.card-tour-img {
    width: 142px;
    height: 110px;
}

div.card-tour-txt {
    position: absolute;
    top: 0;
    width: 100%;
}

div.card-tour-txt > div {
    text-align: center;
    margin-top: 1.3em;
}

h2.card-tour-area {
    color: #ffffff !important;
    text-align: center;
    line-height: 1.1;
    font-size: 2em !important;
    font-weight: 500 !important;
    margin-top: -0.3em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

html:lang(en) h2.card-tour-area,
html:lang(es) h2.card-tour-area {
    font-size: 16px !important;
}

div.card-tour-txt span:first-child {
    display: inline-block;
    color: #ffffff;
    background: #000000;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.card-tour-txt span:nth-child(2) {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    background: #ff4a52;
    padding-left: 3px;
    padding-bottom: 2px;
    padding-right: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

span.star-txt {
    font-size: 0.8em !important;
    line-height: 18px;
    margin-left: 5px;
}

div#foot-companyinfo {
    padding-left: 24px;
    padding-right: 14px;
    padding-top: 30px;
    padding-bottom: 150px;
    background: #f3f3f3;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 300;
    color: #888888;
    letter-spacing: 0;
    max-width: 480px;
    margin: 0 auto;
    box-sizing: border-box;
}

button#register_button {
    background: #ff4a52;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    border: none;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

div.store-promotion {
    width: 100%;
    max-width: 480px;
    margin-bottom: 10px;
}

div.store-promotion > div:first-child {
    border: 2px dashed #dddddd;
    border-radius: 5px;
    padding: 15px 25px 15px 25px;
    display: block;
}

div.store-promotion > div:first-child > div > span {
    float: none;
    color: #888888;
    font-size: 0.9em;
    font-weight: 300;
}
div.store-promotion > div:first-child > div > span:first-child {
    color: #ff4a52;
    line-height: 1.5;
    font-weight: 700;
    font-size: 1.2em;
}

div.store-promotion img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

ul.point-history {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 60px;
}

ul.point-history li {
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

ul.point-history li h2 {
    font-size: 1.5em;
    padding-left: 0;
}

ul.point-history li span {
    font-size: 0.7em !important;
    color: #888888 !important;
    font-weight: 300;
}

ul.point-history li h2.plus {
    color: #ff4a52;
}

ul.point-history li h2.minus {
    color: #888888;
}

ul.point-history li > div:nth-child(2) {
    margin-top: 10px;
    color: #888888;
    font-size: 0.9em;
    font-weight: 300;
}

div#lang-box {
    position: fixed;
    float: right;
    top: 50px;
    width: 100%;
    max-width: 480px;
    z-index: 99;
}

div#lang-box > ul {
    float: right;
    background: #f5f5f5;
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 50px;
    margin-top: 5px;
    border: 1px solid #e8e8e8;
}

div#lang-box > ul > li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 30px;
    padding-right: 30px;
}

div#lang-box > ul > li:last-child {
    border: none;
}

button#user_point_btn {
    background: #f3f3f3;
    color: #333333;
    border: 1px solid #e8e8e8 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -6px;
    vertical-align: top;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 600;
}

input#user_point_input {
    text-align: right;
}
input#user_point_input:focus {
    outline: none;
}

div.payment-summary > div.payment-item > div:first-child {
    width: 40%;
}

div.payment-summary > div.payment-item > div:nth-child(2) {
    text-align: right;
    font-family: "Roboto";
    width: 60%;
}

div.payment-summary > div.payment-item > div > span:nth-child(2) {
    font-size: 0.8em;
}

div.payment-summary > div.payment-item.total {
    font-weight: 700;
    font-size: 1.15em;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    line-height: 40px;
}

div.payment-summary > div.payment-item.prepay {
    color: #ff4a52;
}

div.payment-summary div.payment-item {
    line-height: 24px;
}

div.payment-summary {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    margin-top: 15px;
    padding-bottom: 10px;
}

p.order-discount {
    text-align: right;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    letter-spacing: 0px;
}

#top_title {
    display: none;
}

.border-b-0 {
    border-bottom: 0 !important;
}
