@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #a6a6a6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(/image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(/image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  height: 80px;
  padding: 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #565656;
  line-height: 1.3;
  letter-spacing: -0.65px;
  transition: all 0.5s;
}
.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: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #cc0026;
  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: -webkit-box;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp2 {
  display: -webkit-box;
  line-height: 1.5em;
  max-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;
  max-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;
  max-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;
  max-height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

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

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

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

/* quantity-change */
.quantity-change {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.quantity-change .btn-minus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-minus span {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-change .input {
  width: calc(100% - 80px);
  height: 44px;
  line-height: 42px;
  font-size: 13px;
  text-align: center;
}
.quantity-change .btn-plus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-plus span {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_plus.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

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

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

/*mobile용*/
.popup {
  min-width: 328px;
  width: auto !important;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
.popup .inner-wrap .popup-close {
  top: 22px;
  width: 24px;
  height: 24px;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 700px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  height: 100%;
  transform: translate(-50%, -50%);
}
.popup.full .inner-wrap {
  padding: 44px 0 24px;
  overflow-y: auto;
}
.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: fixed;
  top: 6px;
  right: 6px;
  z-index: 100;
}
.popup.full .btn-group-type1 {
  padding: 16px 0 0;
}
.popup.full .block-type-area {
  margin-top: 8px;
}

/*temp-content*/
.temp-content {
  position: fixed;
  top: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  height: calc(100% - 60px);
  background: #fff;
  padding: 24px 16px 0;
}
.temp-content pre {
  padding: 8px 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: 54px !important;
  height: 26px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -11px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.margin-t48 {
  margin-top: 48px !important;
}

.margin-t173 {
  margin-top: 173px !important;
}

/* app-setting */
.app-setting {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.app-setting > ul {
  overflow: hidden;
}
.app-setting > ul > li h1 {
  padding: 16px 16px;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.app-setting > ul > li .switch-setting {
  padding: 10px 16px;
  float: right;
  text-align: right;
}
.app-setting > ul > li p {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #767676;
  padding: 0 16px 12px;
}

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

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

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

/* type-c */
.tab-menu.type-c {
  padding: 6px 16px 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0 0 8px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #a6a6a6;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
}
.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: #fecb4b;
  border-bottom: 2px solid #fecb4b;
}

/* 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 {
  border: 0;
  margin-bottom: 8px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 40px;
  padding: 0 4px 9px;
  margin: 0 4px;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #5cc4ef;
  border-bottom: 2px solid #5cc4ef;
}

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

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #e88e2f !important;
  color: #fff !important;
  border: 1px solid #e88e2f !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #e88e2f !important;
  border: 1px solid #e88e2f !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #ffa023 !important;
  color: #fff !important;
  border: 1px solid #ffa023 !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #ffa023 !important;
  border: 1px solid #ffa023 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #00c993 !important;
  color: #fff !important;
  border: 1px solid #00c993 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #00c993 !important;
  border: 1px solid #00c993 !important;
}
.btn-small:not(.btn-switch):hover,
.btn-regular:not(.btn-switch):hover,
.btn-medium:not(.btn-switch):hover,
.btn-large:not(.btn-switch):hover {
  border: solid 1px #d6d6d6;
  background-color: #fff;
  color: #565656;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#sb-site {
  width: 100%;
}
#wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 44px 0 0;
  background-color: #fff;
}

#content {
  width: 100%;
  min-height: 524px;
  padding-bottom: 40px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#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;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
#header .right > a {
  margin-left: 8px;
}
#header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 100px;
  height: 33px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/image/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(/image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(/image/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}

/*message*/
#header .message {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_message.png) center center no-repeat;
  background-size: contain;
}

/* 푸터 */
#footer {
  display: none;
  width: 100%;
  padding: 24px 32px;
  border-top: 1px solid #e6e6e6;
}

#footer .fnb1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .fnb1 li {
  margin: 0 8px 0 0;
  line-height: 0.6;
}

#footer .fnb1 li + li {
  padding: 0 0 0 8px;
  border-left: 1px solid #565656;
}

#footer .fnb1 a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

#footer .fnb2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .fnb2 li {
  margin: 0 8px 0 0;
}

#footer .fnb2 li + li {
  padding: 0 0 0 8px;
  line-height: 0.6;
  border-left: 1px solid #a6a6a6;
}

#footer .fnb2 a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}

.footer-info {
  margin: 45px 0 0;
}

.footer-info .tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.footer-info p {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.footer-info p span + span {
  display: inline-block;
}

.footer-info p span + span {
  margin-left: 6px;
}

.footer-info .tel {
  display: block;
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fecb4b;
}

.footer-info + .footer-info {
  margin: 24px 0 0;
}
.copyright {
  margin: 8px 0 40px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

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

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  display: none;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 700px;
  height: 55px;
  padding: 8px 0 9px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  z-index: 50;
}
.footer-fixed-menu ul {
  display: flex;
  align-items: center;
}
.footer-fixed-menu li {
  width: 20%;
  text-align: center;
}
.footer-fixed-menu li a {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-fixed-menu li a img {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.footer-fixed-menu li.n5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-fixed-menu li.n5 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fecb4b;
  margin: -6px 0 0;
}

.footer-fixed-menu li.n5 a img {
  width: 14.5px;
  height: 20px;
}

/* 메뉴레이어 */
.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 {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  background: #fff;
  padding: 6px 16px 16px;
  text-align: left;
  overflow: hidden;
}
.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(/image/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 {
  height: 100%;
  overflow: auto;
  background: #e9e9e9;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 14px;
  color: #585a5b;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(/image/component/icon_accordion_arrow_down.png) right
    10px center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #868686;
  margin: 12px 0 12px 12px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(/image/component/icon_accordion_arrow_up.png) right 10px
    center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}
.gnbWrap .gnbBox > li .btn-all-cate {
  background: url(/image/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}

.a-underline {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 0 8px;
  text-decoration: underline;
}

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

.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  left: 16px;
  background: url(/image/component/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: 16px;
  background: url(/image/component/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
}

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

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
  max-width: 700px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  z-index: 100;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

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

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

/*게시판 목록 공통*/
.board-list-area {
  background: #fff;
  padding: 16px 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: 10px;
  color: #a6a6a6;
  background: #f9f9f9;
  border-top: 1px solid #707070;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
}
.board-list-area .board-list-content > div + div {
  border-top: 1px solid #e6e6e6;
}
.board-list-area .board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-area .board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  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-area .board-list-content > div > ul > li.subject > a p.small {
  max-width: 140px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #5cc4ef;
  margin: 0 0 0 8px;
}
.board-list-area .board-list-content > div > ul > li.subject .writer-date {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 4px;
}
.board-list-area li.subject .writer-date .writer {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin-right: 8px;
}
.board-list-area li.subject .writer-date .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #a6a6a6;
  margin-right: 8px;
}
.board-list-area li.subject .writer-date .hit {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area li.subject .writer-date .hit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -2px 2px 0 0;
  background: url(/image/mobile/icon_hit.png);
  background-size: contain;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-area .board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div.notice .num {
  font-weight: bold;
  color: #5cc4ef;
}
.board-list-area .board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}

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

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

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

/* faq */
.accordion.faq {
  background: #fff;
  padding: 0 16px;
  width: 100%;
}
.accordion.faq .inner-wrap > ul {
  border: 0;
}
.accordion.faq .inner-wrap > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 32px 16px 0;
  border-bottom: 0;
  display: flex;
}

.accordion.faq .inner-wrap > ul > li .accordion-header .num {
  width: 48px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #909094;
}

.accordion.faq .inner-wrap > ul > li .accordion-header p {
  width: calc(100% - 48px);
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  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;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
  display: block;
  height: auto;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-content {
  display: block;
}

.accordion.faq .inner-wrap > ul > li .accordion-header > p:after {
  right: 0;
  top: 14px;
  margin-top: 0;
}

.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  min-height: 40px;
  border-bottom: 0;
  padding: 16px;
  background-color: #f6f6f6;
}

.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.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;
  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(/image/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(/image/mobile/scrap_s.png) center center no-repeat;
  background-size: contain;
}

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

.board-view-area .swiper-container {
  margin: 16px 0 0;
}

.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 64px !important;
  padding-bottom: 64px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.board-view-area + .btn-group-type1 {
  padding: 16px 16px 0;
}

/*답변*/
.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(/image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}

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

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

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

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

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

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

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  padding: 4px 16px 0;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #565656;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .title.location {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 0 0 6px 28px;
  background: url(/image/mobile/icon_location.png) 0 0 no-repeat;
  background-size: 16.6px 20px;
}
.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 textarea.input-regular {
  height: 140px;
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li > .con input.input-regular {
  width: 100%;
  height: 35px;
  border-radius: 4px;
}
.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;
  height: 35px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}
.block-type-area > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 24px);
}
.block-type-area .btn-group-type1 {
  padding: 40px 32px 0;
  background: #fff;
}

