@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
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 !important;
}
.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(../../images/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(../../images/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: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.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: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ed5e5e;
  margin: 8px 0 0;
}

.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(../../images/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(../../images/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

input[type="checkbox"] {
  margin-top: -3px !important;
  border: 0;
  background: #ebebec url(../../images/mobile/icon_check_n.png) center center
    no-repeat;
  background-size: contain;
  border-radius: 4px;
}
input[type="radio"] {
  margin-top: -2px !important;
}
input[type="checkbox"]:checked {
  background-color: #f9a147;
  border: 1px solid #f9a147;
}
input[type="radio"]:checked:before {
  background: #f9a147;
}

.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(../../images/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(../../images/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(../../images/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 #efefef !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #efefef !important;
}
.index-popup .popup-content img {
  width: 100%;
}

.btn-medium {
  font-weight: 500;
  color: #6d6d73;
}

/*mobile용*/
.popup {
  min-width: 320px !important;
  width: 320px !important;
  margin-top: 40px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 12px;
}
.popup .inner-wrap {
  padding: 32px 16px 24px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
.popup .block-type-area .btn-group-type1 {
  padding: 24px 8px 0;
  background: #fff;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 700px !important;
  width: 100% !important;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  overflow-y: auto;
}
.popup.full .inner-wrap {
  padding: 44px 0 24px;
}
.popup.full .popup-header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 700px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.popup.full .inner-wrap .popup-close {
  position: static;
  float: left;
  width: 28px;
  height: 28px;
  margin: 8px 0 0 8px;
}
.popup.full .btn-group-type1 {
  padding: 16px 0 0;
}
.popup.full .block-type-area {
  margin-top: 8px;
}

/*temp-content*/
.temp-content {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: calc(100% - 44px);
  padding: 24px 16px 20px;
  background: #fff;
}
.temp-content pre {
  padding: 12px 16px;
  height: 100%;
  background: #f6f6f6;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.39px;
  text-align: left;
  color: #909094;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  border: solid 1px #ebebec;
}

.btn-switch {
  width: 56px !important;
  height: 31px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -12px;
  right: 3px;
}
.btn-switch.inactive {
  background-color: #f6f6f6 !important;
  border: solid 1px #e4e4e5;
}
.btn-switch.inactive:after {
  left: 3px !important;
}

.app-setting {
  background-color: #fff;
}
.app-setting > ul {
  padding: 24px 16px;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li h1 {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
}

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

/*tab-menu*/
.tab-menu .inner-wrap .tab-header {
  border: 0;
}
.tab-menu .inner-wrap .tab-header li {
  font-size: 13px;
  color: #f9a147;
  background: #fff;
  border: 1px solid #f9a147;
}
.tab-menu .inner-wrap .tab-header li.active:hover,
.tab-menu .inner-wrap .tab-header li.active {
  background: #f9a147;
  color: #fff;
  border: 1px solid #f9a147;
}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #f9a147;
}
.tab-menu .inner-wrap .tab-header li:last-child {
  border-radius: 0 8px 8px 0;
}
.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;
  border-radius: 0;
}
.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 {
  border: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c6c6c9;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #f9a147;
  border-bottom: 2px solid #f9a147;
}

/* tab-menu-pview */
.tab-menu-pview.active {
  padding-top: 40px;
}
.tab-menu-pview .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu-pview .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  color: #161616;
  vertical-align: middle;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #c6c6c9;
  border: 0;
}
.tab-menu-pview .tab-header li.active {
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #e88e2f;
  border-bottom: 2px solid #e88e2f;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #e88e2f;
}
.tab-menu-pview .tab-content {
  width: 100%;
  background: #fff;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu-pview .tab-content > div {
  display: none;
  font-size: 13px;
}
.tab-menu-pview .tab-content > div.active {
  display: block;
}
.pv-content {
  padding: 24px 16px;
}

/* category-slider */
.category-slider {
  padding: 8px 0 24px 16px;
  width: 100%;
  height: auto;
  border: 0;
  border-bottom: 8px solid #f6f6f6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  min-width: 72px;
  height: 34px;
  margin: 0 8px 0 0;
  padding: 8px;
  border-radius: 6px;
  border: solid 1px #dbdbdc;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  color: #c6c6c9;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 400;
  color: #fff;
  background-color: #f9a147;
  border: 1px solid #f9a147;
}
/* type-b */
.category-slider.type-b {
  padding: 8px 0 8px 16px;
  width: 100%;
  height: auto;
  border: 0;
  border-bottom: 2px solid #f6f6f6;
}
.category-slider.type-b .swiper-container .swiper-wrapper .swiper-slide {
  height: 28px !important;
  padding: 0 !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  display: inline-block;
  min-width: 69px;
  height: 28px;
  margin: 0 8px 0 0;
  padding: 0 8px;
  border-radius: 14px;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
  color: #c6c6c9;
  box-sizing: border-box;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #f9a147;
  background-color: #fff;
  border: 1px solid #f9a147;
  line-height: 26px !important;
}

.search-type1 {
  padding: 24px 16px 0;
  background-color: #fff;
}
.search-type1 .search-medium {
  width: 100%;
}
.search-type1 .search-medium .input-medium {
  width: 100%;
}
.search-medium > .btn-medium {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  padding: 0 0 0 0;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  background: url(../../images/mobile/icon_search.png) no-repeat 0 0;
  background-size: contain;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6;
}
#sb-site {
  width: 100%;
}
#wrapper {
  position: relative;
  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: 500px;
  padding-bottom: 24px;
}
/* 2024-05-13
#footer {
  width: 100%;
  padding: 24px 32px 24px 16px;
  background-color: #323232;
}*/

.left-menu {
  display: none;
}

/* 헤더 */
#header .left {
  text-align: left;
}
#header .right {
  text-align: right;
  padding: 4px 16px 0 0;
}
#header .right > a {
  margin-left: 4px;
}
#header > h1 {
  display: none;
  width: 68px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../images/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(../../images/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}
#header .back.not {
  display: none;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .alirm.new {
  background: url(../../images/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}
#header .alirm.not {
  display: none;
}
/*menu*/
#header .menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .menu.not {
  display: none;
}

/* 2024-05-13
#footer h1 {
  margin: 24px 0 16px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
#footer li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}
#footer .tit {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
}
#footer .con {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
#footer .tel {
  margin-top: 2px;
}
#footer .tel a {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d6d6d6;
}
#footer .copyright {
  margin: 16px 0 0;
  opacity: 0.8;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
} */

/* 메뉴레이어 */
.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 {
  height: 44px;
  border-bottom: 1px solid #e4e4e5;
}
.sb-slidebar .top h1 {
  display: inline-block;
  width: 96px;
  height: 32px;
}
.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: 28px;
  height: 28px;
  background: url(../../images/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  padding-top: 16px;
}
.sb-slidebar .top .btn .btn-regular {
  border: 0;
  font-weight: bold;
  color: #565656;
}
.gnbWrap {
  overflow: auto;
  background: #fff;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0 8px;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #e4e4e5;
  margin: 8px 0 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
}
.gnbWrap .gnbBox > li > a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url(../../images/component/icon_accordion_arrow_down.png);
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.view-visual {
  margin: 8px 0;
}
.swiper-container.view-visual .swiper-slide img {
  width: 100%;
}
.view-visual .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  left: 8px;
  background: url(../../images/mobile/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
}
.view-visual .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  background: url(../../images/mobile/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
}

