@charset 'utf-8';


html, body, div, 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, 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;
	color:#161616;
	font-family: 'SoyoMaple','Noto Sans KR', sans-serif !important;
	font-weight:400;
	line-height: 1.4;
	letter-spacing:-0.5px;
	word-break:break-all;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[type="checkbox"] {
  margin: -2px 4px 0 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(/image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(/image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
.textarea-regular {
  display: inline-block;
  min-width: 200px;
  padding: 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #565656;
  letter-spacing: -0.65px;
  transition: all 0.5s;
  border-radius: 4px;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}

.help-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}
.help-text.type-b {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.help-text.type-b:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_help.png);
  background-size: contain;
}

.width312 {
  width: 312px !important;
}

.btn-split2 {
  float: left;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-split2 + .btn-split2 {
  margin-left: 8px;
}

.btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.btn-split3 {
  float: left;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}

.clamp1 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.clamp2 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 6em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp5 {
  display: -webkit-box;
  line-height: 1.5em;
  height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(/image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

input[type="checkbox"] {
  margin-top: -3px !important;
}
input[type="radio"] {
  margin-top: -2px !important;
}
input[type="checkbox"]:checked {
  background-color: #84ac67;
  border: 1px solid #84ac67;
}
input[type="radio"]:checked:before {
  background: #84ac67;
}

.cart-list-quantity {
  display: block;
  width: 88px;
  margin: 0 auto;
  overflow: hidden;
}
.cart-list-quantity .btn-minus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
  margin: 0;
}
.cart-list-quantity .btn-minus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.cart-list-quantity .input {
  float: left;
  width: 40px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cart-list-quantity .btn-plus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
}
.cart-list-quantity .btn-plus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_plus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/mobile/no_image_type_a.png) center center
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}

/*인덱스팝업*/
.index-popup {
  min-width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 100%;
}

/*mobile용*/
.popup {
  min-width: calc(100% - 32px);
  width: calc(100% - 32px);
  margin-top: 20px;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 18px;
  font-size: 18px;
}
.popup .temp-content {
  padding: 0;
  height: 280px;
}
.popup .temp-content pre {
  border-radius: 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
}

/*temp-content*/
.temp-content {
  height: 595px;
  padding: 16px;
  background: #fff;
}
.temp-content pre {
  padding: 12px 16px;
  height: 100%;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}

.btn-switch {
  width: 52px !important;
  height: 30px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 26px;
  height: 26px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -13px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.app-setting {
  background-color: #fff;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li h1 {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
}
.app-setting > ul > li .switch-setting {
  padding: 16px;
  text-align: right;
}
.app-setting > ul > li p {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #767676;
  padding: 0 16px 12px;
}

.datepickers-container {
  z-index: 103 !important;
}
.datepicker-here.icon-type {
  background: #ffffff url(/image/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 24px 24px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 35px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #161616;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #565656;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c > .inner-wrap > .tab-header {
  height: 44px !important;
  border: 0;
  border-bottom: 8px solid #f3f3f3;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.42px;
  text-align: center;
  color: #a6a6a6;
  border: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  background-color: #fff;
  font-weight: bold;
  color: #84ac67;
  border-bottom: 3px solid #84ac67;
}

/* category-slider */
.category-slider {
  border: 0;
  height: 43px;
  margin-bottom: 8px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 44px;
  padding: 0 4px 9px;
  margin: 0 4px;
  font-weight: 500;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 50px;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #84ac67;
  border-bottom: 2px solid #84ac67;
}

.search-type1 {
  padding: 16px 16px 0;
  background-color: #fff;
}
.search-type1 form {
  padding: 0 0 16px;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.search-type1 select.input-regular {
  min-width: 120px;
}
.search-type1 .search-regular {
  width: calc(100% - 120px);
  padding-left: 8px;
}
.search-type1 .search-regular .input-regular {
  width: 100%;
}

.btn-medium {
  font-size: 14px;
}
.input-regular {
  padding: 0 16px;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
}
#sb-site {
  width: 100%;
}
#wrapper {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  padding: 44px 0 0;
}
#header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  height: 44px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content {
  width: 100%;
  min-height: 595px;
}
#content.small {
  min-height: 500px;
}
#footer {
  width: 100%;
  padding: 52px 16px 40px;
  background-color: #f3f3f3;
}

/* 헤더 */
#header .left {
  text-align: left;
}
#header .right {
  text-align: right;
  padding-right: 8px;
}
#header .right > a {
  margin-left: 0;
}
#header > h1 {
  display: none;
  width: 104px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 48px;
  height: 28px;
  background: url(/image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0px;
}
#header .back.not {
  display: none;
}

#header .home {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_home.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0px;
}
#header .home.not {
  display: none;
}

/*alirm*/
#header .alirm {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
  margin-left: 8px;
}
#header .alirm.new {
  background: url(/image/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}
/*cart*/
#header .cart {
  display: inline-block;
  width: 32px;
  height: 32px;
  /* background: url(/image/mobile/icon_cart.png) center center no-repeat; */
  background: url(/image/mobile/cart0.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.new {
  background: url(/image/mobile/icon_cart_new.png) center center no-repeat;
  background-size: contain;
}
#header .cart.cart1 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cart1.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.cart2 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cart2.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.cart3 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cart3.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.cart4 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cart4.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.cart5 {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cart5.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .cart.cartfull {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/cartfull.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
/*menu*/
#header .menu {
  display: none;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
  margin-left: 8px;
}
#header .menu.active {
  display: inline-block;
}

/* 푸터 */
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
  margin: 0 0 19px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_accordion_arrow_down.png)
    no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  display: none;
  background: #ffffff;
  padding: 16px 16px 24px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 0 24px;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer.on .toggle-box {
  display: block;
}
#footer .toggle-box h2 {
  margin: 4px 0;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #868686;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel {
  margin-top: 8px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #84ac67;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
}

