@charset 'utf-8';
:root {
  --white: #fff;
}

.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 #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #fafafa;
  cursor: not-allowed;
  color: #1a1a1a;
  border-top: 1px solid #d2d4e5;
}
.btn-medium:disabled,
.btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
.btn-large:disabled,
.btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
select {
  background: url(../../image/component/icon_select_arrow.png) no-repeat right
    center;
  background-size: 20px;
}
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;
  min-height: auto;
  height: auto;
  padding: 12px;
  line-height: 1.3;
  border-radius: 8px;
}
textarea.input-regular::-webkit-scrollbar {
  border-radius: 4px;
  width: 8px;
  background: #efefef;
}
textarea.input-regular::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fe413c;
}
.textarea-wrap {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 10px 8px;
}
.textarea-wrap textarea.input-regular {
  padding: 0 8px;
  border-radius: 0;
  border: 0;
}

.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin: 6px 0 0;
}
.help-text2 {
  color: #aaa;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin: 6px 0 0;
}

.width312 {
  width: 312px !important;
}

.clamp1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.clamp2 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp4 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp5 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

/*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 {
  width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-minus {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_minus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}
.quantity-change .input {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-plus {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_plus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}

/* img-list */
.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;
  border-radius: 8px;
}
.popup .inner-wrap {
  padding: 16px 16px 24px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 750px !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%);
  border-radius: 0;
}
.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: 750px;
  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: 8px;
  right: 16px;
  z-index: 100;
}

/*temp-content*/
.temp-content {
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: calc(100% - 103px);
  background: #fff;
  padding: 16px;
}
.temp-content pre {
  padding: 16px;
  height: 100%;
  background: #f6f6f6;
  border: 1px solid #ddd;
  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;
}

.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;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.app-setting > ul > li h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}

.datepickers-container {
  z-index: 102;
}
.datepicker-here.icon-type {
  background: #ffffff url(../../image/component/icon_date.png) right 16px center
    no-repeat;
  background-size: 20px;
  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 {
  color: var(--text-text-3, #777);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.4px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  position: relative;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #fe413c;
  border-bottom: 1px solid #fe413c;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fe413c;
}

/* 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: #fe413c;
  border-bottom: 2px solid #fe413c;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #fe413c;
}
.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 {
  position: relative;
  padding: 0 0 0 16px;
  width: 100%;
  height: 50px;
  border: 0;
  margin-bottom: 0;
}
.category-slider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 50px;
  padding: 9px 0 16px;
  margin: 0 16px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #56a120;
  border-bottom: 2px solid #56a120;
}

/* search-type1 */
.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: #fe413c !important;
  color: #fff !important;
  border: 1px solid #fe413c !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #fe413c !important;
  border: 1px solid #fe413c !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: 750px;
  margin: 0 auto;
  padding: 48px 0 55px;
}

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

.left-layout {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: 48px;
  border-bottom: 1px solid #d6d6d6;
  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: 16px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
}
#header .right > a {
  margin-left: 8px;
}
#header .left > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 72px;
  height: 18px;
}
#header .left > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/header_logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 24px;
  height: 24px;
  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;
}
/*set*/
#header .set {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_set.png) center center no-repeat;
  background-size: contain;
}
/* exit */
#header .exit {
  display: none;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}

/* 푸터 */
#footer {
  display: none;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #e9e9e9;
}
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #565656;
  padding: 13px 40px 32px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  background: #ffffff;
  padding: 16px 40px 24px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 0 24px;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer .toggle-box h2 {
  margin: 4px 0 8px;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #868686;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #14853b;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  margin: 16px 0 0;
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 49;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}
.footer-fixed-menu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-fixed-menu li {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40px;
  height: 100%;
  padding: 0;
  color: #a6a6a6;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px; /* 100% */
}
.footer-fixed-menu li a.active {
  font-weight: normal;
  color: #fe413c;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
/* 일반회원 */
.footer-fixed-menu li.n1 a:before {
  background: url(../../image/mobile/gnb_1.png) no-repeat;
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../image/mobile/gnb_2.png) no-repeat;
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../image/mobile/gnb_3.png) no-repeat;
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../image/mobile/gnb_4.png) no-repeat;
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(../../image/mobile/gnb_1_active.png) no-repeat;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../image/mobile/gnb_2_active.png) no-repeat;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../image/mobile/gnb_3_active.png) no-repeat;
}

/* 판매자회원 */
.footer-fixed-menu li.n91 a:before {
  background: url(../../image/mobile/gnb_91.png) no-repeat;
}
.footer-fixed-menu li.n92 a:before {
  background: url(../../image/mobile/gnb_92.png) no-repeat;
}
.footer-fixed-menu li.n93 a:before {
  background: url(../../image/mobile/gnb_93.png) no-repeat;
}
.footer-fixed-menu li.n94 a:before {
  background: url(../../image/mobile/gnb_94.png) no-repeat;
}
.footer-fixed-menu li.n91 a.active:before {
  background: url(../../image/mobile/gnb_91_active.png) no-repeat;
}
.footer-fixed-menu li.n92 a.active:before {
  background: url(../../image/mobile/gnb_92_active.png) no-repeat;
}
.footer-fixed-menu li.n93 a.active:before {
  background: url(../../image/mobile/gnb_93_active.png) no-repeat;
}
.footer-fixed-menu li.n94 a.active:before {
  background: url(../../image/mobile/gnb_94_active.png) no-repeat;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}
.main-banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 74.66%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  left: 16px;
  background: url(../../image/mobile/r_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/mobile/r_next.png) no-repeat 0 0;
  background-size: contain;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaaaaa;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe413c;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination {
  max-width: 750px;
  width: 100%;
}

.list-empty {
  padding: 160px 0 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  color: #7a7e85;
  text-align: center;
  font-family: Noto Sans CJK KR;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 160px 0 262px;
}

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

/*결과*/
.result-area {
  padding: 0 16px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.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;
}
.result-area p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 136px 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 .BTT > ul {
  padding: 0;
}
.result-area .logo {
  width: 120px;
  height: 130px;
  margin: 180px 0 42px;
}

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 0 16px;
}
.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.chk {
  width: 12%;
}
.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;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 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-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #fe413c;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  font-weight: bold;
  color: #fe413c;
}
.board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
.board-list-area .btn-group-area .btn-regular {
}

/* 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) no-repeat;
  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% - 32px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .num {
  width: 10%;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  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;
  opacity: 0.3;
}
.board-list-content .accordion .accordion-content {
  background: #fff;
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  height: auto;
  opacity: 1;
}
.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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px; /* 157.143% */
  color: #565656;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 0 0 8px;
}