.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: #c8242c;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  max-width: 700px;
  width: 100%;
}

.list-empty {
  padding: 96px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty img.small {
  width: 56px;
  height: 56px;
}
.list-empty p {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #909094;
}
.list-empty.small {
  padding: 40px 0 70px;
}
.list-empty.large {
  padding: 120px 0;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 6px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #47474e;
  z-index: 100;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

/*결과*/
.result-area {
  padding: 40px 16px;
  text-align: center;
  background: #fff;
}
.result-area > .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: url(../../images/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area > h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin: 24px 0 0;
}
.result-area > p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 8px 0 0;
}
.result-area > p strong {
  font-weight: bold;
  color: #868686;
}
.result-area > .logo {
  width: 200px;
  height: 200px;
}

/*게시판 목록 공통*/
.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.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: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  border-top: 1px solid #707070;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 48px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-content > div > ul > li.subject > a p.small {
  max-width: 140px;
}
.board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.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: #f9a147;
  margin: 0 0 0 8px;
}
.board-list-content li.date {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
}

/* 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(../../images/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(../../images/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(../../images/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(../../images/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 */
.file-upload {
  display: flex;
  align-items: flex-start;
}
.file-upload .btn-regular {
  min-width: 60px !important;
  min-height: 60px !important;
  width: 60px !important;
  height: 60px !important;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #47474e;
  padding: 0;
  border-radius: 8px;
}
.file-upload .btn-regular.img-type:before {
  margin: 0 auto;
  display: block;
}
.file-upload .gallery {
  display: block;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.file-upload .gallery .img-thumb {
  float: none;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 !important;
  margin-bottom: 8px !important;
  margin-left: 8px !important;
  border-radius: 8px;
}
.file-upload .gallery .img-thumb + .img-thumb {
  margin-left: 8px !important;
}
.file-upload .gallery .delete {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px 0;
  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: 16px 40px 16px 24px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 16px;
  content: "Q";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
}
.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: #e88e2f;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 16px 16px;
  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: 10px 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;
}
.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(../../images/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(../../images/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: 380px;
}
.board-view-area .content.small {
  min-height: 100px;
}
.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: 216px;
  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(../../images/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(../../images/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(../../images/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 > h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
  margin: 32px 16px 0;
}
.block-type-area > ul {
  background: #fff;
  padding: 8px 16px 0;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
  margin: 0;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .title > span {
  color: #f9a147;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #565656;
}
.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%;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}
.block-type-area .btn-group-type1 {
  padding: 24px 16px 0;
  background: #fff;
}

/* certification-number */
.certification-number {
  position: relative;
}
.certification-number .input-regular {
  padding-right: 50px;
}
.certification-number span {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-align: left;
  color: #e93333;
}

.hidden {
  display: none;
}

.a-nuderline {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e9ea2;
  text-decoration: underline;
}

/* popup-report */
.popup-report .block-type-area {
  padding: 0 0 8px;
}
.popup-report .block-type-area > ul {
  padding: 0;
  border-bottom: 0;
}

.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;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.push-list > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  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(../../images/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: 110px 0;
}

.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: 40px 32px 0;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 24px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 150px;
  height: auto;
}
.login-area .input-medium {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area .help-text {
  margin-top: 4px;
}
.login-area button[type="submit"] {
  height: 50px;
  line-height: normal;
  text-align: center;
  margin: 16px 0 0;
}
.login-chk-link {
  margin-top: 16px;
}
.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: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e9ea2;
  text-decoration: underline;
  display: inline-block;
  margin-left: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 24px 0 0;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
}
.login-area .login-join a {
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9a147;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}

.login-area button[type="button"].btn-medium {
  width: 100%;
  border-radius: 50vh;
  font-size: 13px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #7f7f84;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../images/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(../../images/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(../../images/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(../../images/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 !important;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 24px;
  height: 24px;
  background: url(../../images/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 32px 16px;
}
.member-content > h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
  margin-bottom: 24px;
}
.member-content .member-agree {
  margin: 16px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 120px;
  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;
}
.member-content .member-agree.all {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.member-content .member-agree.all span {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.member-content label a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  width: 100%;
}
.member-content label a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url(../../images/component/icon_accordion_arrow_down.png);
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content input[type="checkbox"] {
  margin-left: 0;
}
.member-content .btn-group-type1 {
  padding: 32px 0 0;
}

/* 회원용 */
.member-write-area {
  text-align: center;
  padding: 0 16px;
  background: #fff;
}
.member-write-area > h1 {
  font-size: 13px;
  margin: 32px 0 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: 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 .align-center {
  overflow: hidden;
}

.btn-group-type1 {
  padding: 16px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-type1 > .center {
  display: flex;
  align-items: center;
}
.btn-group-type1 .btn-small + .btn-small,
.btn-group-type1 .btn-regular + .btn-regular,
.btn-group-type1 .btn-medium + .btn-medium {
  margin-left: 8px;
}
.block-type-area + .btn-group-type1 {
  padding: 24px 16px 0;
  background-color: #ffffff;
}

.width154 {
  width: 154px !important;
}

.footer-fixed-btn-group {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  max-width: 700px;
  width: 100%;
}
.footer-fixed-btn-group > .center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px 16px;
}
.footer-fixed-btn-group > .center .width160 + .width160 {
  margin-left: 8px;
}

.service-info {
  min-height: 600px;
  padding: 16px;
  background-color: #ffffff;
  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 {
  padding: 40px 0 0;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../images/mobile/icon_result_chk2.png) center center
    no-repeat;
  background-size: 64px;
}
.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;
}

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

body.index #content {
  padding-bottom: 0;
}
body.not-menu #header .menu,
body.not-footer #footer {
  display: none;
}
body.not-content-padding-b0 #content {
  padding-bottom: 0;
}
body.not-header-border #header {
  border: 0;
}
body.footer-fixed-btn-active #content {
  padding-bottom: 88px;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
.guide {
  padding: 24px 16px 0;
}
.guide li {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  list-style: disc;
  margin-left: 16px;
}
.btn-regular,
.input-regular {
  height: 40px;
}
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #f9a147 !important;
  color: #fff !important;
  border: 1px solid #f9a147 !important;
}
button[disabled].theme1-c-btn,
button[disabled].theme1-c-btn:not(.btn-switch):hover {
  background-color: #d6d6d6 !important;
  color: #fff !important;
  border: 1px solid #d6d6d6 !important;
}

.margin-t64 {
  margin-top: 64px !important;
}

/* board-list */
.board-list {
  background-color: #fff;
  padding: 8px 16px;
}
.board-list > ul > li {
  padding: 14px 0;
}
.board-list > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.board-list > ul > li a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  max-width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}

/* .board-list.faq */
.board-list.faq strong.theme1-c-font {
  display: inline-block;
  margin-right: 8px;
}
.board-list.faq > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
.board-list.faq > ul > li + li {
  border-top: 0;
}

/* board-view */
.board-view {
  padding: 24px 16px 0;
  background-color: #fff;
}
.board-view > h1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
}
.board-view .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.board-view-cont {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bababd;
}
.radius6 {
  border-radius: 6px !important;
}