#to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#to-top a {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url(/image/mobile/to_top.png) center center no-repeat;
  background-size: contain;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  z-index: 50;
}
.footer-fixed-menu li {
  float: left;
  width: 20%;
  height: 52px;
  text-align: center;
}
.footer-fixed-menu li a {
  font-size: 10px;
  color: #161616;
}
.footer-fixed-menu li a img {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

/* 메뉴레이어 */
.con_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -5000px;
  z-index: 200;
}
.con_bg.on {
  display: block;
}
.sb-slidebar.sb-left {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  padding: 24px 16px 8px;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #f3f3f3;
}
.sb-slidebar .top h1 {
  display: inline-block;
  width: 158px;
  height: 36px;
}
.sb-slidebar .top h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sb-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  padding-top: 16px;
  text-align: center;
}
.sb-slidebar .top .btn .btn-regular {
  width: 192px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.36px;
  text-align: center;
  color: #868686;
  text-decoration: underline;
}
.sb-slidebar .top .btn .btn-regular.theme1-c-btn {
  text-decoration: none;
  margin-bottom: 8px;
}
.gnbWrap {
  height: 100%;
  background: #e9e9e9;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
  height: calc(100% - 170px);
  overflow-y: scroll;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 14px;
  color: #585a5b;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(/image/component/icon_accordion_arrow_down.png) right
    10px center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #868686;
  margin: 12px 0 12px 12px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(/image/component/icon_accordion_arrow_up.png) right 10px
    center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}