/* popup-report */
.popup-report {
  width: 320px;
  padding-bottom: 8px;
}
.popup-report .block-type-area {
  padding: 0 0 24px;
}
.popup-report .block-type-area > ul {
  padding: 0;
  border-bottom: 0;
}
.popup-report .block-type-area > ul > li:first-child {
  margin-top: 0;
}
.popup-report .btn-group-area {
  padding: 0 8px 24px;
}
.popup-report .help-text {
  color: #565656;
}
.popup-report textarea.input-regular {
  height: 160px;
}

/* push-list */
.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: 14px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}
.push-list > ul > li .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list > ul > li.read .con {
  color: #a6a6a6;
}
.push-list > ul > li.read .date {
  color: #a6a6a6;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

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

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

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

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

/*회원약관*/
.member-content {
  background: #fff;
  padding: 0 16px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.input-regular {
  height: 160px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 0 32px;
}

.member-write-area .icon-result {
  display: block;
  margin: 50px auto 0;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk2.png) center center
    no-repeat;
  background-size: contain;
}

.member-write-area .icon-empty {
  display: block;
  margin: 50px auto 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: url(/image/mobile/icon_empty.png) center center no-repeat;
  background-size: contain;
}

.member-write-area h1 {
  margin: 24px 0 16px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.member-write-area .member-guide-text {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

/*btn-group-type1*/
.btn-group-type1 {
  max-width: 360px;
  margin: 0 auto;
  padding: 24px 16px 0;
  text-align: center;
  overflow: hidden;
}
.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 24px 0;
}

.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: 120px 16px 0;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(/image/mobile/icon_empty.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.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;
}

.btn-medium:disabled,
.btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

.btn-medium.theme1-c-btn.line:disabled,
.btn-medium.theme1-c-btn.line:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #fff !important;
  color: #d6d6d6 !important;
}

.btn-large:disabled,
.btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

body.content-padding-b0 #content {
  padding-bottom: 0;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-alirm #header .alirm,
body.active-menu #header .menu {
  display: inline-block;
}
body.active-footer #footer,
body.active-footer-fixed-menu .footer-fixed-menu,
body.active-to-top #to-top {
  display: block;
}
body.active-footer-fixed-menu #wrapper {
  padding-bottom: 55px;
}

/* 비활성화 */
body.inactive-back #header .back,
body.inactive-footer #footer {
  display: none;
}

.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  width: 100%;
  height: 0;
}
.file-upload .gallery-scroll .gallery {
  width: 700px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  padding: 24px 16px 40px;
}

.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.main-notice .title h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
}

.main-notice > ul > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main-notice > ul > li:last-child {
  padding-bottom: 0;
}

.main-notice > ul > li + li {
  border-top: 1px solid #e9e9e9;
}

.main-notice > ul > li a {
  width: calc(100% - 86px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding-right: 24px;
}

.main-notice > ul > li span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f6f6f6;
  margin: 16px 0 0;
}

.main-notice .empty p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* company-list */
.company-list a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 60px 0 32px;
  background: url(/image/mobile/arrow_right.png) no-repeat right 24px
    center;
  background-size: 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  border-bottom: 1px solid #d6d6d6;
}

/* board-list */
.board-list {
  margin: 8px 16px 0;
}

.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.board-list > ul > li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.board-list .info {
  width: 100%;
}

.board-list .info a {
  display: block;
}

.board-list .info a.arrow {
  padding-right: 70px;
  background: url(/image/mobile/arrow_right.png) no-repeat right center;
  background-size: 30px;
}

.board-list .info .title-datetime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.board-list .info .title-datetime + .subject {
  font-size: 12px;
  color: #565656;
}

.board-list .info .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}

.board-list .info .title {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.board-list .subject {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}

.board-list .date-status .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.board-list .date-status .status {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin-left: 8px;
}

.board-list .date-status .status:before {
  content: " ";
  display: inline-block;
  margin-right: 8px;
}

.board-list + .btn-group-type1 {
  padding: 16px 16px 0 0;
}

/* .event-list-type2 */
.event-list-type2 {
  background-color: #ffffff;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.event-list-type2 .img img {
  width: 100%;
  height: auto;
  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: normal;
  letter-spacing: -0.75px;
  text-align: center;
  color: #000;
}
.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: normal;
  letter-spacing: normal;
  text-align: center;
  color: #909094;
  margin-bottom: 16px;
}

/* following-list */
.following-list {
  padding: 8px 16px 0;
}

.following-list .total-number {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  border-bottom: 1px solid #d6d6d6;
}

.following-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0;
}

.following-list .img-id {
  width: calc(100% - 50px);
}

.following-list .img-id a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.following-list .img-id .img {
  position: relative;
  width: 50px;
  padding-bottom: 50px;
  height: 0;
  overflow: hidden;
  margin-right: 16px;
}

.following-list .img-id .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.following-list .img-id .Lv {
  margin: 0 0 0 8px;
}

.following-list hr {
  margin-bottom: 8px;
}

.following-list .btn {
  width: 50px;
}

.following-list .btn .btn-small {
  width: 50px;
  height: 24px;
  line-height: 22px;
  color: #000 !important;
}

.following-list .btn .btn-small + .btn-small {
  margin: 6px 0 0;
}

/* Lv */
.Lv {
  margin: 0 0 0 8px;
  width: 20px;
  height: 20px;
  background-size: contain !important;
}

.Lv.Lv1 {
  background: url(/image/mobile/Lv1.png);
}

.Lv.Lv2 {
  background: url(/image/mobile/Lv2.png);
}

.Lv.Lv3 {
  background: url(/image/mobile/Lv3.png);
}

/* setting-page */
.setting-page > ul {
  padding: 4px 0;
  border-bottom: 1px solid #d6d6d6;
}

.setting-page > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 0 60px 0 28px;
  background: url(/image/mobile/arrow_right.png) no-repeat right 24px
    center;
  background-size: 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.setting-page > ul > li > a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 22px 0 0;
  background-size: contain !important;
}