/* ontoone-btn */
.ontoone-btn {
  padding: 32px 16px 0;
}
.ontoone-btn p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #909094;
  margin-bottom: 16px;
}

/* onetoone-list */
.onetoone-list {
  margin-top: 8px;
}
.onetoone-list > ul > li {
  padding: 0 16px;
  background-color: #fff;
}
.onetoone-list > ul > li + li {
  margin-top: 2px;
}
.onetoone-list-header {
  position: relative;
  height: 68px;
  padding: 10px 0 16px;
  overflow: hidden;
  background-color: #fff;
}
.onetoone-list-header:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url(../../images/component/icon_accordion_arrow_down.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 24px;
}
.onetoone-list-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.onetoone-list-header .status {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c6c6c9;
}
.onetoone-list-header .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  display: inline-block;
  margin-left: 6px;
}
.onetoone-list-header p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
  margin-top: 8px;
}
.onetoone-list-content {
  display: none;
}
.onetoone-list > ul > li.active .onetoone-list-content {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
}
.onetoone-list > ul > li.active .onetoone-list-header {
  height: auto;
}
.onetoone-list > ul > li.active .onetoone-list-header:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url(../../images/component/icon_accordion_arrow_up.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 24px;
}
.onetoone-list .img img {
  width: 60px;
  height: 60px;
  margin: 8px 8px 0 0;
}
.onetoone-list-content .status {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c6c6c9;
}
.onetoone-list-content .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  display: inline-block;
  margin-left: 6px;
}
.onetoone-list-content p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
  margin-top: 8px;
}

.padding-t54 {
  padding-top: 52px !important;
}

.company-info img {
  max-width: 100%;
}
.company-info-btn {
  padding: 16px;
  margin-top: 4px;
  background-color: #fff;
}

.tab-menu-padding {
  padding: 12px 16px 0;
}

.fixed-btn-write {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
  max-width: 700px;
  width: 100%;
  text-align: right;
}
.fixed-btn-write a {
  display: inline-block;
  width: 76px;
  height: 76px;
  background: url(../../images/mobile/btn_write.png);
  background-size: contain;
}

.mypage-header {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 24px 16px;
}
.mypage-header-img {
  border-radius: 50%;
  padding: 2px;
  background-color: #fff;
  margin: 0 16px 0 0;
}
.mypage-header-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.mypage-header-info .nick {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.mypage-header-info a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.7;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.mypage-header-info a + a {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #a6a6a6;
}
/* epicure */
.mypage-header.epicure .mypage-header-img {
  background-color: #ffcc01;
}
.mypage-header.epicure .level {
  font-size: 12px;
  margin-bottom: 2px;
}
.mypage-header.epicure .level {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffcc01;
}
/* foodie */
.mypage-header.foodie .mypage-header-img {
  background-color: #d4d4d4;
}
.mypage-header.foodie .level {
  font-size: 12px;
  margin-bottom: 2px;
}
.mypage-header.foodie .level {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d4d4d4;
}

/* mypage-link */
.mypage-link {
  margin-top: 6px;
}
.mypage-link li {
  border-top: 2px solid #f6f6f6;
}
.mypage-link a {
  position: relative;
  display: block;
  height: 46px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  padding: 0 16px;
  background-color: #fff;
}
.mypage-link a:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
  transform: rotate(-90deg);
}

/* 하단 네비게이션 바 */
.ffm-wrap {
  display: none;
}
.ffm-wrap.active {
  display: block;
  height: 32px;
}
.footer-fixed-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 0 20px;
  z-index: 50;
}
.footer-fixed-menu li {
  float: left;
  width: 25%;
  height: 48px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #adadb0;
}
.footer-fixed-menu li a.active {
  font-weight: bold;
  color: #e88e2f;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 6px auto 2px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(../../images/mobile/ic_01.png);
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../images/mobile/ic_02.png);
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../images/mobile/ic_03.png);
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../images/mobile/ic_04.png);
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(../../images/mobile/ic_01_s.png);
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../images/mobile/ic_02_s.png);
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../images/mobile/ic_03_s.png);
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../images/mobile/ic_04_s.png);
}

.margin-b56 {
  margin-bottom: 56px;
}

/* popular-search-terms */
.popular-search-terms {
  padding: 12px 16px;
}
.popular-search-terms h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #32323a;
  margin-bottom: 8px;
}
.popular-search-terms > div {
  display: flex;
  align-items: center;
}
.popular-search-terms > div > ul {
  width: 50%;
}
.popular-search-terms > div > ul li {
  margin-top: 6px;
}
.popular-search-terms > div > ul a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #47474e;
}
.popular-search-terms > div > ul a span {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
  display: inline-block;
  margin-right: 8px;
}

/* item-list */
.item-list {
  padding: 16px 16px 0;
}
.item-list + .item-list {
  border-top: 4px solid #f6f6f6;
}
.item-list h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin-bottom: 8px;
}
.item-list > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item-list > ul > li {
  width: calc((100% - 24px) / 4);
  margin: 0 8px 24px 0;
}
.item-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.item-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.item-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.item-list .subject {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-top: 2px;
}