.gnbWrap .gnbBox > li .btn-all-cate {
  background: url(/image/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #161616;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 12px;
  font-weight: 400;
  color: #d6d6d6;
  text-align: center;
  margin: 4px 0 0;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 160px 0 262px;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 6px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  z-index: 100;
}
.sub-title-area h1.address {
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-left: -100px;
}
.sub-title-area h1.address a {
  font-size: 15px;
  font-weight: 500;
}

/*결과*/
.result-area {
  padding: 50px 16px;
  text-align: center;
  background: #fff;
}
.result-area.border-top {
  border-top: 1px solid #e6e6e6;
}

.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area .icon-failed {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon-failed.png) center center no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.result-area p {
  font-size: 13px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-medium {
  display: block;
  width: 160px;
  margin: 32px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .block-type-area > ul {
  padding: 0;
}
.result-area .odernumber {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #a6a6a6;
  margin: 8px 0 16px;
}

/*게시판 목록 공통*/
.board-list-area {
  background: #fff;
  padding: 18px 16px 0;
}
.board-list-area > button {
  float: right;
  margin: 0 0 12px;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.class {
  width: 14%;
}
.board-list-area ul li.error {
  width: 16%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.writer {
  width: 20%;
}
.board-list-area ul li.board {
  width: 24%;
}
.board-list-area ul li.date {
  width: 20%;
}
.board-list-area ul li.status {
  width: 20%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.coupon-validity {
  width: 20%;
}
.board-list-area ul li.coupon-status {
  width: 20%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}

.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #a6a6a6;
  background: #f9f9f9;
  border-top: 1px solid #161616;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-area .board-list-content > div > ul > li {
  padding: 7px 0;
  height: 49px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-area .board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 150px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p.large {
  max-width: 200px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #84ac67;
  margin: 0 0 0 8px;
}
.board-list-area .board-list-content > div > ul > li.subject .writer-date {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 4px;
}
.board-list-area li.coupon-validity {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1 !important;
  letter-spacing: -0.36px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area li.coupon-name-price .name {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
  padding: 0 8px;
}
.board-list-area li.coupon-name-price .price {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  padding-left: 8px;
  margin-top: 4px;
}
.board-list-area li.coupon-cont .name {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #565656;
  padding: 0 8px;
}
.board-list-area li.coupon-cont .o-number {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  padding: 0 8px;
  margin-top: 4px;
}

.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-area .board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div.notice .num {
  font-weight: bold;
  color: #84ac67;
}
.board-list-area .list-empty {
  padding: 170px 0 272px;
}
.board-list-area .list-empty.small {
  padding: 130px 0 272px;
}

/* board-file */
.board-file {
  padding: 20px 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  margin: 0 16px 0 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: solid 2px #e9e9e9;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.board-file a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
  background: url(/image/mobile/icon_download.png);
  background-size: contain;
}

/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 50px);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
  text-decoration: none;
  cursor: pointer;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: red;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(/image/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  display: none;
  background: #fff;
  width: 100%;
  min-height: auto;
}
.board-list-content .accordion.active .accordion-content {
  display: block;
  border-top: 1px solid #e9e9e9;
}
.board-list-content .accordion .accordion-content > p {
  padding: 16px;
  font-size: 13px;
  color: #565656;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    0 0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}

/*검색*/
.board-search {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 16px 16px 0;
}
.board-search select.input-regular {
  float: left;
  min-width: 120px;
}
.board-search input.input-regular {
  float: left;
  width: calc(100% - 128px);
  margin-left: 8px;
}
.board-search button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(/image/mobile/icon_search.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.board-search:after {
  content: "";
  clear: both;
  display: block;
  padding-top: 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
/* type-b */
.board-search.type-b select.input-regular {
  float: left;
  min-width: calc(50% - 4px);
  width: calc(50% - 4px);
}
.board-search.type-b select.input-regular + select.input-regular {
  margin-left: 8px;
}
.board-search.type-b input.input-regular {
  min-width: 100%;
  width: 100%;
  margin: 8px 0 0;
}
.board-search.type-b button {
  top: 65px;
}

.file-upload .btn-regular {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px#e6e6e6;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px;
  width: 100%;
}
.accordion.faq .inner-wrap {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #161616;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 19px 40px 19px 24px;
  height: 56px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 18px;
  content: "Q";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #84ac67;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #565656;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #f9f9f9;
  padding-left: 24px;
  min-height: 120px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 14px;
  top: 12px;
  content: "A";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 16px 24px;
  font-size: 12px;
  color: #868686;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px 32px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header h1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 12px 0 0;
  overflow: hidden;
}
.board-view-area .header .info li {
  float: left;
  font-size: 11px;
  color: #a6a6a6;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #a6a6a6;
  text-decoration: underline;
  line-height: 1.55;
}
.board-view-area .header.scrap {
  padding-right: 32px;
}
.board-view-area .btn-scrap {
  position: absolute;
  top: 16px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(/image/mobile/scrap_s.png) center center no-repeat;
  background-size: contain;
}

.board-view-area .content {
  padding: 16px 0 32px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  min-height: 364px;
}
.board-view-area .content.small {
  min-height: 150px;
}
.board-view-area .content img {
  max-width: 100%;
  margin-top: 16px;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}

/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

/*board-re*/
.board-re {
  margin: 16px 0;
}
.board-re > h1 {
  background-color: #f9f9f9;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
  border-top: 1px solid #e6e6e6;
}
.board-re > div {
  font-size: 13px;
  color: #161616;
  line-height: 1.46;
  min-height: 180px;
  padding: 16px 0 24px;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 24px;
  padding: 0 16px 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 10px 12px;
}
.board-comment-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}

.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #161616;
  font-size: 13px;
  padding: 4px 0;
}

.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}

.board-comment-list > div > ul > li .comment-reply-write {
  width: 100%;
  height: auto;
  padding: 12px 12px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 120px;
}

.board-comment-list > div > ul > li .comment-reply-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-regular {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-regular + .btn-regular {
  margin: 0 0 0 8px;
}

.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #868686;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  width: calc(100% - 64px);
  padding-left: 8px;
}

/*table-type-area*/
.table-type-area {
  background: #fff;
}
.table-type-area > ul {
  padding: 0 16px 24px;
  border-top: 0;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 36px;
  border: 1px solid #e6e6e6;
}
.table-type-area > ul > li + li {
  border-top: 0;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type-area > ul > li > .title {
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  width: 100px;
  padding: 12px 0 12px 16px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  color: #161616;
  padding: 12px 12px 12px 16px;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.table-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.table-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.block-type-area > ul > li > .title.required:before {
  content: "*";
  display: inline-block;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  font-weight: bold;
  color: #ed5b46;
  margin-right: 4px;
}
.block-type-area > ul > li > .title > span {
  color: #84ac67;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #161616;
}
.block-type-area > ul > li > .con .unit-box .input-regular {
  width: calc(100% - 40px);
}
.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-regular {
  width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li > .con .input-regular {
  width: 100%;
  border-radius: 4px;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 68px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  min-width: 60px;
  width: 60px;
  padding: 0;
  margin-left: 8px;
  border-radius: 4px;
  color: #565656;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}
.block-type-area .btn-group-type1 {
  padding: 32px 16px;
  background: #fff;
}

/* popup-report */
.popup-report {
  padding-bottom: 8px;
}
.popup-report .block-type-area {
  padding: 0 0 24px;
}
.popup-report .block-type-area > ul {
  padding: 0;
  border-bottom: 0;
}
.popup-report .block-type-area > ul > li:first-child {
  margin-top: 0;
}
.popup-report .btn-group-area {
  padding: 0 8px 24px;
}

.push-list {
  background: #fff;
  padding: 16px 16px 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  margin-top: -8px;
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
  margin: 8px 0 0;
}
.push-list > ul > li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 16px 40px 16px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.push-list > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list > ul > li.read .con {
  color: #a6a6a6;
}
.push-list > ul > li.read .date {
  color: #a6a6a6;
}
.push-list .list-empty {
  padding: 146px 0 306px;
}

.block-type-area.my_info_c > ul {
  padding-bottom: 24px;
  border-bottom: 0;
}
.block-type-area.my_info_c + .btn-group-type1 {
  padding-top: 0;
}

.block-type-area.member_out {
  background-color: #ffffff;
  padding: 0 0 32px;
}
.block-type-area.member_out ul {
  border-bottom: 0;
  padding-bottom: 8px;
}

/* Login */
.login-area {
  background: #fff;
  padding: 32px 24px 64px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 16px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 280px;
  height: auto;
}
.login-area .input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area li input.input-large {
  font-size: 14px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0;
  font-size: 12px;
  letter-spacing: -0.55px;
  cursor: pointer;
  color: #868686;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 11px;
  color: #a6a6a6;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 40px 0 0;
  font-size: 12px;
  color: #868686;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}

.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}
.login-area .btn-medium {
  font-size: 13px;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 1px 16px 32px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 160px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
  margin-left: 4px;
}
.member-content label input {
  margin-top: 2px !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content input[type="checkbox"] {
  margin-left: 0;
}
.member-content .btn-group-type1 {
  padding: 32px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
}
.member-write-area > h1 {
  font-size: 13px;
  margin: 60px 0;
  text-align: center;
}
.member-write-area label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  margin: 24px 0 8px;
}
.member-write-area label span {
  font-weight: bold;
  color: #ff3939;
}
.member-write-area .btn-group-area {
  margin: 24px 0 0;
  text-align: center;
}
.member-write-area .btn-group-area .btn-small {
  display: inline-block;
  width: calc((100% - 15px) / 3);
  font-size: 13px;
  height: 36px;
  line-height: 34px;
}
.member-write-area .btn-group-area .btn-small + .btn-small {
  margin-left: 4px;
}
.member-write-area .member-guide-text {
  font-size: 13px;
  color: #161616;
  line-height: 1.8;
  margin: 60px 32px;
  text-align: center;
  word-break: keep-all;
}
.member-write-area .member-guide-text strong {
  font-weight: 900;
}
.member-write-area .btn-regular {
  padding: 0;
}
.member-write-area .icon-result {
  display: none;
}
.member-write-area .agree {
  position: relative;
  padding-left: 28px;
  margin: 24px 0 0;
  font-size: 13px;
  color: #565656;
}
.member-write-area .agree input {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}
.member-write-area .input-regular.btn-add {
  width: calc(100% - 82px);
}
.member-write-area .input-regular.btn-add + button {
  min-width: 74px;
  width: 74px;
  padding: 0;
  margin-left: 8px;
}

.btn-group-type1 {
  padding: 16px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-type1 .btn-small + .btn-small,
.btn-group-type1 .btn-regular + .btn-regular {
  margin-left: 4px;
}
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 8px;
}
.block-type-area + .btn-group-type1 {
  padding: 24px 16px 0;
}

.btn-small[readonly] {
  background-color: #d6d6d6;
  color: #fff;
}

.width160 {
  min-width: 160px !important;
  width: 160px !important;
}

.service-info {
  padding: 16px;
  background-color: #ffffff;
}
.service-info > div {
  min-height: 563px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
}

/* .event-list-type2 */
.event-list-type2 {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type2 .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type2 .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type2 .subject a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #565656;
}
.event-list-type2 .subject a:hover {
  text-decoration: underline;
}
.event-list-type2 .term {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 16px;
}

/* member-out */
.member-out {
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: 44px;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  padding: 16px 28px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out .textarea-regular {
  height: 267px;
}

.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}

body.find_id .block-type-area,
body.find_password .block-type-area,
body.find_pw_success .block-type-area,
body.member_check .block-type-area {
  height: 596px;
  background: #fff;
}
body.index #content {
  padding-bottom: 0;
}
body.not-footer #footer {
  display: none;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/

/* cart-shop-list */
.cart-shop-list .list-empty {
  padding: 140px 0 246px;
}

/* order-list */
.order-list .list-empty {
  padding: 180px 0 262px;
}

/* LikeList */
.LikeList .list-empty {
  padding: 180px 0 262px;
}

/* review-list */
.review-list .list-empty {
  padding: 210px 0 283px;
}

.point-area {
  height: 80px;
  margin: 16px 16px 8px;
  padding: 24px 24px 23px 16px;
  border-radius: 6px;
  border: solid 3px #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-area .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  display: flex;
  align-items: center;
}
.point-area .tit:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_point.png);
  background-size: contain;
}
.point-area .con {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.66px;
  text-align: right;
  color: #84ac67;
}

/* review-insert */
.review-insert {
  background-color: #fff;
  padding: 24px 16px 0;
}
.review-insert > ul {
  border-top: 1px solid #707070;
  padding: 0 0 16px;
  border-bottom: 1px solid #e9e9e9;
}
.review-insert > ul > li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.review-insert > ul > li .tit {
  width: 72px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.review-insert > ul > li .con {
  width: calc(100% - 72px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
}
.review-insert > ul > li .con strong {
  font-size: 14px;
}
.star-rating-insert ul li {
  width: 32px;
  height: 32px;
}

/* address-insert */

.search-form {
  padding: 5px;
  background-color: #fff;
}

.address-insert {
  padding: 16px;
  background-color: #fff;
}
.address-insert .input-medium {
  border-radius: 50vh;
  background-color: #f6f6f6;
  border: 0;
}
.address-insert .search-medium > .btn-medium {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  padding: 0 0 0 0;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -12px;
  right: 8px;
  background: url(/image/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.my-current-location {
  width: 100%;
  height: 44px;
  margin: 16px 0 0;
  padding: 10px;
  background-color: #84ac67;
  border-radius: 50vh;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-current-location:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_cl.png);
  background-size: contain;
}

/* latest-address */
.latest-address {
  padding: 24px 16px 0;
  background: #fff;
  margin-top: 8px;
}
.latest-address h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  margin-bottom: 16px;
}
.latest-address .list-empty {
  padding: 96px 0 191px;
}

.latest-address > ul {
  border-top: 1px solid #e9e9e9;
  margin-bottom: -22px;
}
.latest-address > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 14px 0;
}
.latest-address > ul > li + li {
  border-top: 1px solid #e9e9e9;
}
.latest-address > ul > li p {
  width: calc(100% - 45px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.7px;
  text-align: left;
  color: #161616;
}
.latest-address > ul > li .del {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/btn_del.png);
  background-size: contain;
}

/* shop-list */
ul.shop-list {
  background: #fff;
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.shop-list li {
  width: 25%;
  height: 90px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #161616;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  padding: 8px;
  background: url(/image/mobile/shop_bg.png) center center no-repeat;
  background-size: 72px 22px;
}
ul.shop-list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
ul.shop-list li img {
  display: block;
  margin: 0 auto;
  width: 52px;
  height: 52px;
}

/* market-view */
.market-view {
  background: #fff;
  padding: 16px 16px 24px;
  margin-top: 8px;
}
.market-view .img {
  width: 100%;
  height: 68.4vw;
}
.market-view .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.market-view h1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: center;
  color: #161616;
  margin: 24px 0 16px;
}
.market-view .info {
  padding: 24px;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.market-view .info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.market-view .info li .tit {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
}
.market-view .info li .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: right;
  color: #565656;
}
.market-view .info li + li {
  margin-top: 8px;
}
/* typb2 */
.market-view .info.typb2 li .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
}
.market-view .info.typb2 li .con {
  width: calc(100% - 120px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #161616;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.choose-delivery-address {
  position: fixed;
  left: 50%;
  top: 12px;
  z-index: 100;
  width: 204px;
  margin-left: -110px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #161616;
  padding: 0 8px;
}
.choose-delivery-address {
  background: url(/image/mobile/icon_select_arrow2.png) no-repeat right
    center;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-menu-button {
  background-color: #fff;
  padding: 16px 16px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-menu-button li {
  border: solid 1px #eee;
}
.main-menu-button a {
  display: block;
  height: 100%;
  padding: 16px;
  border-radius: 8px;
}
.main-menu-button .n1 {
  width: calc(50% - 8px);
  height: 140px;
  margin-right: 16px;
  background: #f9f9f9 url(/image/mobile/mmb_bg_1.png) right bottom
    no-repeat;
  background-size: 96px 80px;
}
.main-menu-button .n2 {
  width: calc(50% - 8px);
  height: 140px;
  background: #f9f9f9 url(/image/mobile/mmb_bg_2.png) right bottom
    no-repeat;
  background-size: 96px 80px;
}
.main-menu-button .n3 {
  width: 100%;
  height: 104px;
  margin-top: 16px;
  background: #f9f9f9 url(/image/mobile/mmb_bg_3.png) right 16px center
    no-repeat;
  background-size: 156px 96px;
}
/* 2022.04.14 구독하기 버튼 */
.main-menu-button .n4 {
  width: 100%;
  height: 104px;
  margin-top: 16px;
  background: #f9f9f9 url(/image/mobile/subscribe.png) right 16px center
    no-repeat;
  background-size: 156px 96px;
}
.main-menu-button .tit {
  font-size: 17px;
  font-family: "GmarketSans";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: -0.51px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.main-menu-button .tit:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -4px 0 0 8px;
  background: url(/image/mobile/icon_link.png);
  background-size: contain;
}
.main-menu-button .con {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.33px;
  text-align: left;
  color: #565656;
  margin-top: 8px;
}

.main-notice {
  padding: 24px 16px;
  background: #fff;
  margin-top: 8px;
}
.main-notice h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-notice h1 .more {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: right;
  color: #868686;
  display: flex;
  align-items: center;
}
.main-notice h1 .more:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
  margin: 0 0 0 8px;
}
.main-notice ul {
  margin-top: 4px;
}
.main-notice ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.main-notice ul li a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.main-notice ul li .date {
  width: 85px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: right;
  color: #a6a6a6;
}
.main-notice .list-empty {
  padding: 16px 0 40px;
}

/* market-list */
.market-list {
  background-color: #fff;
  padding: 24px 16px;
}
.market-list h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
}
.market-list > ul > li {
  margin: 16px 0 0;
  display: flex;
}
.market-list > ul > li .img {
  position: relative;
  width: 104px;
  height: 78px;
}
.market-list > ul > li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.market-list > ul > li.waiting .img:before {
  content: "준비중";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: url(/image/mobile/waiting.png);
  background-size: contain;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 78px;
  letter-spacing: -0.42px;
  text-align: center;
  color: #fff;
}
.market-list > ul > li .info {
  position: relative;
  width: calc(100% - 104px);
  padding-left: 16px;
}
.market-list > ul > li .name {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  display: block;
  width: calc(100% - 80px);
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.market-list > ul > li .addr {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
}
.market-list > ul > li .menu {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
  display: block;
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.address-insert + .market-list {
  margin-top: 8px;
}
.market-list .orderby {
  text-align: right;
  margin-bottom: 24px;
}
.market-list .orderby .input-regular {
  min-width: 128px;
  width: 128px;
}

.market-list .recommend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.market-list .recommend h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
}
.market-list .recommend .input-regular {
  min-width: 128px;
  width: 128px;
}

.market-list .star-rating-regular {
  margin-top: 8px;
}
.market-list .like {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_like.png);
  background-size: contain;
}
/* 2021-12-29 */
.market-list.type-b .like {
  top: 36px;
}

.market-list .like.active {
  background: url(/image/mobile/icon_like_s.png);
  background-size: contain;
}
.market-list .like.type-b {
  top: 0;
}
.market-list .status-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.status-icon img {
  width: 24px;
  height: 24px;
}
.market-list .info .price {
  margin: 8px 0 0;
  padding: 10px 6px;
  border-radius: 6px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
.market-list .info .price span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  padding: 0 6px;
}
.market-list .info .price span + span {
  border-left: 1px solid #d6d6d6;
}
.market-list .market {
  display: inline-block;
  margin: 7px 0 0;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
}

.map-area {
  width: 100%;
  height: 100vh;
}
.map-area > div.map {
  position: relative;
  width: 100%;
  height: calc(100% - 184px);
}
.map-area > div.map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-area > div.map .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  z-index: 1;
}
.map-area > div.map .marker img {
  width: 100%;
  height: 100%;
}

/*fixed-bottom*/
.map-area > div.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.map-area > div.fixed-bottom > div {
  padding: 16px;
}
.map-area > div.fixed-bottom .address {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.map-area > div.fixed-bottom .address::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px 0 0;
  background: url(/image/mobile/icon_marker2.png);
  background-size: contain;
}
.map-area > div.fixed-bottom .input-medium {
  margin-bottom: 16px;
  background-color: #f6f6f6;
  border: 0;
}

/* order-list-market */
.order-list-market > ul > li + li {
  margin-top: 8px;
}
.olm-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #fff;
}
.olm-title .title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.olm-title .title:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
}
.olm-title .more {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  color: #84ac67;
  text-decoration: underline;
}
.olm-info {
  padding: 16px 16px 24px;
  margin-top: 1px;
  background-color: #fff;
}
.olm-info > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.olm-info > ul > li + li {
  margin-top: 16px;
}
.olm-info > ul > li .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.olm-info > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #161616;
}
.olm-info > ul > li .con strong {
  color: #565656;
}

/* review-list */
.review-list,
.review-list > ul > li + li {
  margin-top: 8px;
}
.rl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  background-color: #fff;
}
.rl-title .title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.rl-title .title:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
}
.rl-title .more {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  color: #84ac67;
  text-decoration: underline;
}
.rl-info {
  padding: 16px 16px 24px;
  margin-top: 1px;
  background-color: #fff;
  word-break: keep-all;
}
.rl-info .name-date {
  display: flex;
  align-items: center;
}
.rl-info .name-date .name {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
  margin-right: 8px;
}
.rl-info .name-date .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
  margin-right: 8px;
}
.rl-info .slider {
  margin-top: 16px;
}
.rl-info .slider img {
  border-radius: 4px;
}
.rl-cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  margin-top: 16px;
}
.rl-re {
  margin: 16px 0 0;
  padding: 16px 25px 16px 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.rl-re .re-name-date {
  display: flex;
}
.rl-re .re-name-date .name {
  margin: 0 8px 0 0;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  display: flex;
  align-items: center;
}
.rl-re .re-name-date .name:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 4px 0 0;
  background: url(/image/mobile/icon_re.png);
  background-size: contain;
}
.rl-re .re-name-date .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
}
.rl-re .re-cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.77;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
  margin-top: 8px;
}