.setting-page > ul > li.n1 > a:before {
  background: url(/image/mobile/setting_1.png);
}
.setting-page > ul > li.n2 > a:before {
  background: url(/image/mobile/setting_2.png);
}
.setting-page > ul > li.n3 > a:before {
  background: url(/image/mobile/setting_3.png);
}
.setting-page > ul > li.n4 > a:before {
  background: url(/image/mobile/setting_4.png);
}
.setting-page > ul > li.n5 > a:before {
  background: url(/image/mobile/setting_5.png);
}
.setting-page > ul > li.n6 > a:before {
  background: url(/image/mobile/setting_6.png);
}
.setting-page > ul > li.n7 > a:before {
  background: url(/image/mobile/setting_7.png);
}
.setting-page > ul > li.n8 > a:before {
  background: url(/image/mobile/setting_8.png);
}
.setting-page > ul > li.n9 > a:before {
  background: url(/image/mobile/setting_9.png);
}
.setting-page > ul > li.n10 > a:before {
  background: url(/image/mobile/setting_10.png);
}
.setting-page > ul > li.n11 > a:before {
  background: url(/image/mobile/setting_11.png);
}
.setting-page > ul > li.n12 > a:before {
  background: url(/image/mobile/setting_12.png);
}

.setting-page .insert-guide {
  margin: 10px 32px 0 0;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a6a6a6;
}

.setting-page .insert-guide a {
  display: inline-block;
  margin-left: 16px;
  color: #565656;
  text-decoration: underline;
}

.setting-page .btn-group-type1 .align-center {
  font-size: 11px;
  color: #a6a6a6;
}

.setting-page .join-guide {
  margin: 10px 32px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.setting-page .join-guide a {
  display: inline-block;
  margin-left: 16px;
  color: #fecb4b;
  text-decoration: underline;
}

.setting-page .join-guide + ul {
  margin: 80px 0 0;
  border-top: 1px solid #d6d6d6;
}

.setting-page .btn-group-type1.login {
  padding: 80px 32px 8px;
}

/* coupon-available-list */
.coupon-available-list {
  margin: 16px 0 0;
}

.btn-group-type1 + .coupon-available-list {
  margin: 8px 0 0;
}

.coupon-available-list .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 16px;
  margin: 0 16px;
  border-bottom: 1px solid #bfbfbf;
}

.coupon-available-list .title-area h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.coupon-available-list .title-area .input-small {
  min-width: 105px;
}

.coupon-available-list > ul > li {
  position: relative;
  padding: 17px 15px 17px 24px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}

.coupon-available-list > ul > li + li {
  margin: 16px 0 0;
}