/* item2-list */
.item2-list {
  padding: 16px 16px 8px;
}
.item2-list > h1 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.item2-list > ul > li {
  display: flex;
  align-items: center;
}
.item2-list > ul > li {
  padding: 16px 0;
}
.item2-list > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.item2-list .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.item2-list .info {
  padding: 0 0 0 8px;
}
.item2-list .cate {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
}
.item2-list .subject {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.item2-list .summary {
  margin: 2px 0 4px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  width: 100%;
  display: -webkit-box;
  line-height: 1.3em;
  height: 2.6em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.item2-list .rating {
  text-align: left;
}
.item2-list .rating .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.item2-list .rating .con {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: inline-block;
  margin: 0 6px;
}

/* type-b */
.item2-list.type-b {
  padding-top: 8px;
}
.item2-list.type-b .ranking {
  width: 40px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin: 0 8px 0 0;
}
.item2-list.type-b .ranking img {
  width: 40px;
  height: 40px;
}
.item2-list.type-b .info {
  width: calc(100% - 148px);
}
.item2-list.type-b .rating .tit {
  font-size: 11px;
  font-weight: normal;
}
.item2-list.type-b .rating .con {
  font-size: 11px;
  font-weight: 600;
  margin: 0 5px;
}
.item2-list.type-b .rating .con + .tit + .con {
  margin-right: 0;
}

/* distance-select */
.distance-select {
  min-width: 86px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  margin: 0 46px 0 0;
  padding: 0 0 0 26px;
  border-radius: 50px;
  border: solid 1px #e4e4e5;
  background: url(../../images/mobile/icon_radius.png) no-repeat 6px center;
  background-size: 16px;
}
.distance-select select {
  width: 100%;
  padding: 0 4px 0 0;
  background: #fff url(../../images/component/icon_select_arrow.png) no-repeat
    right center;
  background-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.view-map img {
  width: 83px;
  height: 28px;
  border-radius: 14px;
}

/* payment */
.payment {
  padding: 16px 16px 0;
}
.payment p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin-top: 8px;
}
.payment .price {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
}

/* map-area */
.map-area {
  width: 100%;
  overflow: auto;
  position: relative;
}
.map-area > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
.map-area .search-medium {
  position: absolute;
  top: 60px;
  left: 16px;
  z-index: 1;
  width: calc(100% - 76px);
}
.map-area .search-medium .input-medium {
  width: 100%;
  border-radius: 50vh;
}
.map-area .search-medium > .btn-medium {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  right: 12px;
  background: url(../../images/mobile/icon_search2.png) no-repeat 0 0;
  background-size: contain;
}
.map-area .current-location {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 4px 6px;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(56, 58, 61, 0.16);
  background-color: #ffffff;
}
.map-area .current-location img {
  width: 20px;
  height: 20px;
}
.map-area .marker {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1;
  background: url(../../images/mobile/icon_parking.png);
  background-size: contain;
}
.map-area .marker img {
  width: 100%;
  height: 100%;
}
.map-area .parking-point {
  position: absolute;
  margin: -10px 0 0 -24px;
}
.map-area .parking-point.public:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../../images/mobile/icon_parking.png);
  background-size: contain;
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -16px;
}
.map-area .parking-point .p-name {
  min-width: 58px;
  height: 28px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 29px 31px 0 47px;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px #161616;
  background-color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.map-area .distance-select {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background-color: #fff;
}
.map-area .list-map {
  position: absolute;
  top: 16px;
  left: 126px;
  z-index: 1;
}
.map-area .list-map img {
  width: 83px;
  height: 28px;
}

/* store-view-layer */
.store-view-layer {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  width: calc(100% - 32px);
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.store-view-layer .item2-list {
  padding: 0;
}
.store-view-layer .item2-list > ul > li {
  padding: 0;
}
.store-view-layer .item2-list .img img {
  width: 80px;
  height: 80px;
}
.store-view-layer .item2-list .summary {
  height: 1.3em;
  -webkit-line-clamp: 1;
}

/* comment-history */
.comment-history {
  margin-bottom: 24px;
}
.comment-history > ul > li {
  background-color: #fff;
  padding: 16px;
  margin-top: 4px;
}
.comment-history-img-nick-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-history-img-nick-date .img {
  width: 27px;
  height: 27px;
  padding: 1.5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
/* epicure */
.comment-history-img-nick-date .img.epicure {
  background-color: #ffcc01;
}
/* foodie */
.comment-history-img-nick-date .img.foodie {
  background-color: #d4d4d4;
}
.comment-history-img-nick-date .img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}
.comment-history-img-nick-date .img-nick {
  display: flex;
  align-items: center;
}
.comment-history-img-nick-date .nick {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a61;
  display: inline-block;
  margin-right: 8px;
}
.comment-history-img-nick-date .comment {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.comment-history-img-nick-date .comment:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -12px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
  transform: rotate(-90deg);
}
.comment-history-img-nick-date .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.comment-history-cont {
  margin: 8px 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.comment-history .btn {
  text-align: right;
}
.comment-history .delete {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #7f7f84;
}

/* commu-history */
.commu-history {
  border-top: 4px solid #f6f6f6;
}
.commu-history > ul > li + li {
  border-top: 4px solid #f6f6f6;
}
.commu-history > ul > li > div.commu-history-view {
  background-color: #fff;
  padding: 16px 0;
}
.commu-history > ul > li > div.commu-history-view .slider {
  padding: 0 16px;
}

.commu-history-view-detail {
  padding: 0 16px;
}
.commu-history-view-detail span {
  display: inline-block;
  height: 28px;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #f6f6f6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  margin-top: 8px;
}
.commu-history-view-detail span + span {
  margin-left: 6px;
}
.commu-history-img-nick-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.commu-history-img-nick-date .img {
  width: 27px;
  height: 27px;
  padding: 1.5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
/* epicure */
.commu-history-img-nick-date .img.epicure {
  background-color: #ffcc01;
}
/* foodie */
.commu-history-img-nick-date .img.foodie {
  background-color: #d4d4d4;
}
.commu-history-img-nick-date .img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}
.commu-history-img-nick-date .img-nick {
  display: flex;
  align-items: center;
}
.commu-history-img-nick-date .nick {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a61;
  display: inline-block;
  margin-right: 8px;
}
.commu-history-img-nick-date .comment {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.commu-history-img-nick-date .comment:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -12px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat 0 0;
  background-size: contain;
  transform: rotate(-90deg);
}
.commu-history-img-nick-date .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}

/* ch-store-cname-date */
.ch-store-cname-date {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 16px;
}
.ch-store-cname-date .img-cate-cname {
  display: flex;
  align-items: center;
  width: calc(100% - 90px);
}
.ch-store-cname-date .img-cate-cname .cate-cname {
  width: calc(100% - 48px);
}
.ch-store-cname-date .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.ch-store-cname-date .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ch-store-cname-date .cate {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
}
.ch-store-cname-date .cname {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.ch-store-cname-date .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.ch-store-cname-date + .commu-history-cont {
  font-size: 12px;
}

.commu-history-cont {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38em;
  max-height: 4.14em;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
  padding: 0 16px;
}
.commu-history-cont-view {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38em;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  padding: 0 16px;
}
.commu-history .btn {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 6px 16px;
}
.commu-history .like {
  min-width: 104px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.commu-history .like:before {
  content: "좋아요";
  display: inline-block;
  background: url(../../images/mobile/icon_heart_n.png) left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  margin-right: 4px;
}
.commu-history .like.active {
  color: #f9a147;
}
.commu-history .like.active:before {
  background: url(../../images/mobile/icon_heart_s.png) left center no-repeat;
  background-size: 16px;
}
.commu-history .btn .modify-delete {
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 1;
}
.commu-history .btn .modify-delete a {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8em;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.commu-history .btn .modify-delete a + a {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1.5px solid #868686;
}
.commu-history .comm {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.commu-history .comm:before {
  content: "댓글";
  display: inline-block;
  background: url(../../images/mobile/icon_comment.png) left center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  margin-right: 4px;
}
.commu-history .report {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 1;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #7f7f84;
}
.commu-history .report:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../../images/mobile/icon_report_n.png) left center no-repeat;
  background-size: 16px;
  margin-right: 4px;
}
.commu-history .delete {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 1;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #7f7f84;
}

/* blind */
.commu-history > ul > li.blind .commu-history-view-detail,
.commu-history > ul > li.blind .commu-history-cont {
  display: none;
}
.commu-history > ul > li.blind .commu-history-view > a:first-child:after {
  content: "해당 글은 관리자에 의해 블라인드 되었습니다.";
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e9ea2;
  margin: 8px 0 0 16px;
  background: url(../../images/mobile/icon_help.png) left center no-repeat;
  background-size: contain;
  padding-left: 18px;
}

.commu-history .like-comm span {
  display: inline-block;
}

.slider-photoswipe {
  margin-top: 8px;
}
.slider-photoswipe .photoswipe-view img {
  border-radius: 8px;
}

.slider-photoswipe-re .photoswipe-view img {
  border-radius: 8px;
}

.margin-b48 {
  margin-bottom: 48px !important;
}
.margin-b50 {
  margin-bottom: 50px !important;
}

/* commu-view-comment */
.commu-view-comment {
  background-color: #fff;
  padding: 16px 0;
  padding-bottom: 56px;
}
.commu-view-comment > ul > li + li {
  margin-top: 8px;
}
.commu-view-comment > ul > li.re {
  padding-left: 24px;
}
.commu-view-comment > ul > li.re .slider {
  width: 194px;
}
/* commu-view-comment blind */
.commu-view-comment > ul > li.blind .commu-history-cont-view,
.commu-view-comment > ul > li.blind .btn {
  display: none;
}
.commu-view-comment > ul > li.blind > a:after {
  content: "해당 글은 관리자에 의해 블라인드 되었습니다.";
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e9ea2;
  margin: 8px 0 16px 16px;
  background: url(../../images/mobile/icon_help.png) left center no-repeat;
  background-size: contain;
  padding-left: 18px;
}

/* comment-history blind */
.comment-history > ul > li.blind .comment-history-cont {
  display: none;
}
.comment-history > ul > li.blind > a:after {
  content: "해당 글은 관리자에 의해 블라인드 되었습니다.";
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9e9ea2;
  margin: 8px 0 0;
  background: url(../../images/mobile/icon_help.png) left center no-repeat;
  background-size: contain;
  padding-left: 18px;
}

.commu-view-comment-wrap {
  background-color: #fff;
  padding: 16px;
}
.commu-view-comment .btn {
  position: relative;
  min-height: 13px;
  margin: 8px 16px 0;
}
.commu-view-comment .btn a {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.commu-view-comment .btn a.delete {
  position: absolute;
  bottom: 0;
  right: 0;
}
.commu-view-comment .report {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #7f7f84;
}
.commu-view-comment .report:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../../images/mobile/icon_report_n.png) left center no-repeat;
  background-size: 16px;
  margin-right: 4px;
}
.commu-view-comment .cvc-img img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-right: 4px;
}
.commu-view-comment .slider {
  padding: 0 16px;
}
.commu-view-comment li.re .slider {
  padding: 0;
}

/* chat-form */
.chat-form {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  z-index: 100;
  max-width: 700px;
  width: 100%;
  height: 56px;
  padding: 10px 16px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
.chat-form .input-medium {
  display: inline-block;
  width: calc(100% - 32px);
  height: 36px;
  border-radius: 50vh;
  padding-left: 16px;
  font-size: 13px;
  border-top: 1px solid #e3e8f8;
}
.chat-form .search-medium button[type="submit"] {
  position: absolute;
  top: -3.5px;
  right: 4px;
  margin: 0;
  width: 28px;
  height: 28px;
  background: url(../../images/mobile/icon_chat_send.png);
  background-size: contain;
  text-indent: -5000px;
}
.chat-form .file-upload {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.chat-form .file-upload .btn-regular {
  min-width: 24px !important;
  min-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #47474e;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.chat-form .file-upload .btn-regular.img-type:before {
  background: url(../../images/mobile/icon_image.png) center center no-repeat;
  background-size: contain;
}

.chat-form .file-upload .gallery {
  position: absolute;
  top: -76px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #868686;
}
.chat-form .file-upload .gallery .img-thumb {
  margin-top: 8px !important;
  border-radius: 8px;
}

/* store-view */
.store-view {
  padding: 8px 16px 24px;
  background-color: #fff;
}
.store-view .cate {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9a147;
  line-height: 1.3em;
}
.store-view .subject {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  line-height: 1.3em;
}
.store-view .summary {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  line-height: 1.3em;
}
.store-view .rating {
  margin: 8px 0 0;
  text-align: center;
}
.store-view .rating .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.store-view .rating .con {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: inline-block;
  margin: 0 6px;
}
.store-view .btn-copy {
  width: 32px;
  height: 16px;
  background: url(../../images/mobile/icon_copy.png);
  background-size: contain;
}

.copy-text {
  display: flex;
  align-items: flex-start;
}
.copy-address {
  width: calc(100% - 32px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  padding: 0;
}

.tel-get-directions-taxi {
  border-top: 1px solid #e6e6e6;
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.tel-get-directions-taxi a {
  position: relative;
  width: 33.33%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.tel-get-directions-taxi a + a:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 29px;
  border-left: 1px solid #e6e6e6;
}
.tel-get-directions-taxi a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}
.tel-get-directions-taxi a.tel:before {
  background: url(../../images/mobile/icon_tel.png);
  background-size: contain;
}
.tel-get-directions-taxi a.get-directions:before {
  background: url(../../images/mobile/icon_get_directionsl.png);
  background-size: contain;
}
.tel-get-directions-taxi a.taxi:before {
  background: url(../../images/mobile/icon_taxi.png);
  background-size: contain;
}

/* store-info */
.store-info {
  margin-top: 16px;
}
.store-info > ul > li {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.store-info > ul > li > .tit {
  width: 50px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f84;
}
.store-info > ul > li > .con {
  width: calc(100% - 50px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.store-info > ul > li.menu-info {
  display: block;
}
.store-info > ul > li.menu-info .con {
  margin-top: 8px;
  width: 100%;
}
.btn-small.icon-write {
  height: 34px;
  line-height: 34px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-small.icon-write:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../../images/mobile/icon_pencil.png);
  background-size: contain;
}

/* restaurant-reviews */
.restaurant-reviews {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 56px;
  border-top: 4px solid #f6f6f6;
}
.rr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.rr-header h1 {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.rr-header h1 span {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
}
.rr-header .btn-write {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rr-header .btn-write:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../../images/mobile/icon_pencil_s.png);
  background-size: contain;
}

/* jqm-range */
.jqm-range {
  position: relative;
  height: 36px;
  overflow: hidden;
}
.jqm-range + .jqm-range {
  margin-top: 8px;
}
.jqm-range .tit {
  position: absolute;
  top: 9px;
  left: 16px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.jqm-range .con {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
/* readonly */
.jqm-range.readonly:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 36px;
  border-radius: 8px;
}
.jqm-range.readonly {
  background-color: #f6f6f6;
}
.jqm-range.readonly input {
  width: 50%;
  height: 36px;
  line-height: 36px;
  background-color: #f9a147;
  border-radius: 8px;
}

.slider.slider-menu {
  position: relative;
  padding: 0 28px;
  margin: 0 0 16px;
}
.slider.slider-menu .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  left: -4px;
  background: url(../../images/mobile/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider.slider-menu .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  right: -4px;
  background: url(../../images/mobile/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
}

.store-review-insert {
  border-top: 4px solid #f6f6f6;
}

.file-upload .ui-btn-text,
.btn-group-type1 .ui-btn-text {
  display: none;
}

/* 2022-04-20 */
.find-map {
  text-align: center;
}
.find-map a {
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
}
.find-map li + li a {
  border-top: 0;
}
.find-map a.kakao {
  letter-spacing: 3px;
  padding-left: 4px;
  font-size: 14px;
}
.find-map a.tmap {
  letter-spacing: 6px;
  padding-left: 7px;
  font-size: 14px;
}

/* 2022-4-25 */
.btn-group-type1 .center {
  justify-content: center;
}
.btn-group-type1 .center .btn-medium {
  margin: 0 4px;
}
/* br-theme-bars-1to10 */
.br-theme-bars-1to10 {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.br-theme-bars-1to10 .br-widget {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.br-theme-bars-1to10 .br-widget a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 0;
}
.br-theme-bars-1to10 .br-widget a.br-current {
  border-radius: 0 8px 8px 0;
}
.br-theme-bars-1to10 .br-widget a.br-active {
  background-color: #f9a147;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #f9a147;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  color: #161616;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
}
.br-theme-bars-1to10 .br-widget a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 6px;
  background-color: #dbdbdc;
}
.br-theme-bars-1to10 .br-widget a.br-active:before,
.br-theme-bars-1to10 .br-widget a.br-selected:before {
  display: none;
}
.br-theme-bars-1to10 .br-readonly a {
  cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f9a147;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f9a147;
}
.barrating-wrapper + .barrating-wrapper {
  margin-top: 8px;
}

.barrating-wrapper {
  position: relative;
}
.barrating-wrapper .tit {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
  font-size: 14px;
  color: #161616;
  font-weight: 600;
}
.barrating-wrapper .total {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #161616;
  font-weight: 600;
}

/* 2022-07-21 */
/* restaurant-reviews-list */
.restaurant-reviews-list {
  padding: 24px 16px;
}
.restaurant-reviews-list h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.restaurant-reviews-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.restaurant-reviews-list > ul > li {
  width: calc((100% - 28px) / 5);
  position: relative;
  padding-bottom: calc((100% - 28px) / 5);
  height: 0;
  overflow: hidden;
  margin: 16px 7px 0 0;
}
.restaurant-reviews-list > ul > li:nth-child(5n) {
  margin-right: 0;
}
.restaurant-reviews-list > ul > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  background-color: #ffecd8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

/* brand-reviews-list */
.brand-reviews-list {
  padding: 24px 16px;
  border-top: 4px solid #f6f6f6;
}
.brand-reviews-list h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.brand-reviews-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.brand-reviews-list > ul > li {
  width: calc((100% - 8px) / 2);
  position: relative;
  padding-bottom: 54px;
  height: 0;
  overflow: hidden;
  margin: 16px 8px 0 0;
}
.brand-reviews-list > ul > li:nth-child(2n) {
  margin-right: 0;
}
.brand-reviews-list > ul > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: #d8f1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

/* commu-list */
.commu-list {
  padding: 16px 16px 24px;
}
.commu-list > ul {
  border-top: 1px solid #e4e4e5;
}
.commu-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e5;
}
.commu-list .img {
  border-radius: 50%;
  overflow: hidden;
}
.commu-list .img.epicure {
  border: solid 1.5px #ffcc01;
}
.commu-list .img.foodie {
  border: solid 1.5px #d4d4d4;
}
.commu-list .img img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.commu-list .img-nick {
  display: flex;
  align-items: center;
}
.commu-list .nick {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a5a61;
  display: inline-block;
  margin: 0 8px;
}
.commu-list .commu-cont {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  max-width: 100%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.commu-list .info {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.commu-list .info > span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  padding: 0 7.5px;
  border-left: 1px solid #e4e4e5;
}

/* 2022-08-11 */
.barrating-wrapper .total {
  top: 10px;
  height: 14px;
  line-height: 14px;
}

.swiper-container.view-visual .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.swiper-container.view-visual .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
​


 /* 2022-09-21 */
.company-info .title:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #f9a147;
}

.company-info .title h1 {
  margin: 9px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f9a147;
}

.company-info .st1 {
  padding: 29px 20px 32px;
  background-color: #fff;
}

.company-info .st1 p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.company-info .st2 {
  padding: 29px 20px 20px;
  background-color: #f7f7f7;
}

.company-info .st2 h2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.company-info .st2 h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.company-info .st2 > ul > li > h2 {
  height: 40px;
  display: flex;
  align-items: center;
}

.company-info .st2 > ul > li > h2:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  background-size: contain !important;
}

.company-info .st2 > ul > li.n1 > h2:before {
  background: url(../../images/mobile/company_info_icon1.png);
}

.company-info .st2 > ul > li.n2 > h2:before {
  background: url(../../images/mobile/company_info_icon2.png);
}

.company-info .st2 > ul > li.n3 > h2:before {
  background: url(../../images/mobile/company_info_icon3.png);
}

.company-info .st2 > ul > li > ul > li {
  margin: 0 0 23px 40px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.company-info .st2 > ul > li > ul.icon > li {
  position: relative;
  padding-left: 48px;
}

.company-info .st2 > ul > li > ul.icon > li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
}

.company-info .st2 > ul > li > ul.icon > li.n1:before {
  background: url(../../images/mobile/company_info_icon1_1.png);
}

.company-info .st2 > ul > li > ul.icon > li.n2:before {
  background: url(../../images/mobile/company_info_icon1_2.png);
}

.company-info .st2 > ul > li > ul.icon > li.n3:before {
  background: url(../../images/mobile/company_info_icon1_3.png);
}

.company-info .st2 .btn-medium {
  margin: 16px 0 40px;
}

/* 2023-06-21 */
/* range-wrap */
.range-wrap {
  position: relative;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.range-wrap .range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 4px;
  background: #ccc;
}
.range-wrap > div {
  margin: 8px 0 0;
  padding-bottom: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range-wrap > div span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
  color: #323232;
}
.range-wrap .range {
  margin: 0;
}
.range-wrap .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #f9a147 !important;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}
.range-wrap .range::-webkit-slider-thumb:hover {
  display: none;
}
.range-wrap .range-selected {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  height: 4px;
  background: #f9a147;
}
.range-wrap .title {
  font-weight: bold;
}

/* 2023-07-25 */
.restaurant-reviews-list > ul > li a.color2 {
  background-color: #fbc38e;
}
.footer-fixed-menu li a.active {
  color: #d56b00;
}
.radius0 {
  border-radius: 0 !important;
}
.popup-store-view .popup-close {
  position: absolute !important;
  top: 8px !important;
  right: 16px;
  z-index: 100;
  margin: 0 !important;
}
.store-view .subject {
  font-size: 17px;
}
.store-view .summary {
  font-size: 15px;
}

.store-info > ul > li > .tit {
  width: 60px;
  font-size: 14px;
}
.store-info > ul > li > .con {
  width: calc(100% - 60px);
  font-size: 14px;
}
.commu-history-img-nick-date .nick {
  font-size: 13px;
}
.copy-address {
  font-size: 14px;
}
.commu-history-cont {
  font-size: 15px;
}
.commu-history .like {
  font-size: 13px;
}
.commu-history .comm {
  font-size: 13px;
}
.commu-history .report {
  font-size: 13px;
}
.commu-history-view-detail span {
  font-size: 14px;
}
.commu-history-img-nick-date .date {
  font-size: 13px;
}
.store-view .cate {
  font-size: 14px;
}
.store-view .rating .tit {
  font-size: 15px;
}
.store-view .rating .con {
  font-size: 15px;
}
.tel-get-directions-taxi a {
  font-size: 14px;
}
.btn-small.icon-write {
  font-size: 14px;
}

/* 2023-11-15 */
.main-email-guide {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  border-top: 4px solid #f6f6f6;
}
.main-email-guide > h1 {
  margin: 0 16px 0 0;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.main-email-guide > div {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* 2024-04-18 */
#header > h1 {
  top: 12px;
  left: 8px;
  transform: translateX(0) !important;
  width: 32px;
  height: 20px;
}
.header-search {
  display: none;
}
.header-search .search-regular {
  position: absolute;
  top: 4px;
  left: 50px;
  display: block;
  width: calc(100% - 100px);
}
.header-search .search-regular .input-regular {
  width: 100%;
  height: 36px;
  border-radius: 100px;
  border: 1px solid var(--Primary, #f37021) !important;
  background: var(--Light-Basic-White, #fff);
}
.header-search .search-regular > .btn-regular {
  background: url(../../images/mobile/icon_search2.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

body.active-header-search .header-search {
  display: block;
}

.main-banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 49.06%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
/* main-link */
.main-link {
  padding: 0 16px 16px;
}
.main-link > ul {
  display: flex;
  flex-wrap: wrap;
}
.main-link > ul > li {
  width: calc((100% - 96px) / 5);
  margin: 16px 24px 0 0;
}
.main-link > ul > li:nth-child(5n) {
  margin-right: 0;
}
.main-link img {
  width: 48px;
  height: 48px;
}
.main-link div {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.main-link .title {
  display: flex;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}

/* restaurant-rankings */
.restaurant-rankings {
  padding: 8px 0 24px 16px;
}
.restaurant-rankings .title {
  margin: 0 0 16px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.restaurant-rankings .swiper-slide {
  width: 56px;
  height: 56px;
}
.restaurant-rankings .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.restaurant-rankings .swiper-slide a img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.footer-fixed-menu {
  padding: 0;
}
.map-area .current-location {
  width: 80px;
  height: 28px;
  padding: 0;
  background: none;
}
.map-area .current-location img {
  width: 100%;
  height: 100%;
}

.search-type1 {
  padding: 16px 16px 0;
}
.search-type1 .search-medium .input-medium {
  border: 1px solid var(--Primary, #f37021);
}
.search-medium > .btn-medium {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  right: 14px;
  background: url(../../images/mobile/icon_search3.png) no-repeat 0 0;
  background-size: contain;
}

.sub-title-area h1 {
  font-weight: 700;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  color: #464646;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #fff;
  background-color: #f37021;
  border: 1px solid #f37021;
  line-height: 28px !important;
}

/* home */
#header .home {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../images/mobile/icon_home.png) no-repeat;
  background-size: contain;
}
#header .right {
  padding: 4px 8px 0 0;
}
body.inactive-alirm #header .alirm {
  display: none;
}
body.active-home #header .home {
  display: inline-block;
}

.mypage-header {
  padding: 16px;
}

.mypage-link2 {
  padding: 16px 0;
  margin: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.mypage-link2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px 16px 18px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.mypage-link2 a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/mobile/icon_arrow_right.png) no-repeat;
  background-size: contain;
}

.tab-menu .inner-wrap .tab-header li {
  color: #f37021;
  border: 1px solid #f37021;
}
.tab-menu .inner-wrap .tab-header li.active:hover,
.tab-menu .inner-wrap .tab-header li.active {
  background: #f37021;
  border: 1px solid #f37021;
}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-left: 1px solid #f37021;
}

/* 2024-05-08 */
.main-link > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 2024-05-13 */
/* 푸터 */
#footer {
  display: none;
  margin: 0 16px;
  padding: 0 0 24px;
}
#footer .toggle-btn-fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 24px 0 0;
}
#footer .toggle-btn {
  display: block;
  color: var(--light-basic-gray-600, #868686);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../../images/component/icon_accordion_arrow_down.png)
    no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 8px;
  opacity: 0.8;
}
#footer.on .toggle-btn:after {
  background: url(../../images/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--Light-Basic-Gray-500, #a6a6a6);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  margin: 0 0 16px;
}
#footer .toggle-box ul {
  padding: 16px;
  border-radius: 8px;
  background: #f6f6f6;
}
#footer .toggle-box li {
  display: flex;
}
#footer .toggle-box li + li {
  margin: 2px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--light-basic-gray-600, #868686);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
#footer .toggle-box .tit {
  width: 100px;
}
#footer .toggle-box .con {
  width: calc(100% - 100px);
}
#footer .copyright {
  margin: 0 0 16px;
  color: var(--light-basic-gray-300, #d6d6d6);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
#footer hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e6e6e6 !important;
  margin: 12px 0;
}

body.active-footer #footer {
  display: block;
}

/* 2024-05-16 */
.commu-history .modify {
  position: absolute;
  top: 10px;
  right: 44px;
  z-index: 1;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #7f7f84;
}


/* 2024-05-20 */
#wrapper {
  padding: 52px 0 0;
}
#header {
  height: 52px;
}
#header .right {
  text-align: right;
  padding-top: 8px;
}
#header > h1 {
  top: 16px;
}
.header-search .search-regular {
  top: 8px;
}
#footer .toggle-btn:after {
  display: none;
}
#footer .toggle-box .tit {
  width: 30px;
}
#footer .toggle-box .con {
  width: calc(100% - 30px);
}