/* review-list type-b */
.review-list.type-b,
.review-list.type-b > ul > li {
  margin: 0;
}
.review-list.type-b {
  padding: 16px 16px 32px;
  background-color: #fff;
}
.review-list.type-b > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.review-list.type-b > ul > li + li {
  padding-top: 16px;
}
.review-list.type-b .rl-info {
  padding: 0 0 16px;
}
.review-list.type-b .name-date {
  position: relative;
}
.review-list.type-b .name-date .btn-report {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #a6a6a6;
  display: flex;
  align-items: center;
}
.review-list.type-b .name-date .btn-report:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
  background: url(/image/mobile/icon_report_n.png);
  background-size: contain;
}
.review-list.type-b .name-date .btn-report.active:before {
  background: url(/image/mobile/icon_report_s.png);
  background-size: contain;
}
.review-list.type-b .rl-cont {
  margin-top: 12px;
}

/* level-header */
.level-header {
  text-align: center;
  padding: 24px 24px 32px;
  background-color: #fff;
}
.level-header .level img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.level-header h1 {
  margin: 16px 0 8px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: center;
  color: #161616;
}
.level-header h1 strong {
  color: #84ac67;
}
.level-header p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  color: #868686;
}

/* level-info */
.level-info {
  padding: 24px 24px 32px;
  background-color: #fff;
  margin-top: 8px;
}
.level-info .guide {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  display: flex;
  align-items: center;
}
.level-info .guide:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_help.png);
  background-size: contain;
}
.level-info > ul {
  border: solid 3px #e9e9e9;
  background-color: #fff;
  margin-top: 16px;
  border-radius: 6px;
}
.level-info > ul > li {
  display: flex;
  align-items: center;
  padding: 20px 24px;
}
.level-info > ul > li + li {
  border-top: solid 1px #e9e9e9;
}
.level-info .img img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.level-info .info {
  padding-left: 24px;
}
.level-info .name {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
}
.level-info .cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
  margin-top: 8px;
}