/* 쿠폰 사용 완료 */
.coupon-available-list > ul > li.end:before {
  content: "쿠폰 사용 완료";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.7;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.coupon-available-list .title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.coupon-available-list .period {
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.coupon-available-list .number {
  margin: 8px 0 0;
}

.coupon-available-list .number span {
  display: inline-block;
  margin: 0 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.coupon-available-list .dc-info {
  display: inline-block;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.coupon-available-list .btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.coupon-available-list .btn .btn-small {
  width: 50px;
  height: 24px;
  line-height: 22px;
}

/* menu-select */
.menu-select {
  margin: 16px 0 0;
}

.menu-select > div {
  display: flex;
  align-items: center;
}

.menu-select > div:before {
  content: "ㆍ";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.menu-select > div + div {
  margin: 11px 0 0;
}

.menu-select .delete {
  margin: -3px 0 0 8px;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}

/* location-settings */
.location-settings {
  padding: 0 0 24px 40px;
  background: url(/image/mobile/icon_location.png) 8px 8px no-repeat;
  background-size: 17px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.location-settings p {
  margin: 16px 0 0;
}

.location-settings p input {
  margin: 0 8px 0 0;
}

/* message-list */
.message-list a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 60px 0 32px;
  background: url(/image/mobile/arrow_right.png) no-repeat right 24px
    center;
  background-size: 32px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  border-bottom: 1px solid #d6d6d6;
}

.message-list a strong {
  font-weight: 500;
}

.message-list .img {
  margin: 0 16px 0 0;
}

.message-list .img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

/* category2-wrap */
.category2-wrap {
  overflow-x: scroll;
  padding: 30px 0 24px;
}

.category2-wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #e6e6e6;
}

.category2-wrap::-webkit-scrollbar-thumb {
  background: #fecb4b;
}

.category2-wrap > div {
  display: flex;
  align-items: center;
}

.category2-wrap > div a {
  margin: 0 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe7ab;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* place-list */
.place-list .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #bfbfbf;
}

.place-list .title-area h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.place-list .title-area .input-small {
  min-width: 105px;
}

.place-list > ul {
  margin: 0 16px;
}

.tab-menu .place-list > ul {
  margin: 0;
}

.place-list > ul > li {
  position: relative;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
}

.tab-menu .place-list > ul > li:first-child {
  padding-top: 8px;
}

.place-list .img {
  position: relative;
  width: 100px;
  padding-bottom: 100px;
  height: 0;
  overflow: hidden;
  margin-right: 16px;
}

.place-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.place-list .info {
  width: calc(100% - 116px);
}

.place-list .place-name {
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.place-list .rating-review-number {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.place-list .rating-review-number .review-number {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.place-list .info .km {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.place-list .info .menu {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.place-list .info .menu {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.place-list .info .store {
  margin: 4px 0 0;
  padding-right: 50px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.place-list > ul > li .delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_del.png) 0 0 no-repeat;
  background-size: contain;
}

/* menu-list */
.menu-list .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #bfbfbf;
}

.menu-list .title-area h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.menu-list .title-area .input-small {
  min-width: 105px;
}

.menu-list > ul {
  margin: 0 16px;
}

.menu-list > ul > li {
  position: relative;
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
}

.menu-list .img {
  position: relative;
  width: 100px;
  padding-bottom: 100px;
  height: 0;
  overflow: hidden;
  margin-right: 16px;
  border-radius: 4px;
  background: url(/image/mobile/menu_bg.png) no-repeat 0 0;
  background-size: contain;
}

.menu-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-list .img .rcm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fecb4b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-list .img .rcm.ceo:before {
  content: "사장님추천";
  width: 28.9px;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.menu-list .img .rcm.klickers:before {
  content: "Klicker's추천";
  width: 40px;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9;
  text-align: center;
  color: #fff;
}

.menu-list .info {
  position: relative;
  width: calc(100% - 116px);
}

.menu-list .place-name {
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.menu-list .price-review-number {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-list .price-review-number .price {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fecb4b;
}

.menu-list .price-review-number .review-number {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.menu-list .info .summary {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.menu-list .add-menu {
  text-align: right;
  padding: 16px 16px 8px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-list .info .set {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(/image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.menu-list .info .set > ul {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: none;
}

.menu-list .info .set.active > ul {
  display: block;
}

.menu-list .info .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.menu-list .info .set > ul > li > a {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 13px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.menu-list .info .set > ul > li.n3 > a {
  color: #cc0026;
}

.menu-list .info .set > ul > li > a:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 3.6px 0 0;
  background-size: contain !important;
}

.menu-list .info .set > ul > li.n1 > a:before {
  background: url(/image/mobile/set_n1.png);
}

.menu-list .info .set > ul > li.n2 > a:before {
  background: url(/image/mobile/set_n2.png);
}

.menu-list .info .set > ul > li.n3 > a:before {
  background: url(/image/mobile/set_n3.png);
}

/* 숨김 */
.menu-list > ul > li.hiding .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* misson-page */
.misson-page {
  padding: 24px 16px 0;
}

.misson-page .title-area {
  padding: 24px 16px 16px;
  border-bottom: 1px solid #d6d6d6;
}

.misson-page .title-area h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* icon-area */
.misson-page .icon-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.misson-page .icon-area .icon {
  border-radius: 50%;
  background-color: #fecb4b;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.misson-page .icon-area .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.misson-page .icon-area 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: left;
  color: #565656;
}

/* mission-month-list */
.mission-month-list > ul > li > div {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
}

.mission-month-list > ul > li > div p {
  width: calc(100% - 32px);
  height: 32px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-left: 16px;
  border: solid 1px #d6d6d6;
}

.mission-month-list > ul > li > div button {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-month-list > ul > li > div button:before {
  content: "";
  display: block;
  width: 16.2px;
  height: 24.8px;
  background: url(/image/mobile/default_white.png) no-repeat 0 0;
  background-size: contain;
}

.mission-month-list > ul > li > div button.active {
  background-color: #fecb4b;
}

.mission-month-list > ul > li > div button.active:before {
  background: url(/image/mobile/default_icon.png) no-repeat 0 0;
  background-size: contain;
}

.mission-month-list > ul > li > 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: right;
  color: #a6a6a6;
}

/* giveaway-month-list */
.giveaway-month-list {
  margin: 16px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.giveaway-month-list::-webkit-scrollbar {
  width: 100%;
  height: 0;
}

.giveaway-month-list > ul {
  width: 700px;
  display: hidden;
}

.giveaway-month-list > ul > li {
  float: left;
  width: 80px;
  margin: 0 16px 0 0;
}

.giveaway-month-list .img img {
  width: 80px;
  height: 80px;
  margin: 0 0 6px;
}

.giveaway-month-list .summary {
  margin: 0 9px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

/* lottery-broadcast */
.lottery-broadcast {
  padding: 4px 0 0;
}
.lottery-broadcast > ul > li {
  margin: 16px 0 0;
}

.lottery-broadcast > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}

.lottery-broadcast .icon-link {
  display: flex;
  align-items: center;
}

.lottery-broadcast .icon {
  width: 70px;
  display: flex;
  align-items: center;
}

.lottery-broadcast .icon:before {
  content: "";
  display: inline-block;
  background-size: contain !important;
}

.lottery-broadcast .icon.youtube:before {
  width: 45.9px;
  height: 19px;
  background: url(/image/mobile/youtube_large.png);
}

.lottery-broadcast .icon.Klickstargram:before {
  width: 50.6px;
  height: 23.8px;
  background: url(/image/mobile/Klickstargram_large.png);
}

.lottery-broadcast .link {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.lottery-broadcast .arrow {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

/* profile-page-posting */
.profile-page-posting .img-info {
  margin: 16px 32px;
  display: flex;
  align-items: center;
}

.profile-page-posting .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-page-posting .info {
  width: calc(100% - 118px);
  margin-left: 18px;
}

.profile-page-posting .info ul {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #a6a6a6;
}

.profile-page-posting .info ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-page-posting .info ul a .con {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.profile-page-posting .info ul a .tit {
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.profile-page-posting .info > div {
  margin: 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-page-posting .info > div .MBTI {
  margin: 0 13px 0 16px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.profile-page-posting .nick-intro {
  margin: 24px 32px 8px;
}

.profile-page-posting .nick-intro .tit {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.profile-page-posting .nick-intro .con {
  margin: 6px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-page-posting .nick-intro .intro {
  width: calc(100% - 31px);
  padding-right: 40px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
}

.profile-page-posting .nick-intro .more {
  width: 31px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

/* my-post-list */
.my-post-list > ul {
  display: flex;
  flex-wrap: wrap;
}

.my-post-list > ul > li {
  margin: 16px 16px 0 0;
  width: calc((100% - 16px) / 2);
  position: relative;
  padding-bottom: calc((100% - 16px) / 2);
  height: 0;
  overflow: hidden;
  margin-right: 16px;
}

.my-post-list > ul > li:nth-child(2n) {
  margin-right: 0;
}

.my-post-list > ul > li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-floating-insert {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  width: 50px;
  height: 50px;
  flex-grow: 0;
  background: url(/image/mobile/icon_floating_insert.png);
  background-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* review-list */
.review-list {
  padding: 0 16px;
}

.review-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}

.tab-menu .review-list > ul > li:first-child {
  padding-top: 8px;
}

.review-list .img-info {
  display: flex;
  align-items: center;
}

.review-list .img-info .img {
  position: relative;
  width: 80px;
  padding-bottom: 80px;
  height: 0;
  overflow: hidden;
  margin-right: 14px;
  border-radius: 50%;
  background: url(/image/mobile/menu_bg.png) no-repeat 0 0;
  background-size: contain;
}

.review-list .img-info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-list .img-info .img + .info {
  width: calc(100% - 94px);
}

.review-list .img-info .info {
  width: 100%;
}

.review-list .nick-follow {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}

.review-list .nick-follow .nick {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.review-list .date-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}

.review-list .date-report .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.review-list .date-report .btn-report {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_report.png);
  background-size: contain;
}

.review-list .date-rating {
  display: flex;
  align-items: center;
  height: 24px;
}

.review-list .date-rating .date {
  margin: 0 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.review-list .rating-like {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-list .rating-like .btn-like {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.review-list .rating-like .btn-like:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_like.png) no-repeat 0 -2px;
  background-size: contain;
}

.review-list .rating-like .btn-like.active:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_like_active.png) no-repeat 0 -2px;
  background-size: contain;
}

.review-list .category {
  margin: 5px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.review-list .category::-webkit-scrollbar {
  width: 100%;
  height: 0;
}

.review-list .category ul {
  width: 700px;
  display: flex;
  align-items: center;
}

.review-list .category a {
  display: inline-block;
  height: 24px;
  flex-grow: 0;
  margin: 0 8px 0 0;
  padding: 6px 11px;
  border-radius: 999px;
  background-color: #f6f6f6;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.review-list .category a.active {
  background-color: #fecb4b;
}

.review-list .review-more {
  margin: 8px 0 0;
  position: relative;
}

.review-list .review-con {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

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

.review-list .btn-more {
  display: none;
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.review-list .review-con.active + .btn-more {
  display: block;
}

.review-list .swiper-container {
  margin: 16px 0 0;
}

.review-list .nick-follow .set {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(/image/mobile/icon_width_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.review-list .nick-follow .set > ul {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 60px;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: none;
}

.review-list .nick-follow .set.active > ul {
  display: block;
}

.review-list .nick-follow .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.review-list .nick-follow .set > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* re */
.review-list .re {
  margin: 16px 0 0;
  border-top: 1px solid #d6d6d6;
  padding: 16px 8px 0 24px;
  background: url(/image/mobile/icon_re.png) no-repeat 0 16px;
  background-size: 16px;
}

.review-list .re .tit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-list .re .tit-btn .tit {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.review-list .re .tit-btn button {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.review-list .re .re-con {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

/* 답글쓰기 */
.re-write {
  margin: 16px 0 0;
  padding: 16px 8px 0 0;
  border-top: 1px solid #d6d6d6;
}

.re-write .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.re-write > form > div {
  padding: 10px 0 0 34px;
  background: url(/image/mobile/icon_re.png) no-repeat 0 10px;
  background-size: 16px;
}

.re-write .btn-group-type1 {
  padding: 8px 0 0;
}

.re-write .btn-group-type1 .btn-small {
  width: 64px;
  height: 26px;
  line-height: 24px;
}

/* category-icon */
.category-icon {
  margin: 24px 0;
}

.category-icon > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.category-icon > ul + ul {
  margin: 8px 0 0;
}

.category-icon > ul > li {
}

.category-icon > ul > li > a {
  width: 60px;
  height: 60px;
  flex-grow: 0;
  padding: 13px;
  background-color: #ffe7ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* title-area */
.title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #bfbfbf;
}

.title-area h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.title-area .more {
  width: 70px;
  height: 28px;
  flex-grow: 0;
  padding: 7px 19px;
  border-radius: 4px;
  background-color: #fecb4b;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* realtime-discount-coupon */
.realtime-discount-coupon > ul {
  padding: 24px 16px 0;
}

.realtime-discount-coupon > ul > li {
  position: relative;
  padding: 17px 15px 17px 24px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  background: url(/image/mobile/img1.png) no-repeat 0 0;
  background-size: cover;
}

.realtime-discount-coupon > ul > li + li {
  margin: 16px 0 0;
}

.realtime-discount-coupon .title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.realtime-discount-coupon .period {
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.realtime-discount-coupon .dc-info {
  display: inline-block;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

/* popup-positioning */
.popup-positioning {
  position: fixed;
  top: 14px !important;
  border: 1px solid #a6a6a6;
  box-shadow: 0 0 0;
}

.popup-positioning .inner-wrap {
  padding: 24px 24px 24px;
}

.popup-positioning .inner-wrap .popup-close {
  top: 22px;
  width: 24px;
  height: 24px;
}

/* positioning-set */
.positioning-set {
  margin: -8px 0 16px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.positioning-set > ul {
  margin: 16px 0;
}

.positioning-set > ul > li {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.positioning-set > ul > li + li {
  margin: 16px 0 0;
}

.positioning-set > ul > li .input-regular {
  min-width: auto;
  width: calc((100% - 16px) / 3);
}

.positioning-set > ul > li .input-regular:nth-of-type(2) {
  margin: 0 8px;
}

.positioning-set > ul > li.location img {
  width: 16.6px;
  height: 20px;
  margin: 0 16.4px 0 0;
}

.positioning-set > ul > li.current input {
  margin: 0 15px 0 0;
}

/* place-view */
.place-view {
  padding: 0 16px;
}

.place-view .title-area {
  padding: 10px 0;
}

.place-view .detail-info {
  position: relative;
  padding: 16px 0;
  text-align: center;
}

.place-view .detail-info .btn-place-modify {
  position: absolute;
  top: 12px;
  right: 0;
  height: 28px;
  line-height: 26px;
}

.place-view .detail-info .star-rating-regular {
  display: flex;
  justify-content: center;
  align-items: center;
}

.place-view .detail-info .km {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a6a6a6;
}

.place-view .detail-info .visitors-like-keep {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.place-view .detail-info .visitors-like-keep span,
.place-view .detail-info .visitors-like-keep button {
  display: flex;
  align-items: center;
  margin: 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}

.place-view .detail-info .visitors-like-keep span:before,
.place-view .detail-info .visitors-like-keep button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background-size: contain !important;
}

.place-view .detail-info .visitors-like-keep span:before {
  background: url(/image/mobile/icon_visitors.png) no-repeat 0 0;
}

.place-view .detail-info .visitors-like-keep button.like:before {
  background: url(/image/mobile/icon_like.png) no-repeat 0 -2px;
}

.place-view .detail-info .visitors-like-keep button.keep:before {
  background: url(/image/mobile/icon_keep.png) no-repeat 0 0;
}

.place-view .detail-info .visitors-like-keep button.like.active:before {
  background: url(/image/mobile/icon_like_active.png) no-repeat 0 -2px;
}

.place-view .detail-info .visitors-like-keep button.keep.active:before {
  background: url(/image/mobile/icon_keep_active.png) no-repeat 0 0;
}

.place-view .custom-tel-share {
  margin: 16px 0 0;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e4e4e5;
  border-bottom: 1px solid #e4e4e5;
}

.place-view .custom-tel-share a,
.place-view .custom-tel-share button {
  position: relative;
  width: calc(100% / 3);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.place-view .custom-tel-share a:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 29px;
  background-color: #e4e4e5;
}

.place-view .custom-tel-share .share:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 29px;
  background-color: #e4e4e5;
}

.place-view .custom-tel-share a:before,
.place-view .custom-tel-share button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
  background-size: contain !important;
}

.place-view .custom-tel-share .custom:before {
  background: url(/image/mobile/icon_custom.png);
}

.place-view .custom-tel-share .tel:before {
  background: url(/image/mobile/icon_tel.png);
}

.place-view .custom-tel-share .share:before {
  background: url(/image/mobile/icon_share.png);
}

/* discount-coupon-slide */
.discount-coupon-slide .slide-coupon {
  margin: 16px 0;
}

.discount-coupon-slide .slide-coupon > ul > li {
  box-sizing: border-box;
  position: relative;
  padding: 17px 15px 17px 24px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  background: url(/image/mobile/img1.png) no-repeat 0 0;
  background-size: cover;
}

.discount-coupon-slide .title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.discount-coupon-slide .period {
  margin: 8px 0 4px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.discount-coupon-slide .dc-info {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.slide-coupon .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background: url(/image/mobile/icon_slider_prev_b.png) no-repeat 0 0;
  background-size: contain;
}

.slide-coupon .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  right: 0;
  background: url(/image/mobile/icon_slider_next_b.png) no-repeat 0 0;
  background-size: contain;
}

.slide-coupon .swiper-pagination {
  bottom: 2px;
}

.place-view .shop-intro {
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* opening-hours */
.place-view .opening-hours {
  padding: 16px 0 24px;
}

.place-view .opening-hours > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0;
}

.place-view .opening-hours .tit {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.42px;
  text-align: center;
  color: #000;
}

.place-view .opening-hours .con {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.42px;
  color: #000;
}

.place-view .location {
  margin: 16px 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 3px 0 6px 28px;
  background: url(/image/mobile/icon_location.png) 0 0 no-repeat;
  background-size: 16.6px 20px;
}

.place-view .review-list {
  padding: 0;
}

.place-view .review-list .img-info .img {
  width: 60px;
  padding-bottom: 60px;
}

.place-view .review-list .img-info .img + .info {
  width: calc(100% - 74px);
}

.place-view .review-list .date-report {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
}

.place-view .review-list .date-report .star-rating-regular {
  margin: 0 32px 0 18px;
}

.popup-opening-hours {
  position: fixed !important;
  top: 16px !important;
  margin: 0 !important;
  width: calc(100% - 32px) !important;
  height: calc(100% - 32px) !important;
}

/* opening-hours-view */
.opening-hours-view {
  border-top: 1.5px solid #000;
  text-align: center;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 70px;
}

.opening-hours-view::-webkit-scrollbar {
  width: 0;
  height: 100%;
}

.opening-hours-view li + li {
  border-top: 1px solid #a6a6a6;
}

.opening-hours-view li:last-child {
  border-bottom: 1.5px solid #000;
}

.opening-hours-view .tit {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.opening-hours-view .tit.sun {
  color: #cc0026;
}

.opening-hours-view .con {
  margin: 8px 0 16px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}

/* discount-coupon-view */
.discount-coupon-view {
  padding: 17px 35px 0;
}

.discount-coupon-view > ul {
  padding: 14px 19px 14px 20px;
  border-radius: 4px;
  border: solid 1px #fecb4b;
}

.discount-coupon-view > ul > li {
  padding: 16px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.discount-coupon-view > ul > li + li {
  border-top: 1px solid #000;
}

.discount-coupon-view .underline {
  text-decoration: underline;
}

.discount-coupon-view .how-to-use .tit {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.discount-coupon-view .how-to-use .con {
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.discount-coupon-view .btn-group-type1 {
  padding: 16px 0 0;
}

.discount-coupon-view .btn-group-type1 .btn-medium {
  height: 90px;
  line-height: 88px;
}

.QR-code {
  margin: 16px auto 0;
  width: 90px;
  height: 90px;
  padding: 5px;
  border-radius: 4px;
  background-color: #fecb4b;
}

/* popup-QRscan */
.popup-QRscan {
  min-width: 328px !important;
  width: 328px !important;
}

.popup-QRscan .inner-wrap {
  padding: 32px 30px 40px;
}

.popup-QRscan .popup-header {
  margin: 0 0 15px !important;
}

.QRscan {
  padding: 24px 8px 0;
  border-top: 1px solid #000;
}

.QRscan > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  background-color: #d9d9d9;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* popup-serial-number-certify */
.popup-serial-number-certify .inner-wrap {
  padding: 32px 30px 40px;
}

.serial-number-certify > div {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0;
  text-align: center;
}

.serial-number-certify h1 {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.serial-number-certify .input-medium {
  border: solid 1px #a6a6a6;
  font-size: 15px;
  font-weight: bold;
}

.serial-number-certify .btn-medium {
  display: block;
  margin: 32px auto 0;
  width: 200px;
}

/* profile-modify */
.profile-modify {
  padding: 16px 30px 0;
}

.profile-modify .profile-img {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.profile-modify .profile-img .img-thumb {
  background: none;
}

.profile-modify .profile-img .img-thumb img {
  border-radius: 50%;
}

.profile-modify > ul {
  margin: 24px 0 0;
}

.profile-modify > ul > li {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.profile-modify > ul > li > .tit {
  width: 100px;
  margin: 9px 0 0;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.45px;
  text-align: center;
  color: #000;
}

.profile-modify > ul > li > .con {
  width: calc(100% - 100px);
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 700px;
  width: 100%;
  height: calc(100% - 44px);
  padding: 0 0 120px;
}

.chat-room .cont {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 16px 80px;
}

.chat-room .cont li {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 18px;
}

.chat-room .cont li .text {
  position: relative;
  display: block;
  min-width: 52px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}

.chat-room .cont li .text + .text {
  margin-top: 12px !important;
  clear: both;
}

.chat-room .cont li .date-time {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #a6a6a6;
  width: 24px;
}

.chat-room .cont li.date-line {
  position: relative;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  overflow: visible;
  margin: 12px 0 0;
}

.chat-room .cont li.date-line span {
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -42px;
  display: block;
  background-color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
}

.chat-room .cont li.left {
  padding-right: 110px;
}

.chat-room .cont li.left .text {
  margin: 24px 0 0 48px;
  float: left;
  background: #f6f6f6;
  border-radius: 0 4px 4px 4px;
  color: #161616;
  border: solid 1px #f6f6f6;
}

.chat-room .cont li.left .text p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.chat-room .cont li.left .text .profile-img {
  position: absolute;
  top: -20px;
  left: -48px;
}

.chat-room .cont li .text .profile-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.chat-room .cont li.left .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline;
}

.chat-room .cont li.left .date-time {
  right: -30px;
}

.chat-room .cont li.right + li.left,
.chat-room .cont li.left + li.right {
  margin-top: 8px;
}

/* right */
.chat-room .cont li.right {
  padding-left: 110px;
}

.chat-room .cont li.right .text {
  float: right;
  background: #fecb4b;
  border-radius: 4px 0 4px 4px;
  color: #fff;
}
.chat-room .cont li.right .text img {
  max-width: 100%;
}

.chat-room .cont li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}

.chat-room .cont li.right .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  text-decoration: underline;
}

.chat-room .cont li.right .date-time {
  left: -30px;
}

.chat-room .cont li .date-time:before {
  display: none;
}

.chat-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  z-index: 50;
}

.chat-form .insert {
  padding: 8px 16px;
}

.chat-form .insert .input-regular {
  width: 100%;
  height: 39px;
  border-radius: 50px !important;
  padding: 0 40px 0 16px;
  font-size: 10px;
}

.chat-form .insert .btn-send {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_chat_send.png);
  background-size: contain;
}

/* header-message */
.header-message {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: #fff url(/image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.header-message > ul {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: none;
}

.header-message.active > ul {
  display: block;
}

.header-message > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.header-message > ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.header-message > ul > li.n3 > a {
  color: #cc0026;
}

.header-message > ul > li > a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 6.2px 0 0;
  background-size: contain !important;
}

.header-message > ul > li.n1 > a:before {
  background: url(/image/mobile/icon_exit.png);
}

.header-message > ul > li.n2 > a:before {
  background: url(/image/mobile/icon_block.png);
}

.header-message > ul > li.n3 > a:before {
  background: url(/image/mobile/icon_report.png);
}

.btn-user-find {
  position: fixed;
  top: 9px;
  right: 74px;
  z-index: 10;
  background: #fff url(/image/mobile/icon_user_find.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

/* btn-toggle-follow */
.btn-toggle-follow {
  width: 60px;
  height: 24px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #fecb4b;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-toggle-follow:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background: url(/image/mobile/icon_y_chk.png) no-repeat 0 0;
  background-size: contain;
}

.btn-toggle-follow.active:before {
  background: url(/image/mobile/icon_w_chk.png) no-repeat 0 0;
  background-size: contain;
}

.btn-toggle-follow:after {
  content: "팔로우";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fecb4b;
}

.btn-toggle-follow.active {
  background-color: #fecb4b;
  border: solid 1px #fecb4b;
}

.btn-toggle-follow.active:after {
  content: "팔로잉";
  color: #fff;
}

/* klicker-page */
.klicker-page > ul > li {
  padding: 16px 0;
}

.klicker-page > ul > li:first-child {
  padding-top: 8px;
}

.klicker-page > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.klicker-page .profileimg-id-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.klicker-page .profileimg-id {
  display: flex;
  align-items: center;
}

.klicker-page .profileimg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.klicker-page .profileimg-id .id {
  margin: 0 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.klicker-page .location-km {
  margin: 8px 16px 16px;
}

.klicker-page .location-km span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.klicker-page .location-km span + span {
  margin: 0 0 0 12px;
}

.klicker-page .location-km span + span:before {
  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: #a6a6a6;
  position: absolute;
  top: 0;
  left: -10px;
}

.klicker-page .swiper-slide {
  padding-bottom: 24px;
}

.swiper-scrollbar {
  width: 200px !important;
  left: 50% !important;
  bottom: 0 !important;
  margin-left: -100px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #a6a6a6;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fecb4b;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 2px !important;
  width: 98%;
  opacity: 1 !important;
}

/* keep-comment-report */
.keep-comment-report {
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keep-comment-report .keep-comment {
  display: flex;
  align-items: center;
}

.keep-comment-report span,
.keep-comment-report button {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}

.keep-comment-report span:before,
.keep-comment-report button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background-size: contain !important;
}

.keep-comment-report .comment:before {
  content: "댓글";
  color: #fecb4b;
  width: auto;
  height: auto;
  margin: 0 4px 0 12px;
}

.keep-comment-report button.btn-report:before {
  background: url(/image/mobile/icon_report.png);
}

.keep-comment-report button.btn-keep:before {
  background: url(/image/mobile/icon_keep.png);
}

.keep-comment-report button.btn-keep.active:before {
  background: url(/image/mobile/icon_keep_active.png);
}

.klicker-page .board-con-more {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.klicker-page .board-con {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}

.klicker-page .board-con.active {
  width: calc(100% - 40px);
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

.klicker-page .btn-more {
  display: none;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.klicker-page .board-con.active + .btn-more {
  display: block;
}

/* comment-list */
.comment-list {
  padding: 8px 16px 24px;
}

.comment-list > h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
  padding-bottom: 15px;
  border-bottom: 1px solid #a6a6a6;
}

.comment-list > ul > li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}

.comment-list .profileimg-nick {
  display: flex;
  align-items: center;
}

.comment-list .profileimg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-list .profileimg-nick .nick {
  margin: 0 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.comment-list .profileimg-nick .nick span {
  font-weight: normal;
}

.comment-list .comment-con {
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}

.comment-list .comment-con span {
  display: inline-block;
  color: #fecb4b;
  margin: 0 8px 0 0;
}

.comment-list .datetime-re-set {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
}

.comment-list .datetime-re-set .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #d6d6d6;
}

.comment-list .datetime-re-set .datetime span {
  display: inline-block;
  margin: 0 0 0 8px;
}

.comment-list .datetime-re-set .btn-re {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.comment-list .datetime-re-set .set {
  position: relative;
  margin: 0 0 0 8px;
  background: url(/image/mobile/icon_width_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.comment-list .datetime-re-set .set > ul {
  position: absolute;
  top: 0;
  left: 28px;
  width: 60px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: none;
}

.comment-list .datetime-re-set .set.active > ul {
  display: block;
}

.comment-list .datetime-re-set .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.comment-list .datetime-re-set .set > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* re */
.comment-list > ul > li.re {
  padding: 16px 0 16px 35px;
  border-bottom: 0 !important;
}

.comment-list > ul > li.re:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_re.png) no-repeat 0 0;
  background-size: contain;
}

/* rere */
.comment-list > ul > li.rere {
  padding: 0 0 16px 70px;
  border-bottom: 0 !important;
}

.comment-list > ul > li.rere:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 35px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_re.png) no-repeat 0 0;
  background-size: contain;
}

/* re-write-area */
.re-write-area {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
}

.re-write-area .input-regular {
  min-width: calc(100% - 87px);
  width: calc(100% - 87px);
}

.re-write-area .btn-regular {
  width: 79px;
  padding: 0;
  margin-left: 8px;
}

.comment-list + .chat-form textarea.input-regular {
  padding: 6px 32px 6px 16px;
  text-align: center;
}

.comment-list + .chat-form textarea.input-regular::-webkit-scrollbar {
  width: 100%;
  height: 0;
}

/* btn-select-week */
.btn-select-week {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-select-week label {
  width: calc((100% - 32px) / 5);
  margin: 0 8px 8px 0;
}

.btn-select-week label:nth-child(5n) {
  margin-right: 0;
}

.btn-select-week input {
  display: none;
}

.btn-select-week input + span {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 10px 0 9px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}

.btn-select-week input:checked + span {
  background-color: #fecb4b;
  border: solid 1px #fecb4b;
  color: #161616;
}

/* time-selection */
.time-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-selection select.input-regular {
  min-width: 58px;
  max-width: 20%;
  width: 17%;
  padding-left: 8px;
}

.time-selection .btn-regular {
  min-width: 15%;
}

/* keyword-input */
.keyword-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keyword-input .input-regular {
  min-width: auto;
  width: calc((100% - 16px) / 3);
  text-align: center;
}

.keyword-input .input-regular:nth-child(2n) {
  margin: 0 8px;
}

/* choose-category */
.choose-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.choose-category .input-regular {
  min-width: auto;
  width: calc((100% - 8px) / 2);
}

.choose-category .input-regular:nth-child(3),
.choose-category .input-regular:nth-child(4) {
  margin: 8px 0 0;
}

/* add-time-list */
.add-time-list {
  margin: 16px 0 0;
}

.add-time-list > p {
  margin: 11px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}

.add-time-list > p:before {
  content: "ㆍ";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.add-time-list > p .delete {
  margin: 0 0 0 8px;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png);
  background-size: contain;
}

.sub-title-area + .btn-group-type1 {
  padding-top: 16px;
}

/* 2022-10-19 */
.title.location.fiexed {
  position: fixed;
  top: 13px;
  left: 16px;
  z-index: 10;
}

.category-icon > ul > li > a {
  padding: 0;
  flex-direction: column;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.category-icon > ul > li > a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 3px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4px;
}

.realtime-discount-coupon > ul > li {
  background-size: contain !important;
  border: 0;
}

.location-flex {
  display: flex;
  align-items: center;
}

.location-flex > .title.location {
  width: 82px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 0 0 6px 28px;
  background: url(/image/mobile/icon_location.png) 0 0 no-repeat;
  background-size: 16.6px 20px;
}

.location-flex > .con {
  width: calc(100% - 82px);
}

.category2-wrap > div a {
  margin: 0 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe7ab;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.category2-wrap > div a {
  margin: 0 7px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.category2-wrap > div a img {
  display: block;
  margin: 0 auto 2px;
  width: 40px;
  height: 40px;
}

.time-selection.type-b select.input-regular {
  min-width: calc((100% - 100px) / 2);
  max-width: calc((100% - 100px) / 2);
  width: calc((100% - 100px) / 2);
  padding-left: 8px;
}

.time-selection.type-b .btn-regular {
  min-width: 75px;
  width: 75px;
}

.profile-page-posting .info > div > div.btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.profile-page-posting .info > div > div.btn .btn-small {
  min-width: 40px !important;
  padding: 0 8px;
}

.profile-page-posting .info > div > div.btn .btn-small + .btn-small {
  margin-left: 4px;
}

.btn-small:disabled,
.btn-small:hover:disabled {
  border-color: #a6a6a6 !important;
  background-color: #a6a6a6 !important;
  color: #fff !important;
}

.icon-private {
  width: 47px;
  height: 19px;
  flex-grow: 0;
  margin: 0 0 0 16px;
  padding: 3px 7px 2px 8px;
  border-radius: 4px;
  background-color: #cc0026;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.numbercopy-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 16px 0;
}

.numbercopy-btn .numbercopy {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: flex;
  align-items: center;
}

.numbercopy-btn .numbercopy button {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  text-decoration: underline !important;
  margin: 0 0 0 8px;
}

.numbercopy-btn .btn {
  font-size: 11px;
  color: #a6a6a6;
}

.place-view .detail-info .visitors-like-keep {
  font-size: 11px;
}

.place-view .detail-info .visitors-like-keep span,
.place-view .detail-info .visitors-like-keep button {
  margin: 0 4px;
}

.place-view .detail-info .visitors-like-keep span,
.place-view .detail-info .visitors-like-keep .like {
  margin-right: 16px;
}

.place-view .opening-hours .tit {
  width: 50px;
  margin-right: 59px;
}

.place-view .opening-hours > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
  width: 300px;
}

.place-view .custom-tel-share .custom.active {
  opacity: 1;
}

.place-view .custom-tel-share .custom {
  opacity: 0.4;
}

/* wayfinding-wrap */
.wayfinding-wrap {
  position: relative;
}

.popup-wayfinding {
  display: none;
  position: absolute;
  bottom: -157px;
  right: 0;
  z-index: 1;
  width: 139px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  text-align: center;
}

.wayfinding-wrap.active .popup-wayfinding {
  display: block;
}

.popup-wayfinding h1 {
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #000;
}

.popup-wayfinding .btn-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_modal_close.png);
  background-size: contain;
}

.popup-wayfinding > ul > li > a {
  display: flex;
  align-items: center;
  height: 36px;
  line-height: 36px;
  padding-left: 22px;
  border-top: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #000;
}

.popup-wayfinding > ul > li > a:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background-size: contain !important;
}

.popup-wayfinding > ul > li > a.kakaomap:before {
  background: url(/image/mobile/icon_kakaomap.png);
}

.popup-wayfinding > ul > li > a.navermap:before {
  background: url(/image/mobile/icon_navermap.png);
}

.popup-wayfinding > ul > li > a.tmap:before {
  background: url(/image/mobile/icon_tmap.png);
}

.detail-info .category-keyword {
  margin: 4px 0 0;
}

.detail-info .category-keyword p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}

/* 답변수정 */
.re-modify {
  display: none;
  margin: 16px 0 0;
  padding: 16px 8px 0 0;
  border-top: 1px solid #d6d6d6;
}

.re-modify .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  text-decoration: underline;
}

.re-modify .btn-group-type1 {
  padding: 8px 0 0;
}

.re-modify .btn-group-type1 .btn-small {
  width: 64px;
  height: 26px;
  line-height: 24px;
}

.menu-list .price-review-number {
  margin: 4px 0 0;
}

.menu-list .place-name {
  padding-right: 40px;
}

/* btn-toggle-follow-small */
.btn-toggle-follow-small {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #fecb4b !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-toggle-follow-small:after {
  content: "팔로우";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fecb4b;
}

.btn-toggle-follow-small.active {
  background-color: #fecb4b !important;
  border: solid 1px #fecb4b !important;
}

.btn-toggle-follow-small.active:after {
  content: "팔로잉";
  color: #fff;
}

.profile-page-posting .nick-intro .con {
  align-items: flex-end;
}

.profile-page-posting .nick-intro .intro.active {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

.misson-page .icon-area .icon {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.misson-page .icon-area .lottery-number {
  margin: 8px 0 0;
}

.misson-page .icon-area .lottery-number .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.misson-page .icon-area .lottery-number .con {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

.btn-QR-code-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 16px auto 0;
  border-radius: 4px;
  background-color: #fecb4b;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.QRscan {
  padding: 16px 8px 0;
}

.QRscan > div {
  padding: 13px;
}

/* 2022-11-15 */
.klicker-page .set {
  position: relative;
  background: url(/image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.klicker-page .set > ul {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 120px;
  height: 80px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  display: none;
}

.klicker-page .set.active > ul {
  display: block;
}

.klicker-page .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}

.klicker-page .set > ul > li > a {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.klicker-page .set > ul > li.n2 > a {
  color: #cc0026;
}

.klicker-page .set > ul > li > a:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 5.6px 0 0;
  background-size: contain !important;
}

.klicker-page .set > ul > li.n1 > a:before {
  background: url(/image/mobile/set_modify.png);
}

.klicker-page .set > ul > li.n2 > a:before {
  background: url(/image/mobile/set_del.png);
}

.comment-list .comment-con span {
  margin: 0 2px 0 0;
}

/* comment-modify */
.comment-modify {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-modify textarea.input-regular {
  min-width: calc(100% - 47px) !important;
  width: calc(100% - 47px) !important;
  height: 35px;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
}

.comment-modify textarea.input-regular::-webkit-scrollbar {
  width: 0;
}

.comment-modify .btn-regular {
  min-width: 41px !important;
  width: 41px !important;
  padding: 0;
  margin-left: 8px;
}

.comment-re-cont {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.36px;
  text-align: center;
  color: #565656;
}

.comment-list > ul > li.re {
  padding: 8px 0 8px 35px;
  border-bottom: 0 !important;
}

/* re-write-area2 */
.re-write-area2 {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.re-write-area2 > div {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  width: calc(100% - 48px) !important;
  height: 35px;
}

.re-write-area2 .nick {
  width: 74px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

.re-write-area2 textarea.input-regular {
  min-width: calc(100% - 90px) !important;
  width: calc(100% - 90px) !important;
  height: 33px;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.36px;
  text-align: left;
  color: #565656;
  border: 0;
}

.re-write-area2 textarea.input-regular::-webkit-scrollbar {
  width: 0;
}

.re-write-area2 .btn-regular {
  min-width: 41px !important;
  width: 41px !important;
  padding: 0;
  margin-left: 8px;
}

/*  */
/* share-wrap */
.place-view .custom-tel-share .share-wrap {
  position: relative;
  width: calc(100% / 3);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}

.place-view .custom-tel-share .share-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 29px;
  background-color: #e4e4e5;
}

.share-wrap .btn-share {
  width: 42px !important;
}

.share-wrap .btn-share:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
  background-size: contain !important;
}

.share-wrap .btn-share:before {
  background: url(/image/mobile/icon_share.png);
}

.share-wrap .popup-share {
  display: none;
  position: absolute;
  bottom: -161px;
  right: 0;
  z-index: 10;
  width: 139px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  text-align: center;
}

.share-wrap.active .popup-share {
  display: block;
}

.share-wrap .popup-share h1 {
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.48px;
  text-align: center;
  color: #000;
}

.share-wrap .popup-share .btn-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_modal_close.png);
  background-size: contain;
}

.share-wrap .popup-share > ul > li > a {
  display: flex;
  align-items: center;
  width: 139px;
  height: 36px;
  line-height: 36px;
  padding-left: 19px;
  border-top: 1px solid #d6d6d6;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.39px;
  text-align: center;
  color: #000;
}

.share-wrap .popup-share > ul > li > a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background-size: contain !important;
}

.share-wrap .popup-share > ul > li > a.kakaostory:before {
  background: url(/image/mobile/icon_kakaomap2.png);
}

.share-wrap .popup-share > ul > li > a.facebook:before {
  background: url(/image/mobile/icon_facebook2.png);
}

.share-wrap .popup-share > ul > li > a.twitter:before {
  background: url(/image/mobile/icon_twitter.png);
}

/* 2022-11-25 */
#header > h1 {
  width: 124px;
}
.footer-fixed-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-fixed-menu li a img {
  margin-bottom: 2px;
}


/* 2022-12-27 */
.realtime-discount-coupon > ul > li {
  max-width: 328px;
  width: 328px;
}
.swiper-container.slide-place .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  height: 0;
  overflow: hidden;
}
.swiper-container.slide-place .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keep-comment-report span,
.keep-comment-report button {
  font-size: 13px;
}
.klicker-page .board-con {
  color: black;
}
.file-upload .upload .btn-regular {
  min-width: 100px;
  padding: 0;
}
/* 2022-12-29 */
.place-view .detail-info .btn-report {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_report.png);
  background-size: contain;
}
.profile-page-posting .info > div > div.btn {
  position: relative;
}
.profile-page-posting .info > div > div.btn .btn-block {
  position: absolute;
  top: -4px;
  right: -26px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_block2.png);
  background-size: contain;
}
.profile-page-posting .info > div > div.btn .btn-small {
  min-width: 30px !important;
  height: 17px;
  line-height: 15px;
  padding: 0 4px !important;
  font-size: 10px;
}

/* 2023-01-11 */
.realtime-discount-coupon2 > ul {
  padding: 24px 16px 0;
}
.realtime-discount-coupon2 > ul > li {
  position: relative;
  width: 100%;
  padding-bottom: 30.4878%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  background-size: cover !important;
}
.realtime-discount-coupon2 > ul > li + li {
  margin: 16px 0 0;
}
.realtime-discount-coupon2 .title {
  margin: 16px 24px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.realtime-discount-coupon2 .period {
  margin: 16px 24px 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.realtime-discount-coupon2 .dc-info {
  display: inline-block;
  margin: 8px 24px 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}