/* 2024-05-22 */
.main-link img {
	width: 40px;
  height: 40px;
}

/* 2032-05-23 */
#footer .toggle-box .tit,
#footer .toggle-box .con {
  font-size: 11px;
  color: #666;
}

/* 2024-06-12 */
#footer .toggle-box .tit,
#footer .toggle-box .con {
  font-size: 12px;
  line-height: 1.3;
}
#footer .copyright {
  color: #666;
}

/* 2025-04-11 */
.search-eating-station {
  margin: 16px;
}
.search-eating-station .input-large {
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--Primary, #F37021);
}
.search-eating-station .search-large > .btn-large {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 16px;
  background: url(../../images/mobile/icon_search_active.png) no-repeat 0 0;
  background-size: contain;
}
.search-eating-station input[type="search"] {
  padding: 0 24px;
}

/* fixed-search-eating-station */
.fixed-search-eating-station {
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 100%;
  padding: 16px 76px 16px 16px;
}
.fixed-search-eating-station .input-large {
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--Primary, #F37021);
}
.fixed-search-eating-station .search-large > .btn-large {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 16px;
  background: url(../../images/mobile/icon_search_active.png) no-repeat 0 0;
  background-size: contain;
}
.fixed-search-eating-station input[type="search"] {
  padding: 0 24px;
}
.fixed-search-eating-station .current-location {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #F37021;
  border-radius: 50%;
}
.fixed-search-eating-station .current-location img {
  width: 28px;
  height: 28px;
}