/* menu-select-header */
.menu-select-header {
  background-color: #fff;
  padding-bottom: 24px;
}
.menu-select-header .img {
  width: 100%;
  height: 75vw;
}
.menu-select-header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-select-header h1 {
  margin: 18px 12px 12px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: center;
  color: #161616;
}
.menu-select-header p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
  padding: 0 32px;
}

/* menu-select-cont */
.menu-select-cont {
  padding: 0 16px 24px;
  background-color: #fff;
  margin-top: 8px;
}
.menu-select-cont > ul {
  margin-bottom: 24px;
}
.menu-select-cont > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}
.menu-select-cont > ul > li > .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #565656;
}
.menu-select-cont > ul > li > .con {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: right;
  color: #161616;
}
.menu-select-cont > ul > li .option-name {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  margin-bottom: 16px;
}
.menu-select-cont > ul > li > div.detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-select-cont > ul > li > div.detail + div.detail {
  margin-top: 8px;
}
.menu-select-cont > ul > li > div.detail .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #161616;
}
.menu-select-cont > ul > li > div.detail .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #868686;
}

/* quantity-inner */
.quantity-inner {
  width: 90px;
  display: flex;
}
.quantity-inner .btn-minus {
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
}
.quantity-inner .btn-minus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-inner .input {
  width: 40px;
  height: 24px;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: solid 1px #d6d6d6;
  font-size: 12px;
  font-weight: 400;
}
.quantity-inner .btn-plus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
}
.quantity-inner .btn-plus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_plus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

