@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 #d6d6d6;
  margin: 24px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #262626;
}
input[disabled] {
  background-color: #f6f6f6 !important;
  cursor: not-allowed;
  color: #a6a6a6 !important;
}
.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: 3px;
  background: #ff9f46;
}
.textarea-wrap {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.68px;
  text-align: left;
  color: #ff223c;
  margin: 8px 0 0;
}
.help-text.icon {
  padding-left: 16px;
}
.help-text.icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help.png) no-repeat;
  background-size: contain;
}
.help-text.center {
  justify-content: center;
}
.help-text.gray {
  color: #868686 !important;
}
.help-text.icon.gray:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help_gray.png) no-repeat !important;
  background-size: contain !important;
}
.help-text.green {
  color: #04b54c !important;
}
.help-text.icon.green:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_help_green.png) no-repeat !important;
  background-size: contain !important;
  margin: -2px 2px 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 {
  height: 28px;
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.quantity-change .btn-minus {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_minus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
}
.quantity-change .input {
  margin: 0 4px;
  width: 40px;
  height: 28px;
  align-items: center;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-secondary, #c6c6c6);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;

  /* Typhography/Body S */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.quantity-change .btn-plus {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_plus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
}

/* 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: calc(100% - 32px) !important;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 8px;
}
.popup .inner-wrap {
  padding: 24px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
.popup .BTT > ul {
  padding: 0;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 475px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  top: 0 !important;
  transform: translate(0, 0) !important;
  left: auto !important;
  height: 100%;
  border-radius: 0;
}
.popup.full > .inner-wrap {
  padding: 44px 0 24px;
  overflow-y: auto;
}
.popup.full .popup-header {
  position: fixed;
  top: 0;
  display: block;
  z-index: 100;
  max-width: 475px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ff9f46;
}
.popup.full .inner-wrap .popup-close {
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 100;
}
.popup .BTT > ul {
  padding: 0 16px;
}

/*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: 20px 16px 16px;
}
.temp-content pre {
  padding: 16px;
  height: 100%;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.42px;
  text-align: left;
  color: #909094;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}
/* static */
.temp-content.static {
  position: static;
  transform: translate(0, 0);
  padding: 0;
}
.temp-content.static pre {
  height: 142px;
  background-color: #fff;
  border-radius: 8px;
}

.btn-switch {
  width: 54px !important;
  height: 26px !important;
  border-radius: 50vh;
  background-color: #ff9f46;
}
.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.active:after {
  left: 1px !important;
}

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

/* app-setting */
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px 12px 16px;
  background-color: #fff;
  border-bottom: 1px solid var(--colors-gray-scale-40, #e9e9e9);
}
.app-setting > ul > li h1 {
  color: var(--colors-gray-scale-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.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 8px 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: 45px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border-bottom: 2px solid #161616;
  color: #a6a6a6;
  font-size: 17px;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #121212;
  border: 2px solid #121212;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #abe9ff;
  color: #121212;
  border-bottom: 1px solid #98d8f2;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:first-child {
  border-end-start-radius: 10px;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:last-child {
  border-end-end-radius: 10px;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu.type-b.theme1 .inner-wrap .tab-header li {
  border-bottom: 2px solid #fff;
  border-radius: 10px;
}
.tab-menu.type-b.theme1 .inner-wrap .tab-header li.active {
  background: #fde7c7;
  color: #121212;
  border: 2px solid #f8d3b0;
  font-weight: 600;
}
.tab-menu.type-b.theme4 .inner-wrap .tab-header li {
  border-bottom: 2px solid #77f293;
}
.tab-menu.type-b.theme4 .inner-wrap .tab-header li.active {
  background: #bdfcba;
  border: 2px solid #77f293;
}

/* type-c */
.tab-menu.type-c {
  padding: 0 16px;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li,
.tab-menu.type-c > .inner-wrap > .tab-header li:hover {
  color: #787878;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 70.588% */
  border: 0;
  border-bottom: 3px solid #fff;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active,
.tab-menu.type-c > .inner-wrap > .tab-header li.active:hover {
  position: relative;
  border: 0;
  background-color: #fff;
  color: var(--light-semantic-color-text-primary, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff9f46;
}

/* 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: #07314d;
  border-bottom: 2px solid #07314d;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #07314d;
}
.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;
  margin: 0 0 0 16px;
  padding: 0;
  width: 100%;
  height: 44px;
  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: 14px;
  font-style: normal;
  font-weight: 600;
  color: #a6a6a6;
  line-height: 44px;
  padding: 9px 8px 12px;
  margin: 0 16px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #262626;
  border-bottom: 2px solid #262626;
}

/* 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: #fde7c7 !important;
  color: #000 !important;
  border: 1px solid #f8d3b0 !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #f8d3b0 !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: 475px;
  margin: 0 auto;
  padding: 48px 0 0;
  overflow: hidden;
}

#content {
  width: 100%;
  min-height: 500px;
  padding-bottom: 36px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  max-width: 475px;
  height: 48px;
  background-color: #ff9f46;
  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 > h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142.058px;
  height: 32px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  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 {
  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;
}
/* request-estimate */
#header .request-estimate {
  display: none;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fff;
  color: #656565;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 푸터 */
#footer {
  display: none;
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
#footer .toggle-btn-fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px;
  padding: 16px 0 0;
}
#footer .toggle-btn {
  display: block;
  color: var(--light-basic-gray-600, #868686);
  color: var(--colors-gray-scale-70, #565656);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 16px;
}
#footer.on .toggle-btn:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--light-basic-gray-500, #a6a6a6);
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  padding: 0 16px;
}
#footer .toggle-box ul {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--light-semantic-background-lowered-primary, #f6f6f6);
}
#footer .toggle-box li {
  display: flex;
}
#footer .toggle-box li + li {
  margin: 2px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--light-basic-gray-600, #868686);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03px;
}
#footer .toggle-box .tit {
  width: 140px;
}
#footer .toggle-box .con {
  width: calc(100% - 140px);
}
#footer .copyright {
  margin: 16px;
  color: var(--light-basic-gray-300, #d6d6d6);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03px;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 475px;
  background-color: #fff;
}
.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: 100%;
  height: 100%;
  padding: 0;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 66.667% */
  background: var(--primary-color, #ff9f46);
}
.footer-fixed-menu li a.active {
  font-weight: 700;
  border: 3px solid var(--primary-color_gnb_stroke, #fc7900);
  background: var(--primary-color_gnb_fill, #ffd492);
}
.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.n5 a:before {
  background: url(../../image/mobile/gnb_5.png) no-repeat;
}

/* 1 임차인 */
body.member_type1 .footer-fixed-menu li a {
  background: var(--primary-color, #abe9ff);
}
body.member_type1 .footer-fixed-menu li a.active {
  border: 3px solid var(--primary-color_gnb_stroke, #98d8f2);
  background: var(--primary-color_gnb_fill, #e3f8ff);
}
body.member_type1 .paginate-area ul li.on a {
  background: #abe9ff;
  border: 1px solid #98d8f2;
}
body.member_type1 .paginate-area ul li.on a:hover {
  background: #abe9ff;
  border: 1px solid #98d8f2;
}

/* 2 임대인 */
body.member_type2 .footer-fixed-menu li a {
  background: var(--primary-color, #77f293);
}
body.member_type2 .footer-fixed-menu li a.active {
  border: 3px solid var(--primary-color_gnb_stroke, #59d977);
  background: var(--primary-color_gnb_fill, #e2ffe0);
}
body.member_type2 .paginate-area ul li.on a {
  background: #77f293;
  border: 1px solid #59d977;
}
body.member_type2 .paginate-area ul li.on a:hover {
  background: #77f293;
  border: 1px solid #59d977;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*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: 42.66%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* square */
.square .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.square .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: 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination {
  max-width: 475px;
  width: 100%;
}
.swiper-pagination.swiper-pagination-fraction {
  font-weight: 300;
  border-radius: 50vh;
  font-size: 11px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%) !important;
  margin: 0 auto;
  bottom: 16px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.4);
}
.swiper-pagination.swiper-pagination-fraction > span {
  font-size: 11px;
}
.swiper-pagination-total {
  color: var(--light-semantic-fill-reverse-tertiery, #c6c6c6) !important;
}

/* list-empty */
.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.list-empty p {
  color: #7a7e85;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
  margin: 16px 0 0;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 160px 0 262px;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 475px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  color: var(--light-semantic-text-primary, #121212);
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.048px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 0;
}
.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 img {
  display: block;
  margin: 24px auto 0;
  width: 72px;
  height: 72px;
}
.result-area .icon-result {
  display: block;
  margin: 24px auto 0;
  width: 72px;
  height: 72px;
  background: url(../../image/mobile/icon_result_chk2.png) center center
    no-repeat;
  background-size: contain;
}
.result-area .icon-certification {
  display: block;
  margin: 24px auto 0;
  width: 72px;
  height: 72px;
  background: url(../../image/mobile/icon_certification.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  margin: 16px 0 0;
  color: var(--light-basic-gray-900, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.result-area p {
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-medium {
  display: block;
  width: 200px;
  margin: 174px 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 {
  display: block;
  width: auto;
  height: 42px;
  margin: 160px auto 45px;
}

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 0;
}
.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: 12%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.cate {
  width: 16%;
}
.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.bsplit2 {
  width: 50%;
}
.board-list-area ul li.bsplit3 {
  width: 33.3%;
}
.board-list-area ul li.bsplit4 {
  width: 25%;
}
.board-list-area ul li.bsplit5 {
  width: 20%;
}
.board-list-area ul li.bsplit6 {
  width: 16.66%;
}
.board-list-area ul li.bsplit7 {
  width: 14.28%;
}
.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.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: 10px 0;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.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;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  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: #07314d;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status {
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.board-list-content > div > ul > li.status .btn-small {
  margin: 4px auto 0;
  display: block;
  color: var(--light-semantic-text-primary, #262626);
}
.board-list-content > div > ul > li.term {
  text-align: right;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.039px;
}
.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;
}
/* type-b */
.board-list-area.type-b .board-list-header ul li {
  padding: 12px 0;
  text-align: center;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
  background: #d0d0d0;
}
.board-list-area.type-b .board-list-header > div {
  background: #d0d0d0;
  border-top: 0;
}
.board-list-area.type-b .board-list-content > div ul li {
  background-color: #f9f9f9;
}
.board-list-area.type-b .board-list-content > div:nth-child(odd) ul li {
  background-color: #f1f1f1;
}

/* board-file */
.board-file {
  margin: 16px 0 0;
}
.board-file a {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
}
.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);
  color: var(--light-semantic-text-primary, #262626);
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  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%;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.039px;
}
.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: 1;
}
.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: #f9f9f9;
  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;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content p strong {
  display: block;
  margin: 0 0 16px;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 0 0 8px;
}

/* board-list */
.board-list {
  padding: 0 16px;
}
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.board-list a {
  display: block;
  width: 100%;
}
.board-list .datetime {
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.board-list .subject {
  color: var(--colors-gray-scale-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-right: 40px;
  background: url(../../image/mobile/icon_arrow_right.png) right center
    no-repeat;
  background-size: 24px;
}

.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  color: var(--colors-gray-scale-60, #565656);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.board-list .date-status .status {
  color: var(--colors-gray-scale-60, #565656);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.board-list .date-status .status.complete {
  color: var(--light-basic-blue, #ff9f46);
}
.board-list .date-status span + span {
  margin-left: 8px;
}

/*검색*/
.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;
}
.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: #323232;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 8px 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 {
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #868686;
  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 {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0 48px;
  color: var(--black-opacity-100, #1b1b24);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.68px;
  word-break: break-all;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
  margin: 0 0 24px;
}
.board-view-area .editor-input {
  color: var(--colors-gray-scale-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  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;
}
/* pimg-name-tit */
.board-view-area .pimg-name-tit {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.board-view-area .pimg img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-gray-200, #e6e6e6);
  object-fit: cover;
}
.board-view-area .name-tit-date {
  display: flex;
  flex-direction: column;
}
.board-view-area .name {
  margin: 0 0 0 12px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .tit {
  margin: 0 0 0 4px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .date {
  margin: 0 0 0 12px;
  color: var(--color-gray-600, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/*board-re*/
.board-re > h1 {
  display: flex;
  padding: 12px 8px;
  background: #f6f6f6;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  text-align: center;
  color: var(--black-opacity-70, #909094);
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.board-re > div {
  color: var(--black-opacity-100, #1b1b24);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.68px;
  padding: 16px 0;
}

/* 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%;
}

.border-bottom8 {
  border-bottom: 8px solid #f9f9f9;
}
.border-top8 {
  border-top: 8px solid #f9f9f9;
}

/* BTT */
.BTT {
  font-size: 17px;
}
.BTT > .title {
  padding: 16px 32px 0;
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.BTT > .title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #121212;
  margin: 0 16px 0 0;
}
/* theme2 */
.BTT > .title.theme2:before {
  background-color: #ff9f46;
}

.BTT > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li.amount-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 24px;
}
.BTT > ul > li.amount-payment .tit {
  color: var(--light-semantic-text-sub-primary, #666);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.BTT > ul > li.amount-payment .con {
  color: var(--light-semantic-text-primary, #262626);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  letter-spacing: -0.06px;
}
.BTT > ul > li > .tit {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #ff223c;
  margin-left: 4px;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  color: #323232;

  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.BTT > ul > li > .con .input-regular {
  width: 100%;
  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% - 110px);
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 102px;
  height: 45px;
  line-height: 43px;
  padding: 0;
  margin-left: 8px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
.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% - 24px);
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
}
/* type-b */
.BTT.type-b > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  margin: 0 16px;
  padding: 16px 0 0;
  border-bottom: 0;
  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;
}
.BTT.type-b > .title > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.BTT.type-b > .title > div .btn-small {
  margin-left: 2px;
}
.BTT.type-b > ul {
  padding: 0 0 16px;
  margin: 0 16px;
}
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 16px 0 0;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.BTT.type-b > ul > li .tit {
  width: 100px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.BTT.type-b > ul > li .con {
  width: calc(100% - 100px);
  color: var(--light-semantic-text-primary, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.BTT.type-b > ul.last {
  border-bottom: 1px solid #e6e6e6;
}
/* type-c */
.BTT.type-c > ul > li > .tit {
  display: flex;
  align-items: center;
}
.BTT.type-c > ul > li > .tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff9f46;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.BTT.type-c > ul > li > .con {
  padding-left: 16px;
  font-weight: 400;
}

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

/* push-list */
.push-list {
  border-top: 1px solid var(--light-semantic-border-secondary, #d6d6d6);
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  padding: 24px 32px;
  border-bottom: 1px solid var(--light-semantic-border-secondary, #d6d6d6);
  background: var(--light-semantic-background-elevated-primary, #fff);
}
.push-list > ul > li .date {
  margin: 8px 0 0;
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 70.588% */
  letter-spacing: -0.68px;
}
.push-list > ul > li .con {
  padding-right: 48px;
  color: #121212;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.68px;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 20px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  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: #f2f2f2;
}
.push-list > ul > li.read .con {
  color: #868686;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

/* Login */
.login-area {
  background: #fff;
  padding: 0 16px;
  text-align: center;
  overflow: hidden;
}
.login-area h1 {
  margin: 38px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-area h1 img {
  width: 222px;
  height: 50px;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 50px;
}
.login-area .input-large {
  width: 100%;
  height: 50px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 5px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
}
.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: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 17px;
  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 32px;
  font-size: 17px;
  color: #565656;
}
.login-area .login-join a {
  font-size: 17px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}
.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #565656;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}
/* tenant */
.login-area.tenant .tab-menu.type-b .inner-wrap .tab-header li {
  border-bottom: 2px solid #98d8f2;
}
.login-area.tenant .tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #abe9ff;
  color: #121212;
  border: 2px solid #98d8f2;
  font-weight: 600;
}
.login-area.tenant .login-chk-link .chk > label {
  color: var(--lessee_btn_stroke, #98d8f2);
}
.login-area.tenant .login-chk-link .chk input {
  border: 1px solid var(--lessee_btn_stroke, #98d8f2);
}
.login-area.tenant .login-join a {
  color: var(--lessee_btn_stroke, #98d8f2);
}
.login-area.tenant button[type="submit"] {
  border: 2px solid #98d8f2;
  background: #abe9ff;
}
/* lessor */
.login-area.lessor .tab-menu.type-b .inner-wrap .tab-header li {
  border-bottom: 2px solid #a5fcb9;
}
.login-area.lessor .tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #bdfcba;
  color: #121212;
  border: 2px solid #a5fcb9;
  font-weight: 600;
}
.login-area.lessor .login-chk-link .chk > label {
  color: #a5fcb9;
}
.login-area.lessor .login-chk-link .chk input {
  border: 1px solid #a5fcb9;
}
.login-area.lessor .login-join a {
  color: #a5fcb9;
}
.login-area.lessor button[type="submit"] {
  border: 2px solid #a5fcb9;
  background: #bdfcba;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .title {
  margin: 24px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.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: 80px;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content .member-agree .check-all + span {
  color: var(--light-basic-gray-900, #262626);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.member-content label span {
  font-size: 17px;
  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: 24px auto 0;
  width: 72px;
  height: 72px;
  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: 29px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.member-write-area .guide {
  margin-top: 16px;
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.member-write-area .icon-result + h1 {
  margin-top: 16px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 40px;
}
.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: 32px 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-view-area + .btn-group-area .btn-regular + .btn-regular {
  margin: 0 0 0 4px;
}

/* .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: 120px 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_result_chk2.png) center center
    no-repeat;
  background-size: contain;
}
.member-out h1 {
  color: var(--light-basic-gray-900, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 133.333% */
  letter-spacing: -0.054px;
  margin: 24px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3; /* 150% */
  letter-spacing: -0.042px;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out .BTT > ul {
  padding: 0;
}
.member-out .btn-group-area {
  padding: 126px 0 0;
}

/* froala-view */
.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}
.froala-view ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.froala-view ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.froala-view li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.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: 750px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  padding: 24px 16px;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.main-notice .title h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_more.png) no-repeat;
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.main-notice > ul > li:last-child {
  padding-bottom: 0;
}
.main-notice > ul > li a {
  width: calc(100% - 86px);
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li span {
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.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;
}

/* split2 */
.split2 {
  display: inline-block;
  width: calc((100% - 8px) / 2) !important;
}
.split2 + .split2 {
  margin-left: 4px;
}

/* split3 */
.split3 {
  display: inline-block;
  width: calc((100% - 16px) / 3) !important;
}
.split3 + .split3 {
  margin-left: 4px;
}

/* split4 */
.split4 {
  display: inline-block;
  width: calc((100% - 24px) / 4) !important;
}
.split4 + .split4 {
  margin-left: 8px;
}

.flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

body.bgcolor #wrapper {
  background-color: #f9f9f9;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-alirm #header .alirm,
body.active-request-estimate #header .request-estimate {
  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: 49px;
}

/* 비활성화 */
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;
}

/* member-info */
.member-info {
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.member-info a {
  display: flex;
  align-items: center;
  background: url(../../image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
}
.member-info .img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.member-info .name {
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.member-info .name img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
}

/* img-view */
.swiper-container.img-view {
  margin: 32px 0 16px;
}
.swiper-container.img-view .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--light-basic-gray-200, #e6e6e6);
}
.swiper-container.img-view .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
/* small */
.swiper-container.img-view.small {
  margin: 8px 0 0;
}
.swiper-container.img-view.small .swiper-slide {
  position: relative;
  width: 80px !important;
  padding-bottom: 80px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--light-basic-gray-200, #e6e6e6);
}

/* btn-list */
.btn-list {
  width: 99px;
  height: 32px;
  gap: 8px;
  padding: 4px 4px 4px 0;
  border-radius: 999px;
  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;
  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 {
  display: flex;
  align-items: center;
}
.btn-insert:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 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: 475px;
  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;
}

select,
select option[selected] {
  color: #9595b2;
}
select option,
select.active {
  color: #191923;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* select ellipsis */
select.input-regular.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-right: 66px;
}

/*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: 100000;
    -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 끝*/

/*************/
/* sns-login */
.sns-login {
  margin: 32px 0 0;
}
.sns-login button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-900, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
  background-size: 40px !important;
}
.sns-login button + button {
  margin: 8px 0 0;
}
.sns-login button.kakao {
  background: #fee500 url(../../image/mobile/icon-sns-login-kakao.png) no-repeat
    4px center;
}
.sns-login button.naver {
  color: var(--color-white, #fff);
  background: #27d34a url(../../image/mobile/icon-sns-login-naver.png) no-repeat
    4px center;
}
.sns-login button.apple {
  color: var(--color-white, #fff);
  background: #000 url(../../image/mobile/icon-sns-login-apple.png) no-repeat
    4px center;
}
.sns-login button.google {
  border: 1px solid var(--color-gray-300, #c6c6c6);
  background: #fff url(../../image/mobile/icon-sns-login-google.png) no-repeat
    4px center;
}

.btn-small.download {
  display: inline-flex;
  align-items: center;
}
.btn-small.download:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_download.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* main-link */
.main-link {
  padding: 0 16px;
}
.main-link > ul {
  display: flex;
  flex-wrap: wrap;
}
.main-link > ul > li {
  width: calc((100% - 12px) / 4);
  height: 80px;
  margin: 14px 4px 0 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.main-link > ul > li:nth-child(4n) {
  margin-right: 0;
}
.main-link > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 70.588% */
}
.main-link > ul > li a img {
  width: 30px;
  height: 30px;
  margin: 0 0 12px;
}

/* .btn-small.edit */
.btn-small.edit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-small.edit:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_edit.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* .btn-small.reload */
.btn-small.reload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.reload:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_reload.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* btn-more */
.btn-more {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_more_vertical.png) no-repeat;
  background-size: contain;
}

/* registered-payment-method */
.registered-payment-method {
  position: relative;
  padding: 24px 16px 0;
  background-color: #fff;
}
.registered-payment-method .title {
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
}
.registered-payment-method > p {
  margin: 11px 0 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
}

/* creditcard-list */
.creditcard-list {
  padding: 8px 16px 0;
}
.creditcard-list > ul > li {
  position: relative;
  margin: 16px 0 0;
}
.creditcard-list > ul > li.default .number:before {
  content: "[대표]";
  margin: 0 4px 0 0;
  display: inline-block;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 82.353% */
}
.creditcard-list > ul > li > .number-name {
  padding: 16px 24px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list > ul > li > .number-name.active {
  border: solid 1px #6053f5;
}
.creditcard-list .number {
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 82.353% */
}
.creditcard-list .name {
  margin: 8px 0 0;
  color: #5c5c5c;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 82.353% */
  display: flex;
  align-items: center;
}
.creditcard-list .set {
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 100;
  background: url(../../image/mobile/icon_more_vertical.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.creditcard-list .set > ul {
  display: none;
}
.creditcard-list .set.active > ul {
  display: block;
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 2;
  width: 117px;
  border-radius: 8px !important;
  background: var(--black-opacity-0, #fff);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.creditcard-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.creditcard-list .default .set > ul > li + li {
  border-top: 0;
}
.creditcard-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  color: var(--black-opacity-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
}
.creditcard-list .set > ul > li > button.delete {
  color: #f90909;
}
.creditcard-list .set > ul > li > button.delete:after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain !important;
}
.creditcard-list .set > ul > li > button.delete: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;
}

/* purchase-list */
.purchase-list {
  padding: 0 16px;
}
.purchase-list > ul > li + li {
  margin: 16px 0 0;
}
.purchase-list > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
}
.purchase-list .img img {
  width: 105px;
  height: 105px;
  border-radius: 10px;
}
.purchase-list .info {
  width: calc(100% - 105px);
  padding: 0 0 0 12px;
}
.purchase-list .name-btn {
  display: flex;
}
.purchase-list .name a {
  display: block;
  margin: 0 8px 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.purchase-list .option {
  margin: 4px 0 0;
  color: #999;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.purchase-list .local {
  margin: 4px 0 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.purchase-list .price {
  margin: 8px 0 0;
  color: #999;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.purchase-list .price strong {
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.purchase-list .btn-more-wrap {
  position: absolute;
  top: 12px;
  right: 7px;
  z-index: 1;
}

/* btn-more-wrap */
.btn-more-wrap {
  position: relative;
}
.btn-more-wrap > button {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_more_vertical.png) no-repeat;
  background-size: contain;
}
.btn-more-wrap > ul {
  display: none;
}
.btn-more-wrap.active > ul {
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
  border-radius: 8px;
  background: var(--black-opacity-0, #fff);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.btn-more-wrap li + li {
  border-top: 1px solid #e6e6e6;
}
.btn-more-wrap li button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: var(--black-opacity-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 4px 8px 12px;
}
.btn-more-wrap li .modify:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_modify2.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}
.btn-more-wrap li .delete {
  color: var(--alert-colors-error, #f90909);
}
.btn-more-wrap li .delete:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_delete2.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}

/* login-btn */
.login-btn {
  padding: 16px;
  background: #f9f9f9;
}
.login-btn > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 24px;
  border-radius: 8px;
  border: 1px solid #dadada;
  background: #fff;
}
.login-btn span {
  color: #656565;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 70.588% */
}

/* btn-property-info */
.btn-property-info {
  margin: 32px auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-property-info .btn-medium {
  width: 132px;
}
.btn-property-info > div {
  width: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #565656;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 70.588% */
}
.btn-property-info > div span {
  margin: 0 0 0 4px;
  color: var(--primary-color, #ff9f46);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

/* slider-equipment */
.slider-equipment .swiper-slide {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
}

/* title-orderby */
.title-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  margin: 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.title-orderby .title {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* search-area */
.search-area {
  margin: 8px 0 0;
  height: 45px;
  padding: 0 0 0 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-area input {
  width: calc(100% - 80px);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 82.353% */
  letter-spacing: -0.34px;
}
.search-area button {
  width: 80px;
}

/* inner-btn equipment */
.file-upload.inner-btn.equipment {
  width: 256px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-upload.inner-btn.equipment .gallery {
  position: relative;
  background: url(../../image/mobile/img_default.png) no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 120px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin: 16px 16px 0 0 !important;
}
.file-upload.inner-btn.equipment .gallery:nth-child(2n) {
  margin-right: 0 !important;
}
.file-upload.inner-btn.equipment .gallery .img-thumb {
  margin: 0;
  background: url();
  width: 100%;
  height: 100%;
  overflow: auto !important;
  border: 0;
}
.file-upload.inner-btn.equipment .gallery .img-thumb img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
}
.file-upload.inner-btn.equipment .gallery .delete {
  z-index: 3;
}
.file-upload.inner-btn.equipment .upload,
.file-upload.inner-btn.equipment .upload button,
.file-upload.inner-btn.equipment .upload input {
  overflow: hidden;
  border: 0;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 50%;
  background: url(../../image/mobile/icon_camera2.png) no-repeat center center;
  background-size: contain;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

select.input-regular {
  color: #a6a6a6;
}
select.input-regular option {
  color: #323232;
}

/* sales-view */
.sales-view > ul > li {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  background: #fff;
}
.sales-view > ul > li:nth-child(odd) {
  background: #f1f1f1;
}
.sales-view .tit {
  width: 110px;
  display: flex;
  align-items: center;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sales-view .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff9f46;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.sales-view .con {
  width: calc(100% - 110px);
  padding-left: 8px;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* column */
.sales-view > ul > li.column {
  flex-direction: column;
}
.sales-view > ul > li.column .tit,
.sales-view > ul > li.column .con {
  width: 100%;
}
.sales-view > ul > li.column .con {
  padding-left: 0;
}

/* fixed-bottom-btn */
.fixed-bottom-btn {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  max-width: 475px;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.14);
}
.fixed-bottom-btn .btn-medium {
  width: 200px;
}

/* point-list */
.point-list .info {
  padding: 24px 16px 0;
  border-bottom: 8px solid #f6f6f6;
}
.point-list .info > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
}
.point-list .info .title {
  color: var(--colors-gray-scale-100, #161616);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.point-list .info .point {
  margin: 4px 0 0;
  color: var(--colors-gray-scale-70, #565656);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.96px;
}
.point-list .info .point strong {
  color: var(--primary-color, #ff9f46);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 107.143% */
  letter-spacing: -1.12px;
  margin: 0 4px 0 0;
}
.point-list .info .orderby {
  display: flex;
  justify-content: flex-end;
}
.point-list .info .orderby select {
  min-width: 100px;
  padding: 0 16px;
}
.point-list > ul > li {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.point-list > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.point-list > ul .tit {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
}
.point-list > ul .date {
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.68px;
}
.point-list > ul .date span {
  margin: 0 0 0 8px;
}
.point-list > ul .price-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.point-list > ul .price-btn strong {
  text-align: right;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
}
.point-list > ul .price-btn div {
  text-align: right;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.68px;
}

/* btn-charge */
.btn-charge {
  display: flex;
  align-items: center;
}
.btn-charge:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../image/mobile/icon_charge.png) no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}

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

/* cardinfo */
.cardinfo {
  display: block;
  height: 65px;
  margin: 12px 16px 0;
  padding: 0 16px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
.cardinfo .tit .cardname {
  margin: 2px 0 0;
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
  color: #5c5c5c;
}

/* choose-payment-method */
.choose-payment-method {
  margin: 16px 0 0;
}
.choose-payment-method label {
  margin: 16px 16px 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.choose-payment-method label input {
  margin: 0 8px 0 0;
}

#cardinfo + .choose-payment-method {
  margin: 32px 0 0;
}

.cardinfo .btn-insert2,
.cardinfo .btn-changeNadd {
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
  text-decoration-line: underline;
}

/* general-payment */
#general-payment {
  padding: 16px 16px 0;
  display: flex;
  align-items: center;
}
#general-payment label {
  margin: 0 16px 0 0;
  height: 60px;
  flex-grow: 0;
  padding: 0 24px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
#general-payment input {
  margin-right: 8px;
}

/* popup-agree */
.popup-agree {
  padding: 0 16px;
  margin: 16px 0 0;
}
.popup-agree > div {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--colors-gray-scale-40, #e9e9e9);
}
.popup-agree label {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.popup-agree label input {
  margin: 0 8px 0 0 !important;
}
.popup-agree > div button {
  color: var(--colors-gray-scale-60, #a6a6a6);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
  text-decoration-line: underline;
}

.address-search-filter {
  border-top: 8px solid #f6f6f6;
  padding: 16px 16px 0;
}

/* address */
.address {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 0 8px;
  color: #424252;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.address:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}
.address.small:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}

.title {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* search-filter */
.search-filter {
  display: flex;
  align-items: center;
}
.search-filter .search-area {
  margin: 0;
  width: calc(100% - 78px);
}
.search-filter .search-area input {
  width: calc(100% - 78px) !important;
}
.search-filter .search-area button {
  width: 70px;
  color: #121212;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.search-filter .filter {
  width: 70px;
  margin: 0 0 0 8px;
  color: #121212;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

/* heart */
.heart {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_heart_n.png) no-repeat;
  background-size: contain;
}
.heart.active {
  background: url(../../image/mobile/icon_heart_s.png) no-repeat;
  background-size: contain;
}

/* repair */
.repair {
  display: flex;
  width: 40px;
  height: 22px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4.615px;
  border: 0.769px solid #262626;
  background: #262626;
}
.repair:before {
  content: "수리";
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px; /* 76.923% */
  letter-spacing: -0.039px;
}

/* item-list */
.item-list {
  padding: 0 16px;
}
.item-list > ul > li {
  margin: 16px 0 0;
}
.item-list > ul > li a {
  display: flex;
  align-items: center;
}
.item-list .img {
  position: relative;
}
.item-list .img img {
  width: 105px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
}
.item-list .img .heart {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.item-list .img .repair {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}
.item-list .info {
  width: calc(100% - 105px);
  padding: 0 0 0 16px;
}
.item-list .name {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.item-list .address {
  margin: 8px 0 0;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-list .address:before {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}
.item-list .tel {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-list .tel:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url(../../image/mobile/icon_tel.png) no-repeat;
  background-size: contain;
}
.item-list .url {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-list .url:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url(../../image/mobile/icon_url.png) no-repeat;
  background-size: contain;
}

/* mypage-menu */
.mypage-menu article {
  margin: 8px 0 0;
}
.mypage-menu h1 {
  padding: 12px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
}
.mypage-menu li {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  background-color: #fff;
}
.mypage-menu li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.mypage-menu li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
  margin: 0 32px 0 0;
}
.mypage-menu li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
  margin: 0 16px 0 0;
}
.mypage-menu li.t1::before {
  background: url(../../image/mobile/t_1.png) no-repeat;
}
.mypage-menu li.t2::before {
  background: url(../../image/mobile/t_2.png) no-repeat;
}
.mypage-menu li.t3::before {
  background: url(../../image/mobile/t_3.png) no-repeat;
}
.mypage-menu li.t4::before {
  background: url(../../image/mobile/t_4.png) no-repeat;
}
.mypage-menu li.t5::before {
  background: url(../../image/mobile/t_5.png) no-repeat;
}
.mypage-menu li.t6::before {
  background: url(../../image/mobile/t_6.png) no-repeat;
}
.mypage-menu li.t7::before {
  background: url(../../image/mobile/t_7.png) no-repeat;
}
.mypage-menu li.t8::before {
  background: url(../../image/mobile/t_8.png) no-repeat;
}
.mypage-menu li.t9::before {
  background: url(../../image/mobile/t_9.png) no-repeat;
}
.mypage-menu li.t10::before {
  background: url(../../image/mobile/t_10.png) no-repeat;
}
/* lessor */
.mypage-menu li.l1::before {
  background: url(../../image/mobile/l_1.png) no-repeat;
}
.mypage-menu li.l2::before {
  background: url(../../image/mobile/l_2.png) no-repeat;
}
.mypage-menu li.l3::before {
  background: url(../../image/mobile/l_3.png) no-repeat;
}
.mypage-menu li.l4::before {
  background: url(../../image/mobile/l_4.png) no-repeat;
}
.mypage-menu li.l5::before {
  background: url(../../image/mobile/l_5.png) no-repeat;
}
.mypage-menu li.l6::before {
  background: url(../../image/mobile/l_6.png) no-repeat;
}
.mypage-menu li.l7::before {
  background: url(../../image/mobile/l_7.png) no-repeat;
}
.mypage-menu li.l8::before {
  background: url(../../image/mobile/l_8.png) no-repeat;
}
.mypage-menu li.l9::before {
  background: url(../../image/mobile/l_9.png) no-repeat;
}
.mypage-menu li.l10::before {
  background: url(../../image/mobile/l_10.png) no-repeat;
}
.mypage-menu li.l11::before {
  background: url(../../image/mobile/l_11.png) no-repeat;
}
.mypage-menu li.l12::before {
  background: url(../../image/mobile/l_12.png) no-repeat;
}
.mypage-menu li.l13::before {
  background: url(../../image/mobile/l_13.png) no-repeat;
}
.mypage-menu li.l14::before {
  background: url(../../image/mobile/l_14.png) no-repeat;
}

.mypage-menu .a-underline-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
}
.mypage-menu .a-underline-group a {
  margin: 0 0 0 16px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.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.logout {
  color: #ff6969;
}
.mypage-menu .a-underline-group a.modify {
  color: #448fff;
}
.mypage-menu .a-underline-group a.modify:before {
  width: 11px;
  height: 13px;
}
.mypage-menu .a-underline-group a.mout:before {
  width: 11px;
  height: 12px;
}
.mypage-menu .a-underline-group a.modify:before {
  background: url(../../image/mobile/icon_set2.png) no-repeat;
}
.mypage-menu .a-underline-group a.logout:before {
  background: url(../../image/mobile/icon_logout.png) no-repeat;
}
.mypage-menu .a-underline-group a.mout:before {
  background: url(../../image/mobile/icon_mout.png) no-repeat;
}

/* direct-deposit */
.direct-deposit {
  padding: 16px 16px 0;
}
.direct-deposit > ul > li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.direct-deposit .tit {
  width: 100px;
  color: #888;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.direct-deposit .con {
  width: calc(100% - 100px);
  color: #424252;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* search2-area */
.search2-area {
  padding: 16px;
  background: #f9f9f9;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.search2-area .period {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search2-area .period .input-regular {
  min-width: auto;
  width: calc((100% - 24px) / 2);
}
.search2-area .status {
  margin: 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search2-area .status .tit {
  padding: 0 0 0 16px;
  color: #121212;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
}
.search2-area .status .input-regular {
  background-color: #fff !important;
  width: calc(100% - 140px);
}

/* estimate-list */
.estimate-list {
  padding: 16px 16px 0;
}
.estimate-list > ul > li {
  margin: 16px 0 0;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.estimate-list .subject-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.estimate-list .subject {
  color: #121212;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.estimate-list .info {
  padding: 4px 0 8px;
}
.estimate-list .info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
}
.estimate-list .info .tit {
  width: 85px;
  color: #656565;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.estimate-list .info .con {
  width: calc(100% - 85px);
  padding: 0 0 0 8px;
  color: #121212;
  text-align: right;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
}

/* tel-sms */
.tel-sms {
  margin: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--lessee_btn_stroke, #98d8f2);
  overflow: hidden;
  border-radius: 8px;
}
.tel-sms > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45px;
}
.tel-sms > a.tel {
  background: var(--lessee_btn_fill, #abe9ff);
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 77.778% */
  letter-spacing: -0.72px;
}
.tel-sms > a.tel:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../../image/mobile/icon_tel_black.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.tel-sms > a.sms {
  background: var(--lessee_btn_fill, #fff);
  color: #565656;
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 77.778% */
  letter-spacing: -0.72px;
}
.tel-sms > a.sms:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_sms.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
/* 9 임대인 */
body.member_type2 .tel-sms {
  border: 2px solid var(--lessee_btn_stroke, #77f293);
}
body.member_type2 .tel-sms > a.tel {
  background: var(--lessee_btn_fill, #bdfcba);
}
body.member_type2 .tel-sms > a.sms:before {
  background: url(../../image/mobile/icon_sms_l.png) no-repeat;
  background-size: contain;
}

.btn-cancel-quote-request {
  background-color: #d6d6d6;
  color: #161616;
  width: 160px !important;
  margin: 0 0 0 8px;
}

/* completed-view */
.completed-view .title {
  padding: 14px 32px;
  display: flex;
  align-items: center;
}
.completed-view .title:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #121212;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
.completed-view > ul > li {
  padding: 10px 16px 10px 32px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  color: #656565;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.completed-view > ul > li:nth-child(odd) {
  background: #f1f1f1;
}
.completed-view ul .tit {
  min-width: 90px;
  color: #7c7c7c;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.completed-view ul .con {
  padding: 0 0 0 8px;
  color: #121212;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.completed-view > ul > li.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.completed-view > ul > li.column .tit {
  width: 100%;
}
.completed-view > ul > li.column .con {
  width: 100%;
  margin: 8px 0 0;
}
.completed-view > ul > li.space-between {
  justify-content: space-between;
}
.completed-view > ul > li.space-between .con {
  text-align: right;
  padding-right: 24px;
  font-weight: 600;
  color: #565656;
}
.completed-view .history li {
  position: relative;
  padding: 4px 0 4px 16px;
  color: #656565;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.completed-view .history li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #656565;
}
.completed-view .history .btn-toggle-open {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  background: url(../../image/mobile/icon_down.png) no-repeat;
  background-size: contain;
}
.completed-view .history .btn-toggle-open.active {
  background: url(../../image/mobile/icon_up.png) no-repeat;
  background-size: contain;
}
.completed-view .history.toggle-open {
  display: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 8px 0;
  padding: 8px 0;
}
.completed-view .history.toggle-open.active {
  display: block;
}
.completed-view .history.toggle-open li:before {
  top: 19px;
  left: 4px;
}
.completed-view .history.toggle-open .btn-small {
  padding: 0 8px;
  margin: 0 0 0 4px;
}

/* address-insert */
.address-insert {
  display: flex;
  flex-wrap: wrap;
}
.address-insert .input-regular {
  min-width: auto;
  height: 45px;
}
.address-insert .number {
  width: 72px !important;
  margin: 0 4px 0 0;
}
.address-insert .address {
  width: calc(100% - 180px) !important;
  margin: 0 0 0 4px;
}
.address-insert .btn-regular + .input-regular {
  margin: 8px 0 0;
}
.address-insert .btn-regular {
  width: 92px !important;
  height: 45px;
  padding: 0;
}

/* points-use */
.points-use li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 32px 0;
}
.points-use .tit {
  color: #565656;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.points-use .con {
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

/* company-view */
.company-view .img {
  position: relative;
  width: 100%;
  padding-bottom: 55.55%;
  height: 0;
  overflow: hidden;
}
.company-view .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.company-view .img .repair {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}
.company-view .repair {
  width: 52px;
  height: 29px;
}
.company-view .repair:before {
  font-size: 16px;
  line-height: 1.3;
}
.company-view .info {
  padding: 16px;
}
.company-view .info ul {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
}
.company-view .info li {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.company-view .info .tit {
  width: 64px;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.company-view .info .con {
  width: calc(100% - 64px);
  padding: 0 0 0 32px;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.68px;
}
.company-view .intro {
  padding: 0 16px;
}
.company-view .intro .title {
  padding: 16px 12px;
  border-bottom: 1px solid #e6e6e6;
}
.company-view .intro .cont {
  padding: 16px 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.company-view .list .title {
  padding: 16px 28px 8px;
}
.company-view .list ul {
  padding: 0 16px;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.company-view .list li + li {
  margin: 16px 0 0;
}
.company-view .list li a {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
}
.company-view .list li .eimg {
  width: 105px;
  height: 105px;
}
.company-view .list li .eimg img {
  width: 105px;
  height: 105px;
  border-radius: 8px;
}
.company-view .list li .name-option {
  width: calc(100% - 105px);
  padding: 0 0 0 16px;
}
.company-view .list .name {
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.company-view .list .option {
  margin: 4px 0 0;
  color: #999;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* index-info */
.index-info {
  padding: 0 16px;
}
.index-info .name-weather {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-info .name {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-info .name:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_person.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
body.member_type2 .index-info .name:before {
  background: url(../../image/mobile/icon_person_l.png) no-repeat;
  background-size: contain;
}
.index-info .weather {
  height: 28px;
  display: flex;
  align-items: flex-start;
  color: #868686;
  text-align: right;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.index-info .weather img {
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
}
.index-info .address {
  height: 20px;
  margin: 8px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.index-info .address:before {
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_address_sb.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.index-info .cname-cprofile {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  color: #565656;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-info .cname-cprofile:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_cname_cprofile.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

/* calendar-ym */
.calendar-ym {
  margin: 24px 0 0;
  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-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 24px;
}

/*calendar-table*/
.calendar-table {
  margin: 16px 0 0;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.calendar-table table {
  width: 100%;
}
.calendar-table th {
  width: 14.285%;
  height: 44px;
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  color: #6a6a6a;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.calendar-table td {
  height: 110px;
  padding: 2px 0;
  text-align: left;
  color: #565656;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.calendar-table table.briefly td {
  height: 42px;
  padding: 10px 0;
}
.calendar-table table.all {
  display: none;
}
.calendar-table table.all td {
  height: 110px;
}
.calendar-table a {
  display: block;
  width: 100%;
  height: 100%;
}
.calendar-table .date {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #565656;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-table a .date {
  color: #565656;
}
.calendar-table .date.today {
  border-radius: 50%;
  background-color: #ffd771;
}
.calendar-table .sat,
.calendar-table .date.sat {
  color: #1a6be5;
}
.calendar-table .sun,
.calendar-table .date.sun {
  color: #b92b2b;
}
.calendar-table .date.holiday {
  color: #f90909;
}
.calendar-table .cal {
  width: 43px;
  height: 20px;
  padding: 0 5px;
  border-radius: 50px;
  border: 1px solid var(--primary-color, #ff9f46);
  color: var(--primary-color, #ff9f46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  display: -webkit-box;
  line-height: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.calendar-table .cal + .cal {
  margin: 2px 0 0;
}
.calendar-table .more {
  display: flex;
  color: var(--primary-color, #ff9f46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  letter-spacing: -1px;
}
.calendar-table .anniversary {
  display: block;
  width: 43px;
  color: #000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.calendar-table .date-weather {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2px;
}
.calendar-table .date-weather img {
  width: 16px;
  height: 16px;
}

/* btn-calendar-toggle */
.btn-calendar-toggle {
  width: 100%;
  height: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-calendar-toggle:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_down.png) no-repeat center center;
  background-size: contain;
  opacity: 0.3;
}
.btn-calendar-toggle.active:before {
  background: url(../../image/mobile/icon_up.png) no-repeat center center;
  background-size: contain;
}

/* map */
.map {
  position: relative;
}
.map img {
  width: 100%;
}
.map .marker {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../../image/mobile/icon_map_mark.png) no-repeat;
  background-size: contain;
}
.map.large .marker {
  width: 56px;
  height: 56px;
}
.map .my-current-location {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(96, 147, 245, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.map .my-current-location:before {
  content: "";
  width: 20.968px;
  height: 20.968px;
  border-radius: 50%;
  background-color: #6093f5;
}
.map .btn-current-location {
  position: absolute;
  bottom: 4px;
  left: 8px;
  z-index: 1;
  width: 44px;
  height: 44px;
  background: url(../../image/mobile/icon_current_location.png) no-repeat;
  background-size: contain;
}

/* location-settings */
.location-settings > div {
  display: flex;
  align-items: center;
}
.location-settings .input-regular {
  min-width: auto;
}
.location-settings .number {
  width: 108px;
  margin: 0 4px 0 0;
}
.location-settings .address1 {
  width: calc(100% - 166px);
  margin: 0 4px 0 0;
}
.location-settings .btn-search {
  margin: 4px 0 0;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_search.png) no-repeat center center;
  background-size: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* schedule-list */
.schedule-list > .title {
  height: 36px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d6d6d6;
  background: rgba(217, 217, 217, 0.5);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.schedule-list > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 8px;
}
.schedule-list > ul > li + li {
  border-top: 1px solid #ddd;
}
.schedule-list .tit {
  margin: 0 0 8px;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.schedule-list .con {
  color: #393939;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.schedule-list .btn-small {
  background: #d9d9d9;
}

/* points-use2 */
.points-use2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 16px 0;
}
.points-use2 .tit {
  color: #565656;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.points-use2 .con {
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.points-use2 .con.after {
  color: #1734ce;
}

/* inner-btn company-registration */
.file-upload.inner-btn.company-registration {
  width: 256px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-upload.inner-btn.company-registration .gallery {
  position: relative;
  background: #ececec url(../../image/mobile/img_default.png) no-repeat center
    center;
  background-size: contain;
  width: 120px;
  height: 120px;
  margin: 16px 16px 0 0 !important;
  border-radius: 999px;
  border: 1.5px solid #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.17);
}
.file-upload.inner-btn.company-registration .gallery .img-thumb {
  margin: 0;
  background: url();
  width: 100%;
  height: 100%;
  overflow: auto !important;
  border: 0;
}
.file-upload.inner-btn.company-registration .gallery .img-thumb img {
  position: relative;
  z-index: 2;
  border-radius: 999px;
  border: 1px solid #d6d6d6;
}
.file-upload.inner-btn.company-registration .gallery .delete {
  z-index: 3;
}
.file-upload.inner-btn.company-registration .upload,
.file-upload.inner-btn.company-registration .upload button,
.file-upload.inner-btn.company-registration .upload input {
  overflow: hidden;
  border: 0;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  border-radius: 50%;
  background: url(../../image/mobile/icon_camera3.png) no-repeat center center;
  background-size: contain;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

/* inner-btn type-c */
.file-upload.inner-btn.type-c .gallery {
  position: relative;
  background: url(../../image/mobile/img_default.png) no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin: 0 8px 0 0 !important;
}
.file-upload.inner-btn.type-c .gallery .img-thumb {
  margin: 0;
  background: url();
  width: 100%;
  height: 100%;
  overflow: auto !important;
  border: 0;
}
.file-upload.inner-btn.type-c .gallery .img-thumb img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
}
.file-upload.inner-btn.type-c .gallery .delete {
  z-index: 3;
}
.file-upload.inner-btn.type-c .upload,
.file-upload.inner-btn.type-c .upload button,
.file-upload.inner-btn.type-c .upload input {
  overflow: hidden;
  border: 0;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  border-radius: 50%;
  background: url(../../image/mobile/icon_camera3.png) no-repeat center center;
  background-size: contain;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

/* bank-info-input */
.bank-info-input {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.bank-info-input .name {
  min-width: auto;
  width: 116px !important;
  margin: 0 8px 0 0;
}
.bank-info-input .number {
  min-width: auto;
  width: calc(100% - 124px) !important;
}

/* partner-list */
.partner-list {
  padding: 0 16px;
}
.partner-list .total-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.partner-list .total-btn .total {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.partner-list .total-btn .btn-regular {
  display: flex;
  align-items: center;
}
.partner-list .total-btn .btn-regular img {
  width: 17px;
  height: 17px;
}
.partner-list ul > li {
  display: flex;
  padding: 20px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  margin: 16px 0 0;
}
.partner-list .name-tel {
  display: flex;
  align-items: center;
}
.partner-list .name-tel .name {
  margin: 0 8px 0 0;
  width: 100px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.partner-list .name-tel .name:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../image/mobile/icon_person_y.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.partner-list .name-tel .tel {
  color: #787878;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.partner-list .name-tel .pname {
  margin: 0 8px;
  color: var(--landload_btn_deep2_stroke, #59d977);
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.partner-list .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partner-list .btn-small + .btn-small {
  margin: 4px 0 0;
}

/* btn-partner-request */
.btn-partner-request {
  display: flex;
  align-items: center;
}
.btn-partner-request:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../image/mobile/icon_heart.png) no-repeat;
  background-size: contain;
}

/* client-management */
.client-management {
  padding: 0 16px;
}
.client-management .total {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.client-management ul > li {
  display: flex;
  padding: 20px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  margin: 16px 0 0;
}
.client-management .name-tel {
  display: flex;
  align-items: center;
}
.client-management .name-tel .name {
  margin: 0 8px 0 0;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.client-management .name-tel .name:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../image/mobile/icon_person_y.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.client-management .name-tel .tel {
  color: #787878;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.client-management .name-tel .pname {
  margin: 0 8px 0 0;
  color: var(--landload_btn_deep2_stroke, #59d977);
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.client-management .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.client-management .btn-small + .btn-small {
  margin: 4px 0 0;
}

/* total-btn */
.total-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 16px;
}
.total-btn .total {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.total-btn .btn-regular {
  display: flex;
  align-items: center;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* money-list */
.money-list {
  padding: 0 16px;
}
.money-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.money-list > ul > li > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.money-list > ul > li > ul > li + li {
  margin: 6px 0 0;
}
.money-list .tit {
  color: #777;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.money-list .con {
  color: #323232;
  text-align: right;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}

/* fixed-bottom-wrap */
.fixed-bottom-wrap {
  position: fixed;
  top: 0;
  left: auto;
  z-index: 200;
  width: 100%;
  max-width: 475px;
  height: calc(100% - 55px);
  display: none;
}
.fixed-bottom-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  max-width: 475px;
  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: left;
}
.fixed-bottom-wrap.active {
  display: block;
}
.fixed-bottom-wrap .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_close.png) no-repeat;
  background-size: contain;
}
.fixed-bottom-wrap .fixed-bottom > ul > li > button {
  height: 47px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.fixed-bottom-wrap .fixed-bottom > .title {
  margin: 0 0 16px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}

/* vc-details */
.vc-details .name {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vc-details .address {
  margin: 8px 0 0;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vc-details .address:before {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}
.vc-details .tel {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vc-details .tel:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url(../../image/mobile/icon_tel.png) no-repeat;
  background-size: contain;
}
.vc-details .url {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  height: 19px;
  color: #565656;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vc-details .url:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url(../../image/mobile/icon_url.png) no-repeat;
  background-size: contain;
}
.vc-details .img {
  position: relative;
  width: 100%;
  padding-bottom: 60.97%;
  height: 0;
  overflow: hidden;
  margin: 16px 0 0;
}
.vc-details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.vc-details .img .heart {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.vc-details .img .repair {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  display: flex;
  width: 52px;
  height: 29px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4.615px;
  border: 0.769px solid #262626;
  background: #262626;
}
.vc-details .img .repair:before {
  content: "수리";
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px; /* 76.923% */
  letter-spacing: -0.039px;
}
/* vc-swiper */
.vc-swiper {
  position: relative;
  padding: 0 16px;
  margin: 24px 0 0;
}
.vc-swiper .swiper-slide {
  width: 60px;
  height: 60px;
}
.vc-swiper .swiper-slide .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin: 16px 0 0;
}
.vc-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.vc-swiper .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  left: -8px;
  background: url(../../image/mobile/r_prev.png) no-repeat 0 0;
  background-size: contain;
}
.vc-swiper .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  right: -8px;
  background: url(../../image/mobile/r_next.png) no-repeat 0 0;
  background-size: contain;
}

/* 2023-11-23 */
#pay-payment {
  margin: 0 16px;
}
#pay-payment label {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 8px 0 0;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
#pay-payment label input {
  position: absolute;
  top: 20px;
  left: 16px;
}
#pay-payment label img {
  width: 96px;
  height: 48px;
}

/* 2023-11-29 */
.temp-content {
  max-width: 475px;
  left: auto;
  transform: translate(0, 0);
}
.fixed-bottom-btn {
  left: auto;
  transform: translate(0, 0);
}

/* 2024-01-08 */
/* settlement-list */
.settlement-list {
  margin: 16px 0 0;
}
.settlement-list > ul > li {
  padding: 0 16px 24px;
  border-bottom: 1px solid #a6a6a6;
}
.settlement-list .period {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}
.settlement-list .period > div {
  display: flex;
  align-items: center;
}
.settlement-list .period .tit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c3181f;
}
.settlement-list .period .con {
  margin: 0 0 0 32px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.settlement-list .period .btn-move {
  width: 16px;
  height: 16px;
  background: url(../../images/mobile/icon_arrow.png);
  background-size: contain;
  opacity: 0.4;
}
.settlement-list ul ul {
  margin: 16px 0 0;
}
.settlement-list ul ul li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.settlement-list ul ul li .tit {
  width: 76px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.settlement-list ul ul li .con {
  width: 80px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #565656;
}

/* period-settlement-list */
.period-settlement-list .info {
  margin: 0 16px;
}
.period-settlement-list .info li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}
.period-settlement-list .info .tit {
  width: 76px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.period-settlement-list .info .con {
  width: calc(100% -76px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

/* settlement */
.period-settlement-list .settlement {
  border-bottom: 1px solid #000;
}
.period-settlement-list .settlement > div {
  padding: 0 16px;
  border-top: 1px solid #000;
}
.period-settlement-list .settlement .student-name {
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #d6d6d6;
}
.period-settlement-list .settlement ul {
  padding: 8px 0 24px;
}
.period-settlement-list .settlement li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.period-settlement-list .settlement .tit {
  width: 76px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.period-settlement-list .settlement .con {
  width: calc(100% -76px);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.popup-agree1 {
  margin-top: -100px;
}

/* 2024-01-10 */
.date-search {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date-search .input-regular {
  min-width: auto;
  width: calc((100% - 80px) / 2);
}
.date-search .btn-regular {
  border: 1px solid #d6d6d6;
  margin: 0;
}

.video-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2024-03-05 */
.estimate-list .info .tit {
  width: 100px;
}
.estimate-list .info .con {
  width: calc(100% - 100px);
}

/* 2024-03-12 */
.item-list > ul > li a {
  align-items: flex-start;
}
.item-list .url {
  align-items: flex-start;
  word-break: break-all !important;
}
.item-list .address {
  height: auto;
  display: flex;
  align-items: flex-start;
}

/* 2024-06-05 */
.calendar-table .date-weather {
  flex-direction: column;
  justify-content: center;
}

/* 2024-06-21 */
.map-vertical-reduction {
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.map-vertical-reduction .btn-current-location {
  bottom: auto;
  left: auto;
  top: 8px;
  right: 0;
  width: 60px;
  height: 60px;
}
.map .business-marker {
  position: absolute;
  z-index: 1;
  width: 98px;
  height: 34px;
  flex-shrink: 0;
  fill: #fff;
  stroke-width: 2px;
  stroke: var(--primary-color_gnb_stroke, #fc7900);
}
.map .business-marker:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 20px;
  height: 42px;
  text-align: center;
  flex-shrink: 0;
  background: url(../../image/mobile/bg_business_marker_arrow.png) no-repeat 0 0;
  background-size: contain;
}
.map .business-marker .name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 34px;
  background: url(../../image/mobile/bg_business_marker.png) no-repeat 0 0;
  background-size: contain;
  padding: 0 14px 0 4px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.map .btn-current-location-top-right {
  position: absolute;
  top: 10px;
  right: 8px;
  display: flex;
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: url(../../image/mobile/icon_current_location_top_right.png)
    no-repeat;
  background-size: contain;
}

.mypage-menu .a-underline-group a.login {
  color: var(--primary-color_gnb_stroke, #fc7900);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mypage-menu .a-underline-group a.login:before {
  background: url(../../image/mobile/icon_login.png) no-repeat;
  background-size: 11.727px 12px;
  margin: 0 4px 0 0;
}

/* img-info-detail */
.img-info-detail {
  padding: 16px;
}
.img-info-detail .img-info {
  display: flex;
  align-items: center;
  height: 105px;
}
.img-info-detail .cimg {
  position: relative;
  width: 105px;
  height: 105px;
  flex-shrink: 0;
  background: url(../../image/mobile/img_default.png) no-repeat 0 0;
  background-size: contain;
  border-radius: 8px;
}
.img-info-detail .cimg img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 8px;
}
.img-info-detail .cimg .repair {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  width: 40px;
  height: 22px;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4.615px;
  border: 0.769px solid #262626;
  background: #262626;
}
.img-info-detail .cimg .repair:before {
  content: "수리";
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px; /* 76.923% */
  letter-spacing: -0.039px;
}
.img-info-detail .subject {
  color: #323232;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.img-info-detail .cname {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.img-info-detail .cname span {
  display: flex;
  align-items: center;
  width: 80px;
  color: #000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.img-info-detail .cname span:before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_cname.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-info-detail .tel {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.img-info-detail .tel span {
  display: flex;
  align-items: center;
  width: 80px;
  color: #000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.img-info-detail .tel span:before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_tel.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-info-detail .detail {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 10px;
  background: #f8f8f8;
}
.img-info-detail .detail li {
  display: flex;
}
.img-info-detail .detail li + li {
  margin: 8px 0 0;
}
.img-info-detail .detail .tit {
  width: 80px;
  padding: 2px 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.img-info-detail .detail .con {
  width: calc(100% - 80px);
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.64px;
}

.map .marker {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../../image/mobile/icon_map_mark_new.png) no-repeat;
  background-size: contain;
}

.popup-partner-request {
  margin-top: -80px !important;
}

/* 2024-06-24 */
.age-confirm .title {
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.68px;
}
.age-confirm .title span {
  color: var(--primary-color_gnb_stroke, #fc7900);
}
.age-confirm .guide-text {
  margin: 10px 0 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.56px;
}
.age-confirm .btn-14-under {
  margin: 24px 0 0;
  display: flex;
  width: 100%;
  height: 45px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 50px;
  border: 2px solid #bdbdbd;
  background: #ebebeb;
  color: #121212;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}
.age-confirm .btn-14-more {
  margin: 8px 0 0;
  display: flex;
  width: 100%;
  height: 45px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 50px;
  border: 2px solid var(--common_btn_stroke, #f8d3b0);
  background: var(--common_btn_fill, #fde7c7);
  color: #121212;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
}

/* location-settings-new */
.location-settings-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location-settings-new > div {
  width: calc(100% - 67px);
  margin: 0 0 4px;
}
.location-settings-new > div .input-regular {
  min-width: auto;
  width: 100%;
  height: 45px;
}
.location-settings-new > div .input-regular + .input-regular {
  margin: 4px 0 0;
}
.location-settings-new .btn-search {
  margin: 0 0 0 4px;
  display: flex;
  width: 63px;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #d9d9d9;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
}
.location-settings-new + label span {
  color: var(--Colors-Gray-Scale-80, #565656);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}

.popup-age-confirm,
.popup-reserve-insert-My-surroundings {
  top: 100px !important;
}

.swiper-container.img-view .swiper-slide .delete {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_search_cancel.png) center center
    no-repeat;
  background-size: contain;
  opacity: 0.7;
  z-index: 1000;
}

/* 2024-07-23 */
.location-settings-new {
  margin: 0 0 4px;
  width: 100%;
}
.location-settings-new > .input-regular {
  min-width: auto;
  width: calc(100% - 44px);
  height: 45px;
}
.location-settings-new > .btn-search {
  margin: 0 0 0 4px;
  width: 40px;
  height: 45px;
  background: url(../../image/mobile/icon_search.png) no-repeat center center;
  background-size: 28px;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
}

/* 2024-07-30 */
.completed-view .history {
  width: 100%;
}

/* 2024-08-07 */
.popup-reserve-insert-My-surroundings {
  position: fixed !important;
  top: 50% !important;
  margin-top: -200px;
}

/* 2024-09-10 */
.t-order-view-bottom {
  padding: 16px 32px;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  text-align: left;
}
.push-guide-text {
  margin: 16px;
}
.push-guide-text li {
  margin: 16px 0 0;
}
.push-guide-text .tit {
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  text-align: left;
}
.push-guide-text .con {
  margin: 8px 0 0;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.72px;
  text-align: left;
}
.calendar-table .cal {
  padding: 0 1px 0 3px;
  font-size: 11px;
  line-height: 20px;
}

.calendar-ym {
  position: relative;
}

.calendar-ym-tit {
  position: absolute;
  top: 2px;
  left: 24px;
}

.calendar-table .date-weather img {
  width: 20px;
  height: 20px;
}

.index-info .weather img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
}

.cursor {
  cursor: pointer;
}

/* 2025-01-31 */
.orange {
  color: #fc7900 !important;
}

/* tit-con */
.tit-con > li {
  display: flex;
}
.tit-con > li + li {
  margin: 16px 0 0;
}
.tit-con > li .tit {
  padding: 2px 16px 2px 0;
  width: 100px;
  color: #686e7b;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.042px;
}
.tit-con > li .con {
  width: calc(100% - 100px);
  color: #353c46;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  word-break: break-all !important;
  white-space: pre-line;
}

/* btn-radio-join-type */
.btn-radio-join-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.btn-radio-join-type label {
  width: calc((100% - 8px) / 2);
}
.btn-radio-join-type label input {
  display: none;
}
.btn-radio-join-type .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 87px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.btn-radio-join-type label input.tenant:checked + .btn {
  border: 2px solid var(--lessee_btn_stroke, #98d8f2);
  background: var(--bright_blue, #e3f8ff);
}
.btn-radio-join-type label input.lessor:checked + .btn {
  border: 2px solid var(--landlord_btn_stroke, #77f293);
  background: var(--landload_btn_light_fill, #e2ffe0);
}
.btn-radio-join-type .btn strong {
  color: #424252;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.68px;
}
.btn-radio-join-type .btn span {
  margin: 4px 0 0;
  color: #424252;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.title-medium {
  margin: 20px 16px 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 90% */
}
.title-medium a img {
  width: 32px;
  height: 32px;
}

.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  color: #787878;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px; /* 70.588% */
  padding: 9px 8px 12px;
  margin: 0 16px 0 0;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #323232;
  border-bottom: 3px solid #ff9f46;
}

.main-link > ul > li {
  height: 92px;
}
.main-link > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
}
.main-link > ul > li a img {
  margin: 0 0 6px;
}
.main-link > ul > li a span {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
}

/* home */
#header .home {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_header_home.png) no-repeat center
    center;
  background-size: contain;
}
body.active-home #header .home {
  display: inline-block;
}

/* tab-menu-d */
.tab-menu-d {
  margin: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab-menu-d a {
  display: inline-flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f1f1f1;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: -0.045px;
}
.tab-menu-d a.active {
  border: 1px solid #323232;
  background: #323232;
  color: var(--Text-Dark-Inverted, #fff);
}
/* wscroll */
.tab-menu-d.wscroll {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 8px 0 0 0;
  padding-bottom: 5px;
}
.tab-menu-d.wscroll::-webkit-scrollbar {
  height: 4px;
  background: #fff;
}
.tab-menu-d.wscroll::-webkit-scrollbar-thumb {
  background: #fff;
}
.tab-menu-d.wscroll > div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* sales-list */
.sales-list {
  margin: 0 16px;
}
.sales-list > ul > li {
  position: relative;
  margin: 16px 0;
}
.sales-list > ul > li > a {
  display: flex;
}
.sales-list .img {
  position: relative;
  width: 105px;
  height: 105px;
  border-radius: 10px;
  background: url(../../image/mobile/img_default.png) no-repeat center center;
  background-size: cover;
}
.sales-list .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.sales-list .img .heart {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
/* sold-out */
.sales-list > ul > li.sold-out:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
}
.sales-list > ul > li.sold-out .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.sales-list .info {
  width: calc(100% - 105px);
  padding: 0 32px 0 16px;
  white-space: normal;
  word-wrap: break-word;
}
.sales-list .subject {
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sales-list .subject span {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 2px 2px 0;
  width: 40px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #ef2c2c;
  background: #ef2c2c;
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.sales-list .cate {
  margin: 8px 0 0;
  color: #666;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sales-list .price {
  margin: 12px 0 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sales-list .price-proposal {
  display: flex;
  height: 24px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.sales-list .price-proposal.no {
  color: #c83131;
}
.sales-list .more-layer {
  position: absolute;
  top: 0;
  right: 0;
}

/* fixed-bottom-right */
#fixed-bottom-right {
  position: fixed;
  bottom: 117px;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 475px;
  height: 1px;
  padding: 0 16px 0 0;
}
#fixed-bottom-right button {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  padding: 0 24px 0 20px;
}
#fixed-bottom-right button img {
  width: 28px;
  height: 28px;
}

/* category-list */
.category-list {
  margin: 0 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 1200px;
}
.category-list article {
  width: calc((100% - 16px) / 2);
  margin: 0 16px 0 0;
}
.category-list article:nth-child(2n) {
  margin-right: 0;
}
.category-list h4 {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #323232;
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.category-list li {
  margin: 8px 0 0;
}
.category-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f1f1f1;
  padding: 12px;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}

/* unit-wrap */
.unit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-secondary, #e7eaee);
  background: #fff;
  padding: 0 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.045px;
}
.unit-wrap.disabled {
  background: var(--Background-Disabled-Secondary, #f8f9fa);
}
.unit-wrap input {
  width: calc(100% - 16px);
  height: 46px !important;
  background: transparent;
  border: 0 !important;
  padding-left: 0;
  color: #1e2229;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.045px;
}
.unit-wrap.https input {
  width: calc(100% - 60px);
}
.unit-wrap.readonly {
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  background: var(--Light-Semantic-Background-Lowered-Secondary, #f2f2f2);
}
.unit-wrap.readonly input {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
}
.unit-wrap.regular {
  height: 40px;
  color: #1e2229;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.unit-wrap.regular input {
  height: 38px !important;
  color: #1e2229;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* minimum-maximum */
.minimum-maximum {
  display: flex;
  align-items: center;
}
.minimum-maximum .unit-wrap {
  width: calc((100% - 40px) / 2);
}
.minimum-maximum span {
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .popup.full {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/* add-list */
.add-list ul {
  display: flex;
  flex-wrap: wrap;
}
.add-list li {
  margin: 8px 8px 0 0;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0px 12px 0px 16px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.add-list li .btn-del {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_close_prohibited_circled.png)
    no-repeat center center;
  background-size: contain;
}

/* keyword */
.input-regular.keyword {
  width: calc(100% - 72px) !important;
}
.input-regular.keyword + .btn-regular {
  width: 63px !important;
  padding: 0;
}

/* block-report */
.block-report {
  position: relative;
  display: none;
  margin: 0 4px 0 0;
}
.block-report > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat
    center center;
  background-size: 28px;
  cursor: pointer;
}
.block-report > ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 1;
  width: 117px;
  border-radius: 8px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.block-report.active > ul {
  display: block;
}
.block-report > ul > li + li {
  border-top: 1px solid #e7eaee;
}
.block-report button {
  display: flex;
  padding: 6px 12px;
  width: 100%;
  color: var(--Black-Opacity-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-report button.red {
  color: var(--Alert-Colors-Error, #f90909);
}
.block-report button.exit {
  display: none;
  text-align: left;
}
body.active-block-report .block-report {
  display: inline-block;
}
body.active-chat-block-report .block-report {
  display: inline-block;
}
body.active-chat-block-report .block-report button.exit {
  display: inline-block;
}

/* sub-title-area */
.sub-title-area {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  /* width: calc(100% - 120px) !important; */
  max-width: 475px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title-area h1 {
  position: static !important;
  width: 100%;
  color: #121212;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (min-width: 960px) {
  .sub-title-area {
    transform: translate(0, 0);
    width: 300px !important;
    margin: 0 80px;
  }
  .sub-title-area h1 {
    position: static !important;
    width: 100%;
    color: #121212;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }
}

/* view-info */
.view-info {
  padding: 0 16px;
}
.view-info .pimg-name-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.view-info .pimg-name-img .pimg {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/mobile/bg_upload_img_default.png) no-repeat center
    center;
  background-size: cover;
}
.view-info .pimg-name-img .pimg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.view-info .pimg-name-img .pimg-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.view-info .pimg-name-img .name {
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.view-info .pimg-name-img > img {
  width: 82px;
  height: 42.043px;
}
.view-info .subject {
  padding: 16px 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: #1e2229;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.view-info .subject span {
  margin: 0 8px 3px 0;
  display: inline-flex;
  vertical-align: middle;
  height: 24px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #ef2c2c;
  background: #ef2c2c;
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.view-info .detail {
  margin: 0 0 21px;
}
.view-info .detail > ul > li {
  display: flex;
  margin: 16px 0 0;
}
.view-info .detail .tit {
  width: 100px;
  padding: 2px 0;
  color: #686e7b;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.042px;
}
.view-info .detail .con {
  width: calc(100% - 100px);
  color: #353c46;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.view-info .detail .con strong {
  color: #353c46;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  letter-spacing: -0.054px;
}
.view-info .price-proposal {
  display: flex;
  height: 24px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.view-info .price-proposal.no {
  color: #c83131;
}

/* slide-item */
.slide-item {
  position: relative;
  padding: 16px 0 0 16px;
}
.slide-item > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: 156px;
}
.slide-item .img {
  width: 156px;
  height: 156px;
  border-radius: 10px;
  background: url(../../image/mobile/img_default.png) no-repeat center center;
  background-size: cover;
}
.slide-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.slide-item .slider-btn-prev {
  width: 40px;
  height: 40px;
  top: 90px;
  left: 4px;
  background: #fff url(../../image/mobile/icon_arrow_left.png) no-repeat center
    center;
  background-size: 24px;
  border-radius: 50px;
  border: 1px solid #d8dde2;
}
.slide-item .slider-btn-next {
  width: 40px;
  height: 40px;
  top: 90px;
  right: 4px;
  background: #fff url(../../image/mobile/icon_arrow_right.png) no-repeat center
    center;
  background-size: 24px;
  border-radius: 50px;
  border: 1px solid #d8dde2;
}
.slide-item .subject {
  margin: 16px 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.slide-item .subject span {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 6px 2px 0;
  width: 40px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #ef2c2c;
  background: #ef2c2c;
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.slide-item .cate {
  margin: 8px 0 0;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slide-item .price {
  margin: 12px 0 0;
  color: #323232;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* text-bg */
.text-bg {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.text-bg h6 {
  width: 100%;
  color: #ef2c2c;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
.text-bg p {
  margin: 4px 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.btn-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 16px 0 12px;
}
.btn-heart:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_heart_n.png) no-repeat center center;
  background-size: contain;
}
.btn-heart.active:before {
  background: url(../../image/mobile/icon_heart_s.png) no-repeat center center;
  background-size: contain;
}

.popup .inner-wrap .popup-content {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ban-list */
.ban-list {
  margin: 0 16px;
}
.ban-list > h4 {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
}
.ban-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ban-list .img-name {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ban-list .img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/mobile/pimg.png) no-repeat center center;
  background-size: cover;
}
.ban-list .img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}
.ban-list .name {
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.ban-list .btn-regular {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #d8dde2;
  color: #353c46;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.045px;
}

/* chat-list */
.chat-list {
  margin: 8px 16px 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
}
.chat-list > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.chat-list .starting-destination {
  color: var(--Pale-Blue, #3862a5);

  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* pimg-info-chat */
.pimg-info-chat {
  display: flex;
  justify-content: space-between;
}
.pimg-info-chat .pimg-info {
  display: flex;
  width: calc(100% - 80px);
}
.pimg-info-chat .pimg {
  width: 64px;
  height: 64px;
  background: url(../../image/component/bg_car.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
}
.pimg-info-chat .pimg img {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}
.pimg-info-chat .pimg-info .info {
  width: calc(100% - 64px);
  padding: 0 0 0 16px;
}
.pimg-info-chat .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e2229;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.048px;
  white-space: normal;
  word-wrap: break-word;
}
.pimg-info-chat .name starting-destination {
  font-size: 10px;
}
.pimg-info-chat .name .date {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.pimg-info-chat .cont {
  margin: 4px 0 0;
  color: #686e7b;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.042px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pimg-info-chat .chat {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pimg-info-chat .chat .date {
  color: #8f95a1;
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.pimg-info-chat .chat .number {
  margin: 6px 0 0;
  display: flex;
  height: 20px;
  min-width: 20px;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--Red, #fe6060);
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 186px;
  z-index: 1;
  max-width: 475px;
  width: 100%;
  height: calc(100% - 186px);
}
.chat-room .cont {
  position: relative;
  width: 100%;
  height: calc(100% - 47px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 16px 60px 8px;
}
.chat-room .cont > ul > li {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 8px;
}
.chat-room .cont > ul > li.clear-date {
  clear: both;
  display: block;
  width: 160px;
  margin: 0 auto 24px;
  padding: 4px 16px;
  border-radius: 24px;
  background: var(--light-basic-gray-100, #f3f5f6);
  color: #686e7b;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: -0.036px;
}
.chat-room .cont > ul > li .text {
  position: relative;
  display: block;
  min-width: 52px;
  max-width: 240px;
  padding: 6px 8px;
  border-radius: 12px;
  overflow-wrap: break-word;
  white-space: pre-line;
}
.chat-room .cont > ul > li .text + .text {
  margin-top: 32px !important;
  clear: both;
}
.chat-room .cont > ul > li .text.padding-a0 {
  background: #fff !important;
}
.chat-room .cont > ul > li .text .btn-download {
  display: inline-flex;
  height: 28px;
  padding: 6px 30px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #d8dde2);
  background: #fff url(../../image/mobile/icon_download2.png) no-repeat right
    8px center;
  background-size: 18px;
  opacity: 1;
  color: var(--light-semantic-text-primary, #353c46) !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  text-decoration: none !important;
}
.chat-room .cont > ul > li .text img {
  max-width: 240px;
  max-height: 240px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--Dimed-8, rgba(30, 34, 41, 0.08));
}
.chat-room .cont > ul > li .date-time {
  position: absolute;
  bottom: 0;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.chat-room .cont > ul > li.left {
  position: relative;
  padding-right: 50px;
  padding-left: 52px;
}
.chat-room .cont > ul > li.left .img {
  position: absolute;
  top: 0;
  left: 6px;
  width: 40px;
  height: 40px;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.chat-room .cont > ul > li.left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.chat-room .cont > ul > li.left .nick {
  color: #1e2229;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: -0.048px;
  display: flex;
  align-items: center;
}
.chat-room .cont > ul > li.left .btn-regular {
  width: 180px;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.048px;
}
.chat-room .cont > ul > li.left .text {
  margin: 4px 0 0;
  float: left;
  background: #f3f5f6;
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.chat-room .cont > ul > li.left .text p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.chat-room .cont > ul > li.left .text a {
  color: #1e2229;
  text-decoration: underline;
}
.chat-room .cont > ul > li.left .date-time {
  right: -32px;
}
.chat-room .cont > ul > li + li {
  margin-top: 16px;
}

/* right */
.chat-room .cont > ul > li.right {
  padding-left: 110px;
}
.chat-room .cont > ul > li.right .text {
  float: right;
  background-color: #ffd492;
  text-align: left;
  color: #323232;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.chat-room .cont > ul > li.right .text img {
  max-width: 100%;
}
.chat-room .cont > ul > li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}
.chat-room .cont > ul > li.right .text a {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  color: #fff;
  text-decoration: underline;
}
.chat-room .cont > ul > li.right .date-time {
  left: -32px;
}
.chat-room .cont > ul > li.right .img {
  display: none;
}
.chat-room .cont > ul > li.right .nick {
  display: none;
}
.chat-room .cont > ul > li .date-time:before {
  display: none;
}
.chat-room .cont > ul > li.right .read {
  position: absolute;
  left: -20px;
  bottom: 1px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: #20b2e5;
  border-radius: 50%;
  color: #fff;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.chat-room .emoticon {
  width: 120px;
  height: 120px;
}

/* chat-form */
.chat-form {
  background: var(--light-semantic-background-elevated-secondary, #fff);
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 100;
  max-width: 475px;
}
.chat-form .insert {
  position: relative;
  padding: 4px 12px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-form .insert .input-regular {
  width: calc(100% - 48px);
  height: 48px;
  max-height: 76px;
  padding: 12px 40px 0 16px;
  border-radius: 500px !important;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background-Lower-Secondary, #f8f9fa);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.048px;
}
.chat-form .insert .btn-send {
  position: absolute;
  bottom: 11px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_sending.png);
  background-size: contain;
}
.chat-form .file-upload .btn-small {
  display: block;
  min-width: auto;
  width: 14px;
  height: 14px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
}
.chat-form .file-upload .gallery .img-thumb,
.chat-form .file-upload .gallery .file-thumb {
  width: 80px;
  height: 80px;
}
.chat-form .btn-file-upload {
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_add_circled.png) no-repeat center
    center;
  background-size: contain;
  margin-right: 8px;
}
.chat-form .btn-chat-sponsor {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_chat_sponsor.png) no-repeat center
    center;
  background-size: contain;
  margin: 0 8px 0 0;
}
.chat-form .file-upload-popup {
  width: 100%;
  justify-content: center;
  gap: 40px;
  padding: 16px 24px;
  display: none;
}
.chat-form .file-upload-popup.active {
  display: flex;
}
.chat-form .file-upload-popup .popup-close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 32px;
  height: 32px;
  background: #fff url(../../image/component/icon_close.png) no-repeat center
    center;
  background-size: contain;
}
.chat-form .file-upload-popup > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.chat-form .file-upload-popup > ul > li {
  height: 118px;
  margin: 0 28px 0 0;
}
.chat-form .file-upload-popup > ul > li > button {
  width: 60px;
  height: 60px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  border-radius: 50%;
}
.chat-form .file-upload-popup > ul > li > button.btn-album {
  background: url(../../image/mobile/icon_picture.png) no-repeat center center;
  background-size: 24px;
}
.chat-form .file-upload-popup > ul > li > button.btn-camera {
  background: url(../../image/mobile/icon_camera.png) no-repeat center center;
  background-size: 24px;
}
.chat-form .file-upload-popup > ul > li .tit {
  margin: 8px 0 0;
  color: var(--light-semantic-text-primary, #353c46);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.chat-form .file-upload-popup .file-upload.inner-btn {
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery.img {
  background: url(../../image/mobile/icon_picture.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery.file {
  background: url(../../image/mobile/icon_file.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .img-thumb {
  border: 0;
  width: 100%;
  height: 100%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .img-thumb img {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* file-thumb */
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .file-thumb {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .file-thumb img {
  display: none;
}
.chat-form
  .file-upload-popup
  .file-upload.inner-btn
  .gallery
  .file-thumb
  .name {
  position: absolute;
  top: 20px;
  left: 0;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
  background-color: #fff !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  word-break: keep-all !important;
}

.chat-form .file-upload-popup .file-upload.inner-btn .upload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.chat-form .file-upload-popup .file-upload.inner-btn .upload button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  border-radius: 50%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .upload input {
  width: 100%;
  height: 100%;
  padding: 0;
}
.chat-form .file-upload-popup .file-upload .gallery .delete {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background: url(../../image/component/icon_close_prohibited_circled_dark.png)
    no-repeat 0 0;
  background-size: contain;
}
.chat-form .insert .btn-emoticon {
  position: absolute;
  bottom: 8px;
  right: 56px;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_emoticon.png);
  background-size: contain;
}

/* text.alirm */
.chat-room .cont > ul > li .text.alirm {
  margin-top: 16px !important;
  width: 240px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--light-basic-gray-200, #e7eaee);
  background: var(--light-semantic-background, #fff) !important;
}
.chat-room .cont > ul > li .text.alirm .subject {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  padding: 0 0 16px;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.chat-room .cont > ul > li .text.alirm .subject:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
  background: url(../../image/mobile/icon_game.png) no-repeat center center;
  background-size: contain;
}
.chat-room .cont > ul > li .text.alirm ul {
  margin: 16px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.chat-room .cont > ul > li .text.alirm li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.chat-room .cont > ul > li .text.alirm .tit {
  width: 72px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.chat-room .cont > ul > li .text.alirm .con {
  width: calc(100% - 72px);
  color: var(--light-semantic-text-primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.chat-room .cont > ul > li .text.alirm .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0;
}
.chat-room .cont > ul > li .text.alirm .btn .refuse {
  display: flex;
  width: 100px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Gray, #e7eaee);
  background: var(--Bright-Gray, #e7eaee);
  color: var(--light-semantic-text-primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.chat-room .cont > ul > li .text.alirm .btn .accept {
  display: flex;
  width: 100px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-basic-lu-primary, #20b2e5);
  background: var(--Deep-Black, #20b2e5);
  color: var(--light-semantic-text-primary, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
/* text.accepted */
.chat-room .cont > ul > li .text.accepted {
  margin-top: 16px !important;
  border-radius: 12px;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  padding: 17px 16px 16px 60px;
  background: #f2f2f2 url(../../image/mobile/icon_accepted.png) no-repeat 16px
    18px;
  background-size: 32px;
}
.chat-room .cont > ul > li .text.accepted .tit {
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.chat-room .cont > ul > li .text.accepted .con {
  margin: 2px 0 0;
  color: var(--light-semantic-text-primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.chat-room .cont > ul > li .text.file {
  background-color: #fff;
  padding: 0;
}
.chat-room .cont > ul > li .text.file a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 240px;
  margin: 0;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d8dde2);
  background-color: #fff;
  padding: 8px 16px 8px 40px;
  text-decoration: none !important;
}
.chat-room .cont > ul > li .text.file a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_download_gray.png) no-repeat center
    center;
  background-size: contain;
}
.chat-room .cont > ul > li .text.file .name {
  padding: 0 32px 0 0;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.chat-room .cont > ul > li .text.file .kb {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

@media screen and (min-width: 960px) {
  #wrapper:before {
    z-index: 100;
  }
}

/* btn-file-upload-layer */
.btn-file-upload-layer button {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.btn-file-upload-layer button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.btn-file-upload-layer button.btn-camera:before {
  background: url(../../image/component/icon_camera.png);
  background-size: contain;
}

.btn-picture {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.68px;
}
.btn-picture:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../../image/component/icon_picture_v2.png) no-repeat center
    center;
  background-size: contain;
}

.btn-small.gray2,
.btn-regular.gray2,
.btn-medium.gray2,
.btn-large.gray2 {
  border: solid 1px #dadada;
  background-color: #dadada;
  color: #565656;
}

.btn-medium {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

.popup .inner-wrap .popup-content {
  padding: 0 16px;
}
.popup.full .inner-wrap .popup-content {
  padding: 0;
}

.star-rating-insert ul li {
  width: 48px;
  height: 48px;
}

/* re-manners-check */
.re-manners-check {
  border-top: 8px solid #f9f9f9;
  padding: 16px 16px 0;
}
.re-manners-check > ul > li {
  margin: 8px 0 0;
  height: 167px;
  padding: 24px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
}
.re-manners-check > ul > li > h4 {
  color: #1e2229;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
}
.re-manners-check > ul > li > p {
  margin: 11px 0 0;
  color: #565656;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.042px;
}
.re-manners-check .star-rating-insert {
  margin: 12px 0 0;
  justify-content: center;
}

/* btn-group-area */
.btn-group-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* re-my-sales */
.re-my-sales > ul > li {
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.re-my-sales > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.re-my-sales > ul > li > a:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_arrow_right2.png) no-repeat center
    center;
  background-size: contain;
}
.re-my-sales h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1e2229;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.re-my-sales h4 img {
  width: 24px;
  height: 24px;
}

.title-medium-border {
  margin: 40px 16px 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: #1e2229;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}

/* .file-upload.inner-btn.profile */
.file-upload.inner-btn.profile {
  position: relative;
  display: block;
  margin: 32px auto 24px;
  width: 100px;
}
.file-upload.inner-btn.profile .gallery {
  position: relative;
  z-index: 2;
  background: url(../../image/mobile/pimg.png) no-repeat center center;
  background-size: cover;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  width: 100px;
  height: 100px;
  border-radius: 200px;
}
.file-upload.inner-btn.profile .img-thumb {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: inherit;
  padding: 0 !important;
  border: 0;
}
.file-upload.inner-btn.profile .img-thumb img {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  border: 0;
}
.file-upload.inner-btn.profile .upload {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: url(../../image/component/icon_fileupload_img2.png) no-repeat
    center center;
  background-size: contain;
}
.file-upload.inner-btn.profile .gallery .delete {
  width: 28px;
  height: 28px;
  background: url(../../image/component/icon_close_prohibited_circled.png)
    no-repeat 0 0;
  background-size: contain;
}
.file-upload.inner-btn.profile .btn-regular {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 40px;
  padding: 0;
  color: #353c46;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.045px;
}

.btn-regular {
  color: #000;
  font-weight: 700;
}

/* rentclub-profile-select */
.rentclub-profile-select {
  padding: 12px 16px 0;
  border-top: 8px solid #f9f9f9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rentclub-profile-select label {
  width: calc((100% - 39px) / 4);
  margin: 12px 13px 0 0;
}
.rentclub-profile-select label:nth-child(4n) {
  margin-right: 0;
}
.rentclub-profile-select label input {
  display: none;
}
.rentclub-profile-select label .btn {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/mobile/pimg.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}
.rentclub-profile-select label .btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.rentclub-profile-select label input:checked + .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ef7c11;
  border-radius: 50%;
}

.tab-menu.type-c > .inner-wrap > .tab-header {
  border-bottom: 1px solid #ddd;
}

.btn-writing {
  height: 52px;

  padding: 0px 24px 0px 20px;
}

/* more-layer */
.more-layer {
  position: relative;
  margin: 0;
}
.more-layer > button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat
    right center;
  background-size: contain;
  cursor: pointer;
}
.more-layer > ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 10;
  width: 117px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
}
.more-layer.active > ul {
  display: block;
}
.more-layer > ul > li,
.more-layer > ul > li button {
  color: #121212;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.more-layer > ul > li {
  border-bottom: 1px solid #f3f5f6;
}
.more-layer > ul > li:last-child {
  border-bottom: 0;
}
.default .more-layer > ul > li:first-child {
  border-bottom: 0;
}
.more-layer > ul > li.tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer > ul > li.tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
.more-layer button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

.manners-info {
  padding: 16px;
  color: #242424;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-fixed-menu li.n6 a:before {
  background: url(../../image/mobile/gnb_6.png) no-repeat;
}
.footer-fixed-menu li.n7 a:before {
  background: url(../../image/mobile/gnb_7.png) no-repeat;
}

.login-area .btn-large {
  height: 50px !important;
  font-size: 20px;
}
.login-area .login-join {
  margin: 32px 0;
}

.swiper-container.view-img .swiper-slide img {
  width: 100%;
}

.popup {
  min-width: 312px !important;
  width: 312px !important;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 8px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 20px;
}

.app-setting > ul > li {
  padding: 12px 8px 12px 16px;
}

/* 2025-02-19 */
/* borad-modiy-del */
.borad-modiy-del {
  position: relative;
  display: none;
  margin: 0 4px 0 0;
}
.borad-modiy-del > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat
    center center;
  background-size: 28px;
  cursor: pointer;
}
.borad-modiy-del > ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 1;
  width: 117px;
  border-radius: 8px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.borad-modiy-del.active > ul {
  display: block;
}
.borad-modiy-del > ul > li + li {
  border-top: 1px solid #e7eaee;
}
.borad-modiy-del button {
  display: flex;
  padding: 6px 12px;
  width: 100%;
  color: var(--Black-Opacity-100, #161616);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.borad-modiy-del button.red {
  color: var(--Alert-Colors-Error, #f90909);
}
body.active-borad-modiy-del .borad-modiy-del {
  display: inline-block;
}

.popup > .inner-wrap {
  padding: 32px 16px 24px;
}
.popup .inner-wrap .popup-content {
  padding: 0;
}

/*2025-02-24 매너 지수 게이지*/

.re-my-sales .graph {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px;
  padding: 12px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #d8dde2;
  background: #fff;
}

.gauge {
  position: relative;
}

.gauge__container {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gauge__background {
  z-index: 0;
  position: absolute;
  background-color: #f1f1f1;
  top: 0;
  border-radius: 300px 300px 0 0;
}

.gauge__data {
  z-index: 1;
  position: absolute;
  background: linear-gradient(
    90deg,
    #ff9f46 11.51%,
    #98d8f2 57.95%,
    #77f293 116%
  );
  margin-left: auto;
  margin-right: auto;
  border-radius: 300px 300px 0 0;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.gauge__center {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  margin-right: auto;
  border-radius: 300px 300px 0 0;
}

.gauge__marker {
  z-index: 3;
  background-color: #fff;
  position: absolute;
  width: 1px;
}

.gauge__needle {
  z-index: 4;
  background-color: #e60012;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.gauge__labels {
  display: table;
  margin: 0 auto;
  position: relative;
}

.gauge__label--low {
  display: table-cell;
  text-align: center;
}

.gauge__label--spacer {
  display: table-cell;
}

.gauge__label--high {
  display: table-cell;
  text-align: center;
}

.re-my-sales .gauge {
  top: 50%;
  margin-top: -50%;
} /* 전체 높이 조정 */
.re-my-sales .gauge__container {
  width: 160px;
  height: 80px;
}
.re-my-sales .gauge__marker {
  height: 80px;
  left: 79.5px;
} /* left 위치 조정 */
.re-my-sales .gauge__background {
  width: 160px;
  height: 80px;
}
.re-my-sales .gauge__center {
  width: 96px;
  height: 48px;
  top: 32px;
  margin-left: 32px;
} /* 크기 및 위치 조정 */
.re-my-sales .gauge__data {
  width: 160px;
  height: 80px;
}
.re-my-sales .gauge__needle {
  position: relative;
  left: 80px;
  top: 77px;
  width: 80px;
} /* left 및 top 위치 조정 */
.re-my-sales .gauge__needle:after {
  border-radius: 50vh;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #e60012;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.re-my-sales .gauge__labels {
  top: 80px;
  width: 160px;
}
.re-my-sales .gauge__label--low {
  font-weight: 600;
  line-height: 24px;
  font-size: 13px;
  color: #333;
  width: 32px;
} /* 라벨 너비 조정 */
.re-my-sales .gauge__label--spacer {
  width: 96px;
} /* 라벨 너비 조정 */
.re-my-sales .gauge__label--high {
  font-weight: 600;
  line-height: 24px;
  font-size: 13px;
  color: #333;
  width: 32px;
} /* 라벨 너비 조정 */

.view-info .gauge {
  top: 50%;
  margin-top: -30%;
} /* 전체 높이 조정 */
.view-info .gauge__container {
  width: 80px;
  height: 40px;
}
.view-info .gauge__marker {
  height: 40px;
  left: 39.5px;
} /* left 위치 조정 */
.view-info .gauge__background {
  width: 80px;
  height: 40px;
}
.view-info .gauge__center {
  width: 48px;
  height: 24px;
  top: 16px;
  margin-left: 16px;
} /* 크기 및 위치 조정 */
.view-info .gauge__data {
  width: 80px;
  height: 40px;
}
.view-info .gauge__needle {
  left: 40px;
  top: 37px;
  width: 40px;
} /* left 및 top 위치 조정 */
.view-info .gauge__needle:after {
  border-radius: 50vh;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #e60012;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.view-info .gauge__labels {
  top: 40px;
  width: 80px;
}
.view-info .gauge__label--low {
  font-weight: 600;
  line-height: 18px;
  font-size: 11px;
  color: #333;
  width: 32px;
} /* 라벨 너비 조정 */
.view-info .gauge__label--spacer {
  width: 48px;
} /* 라벨 너비 조정 */
.view-info .gauge__label--high {
  font-weight: 600;
  line-height: 18px;
  font-size: 11px;
  color: #333;
  width: 32px;
} /* 라벨 너비 조정 */

/* 2025-04-22 */
.mypage-menu li.t11::before {
  background: url(../../image/mobile/t_11.png) no-repeat;
}
.mypage-menu li.l15::before {
  background: url(../../image/mobile/l_15.png) no-repeat;
}

/* 2025-04-29 */
.sales-list .subject span {
  width: auto;
  padding: 0 6px;
}
.sales-list .subject span.confirmed {
  background-color: #ff9f46;
  border-color: #ff9f46;
}

/* 2025-06-09 */
.re-my-sales .graph {
  height: 150px;
  padding: 12px 24px 24px;
}

/* 2025-06-09 */
.category-list {
  flex-wrap: wrap;
}

/*  */
/* type-b */
.category-slider.type-b {
  padding: 16px 0 0 16px;
  margin: 0 0 16px;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  display: flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--Border-Tertiary, #000000);
  background: var(--Background, #fff);
  color: var(--Text-Sub-Primary, #868686);
  text-align: center;
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  margin: 0 8px 0 0;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  border: 0 !important;
  border: 1px solid var(--Navy-Black, #000000) !important;
  background: var(--Navy-Black, #000000) !important;
  color: var(--Light-Basic-White, #fff) !important;
}

/* 2025-06-16 */
/* type-b */
.category-slider.type-b {
  height: 58px;
  margin: 0 0 8px;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  display: inline-flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f1f1f1;
  color: #323232;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.045px;
  border: 0 !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  border: 0 !important;
  border: 1px solid var(--Navy-Black, #000000) !important;
  background: var(--Navy-Black, #000000) !important;
  color: var(--Light-Basic-White, #fff) !important;
}

.member-content .member-agree textarea.input-regular {
  height: 160px;
}

/* 2025-06-19 */
.rentclub-profile-select label .btn img {
  padding: 3px;
}

/* 2025-06-26 */
#header .home {
  position: relative;
}
#header .home::after {
  content: "중개홈";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 8px;
}