.map-area .marker2 {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url(../../images/mobile/icon_map_mark.png);
  background-size: contain;
}
.map-area .delicious-food {
  position: absolute;
  top: 8px;
  left: 40px;
  width: 91px;
  height: 46px;
  display: flex;
  flex-direction: column;

align-items: flex-start;
padding: 8px 12px;
  border-radius: 0px 8px 8px 8px;
border: 1px solid rgba(78, 78, 78, 0.30);
background: var(--Black-Opacity-0, #FFF);
}
.map-area .delicious-food .sname {
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.map-area .delicious-food .cate {
  margin: 4px 0 0;
  color: var(--Primary, #F37021);
font-family: Pretendard;
font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* map-shop-view */
.map-shop-view {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 100%;
}
.map-shop-view .img-info {
  display: flex;
  margin: 16px;
  padding: 16px;
  border-radius: 8px;
background: var(--Black-Opacity-0, #FFF);
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.map-shop-view .img {
  width: 80px;
height: 80px;
border-radius: 8px;
background: url(../../images/component/bg_upload_img_default.png) no-repeat 0 0;
background-size: contain;
}
.map-shop-view .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.map-shop-view .info {
  width: calc(100% - 80px);
  padding: 0 0 0 8px;
}
.map-shop-view .cate {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Primary, #F37021);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.map-shop-view .cate span {
  display: inline-flex;
height: 20px;
padding: 2px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 6px;
border: 1px solid var(--Primary, #F37021);
background: var(--Primary, #F37021);
color: var(--Light-Basic-White, #FFF);
text-align: center;
font-family: Pretendard;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 130% */
letter-spacing: -0.03px;
}
.map-shop-view .sname {
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.map-shop-view .cont {
  margin: 4px 0 0;
  color: var(--Black-Opacity-70, #909094);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.map-shop-view .rating {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-shop-view .rating span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Black-Opacity-75, #7F7F84);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.map-shop-view .rating strong {
  color: var(--Black-Opacity-100, #161616);
}

/* store-search-list */
.store-search-list {
  margin: 0 16px;
}
.store-search-list  > ul > li:first-child {
  padding-top: 0;
}
.store-search-list  > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #F2F2F2;
}
.store-search-list .img-info {
  display: flex;
}
.store-search-list .img {
  width: 100px;
height: 100px;
border-radius: 8px;
background: url(../../images/component/bg_upload_img_default.png) no-repeat 0 0;
background-size: contain;
}
.store-search-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.store-search-list .info {
  width: calc(100% - 100px);
  padding: 0 0 0 16px;
}
.store-search-list .cate {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Primary, #F37021);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-search-list .cate span {
  display: inline-flex;
height: 20px;
padding: 2px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 6px;
border: 1px solid var(--Primary, #F37021);
background: var(--Primary, #F37021);
color: var(--Light-Basic-White, #FFF);
text-align: center;
font-family: Pretendard;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 130% */
letter-spacing: -0.03px;
}
.store-search-list .sname {
  margin: 4px 0 0;
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.store-search-list .cont {
  margin: 4px 0 0;
  color: var(--Black-Opacity-70, #909094);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.store-search-list .rating {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-search-list .rating span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Black-Opacity-75, #7F7F84);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-search-list .rating strong {
  color: var(--Black-Opacity-100, #161616);
}

.store-view {
  padding: 8px 16px 16px;
}
.store-view .cate {
  color: var(--Primary, #F37021);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-view .cate span {
  display: inline-flex;
height: 20px;
padding: 2px 6px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 6px;
border: 1px solid var(--Primary, #F37021);
background: var(--Primary, #F37021);
color: var(--Light-Basic-White, #FFF);
text-align: center;
font-family: Pretendard;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: 13px; /* 130% */
letter-spacing: -0.03px;
}
.store-view .summary {
  margin: 8px 0 0;
  color: var(--Black-Opacity-70, #909094);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-view .rating {
  margin: 8px 0 0;
  text-align: center;
}
.store-view .rating .tit {
  color: var(--Black-Opacity-75, #7F7F84);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-view .rating .con {
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: normal;
  margin: 0 6px;
}

.tel-get-directions-taxi a {
  position: relative;
  width: 33.33%;
  color: var(--Black-Opacity-100, #161616);
text-align: center;
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.store-info > ul > li {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.store-info > ul > li > .tit {
  width: 50px;
  padding: 4px 0;
  color: var(--Black-Opacity-75, #7F7F84);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.store-info > ul > li > .con {
  width: calc(100% - 50px);
  padding: 4px 0;
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.copy-address {
  width: calc(100% - 32px);
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  padding: 0;
}

/* business-hours */
.business-hours .tit button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.business-hours .tit button:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../../images/component/icon_accordion_arrow_down.png) no-repeat 0 0;
  background-size: contain;
}
.business-hours .con {
  display: none;
}
.business-hours.active .con {
  display: block;
  margin: 8px 0 0;
}

/* business-hours-select */
.business-hours-select > ul > li {
  margin: 16px 0 0;
}
.business-hours-select .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-hours-select .tit span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Black-Opacity-100, #161616);
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.business-hours-select .tit span input {
  margin: 0;
}
.business-hours-select .con {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.business-hours-select .con .input-regular {
  min-width: auto;
  width: auto;
  border-radius: 4px;
}
.business-hours-select .con > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
}

/* gallery-scroll */
.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  height: 0;
}
.file-upload .gallery-scroll .gallery {
  max-width: 640px;
}
.file-upload .gallery-scroll .gallery .img-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.file-upload.display-flex .gallery-scroll {
  width: calc(100% - 80px);
  margin: 0 0 0 8px;
  display: block;
}
.file-upload.display-flex .gallery-scroll .gallery .img-thumb + .img-thumb {
  margin: 0 0 0 8px;
}

/* fixed-bottom-wrap */
.fixed-bottom-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
  width: 100%;
  max-width: 700px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.fixed-bottom-wrap.inactive-dim {
  top: auto;
  bottom: 0;
  height: auto;
}
.fixed-bottom-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  max-width: 700px;
  z-index: 99;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  border: 1px solid #d8dde2;
  padding: 32px 16px;
  text-align: left;
}
body.active-footer-fixed-menu .fixed-bottom-wrap .fixed-bottom {
  bottom: 0;
}
.fixed-bottom-wrap.active {
  display: block;
}
.fixed-bottom-wrap .fixed-bottom > .title {
  margin: 0 0 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
letter-spacing: -0.054px;
}
.fixed-bottom-wrap .fixed-bottom-wrap-content {
  margin: 8px 0 0;
}
.fixed-bottom-wrap .fixed-bottom-wrap-content p {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* btn-group */
.btn-group {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-group > * {
  width: 100%;
}

/* theme1-c-btn */
.theme1-c-btn {
  background-color: #F37021 !important;
  color: #fff !important;
  border: 1px solid #F37021 !important;
}
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #F37021 !important;
  border: 1px solid #F37021 !important;
}
.theme1-c-btn.line {
  background-color: #fff !important;
  color: #F37021 !important;
  border: 1px solid #F37021 !important;
}
.theme1-c-btn.line:hover {
  background-color: #F37021 !important;
  color: #fff !important;
  border: 1px solid #F37021 !important;
}
.theme1-c-font {
  color: #F37021 !important;
}
.theme1-c-bg {
  background-color: #F37021 !important;
}
.theme1-c-line {
  border-color: #F37021 !important;
}

.btn-medium {
  border-radius: 8px;
text-align: center;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 19px; /* 126.667% */
letter-spacing: -0.045px;
}

.map-area .list-map {
  left: 151px;
}

.tel-get-directions-taxi {
  margin-top: 16px;
}

.distance-select {
  position: relative;
}
.distance-select select {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 4px 0 26px;
  background: url(../../images/component/icon_select_arrow.png) no-repeat
    right center;
  background-size: 18px;
  line-height: 28px;
}

.japan-map {
	width: 100%;
	height: auto;
}
.japan-map > div {
	width: 360px;
	height: 360px;
	margin: 32px auto;
}

.japan-map > div > img {
	width: 100%;
	height: 100%;
}

.japan-map > p {
	text-align: center;
	font-size: 11px;
	color: #868686;
}

.item2-list .img img {
  /* width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  aspect-ratio: 1/1; */
}
.item2-list.type-b .info {
  /* min-width: 200px; */
}
.item2-list.type-b .rating .con {
  min-width: 30px;
}