.menu-select-cont > ul > li.total .con {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: right;
  color: #ed5b46;
}

/* order-view-market */
.order-view-market {
  padding: 24px 16px;
  background: #fff;
}
.order-view-market > ul > li + li {
  margin-top: 8px;
}
.ovm-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.ovm-title .title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.ovm-title a.title:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
}
.ovm-title .refresh {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_refresh.png);
  background-size: contain;
}
.ovm-info {
  padding: 16px 0 24px;
  margin-top: 1px;
  background-color: #fff;
}
.ovm-info hr {
  margin-bottom: 0;
}
.ovm-info > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ovm-info > ul > li + li {
  margin-top: 16px;
}
.ovm-info > ul > li .tit {
  width: 80px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}
.ovm-info > ul > li .con {
  width: calc(100% - 80px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #161616;
}
.ovm-info > ul > li .con strong {
  color: #565656;
}
.ovm-info .help-text + .btn-group-type1 {
  padding-top: 24px;
}
.ovm-info .btn-medium.tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 4px 1px 0;
  background: url(/image/mobile/icon_tel2.png);
  background-size: contain;
}
/* type-b */
.ovm-info.type-b {
  padding: 16px 0;
  margin-bottom: 16px;
}
.ovm-info.type-b ul {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.ovm-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
  margin-bottom: 32px;
}
.ovm-total .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #565656;
}
.ovm-total .con {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: right;
  color: #ed5b46;
}
.order-view-market .btn-group-type1 {
  padding: 16px 0 0;
}