/* board-list */
.board-list {
  margin: 4px 16px 0;
}
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  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:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.5;
}
.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 .subject {
  margin-right: 44px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.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: #76768e;
}
.board-list .date-status .status {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #76768e;
  margin-left: 8px;
}
.board-list + .btn-group-area {
  padding: 16px 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: 24px 16px 0;
  width: 100%;
}
.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 8px;
  border-bottom: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 0;
  top: 17px;
  content: "Q.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  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;
  transition: height 0ms 400ms;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
  display: flex;
  height: auto;
}
.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;
  background-color: #fff;
  padding-left: 8px;
  border-bottom: 0;
  min-height: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "A.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #121f63;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 0 16px 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.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.arrow {
  padding-right: 36px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
  border-bottom: 0;
  padding-top: 8px;
}
.board-view-area .header h1 {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.4px;
  word-break: keep-all;
  display: flex;
}
.board-view-area .header h1 span {
  margin-right: 8px;
}
.board-view-area .header .info {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-view-area .header .info ul {
  display: flex;
  align-items: center;
}
.board-view-area .header .info li {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 12px;
  color: #a6a6a6;
  text-decoration: underline;
}
.board-view-area .header .info li.secret {
  width: 18px;
  height: 16px;
  background: url(../../image/mobile/icon_secret.png) no-repeat;
  background-size: contain;
}
.board-view-area .header .info .name-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-view-area .header .info .name-btn .name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.board-view-area .header .info .name-btn .btn-regular {
  height: 35px;
  line-height: 33px;
  margin-left: 8px;
}
.board-view-area .content {
  padding: 16px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.board-view-area .editor-input {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  border: 0;
  padding: 0;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}

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

/*board-re*/
.board-re > h1 {
  background-color: #f9f9f9;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #909094;
}
.board-re > div {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
  padding: 24px 0;
}

/* 댓글 작성 */
.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-area {
  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) no-repeat;
  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-area {
  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: 0 16px;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #565656;
}
.block-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.block-type-area > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}

/* BTT */
.BTT > .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 24px 0 12px;
  border-bottom: 1px solid #ededed;
  margin: 0 16px;
}
.BTT > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li > .tit {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.BTT > ul > li > .tit.home {
  display: flex;
  align-items: center;
}
.BTT > ul > li > .tit.home:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/home.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.BTT > ul > li > .tit.office {
  display: flex;
  align-items: center;
}
.BTT > ul > li > .tit.office:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.BTT > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #cc0026;
  margin-left: 4px;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  color: #565656;
}
.BTT > ul > li > .con .input-regular {
  width: 100%;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 105px);
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 91px;
  height: 44px;
  padding: 0;
  margin-left: 8px;
  font-size: 14px;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-regular.btn-add + button + .input-regular {
  margin: 8px 0 0;
}
.BTT > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 20px);
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
  line-height: 24px; /* 150% */
}
/* type-b */
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 44px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 16px 8px 16px 20px;
}
.BTT.type-b > ul > li .tit {
  width: 120px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.BTT.type-b > ul > li .con {
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}
/* type-c */
.BTT.type-c > ul > li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT.type-c > ul > li > .tit {
  padding: 4px 0;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.BTT.type-c > ul > li > .con {
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: right;
  color: #161616;
}
.BTT.type-c > ul > li > .con strong {
  font-size: 16px;
}

/* a-underline-group */
.a-underline-group {
  margin-top: 12px;
  text-align: center;
}
.a-underline-group a {
  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;
}

/* popup-report */
.popup-report {
  width: 320px;
}

/* push-list */
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
  border-top: 1px solid #e6e6e6;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 32px;
  background: #fff;
}
.push-list > ul > li .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  padding-right: 48px;
  font-size: 16px;
  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;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 24px;
  right: 32px;
  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: #868686;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

/* Login */
.login-area {
  text-align: center;
  overflow: hidden;
}
.login-area form {
  margin: -16px 0 0;
  display: block;
  padding: 40px 16px 32px;
  border-radius: 25px 25px 0px 0px;
  background: #fff;
  background: #fff;
  overflow: hidden;
}
.login-area h1 {
  padding: 62px 0 32px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 280px;
  height: auto;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 4px;
}
.login-area .input-large {
  width: 100%;
  border-radius: 8px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
  border-radius: 8px;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 16px;
}
.login-area .btn-medium {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 8px;
}
.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;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  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;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}
.login-area .login-join {
  text-align: center;
  margin: 16px 0 40px;
  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"].btn-medium {
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--sys-border-primary, #d2d4e5);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
  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-weight: 500;
  font-stretch: normal;
  font-style: normal;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree .textarea-wrap {
  margin: 8px 0 0;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 130px;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.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-content .btn-group-area {
  padding: 32px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 0 16px;
  overflow: hidden;
}
.member-write-area .icon-result {
  display: block;
  margin: 208px auto 0;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.success {
  background: url(../../image/mobile/icon_result_success.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.fail {
  background: url(../../image/mobile/icon_result_fail.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area h1 {
  margin-top: 172px;
  margin-bottom: 12px;
  color: #424252;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
}
.member-write-area .icon-result + h1 {
  margin-top: 24px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 52px;
}
.member-write-area h1 + .btn-large + .align-center {
  margin-top: 12px;
}
.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;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: 500;
}

/* btn-group-area */
.btn-group-area {
  padding: 40px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-area .f-left {
  float: left;
  display: flex;
  align-items: center;
}
.btn-group-area .f-left .btn-regular + .btn-regular {
  margin-left: 8px;
}
.btn-group-area .f-right {
  float: right;
}
.btn-group-area .btn-medium,
.btn-group-area .btn-large {
  width: 100%;
}
.btn-group-area .btn-split2 {
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-group-area .btn-split2 + .btn-split2 {
  margin-left: 8px;
}
.btn-group-area .btn-split3 {
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.board-list-area + .btn-group-area,
.board-view-area + .btn-group-area {
  padding-top: 16px;
}
.board-view-area + .btn-group-area .btn-regular {
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
}

/* top-right */
.top-right {
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-right .btn-delete-all {
  width: 99px;
  height: 32px;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 12px 0 4px;
  background: #fe413c;
}
.top-right .btn-delete-all:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_trash.png) no-repeat;
  background-size: 32px;
  margin: 0 2px 0 0;
}

/* .event-list-type */
.event-list-type {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type .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-type .subject a:hover {
  text-decoration: underline;
}
.event-list-type .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: 196px 16px 0;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(../../image/mobile/icon_chk_gray.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  color: var(--primary-color-2, #fe413c);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 24px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.52px;
}
.member-out .BTT > ul {
  padding: 0;
}
.member-out .btn-group-area {
  padding: 32px 0 0;
}

/* froala-view */
.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}
.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;
  padding: 0 0 8px;
  border-bottom: 1px solid #e6e6e6;
}
.main-notice .title h1 {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_more.png) no-repeat;
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.main-notice > ul > li:last-child {
  padding-bottom: 0;
}
.main-notice > ul > li a {
  width: calc(100% - 120px);
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li span {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-align: right;
}
.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;
}

body.content-padding-b0 #content {
  padding-bottom: 0;
}
body.bgcolor {
  background-color: #f5f5f5;
}

/* 활성화 */
body.active-logo #header .left > h1,
body.active-alirm #header .alirm,
body.active-set #header .set {
  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-alirm #header .alirm,
body.inactive-footer #footer,
body.inactive-footer-fixed-menu .footer-fixed-menu {
  display: none;
}
body.inactive-footer-fixed-menu #wrapper {
  padding-bottom: 0;
}

.btn-delete-all {
  width: 80px;
  height: 40px;
  flex-grow: 0;
  padding: 0 11px 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

/* mypage-menu */
.mypage-menu article {
  overflow: hidden;
  margin-top: -8px;
}
.mypage-menu .title {
  padding: 24px 16px 8px;
}
.mypage-menu .title h1 {
  display: flex;
  align-items: center;
  color: var(--sys-content-primary, #191923);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}
.mypage-menu article > h1 {
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.mypage-menu article > h1::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain !important;
  margin: 0 8px 0 0;
}
.mypage-menu article > h1.mm1::before {
  background: url(../../image/mobile/icon_mm1.png) no-repeat;
}
.mypage-menu article > h1.mm2::before {
  background: url(../../image/mobile/icon_mm2.png) no-repeat;
}
.mypage-menu article > h1.mm21::before {
  background: url(../../image/mobile/icon_details_info.png) no-repeat;
}
.mypage-menu article > h1.mm3::before {
  background: url(../../image/mobile/icon_mm3.png) no-repeat;
}
.mypage-menu article > h1.mm4::before {
  background: url(../../image/mobile/icon_mm4.png) no-repeat;
}
.mypage-menu article > h1.mm5::before {
  background: url(../../image/mobile/icon_mm5.png) no-repeat;
}
.mypage-menu article > h1.mm6::before {
  background: url(../../image/mobile/icon_mm6.png) no-repeat;
}
.mypage-menu article > h1.mm7::before {
  background: url(../../image/mobile/icon_mm7.png) no-repeat;
}
.mypage-menu article > h1.mm8::before {
  background: url(../../image/mobile/icon_mm8.png) no-repeat;
}
.mypage-menu article > h1.mm9::before {
  background: url(../../image/mobile/icon_mm9.png) no-repeat;
}
.mypage-menu article > h1.mm10::before {
  background: url(../../image/mobile/icon_address.png) no-repeat;
}
.mypage-menu article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
/* a-underline-group */
.mypage-menu .a-underline-group {
  margin: 8px 24px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mypage-menu .a-underline-group a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
  text-decoration: none;
}
.mypage-menu .a-underline-group a.mmod {
  color: #448fff;
}
.mypage-menu .a-underline-group a.lout {
  color: #ff6969;
}
.mypage-menu .a-underline-group a.mout {
  color: #999;
}
.mypage-menu .a-underline-group a:before {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  background-size: contain !important;
}
.mypage-menu .a-underline-group a.mmod:before {
  background: url(../../image/mobile/icon_mmod.png) no-repeat;
}
.mypage-menu .a-underline-group a.lout:before {
  background: url(../../image/mobile/icon_lout.png) no-repeat;
}
.mypage-menu .a-underline-group a.mout:before {
  background: url(../../image/mobile/icon_mout.png) no-repeat;
}
.mypage-menu .parter-info {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  border-bottom: 12px solid #f9fafc;
}
.mypage-menu .parter-info .img {
  margin-right: 12px;
}
.mypage-menu .parter-info .img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.mypage-menu .parter-info .info {
  width: calc(100% - 56px);
}
.mypage-menu .parter-info .tit {
  color: var(--sys-content-primary, #191923);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}
.mypage-menu .parter-info .con {
  color: var(--sys-content-primary, #191923);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.4px;
}

/* img-view */
.swiper-container.img-view {
  margin: 16px 0 0;
}
.swiper-container.img-view .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.swiper-container.img-view .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/* btn-list */
.btn-list {
  width: 99px;
  height: 32px;
  gap: 8px;
  padding: 4px 4px 4px 0;
  border-radius: 999px;
  border: solid 1px #d6d6d6;
  background: var(--primary-color-2, #fe413c);

  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-list:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_list.png) no-repeat 0;
  background-size: 24px;
}

/* btn-close */
.btn-close {
  text-align: right;
  padding: 0 16px 16px 0;
}
.btn-close button {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}

/* btn-insert */
.btn-insert {
  width: 99px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.btn-insert:before {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_insert.png) no-repeat;
  background-size: contain;
}

/* btn-modify */
.btn-modify {
  width: 72px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.btn-modify:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modify.png) no-repeat;
  background-size: contain;
}

/* btn-delete */
.btn-delete {
  width: 72px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.btn-delete:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png) no-repeat;
  background-size: contain;
}

/* fixed-header-btn */
.fixed-header-btn {
  position: fixed;
  left: 50%;
  top: 12px;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  height: 1px;
}
.fixed-header-btn .btn-graph {
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  background: red url(../../image/mobile/icon_graph.png) no-repeat;
  background-size: contain;
}

/* 정렬 */
.display-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-flex-end {
  align-items: flex-end;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-direction-column {
  flex-direction: column;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* intro */
.intro {
  min-width: auto;
  max-width: 750px;
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.intro a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.intro a img {
  width: 120px;
  height: 130px;
}

/* student-view */
.student-view {
  padding: 16px 32px 0;
}
.student-view li {
  margin: 16px 0 0;
}
.student-view .tit {
  display: flex;
  align-items: center;
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.student-view .tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fe413c;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.student-view .con {
  margin: 4px 0 0;
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* table01 */
.table01 {
  width: calc(100% - 32px);
  margin: 0 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 15px 15px;
}
.table01 thead th {
  vertical-align: middle;
  background: #f9f9f9;
  padding: 12px 8px;
  color: #a6a6a6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.table01 tbody td {
  height: 48px;
  vertical-align: middle;
  padding: 8px;
  color: #565656;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}

/* popup-accept-request */
.popup-accept-request .inner-wrap {
  padding: 24px 0 0;
}
.popup-accept-request .btn-group-area {
  padding: 0;
  display: flex;
}
.popup-accept-request .btn-group-area .btn-medium {
  border-radius: 0;
}

/* accept-request */
.accept-request {
  margin: 0 32px 8px;
}
.accept-request li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.accept-request .tit {
  display: flex;
  align-items: center;
  width: 80px;
  color: #565656;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accept-request .tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fe413c;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.accept-request .con {
  width: calc(100% - 80px);
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* attendance-search */
.attendance-search .box-shadow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.attendance-search li {
  padding: 4px 16px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}
.attendance-search .tit {
  width: 111px;
  display: flex;
  padding: 16px 32px;
  align-items: center;
  color: #565656;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
}
.attendance-search .con {
  width: calc(100% - 111px);
  padding: 4px 0 4px 24px;
}
.attendance-search .input-regular {
  width: 100%;
  height: 40px;
  border-radius: 8px;
}
.attendance-search .btn-medium {
  width: 184px;
}

/* academy-attendance */
.academy-attendance {
  padding: 0 16px;
}
.academy-attendance .head {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: center;
}
.academy-attendance .head h1 {
  margin: 16px 0 0;
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.64px;
}
.academy-attendance .head p {
  margin: 8px 0 0;
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.academy-attendance .head .icon {
  width: 68.2px;
  height: 73.7px;
  margin: 0 auto;
  background: url(../../image/mobile/academy-attendance.png) no-repeat;
  background-size: contain;
}
.academy-attendance .title {
  margin-left: 16px;
  color: #424252;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.56px;
}
.academy-attendance .input-medium {
  margin: 8px 0 0;
  width: 100%;
  border-radius: 50px;
  font-size: 16px;
}
.academy-attendance .btn-large {
  margin: 8px 0 0;
  height: 50px;
  border-radius: 50px;
  width: 100%;
}

/* briefing-view */
.briefing-view .head {
  padding: 12px 40px;
  height: 41px;
  display: flex;
  padding: 12px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px 0px 8px 8px;
  background: var(--primary-color-2, #fe413c);
}
.briefing-view .head > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.briefing-view .head > div::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}
.briefing-view .head > div.sent::before {
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}
.briefing-view .head > div.receiving::before {
  background: url(../../image/mobile/icon_person.png) no-repeat;
  background-size: contain;
}
.briefing-view .cont {
  padding: 16px;
}
.briefing-view .subject {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
}
.briefing-view .date {
  margin: 4px 0 0;
  color: var(--colors-gray-scale-60, #a6a6a6);
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.briefing-view .editor {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  color: #323232;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}

/* file-download */
.file-download {
  margin: 16px 0 0;
}
.file-download a {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: #5e81ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.file-download a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_file.png) no-repeat;
  background-size: contain;
  margin: 0 16px 0 0;
}

/* period */
.period {
  padding: 16px 16px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
}
.period .input-regular {
  width: calc((100% - 32px) / 2);
  padding: 16px 30px 17px 12.5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px !important;
  text-align: left;
  color: #848586;
}

/* btn-class-reservation */
.btn-class-reservation {
  width: 93px;
  height: 29px;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--primary-color-2, #fe413c);
  color: #565656;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn-class-reservation:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin: 0 6px 0 0;
}

/* memo-btn */
.memo-btn {
  padding: 0 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.memo-btn .memo {
  width: calc(100% - 138px);
  position: relative;
  padding-left: 22px;
  color: #7d7d7d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
}
.memo-btn .memo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_memo.png) no-repeat;
  background-size: contain;
}
.memo-btn .btn button {
  margin-left: 4px;
}
.table01 tbody tr:last-child .memo-btn {
  border-bottom: 0;
}

/* .radio-checkbox */
.radio-checkbox {
  overflow: hidden;
  margin-top: -24px;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.radio-checkbox label input {
  margin: 0 8px 0 0 !important;
}
.radio-checkbox label {
  width: calc((100% - 8px) / 2);
  margin: 24px 8px 0 0;
}
.radio-checkbox label:nth-child(2n) {
  margin-right: 0;
}
/* split3 */
.radio-checkbox.split3 label {
  width: calc((100% - 16px) / 3);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #000;
}
.radio-checkbox.split3 label:nth-child(3n) {
  margin-right: 0;
}
/* split4 */
.radio-checkbox.split4 label {
  width: calc((100% - 24px) / 4);
}
.radio-checkbox.split4 label:nth-child(4n) {
  margin-right: 0;
}

/* agree-detail-view */
.agree-detail-view > div {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agree-detail-view > div > div {
  display: flex;
  align-items: center;
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.agree-detail-view input {
  margin: 0 16px 0 0 !important;
}
.agree-detail-view > div a {
  color: #898989;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-decoration-line: underline;
}

.width184 {
  width: 184px !important;
}

/* reservation-insert */
.reservation-insert {
  padding: 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  margin: 16px;
}
.reservation-insert .tit {
  color: #424252;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.reservation-insert .tit::after {
  content: "*";
  display: inline-block;
  color: #cc0026;
  margin-left: 4px;
}
.reservation-insert .input-regular {
  margin: 4px 0 0;
  height: 42px;
  border-radius: 8px;
  font-size: 15px;
}
.reservation-insert ul {
  margin: 16px 0 0;
}
.reservation-insert li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.reservation-insert li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary-color-2, #fe413c);
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.reservation-insert li span {
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.52px;
  padding: 0 16px;
}
.reservation-insert li span:first-child {
  padding-left: 0;
}
.reservation-insert li span + span {
  border-left: 1px solid #ddd;
}

/* calendar-ym */
.calendar-ym {
  padding: 24px 8px 16px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-ym .prev {
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_cal_pre.png) center center no-repeat;
  background-size: contain;
}
.calendar-ym .next {
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_cal_next.png) center center no-repeat;
  background-size: contain;
}
.calendar-ym span {
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 12px;
}

/*calendar-table*/
.calendar-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.calendar-table th {
  width: 14.285%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6a6a6a;
  padding: 12px 8px;
  background-color: #f9f9f9;
}
.calendar-table th.sun {
  color: #b92b2b;
}
.calendar-table th.sat {
  color: #1a6be5;
}
.calendar-table td {
  height: 41px;
  padding: 12px 8px;
}
.calendar-table .date {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a6a6a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.calendar-table .date.today {
  background: #ffe817;
}
.calendar-table td.sun .date {
  color: #b92b2b;
}
.calendar-table td.sat .date {
  color: #1a6be5;
}
.calendar-table .date:disabled {
  color: #d7d7d7 !important;
}
.calendar-table .date.overcapacity {
  background: #c3caf1 !important;
}
.calendar-table .date.active {
  background: #f4b2b2;
}

/* date-overcapacity */
.date-overcapacity {
  display: flex;
  align-items: center;
  padding: 14px 16px 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.date-overcapacity::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c3caf1;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

/* reservation-time-select */
.reservation-time-select {
  margin: 32px 0 0;
}
.reservation-time-select > ul > li {
  position: relative;
  padding: 16px 0;
  border-top: 1px solid #ddd;
}
.reservation-time-select .tit {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reservation-time-select .tit:after {
  content: "*";
  color: #cc0026;
  margin-left: 4px;
}
.reservation-time-select .input-regular {
  margin: 8px 0 0;
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid var(--colors-gray-scale-40, #e9e9e9);
  font-size: 15px;
}
.reservation-time-select .delete {
  position: absolute;
  top: 20px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
}

/* attendance-calendar */
.attendance-calendar {
  display: flex;
  align-items: center;
  padding: 16px;
}
.attendance-calendar::before {
  content: "";
  width: 13px;
  height: 13px;
  margin: 0 16px 0 0;
  background: url(../../image/mobile/icon_person_green.png) no-repeat;
  background-size: contain;
}
.attendance-calendar span {
  color: #323232;
  font-size: 14px;
  line-height: 0.8;
  letter-spacing: -0.52px;
  padding: 0 16px;
}
.attendance-calendar span:first-child {
  padding-left: 0;
}
.attendance-calendar span + span {
  border-left: 1px solid #ddd;
}

/*calendar-table2*/
.calendar-table2 {
  width: calc(100% - 32px);
  margin: 0 auto;
}
.calendar-table2 th {
  width: 14.285%;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  padding: 16px 0;
}
.calendar-table2 td {
  height: 60px;
  padding: 2px 6px 8px;
  border: 1px solid #e9e9e9;
}
.calendar-table2 td .date {
  height: 14px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-table2 td.sun .date {
  color: #b92b2b;
}
.calendar-table2 td.sat .date {
  color: #1a6be5;
}

/* attendance-chk */
.attendance-chk {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.attendance-chk span {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/attendance_chk.png) no-repeat;
  background-size: contain;
}
.attendance-chk span.small {
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/attendance_chk_small.png) no-repeat;
  background-size: contain;
}

/* attendance-history */
.attendance-history h1 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.attendance-history > div {
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attendance-history > div span {
  margin-left: 16px;
  padding: 8px 11px;
  font-size: 14px;
  border-radius: 8px;
}

/* main-head */
.main-head {
  position: relative;
  height: 160px;
}
.main-head .bg1 {
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 1;
  margin-left: 20px;
  width: 107.599px;
  height: 107.599px;
  transform: rotate(-150deg);
  flex-shrink: 0;
  background-color: #f9c7d0;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
}
.main-head .bg2 {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 2;
  margin-left: 60px;
  width: 173.64px;
  height: 173.64px;
  transform: rotate(142.978deg);
  flex-shrink: 0;
  background-color: #faf8e1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.main-head .bg3 {
  position: absolute;
  bottom: -32px;
  left: 50%;
  z-index: 3;
  margin-left: -180px;
  width: 368.464px;
  height: 436.381px;
  transform: rotate(-107.326deg);
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(169deg, #feffff 0%, #fe413c 5%, #c0e4d0 100%);
  box-shadow: 0px 3px 6px rgba(50, 96, 60, 0.2);
}
.main-head .login-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-head .login-wrap .logo {
  width: 27.168px;
  height: 25px;
  background: url(../../image/mobile/icon_logo.png) no-repeat;
  background-size: contain;
}
.main-head .login-wrap p {
  margin: 8px 0 12px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}
.main-head .login-wrap .btn-login {
  padding: 8px 18px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
/* after */
.main-head .login-wrap.after {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-head .login-wrap.after .pimg {
  width: 100px;
  height: 100px;
}
.main-head .login-wrap.after .pimg img {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.main-head .login-wrap.after .info {
  width: calc(100% - 100px);
  padding-left: 12px;
}
.main-head .name {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
.main-head .name small {
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin: 0 0 0 2px;
}
.main-head .name:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_person.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.main-head .shop-tel {
  position: relative;
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.main-head .shop-tel .tel {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1.5px solid #fff;
  background: url(../../image/mobile/icon_tel.png) no-repeat center center;
  background-size: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  margin: -2px 0 0 8px;
}
.main-head .shop-tel .none {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 100% */
  letter-spacing: -0.52px;
}
.main-head .shop-tel .none:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -24px;
  width: 18px;
  height: 16.128px;
  background: url(../../image/mobile/icon_none.png) no-repeat;
  background-size: contain;
}
.main-head .shop {
  color: rgba(255, 255, 255, 0.8);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.main-head .popup-tel-consultation {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  display: none;
  width: 120px;
}
.main-head .shop-tel.active .popup-tel-consultation {
  display: block;
}
.main-head .popup-tel-consultation .tit {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #fff;
  padding: 8px;
  background: var(--primary-color-2, #fe413c);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.main-head .popup-tel-consultation .scroll {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
}
.main-head .popup-tel-consultation .scroll::-webkit-scrollbar {
  border-radius: 4px;
  width: 8px;
  background: #efefef;
}
.main-head .popup-tel-consultation .scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fe413c;
}
.main-head .popup-tel-consultation .scroll ul {
  height: 80px;
  padding: 4px 0;
}
.main-head .popup-tel-consultation li a {
  display: flex;
  padding: 4.5px 0px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  color: #565656;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.52px;
}
.main-head .popup-tel-consultation li a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../../image/mobile/icon_tel_green.png) no-repeat center center;
  background-size: contain;
}

.btn-counseling-sheet-insert {
  display: block;
  padding: 16px 8px;
  background: var(--primary-color-2, #fe413c);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* main-menu */
.main-menu {
  padding: 24px 38px 38px;
}
.main-menu > ul {
  display: flex;
  flex-wrap: wrap;
}
.main-menu > ul > li {
  width: 33.33%;
  margin: 16px 0 0;
}
.main-menu > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.main-menu > ul > li a p {
  margin: 0 0 8px;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.17);
  background-size: 26px !important;
}
.main-menu > ul > li.n1 a p {
  background: url(../../image/mobile/mm_1.png) no-repeat center center;
}
.main-menu > ul > li.n2 a p {
  background: url(../../image/mobile/mm_2.png) no-repeat center center;
}
.main-menu > ul > li.n3 a p {
  background: url(../../image/mobile/mm_3.png) no-repeat center center;
}
.main-menu > ul > li.n4 a p {
  background: url(../../image/mobile/mm_4.png) no-repeat center center;
}
.main-menu > ul > li.n5 a p {
  background: url(../../image/mobile/mm_5.png) no-repeat center center;
}
.main-menu > ul > li.n6 a p {
  background: url(../../image/mobile/mm_6.png) no-repeat center center;
}
.main-menu > ul > li.n7 a p {
  background: url(../../image/mobile/mm_7.png) no-repeat center center;
}
.main-menu > ul > li.n8 a p {
  background: url(../../image/mobile/mm_8.png) no-repeat center center;
}
.main-menu > ul > li.n9 a p {
  background: url(../../image/mobile/mm_9.png) no-repeat center center;
}

/* account-setting */
.account-setting article {
  padding: 24px 0;
}
.account-setting article > h1 {
  padding: 14px 16px;
  display: flex;
  align-items: center;
}
.account-setting article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.4px;
}
.account-setting article > h1 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}

/* creditcard-list-title-btn */
.creditcard-list-title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
}
.creditcard-list-title-btn .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.creditcard-list-title-btn .title small {
  display: block;
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin: 2px 0 0;
}
.creditcard-list-title-btn .btn-small {
  height: 32px;
  color: var(--Primary-color, #fe413c);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}

/* creditcard-list */
.creditcard-list {
  padding: 0 16px 16px;
}
.creditcard-list > ul > li {
  position: relative;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list > ul > li.default .number:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background: url(../../image/mobile/set_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .number {
  margin: 0 8px 0 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.creditcard-list .name {
  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: #565656;
}
.creditcard-list .set {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../../image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
.creditcard-list .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 160px;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.creditcard-list .set.active > ul {
  display: block;
}
.creditcard-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.4px;
}
.creditcard-list .set > ul > li > button.del {
  color: #f90909;
}
.creditcard-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.creditcard-list .set > ul > li > button.del:after {
  background: url(../../image/mobile/set_del.png) no-repeat;
}
.creditcard-list .set > ul > li > button.default:after {
  background: url(../../image/mobile/set_default.png) no-repeat;
}
.creditcard-list > ul > li.default .set > ul > li:first-child {
  display: none;
}

/* card-number-insert */
.card-number-insert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-number-insert .input-regular {
  min-width: calc((100% - 15px) / 4) !important;
  width: calc((100% - 15px) / 4) !important;
  text-align: center;
}

/* expiration-period-insert */
.expiration-period-insert {
  display: flex;
  align-items: center;
}
.expiration-period-insert .input-regular {
  min-width: 80px !important;
  width: 80px !important;
  text-align: center;
  margin: 0 5px 0 0;
}

/* creditcard-view */
.creditcard-view > ul > li {
  margin: 16px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creditcard-view .tit {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.creditcard-view .con {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: right;
  color: #000;
}

/* sub-title-small */
.sub-title-small {
  margin: 32px 16px 8px;
  padding: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-title-small h1 {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #000;
}

/* creditcard-view */
.creditcard-view > ul > li {
  margin: 8px 16px 0;
  display: flex;
  align-items: center;
}
.creditcard-view .tit {
  width: 92px;
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.creditcard-view .con {
  width: calc(100% - 92px);
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-align: left;
}

/* point-list */
.point-list .info {
  margin: 24px 16px 0;
  padding: 36px 24px;
  border-radius: 8px;
  background: rgba(255, 113, 109, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-list .info .tit {
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  display: flex;
  align-items: center;
}
.point-list .info .tit:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_point.png) no-repeat;
  background-size: contain;
}
.point-list .info .con {
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

/* point-list-cont */
.point-list-cont > ul {
  padding: 0 16px;
  border-top: 1px solid #eaecf5;
}
.point-list-cont > ul > li {
  padding: 20px 0 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaecf5;
}
.point-list-cont .tit {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.point-list-cont .con {
  margin: 2px 0 0;
  color: var(--text-text-2, #2a2a2a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.point-list-cont .date {
  margin: 4px 0 0;
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.point-list-cont .point {
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}

/* select-button */
.point-list-cont .select-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 16px 12px 8px;
}
.point-list-cont .select-button select {
  padding: 0 28px 0 8px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.point-list-cont .select-button .btn-small {
  display: inline-flex;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--Primary-color, #fe413c);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}

/* cardinfo */
.cardinfo {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-secondary, #d6d6d6);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.cardinfo .tit .cardname {
  margin: 4px 0 0;
  display: block;
  color: var(--light-semantic-text-sub-primary, #666);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.cardinfo button {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
  background: var(--light-semantic-fill-reverse-primary, #fff);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.cardinfo.default .tit:before {
  content: "대표";
  display: inline-block;
  width: 34px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 4px 0 0;
  border-radius: 4px;
  border: 1px solid var(--light-basic-gray-900, #262626);
  background: var(--light-basic-gray-900, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* period-settlement-info */
.period-settlement-info {
  margin: 16px;
  padding: 4px 16px 0;
  border-radius: 8px;
  border: 1px solid var(--color-gray-200, #e6e6e6);
}
.period-settlement-info > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.period-settlement-info > ul > li:last-child {
  border: 0;
}
.period-settlement-info .tit {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}
.period-settlement-info .con {
  color: var(--text-text-1, #1a1a1a);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* settlement-list */
.settlement-list {
  padding: 0 16px;
}
.settlement-list .period-btn {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
}
.settlement-list .period-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.settlement-list .period-btn a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.settlement-list .period-btn > a > div {
  display: flex;
  align-items: center;
}
.settlement-list .period-btn .tit {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  width: auto;
}
.settlement-list .period-btn .con {
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  width: auto;
  margin-left: 16px;
}
.settlement-list > ul > li {
  margin: 16px 0 0;
  padding: 8px 16px 16px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--color-gray-200, #e6e6e6);
}
.settlement-list > ul > li > ul {
  padding: 8px 0 0;
}
.settlement-list > ul > li > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.settlement-list li .tit {
  width: 160px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.settlement-list li .con {
  width: calc(100% - 160px);
  color: var(--text-text-1, #1a1a1a);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* item-list */
.item-list {
  /*padding: 24px 16px 0 ;*/
  padding: 24px 0;
}
.item-list > .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}
.item-list > ul > li {
  display: flex;
  /*padding: 20px 0 0;*/
  padding: 20px 16px ;
}
.item-list .img {
  position: relative;
}
.item-list .img img {
  width: 144px;
  height: 144px;
  border-radius: 8px;
  object-fit: cover;
}
.item-list .img .cate-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.item-list .img .cate-icon span {
  display: inline-flex;
  height: 24px;
  padding: 1px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fe8380;
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.item-list .img .btn-wish {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_wish.png) no-repeat;
  background-size: contain;
}
.item-list .img .btn-wish.active {
  background: url(../../image/mobile/icon_wish_active.png) no-repeat;
  background-size: contain;
}
.item-list .info {
  width: calc(100% - 144px);
  padding: 10px 0 10px 12px;
}
.item-list .menu-name {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.item-list .address {
  margin: 8px 0 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 28px;
  background: url(../../image/mobile/icon_address.png) no-repeat 0 0;
  background-size: 24px;
}
.item-list .shop-name {
  margin: 8px 0 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 28px;
  background: url(../../image/mobile/icon_shop.png) no-repeat 0 0;
  background-size: 24px;
}

/* address-wrap */
.address-wrap > div {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.address-wrap > div input[readonly] {
  min-width: 94px;
  width: 94px !important;
}
.address-wrap > div input[required] {
  width: calc(100% - 169px) !important;
  margin: 0 4px 0 8px;
}
.address-wrap > div button {
  width: 90px !important;
  height: 42px;
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
}

/* bank-wrap */
.bank-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bank-wrap > div input.name {
  width: 94px !important;
}
.bank-wrap > div input.number {
  width: calc(100% - 102px) !important;
  margin: 0 0 0 8px;
}
.bank-wrap > div button {
  width: 90px !important;
  height: 42px;
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
}

/* file-upload.profile */
.file-upload.profile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}
.file-upload.profile .gallery {
  width: 100%;
  background: none;
  border-radius: 0;
}
.file-upload.profile .gallery .img-thumb {
  width: 100%;
  height: 280px;
  margin: 0;
  border-radius: 0;
  background: url(../../image/mobile/icon_camera.png) no-repeat center center;
  background-size: 40px;
}
.file-upload.profile .upload {
  width: 100%;
  height: 280px;
}
.file-upload.profile .upload input {
  width: 100%;
  height: 100%;
  border: 1px solid blue;
}
.file-upload.profile .guide {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
}

/* order-details */
.order-details {
  padding: 16px 16px 0;
}
.order-details .input-regular {
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--sys-border-primary, #d2d4e5);
}
.order-details > div {
  margin: 8px 0 0;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--sys-border-primary, #d2d4e5);
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-details .tit {
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
}
.order-details input {
  width: 100%;
  margin: 0 2px 0 0;
  text-align: right;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
}
.order-details .datepicker-here {
  text-align: left;
}

.order-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px;
  padding: 24px 0 12px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border-bottom: 1px solid #eaecf5;
}
.order-title .btn-small {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 0 10px;
}

.bg-transparent {
  background: transparent !important;
}

/* order-list */
.order-list {
  border-radius: 8px;
  margin: 16px;
}

.order-list .head ul,
.order-list .body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}
.order-list .head li {
  height: 22px;
  color: var(--text-text-3, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
.order-list li.time {
  width: 60%;
  text-align: left;
}
.order-list li.reservation {
  width: 20%;
  text-align: center;
}
.order-list li.cancle {
  width: 20%;
  text-align: center;
}
.order-list .body {
  overflow: hidden;
  margin-top: -8px;
}
.order-list .body a {
  display: block;
  background: url(../../image/mobile/icon_arrow_right_circle.png) no-repeat
    right bottom;
  background-size: 24px;
}
.order-list .body li {
  margin: 20px 0 0;
  height: 22px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
.order-list .body li.time {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

/* reservation-list */
.reservation-list {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 16px;
  margin: 16px;
}
.reservation-list .head ul,
.reservation-list .body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservation-list .head li {
  height: 22px;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
.reservation-list li.name {
  width: 20%;
  text-align: center;
}
.reservation-list li.number {
  width: 60%;
  text-align: center;
}
.reservation-list li.status {
  width: 20%;
  text-align: center;
}
.reservation-list .body {
  overflow: hidden;
}
.reservation-list .body li {
  margin: 8px 0 0;
  height: 22px;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* cancle-list */
.cancle-list {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 8px 20px 16px;
}
.cancle-list li {
  margin: 8px 0 0;
}
.cancle-list li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* time-icon */
.time-icon {
  color: #191919;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border-bottom: 1px solid #ededed;
  padding: 0 0 12px 26px;
  background: url(../../image/mobile/icon_time.png) no-repeat;
  background-size: 24px;
}

/* current-input-filter */
.current-input-filter {
  position: fixed;
  top: 48px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  background: #fff;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.current-input-filter .input-regular {
  width: calc(100% - 90px);
  height: 48px;
  border-radius: 8px;
  color: var(--text-text-1, #1a1a1a);
  text-align: left;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.item-list .current-input-filter .input-regular {
  width: calc(100% - 40px);
}

.btn-current {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/btn_current.png) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
}

.btn-filter {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/btn_filter.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 12px;
}

/* map-area */
.map-area {
  position: relative;
}
.map-area .marker {
  position: absolute;
  z-index: 1;
}
.map-area .marker img {
  width: 48px;
  height: 48px;
}
.map-area .current {
  position: absolute;
  z-index: 2;
}
.map-area .current img {
  width: 40px;
  height: 40px;
}

/* btn-toggle-map-list */
.btn-toggle-map-list {
  position: fixed;
  left: 50%;
  bottom: 256px;
  display: block;
  width: 100%;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 750px;
  height: 1px;
}
.btn-toggle-map-list.list {
  bottom: 120px;
}
.btn-toggle-map-list button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 16px;
  width: 72px;
  height: 72px;
  background: url(../../image/mobile/btn_list.png) no-repeat center center;
  background-size: 64px;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.btn-toggle-map-list.list button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 16px;
  width: 72px;
  height: 72px;
  background: url(../../image/mobile/btn_map.png) no-repeat center center;
  background-size: 64px;
  background-color: #fff;
  border: 0;
  background-size: 64px;
  border-radius: 9999px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

/* slider-menu */
.slider-menu {
  position: fixed;
  bottom: 55px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 8px;
}
.slider-menu .swiper-slide {
  width: 327px;
  height: 166px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  display: flex;
}
.slider-menu .img {
  position: relative;
  width: 88px;
  height: 88px;
}
.slider-menu .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.slider-menu .img .btn-wish {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_wish.png) no-repeat;
  background-size: contain;
}
.slider-menu .img .btn-wish.active {
  background: url(../../image/mobile/icon_wish_active.png) no-repeat;
  background-size: contain;
}
.slider-menu .info {
  width: calc(100% - 88px);
  padding: 0 0 0 12px;
}
.slider-menu .menu-name {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.slider-menu .address {
  margin: 4px 0 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 28px;
  background: url(../../image/mobile/icon_address.png) no-repeat 0 0;
  background-size: 24px;
}
.slider-menu .shop-name {
  margin: 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 28px;
  background: url(../../image/mobile/icon_shop.png) no-repeat 0 0;
  background-size: 24px;
}
.slider-menu .cate-icon {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
}
.slider-menu .cate-icon span {
  display: inline-flex;
  height: 24px;
  padding: 1px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--sys-border-primary, #d2d4e5);
  background: var(--background-bg-3, #fff);
  color: #1a1a1a;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  margin: 0 4px 0 0;
}

/* menu-filter */
.menu-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.menu-filter label {
  width: 50%;
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-filter label input {
  margin: 0 8px 0 0;
}

/* btn-reset */
.btn-reset {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-reset:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/refresh.png) no-repeat;
  background-size: contain;
}

/* select-address */
.select-address .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  padding: 8px 0 16px;
}
.select-address label {
  position: relative;
  display: block;
}
.select-address label + label {
  margin: 8px 0 0;
  display: block;
}
.select-address label input {
  display: none;
}
.select-address label input + div {
  height: 86px;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px 14px;
}
.select-address label img {
  width: 26.673px;
  height: 26.667px;
  flex-shrink: 0;
}
.select-address .name-address {
  width: calc(100% - 26.673px);
  padding: 0 0 0 10px;
}
.select-address .name {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: flex;
  align-items: center;
}
.select-address label input:checked + div .name:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check.png) no-repeat;
  background-size: contain;
}
.select-address .address,
.select-address .address button {
  color: #949494;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
/* set */
.select-address .set {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../../image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
.select-address .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 73px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.select-address .set.active > ul {
  display: block;
}
.select-address .set > ul > li + li {
  border-top: 1px solid #eaecf5;
}
.select-address .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 128.571% */
  letter-spacing: -0.4px;
}
.select-address .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.select-address .set > ul > li > button.del:after {
  background: url(../../image/mobile/set_del.png) no-repeat;
}
.select-address .set > ul > li > button.mod:after {
  background: url(../../image/mobile/set_mod.png) no-repeat;
}

/* address-tel-intro */
.address-tel-intro .address,
.address-tel-intro .tel,
.address-tel-intro .shop-intro {
  margin: 8px 0 0;
  display: block;
  padding-left: 28px;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.address-tel-intro .address {
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: 24px;
}
.address-tel-intro .tel {
  background: url(../../image/mobile/icon_tel.png) no-repeat;
  background-size: 24px;
}
.address-tel-intro .shop-intro {
  background: url(../../image/mobile/icon_shop.png) no-repeat;
  background-size: 24px;
}

/* btn-fixed-bottom */
.btn-fixed-bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
  max-width: 750px;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  background-color: #fff;
}

/* shop-view-info */
.shop-view-info {
  padding: 0 0 40px;
}
.shop-view-info > .img {
  position: relative;
  width: 100%;
  padding-bottom: 74.66%;
  height: 0;
  overflow: hidden;
}
.shop-view-info > .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-view-info > .img .cate-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.shop-view-info > .img .cate-icon span {
  display: inline-flex;
  height: 24px;
  padding: 1px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fe413c;
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.shop-view-info .shop-name {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin: 0 0 12px;
}
.shop-view-info .shop-menu {
  margin: 28px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.shop-view-info .btn-fixed-bottom {
  height: 76px;
  padding: 16px;
}
.shop-view-info .btn-fixed-bottom .btn-like {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  background: url(../../image/mobile/favorite.png) no-repeat center center;
  background-size: 24px;
  margin: 0 8px 0 0;
}
.shop-view-info .btn-fixed-bottom .btn-like.active {
  background: url(../../image/mobile/favorite_active.png) no-repeat center
    center;
  background-size: 24px;
}
.shop-view-info .btn-fixed-bottom .btn-large {
  width: calc(100% - 72px);
}

/* shop-menu-list */
.shop-menu-list {
  margin-top: -8px;
  overflow: hidden;
}
.shop-menu-list .title {
  margin: 24px 0 0;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
.shop-menu-list .title-guide {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
}
.shop-menu-list .title-guide .title {
  margin: 0;
}
.shop-menu-list .title-guide .guide {
  color: var(--Primary-color, #fe413c);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin: 0 0 0 32px;
}
.shop-menu-list .title-guide.representative {
  justify-content: space-between;
}
.shop-menu-list .title-guide.representative:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_representative.png) no-repeat;
  background-size: contain;
}
.shop-menu-list .title-btn {
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-menu-list .title-btn .title {
  margin: 0;
}
.shop-menu-list .title-btn .btn-small {
  height: 25px;
  padding: 5px 7px;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 150% */
}
.shop-menu-list .menu-wrap {
  position: relative;
  margin: 12px 0 0;
  min-height: 128px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  padding: 16px;
}
/* 마감 */
.shop-menu-list .menu-wrap.ended::before {
  content: "주문이 마감되었습니다.";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.7);
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 휴무 */
.shop-menu-list .menu-wrap.closed::before {
  content: "휴무입니다.";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.7);
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-menu-list .img {
  width: 96px;
  height: 96px;
}
.shop-menu-list .img img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
  object-fit: cover;
}
.shop-menu-list .mname-composition-price {
  position: relative;
  padding-left: 12px;
  width: calc(100% - 96px);
}
.shop-menu-list .mname {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.shop-menu-list .composition {
  margin: 2px 0 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.shop-menu-list .price {
  margin: 24px 0 0;
  text-align: right;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.shop-menu-list .price strong {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.shop-menu-list .price.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-menu-list .btn-change {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* menu-view */
.menu-view {
  position: relative;
}
.menu-view .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.menu-view .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.menu-view .mname {
  margin: 16px 0 0;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.menu-view .composition {
  margin: 2px 0 0;
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.menu-view .price {
  margin: 20px 0 0;
  text-align: right;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.menu-view .price strong {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.popup-menu-select {
  /*
  overflow-y: auto;
  height: 540px;
  margin-top: 64px;
  */
}

/* sub-title-small */
.sub-title-small {
  margin: 32px 16px 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-title-small h1 {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

/* point-use */
.point-use .points-held {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-use .points-held span {
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.point-use .points-held div {
  display: flex;
  align-items: center;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.56px;
}
.point-use .points-held div input {
  margin: 0 8px 0 0;
}
.point-use .input {
  margin: 8px 0 0;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--sys-border-primary, #d2d4e5);
  background: #fff;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.point-use .input input {
  width: calc(100% - 32px);
  padding: 12px 13px;
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* pay-simple-payment */
.pay-simple-payment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4px 0 0;
}
.pay-simple-payment > button {
  margin: 8px 0 0 0;
  width: calc((100% - 8px) / 2);
  height: 48px;
  padding: 0 10px;
  border-radius: 8px;
}
.pay-simple-payment > button.active {
  border: 1px solid var(--Primary-color, #fe413c);
}
.pay-simple-payment .kakaopay {
  border: 1px solid var(--Primary-color, #d2d4e5);
  background-color: var(--background-bg-3, #fff);
  background: url(../../image/mobile/kakaopay.png) no-repeat center center;
  background-size: contain;
}
.pay-simple-payment .naverpay {
  border: 1px solid var(--Primary-color, #d2d4e5);
  background-color: var(--background-bg-3, #fff);
  background: url(../../image/mobile/naverpay.png) no-repeat center center;
  background-size: contain;
}
.pay-simple-payment .samsungpay {
  border: 1px solid var(--Primary-color, #d2d4e5);
  background-color: var(--background-bg-3, #fff);
  background: url(../../image/mobile/samsungpay.png) no-repeat center center;
  background-size: contain;
}

/* fixed-wrap */
.fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.fixed-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  z-index: 201;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  border: 1px solid #d6d6d6;
  padding: 32px 16px 24px;
  text-align: center;
}
.fixed-wrap.active {
  display: block;
}
.fixed-wrap .fixed-bottom .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: url(../../image/component/icon_modal_close.png) no-repeat;
  background-size: contain;
}
.fixed-wrap .fixed-bottom > ul {
  margin: 24px 0;
}
.fixed-wrap .fixed-bottom > ul > li {
  color: var(--text-text-1, #1a1a1a);
  text-align: center;
  font-family: Pretendard;
  font-size: 25.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.QR-code-recognition-camera {
  height: 303px;
  border-radius: 8px;
  margin: 0 0 40px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #191919;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.line-height22 {
  line-height: 22px; /* 157.143% */
}

/* order-list-area */
.order-list-area > ul > li {
  padding: 20px 16px;
  background-color: #fff;
  margin: 12px 0 0;
}
.order-list-area .date {
  color: var(--text-text-3, #777);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  border-bottom: 1px solid #ededed;
  padding: 0 0 8px;
}

/* yesterday-sales */
.yesterday-sales {
  padding: 24px 16px 0;
}
.yesterday-sales .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.yesterday-sales ul {
  padding: 8px 0;
}
.yesterday-sales li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.yesterday-sales .tit {
  width: 49px;
  display: flex;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.yesterday-sales .con {
  width: calc(100% - 49px);
  text-align: center;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.yesterday-sales .con .dot {
  margin: 0 auto;
  width: 24px;
  writing-mode: vertical-rl;
}

.bgwhite {
  background-color: #fff !important;
}

/* QR-code-partner */
.QR-code-partner {
  padding: 32px 32px 0;
}
.QR-code-partner .code {
  padding: 32px 12px 16px;
}
.QR-code-partner .shop-name {
  color: var(--text-text-1, #1a1a1a);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.QR-code-partner .shop-address {
  margin: 8px 0 0;
  color: var(--text-text-3, #777);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* sales-management */
.sales-management > ul > li {
  padding: 28px 16px;
  border-top: 12px solid #f8f8f8;
}
.sales-management .title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaecf5;
}
.sales-management .title {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.sales-management .detail {
  padding: 8px 0;
}
.sales-management .detail > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.sales-management .detail .tit {
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.sales-management .detail .con {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

/* cumulative-sales */
.cumulative-sales {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: var(--background-bg-3, #fff);
  padding: 16px;
}
.cumulative-sales .date {
  padding: 0 0 8px;
  border-bottom: 1px solid #dbdbdb;
}
.cumulative-sales .detail {
  padding: 4px 0 0;
}
.cumulative-sales .detail > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.cumulative-sales .detail .tit {
  color: var(--text-text-4, #949494);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.56px;
}
.cumulative-sales .detail .con {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.56px;
}
.cumulative-sales .detail .con strong {
  font-weight: 600;
}

/* last-order-time */
.last-order-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last-order-time select {
  min-width: auto;
  width: 100%;
  height: 36px !important;
  line-height: 36px !important;
}
.last-order-time select + select {
  margin: 0 0 0 8px;
}

/* 2023-11-14 메뉴없음 */
.shop-menu-list .menu-wrap.empty {
  width: 100%;
  /*height: 100%;*/
  justify-content: center;
  align-items: center;
}

/*2023-11-14 주문하기 메뉴선택모달창관련*/
.popup-menu-select .inner-wrap{padding-bottom:0;}
.popup-menu-select .menu-wrap.active{border:5px solid rgb(195,214,155) ;}

/*  touch_block a태그 display:block; 처리로 클릭영역확보  */
.touch_block{display:block;}


/* 메인 스와이프 슬라이드 주소 2줄*/
.slider-menu .address{
    overflow: hidden; text-overflow: ellipsis; word-wrap:break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
}
/*
.slider-menu .swiper-slide{
    height:120px;
}
.slider-menu .cate-icon{
    position:absolute;top:10px;left:20px;
}
*/

/* 메뉴준비중*/
.shop-menu-list .menu-wrap.ready::before {
  content: "판매 준비중 입니다.";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.7);
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 사용자주문내역목록 */

.shop-menu-list .shop-name {
  position:absolute;
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 28px;
  background: url(../../image/mobile/icon_shop.png) no-repeat 0 0;
  background-size: 24px;
}
.shop-menu-list .pick_time {
    position:absolute;
    color: var(--text-text-1, #1a1a1a);
    margin-top:22px;
    padding-left: 18px;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
    background: url(../../image/mobile/icon_time.png) no-repeat 0 0;
    background-size: 24px;
}

.text_narrow{letter-spacing:-1px !important;}

/* qr 코드 */
.QR-code-recognition-camera{
    height:200px !important;
	overflow:hidden;
}
.qr_input_area .prefix{
    position:absolute;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
	font-weight:600;
	width:35px;
	text-align:center;
}
.qr_input_area .qr_input{
   font-weight:600;
   padding-left:30px;
   text-align:center;
   letter-spacing:.2em

}

/* 2023-11-16 */
.footer-fixed-menu li.n4 a:before {
  background: url(../../image/mobile/gnb_95.png) no-repeat;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../image/mobile/gnb_95_active.png) no-repeat;
}
.footer-fixed-menu li.n95 a:before {
  background: url(../../image/mobile/gnb_95.png) no-repeat;
}
.footer-fixed-menu li.n95 a.active:before {
  background: url(../../image/mobile/gnb_95_active.png) no-repeat;
}

/* 2023-12-26 */
.map-area .marker2 {
  position: absolute;
  width: 48px;
  height: 48px;
}
.map-area .marker3 {
  position: absolute;
  width: 48px;
  height: 48px;
}
.address-tel-intro .info-origin {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
}
.address-tel-intro .info-origin:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_details_info.png) no-repeat;
  background-size: contain;
}

.BTT.type-d > .title {
  margin: 0;
}
.BTT.type-d > ul {
  padding: 0;
}
.BTT.type-d > ul > li {
  display: flex;
  margin: 8px 0 0;
}
.BTT.type-d > ul > li > .tit {
  width: 88px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.BTT.type-d > ul > li > .con {
  margin: 0;
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT.type-d > ul > li > .con.flexible {
  width: 100%;
}

/* origin-more */
.origin-more {
  display: flex;
  align-items: flex-end;
}
.origin-more .origin.ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.origin-more .btn-more {
  display: none;
  margin: 0 0 0 4px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.039px;
}
.origin-more .origin.ellipsis + .btn-more {
  display: inline-block;
}

.BTT > .title2 {
  color: var(--text-text-1, #1a1a1a);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 40px 0 0;
  border-bottom: 0;
  margin: 0 16px;
}

/* 2023-12-28 */
#footer .copyright {
  text-align: left;
}

/* 2024-01-02 */
/*hybrid-mobile web 시작*/

@media screen and (max-width: 959px) {
  .hw {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  #wrapper:before {
    content: "";
    position: fixed;
    top: -1px;
    bottom: 0;
    left: 50%;
    width: 475px;
    border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
    z-index: 50;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 475px;
  }

  #wrapper {
    left: 50%;
    margin-left: 0px;
  }
  #header {
  }

  .hw {
    display: block;
    width: 432px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -475px;
  }

  .hw-graphic {
    width: 442px;
    height: 300px;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    background: url(../../image/mobile/graphic_hw.png) no-repeat 0 0;
    background-size: contain;
  }

  .hw-app-info {
    display: inline-block;
    width: 442px;
    height: auto;
    position: fixed;
    padding-left: 12px;
    bottom: 40px;
  }

  .hw-app-icon {
    float: left;
    width: 72px;
    height: 72px;
    background: url(../../image/mobile/appicon_hw.png) no-repeat 0 0;
    background-size: contain;
    border-radius: 12px;
    border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
    overflow: hidden;
  }

  .hw-app-detail {
    width: calc(100% - 88px);
    margin-left: 16px;
    float: left;
  }

  .hw-app-detail > h3 {
    padding-top: 6px;
    color: var(--light-semantic-text-primary, #262626);
    /* Typhography/Title S */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.048px;
  }

  .hw-app-detail > p {
    color: var(--light-semantic-text-sub-primary, #666);
    /* Typhography/Body S */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: -0.036px;
    margin-top: 6px;
  }

  .hw-app-link {
    width: 432px;
    height: auto;
    margin-top: 24px;
    display: inline-block;
  }

  .hw-app-link li {
    float: left;
    width: 150px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    text-indent: -9999px;
  }

  .hw-app-link li a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    margin-top: 0;
  }

  .hw-app-link li:hover {
    margin-top: -1px;
  }

  .hw-app-link li.hw-google-playstore {
    margin-right: 8px;
    background: url(../../image/mobile/btn_hw_google_playstore.png) no-repeat 0
      0;
    background-size: contain;
  }

  .hw-app-link li.hw-apple-appstore {
    background: url(../../image/mobile/btn_hw_apple_appstore.png) no-repeat 0 0;
    background-size: contain;
  }

  .hw-copyright {
    margin-top: 32px;
    width: 432px;
    color: var(--light-basic-gray-400, #c6c6c6);
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px; /* 130% */
    letter-spacing: -0.03px;
  }
}

/*hybrid-mobile web 끝*/

.popup.full {
  max-width: 475px !important;
  left: auto !important;
  top: 0 !important;
  transform: translateX(0) !important;
}
.popup.full .popup-header {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.temp-content {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
#wrapper {
  max-width: 475px !important;
}
#header {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.footer-fixed-menu {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.swiper-pagination {
  max-width: 475px !important;
}
.sub-title-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title-area h1 {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.fixed-header-btn {
  max-width: 475px !important;
}
.intro {
  max-width: 475px !important;
}
.current-input-filter {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.btn-toggle-map-list {
  max-width: 475px !important;
}
.btn-fixed-bottom {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}
.fixed-wrap .fixed-bottom {
  max-width: 475px !important;
}
.slider-menu {
  max-width: 475px !important;
  left: auto !important;
  transform: none !important;
}

/*2024-01-08 */
@media screen and (min-width: 960px) {
  .btn-toggle-map-list {
    margin-left:235px;
  }
}

/* 2024-02-02*/
.pay-normal-payment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4px 0 0;
}
.pay-normal-payment > button {
  display:inline-block;
  margin: 8px 0 0 0;
  width: calc((100% - 8px) / 2);
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-weight:600;
}
.pay-normal-payment > button.active {
  border: 1px solid var(--Primary-color, #fe413c);
}


/* 2024-04-18 */
/*인덱스팝업*/
.index-popup {
  width: 328px !important;
  max-width: 718px !important;
  border-radius: 12px;
  margin: -80px 0 0 !important;
}
.index-popup .inner-wrap {
  padding: 0 !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%;
}
.index-popup .only-today {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  border-top: 1px solid #e6e6e6;
}
.index-popup .only-today input {
  margin: 0 8px 0 0 !important;
}
.index-popup .inner-wrap .popup-close {
  position: static !important;
  background: none;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.42px;
  text-align: right;
  color: #333;
  margin: 4px 0 0;
  background: url(../../image/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}
.index-popup .only-today label {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.42px;
  text-align: left;
  color: #767676;
}