/* order-menu */
.order-menu {
  margin-bottom: 32px;
}
.order-menu > ul > li {
  padding: 14px 0 0;
  border-radius: 6px;
  border: solid 3px #e9e9e9;
  margin: 16px 0 0;
}
.order-menu .ovm-title {
  padding: 0 16px 12px;
  flex-wrap: wrap;
}
.order-menu .ovm-title {
  display: block;
  text-align: right;
}
.order-menu .ovm-title .btn {
  margin-top: 14px;
}
.order-menu .ovm-title .btn-small.tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 2px 0;
  background: url(/image/mobile/icon_tel.png);
  background-size: contain;
}
.order-menu .om-info {
  padding: 16px 0;
  margin: 0 16px;
}
.order-menu .om-info + .om-info {
  border-top: 1px solid #e6e6e6;
}
.order-menu .om-info .om-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-menu .om-title .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #565656;
}
.order-menu .om-title .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: right;
  color: #161616;
}
.order-menu .om-cont {
  margin: 8px 0 0;
}
.order-menu .om-cont p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
}
.order-menu .om-cont p + p {
  margin: 4px 0 0;
}

.order-view-market .block-type-area > ul {
  padding: 0;
}

.yak-area {
  margin-top: -8px;
}
.yak-area h1 {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
}
.yak-area > div {
  height: 50px;
  margin: 16px 0 24px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
}
.yak-area > div a {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: right;
  color: #a6a6a6;
  text-decoration: underline;
}

.popup-yak {
  margin-top: 80px;
}

/* cart-market */
.cart-market {
  padding: 16px 16px 24px;
  background-color: #fff;
}
.cart-market .btn-group {
  text-align: right;
  margin-bottom: 8px;
}
.cart-market > h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cart-market > h1:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_shop.png);
  background-size: contain;
}
.cart-market > ul > li {
  border-radius: 6px;
  border: solid 3px #e9e9e9;
}
.cart-market > ul > li + li {
  margin-top: 16px;
}
.cart-market > ul > li .shop-name {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  border-bottom: 1px solid #e9e9e9;
}
.cart-market > ul > li .info {
  padding: 0 16px;
}
.cart-market > ul > li .info article {
  padding: 16px 0;
}
.cart-market > ul > li .info article + article {
  border-top: 1px solid #e9e9e9;
}
.cart-market > ul > li .product-name-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-market > ul > li .product-name-btn .name {
  width: calc(100% - 70px);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #565656;
  padding-top: 4px;
}
.cart-market > ul > li .product-name-btn .btn-small {
  width: 54px;
}
.cart-market > ul > li .product-cont {
  margin-top: 2px;
}
.cart-market > ul > li .product-cont p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #868686;
}
.cart-market > ul > li .product-cont p + p {
  margin-top: 4px;
}

.product-quantity-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.product-quantity-price .price {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: right;
  color: #161616;
}

.cart-market > ul > li .info article.sold-out .name {
  color: #a6a6a6;
  display: flex;
  align-items: center;
}
.cart-market > ul > li .info article.sold-out .name:before {
  content: "(품절)";
  display: inline-block;
  color: #ed5b46;
  margin-right: 4px;
}
.cart-market > ul > li .info article.sold-out .price {
  color: #a6a6a6;
}
.cart-market > ul > li.waiting .shop-name,
.cart-market > ul > li.waiting .info article .name,
.cart-market > ul > li.waiting .info article .price {
  color: #a6a6a6;
}
.cart-market > ul > li.waiting .shop-name {
  display: flex;
  align-items: center;
}
.cart-market > ul > li.waiting .shop-name:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 20px;
  margin-right: 8px;
  background: url(/image/mobile/icon_waiting.png);
  background-size: contain;
}

.cart-market-btn {
  padding: 24px 16px;
  background-color: #fff;
  margin-top: 8px;
}
.cart-market-btn .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-market-btn .total-price .tit {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
}
.cart-market-btn .total-price .con {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: right;
  color: #ed5b46;
}
.cart-market-btn .info {
  margin-top: 16px;
}
.cart-market-btn .info p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  display: flex;
  align-items: center;
}
.cart-market-btn .info p:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_help.png);
  background-size: contain;
}
.cart-market-btn .info p + p {
  margin-top: 4px;
}
.cart-market-btn .btn-group-type1 {
  padding: 24px 0 0;
}

/* store-menu-view */
.store-menu-view {
  background-color: #fff;
  padding-bottom: 24px;
  margin-bottom: 8px;
}
.store-menu-view .img {
  width: 100%;
  height: 75vw;
}
.store-menu-view .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-menu-view h1 {
  margin: 18px 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.store-menu-view h1 strong {
  width: calc(100% - 80px);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  margin-top: 2px;
}
.store-menu-view h1 .like-share {
  display: flex;
  align-items: center;
}
.store-menu-view h1 .like {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_like2_n.png);
  background-size: contain;
}
.store-menu-view h1 .like.active {
  background: url(/image/mobile/icon_like2_s.png);
  background-size: contain;
}
.store-menu-view h1 .share {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_share.png);
  background-size: contain;
}

.rating-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 16px 0;
}
.rating-status .star-rating-regular span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  vertical-align: middle;
  margin: -10px 0 0 4px;
}
.rating-status .star-rating-regular ul li {
  width: 20px;
  height: 20px;
}
.rating-status .status-icon {
  display: flex;
  align-items: center;
}
.rating-status .status-icon img {
  width: 32px;
  height: 32px;
  margin: 0 0 0 2px;
}

.store-menu-view .price {
  margin: 16px 16px 0;
  padding: 12px;
  border-radius: 6px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
.store-menu-view .price span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  padding: 0 6px;
}
.store-menu-view .price span + span {
  border-left: 1px solid #d6d6d6;
}

/* menu-list */
.menu-list {
  background-color: #fff;
  padding: 24px 16px 8px;
}
.menu-list + .menu-list {
  margin-top: 8px;
}
.menu-list h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
}
.menu-list > ul > li a {
  padding: 16px 0;
  display: flex;
}
.menu-list > ul > li + li {
  border-top: 1px solid #e9e9e9;
}
.menu-list .img {
  position: relative;
  width: 120px;
  height: 90px;
}
.menu-list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.menu-list .info {
  position: relative;
  width: calc(100% - 120px);
  padding-left: 16px;
}
.menu-list .name {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.menu-list .name .adult {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 0 3px 4px;
  background: url(/image/mobile/19.png);
  background-size: contain;
}
.menu-list .description {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  margin-top: 6px;
  width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
  padding-right: 50px;
}
.menu-list .price {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #161616;
  margin-top: 8px;
}
.menu-list > ul > li.sold-out .img {
  position: relative;
}
.menu-list > ul > li.sold-out .img:before {
  content: "임시 품절";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 90px;
  letter-spacing: -0.42px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/opacity.png);
  background-size: cover;
}

/* store-info */
.store-info {
  padding: 16px 16px 24px;
  background-color: #fff;
}
.store-info .img img {
  width: 100%;
}
.store-info h2 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #161616;
  margin-top: 24px;
}
.si-cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  margin-top: 12px;
  border-top: 1px solid #e9e9e9;
  padding: 16px 0 8px;
  word-break: keep-all;
}
.si-detail {
  margin-top: 12px;
  border-top: 1px solid #e9e9e9;
  padding: 16px 0 8px;
}
.si-detail > ul > li {
  display: flex;
  align-items: center;
}
.si-detail > ul > li + li {
  margin-top: 8px;
}
.si-detail .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #868686;
  width: 134px;
}
.si-detail .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  width: calc(100% - 134px);
}
.si-detail .tel {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.si-detail .tel:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 4px;
  background: url(/image/mobile/icon_tel.png);
  background-size: contain;
}

/* 2021-10-05 */
input[readonly].not-icon {
  cursor: pointer !important;
}

/* 2021-10-06 */
#kakao_popup {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -164px;
  z-index: 100;
  width: 328px;
  height: 608px;
  background: #fff;
  border: #000 solid 4px;
}
#kakao_popup .popup-close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background: #000 url(/image/mobile/icon_close_white.png);
  background-size: contain;
}

/* 2021-10-15 */
.market-list > ul > li .addr {
  display: -webkit-box;
  line-height: 1.5em;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
ul.shop-list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.latest-address > ul > li a p {
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.map-area > div.fixed-bottom .address {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.map-area > div.fixed-bottom .address::before {
  vertical-align: middle;
  margin: 0 2px 3px 0;
}
.cart-market > h1 {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.cart-market > h1:before {
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

.cart-market > ul > li .info article.sold-out .name {
  padding-left: 38px;
  position: relative;
}
.cart-market > ul > li .info article.sold-out .name:before {
  position: absolute;
  top: 3px;
  left: 0;
}

.cart-market > ul > li .info article.sold-out .product-cont {
  padding-left: 38px;
  position: relative;
}
.cart-market > ul > li .info article.sold-out .product-cont:before {
  content: "(품절)";
  display: inline-block;
  color: #ed5b46;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cart-market > ul > li .shop-name {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.sub-title-area h1 {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.store-menu-view h1 strong {
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

.si-cont {
  display: -webkit-box;
  line-height: 1.5em;
  height: 45em;
  -webkit-line-clamp: 29;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

.si-detail .con {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

.rl-info .name-date .name {
  display: block;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.menu-select-cont > ul > li > div.detail .tit {
  width: calc(100% - 90px);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.menu-select-cont > ul > li > div.detail .con {
  width: 90px;
}

.olm-title .title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  max-width: calc(100% - 70px);
  position: relative;
  padding-right: 20px;
}
.olm-title .title:after {
  margin: 0 0 0 8px;
  position: absolute;
  top: 4px;
  right: 0;
}

.ovm-title .title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  max-width: calc(100% - 70px);
  position: relative;
  padding-right: 20px;
}
.ovm-title a.title:after {
  margin: 0 0 0 8px;
  position: absolute;
  top: 4px;
  right: 0;
}

.market-list .info .price.flex-wrap {
  flex-wrap: wrap;
}
.market-list .info .price.flex-wrap span + span {
  border: 0;
  margin-top: 4px;
}
.market-list .info .price.flex-wrap span em {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 50px;
}
.order-menu .om-title .tit {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
.order-menu .om-title .tit span {
  max-width: calc(100% - 50px);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.order-menu .om-title .con {
  width: 100px;
}

.rl-title .title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  max-width: calc(100% - 90px);
  position: relative;
  padding-right: 20px;
}
.rl-title a.title:after {
  margin: 0 0 0 8px;
  position: absolute;
  top: 4px;
  right: 0;
}

/* 2021-10-18 */
.si-cont {
  height: auto;
  max-height: 45em !important;
}

/* 2021-10-20 */
.choose-delivery-address {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
#header .alirm {
  display: none;
}
body.index #header .alirm {
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
}
#header .menu {
  display: inline-block;
}


/* 2021-10-29 */
.ovm-title a.title:after {
  position: static;
	vertical-align: middle;
	margin-bottom: 4px;
}
.sb-slidebar {
  z-index: 100;
}


/* 2021-11-16 */
.fnb {
  margin-bottom: 16px;
}
.fnb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fnb li {
  margin: 0 4px;
}
.fnb a {
  font-size: 12px;
  color: #868686;
}
/* .service-info img {
  max-width: 100%;
} */
